repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
fincatto/nfe
src/main/java/com/fincatto/documentofiscal/nfe400/utils/qrcode20/NFGeraQRCode20.java
3031
package com.fincatto.documentofiscal.nfe400.utils.qrcode20; import java.math.BigInteger; import java.nio.charset.Charset; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import org.apache.commons.lang3.StringUtils; import com.fincatto.documentofiscal.DFAmbiente; import com.fincatto...
apache-2.0
nikhilvibhav/camel
core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/MinaComponentBuilderFactory.java
24837
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
apache-2.0
NixaSoftware/CVis
venv/bin/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html
24988
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Guidelines for Boost Authors</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../index.html" tit...
apache-2.0
yesman82/sitespeed.io
lib/collectors/domains.js
5405
/** * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License */ 'use strict'; var util = require('../util/util'), RequestTiming = require('../requestTiming'), Stats = require('fast...
apache-2.0
techhead/wsf_php_dist
wsf_c/axis2c/util/src/dll_desc.c
7773
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
apache-2.0
rogerfanrui/dubbo-monitor
src/main/resources/static/adminlte/documentation/build/include/advice.html
1774
<section id="advice"> <h2 class="page-header"><a href="#advice">A Word of Advice</a></h2> <p class="lead"> Before you go to see your new awesome theme, here are few tips on how to familiarize yourself with it: </p> <ul> <li><b>AdminLTE is based on <a href="http://getbootstrap.com/" target="_blan...
apache-2.0
damageboy/rundeck
rundeckapp/src/java/com/dtolabs/rundeck/server/plugins/services/StreamingLogReaderPluginProviderService.java
1978
/* * Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com) * * 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 ...
apache-2.0
initaldk/caja
tests/com/google/caja/apitaming/maps/directions-draggable.html
2510
<!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <title>Google Maps JavaScript API v3 Example: Directions Draggable</title> <link href="default.css" rel="stylesheet"> <script type="text/javascript" src="https://www.google.com...
apache-2.0
objectiser/camel
examples/camel-example-cxf/src/main/java/org/apache/camel/example/cxf/jaxrs/Client.java
2440
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
apache-2.0
google/google-ctf
third_party/edk2/EdkCompatibilityPkg/Foundation/Guid/EfiShell/EfiShell.c
1146
/*++ Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at ...
apache-2.0
PhaedrusTheGreek/elasticsearch
core/src/test/java/org/elasticsearch/search/aggregations/bucket/significant/SignificanceHeuristicTests.java
20764
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
apache-2.0
Microsoft/TypeScript
tests/cases/fourslash/codeFixUnusedIdentifier_parameter.ts
203
/// <reference path='fourslash.ts' /> // @noUnusedLocals: true // @noUnusedParameters: true ////function g(a, b) { b; } ////g(1, 2); verify.not.codeFixAvailable("Remove unused declaration for: 'a'");
apache-2.0
DGHerm/RetrievalTrainer
src/main/resources/de/herm_detlef/java/application/mvc/view/preferences/preferences.css
715
/* * Copyright 2016 Detlef Gregor Herm * * 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 applicable law ...
apache-2.0
jk1/intellij-community
java/java-indexing-impl/src/com/intellij/psi/impl/CompositeShortNamesCache.java
10218
/* * Copyright 2000-2012 JetBrains s.r.o. * * 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 applicable law or agre...
apache-2.0
varshavaradarajan/gocd
domain/src/main/java/com/thoughtworks/go/domain/materials/git/GitModificationParser.java
3128
/*************************GO-LICENSE-START********************************* * Copyright 2014 ThoughtWorks, 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...
apache-2.0
Ile2/struts2-showcase-demo
src/apps/showcase/src/main/java/org/apache/struts2/showcase/chat/User.java
1350
/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "Lice...
apache-2.0
smmribeiro/intellij-community
plugins/svn4idea/testSource/org/jetbrains/idea/svn/SvnTreeConflictDataTest.java
20363
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.idea.svn; import com.intellij.openapi.vcs.VcsConfiguration; import com.intellij.openapi.vcs.changes.Change; import com.intellij.openapi.vf...
apache-2.0
yongjhih/NotRetrofit
retrofit2-github-app/src/main/java/com/github/retrofit2/app/Item.java
1268
/* * Copyright (C) 2015 The Android Open Source Project * * 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 app...
apache-2.0
psakar/Resteasy
resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/ResteasyConstraintViolation.java
1810
package org.jboss.resteasy.api.validation; import java.io.Serializable; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; /** * * @author <a href="ron.sigal@jboss.com">Ron Sigal</a> * @version $Revision: 1.1 $ * * Copyri...
apache-2.0
baboune/compass
src/main/src/org/compass/core/lucene/engine/optimizer/AbstractIndexInfoOptimizer.java
2416
/* * Copyright 2004-2009 the original author or authors. * * 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 ap...
apache-2.0
smmribeiro/intellij-community
plugins/kotlin/analysis/src/org/jetbrains/kotlin/idea/stubindex/KotlinTopLevelFunctionFqnNameIndex.java
1887
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.stubindex; import com.intellij.openapi.project.Project; import com.intellij.psi.search.GlobalSearchScope; import com.intellij...
apache-2.0
quintinali/mudrod
core/src/main/java/gov/nasa/jpl/mudrod/ssearch/ranking/TrainingImporter.java
3467
/* * 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 applicable law or agreed to in writing, software * distribute...
apache-2.0
ZhenyaM/veraPDF-pdfbox
pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStreamEngine.java
10595
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
apache-2.0
lucius-feng/seafile-client
tests/test_stl.cpp
3120
#include "test_stl.h" #include <QSet> #include <QtTest/QtTest> #include <vector> #include <cstring> #include <cwchar> #include "../src/utils/stl.h" void STLTest::testBufferArry() { using utils::BufferArray; // constructor std::string test1("123456789abcdefg"); BufferArray buffer(test1); QVERIFY(test1.size()...
apache-2.0
eternity74/gapid
third_party/khronos/glslang/glslang/MachineIndependent/localintermediate.h
17502
// //Copyright (C) 2002-2005 3Dlabs Inc. Ltd. //Copyright (C) 2016 LunarG, 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 co...
apache-2.0
JaredMiller/Wave
src/org/waveprotocol/wave/model/supplement/ObservablePrimitiveSupplement.java
3341
/** * Copyright 2009 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 applicable law or agreed t...
apache-2.0
cjpatton/cloudproxy
cpvmm/vmm/include/vmexit_msr.h
4020
/* * Copyright (c) 2013 Intel Corporation * * 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 applicable law or agreed...
apache-2.0
erha19/incubator-weex
android/sdk/src/main/java/com/taobao/weex/dom/WXEvent.java
4905
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
apache-2.0
JackJiang2011/beautyeye
src_all/beautyeye_v3.7_utf8/src/org/jb2011/lnf/beautyeye/winlnfutils/d/BEXPStyle.java
26390
package org.jb2011.lnf.beautyeye.winlnfutils.d; ///* // * @(#)XPStyle.java 1.28 07/01/09 // * // * Copyright 2006 Sun Microsystems, Inc. All rights reserved. // * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. // */ // ///* // * <p>These classes are designed to be used while the // * corresponding <code...
apache-2.0
WTXGBG/loltpc
tp5/public/assets/libs/art-template/test/test-speed.html
11011
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>template test</title> <script src="js/jquery-1.7.2.min.js"></script> <script src="js/highcharts.js"></script> <script src="../dist/template-native.js"></script> <script src="js/tmpl.js"></script> <script src="js/d...
apache-2.0
charliemblack/geode
geode-core/src/main/java/org/apache/geode/redis/internal/executor/transactions/ExecExecutor.java
2868
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional information regarding * copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may not ...
apache-2.0
gburd/wave
test/org/waveprotocol/wave/model/waveref/WaveRefTest.java
3152
/** * Copyright 2010 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 applicable law or agreed t...
apache-2.0
gec/dnp3
src/opendnp3/APL/Types.h
1866
// // Licensed to Green Energy Corp (www.greenenergycorp.com) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. Green Enery Corp licenses this file // to you under the Apache License, Version 2.0 (the // "...
apache-2.0
search5/nanumlectures
static/bower_components/vue/flow/component.js
4160
import type { Config } from '../src/core/config' import type VNode from '../src/core/vdom/vnode' import type Watcher from '../src/core/observer/watcher' declare interface Component { // constructor information static cid: number; static options: Object; // extend static extend: (options: Object) => Function;...
apache-2.0
apache/incubator-trafodion
wms/src/main/java/org/trafodion/wms/rest/ResourceConfig.java
1068
/** * @@@ START COPYRIGHT @@@ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 ...
apache-2.0
chosen0ne/HouseMD
src/main/scala/com/github/zhongl/housemd/command/Trace.scala
7974
/* * Copyright 2013 zhongl * * 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 applicable law or agreed to in w...
apache-2.0
munyirik/nodejstools
Common/Product/SharedProject/Automation/OAProject.cs
16787
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
apache-2.0
niv0/isis
core/metamodel/src/main/java/org/apache/isis/core/metamodel/services/appfeat/ApplicationFeature.java
10327
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
apache-2.0
niv0/isis
core/metamodel/src/main/java/org/apache/isis/core/runtime/authentication/standard/AuthenticationManagerStandardInstallerAbstract.java
2324
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
apache-2.0
Ant-Droid/android_frameworks_base_OLD
packages/SystemUI/src/com/android/systemui/volume/IconPulser.java
1800
/* * Copyright (C) 2014 The Android Open Source Project * * 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 app...
apache-2.0
rospilot/rospilot
share/web_assets/nodejs_deps/node_modules/@angular/common/locales/ar-JO.js
1996
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js function plural(n) { if...
apache-2.0
bmildner/aws-sdk-cpp
aws-cpp-sdk-elasticloadbalancing/source/model/SetLoadBalancerPoliciesForBackendServerResult.cpp
1747
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
apache-2.0
guozhangwang/kafka
clients/src/main/java/org/apache/kafka/clients/RequestCompletionHandler.java
1168
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
apache-2.0
JGiola/swift-corelibs-foundation
lib/pkg_config.py
2114
from __future__ import print_function import shlex import subprocess import sys from .config import Configuration class PkgConfig(object): class Error(Exception): """Raised when information could not be obtained from pkg-config.""" def __init__(self, package_name): """Query pkg-config for i...
apache-2.0
thebillkidy/WebRTC-Stream
server/node_modules/hapi/test/integration/pack/--test2/lib/index.js
409
// Declare internals var internals = {}; // Plugin registration exports.register = function (plugin, options, next) { plugin.route({ path: '/test2', method: 'GET', handler: function (request, reply) { reply('testing123'); } }); plugin.route({ path: '/test2/path', method: 'GET', handler: function (request, ...
apache-2.0
pivotal-amurmann/geode
geode-core/src/main/java/org/apache/geode/cache/query/internal/parse/ASTTypeCast.java
1274
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional information regarding * copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may not ...
apache-2.0
freedryk/cloudtracker
doc/conf.py
7125
# -*- coding: utf-8 -*- # # cloudtracker documentation build configuration file, created by # sphinx-quickstart on Fri Aug 5 12:45:40 2011. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # ...
bsd-2-clause
aorzh/django-graphos
graphos/templates/graphos/gchart/line_chart.html
183
{% extends "graphos/gchart/base.html" %} {% block create_chart %} var chart = new google.visualization.LineChart(document.getElementById('{{ chart.get_html_id }}')); {% endblock %}
bsd-2-clause
UTSDataArena/examples
processing/sketchbook/libraries/minim/documentation/audioplayer_method_close.html
2021
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Minim : : AudioPlayer : : close</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="stylesheet.css" rel="stylesheet" type="text/css"> </head> <body...
bsd-2-clause
sebastienros/jint
Jint.Tests.Test262/test/language/expressions/compound-assignment/S11.13.2_A7.6_T2.js
974
// Copyright (C) 2015 André Bargull. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: Compound Assignment Operator evaluates its operands from left to right. description: > The left-hand side expression is evaluated before the right-hand side. Left-hand si...
bsd-2-clause
OlliL/lalaMoneyflow
client/contrib/bootstrap-fileinput/js/locales/pl.js
5901
/*! * FileInput Polish Translations * * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or * any HTML markup tags in the messages must not be converted or translated. * * @see http://github.com/kartik-v/bootstrap-fileinput * * NOTE: this file must be saved in UTF-8 encoding. */...
bsd-2-clause
tutsplus/A-Star-Pathfinding-for-Platformers
OneWayPlatforms/Assets/Scripts/KeyInput.cs
198
using UnityEngine; using System.Collections; /// <summary> /// Key input enumeration for easy input sending. /// </summary> public enum KeyInput { GoLeft = 0, GoRight, GoDown, Jump, Count }
bsd-2-clause
auraphp/Aura.Web
tests/Response/CookiesTest.php
2511
<?php namespace Aura\Web\Response; class CookiesTest extends \PHPUnit_Framework_TestCase { protected $cookies; protected function setUp() { $this->cookies = new Cookies; } public function testSetAndGet() { $this->cookies->set('foo', 'bar', '88', '/path', 'example.com'); ...
bsd-2-clause
evrom/bsdlibc
src/lib/libc/citrus/modules/citrus_gbk2k.h
1583
/* $NetBSD: citrus_gbk2k.h,v 1.2 2003/06/25 09:51:43 tshiozak Exp $ */ /*- * Copyright (c)2003 Citrus Project, * 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 sou...
bsd-2-clause
GistdaDev/ol3-cesium
build/serve.js
1218
var path = require('path'); var url = require('url'); var closure = require('closure-util'); var nomnom = require('nomnom'); var log = closure.log; var options = nomnom.options({ port: { abbr: 'p', 'default': 4000, help: 'Port for incoming connections', metavar: 'PORT' }, loglevel: { abbr: ...
bsd-2-clause
austinvernsonger/clide
Src/Clide/VisualStudio/VsServiceProviderExtensions.cs
8017
#region BSD License /* Copyright (c) 2012, Clarius Consulting 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 cond...
bsd-2-clause
bmanth60/workflow-test
node_modules/component/node_modules/component-remotes/lib/remotes/local.js
3407
/** * This is specifically for the builder where the * dependencies have been resolved and you just want * to access the component.jsons locally. */ var semver = require('semver'); var fs = require('graceful-fs'); var join = require('path').join; var resolve = require('path').resolve; var debug = require('debug')(...
bsd-3-clause
haroldoramirez/PlayStartApp2
app/views/main.scala.html
2234
@(user: User = null, scripts: Html = Html(""))(content: Html) <!DOCTYPE html> <html> <head> <title>@Messages("title")</title> <link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/bootstrap.css")"> <link rel="stylesheet" media="screen" href="@routes.Assets.at("styleshe...
bsd-3-clause
svn2github/OpenMesh2
src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
10044
/* ========================================================================= * * * * OpenMesh * * Copyright (c) 2001-2015, RWTH-Aachen University * * ...
bsd-3-clause
GaloisInc/hacrypto
src/C#/BouncyCastle/BouncyCastle-1.7/crypto/src/crypto/tls/CompressionMethod.cs
332
namespace Org.BouncyCastle.Crypto.Tls { /// <summary> /// RFC 2246 6.1 /// </summary> public enum CompressionMethod : byte { NULL = 0, /* * RFC 3749 2 */ DEFLATE = 1 /* * Values from 224 decimal (0xE0) through 255 decimal (0xFF) * inclusive are reserved for private use. ...
bsd-3-clause
fxsjy/ins
sandbox/quick_test.sh
518
#!/bin/bash ./start_all.sh sleep 1 ./show_cluster.sh sleep 2 ../output/bin/ins_cli --ins_cmd=register --flagfile=ins.flag --ins_key=zhangkai --ins_value=123456 #../output/bin/ins_cli --ins_cmd=register --flagfile=ins.flag --ins_key=fxsjy --ins_value=123456 sleep 1 nohup ../output/bin/ins_cli --ins_cmd=login --flagf...
bsd-3-clause
commtrack/temp-aquatest
utilities/data_migration/data_export_script_new.py
4187
None #!/usr/bin/env python # -*- coding: utf-8 -*- import datetime import os # simple json is a python 2.5 library you need to install import json # json comes bundled with python 2.6. use one or the other #import json def run(): print "starting" from receiver.models import Submission from xformmanager....
bsd-3-clause
axinging/chromium-crosswalk
chromecast/base/metrics/cast_metrics_test_helper.cc
2506
// 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 "chromecast/base/metrics/cast_metrics_test_helper.h" #include "base/logging.h" #include "base/macros.h" #include "chromecast/base/metrics/cast_m...
bsd-3-clause
appleseedhq/cortex
test/IECore/IndexedIOTest.h
7631
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2007-2009, 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
shaotuanchen/sunflower_exp
tools/source/gcc-4.2.4/gcc/config/crx/crx.md
24012
;; GCC machine description for CRX. ;; Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, ;; 2001, 2002, 2003, 2004, 2007 ;; Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; ;; GCC is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License...
bsd-3-clause
akrzemi1/Mach7
media/papers/OpenPatternMatching/artifact/code/msvc/rename-vcxproj.bat
575
@echo off for /D %%f in (*) do for %%i in (%%f\*.vcxproj) do call :SUB_RENAME "%%i" goto END :SUB_RENAME set filename=%~n1 if "%filename:~-4%" == "2012" goto END if "%filename:~-4%" == "2010" goto END if "%filename:~-4%" == "2008" goto END if "%filename:~-4%" == "2005" goto END if "%filename:~-4%" == "2003" ...
bsd-3-clause
dergraaf/xpcc
examples/stm32f3_discovery/adc/continous/main.cpp
2861
#include <xpcc/architecture/platform.hpp> #include <xpcc/debug/logger.hpp> // ---------------------------------------------------------------------------- // Set the log level #undef XPCC_LOG_LEVEL #define XPCC_LOG_LEVEL xpcc::log::INFO typedef GpioInputC0 Adc1In; typedef GpioInputC2 Adc2In; typedef GpioInputB13 Ad...
bsd-3-clause
bos/bloomfilter
examples/Makefile
238
hc := ghc hcflags := --make -O2 -fvia-C -optc-O2 examples := words spellchecker all: $(examples) words: Words.hs $(hc) $(hcflags) -o $@ $^ spellchecker: SpellChecker.hs $(hc) $(hcflags) -o $@ $^ clean: -rm -f *.hi *.o $(examples)
bsd-3-clause
vscharf/Mach7
code/typeswitch/2012-06-11/synthetic_dynamic_cast_fast.cpp
25748
/// /// \file /// /// This file is a part of pattern matching testing suite. /// /// \autor Yuriy Solodkyy <yuriy.solodkyy@gmail.com> /// /// This file is a part of the XTL framework (http://parasol.tamu.edu/xtl/). /// Copyright (C) 2005-2012 Texas A&M University. /// All rights reserved. /// #include "tes...
bsd-3-clause
wiso/dask
dask/context.py
1121
""" Control global computation context """ from collections import defaultdict _globals = defaultdict(lambda: None) _globals['callbacks'] = set() class set_options(object): """ Set global state within controled context This lets you specify various global settings in a tightly controlled with block ...
bsd-3-clause
YingHsuan/termite_data_server
server_src/static/ScatterPlot1/css/tip.css
270
.tip { opacity:0.9; z-index:1000; text-align:left; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:8px 8px; color: black; background-color:#E6E6E6; border: 1px solid #B3B3B3; box-shadow: 2px 2px 5px #888; pointer-events:none; }
bsd-3-clause
chromium/chromium
ui/compositor/compositor_observer.h
2940
// 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 UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_ #define UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_ #include "base/containers/flat_set.h" #include "base/time/t...
bsd-3-clause
ssokol/stratux
uatparse/uatparse.go
21443
package uatparse import ( "encoding/hex" "errors" "fmt" "io/ioutil" "strconv" "strings" ) const ( UPLINK_BLOCK_DATA_BITS = 576 UPLINK_BLOCK_BITS = (UPLINK_BLOCK_DATA_BITS + 160) UPLINK_BLOCK_DATA_BYTES = (UPLINK_BLOCK_DATA_BITS / 8) UPLINK_BLOCK_BYTES = (UPLINK_BLOCK_BITS / 8) UPLINK_FRAME_BLO...
bsd-3-clause
Kolomiysev/reviews
vendor/codemix/yii2-localeurls/tests/UrlCreationWithScriptNameTest.php
131
<?php use yii\helpers\Url; class UrlCreationWithScriptNameTest extends UrlCreationTest { protected $showScriptName = true; }
bsd-3-clause
CTSRD-SOAAP/chromium-42.0.2311.135
third_party/skia/gm/filltypespersp.cpp
4675
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "gm.h" #include "SkGradientShader.h" namespace skiagm { class FillTypePerspGM : public GM { SkPath fPath; public: FillTypePerspGM() {} void makePath() ...
bsd-3-clause
Workday/OpenFrame
third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp
3336
/* * Copyright (C) 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005 Rob Buis <buis@kde.org> * Copyright (C) 2005 Eric Seidel <eric@webkit.org> * Copyright (C) 2013 Google Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify ...
bsd-3-clause
Karpec/gizd
smf/Themes/default/languages/ManageMembers.english.php
7650
<?php // Version: 2.0; ManageMembers global $context; $txt['groups'] = 'Groups'; $txt['viewing_groups'] = 'Viewing Membergroups'; $txt['membergroups_title'] = 'Manage Membergroups'; $txt['membergroups_description'] = 'Membergroups are groups of members that have similar permission settings, appearance, or access rig...
bsd-3-clause
chromium/chromium
chrome/browser/resources/chromeos/sys_internals/line_chart/scrollbar.js
4454
// Copyright 2017 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. import {createElementWithClassName} from 'chrome://resources/js/util.m.js'; /** * Create by |LineChart.LineChart|. * Create a dummy scrollbar to show t...
bsd-3-clause
jswrenn/xtreemfs
java/servers/test/org/xtreemfs/test/osd/rwre/FixWrongMasterEpochDirectoryTest.java
2315
/* * Copyright (c) 2013 Michael Berlin, Zuse Institute Berlin * * Licensed under the BSD License, see LICENSE file for details. * */ package org.xtreemfs.test.osd.rwre; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import java....
bsd-3-clause
grace-/opencv-3.0.0-cvpr
opencv/modules/ml/src/knearest.cpp
16081
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
bsd-3-clause
jupyter/jupyterlab
packages/csvviewer/test/widget.spec.ts
3717
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. import { Context, DocumentRegistry, TextModelFactory } from '@jupyterlab/docregistry'; import * as Mock from '@jupyterlab/testutils/lib/mock'; import { UUID } from '@lumino/coreutils'; import { CellRenderer, Da...
bsd-3-clause
felixmulder/scala
test/pending/pos/virt.scala
165
object Virt extends Application { class Foo { trait Inner <: { val x : Int = 3 } } class Bar extends Foo { trait Inner <: { val y : Int = x } } }
bsd-3-clause
endlessm/chromium-browser
third_party/llvm/lldb/source/Host/common/ProcessRunLock.cpp
1469
//===-- ProcessRunLock.cpp ------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
bsd-3-clause
Joergen/zamboni
media/js/mkt/capabilities.js
3467
function safeMatchMedia(query) { var m = window.matchMedia(query); return !!m && m.matches; } define('capabilities', [], function() { var capabilities = { 'JSON': window.JSON && typeof JSON.parse == 'function', 'debug': (('' + document.location).indexOf('dbg') >= 0), 'debug_in_page'...
bsd-3-clause
SaschaMester/delicium
tools/gn/ninja_target_writer.cc
9381
// Copyright (c) 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 "tools/gn/ninja_target_writer.h" #include <sstream> #include "base/files/file_util.h" #include "base/strings/string_util.h" #include "tools...
bsd-3-clause
Hikari-no-Tenshi/android_external_skia
src/effects/imagefilters/SkTileImageFilter.cpp
5247
/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkTileImageFilter.h" #include "SkColorSpaceXformer.h" #include "SkCanvas.h" #include "SkImage.h" #include "SkImageFilterPriv.h" #include "SkMatrix.h" #include "SkOff...
bsd-3-clause
pwmarcz/django
django/contrib/auth/models.py
17843
from __future__ import unicode_literals from django.core.exceptions import PermissionDenied from django.core.mail import send_mail from django.core import validators from django.db import models from django.db.models.manager import EmptyManager from django.utils.crypto import get_random_string, salted_hmac from django...
bsd-3-clause
chrxr/wagtail
wagtail/wagtailadmin/views/page_privacy.py
2828
from __future__ import absolute_import, unicode_literals from django.core.exceptions import PermissionDenied from django.shortcuts import get_object_or_404 from wagtail.wagtailadmin.forms import PageViewRestrictionForm from wagtail.wagtailadmin.modal_workflow import render_modal_workflow from wagtail.wagtailcore.mode...
bsd-3-clause
leighpauls/k2cro4
ui/views/controls/menu/menu_runner.h
4509
// 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 UI_VIEWS_CONTROLS_MENU_MENU_RUNNER_H_ #define UI_VIEWS_CONTROLS_MENU_MENU_RUNNER_H_ #include "base/basictypes.h" #include "base/compiler_spec...
bsd-3-clause
jkowalski/NLog
src/NLog/Targets/ConsoleWordHighlightingRule.cs
6309
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
bsd-3-clause
jeremiahyan/ResearchKit
docs/org.researchkit.ResearchKit.docset/Contents/Resources/Documents/Constants/ORKNumericPrecision.html
4601
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ORKNumericPrecision Constants Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1334)"> </head> <body class="appled...
bsd-3-clause
ds-hwang/chromium-crosswalk
third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
4308
/* * 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. */ .search-drawer-header { flex: none; padding: 4px; display: flex; } .search-drawer-header input[type="text"].search-config-search { ...
bsd-3-clause
chromium/chromium
chrome/browser/ui/views/download/bubble/download_bubble_row_view.h
2081
// Copyright 2022 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_UI_VIEWS_DOWNLOAD_BUBBLE_DOWNLOAD_BUBBLE_ROW_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_DOWNLOAD_BUBBLE_DOWNLOAD_BUBBLE_ROW_VIEW_H_ #...
bsd-3-clause
chromium/chromium
components/performance_manager/service_worker_context_adapter.h
8057
// Copyright 2020 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 COMPONENTS_PERFORMANCE_MANAGER_SERVICE_WORKER_CONTEXT_ADAPTER_H_ #define COMPONENTS_PERFORMANCE_MANAGER_SERVICE_WORKER_CONTEXT_ADAPTER_H_ #includ...
bsd-3-clause
Arcnor/micromod
ibxm/src/main/java/ibxm/Data.java
4767
package ibxm; /* A data array dynamically loaded from an InputStream. */ public class Data { private int bufLen; private byte[] buffer; private java.io.InputStream stream; public Data( java.io.InputStream inputStream ) throws java.io.IOException { bufLen = 1 << 16; buffer = new byte[ bufLen ]; stream = inp...
bsd-3-clause
chromium/chromium
components/spellcheck/browser/android/component_jni_registrar.cc
833
// Copyright 2016 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/spellcheck/browser/android/component_jni_registrar.h" #include "base/android/jni_android.h" #include "base/android/jni_registrar.h" ...
bsd-3-clause
KenanSulayman/node-qt
deps/qt-4.8.0/win32/ia32/include/QtGui/qmouselinuxtp_qws.h
55
#include "../../src/gui/embedded/qmouselinuxtp_qws.h"
bsd-3-clause
binariedMe/blogging
node_modules/angular2/tools.d.ts
80
export { enableDebugTools, disableDebugTools } from 'angular2/src/tools/tools';
mit
stwalsh/smart-answers
app/presenters/value_question_presenter.rb
165
class ValueQuestionPresenter < QuestionPresenter include ActionView::Helpers::NumberHelper def response_label(value) number_with_delimiter(value) end end
mit
OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/IdentityModel/TokenProviders/ADFS/UsernameMixed.cs
3992
#if !NETSTANDARD2_0 using OfficeDevPnP.Core.IdentityModel.WSTrustBindings; using System; using System.IdentityModel.Protocols.WSTrust; using System.IdentityModel.Tokens; using System.Net; using System.ServiceModel; using System.ServiceModel.Security; namespace OfficeDevPnP.Core.IdentityModel.TokenProviders.ADFS { ...
mit