repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
aYukiSekiguchi/ACCESS-Chromium | chrome/test/data/indexeddb/index_test.js | 3877 | // 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... | bsd-3-clause |
rsms/tc | docs/source/conf.py | 5778 | # -*- 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... | bsd-3-clause |
DataBiosphere/terra-cli | src/test/java/unit/CloneWorkspace.java | 10217 | 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... | bsd-3-clause |
heavenshell/php-net-kyototycoon | tests/prepare.php | 2061 | <?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... | bsd-3-clause |
NCIP/visda | visda/VISDA-Developer/Month-5-yr1/visdaDev-V0.1/doc/org/math/plot/canvas/class-use/Plot3DCanvas.html | 7570 | <!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="... | bsd-3-clause |
tomtom92/etl | etl/database.py | 2331 | # -*- 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... | bsd-3-clause |
statsmodels/statsmodels.github.io | v0.12.0/generated/statsmodels.stats.weightstats.CompareMeans.summary.html | 21660 |
<!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... | bsd-3-clause |
vox-tecnologia/ZFDebug | src/ZFDebug/Controller/Plugin/Debug/Plugin/PluginInterface.php | 604 | <?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... | bsd-3-clause |
collinjackson/mojo | sky/engine/core/dom/WeakNodeMap.cpp | 2804 | // 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)... | bsd-3-clause |
hronoses/vispy | vispy/visuals/shaders/compiler.py | 7604 | # -*- 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... | bsd-3-clause |
phorque/ac2-frontend | webpack-prod.config.js | 2933 | 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:... | bsd-3-clause |
mikem2005/vijava | src/com/vmware/vim25/mo/HostDatastoreBrowser.java | 3309 | /*================================================================================
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... | bsd-3-clause |
shaisxx/echarts | src/chart/gauge.js | 21902 | /**
* 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... | bsd-3-clause |
Epitomy/CMS | Kooboo.CMS/Kooboo.CMS.Content/Kooboo.CMS.Content/Models/IPersistable.cs | 933 | 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>
/// 是否为不完整对象
///... | bsd-3-clause |
chromium2014/src | base/test/launcher/test_launcher.cc | 35866 | // 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 ... | bsd-3-clause |
ExLibrisGroup/Rosetta.dps-sdk-projects | 6.2/javadoc/com/exlibris/dps/sdk/registry/package-frame.html | 1116 | <!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... | bsd-3-clause |
hung101/kbs | frontend/views/BspPerlanjutan/update.php | 608 | <?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... | bsd-3-clause |
NCIP/camod | software/camod/src/gov/nih/nci/camod/webapp/action/RadiationAction.java | 7161 | /*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... | bsd-3-clause |
intrallect/intraLibrary-PHP | src/IntraLibrary/Service/XMLResponse.php | 2807 | <?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... | bsd-3-clause |
eandbsoftware/phpbms | modules/bms/tax_addedit.php | 4359 | <?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. ... | bsd-3-clause |
datavisyn/tdp_core | src/views/SelectionChooser.ts | 8165 | 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... | bsd-3-clause |
helderfpires/io-tools | easystream/src/main/java/com/gc/iotools/stream/os/inspection/StatsOutputStream.java | 3428 | 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 ... | bsd-3-clause |
johndavid400/spree_suppliers | lib/generators/spree_suppliers/install/install_generator.rb | 1110 | 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"... | bsd-3-clause |
Technikradio/Node2 | src/tests/org/technikradio/node/tests/engine/SettingsPageTest.java | 2311 | /*
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... | bsd-3-clause |
NCIP/caaers | caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/validation/ValidationErrors.java | 1634 | /*******************************************************************************
* 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.
*************************************... | bsd-3-clause |
specialnote/myYii | common/models/FundSearch.php | 2090 | <?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()
{
... | bsd-3-clause |
zhangqianhui/tiny-cnn | tiny_dnn/layers/average_unpooling_layer.h | 11197 | /*
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 ... | bsd-3-clause |
wavebitscientific/wavy | docs/proc/le.html | 61899 | <!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 |
gitpython-developers/GitPython | doc/Makefile | 2347 | # 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)... | bsd-3-clause |
oldmanmike/vulkan | generate/src/Write/Type/Handle.hs | 1416 | {-# 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... | bsd-3-clause |
hackerspacesv/contiki-hssv | cpu/mkl26z64/mkl26-startup.c | 16042 | //+------------------------------------------------------------------------------------------------+
//| Kinetis MKL26 microcontroller initialization code. |
//| |
//| This file imp... | bsd-3-clause |
ocrm/crm | backend/controllers/settings/DetailsController.php | 1893 | <?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... | bsd-3-clause |
DrAlexx/pdfium | core/fxcrt/cfx_retain_ptr.h | 2929 | // 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... | bsd-3-clause |
OpenBuildings/promotions | classes/Jam/Behavior/Promotable/Purchase.php | 153 | <?php defined('SYSPATH') OR die('No direct access allowed.');
class Jam_Behavior_Promotable_Purchase extends Kohana_Jam_Behavior_Promotable_Purchase {}
| bsd-3-clause |
catapult-project/catapult-csm | telemetry/telemetry/internal/browser/browser_finder.py | 6167 | # 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... | bsd-3-clause |
rongeb/anit_cms_for_zf3 | module/Galerie/src/Form/GalerieForm.php | 1872 | <?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... | bsd-3-clause |
duointeractive/django-fabtastic | fabtastic/management/commands/ft_dump_db.py | 1185 | 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):
... | bsd-3-clause |
skordal/potato | libsoc/gpio.h | 1981 | // 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... | bsd-3-clause |
pyrovski/scalasca | opari2/src/opari/handler.h | 2565 | /*
* 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... | bsd-3-clause |
timgraham/django-cms | cms/tests/test_admin.py | 63904 | # -*- 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... | bsd-3-clause |
Leo1234/ocorrencia_beta | module/GMaps/README.md | 2629 | [](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... | bsd-3-clause |
avinashc89/grpc_273 | core/build/docs/javadoc/io/grpc/ServerCall.html | 17270 | <!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 ... | bsd-3-clause |
paul99/clank | chrome/renderer/resources/mobile_youtube_plugin.html | 732 | <!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... | bsd-3-clause |
Tibotanum/Necromunda | src/necromunda/PathNode.java | 749 | 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... | bsd-3-clause |
mazimm/AliPhysics | PWGCF/FEMTOSCOPY/FemtoDream/AliFemtoDreamv0Cuts.h | 5222 | /*
* 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... | bsd-3-clause |
lokeshjindal15/gem5_transform | configs/common/FSConfig.py | 21365 | # 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... | bsd-3-clause |
yaoshengzhe/vitess | Makefile | 4905 | # 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... | bsd-3-clause |
tmyroadctfig/picocontainer-android | src/org/picocontainer/package.html | 1218 | <!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... | bsd-3-clause |
ondra-novak/blink | LayoutTests/compositing/overflow/selection-gaps-toggling.html | 2173 | <!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... | bsd-3-clause |
rescrv/encryptify | sha2.h | 6293 | /* $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... | bsd-3-clause |
jhbsz/OSI-OS | sys/boot/common/dev_net.c | 8914 | /* $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
* ... | bsd-3-clause |
MarginC/kame | kame/sys/altq/altq_flowvalve.h | 2987 | /* $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:
* ... | bsd-3-clause |
Digoss/funny_python | syn_flood.py | 310 | 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() | bsd-3-clause |
grrr-amsterdam/garp3 | library/Garp/Log.php | 1317 | <?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
... | bsd-3-clause |
zengjichuan/jetuum | src/petuum_ps_common/include/constants.hpp | 1709 | // 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... | bsd-3-clause |
cpforbes/lumina | src-qt5/desktop-utils/lumina-calculator/i18n/l-calc_el.ts | 6376 | <?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>
<... | bsd-3-clause |
ChromiumWebApps/chromium | base/i18n/rtl.cc | 13232 | // 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... | bsd-3-clause |
snyang/AppGene | Development/AppGene/AppGene.Common.Entities.Infrastructure/Inferences/ReferencePropertyGetter.cs | 2191 | 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... | bsd-3-clause |
esclkm/hod | plugins/landingextrapage/landingextrapage.page.add.tags.php | 568 | <?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... | bsd-3-clause |
rob94/BlogYii | backend/models/PostSearch.php | 2100 | <?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()
{
... | bsd-3-clause |
N1kolayS/PCExpert | backend/views/filial/index.php | 1530 | <?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... | bsd-3-clause |
nacl-webkit/chrome_deps | ui/base/dragdrop/os_exchange_data_provider_win.cc | 33704 | // 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... | bsd-3-clause |
nmfzone/yiisms | views/sentitems/_search.php | 1573 | <?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',
]); ?>
... | bsd-3-clause |
nandohca/kista | utils/SCoPE-v1.1.5_64/scope/rtos/drivers/uc_hal_sw_defines.h | 617 | #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_... | bsd-3-clause |
delgado161/extranet | modules/usuarios/models/Usuarios.php | 4242 | <?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 ... | bsd-3-clause |
force11/force11-sciwg | meetings/20210803-Notes.md | 6923 | ## 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... | bsd-3-clause |
elegant651/polyfolio | app/elements/my-comp/slider-animatable.html | 1631 |
<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... | bsd-3-clause |
OpenAMEE/askamee | spec/controllers/question_controller_spec.rb | 2459 | 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... | bsd-3-clause |
shaochangbin/crosswalk | sysapps/common/common_api_browsertest.cc | 6721 | // 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... | bsd-3-clause |
grassrootza/grassroot-android | app/src/main/java/org/grassroot/android/models/responses/GroupsChangedResponse.java | 1127 | 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... | bsd-3-clause |
tbcabagay/ficdatabase | modules/main/views/facultycourse/_form.php | 526 | <?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... | bsd-3-clause |
tcreech/papi-4.0.0-64-solaris11.2 | src/ctests/sprofile.c | 3994 | /*
* 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... | bsd-3-clause |
jasenj1/taxii.github.io | documentation/java-taxii/javadoc/org/mitre/taxii/messages/xml11/ExtendedHeaderType.html | 21677 | <!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... | bsd-3-clause |
jbreitbart/sa-pgas | vendor/source/GASNet-1.16.2/mpi-conduit/gasnet_core.c | 42804 | /* $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... | bsd-3-clause |
MarginC/kame | openbsd/sys/dev/isa/if_fe.c | 65426 | /* $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... | bsd-3-clause |
synesissoftware/Pantheios | include/pantheios/implicit_link/bec.WindowsDebugger.WithCallback.h | 4584 | /* /////////////////////////////////////////////////////////////////////////
* 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... | bsd-3-clause |
mushkevych/scheduler | synergy/mx/synergy_mx.py | 5162 | __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... | bsd-3-clause |
JianpingZeng/xcc | xcc/test/juliet/testcases/CWE78_OS_Command_Injection/s06/CWE78_OS_Command_Injection__wchar_t_console_w32spawnl_68a.c | 4053 | /* 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... | bsd-3-clause |
highweb-project/highweb-webcl-html5spec | third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp | 19032 | // 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... | bsd-3-clause |
ExLibrisGroup/Rosetta.dps-sdk-projects | 6.1/javadoc/com/exlibris/digitool/common/dnx/DnxDocumentHelper.CreatingApplication.html | 25986 | <!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=... | bsd-3-clause |
swhgoon/scaled | api/src/main/java/scaled/Var.java | 753 | //
// 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... | bsd-3-clause |
GaloisInc/hacrypto | src/C/libpqcrypto/crypto_kem/mceliece6960119/ref/benes.h | 227 | /*
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
| bsd-3-clause |
yuri-calabrez/code-education-php7 | config/autoload/form.global.php | 996 | <?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' => ... | bsd-3-clause |
ekoontz/graphlab | apps/demo/demo.html | 43910 | <!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 ... | bsd-3-clause |
conormcd/exemplar | src/com/mcdermottroe/exemplar/input/InputException.java | 3051 | // 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
... | bsd-3-clause |
grt192/grtframework | src/sensor/GRTXBoxJoystick.java | 6230 | 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... | bsd-3-clause |
MovieDogBall/Testwork | vendor/core/yii2-users-module/controllers/frontend/UserController.php | 4168 | <?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;... | bsd-3-clause |
pepper-dev/tapper | README.md | 3805 |
# Tapper
pepperタブレット開発の雛形生成ツールです。
----
## ・環境
* Python2.7
----
## ・インストール方法
インストール時にはpipを使うと便利です。
```shell
# pipのインストール
$ easy_install pip
```
環境に合わせて読み替えてください。
```shell
# tapperのインストール
$ pip install tapper
```
----
## ・仕様
インストール後はtapperコマンドがインストールされます。
```shell
$ tapper --help
usage: tapper [-h] {create,... | bsd-3-clause |
groupon/shared-store | test/check-error.js | 468 | '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... | bsd-3-clause |
ChromiumWebApps/chromium | chrome/browser/drive/drive_notification_manager.h | 3531 | // 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"
#... | bsd-3-clause |
Berkaroad/blog | Dockerfile | 201 | # 配置博客站点
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 | bsd-3-clause |
jystic/river | src/River/X64/Transform/Reprim.hs | 4760 | {-# 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... | bsd-3-clause |
JianpingZeng/xcc | xcc/test/juliet/testcases/CWE762_Mismatched_Memory_Management_Routines/s04/CWE762_Mismatched_Memory_Management_Routines__delete_long_realloc_12.cpp | 4494 | /* 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... | bsd-3-clause |
ric2b/Vivaldi-browser | update_notifier/thirdparty/wxWidgets/samples/widgets/fontpicker.cpp | 6890 | /////////////////////////////////////////////////////////////////////////////
// Program: wxWidgets Widgets Sample
// Name: fontpicker.cpp
// Purpose: Shows wxFontPickerCtrl
// Author: Francesco Montorsi
// Created: 20/6/2006
// Copyright: (c) 2006 Francesco Montorsi
// Licence: wxWindows ... | bsd-3-clause |
ekoontz/graphlab | src/graphlab/extern/metis/libmetis/bucketsort.c | 991 | /*
* 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... | bsd-3-clause |
leungpeng/converter | app/elements/elements.html | 2246 | <!--
@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:/... | bsd-3-clause |
indianpoptart/Website-of-NikhilP | components/polymer-ui-submenu-item/polymer-ui-submenu-item.html | 3137 | <!--
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... | bsd-3-clause |
Free4Lila/s-objectizer | so_5/5.2.4-microbenchmarking/dev/microbenchmarks/so_5/demand_queue_2_bench_1/prj.rb | 147 | require 'mxx_ru/cpp'
MxxRu::Cpp::exe_target {
required_prj "ace/dll.rb"
target "_microbench.demand_queue_2_bench_1"
cpp_source "main.cpp"
}
| bsd-3-clause |
Chilledheart/windycode | src/ClangSupport/ClangInvoker_unittest.cc | 8378 | #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;... | bsd-3-clause |
TomAugspurger/pandas | pandas/tests/frame/test_alter_axes.py | 8801 | 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... | bsd-3-clause |