repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
the-t-in-rtf/gpii-handlebars | src/js/server/lib/resolver.js | 1883 | /* eslint-env node */
"use strict";
var fluid = require("infusion");
var gpii = fluid.registerNamespace("gpii");
fluid.registerNamespace("gpii.handlebars");
/**
*
* @typedef PrioritisedPathDef
* @property {String} [priority] - The priority for this entry in the final array, relative to other path definitions.
... | bsd-3-clause |
evelinad/eigen | build/test/CMakeFiles/array_replicate_1.dir/DependInfo.cmake | 1015 | # The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/evelina/Downloads/eigen-eigen-b30b87236a1b/test/array_replicate.cpp" "/home/evelina/Downloads/eigen-eigen-b30b872... | bsd-3-clause |
leonfoks/coretran | src/arrays/sm_array_d1D.f90 | 16258 | submodule (m_array1D) m_Array_d1D
!! Routines for double precision arrays
implicit none
contains
!====================================================================!
module procedure arange_d1D
!! Interfaced with [[arange]]
!====================================================================!
... | bsd-3-clause |
louiscryan/grpc-java | interop-testing/src/test/java/io/grpc/testing/integration/TransportCompressionTest.java | 8398 | /*
* Copyright 2015, Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | bsd-3-clause |
GaloisInc/hacrypto | src/Java/BouncyCastle/BouncyCastle-1.54/bcpkix-jdk15on-154/javadoc/org/bouncycastle/cms/OriginatorInfoGenerator.html | 11063 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_91) on Tue Dec 29 12:44:24 AEDT 2015 -->
<title>OriginatorInfoGenerator (Bouncy Castle Library 1.54 API Specification)</title>
<meta na... | bsd-3-clause |
akaidrive2014/persseleb | protected/views/adminosu/news/admin.php | 4360 | <?php
/* @var $this NewsController */
/* @var $model SBNews */
Yii::app()->clientScript->registerScript('search', "
$('.search-button').click(function(){
$('.search-form').toggle();
return false;
});
$('.search-form form').submit(function(){
$('#".$this->IDname."-grid').yiiGridView('update', {
data: $(this).serial... | bsd-3-clause |
Gimalca/piderapido | module/Admin/src/Admin/Controller/IndexController.php | 1586 | <?php
namespace Admin\Controller;
use Sale\Model\Dao\CustomerDao;
use Sale\Model\Dao\OrderDao;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\View\Model\ViewModel;
class IndexController extends AbstractActionController {
private $_user;
public function indexAction() {
$auth = $this->get... | bsd-3-clause |
timvdm/ComputerGraphics | run_engine.py | 151 | #!/usr/bin/env python
import glob
import os
for f in sorted(glob.glob('*.ini')):
print 'Running ' + f + '...'
os.system('./src/engine ' + f)
| bsd-3-clause |
GilaCMS/gila | tests/phpunit/RequestTest.php | 467 | <?php
include __DIR__.'/includes.php';
include __DIR__.'/../../src/core/classes/Controller.php';
use PHPUnit\Framework\TestCase;
use Gila\Router;
use Gila\Request;
class RequestTest extends TestCase
{
public function test_validate()
{
$_POST = [
'one'=>1,
'two'=>'two',
];
$data = Request:... | bsd-3-clause |
beeftornado/sentry | src/sentry/static/sentry/app/utils/discover/discoverQuery.tsx | 656 | import React from 'react';
import {MetaType} from 'app/utils/discover/eventView';
import withApi from 'app/utils/withApi';
import GenericDiscoverQuery, {DiscoverQueryProps} from './genericDiscoverQuery';
/**
* An individual row in a DiscoverQuery result
*/
export type TableDataRow = {
id: string;
[key: string]... | bsd-3-clause |
kordless/zoto-server | www/static_pages/site_down/index.php | 2162 | <?
preg_match('@^(?:http://)?([^/]+)@i', $_SERVER['HTTP_HOST'], $matches);
$host = $matches[1];
preg_match('/[^.]+\.[^.]+$/', $host, $matches);
$zoto_domain = $matches[0];
if(strstr(getenv('HTTP_REFERER'), "site_down")) {
$referer = $_COOKIE["zoto_down_referer"];
} else {
if (getenv('HTTP_REFERER')) {
$referer = ge... | bsd-3-clause |
HaikuArchives/IMKit | docs/usage/infopopper/team.html | 1820 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../meta/default.css" media="all">
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>InfoPopper - Team</title>
</head>
<body>
<div... | bsd-3-clause |
grimmerm/sulong | projects/com.oracle.truffle.llvm.test/src/com/oracle/truffle/llvm/test/TestSuiteBase.java | 13256 | /*
* Copyright (c) 2016, Oracle and/or its affiliates.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this ... | bsd-3-clause |
straight-street/straight-street | scratchpad/translate/index5.php | 4540 | <?
//----------------------
//require("GTranslate.php");
//----------------------
?>
<html>
<head>
<title>This is the test page</title>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<style>
body {
font-family:arial;
}
div.container
{
border:4px solid green;
}
div.container div.ro... | bsd-3-clause |
pulsar-chem/Pulsar-Core | pulsar/math/PowerSetItr.hpp | 6364 | /*
* File: PowerSetItr.hpp
*
* Created on March 17, 2016, 6:07 PM
*/
#pragma once
#include <memory>
#include "pulsar/math/CombItr.hpp"
namespace pulsar{
/** \brief Class to facilitate iterating over the power set of a set
*
* Let's start with what a power set is. Given a set \f$S\f$, the
* power set of ... | bsd-3-clause |
NCIP/i-spy | src/gov/nih/nci/ispy/service/common/TimepointType.java | 568 | /*L
* Copyright SAIC
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/i-spy/LICENSE.txt for details.
*/
package gov.nih.nci.ispy.service.common;
import java.awt.Color;
import java.io.Serializable;
public enum TimepointType implements Serializable {
T1 { public Co... | bsd-3-clause |
mural/spm | db4oj/src/main/java/com/db4o/internal/activation/ModifiedObjectQuery.java | 795 | /* This file is part of the db4o object database http://www.db4o.com
Copyright (C) 2004 - 2010 Versant Corporation http://www.versant.com
db4o is free software; you can redistribute it and/or modify it under
the terms of version 3 of the GNU General Public License as published
by the Free Software Foundation.
db4o ... | bsd-3-clause |
nacl-webkit/chrome_deps | content/renderer/pepper/content_renderer_pepper_host_factory.h | 1402 | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_RENDERER_PEPPER_CONTENT_RENDERER_PEPPER_HOST_FACTORY_H_
#define CONTENT_RENDERER_PEPPER_CONTENT_RENDERER_PEPPER_HOST_FACTORY_H_
#if E... | bsd-3-clause |
wpjesus/codematch | ietf/secr/drafts/urls.py | 1671 | from django.conf.urls import patterns, url
urlpatterns = patterns('ietf.secr.drafts.views',
url(r'^$', 'search', name='drafts'),
url(r'^add/$', 'add', name='drafts_add'),
url(r'^approvals/$', 'approvals', name='drafts_approvals'),
url(r'^dates/$', 'dates', name='drafts_dates'),
url(r'^nudge-report/... | bsd-3-clause |
mick-d/nipype | nipype/pipeline/plugins/tests/test_somaflow.py | 1509 | # -*- coding: utf-8 -*-
import os
from time import sleep
import nipype.interfaces.base as nib
import pytest
import nipype.pipeline.engine as pe
from nipype.pipeline.plugins.somaflow import soma_not_loaded
class InputSpec(nib.TraitedSpec):
input1 = nib.traits.Int(desc='a random int')
input2 = nib.traits.Int(... | bsd-3-clause |
inkasjasonk/rs | research/base/static/js/plugins.js | 3480 | // usage: log('inside coolFunc', this, arguments);
// paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/
window.log = function f(){ log.history = log.history || []; log.history.push(arguments); if(this.console) { var args = arguments, newarr; args.callee = args.callee.caller; newarr = [].slice.call(args); if ... | bsd-3-clause |
antgonza/qiita | qiita_db/support_files/patches/82.sql | 1648 | -- May 25, 2021
-- Adding max samples in a single preparation
-- we need to do it via a DO because IF NOT EXISTS in ALTER TABLE only exists
-- in PostgreSQL 9.6 or higher and we use 9.5
DO $do$
BEGIN
IF NOT EXISTS (
SELECT DISTINCT table_name FROM information_schema.columns
WHERE table_name = 'settings' A... | bsd-3-clause |
Team319/RecyleRush | src/org/usfirst/frc319/RecyleRush/commands/ScoreTotes.java | 1036 | // RobotBuilder Version: 1.5
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | bsd-3-clause |
imrehg/rust-freegeoip | README.md | 647 | # rust-freegeoip
[](https://travis-ci.org/imrehg/rust-freegeoip)
[](https://crates.io/crates/freegeoip/)
[](./L... | bsd-3-clause |
clime/pimcore-custom | static/js/pimcore/object/tags/checkbox.js | 2339 | /**
* Pimcore
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.pimcore.org/license
*
* @copyright Copyright (c) 2009-2010 elements.at New Media Solutions ... | bsd-3-clause |
JianpingZeng/xcc | xcc/test/juliet/testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__struct_twoIntsStruct_calloc_18.c | 3333 | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__struct_twoIntsStruct_calloc_18.c
Label Definition File: CWE401_Memory_Leak.c.label.xml
Template File: sources-sinks-18.tmpl.c
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: calloc Allocate data using calloc()
* GoodSource: Allocate... | bsd-3-clause |
zmicier/WbBase | src/WbBase/WbTrait/ServiceManager/ServiceManagerAwareTrait.php | 808 | <?php
namespace WbBase\WbTrait\ServiceManager;
use \Zend\ServiceManager\ServiceManager;
/**
* ServiceManagerAwareTrait
*
* @package WbBase\WbTrait\ServiceManager
* @author Źmicier Hryškieivič <zmicier@webbison.com>
*/
trait ServiceManagerAwareTrait
{
/**
* @var ServiceManager
*/
protected $se... | bsd-3-clause |
tommus/XNAGameWrapper | Implementation/WPMusic.cs | 2056 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework.Media;
namespace GameFramework.Implementation
{
public class WPMusic : Music
{
#region Fields
private Song song;
#endregion
#region Properti... | bsd-3-clause |
rudimeier/dateutils | lib/nifty.h | 2316 | /*** nifty.h -- generally handy macroes
*
* Copyright (C) 2009-2016 Sebastian Freundt
*
* Author: Sebastian Freundt <freundt@ga-group.nl>
*
* This file is part of dateutils.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | bsd-3-clause |
johnjbarton/Purple | ui/flexor.js | 2344 | // Box sizing in JavaScript
// Copyright 2011 Google Inc.
// see Purple/license.txt for BSD license
// johnjbarton@google.com
define(['lib/nodelist/nodelist'], function (nodelist){
var Flexor = {};
Flexor.getChildernByClassName = function(parentBox, classname) {
var hboxes = [];
parentBox.childNodes.... | bsd-3-clause |
jonathanihm/freeCodeCamp | curriculum/challenges/chinese/03-front-end-libraries/jquery/delete-your-jquery-functions.chinese.md | 2641 | ---
id: bad87fee1348bd9aeda08726
title: Delete Your jQuery Functions
required:
- link: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.css'
challengeType: 6
videoUrl: ''
localeTitle: 删除您的jQuery函数
---
## Description
<section id="description">这些动画起初很酷,但现在它们让人分心。从<code>document ready function</code>删除... | bsd-3-clause |
lordqwerty/ltsmin | src/pins-lib/prob-pins.h | 650 | #ifndef PROB_GREYBOX_H
#define PROB_GREYBOX_H
#include <popt.h>
#include <pins-lib/pins.h>
#include "../../prob_link_library/src/pins.h"
// ProB Link Prototypes
extern void start_prob(void);
extern void stop_prob(void);
extern State *prob_get_init_state(void);
extern State **prob_get_next_state(State*, char*, int*)... | bsd-3-clause |
openthread/ot-rtos | third_party/freertos/repo/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c | 7520 | /*
* FreeRTOS Kernel V10.1.1
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, ... | bsd-3-clause |
JianpingZeng/xcc | xcc/test/juliet/testcases/CWE78_OS_Command_Injection/s04/CWE78_OS_Command_Injection__char_listen_socket_w32_execv_66a.c | 5902 | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_listen_socket_w32_execv_66a.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-66a.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: listen_socket Read data usin... | bsd-3-clause |
aurelian/medick2 | lib/action/view/AbstractTemplateEngine.php | 497 | <?php
// $Id: AbstractTemplateEngine.php 477 2008-05-19 08:10:31Z aurelian $
abstract class AbstractTemplateEngine extends Object implements ITemplateEngine {
protected $vars;
protected $context;
protected $controller;
public function __construct(ContextManager $context, ActionController $controller) {
... | bsd-3-clause |
PolymerLabs/arcs-live | concrete-storage/node_modules/@firebase/database/dist/src/realtime/polling/PacketReceiver.d.ts | 1601 | /**
* @license
* Copyright 2017 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | bsd-3-clause |
cernvm/ci-scripts | cvmfs/cloud_testing/remote_gcov_run.sh | 2463 | #!/bin/bash
#
# This script is designed to be as platform independent as possible. It does
# final preparations to run the platform specific test cases of CernVM-FS and
# invokes a platform dependent script to steer the actual test session
#
usage() {
local error_msg=$1
echo "$error_msg"
echo
echo "Mandatory... | bsd-3-clause |
annushara/diplom | views/refill/_form.php | 673 | <?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model app\models\Refill */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="refill-form">
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model, 'id_printer')->textInput() ?>
<?= $form->field($... | bsd-3-clause |
ajzuse/PHPOrientadoAObjetos | module/Application/src/Application/Model/Autor.php | 1429 | <?php
class Autor
{
private $nome;
private $data_nascimento;
private $email;
private $id;
/**
*
* @return the $nome
*/
public function getNome()
{
return $this->nome;
}
/**
*
* @return the $data_nascimento
*/
public function getData_na... | bsd-3-clause |
danielknorr/MITK | Modules/DiffusionImaging/DiffusionIO/mitkFiberBundleXWriter.h | 2393 | /*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... | bsd-3-clause |
rubysl/rubysl-matrix | spec/conj_spec.rb | 168 | require File.expand_path('../shared/conjugate', __FILE__)
ruby_version_is "1.9" do
describe "Matrix#conj" do
it_behaves_like(:matrix_conjugate, :conj)
end
end
| bsd-3-clause |
haya-hammoud/advanced | backend/models/Fields.php | 1895 | <?php
namespace backend\models;
use Yii;
/**
* This is the model class for table "fields".
*
* @property integer $field_id
* @property string $arabic_name
* @property string $english_name
* @property string $field_type
* @property integer $is_required
* @property integer $field_order
* @property integer $li... | bsd-3-clause |
Workday/OpenFrame | components/error_page/renderer/net_error_helper_core.cc | 42701 | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/error_page/renderer/net_error_helper_core.h"
#include <set>
#include <string>
#include <vector>
#include "base/bind.h"
#include "ba... | bsd-3-clause |
ryanolson/couchdb-python | couchdb/tests/client.py | 26584 | # -*- coding: utf-8 -*-
#
# Copyright (C) 2007-2009 Christopher Lenz
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution.
from datetime import datetime
import doctest
import os
import os.path
import shutil
from StringIO im... | bsd-3-clause |
lianghongle/yii2test | backend/web/hplus/table_data_tables.html | 79179 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>H+ 后台主题UI框架 - 数据表格</title>
<meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台">
<meta name="description" content="H+是一个完全响应式,基于Bootstrop3最新版本开发的扁... | bsd-3-clause |
amnona/heatsequer | heatsequer/plots/plotwingui.py | 28472 | #!/usr/bin/env python
"""
heatsequer plot window gui (2nd plot window) module
imported from plotwin.py when you plotexp() and set usegui=True
"""
# amnonscript
__version__ = "0.91"
import heatsequer as hs
import os
import sys
import numpy as np
import matplotlib as mpl
mpl.use('Qt5Agg')
import matplotlib.pyplot ... | bsd-3-clause |
headupinclouds/gatherer | src/lib/graphics/Logger.h | 416 | #ifndef __gatherer__Logger__
#define __gatherer__Logger__
#include <spdlog/spdlog.h>
#include "graphics/gatherer_graphics.h"
_GATHERER_GRAPHICS_BEGIN
class Logger
{
public:
using Pointer = std::shared_ptr<spdlog::logger>;
static Pointer create(const char* name);
static Pointer get(const char* name);
... | bsd-3-clause |
mpontus/jest | website/core/Marked.js | 23888 | /**
* marked - a markdown parser
* Copyright (c) 2011-2013, Christopher Jeffrey. (MIT Licensed)
* https://github.com/chjj/marked
*
* @providesModule Marked
* @jsx React.DOM
*/
/* eslint-disable sort-keys */
const React = require('React');
const Prism = require('Prism');
const Header = require('Header');
/**
... | bsd-3-clause |
firmlyjin/brython | www/tests/editor.py | 2743 | import sys
import time
import traceback
import dis
from browser import document as doc, window, alert
from javascript import JSObject
# set height of container to 66% of screen
_height = doc.documentElement.clientHeight
_s = doc['container']
_s.style.height = '%spx' % int(_height * 0.66)
has_ace = True
try:
edit... | bsd-3-clause |
Tankske/InfoVisNBA | about.html | 8776 | <html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body class="aboutPage">
<h1><a href="./index.html">The visualisation</a></h1>
<p> The visualization consists of three parts: </p>
<ul>
<li>The bubble view: a compact view on the play-offs p... | bsd-3-clause |
CUBRID/cubrid-testcases | sql/_14_mysql_compatibility_2/_15_host_variable/_11_unary_minus/cases/number.sql | 414 | --- number
create table t1 (d1 double, i1 int, n1 numeric(10,3));
insert into t1 values (2.00123e1,3,100.21);
select -(d1) from t1;
select -(n1) from t1;
select -(i1) from t1;
drop table t1;
select -(4);
select -(4.4);
select -(4.001e1);
prepare st from 'select -(?)';
execute st using 4;
prepare st from 'sele... | bsd-3-clause |
seem-sky/treefrog-framework | src/thttpsocket.h | 844 | #ifndef THTTPSOCKET_H
#define THTTPSOCKET_H
#include <QTcpSocket>
#include <QByteArray>
#include <QDateTime>
#include <THttpRequest>
#include <TTemporaryFile>
#include <TGlobal>
#ifdef Q_OS_UNIX
# include "tfcore_unix.h"
#endif
class T_CORE_EXPORT THttpSocket : public QTcpSocket
{
Q_OBJECT
public:
THttpSocke... | bsd-3-clause |
xZ1mEFx/y2shop | backend/models/forms/LoginForm.php | 3073 | <?php
namespace backend\models\forms;
use backend\models\User;
use Yii;
use yii\base\Model;
use yii\behaviors\TimestampBehavior;
/**
* Login form
*/
class LoginForm extends Model
{
public $email;
public $password;
public $rememberMe = TRUE;
private $_user;
/**
* @inheritdoc
*/
p... | bsd-3-clause |
troikaitsulutions/templeadvisor | protected/controllers/BepujapurposeController.php | 1386 | <?php
/**
* Backend Object Controller.
*
* @package backend.controllers
*
*/
class BepujapurposeController extends BeController
{
public function __construct($id,$module=null)
{
parent::__construct($id,$module);
$this->menu=array(
arr... | bsd-3-clause |
ssmith353/alloy-ui | src/aui-image-viewer/assets/aui-image-viewer-core.css | 2497 | .yui3-widget-mask.image-viewer-mask {
opacity: 0.9;
}
.image-viewer-base, .image-viewer-base-control.carousel-control {
position: fixed;
z-index: 3000;
}
.image-viewer-close {
color: #fff;
font-size: 30px;
opacity: 0.5;
position: fixed;
right: 20px;
top: 10px;
z-index: 3000;
}
... | bsd-3-clause |
leo14/EPI_TESIS | EPI/protected/views/actividades/_view.php | 572 | <?php
/* @var $this ActividadesController */
/* @var $data Actividades */
?>
<div class="view" style="width: inherit;border: 2px solid #949494;background-color: white;padding: 10px;">
<h4><?php echo CHtml::encode($data->act_nombre); ?></h4>
Se realizara el <?php echo CHtml::encode($data->act_fecha); ?> entre las <... | bsd-3-clause |
hradec/cortex | src/IECoreMaya/SceneShapeInterface.cpp | 49682 | //////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2013-2015, Image Engine Design Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | bsd-3-clause |
LABETE/TestYourProject | staticfiles/js/controllers/logout.js | 143 | 'use strict';
angular.module('authApp')
.controller('LogoutCtrl', function ($scope, $location, djangoAuth) {
djangoAuth.logout();
});
| bsd-3-clause |
paulorobto11/consultorioWeb | modules/auth/views/auth-user/lembrete.php | 2659 | <?php
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use yii\helpers\ArrayHelper;
use kartik\select2\Select2;
$this->title = 'Lembrete';
?>
<div class="login-box ">
<div class="login-logo">
<a href="../../index2.html"><i><b>Consultorio</b></i> <b>Médico</b></a>
</div>
<!-- /.login-logo -->
... | bsd-3-clause |
mishbahr/django-staticgen | staticgen/apps.py | 186 | from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class StaticgenAppConfig(AppConfig):
name = 'staticgen'
verbose_name = _('StaticGen')
| bsd-3-clause |
icecaster/advancedworkflow | javascript/lang/fi.js | 766 | // This file was generated by silverstripe/cow from javascript/lang/src/fi.js.
// See https://github.com/tractorcow/cow for details
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('fi', {
... | bsd-3-clause |
fitnr/polyencoder | polyencoder/polyencode_layer.py | 3370 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# polyencoder
# Copyright 2015 Neil Freeman contact@fakeisthenewreal.org
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of so... | bsd-3-clause |
hlzz/dotfiles | graphics/cgal/Alpha_shapes_2/doc/Alpha_shapes_2/Concepts/AlphaShapeFace_2.h | 2519 |
/*!
\ingroup PkgAlphaShape2Concepts
\cgalConcept
\cgalRefines `TriangulationFaceBase_2`
\cgalHasModel `CGAL::Alpha_shape_face_base_2`
*/
class AlphaShapeFace_2 {
public:
/// \name Types
/// @{
/*!
A container type to get (and put) the three special values
(\f$ \alpha_1, \alpha_2, \alpha_3\f$) associated with ... | bsd-3-clause |
NCIP/i-spy | WebRoot/helpDocs/I-SPY_Online_Help/Welcome.1.1.html | 11030 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
... | bsd-3-clause |
JoshuaTaylorBW/Prework_Transfer | _02_html/your-solution/index.html | 2581 | <!DOCTYPE html>
<html>
<head>
<title>gSchool Pre Work</title>
<link rel="stylesheet" type="text/css" href="Style.css">
</head>
<body>
<h1>Results For "Hackers"</h1>
<div id="First_Column">
<h2>Titles</h2>
<table>
<tr>
<td><img height="44px" width="32px" src="../images/hackers.jpg"></td>
<td><a hre... | bsd-3-clause |
all-of-us/workbench | e2e/tests/workspace/workspace-duplicate.spec.ts | 4823 | import { findOrCreateWorkspace, findOrCreateWorkspaceCard, signInWithAccessToken } from 'utils/test-utils';
import { MenuOption } from 'app/text-labels';
import WorkspaceDataPage from 'app/page/workspace-data-page';
import Navigation, { NavLink } from 'app/component/navigation';
import WorkspaceCard from 'app/component... | bsd-3-clause |
hieutrieu/hiva1 | protected/modules/admin/controllers/CategoryController.php | 3692 | <?php
class CategoryController extends AdminController {
public function actionSave() {
if (Yii::app()->getRequest()->getIsPostRequest()) {
$category = Yii::app()->getRequest()->getPost('Category', array());
if(Yii::app()->session['id']) {
$model = $this->loadModel(Yii::app()->session['id'], 'Categor... | bsd-3-clause |
Winkelor/yii2store | common/messages/en-US/languages.php | 240 | <?php
return [
'id' =>'ID',
'en_name' =>'En Name',
'iso639_1' =>'Iso639 1',
'native_name' =>'Native Name',
'native_name_short' =>'Native Name Short',
'created_at' =>'Created At',
'updated_at' =>'Updated At',
];
| bsd-3-clause |
Workday/OpenFrame | third_party/WebKit/Source/core/html/HTMLProgressElement.cpp | 6371 | /*
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any ... | bsd-3-clause |
OstapHEP/ostap | docs/conf.py | 2147 | # Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
# If ex... | bsd-3-clause |
jinnykoo/wuyisj.com | src/oscar/templates/oscar/base.html | 3849 | {% load i18n compress %}
{% load staticfiles %}
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="{{ LANGUAGE_CODE|default:"en-gb" }}" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="{{ LANGUAGE_CODE|default:"en-gb" }}" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> ... | bsd-3-clause |
retronym/scala-java8-compat | release.sh | 730 | #! /bin/bash -e
function sbt211() {
sbt 'set scalaVersion := "2.11.0-RC3"' 'set scalaBinaryVersion := scalaVersion.value' $@
return $?
}
die () {
echo "$@"
exit 1
}
CHECK=";clean;test;publishLocal"
RELEASE=";clean;test;publish"
VERSION=`gsed -rn 's/version :=.*"(.+).*"/\1/p' build.sbt`
[[ -n "$(git status --p... | bsd-3-clause |
olebole/astrometry.net | include/astrometry/starkd.h | 5964 | /*
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/
#ifndef STAR_KD_H
#define STAR_KD_H
#include <stdint.h>
#include <stdio.h>
#include "astrometry/kdtree.h"
#include "astrometry/kdtree_fits_io.h"
#include "astrometry/fitstable.h"
#include "astrometry/ke... | bsd-3-clause |
greggman/other-window-ipc | lib/ipc-stream.js | 1463 | "use strict";
const debug = require('debug')('ipc-stream');
const EventEmitter = require('events');
class IPCStream extends EventEmitter {
// otherWindowId is the id of the window
// channelId is the id of the service you want to communicate wth
// running in that other window
constructor(closeFn, remote, loc... | bsd-3-clause |
zackgalbreath/CDash | models/buildupdatefile.php | 3579 | <?php
/*=========================================================================
Program: CDash - Cross-Platform Dashboard System
Module: $Id: buildupdatefile.php 3179 2012-02-13 08:59:24Z jjomier $
Language: PHP
Date: $Date: 2012-02-13 08:59:24 +0000 (Mon, 13 Feb 2012) $
Version: $Revision: 31... | bsd-3-clause |
Bysmyyr/chromium-crosswalk | third_party/WebKit/Source/core/inspector/AsyncCallChain.cpp | 1222 | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "config.h"
#include "core/inspector/AsyncCallChain.h"
#include "wtf/text/WTFString.h"
namespace blink {
AsyncCallStack::AsyncCallStack(const S... | bsd-3-clause |
wavebitscientific/wavy | docs/proc/getcurrent_u.html | 66618 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A spectral ocean wave modeling framework">
<meta name="author" content="... | bsd-3-clause |
e02d96ec16/CumulusCI | cumulusci/tasks/salesforce/Deploy.py | 4641 | import base64
import os
import tempfile
import zipfile
from cumulusci.core.utils import process_bool_arg
from cumulusci.salesforce_api.metadata import ApiDeploy
from cumulusci.tasks.salesforce import BaseSalesforceMetadataApiTask
from cumulusci.utils import zip_clean_metaxml
from cumulusci.utils import zip_inject_name... | bsd-3-clause |
adem-team/advanced | lukisongroup/purchasing/views/plan-term/review.php | 2360 | <?php
use kartik\helpers\Html;
use yii\widgets\DetailView;
use kartik\grid\GridView;
use yii\helpers\Url;
use yii\widgets\Pjax;
use yii\bootstrap\Modal;
use yii\bootstrap\ActiveForm;
use kartik\tabs\TabsX;
use yii\helpers\Json;
use yii\web\Response;
use yii\helpers\ArrayHelper;
use yii\web\Request;
use kar... | bsd-3-clause |
samwolf1982/timutparserolxdomria_yii2 | backend/views/olxstatistic/index.php | 919 | <?php
use yii\helpers\Html;
use yii\grid\GridView;
/* @var $this yii\web\View */
/* @var $searchModel app\models\OlxstatisticSearch */
/* @var $dataProvider yii\data\ActiveDataProvider */
$this->title = 'Olxstatistics';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="olxstatistic-index">
<h1><?= H... | bsd-3-clause |
JaneliaSciComp/osgpyplusplus | src/modules/osg/generated_code/Node.pypp.cpp | 49800 | // This file has been generated by Py++.
#include "boost/python.hpp"
#include "wrap_osg.h"
#include "wrap_referenced.h"
#include "node.pypp.hpp"
namespace bp = boost::python;
struct Node_wrapper : osg::Node, bp::wrapper< osg::Node > {
Node_wrapper( )
: osg::Node( )
, bp::wrapper< osg::Node >(){
... | bsd-3-clause |
leesab/irods | iRODS/lib/api/include/chkObjPermAndStat.hpp | 1734 | /*** Copyright (c), The Unregents of the University of California ***
*** For more information please refer to files in the COPYRIGHT directory ***/
/* chkObjPermAndStat.h
*/
#ifndef CHK_OBJ_PERM_AND_STAT_HPP
#define CHK_OBJ_PERM_AND_STAT_HPP
/* This is Object File I/O type API call */
#include "rods.hp... | bsd-3-clause |
quantmind/pulsar | pulsar/apps/data/__init__.py | 496 | from .store import (
Command, Store, RemoteStore, PubSub, PubSubClient,
parse_store_url, create_store, register_store, data_stores,
NoSuchStore
)
from .channels import Channels
from . import redis # noqa
from .pulsards.startds import start_store
__all__ = [
'Command',
'Store',
'RemoteStore... | bsd-3-clause |
raisedadead/FreeCodeCamp | client/src/components/helpers/link.tsx | 742 | import { Link as GatsbyLink } from 'gatsby';
import React from 'react';
interface LinkProps {
children?: React.ReactNode;
className?: string;
external?: boolean;
sameTab?: boolean;
state?: Record<string, unknown>;
to: string;
}
const Link = ({
children,
to,
external,
sameTab,
...other
}: LinkPro... | bsd-3-clause |
JeanWolf/yii-doc-center | themes/jyk/info.html | 2629 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>礼品兑换</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<meta name="format-detection" content="telephone=no" />
<meta name="format-... | bsd-3-clause |
taojang/haskell-programming-book-exercise | src/ch29/Vigenere.hs | 1735 | {-# LANGUAGE OverloadedStrings #-}
module Main where
import Data.Char
import qualified Data.Map as M
import Data.Traversable (sequenceA)
import Control.Monad.Fix
import Control.Applicative ((<|>), liftA2)
import Control.Monad
import System.Environment (getArgs)
import System.Console.GetOpt
import System.IO
import Syst... | bsd-3-clause |
CIT-VSB-TUO/ResBill | resbill/src/main/java/cz/vsb/resbill/web/contracts/ContractPersonEditController.java | 7614 | package cz.vsb.resbill.web.contracts;
import java.util.List;
import java.util.Locale;
import javax.inject.Inject;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.propertyeditors.StringTrimmerEditor;
import org.springframework.dao.sup... | bsd-3-clause |
ekmett/ghc | compiler/main/DynFlags.hs | 154957 | -------------------------------------------------------------------------------
--
-- | Dynamic flags
--
-- Most flags are dynamic flags, which means they can change from compilation
-- to compilation using @OPTIONS_GHC@ pragmas, and in a multi-session GHC each
-- session can be using different dynamic flags. Dynamic f... | bsd-3-clause |
tonnerre/dockerfiles | db/postgresql/pg_config.sh | 6331 | #!/bin/sh
#
# Copyright (c) 2017, Caoimhe Chaos <caoimhechaos@protonmail.com>.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyrigh... | bsd-3-clause |
egeor/libxsmm | src/template/libxsmm_dnn_convolution_winograd_backward_nhwc_custom_input_trans_alpha6.tpl.c | 6328 | /******************************************************************************
** Copyright (c) 2016-2018, Intel Corporation **
** All rights reserved. **
** **
... | bsd-3-clause |
Phortran/SicurezzaInformatica | ApkSSL_Tester/libs/soot/doc/soot/jimple/toolkits/annotation/logic/class-use/LoopFinder.html | 6077 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sun Jan 22 14:18:59 CET 2012 -->
<TITLE>
Uses of Class soot.jimple.toolkits.annotation.logic.LoopFinder (Soot API)
</TITLE>
<META NAME="date"... | bsd-3-clause |
ferdianap/eris | visor/include/visor/MPEG7FexLib_src_OpenCV22/AddressLib/nhood.h | 10076 | /*
* nhood.h
*
* nhood provides the kernel for intra, fifo and lifo addrssing functions
* and performs the complex pixel load/store mechanisms implemented
* by pointer arithmetics
*
*/
/****** CopyRightBegin *******************************************************/
/* ... | bsd-3-clause |
GKBelmonte/SoundPlayer | Blaze.SoundPlayer/WaveProviders/SimpleSoundProvider.cs | 1241 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NAudio.Wave;
using Blaze.SoundPlayer.Sounds;
namespace Blaze.SoundPlayer.WaveProviders
{
internal class SimpleSoundProvider : WaveProvider32, ISoundProvider
{
int sampl... | bsd-3-clause |
ShadowLordAlpha/TWL | src/main/java/de/matthiasmann/twl/textarea/TextAreaModel.java | 8925 | /*
* Copyright (c) 2008-2013, Matthias Mann
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this... | bsd-3-clause |
edunetcat/edunetcatweb2 | frontend/web/css/panell.css | 5351 | body {
background-color: #f8f8f8;
}
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-height: 568px;
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid... | bsd-3-clause |
nickmeharry/django-mysql | tests/testapp/management/commands/test_dbparams.py | 3738 | # -*- coding:utf-8 -*-
from __future__ import (
absolute_import, division, print_function, unicode_literals
)
from unittest import mock, skipIf
import django
import pytest
from django.core.management import CommandError, call_command
from django.db.utils import ConnectionHandler
from django.test import SimpleTest... | bsd-3-clause |
GarenGoh/yii | components/countryService.php | 1552 | <?php
namespace app\components;
use Yii;
use yii\base\Model;
use yii\data\ActiveDataProvider;
use app\models\Country;
/**
* countryService represents the model behind the search form about `app\models\Country`.
*/
class countryService extends Country
{
/**
* @inheritdoc
*/
public function rules()... | bsd-3-clause |
zadean/pl-sql-BaseX | tcp_examples/example.sql | 317 | -- example.sql
set serverout on
declare
v_sess utl_tcp.connection;
v_inpt varchar2(4000);
v_outp clob;
begin
v_sess := basex_client.open_session('localhost', 1984, 'admin', 'admin');
dbms_output.put_line(basex_client.bx_execute(v_sess, 'info'));
basex_client.close_session(v_sess);
end;
/
| bsd-3-clause |
VampireMe/admin-9939-com | tests/Common_Test.php | 634 | <?php
/**
* @version 0.0.0.1
*/
function callback($callback) {
$callback();
}
//输出: This is a anonymous function.<br />\n
//这里是直接定义一个匿名函数进行传递, 在以往的版本中, 这是不可用的.
//现在, 这种语法非常舒服, 和javascript语法基本一致, 之所以说基本呢, 需要继续向下看
//结论: 一个舒服的语法必然会受欢迎的.
$obj = (object) "Hello, everyone";
$callback = function () use ($obj) {
p... | bsd-3-clause |
Swappsco/portal | config/settings/common.py | 9483 | # -*- coding: utf-8 -*-
"""
Django settings for djangocali-portal project.
For more information on this file, see
https://docs.djangoproject.com/en/dev/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/dev/ref/settings/
"""
from __future__ import absolute_import, u... | bsd-3-clause |