code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
// Copyright (c) 2010 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. function onCursor() { var cursor = event.target.result; if (cursor === null) { debug('Reached end of object cursor.'); if (!gotObjectThrou...
aYukiSekiguchi/ACCESS-Chromium
chrome/test/data/indexeddb/index_test.js
JavaScript
bsd-3-clause
3,877
# -*- coding: utf-8 -*- # # Smisk documentation build configuration file, created by # sphinx-quickstart on Sun Oct 26 20:24:33 2008. # # This file is execfile()d with the current directory set to its containing dir. # # The contents of this file are pickled, so don't put values in the namespace # that aren't pickleabl...
rsms/tc
docs/source/conf.py
Python
bsd-3-clause
5,778
package unit; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.hasSize; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.j...
DataBiosphere/terra-cli
src/test/java/unit/CloneWorkspace.java
Java
bsd-3-clause
10,217
<?php /** * Scripts for PHPUnit * * PHP version 5.3 * * Copyright (c) 2010-2012 Shinya Ohyanagi, 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 m...
heavenshell/php-net-kyototycoon
tests/prepare.php
PHP
bsd-3-clause
2,061
<!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.5.0_04) on Fri Jul 29 18:05:38 EDT 2005 --> <TITLE> Uses of Class org.math.plot.canvas.Plot3DCanvas (VISDA API) </TITLE> <LINK REL ="stylesheet" TYPE="...
NCIP/visda
visda/VISDA-Developer/Month-5-yr1/visdaDev-V0.1/doc/org/math/plot/canvas/class-use/Plot3DCanvas.html
HTML
bsd-3-clause
7,570
# -*- coding: utf-8 -*- # /etl/database.py """Database module, including the SQLAlchemy database object and DB-related utilities.""" from sqlalchemy.orm import relationship from .compat import basestring from .extensions import db # Alias common SQLAlchemy names Column = db.Column relationship = relationship clas...
tomtom92/etl
etl/database.py
Python
bsd-3-clause
2,331
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" conte...
statsmodels/statsmodels.github.io
v0.12.0/generated/statsmodels.stats.weightstats.CompareMeans.summary.html
HTML
bsd-3-clause
21,660
<?php namespace ZFDebug\Controller\Plugin\Debug\Plugin; interface PluginInterface { /** * Has to return html code for the menu tab * * @return string */ public function getTab(); /** * Has to return html code for the content panel * * @return string */ public fu...
vox-tecnologia/ZFDebug
src/ZFDebug/Controller/Plugin/Debug/Plugin/PluginInterface.php
PHP
bsd-3-clause
604
// 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 "sky/engine/config.h" #include "sky/engine/core/dom/WeakNodeMap.h" #include "sky/engine/core/dom/Node.h" namespace blink { #if !ENABLE(OILPAN)...
collinjackson/mojo
sky/engine/core/dom/WeakNodeMap.cpp
C++
bsd-3-clause
2,804
# -*- coding: utf-8 -*- # Copyright (c) 2015, Vispy Development Team. # Distributed under the (new) BSD License. See LICENSE.txt for more info. from __future__ import division import re from ... import gloo class Compiler(object): """ Compiler is used to convert Function and Variable instances into rea...
hronoses/vispy
vispy/visuals/shaders/compiler.py
Python
bsd-3-clause
7,604
webpack = require('webpack') const path = require('path'); var CompressionPlugin = require("compression-webpack-plugin"); module.exports = { context: __dirname + '/source', entry: { javascript: './application.js', html: './index.html' }, loader: { appSettings: { env:...
phorque/ac2-frontend
webpack-prod.config.js
JavaScript
bsd-3-clause
2,933
/*================================================================================ Copyright (c) 2008 VMware, 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...
mikem2005/vijava
src/com/vmware/vim25/mo/HostDatastoreBrowser.java
Java
bsd-3-clause
3,309
/** * echarts图表类:仪表盘 * * @desc echarts基于Canvas,纯Javascript图表库,提供直观,生动,可交互,可个性化定制的数据统计图表。 * @author Kener (@Kener-林峰, linzhifeng@baidu.com) * */ define(function (require) { var ComponentBase = require('../component/base'); var ChartBase = require('./base'); // 图形依赖 var GaugePointerShape = requ...
shaisxx/echarts
src/chart/gauge.js
JavaScript
bsd-3-clause
21,902
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace Kooboo.CMS.Content.Models { /// <summary> /// 可持久化的对象接口 /// /// </summary> public interface IPersistable { /// <summary> /// 是否为不完整对象 ///...
Epitomy/CMS
Kooboo.CMS/Kooboo.CMS.Content/Kooboo.CMS.Content/Models/IPersistable.cs
C#
bsd-3-clause
933
// 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 "base/test/launcher/test_launcher.h" #if defined(OS_POSIX) #include <fcntl.h> #endif #include "base/at_exit.h" #include "base/bind.h" #include ...
chromium2014/src
base/test/launcher/test_launcher.cc
C++
bsd-3-clause
35,866
<!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 (1.8.0_45) on Tue Dec 17 16:26:36 IST 2019 --> <title>com.exlibris.dps.sdk.registry</title> <meta name="date" content="2019-12-17"> <link rel="stylesh...
ExLibrisGroup/Rosetta.dps-sdk-projects
6.2/javadoc/com/exlibris/dps/sdk/registry/package-frame.html
HTML
bsd-3-clause
1,116
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\BspPerlanjutan */ $this->title = 'Update Bsp Perlanjutan: ' . ' ' . $model->bsp_perlanjutan_id; $this->params['breadcrumbs'][] = ['label' => 'Bsp Perlanjutans', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model...
hung101/kbs
frontend/views/BspPerlanjutan/update.php
PHP
bsd-3-clause
608
/*L * Copyright SAIC * Copyright SAIC-Frederick * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/camod/LICENSE.txt for details. */ /** * * $Id: RadiationAction.java,v 1.16 2008-08-14 16:55:34 pandyas Exp $ * * $Log: not supported by cvs2svn $ * Revision 1.15 2...
NCIP/camod
software/camod/src/gov/nih/nci/camod/webapp/action/RadiationAction.java
Java
bsd-3-clause
7,161
<?php namespace IntraLibrary\Service; use \IntraLibrary\IntraLibraryException; use \DOMDocument; use \DOMXPath; use \DOMNode; /** * IntraLibrary XML Response base class * * @package IntraLibrary_PHP * @author Janek Lasocki-Biczysko, <j.lasocki-biczysko@intrallect.com> */ abstract class XMLResponse { prote...
intrallect/intraLibrary-PHP
src/IntraLibrary/Service/XMLResponse.php
PHP
bsd-3-clause
2,807
<?php /* $Rev: 285 $ | $LastChangedBy: brieb $ $LastChangedDate: 2007-08-27 14:05:27 -0600 (Mon, 27 Aug 2007) $ +-------------------------------------------------------------------------+ | Copyright (c) 2004 - 2007, Kreotek LLC | | All rights reserved. ...
eandbsoftware/phpbms
modules/bms/tax_addedit.php
PHP
bsd-3-clause
4,359
import {IFormSelectElement, IFormSelectOptionGroup, IFormSelectOption} from '../form/elements/FormSelect'; import {FormElementType, IFormElement, IFormElementDesc} from '../form/interfaces'; import {ISelection} from '../base/interfaces'; import {IDType, IDTypeLike, IDTypeManager} from '../idtype'; import {BaseUtils} fr...
datavisyn/tdp_core
src/views/SelectionChooser.ts
TypeScript
bsd-3-clause
8,165
package com.gc.iotools.stream.os.inspection; /* * Copyright (c) 2008, 2014 Gabriele Contini. This source code is released * under the BSD License. */ import java.io.IOException; import java.io.OutputStream; import java.util.concurrent.TimeUnit; import com.gc.iotools.stream.utils.StreamUtils; /** * <p> * Gather ...
helderfpires/io-tools
easystream/src/main/java/com/gc/iotools/stream/os/inspection/StatsOutputStream.java
Java
bsd-3-clause
3,428
module SpreeSuppliers module Generators class InstallGenerator < Rails::Generators::Base include Rails::Generators::Migration def add_javascripts append_file "app/assets/javascripts/store/all.js", "//= require store/spree_suppliers\n" append_file "app/assets/javascripts/admin/all.js"...
johndavid400/spree_suppliers
lib/generators/spree_suppliers/install/install_generator.rb
Ruby
bsd-3-clause
1,110
/* Copyright (c) 2016, Technikradio 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 and the following d...
Technikradio/Node2
src/tests/org/technikradio/node/tests/engine/SettingsPageTest.java
Java
bsd-3-clause
2,311
/******************************************************************************* * Copyright SemanticBits, Northwestern University and Akaza Research * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/caaers/LICENSE.txt for details. *************************************...
NCIP/caaers
caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/validation/ValidationErrors.java
Java
bsd-3-clause
1,634
<?php namespace common\models; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use common\models\Fund; /** * FundSearch represents the model behind the search form about `common\models\Fund`. */ class FundSearch extends Fund { /** * @inheritdoc */ public function rules() { ...
specialnote/myYii
common/models/FundSearch.php
PHP
bsd-3-clause
2,090
/* Copyright (c) 2013, Taiga Nomi 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 ...
zhangqianhui/tiny-cnn
tiny_dnn/layers/average_unpooling_layer.h
C
bsd-3-clause
11,197
<!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="...
wavebitscientific/wavy
docs/proc/le.html
HTML
bsd-3-clause
61,899
# Makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = -W SPHINXBUILD = sphinx-build PAPER = # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)...
gitpython-developers/GitPython
doc/Makefile
Makefile
bsd-3-clause
2,347
{-# LANGUAGE QuasiQuotes #-} module Write.Type.Handle ( writeHandleType ) where import Data.String import Language.C.Types as C import Spec.Type import Text.InterpolatedString.Perl6 import Text.PrettyPrint.Leijen.Text hiding ((<$>)) import Write.TypeConverter import Write.Utils import Write.WriteMonad writeHandl...
oldmanmike/vulkan
generate/src/Write/Type/Handle.hs
Haskell
bsd-3-clause
1,416
//+------------------------------------------------------------------------------------------------+ //| Kinetis MKL26 microcontroller initialization code. | //| | //| This file imp...
hackerspacesv/contiki-hssv
cpu/mkl26z64/mkl26-startup.c
C
bsd-3-clause
16,042
<?php namespace backend\controllers\settings; use Yii; use yii\filters\AccessControl; use yii\web\Controller; use yii\filters\VerbFilter; use backend\models\settings\Details; use yii\web\User; /** * Site controller */ class DetailsController extends Controller { /** * @inheritdoc */ public functio...
ocrm/crm
backend/controllers/settings/DetailsController.php
PHP
bsd-3-clause
1,893
// Copyright 2016 PDFium 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 CORE_FXCRT_CFX_RETAIN_PTR_H_ #define CORE_FXCRT_CFX_RETAIN_PTR_H_ #include <functional> #include <memory> #include <utility> #include "core/fxcrt/fx_m...
DrAlexx/pdfium
core/fxcrt/cfx_retain_ptr.h
C
bsd-3-clause
2,929
<?php defined('SYSPATH') OR die('No direct access allowed.'); class Jam_Behavior_Promotable_Purchase extends Kohana_Jam_Behavior_Promotable_Purchase {}
OpenBuildings/promotions
classes/Jam/Behavior/Promotable/Purchase.php
PHP
bsd-3-clause
153
# Copyright 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. """Finds browsers that can be controlled by telemetry.""" import logging from telemetry import decorators from telemetry.internal.backends.chrome import an...
catapult-project/catapult-csm
telemetry/telemetry/internal/browser/browser_finder.py
Python
bsd-3-clause
6,167
<?php // module/SousRubrique/src/SousRubrique/Form/SousRubriqueForm.php: namespace Galerie\Form; use Zend\Form\Form; use Zend\Form\Element; use Rubrique\Model\RubriqueDao; use Contenu\Form\ContenuForm; /** * Class GalerieForm * @package Galerie\Form */ class GalerieForm extends ContenuForm { /** * @ret...
rongeb/anit_cms_for_zf3
module/Galerie/src/Form/GalerieForm.php
PHP
bsd-3-clause
1,872
import os from django.core.management.base import BaseCommand from django.conf import settings from fabtastic import db class Command(BaseCommand): args = '[<output_file_path>]' help = 'Dumps a SQL backup of your entire DB. Defaults to CWD.' def get_dump_path(self, db_alias): ...
duointeractive/django-fabtastic
fabtastic/management/commands/ft_dump_db.py
Python
bsd-3-clause
1,185
// The Potato SoC Library // (c) Kristian Klomsten Skordal 2016 <kristian.skordal@wafflemail.net> // Report bugs and issues on <https://github.com/skordal/potato/issues> #ifndef PAEE_GPIO_H #define PAEE_GPIO_H #include <stdbool.h> #include <stdint.h> #define PAEE_GPIO_REG_INPUT 0 #define PAEE_GPIO_REG_OUTPUT 4 #defi...
skordal/potato
libsoc/gpio.h
C
bsd-3-clause
1,981
/* * This file is part of the Score-P software (http://www.score-p.org) * * Copyright (c) 2009-2011, * RWTH Aachen University, Germany * Gesellschaft fuer numerische Simulation mbH Braunschweig, Germany * Technische Universitaet Dresden, Germany * University of Oregon, Eugene, USA * Forschungszen...
pyrovski/scalasca
opari2/src/opari/handler.h
C
bsd-3-clause
2,565
# -*- coding: utf-8 -*- import json import datetime from djangocms_text_ckeditor.cms_plugins import TextPlugin from djangocms_text_ckeditor.models import Text from django.contrib import admin from django.contrib.admin.models import LogEntry from django.contrib.admin.sites import site from django.contrib.auth import ge...
timgraham/django-cms
cms/tests/test_admin.py
Python
bsd-3-clause
63,904
[![Total Downloads](https://poser.pugx.org/gowsram/g-maps/downloads.png)](https://packagist.org/packages/gowsram/g-maps) zf2-google-maps- ================ #### Google maps - ZF2 Module A zend framework 2 module for generate google maps using gmaps api. Installation ------------ ### Main Setup #### By cloning pro...
Leo1234/ocorrencia_beta
module/GMaps/README.md
Markdown
bsd-3-clause
2,629
<!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 (1.8.0_40) on Sun Mar 22 23:44:27 UTC 2015 --> <title>ServerCall (grpc-core 0.1.0-SNAPSHOT API)</title> <meta name="date" content="2015-03-22"> <link ...
avinashc89/grpc_273
core/build/docs/javadoc/io/grpc/ServerCall.html
HTML
bsd-3-clause
17,270
<!DOCTYPE html> <html> <head> <style type="text/css"> body { background-color: black; background-image: url("http://img.youtube.com/vi/VIDEO_ID/0.jpg"); background-repeat: no-repeat; background-size: cover; } #main { position: absolute; width: 100%; height: 100%; padding: 0%; } #inner { position: r...
paul99/clank
chrome/renderer/resources/mobile_youtube_plugin.html
HTML
bsd-3-clause
732
package necromunda; import java.util.*; import com.jme3.material.Material; import com.jme3.scene.*; public class PathNode extends NecromundaNode { public PathNode(String name) { super(name); } public void setMaterial(Material material) { Spatial base = getChild("pathBoxGeometry"); base.setMaterial(materia...
Tibotanum/Necromunda
src/necromunda/PathNode.java
Java
bsd-3-clause
749
/* * AliFemtoDreamv0Cuts.h * * Created on: Dec 12, 2017 * Author: gu74req */ #ifndef ALIFEMTODREAMV0CUTS_H_ #define ALIFEMTODREAMV0CUTS_H_ #include "Rtypes.h" #include "AliFemtoDreamTrackCuts.h" #include "AliFemtoDreamv0MCHist.h" #include "AliFemtoDreamv0Hist.h" #include "AliFemtoDreamv0.h" class AliFemtoDr...
mazimm/AliPhysics
PWGCF/FEMTOSCOPY/FemtoDream/AliFemtoDreamv0Cuts.h
C
bsd-3-clause
5,222
# Copyright (c) 2010-2012 ARM Limited # All rights reserved. # # The license below extends only to copyright in the software and shall # not be construed as granting a license to any other intellectual # property including but not limited to intellectual property relating # to a hardware implementation of the functiona...
lokeshjindal15/gem5_transform
configs/common/FSConfig.py
Python
bsd-3-clause
21,365
# Copyright 2012, Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can # be found in the LICENSE file. MAKEFLAGS = -s # Disabled parallel processing of target prerequisites to avoid that integration tests are racing each other (e.g. for ports) and may fail. # Since we...
yaoshengzhe/vitess
Makefile
Makefile
bsd-3-clause
4,905
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <p> This package contains the core API for PicoContainer, a compact container for working with the <a href="http://www.martinfowler.com/articles/injection.html">dependency injection</a> pattern. </p> <p> When you use PicoContai...
tmyroadctfig/picocontainer-android
src/org/picocontainer/package.html
HTML
bsd-3-clause
1,218
<!DOCTYPE html> <style> .container { height: 500px; width: 300px; overflow: scroll; } .scrolled { height: 50px; width: 100px; background: orange; margin: 15px; transform: translateZ(0); } </style> <script> if (window.testRunner) testRunner.dumpAsText(); if (window.inter...
ondra-novak/blink
LayoutTests/compositing/overflow/selection-gaps-toggling.html
HTML
bsd-3-clause
2,173
/* $OpenBSD: sha2.h,v 1.10 2016/09/03 17:00:29 tedu Exp $ */ /* * FILE: sha2.h * AUTHOR: Aaron D. Gifford <me@aarongifford.com> * * Copyright (c) 2000-2001, Aaron D. Gifford * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
rescrv/encryptify
sha2.h
C
bsd-3-clause
6,293
/* $NetBSD: dev_net.c,v 1.23 2008/04/28 20:24:06 martin Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Gordon W. Ross. * * Redistribution and use in source and binary forms, with or without * ...
jhbsz/OSI-OS
sys/boot/common/dev_net.c
C
bsd-3-clause
8,914
/* $KAME: altq_flowvalve.h,v 1.5 2002/04/03 05:38:50 kjc Exp $ */ /* * Copyright (C) 1998-2002 * Sony Computer Science Laboratories 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: * ...
MarginC/kame
kame/sys/altq/altq_flowvalve.h
C
bsd-3-clause
2,987
from tcp_ip_raw_socket import * def main(): fd = createSocket() pkt = buildPacket("10.1.1.2", "10.1.1.1", 54321, 80, "Hello, how are you?") try: print "Starting flood" while True: sendPacket(fd, pkt, "10.1.1.2") except KeyboardInterrupt: print "Closing..." if __name__ == "__main__": main()
Digoss/funny_python
syn_flood.py
Python
bsd-3-clause
310
<?php /** * Garp_Log * class description * * @package Garp * @author Harmen Janssen <harmen@grrr.nl> */ class Garp_Log extends Zend_Log { /** * Shortcut to fetching a configured logger instance * * @param array|Zend_Config $config Array or instance of Zend_Config * @return Zend_Log ...
grrr-amsterdam/garp3
library/Garp/Log.php
PHP
bsd-3-clause
1,317
// Copyright (c) 2014, Sailing Lab // 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 list of conditions an...
zengjichuan/jetuum
src/petuum_ps_common/include/constants.hpp
C++
bsd-3-clause
1,709
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="el_GR"> <context> <name>XDGDesktopList</name> <message> <location filename="../../../core/libLumina/LuminaXDG.cpp" line="608"/> <source>Multimedia</source> <translation type="unfinished"></translation> <...
cpforbes/lumina
src-qt5/desktop-utils/lumina-calculator/i18n/l-calc_el.ts
TypeScript
bsd-3-clause
6,376
// Copyright (c) 2011 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 "base/i18n/rtl.h" #include "base/files/file_path.h" #include "base/logging.h" #include "base/strings/string_util.h" #include "base/strings/s...
ChromiumWebApps/chromium
base/i18n/rtl.cc
C++
bsd-3-clause
13,232
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Reflection; namespace AppGene.Common.Entities.Infrastructure.Inferences { public class ReferencePropertyGetter { /// <summary> /// Gets the reference c...
snyang/AppGene
Development/AppGene/AppGene.Common.Entities.Infrastructure/Inferences/ReferencePropertyGetter.cs
C#
bsd-3-clause
2,191
<?php /** * [BEGIN_COT_EXT] * Hooks=page.add.tags, page.edit.tags * [END_COT_EXT] */ /** * plugin landingextrapage for Cotonti Siena * * @package landingextrapage * @version 1.0.0 * @author esclkm * @copyright * @license BSD * */ // Generated by Cotonti developer tool (littledev.ru) defined('COT_CODE...
esclkm/hod
plugins/landingextrapage/landingextrapage.page.add.tags.php
PHP
bsd-3-clause
568
<?php namespace backend\models; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use common\models\Post; /** * PostSearch represents the model behind the search form about `common\models\Post`. */ class PostSearch extends Post { /** * @inheritdoc */ public function rules() { ...
rob94/BlogYii
backend/models/PostSearch.php
PHP
bsd-3-clause
2,100
<?php use yii\helpers\Html; use yii\grid\GridView; /* @var $this yii\web\View */ /* @var $searchModel backend\models\FilialSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = 'Филилы организаций'; $this->params['breadcrumbs'][] = $this->title; if (Yii::$app->user->can('manager')) $temp...
N1kolayS/PCExpert
backend/views/filial/index.php
PHP
bsd-3-clause
1,530
// 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. #include "ui/base/dragdrop/os_exchange_data_provider_win.h" #include <algorithm> #include <vector> #include "base/file_path.h" #include "base/i18n/f...
nacl-webkit/chrome_deps
ui/base/dragdrop/os_exchange_data_provider_win.cc
C++
bsd-3-clause
33,704
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model app\models\SentitemsSearch */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="sentitems-search"> <?php $form = ActiveForm::begin([ 'action' => ['index'], 'method' => 'get', ]); ?> ...
nmfzone/yiisms
views/sentitems/_search.php
PHP
bsd-3-clause
1,573
#ifndef UC_HAL_SW_DEFINES_H #define UC_HAL_SW_DEFINES_H typedef struct { int m_HAL_return; ///< Return of the HAL's function int m_HAL_function_id; ///< HAL's function identifier void *m_HAL_arg_stack; ///< HAL's stack for arguments int m_HAL_done; ///< Indicate if the transfer has been completed } uc_cpu_bus_...
nandohca/kista
utils/SCoPE-v1.1.5_64/scope/rtos/drivers/uc_hal_sw_defines.h
C
bsd-3-clause
617
<?php namespace app\modules\usuarios\models; use Yii; use kartik\password\StrengthValidator; /** * This is the model class for table "usuarios". * * @property integer $id_usuario * @property integer $fl_perfil * @property integer $fl_persona * @property string $username * @property string $clave * @property ...
delgado161/extranet
modules/usuarios/models/Usuarios.php
PHP
bsd-3-clause
4,242
## Notes from Telcon on 3 August 2021 Notes from [previous calls](#previous-calls) are now after the current meeting notes. ### Call logistics - Calls normally take place on the first Tuesday of every month at 3 PM CET / CEST. - Notes will be published at: https://github.com/force11/force11-sciwg/tree/master/meeting...
force11/force11-sciwg
meetings/20210803-Notes.md
Markdown
bsd-3-clause
6,923
<dom-module id="slider-animatable"> <style> :host { display: none; } .mainPanel { @apply(--layout-vertical); position: absolute; right: -520px; top: 48px; width: 520px; height: 600px; background-color: #fff; border: 1px solid rgba(220,220,220,1); box-shadow: -5px 0px 5px...
elegant651/polyfolio
app/elements/my-comp/slider-animatable.html
HTML
bsd-3-clause
1,631
require 'spec_helper' describe QuestionController do describe "GET answer" do it "assigns quantities" do get :answer, :q => 'shipping 10 tonnes of stuff for 1000 kilometres' assigns(:quantities).map{|x| x.to_s}.should eql ['10.0 t', '1000.0 km'] end it "assigns terms" do get :answ...
OpenAMEE/askamee
spec/controllers/question_controller_spec.rb
Ruby
bsd-3-clause
2,459
// Copyright (c) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "xwalk/sysapps/common/common_api_browsertest.h" #include "base/path_service.h" #include "base/strings/utf_string_conversions.h" #include "conte...
shaochangbin/crosswalk
sysapps/common/common_api_browsertest.cc
C++
bsd-3-clause
6,721
package org.grassroot.android.models.responses; import org.grassroot.android.models.Group; import org.grassroot.android.models.helpers.RealmString; import io.realm.RealmList; import io.realm.RealmObject; /** * Created by luke on 2016/07/13. */ public class GroupsChangedResponse extends RealmObject { private R...
grassrootza/grassroot-android
app/src/main/java/org/grassroot/android/models/responses/GroupsChangedResponse.java
Java
bsd-3-clause
1,127
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model app\models\Facultycourse */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="facultycourse-form"> <?php $form = ActiveForm::begin(); ?> <?= $form->field($model, 'courses')->dropDownList($courses, ['mu...
tbcabagay/ficdatabase
modules/main/views/facultycourse/_form.php
PHP
bsd-3-clause
526
/* * File: profile.c * CVS: $Id: sprofile.c,v 1.28 2009/09/10 20:19:49 terpstra Exp $ * Author: Philip Mucci * mucci@cs.utk.edu * Mods: Maynard Johnson * maynardj@us.ibm.com * Mods: <your name here> * <your email address> */ /* These architectures use Function Descriptors as F...
tcreech/papi-4.0.0-64-solaris11.2
src/ctests/sprofile.c
C
bsd-3-clause
3,994
<!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_65) on Fri Sep 19 11:27:32 EDT 2014 --> <title>ExtendedHeaderType (java-taxii API)</title> <meta name="date" content="2014-09-19"> <lin...
jasenj1/taxii.github.io
documentation/java-taxii/javadoc/org/mitre/taxii/messages/xml11/ExtendedHeaderType.html
HTML
bsd-3-clause
21,677
/* $Source: /var/local/cvs/gasnet/mpi-conduit/gasnet_core.c,v $ * $Date: 2010/10/18 15:58:59 $ * $Revision: 1.85 $ * Description: GASNet MPI conduit Implementation * Copyright 2002, Dan Bonachea <bonachea@cs.berkeley.edu> * Terms of use are as specified in license.txt */ #include <gasnet_internal.h> #inclu...
jbreitbart/sa-pgas
vendor/source/GASNet-1.16.2/mpi-conduit/gasnet_core.c
C
bsd-3-clause
42,804
/* $OpenBSD: if_fe.c,v 1.12 1999/02/28 03:23:38 jason Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 * * This software may be used, modified, copied, distributed, and sold, in * both source and binary form provided that the above copyright, these * terms and the following disclaimer are ret...
MarginC/kame
openbsd/sys/dev/isa/if_fe.c
C
bsd-3-clause
65,426
/* ///////////////////////////////////////////////////////////////////////// * File: pantheios/implicit_link/bec.WindowsDebugger.WithCallback.h * * Purpose: Implicitly links in the Pantheios Windows Debugger Back-End Common Library * * Created: 25th August 2006 * Updated: 29th June 2016 * * Home: http://p...
synesissoftware/Pantheios
include/pantheios/implicit_link/bec.WindowsDebugger.WithCallback.h
C
bsd-3-clause
4,584
__author__ = 'Bohdan Mushkevych' from threading import Thread from werkzeug.wrappers import Request from werkzeug.wsgi import ClosingIterator from werkzeug.middleware.shared_data import SharedDataMiddleware from werkzeug.exceptions import HTTPException, NotFound from werkzeug.serving import run_simple from synergy.con...
mushkevych/scheduler
synergy/mx/synergy_mx.py
Python
bsd-3-clause
5,162
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__wchar_t_console_w32spawnl_68a.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-68a.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: console Read input from the con...
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE78_OS_Command_Injection/s06/CWE78_OS_Command_Injection__wchar_t_console_w32spawnl_68a.c
C
bsd-3-clause
4,053
// Copyright 2015 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 "modules/fetch/ReadableStreamDataConsumerHandle.h" #include "bindings/core/v8/ReadableStreamOperations.h" #include "bindings/core/v8/ScriptState...
highweb-project/highweb-webcl-html5spec
third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
C++
bsd-3-clause
19,032
<!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 (1.8.0_45) on Tue Jun 25 16:54:49 IDT 2019 --> <title>DnxDocumentHelper.CreatingApplication</title> <meta name="date" content="2019-06-25"> <link rel=...
ExLibrisGroup/Rosetta.dps-sdk-projects
6.1/javadoc/com/exlibris/digitool/common/dnx/DnxDocumentHelper.CreatingApplication.html
HTML
bsd-3-clause
25,986
// // Scaled - a scalable editor extensible via JVM languages // http://github.com/scaled/scaled/blob/master/LICENSE package scaled; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Defines a config...
swhgoon/scaled
api/src/main/java/scaled/Var.java
Java
bsd-3-clause
753
/* This file is for Benes network related functions */ #ifndef BENES_H #define BENES_H #include "gf.h" void apply_benes(unsigned char *, const unsigned char *, int); void support_gen(gf *, const unsigned char *); #endif
GaloisInc/hacrypto
src/C/libpqcrypto/crypto_kem/mceliece6960119/ref/benes.h
C
bsd-3-clause
227
<?php use Zend\View; use \CodeEmailMKT\Infrastructure; use CodeEmailMKT\Application\Form\{CustomerForm, LoginForm, TagForm}; use CodeEmailMKT\Application\Form\Factory\{CustomerFormFactory, LoginFormFactory, TagFormFactory}; $forms = [ 'dependencies' => [ 'aliases' => [ ], 'invokables' => ...
yuri-calabrez/code-education-php7
config/autoload/form.global.php
PHP
bsd-3-clause
996
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>GraphLab 1.0 Demo Tutorial</title> <!-- To generate your own colored code visit ...
ekoontz/graphlab
apps/demo/demo.html
HTML
bsd-3-clause
43,910
// vim:filetype=java:ts=4 /* Copyright (c) 2005, 2006, 2007 Conor McDermottroe. 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 ...
conormcd/exemplar
src/com/mcdermottroe/exemplar/input/InputException.java
Java
bsd-3-clause
3,051
package sensor; import core.Sensor; import edu.wpi.first.wpilibj.Joystick; import event.events.ButtonEvent; import event.events.XboxJoystickEvent; import event.listeners.ButtonListener; import event.listeners.XboxJoystickListener; import java.util.Enumeration; import java.util.Vector; /** * Wrapper class for an XBox...
grt192/grtframework
src/sensor/GRTXBoxJoystick.java
Java
bsd-3-clause
6,230
<?php namespace core\users\controllers\frontend; use core\fileapi\actions\UploadAction as FileAPIUpload; use core\users\models\frontend\Email; use core\users\models\frontend\PasswordForm; use core\users\models\Profile; use core\users\Module; use yii\filters\AccessControl; use yii\web\Controller; use yii\web\Response;...
MovieDogBall/Testwork
vendor/core/yii2-users-module/controllers/frontend/UserController.php
PHP
bsd-3-clause
4,168
# Tapper pepperタブレット開発の雛形生成ツールです。 ---- ## ・環境 * Python2.7 ---- ## ・インストール方法 インストール時にはpipを使うと便利です。 ```shell # pipのインストール $ easy_install pip ``` 環境に合わせて読み替えてください。 ```shell # tapperのインストール $ pip install tapper ``` ---- ## ・仕様 インストール後はtapperコマンドがインストールされます。 ```shell $ tapper --help usage: tapper [-h] {create,...
pepper-dev/tapper
README.md
Markdown
bsd-3-clause
3,805
'use strict'; const assert = require('assert'); const { Observable } = require('rx-lite'); /** * * @param {Rx.Observable} observable * @param {function} fn * @returns {Rx.IPromise<void>} */ function checkError(observable, fn) { const OK = {}; return observable .catch(err => { fn(err); return...
groupon/shared-store
test/check-error.js
JavaScript
bsd-3-clause
468
// 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. #ifndef CHROME_BROWSER_DRIVE_DRIVE_NOTIFICATION_MANAGER_H_ #define CHROME_BROWSER_DRIVE_DRIVE_NOTIFICATION_MANAGER_H_ #include "base/memory/weak_ptr.h" #...
ChromiumWebApps/chromium
chrome/browser/drive/drive_notification_manager.h
C
bsd-3-clause
3,531
# 配置博客站点 FROM ubuntu MAINTAINER Berkaroad "jiarong.bai198605@gmail.com" RUN apt-get update RUN apt-get install -y openssh-server RUN apt-get install -y golang RUN apt-get install -y mongodb
Berkaroad/blog
Dockerfile
Dockerfile
bsd-3-clause
201
{-# LANGUAGE DeriveFunctor #-} {-# LANGUAGE LambdaCase #-} -- -- | Convert from core primitives to x86-64 primitives. -- module River.X64.Transform.Reprim ( reprimProgram , reprimTerm , ReprimError(..) ) where import Control.Monad.Trans.Except (ExceptT, throwE) import River.Bifunctor im...
jystic/river
src/River/X64/Transform/Reprim.hs
Haskell
bsd-3-clause
4,760
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__delete_long_realloc_12.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete.label.xml Template File: sources-sinks-12.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Management Rout...
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE762_Mismatched_Memory_Management_Routines/s04/CWE762_Mismatched_Memory_Management_Routines__delete_long_realloc_12.cpp
C++
bsd-3-clause
4,494
///////////////////////////////////////////////////////////////////////////// // Program: wxWidgets Widgets Sample // Name: fontpicker.cpp // Purpose: Shows wxFontPickerCtrl // Author: Francesco Montorsi // Created: 20/6/2006 // Copyright: (c) 2006 Francesco Montorsi // Licence: wxWindows ...
ric2b/Vivaldi-browser
update_notifier/thirdparty/wxWidgets/samples/widgets/fontpicker.cpp
C++
bsd-3-clause
6,890
/* * Copyright 1997, Regents of the University of Minnesota * * bucketsort.c * * This file contains code that implement a variety of counting sorting * algorithms * * Started 7/25/97 * George * */ #include <metislib.h> /************************************************************************* * This func...
ekoontz/graphlab
src/graphlab/extern/metis/libmetis/bucketsort.c
C
bsd-3-clause
991
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
leungpeng/converter
app/elements/elements.html
HTML
bsd-3-clause
2,246
<!-- Copyright 2013 The Toolkitchen Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!-- /** * @module Polymer UI Elements */ /** * polymer-ui-submenu-item is a menu-item that can contains other menu-items. * It should be used in co...
indianpoptart/Website-of-NikhilP
components/polymer-ui-submenu-item/polymer-ui-submenu-item.html
HTML
bsd-3-clause
3,137
require 'mxx_ru/cpp' MxxRu::Cpp::exe_target { required_prj "ace/dll.rb" target "_microbench.demand_queue_2_bench_1" cpp_source "main.cpp" }
Free4Lila/s-objectizer
so_5/5.2.4-microbenchmarking/dev/microbenchmarks/so_5/demand_queue_2_bench_1/prj.rb
Ruby
bsd-3-clause
147
#include "ClangInvoker.h" #include "ThreadExecutor.h" #include "windycode/Support.h" #include <unistd.h> #include "gtest/gtest.h" namespace windycode { namespace clang { namespace { class CharDeleter { public: void operator()(char *p) { free(p); } }; static std::string getUnittestPath() { static std::string Path;...
Chilledheart/windycode
src/ClangSupport/ClangInvoker_unittest.cc
C++
bsd-3-clause
8,378
from datetime import datetime import inspect import numpy as np import pytest from pandas.core.dtypes.common import ( is_categorical_dtype, is_interval_dtype, is_object_dtype, ) from pandas import ( Categorical, DataFrame, DatetimeIndex, Index, IntervalIndex, Series, Timestamp...
TomAugspurger/pandas
pandas/tests/frame/test_alter_axes.py
Python
bsd-3-clause
8,801