code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
4
991
language
stringclasses
9 values
license
stringclasses
15 values
size
int32
3
1.05M
# cs.???? = currentstate, any variable on the status tab in the planner can be used. # Script = options are # Script.Sleep(ms) # Script.ChangeParam(name,value) # Script.GetParam(name) # Script.ChangeMode(mode) - same as displayed in mode setup screen 'AUTO' # Script.WaitFor(string,timeout) # Script.SendRC(chan...
vizual54/MissionPlanner
Scripts/example1.py
Python
gpl-3.0
1,491
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Ve...
marktriggs/nyu-sakai-10.4
providers/jldap/src/java/edu/amc/sakai/user/LdapConnectionLivenessValidator.java
Java
apache-2.0
1,307
// 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. cr.define('cr.ui', function() { // require cr.ui.define // require cr.ui.limitInputWidth /** * The number of pixels to indent per level. ...
aospx-kitkat/platform_external_chromium_org
ui/webui/resources/js/cr/ui/tree.js
JavaScript
bsd-3-clause
18,164
/** * @license Highcharts JS v4.2.2 (2016-02-04) * * (c) 2014 Highsoft AS * Authors: Jon Arild Nygard / Oystein Moseng * * License: www.highcharts.com/license */ (function (factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Highcharts); } }(function ...
morsaken/webim-cms
views/backend/default/layouts/js/plugins/highcharts/modules/treemap.src.js
JavaScript
mit
24,507
/* * 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...
corochoone/elasticsearch
src/test/java/org/elasticsearch/stresstest/indexing/BulkIndexingStressTest.java
Java
apache-2.0
2,807
/*! * inferno-router v0.7.14 * (c) 2016 Dominic Gannaway * Released under the MIT License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.InfernoRouter = f...
dlueth/cdnjs
ajax/libs/inferno/0.7.14/inferno-router.js
JavaScript
mit
18,182
# Requiring test environment file require 'spec_helper' # Requiring test subject file require_relative File.join(APP_CONTROLLERS, "static") # Test cases describe 'Routing for root' do it "has ok response when get '/' is called." do get '/' expect(last_response).to be_ok end end
hollowaykeanho/airbnb-accessment
spec/static_spec.rb
Ruby
mit
286
/* Copyright 2017 The TensorFlow Authors. 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. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
npuichigo/ttsflow
third_party/tensorflow/tensorflow/core/grappler/clusters/utils.cc
C++
apache-2.0
4,151
<?php /** * @file * Contains \Drupal\filter\FilterProcessResult. */ namespace Drupal\filter; use Drupal\Component\Utility\Html; use Drupal\Component\Utility\UrlHelper; use Drupal\Core\Render\BubbleableMetadata; use Drupal\Core\Template\Attribute; /** * Used to return values from a text filter plugin's processin...
komejo/d8demo-dev
web/core/modules/filter/src/FilterProcessResult.php
PHP
mit
4,448
/** * React Starter Kit (http://www.reactstarterkit.com/) * * Copyright © 2014-2015 Kriasoft, LLC. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ import path from 'path'; import cp from 'child_process'; /...
SFDevLabs/react-starter-kit
tools/serve.js
JavaScript
mit
825
/* * Copyright 2013 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 to...
davidmrtz/TrackingApp
myMapa/library/src/com/google/maps/android/MathUtil.java
Java
apache-2.0
3,305
/** * Copyright (c) 2010-2015, openHAB.org and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package org...
cyclingengineer/UpnpHomeAutomationBridge
src/org/openhab/binding/maxcube/internal/exceptions/IncorrectMultilineIndexException.java
Java
epl-1.0
737
// Copyright John Maddock 2007. // Copyright Paul A. Bristow 2010. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Note that this file contains quickbook mark-up as well a...
NixaSoftware/CVis
venv/bin/libs/math/example/policy_ref_snip7.cpp
C++
apache-2.0
1,412
/** * 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...
tseen/Federated-HDFS
tseenliu/FedHDFS-hadoop-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/BlockReaderUtil.java
Java
apache-2.0
1,761
require File.expand_path('../../../spec_helper', __FILE__) require 'bigdecimal' describe "BigDecimal#remainder" do before(:each) do @zero = BigDecimal("0") @one = BigDecimal("0") @mixed = BigDecimal("1.23456789") @pos_int = BigDecimal("2E5555") @neg_int = BigDecimal("-2E5555") @pos_frac = Bi...
takano32/rubinius
spec/ruby/library/bigdecimal/remainder_spec.rb
Ruby
bsd-3-clause
3,111
/* Project: angular-gantt v1.2.8 - Gantt chart component for AngularJS Authors: Marco Schweighauser, Rémi Alvergnat License: MIT Homepage: https://www.angular-gantt.com Github: https://github.com/angular-gantt/angular-gantt.git */ (function(){ /* global ResizeSensor: false */ /* global ElementQueries: false */ ...
GuilhouT/angular-gantt
dist/angular-gantt-resizeSensor-plugin.js
JavaScript
mit
2,694
/* Copyright 2015 Google Inc. 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. 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 ...
dgrif/binnavi
src/main/java/com/google/security/zynamics/binnavi/Gui/MainWindow/ProjectTree/Nodes/Module/CModuleNode.java
Java
apache-2.0
8,652
package daemon import ( "errors" "io" "os" "path/filepath" "strings" "github.com/docker/docker/builder" "github.com/docker/docker/container" "github.com/docker/docker/pkg/archive" "github.com/docker/docker/pkg/chrootarchive" "github.com/docker/docker/pkg/idtools" "github.com/docker/docker/pkg/ioutils" "gi...
albamc/gorb
vendor/github.com/docker/docker/daemon/archive.go
GO
lgpl-3.0
13,485
cask 'dsp-radio' do version '1.4.1' sha256 'b04ff63d41a47923455499340e32706df83a184c54c590d70191072b8fdbbbc9' url "https://dl2sdr.homepage.t-online.de/files/DSP_Radio_#{version.delete('.')}.zip" name 'DSP Radio' homepage 'https://dl2sdr.homepage.t-online.de/' license :gratis app "DSP Radio #{version}.ap...
JosephViolago/homebrew-cask
Casks/dsp-radio.rb
Ruby
bsd-2-clause
327
/* * Copyright 2000-2015 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...
idea4bsd/idea4bsd
platform/testFramework/src/com/intellij/mock/MockPsiFile.java
Java
apache-2.0
8,673
// Type definitions for lodash-webpack-plugin 0.11 // Project: https://github.com/lodash/lodash-webpack-plugin#readme // Definitions by: Benjamin Lim <https://github.com/bumbleblym> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 import { Plugin } from 'webpack'; export =...
borisyankov/DefinitelyTyped
types/lodash-webpack-plugin/index.d.ts
TypeScript
mit
913
/* * Copyright 2000-2014 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...
asedunov/intellij-community
xml/xml-psi-impl/src/com/intellij/psi/impl/source/xml/XmlMarkupDeclImpl.java
Java
apache-2.0
1,100
/** * 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...
YMartsynkevych/camel
components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/operations/CreateOperation.java
Java
apache-2.0
2,550
/* * Copyright 2005 Sascha Weinreuter * * 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...
clumsy/intellij-community
plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/XPath2Language.java
Java
apache-2.0
1,943
// 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 "tools/json_schema_compiler/test/simple_api.h" #include "testing/gtest/include/gtest/gtest.h" using namespace test::api::simple_api; names...
CTSRD-SOAAP/chromium-42.0.2311.135
tools/json_schema_compiler/test/simple_api_unittest.cc
C++
bsd-3-clause
6,511
// Copyright 2014 Google Inc. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. package internal // This file implements a network dialer that limits the number of concurrent connections. // It is only used for API calls. import ( "log" ...
ae6rt/decap
web/vendor/google.golang.org/appengine/internal/net.go
GO
mit
1,236
/// <reference path="denodeify.d.ts" /> /// <reference path="../node/node.d.ts" /> import denodeify = require("denodeify"); import fs = require('fs'); import cp = require('child_process'); const readFile = denodeify<string,string,string>(fs.readFile); const exec = denodeify<string,string>(cp.exec, (err, stdout, stder...
Pro/DefinitelyTyped
denodeify/denodeify-tests.ts
TypeScript
mit
342
package graph import ( "strings" "github.com/docker/docker/engine" "github.com/docker/docker/image" ) func (s *TagStore) CmdViz(job *engine.Job) engine.Status { images, _ := s.graph.Map() if images == nil { return engine.StatusOK } job.Stdout.Write([]byte("digraph docker {\n")) var ( parentImage *image....
openshift/dockerexec
vendor/src/github.com/docker/docker/graph/viz.go
GO
apache-2.0
1,016
import * as angular from 'angular'; angular .module('app', ['ngDesktopNotification']) .config(['desktopNotificationProvider', (desktopNotificationProvider: angular.desktopNotification.IDesktopNotificationProvider) => { desktopNotificationProvider.config({ autoClose: true, durati...
borisyankov/DefinitelyTyped
types/angular-desktop-notification/angular-desktop-notification-tests.ts
TypeScript
mit
1,560
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
cherrishes/weilai
xingxing/protobuf/python/lib/Python3.4/google/protobuf/pyext/descriptor.cc
C++
apache-2.0
13,106
/** * 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...
shakamunyi/hadoop-20
src/test/org/apache/hadoop/mapred/ReliabilityTest.java
Java
apache-2.0
18,910
a enum;
Jazzling/jazzle-parser
test/test-esprima/fixtures/invalid-syntax/migrated_0115.js
JavaScript
mit
7
<?php // This file is part of Moodle - https://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle...
michael-milette/moodle
install/lang/tl/error.php
PHP
gpl-3.0
2,237
package butterknife; import android.view.View; import butterknife.internal.ListenerClass; import butterknife.internal.ListenerMethod; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static android.widget.AdapterView.OnItemSelectedListener; import static java.lang.annotation.ElementTy...
carollynn2253/butterknife
butterknife/src/main/java/butterknife/OnItemSelected.java
Java
apache-2.0
2,447
topojson = (function() { function merge(topology, arcs) { var arcsByEnd = {}, fragmentByStart = {}, fragmentByEnd = {}; arcs.forEach(function(i) { var e = ends(i); (arcsByEnd[e[0]] || (arcsByEnd[e[0]] = [])).push(i); (arcsByEnd[e[1]] || (arcsByEnd[e[1]] = [])).push(~i); ...
pzp1997/cdnjs
ajax/libs/topojson/0.0.28/topojson.js
JavaScript
mit
8,261
#-- # Copyright (c) 2006-2013 Philip Ross # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publis...
apcomplete/devise_security_questions
vendor/ruby/gems/tzinfo-0.3.39/lib/tzinfo/timezone_offset_info.rb
Ruby
mit
3,439
define( "dijit/form/nls/ca/validate", ({ invalidMessage: "El valor introduït no és vàlid", missingMessage: "Aquest valor és necessari", rangeMessage: "Aquest valor és fora de l'interval" }) );
Caspar12/zh.sw
zh.web.site.admin/src/main/resources/static/js/dojo/dijit/form/nls/ca/validate.js.uncompressed.js
JavaScript
apache-2.0
201
/* Copyright © 2002, The KPD-Team All rights reserved. http://www.mentalis.org/ 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 n...
kolrabi/DesktopBooru
Sources/Network/ProxySocket/AuthUserPass.cs
C#
gpl-3.0
6,063
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. // Package glacier provides the client and types for making API // requests to Amazon Glacier. // // Amazon Glacier is a storage solution for "cold data." // // Amazon Glacier is an extremely low-cost storage service that provides secure, // durable,...
crobby/oshinko-cli
vendor/github.com/openshift/origin/cmd/cluster-capacity/go/src/github.com/kubernetes-incubator/cluster-capacity/vendor/github.com/aws/aws-sdk-go/service/glacier/doc.go
GO
apache-2.0
2,876
<?php /** * Order details table shown in emails. * * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-order-details.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to...
befair/soulShape
wp/soulshape.earth/wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php
PHP
agpl-3.0
1,630
<?php /*! * HybridAuth * http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth * (c) 2009-2012, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html */ /** * Hybrid_Providers_MySpace provider adapter based on OAuth1 protocol * * http://hybridauth.sourceforge.net/userguide/IDP...
tiltfactor/mg-game
www/protected/extensions/HybridAuth/hybridauth-2.1.2/hybridauth/Providers/MySpace.php
PHP
agpl-3.0
4,857
<?php namespace Gedmo\Uploadable\Stub; use Gedmo\Uploadable\FileInfo\FileInfoArray; class FileInfoStub extends FileInfoArray { }
bantudevelopment/smis
vendor/gedmo1/doctrine-extensions/tests/Gedmo/Uploadable/Stub/FileInfoStub.php
PHP
bsd-3-clause
132
// Copyright (c) 2009 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 "net/disk_cache/blockfile/bitmap.h" #include <algorithm> #include "base/logging.h" namespace { // Returns the number of trailing zeros. i...
anirudhSK/chromium
net/disk_cache/blockfile/bitmap.cc
C++
bsd-3-clause
8,691
/* * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
rokn/Count_Words_2015
testing/openjdk2/jdk/test/java/awt/im/4959409/bug4959409.java
Java
mit
2,168
/* * Copyright (c) 2013-2015 by appPlant UG. All rights reserved. * * @APPPLANT_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apache License * Version 2.0 (the 'License'). You may not use this file except in * complia...
ElieSauveterre/cordova-plugin-local-notifications
src/android/ClickActivity.java
Java
apache-2.0
2,346
declare var a: number; var b: typeof a = "..."; var c: typeof a = "..."; type T = number; var x:T = "..."; // what about recursive unions?
kidaa/kythe
third_party/flow/tests/reflection/type.js
JavaScript
apache-2.0
141
/** * Italian translation for bootstrap-datepicker * Enrico Rubboli <rubboli@gmail.com> */ ;(function($){ $.fn.datepicker.dates['it'] = { days: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"], daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"], daysM...
zxinStar/footshop
zxAdmin/assets/js/uncompressed/date-time/locales/bootstrap-datepicker.it.js
JavaScript
agpl-3.0
694
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Extensions to the standard "os" package. package osext // import "github.com/kardianos/osext" import "path/filepath" // Executable returns an absolute path...
sg00dwin/origin
vendor/github.com/kardianos/osext/osext.go
GO
apache-2.0
781
<?php namespace PicoFeed\Scraper; use DomDocument; use DOMXPath; use PicoFeed\Logging\Logger; use PicoFeed\Parser\XmlParser; /** * Candidate Parser. * * @author Frederic Guillot */ class CandidateParser implements ParserInterface { private $dom; private $xpath; /** * List of attributes to try ...
bkostrowiecki/devnote
www/user/plugins/admin/vendor/fguillot/picofeed/lib/PicoFeed/Scraper/CandidateParser.php
PHP
gpl-3.0
6,365
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Displays the 'User groups' sub page under 'Users' page. * * @package PhpMyAdmin */ require_once 'libraries/common.inc.php'; require_once 'libraries/server_users.lib.php'; require_once 'libraries/server_user_groups.lib.php'; PMA_getRelationsParam(); if (! $GLOB...
Dokaponteam/ITF_Project
xampp/phpMyAdmin/server_user_groups.php
PHP
mit
1,786
# Copyright (c) 2007, Robert Coup <robert.coup@onetrackmind.co.nz> # 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, #...
Vvucinic/Wander
venv_2_7/lib/python2.7/site-packages/Django-1.9-py2.7.egg/django/contrib/gis/measure.py
Python
artistic-2.0
12,272
<?php /** * @file * Template file for Radix modal. */ ?> <!-- Button trigger modal --> <?php print render($trigger_button); ?> <!-- Modal --> <div class="modal fade" id="<?php print $modal_id; ?>" tabindex="-1" role="dialog" aria-labelledby="<?php print $modal_id; ?>" aria-hidden="true"> <div class="modal-dialog...
angrycactus/dkan
webroot/profiles/dkan/themes/contrib/radix/templates/radix/radix-modal.tpl.php
PHP
gpl-2.0
1,060
'use strict'; var $ = require('jquery'); require('./github-node-cfg.js'); var AddonHelper = require('js/addonHelper'); $(window.contextVars.githubSettingsSelector).on('submit', AddonHelper.onSubmitSettings);
ticklemepierce/osf.io
website/addons/github/static/node-cfg.js
JavaScript
apache-2.0
210
// 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 "ash/wm/event_client_impl.h" #include "ash/session/session_state_delegate.h" #include "ash/shell.h" #include "ash/shell_window_ids.h" #inclu...
s20121035/rk3288_android5.1_repo
external/chromium_org/ash/wm/event_client_impl.cc
C++
gpl-3.0
2,044
public enum A { ; A(String s){} }
asedunov/intellij-community
java/java-tests/testData/refactoring/moveMembers/enumConstant/before/A.java
Java
apache-2.0
37
class A { public void f() { Inner i = new Inner(); i.doStuff(); } private class <caret>Inner { public void doStuff() { } } }
asedunov/intellij-community
java/java-tests/testData/refactoring/inlineToAnonymousClass/NoInlineMethodUsage.java
Java
apache-2.0
173
class MyException extends RuntimeException{} class MyClass { public void foo() throws MyException { throw new MyException();<caret> } }
asedunov/intellij-community
java/java-tests/testData/codeInsight/completion/smartType/ExceptionTwice-out.java
Java
apache-2.0
139
/*! * https://github.com/es-shims/es5-shim * @license es5-shim Copyright 2009-2015 by contributors, MIT License * see https://github.com/es-shims/es5-shim/blob/master/LICENSE */ // vim: ts=4 sts=4 sw=4 expandtab // Add semicolon to prevent IIFE from being passed as argument to concatenated code. ; // UMD (Univer...
staticmatrix/Triangle
refer/modules/es5-shim/4.2.0/es5-shim.js
JavaScript
mit
61,950
<?php namespace Drupal\views_ui\Form\Ajax; use Drupal\Core\Form\FormStateInterface; use Drupal\views\ViewExecutable; use Drupal\views\ViewEntityInterface; use Drupal\views\Views; /** * Provides a form for adding an item in the Views UI. */ class AddHandler extends ViewsFormBase { /** * Constructs a new AddHa...
ngbentley/d8_devshop
web/core/modules/views_ui/src/Form/Ajax/AddHandler.php
PHP
gpl-2.0
6,305
<?php class meter { function __construct() { } function makeSVG($tag, $type, $value, $max, $min, $optimum, $low, $high) { $svg = ''; if ($tag == 'meter') { if ($type == '2') { ///////////////////////////////////////////////////////////////////////////////////// ///////// CUSTOM <meter type="2">...
wp-rio/wp-rio
wp-content/themes/wp-rio/inc/certificate/lib/mpdf/classes/meter.php
PHP
gpl-2.0
11,355
// -*- C++ -*- // Copyright (C) 2005-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms // of the GNU General Public License as published by the Free Software // Foundation; either version 3...
ruibarreira/linuxtrail
usr/include/c++/4.9/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
C++
gpl-3.0
2,765
/* Copyright (c) 2006-2013 by OpenLayers Contributors (see authors.txt for * full list of contributors). Published under the 2-clause BSD license. * See license.txt in the OpenLayers distribution or repository for the * full text of the license. */ /** * @requires OpenLayers/BaseTypes/Class.js */ /** * Class: O...
savchukoleksii/beaversteward
www/settings/tools/mysql/js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js
JavaScript
mit
8,407
(function($){ if(webshims.support.texttrackapi && document.addEventListener){ var trackOptions = webshims.cfg.track; var trackListener = function(e){ $(e.target).filter('track').each(changeApi); }; var trackBugs = webshims.bugs.track; var changeApi = function(){ if(trackBugs || (!trackOptions.override ...
ttitto/ttitto.github.io
js-webshim/dev/shims/track-ui.js
JavaScript
mit
10,440
#!/usr/bin/env python # -*- coding: utf-8 -*- # # GuessIt - A library for guessing information from filenames # Copyright (c) 2012 Nicolas Wack <wackou@gmail.com> # # GuessIt is free software; you can redistribute it and/or modify it under # the terms of the Lesser GNU General Public License as published by # the Free ...
loulich/Couchpotato
libs/guessit/transfo/guess_video_rexps.py
Python
gpl-3.0
1,837
//// [symbolDeclarationEmit8.ts] var obj = { [Symbol.isConcatSpreadable]: 0 } //// [symbolDeclarationEmit8.js] var obj = { [Symbol.isConcatSpreadable]: 0 }; //// [symbolDeclarationEmit8.d.ts] declare var obj: { [Symbol.isConcatSpreadable]: number; };
shanexu/TypeScript
tests/baselines/reference/symbolDeclarationEmit8.js
JavaScript
apache-2.0
279
/* Copyright 2017 The Kubernetes 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 applicable law or agreed to in writing, ...
bparees/open-service-broker-sdk
vendor/k8s.io/kubernetes/staging/src/k8s.io/kube-aggregator/pkg/controllers/cache.go
GO
apache-2.0
1,390
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; namespace System.Data.Common { internal partial cla...
nbarbettini/corefx
src/System.Data.Common/src/System/Data/Common/DbConnectionOptions.Mono.cs
C#
mit
843
<?php /** * Memcache storage engine for cache * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribution...
kcraam/rasp-fligthtime
webapp/lib/Cake/Cache/Engine/MemcacheEngine.php
PHP
bsd-3-clause
8,310
class Nasm < Formula desc "Netwide Assembler (NASM) is an 80x86 assembler" homepage "http://www.nasm.us/" revision 1 stable do url "http://www.nasm.us/pub/nasm/releasebuilds/2.11.08/nasm-2.11.08.tar.xz" sha256 "c99467c7072211c550d147640d8a1a0aa4d636d4d8cf849f3bf4317d900a1f7f" # http://repo.or.cz/n...
rokn/Count_Words_2015
fetched_code/ruby/nasm.rb
Ruby
mit
1,684
/* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * ...
TRex22/xbmc
xbmc/windowing/WinEventsWayland.cpp
C++
gpl-2.0
3,936
/* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 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/LICEN...
jodson/TextSecure
src/ws/com/google/android/mms/pdu/ReadRecInd.java
Java
gpl-3.0
4,014
#include <string.h> #include <node.h> #include "macros.h" #include "database.h" #include "statement.h" using namespace node_sqlite3; Persistent<FunctionTemplate> Database::constructor_template; void Database::Init(Handle<Object> target) { NanScope(); Local<FunctionTemplate> t = NanNew<FunctionTemplate>(New...
diagonalfish/reddit-post-scheduler
web/node_modules/sqlite3/src/database.cc
C++
mit
18,996
package networks import ( "github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud/pagination" ) // List returns a Pager that allows you to iterate over a collection of Network. func List(client *gophercloud.ServiceClient) pagination.Pager { return pagination.NewPager(client, listURL(client), func(...
ashetty1/kedge
vendor/github.com/openshift/origin/cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/networks/requests.go
GO
apache-2.0
615
/* Highcharts JS v5.0.13 (2017-07-27) (c) 2009-2017 Highsoft AS License: www.highcharts.com/license */ (function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){a.theme={colors:["#FDD089","#FF7F79","#A0446E","#251535"],colorAxis:{maxColor:"#60042E",minColor:"#FDD089"},plotO...
ChrisCioffi/ChrisCioffi.github.io
portfolio/Highcharts-5.0.13/code/themes/sunset.js
JavaScript
mit
438
/** @file PhysicsFrame.cpp @maintainer Morgan McGuire, http://graphics.cs.williams.edu @created 2002-07-09 @edited 2006-01-25 */ #include "G3D/platform.h" #include "G3D/PhysicsFrame.h" #include "G3D/BinaryInput.h" #include "G3D/BinaryOutput.h" namespace G3D { PhysicsFrame::PhysicsFrame() { translation = ...
AsherBond/MondocosmOS
mangos/dep/src/g3dlite/PhysicsFrame.cpp
C++
agpl-3.0
1,542
/* HISTORY 02-Aug-10 L-05-28 $$1 pdeshmuk Created. */ function deleteItemsInSimpRep () { if (!pfcIsWindows()) netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); /*--------------------------------------------------------------------*\ Get the current assembly \*...
2014c2g12/c2g12
wsgi/wsgi/static/weblink/examples/jscript/pfcSimpRepExamples.js
JavaScript
gpl-2.0
4,660
/** * A date picker component which shows a Date Picker on the screen. This class extends from {@link Ext.picker.Picker} * and {@link Ext.Sheet} so it is a popup. * * This component has no required configurations. * * ## Examples * * @example miniphone preview * var datePicker = Ext.create('Ext.picker....
appcodechile/Rockola
webapp/touch/src/picker/Date.js
JavaScript
mit
12,879
function acosh (arg) { // http://kevin.vanzonneveld.net // + original by: Onno Marsman // * example 1: acosh(8723321.4); // * returns 1: 16.674657798418625 return Math.log(arg + Math.sqrt(arg * arg - 1)); }
montanaflynn/phpjs
functions/math/acosh.js
JavaScript
mit
227
// @target: ES3 // @sourcemap: true interface I {} var x = 0;
progre/TypeScript
tests/cases/compiler/sourceMap-InterfacePrecedingVariableDeclaration1.ts
TypeScript
apache-2.0
66
/* YUI 3.16.0 (build 76f0e08) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('router', function (Y, NAME) { /** Provides URL-based routing using HTML5 `pushState()` or the location hash. @module app @submodule router @since 3.4.0 **/ var His...
vousk/jsdelivr
files/yui/3.16.0/router/router.js
JavaScript
mit
59,499
/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
dinubalti/FirstSymfony
web/public/js/lib/ext-3.4.1/src/locale/ext-lang-sk.js
JavaScript
mit
5,418
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Drawing.Drawing2D { public enum SmoothingMode { Invalid = QualityMode.Invalid, ...
rubo/corefx
src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs
C#
mit
472
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Drawing.Drawing2D { public enum InterpolationMode { Invalid = QualityMode.Invalid, ...
nbarbettini/corefx
src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs
C#
mit
547
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
reskit/moodle
privacy/classes/local/request/approved_userlist.php
PHP
gpl-3.0
2,170
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
jones139/hdms
lib/Cake/View/Helper.php
PHP
gpl-3.0
28,454
// (C) Copyright Edward Diener 2015 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). #if !defined(BOOST_VMD_SEQ_TO_LIST_HPP) #define BOOST_VMD_SEQ_TO_LIST_HPP #include <boos...
gwq5210/litlib
thirdparty/sources/boost_1_60_0/boost/vmd/seq/to_list.hpp
C++
gpl-3.0
1,572
<?php /** * SimplePie * * A PHP-Based RSS and Atom Feed Framework. * Takes the hard work out of managing a complete RSS/Atom solution. * * Copyright (c) 2004-2012, Ryan Parman, Geoffrey Sneddon, Ryan McCue, and contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or w...
gdombchik/nabcacatholic
zzz wp-includes ORIG/SimplePie/Sanitize.php
PHP
gpl-2.0
15,698
<?php /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Constraint that asserts that a string is valid JSON. * * @author Sebastian Ber...
ederunt/practicaN
vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php
PHP
bsd-3-clause
1,922
class Sslyze < Formula desc "SSL scanner" homepage "https://github.com/nabla-c0d3/sslyze" url "https://github.com/nabla-c0d3/sslyze/archive/release-0.11.tar.gz" sha256 "d0adf9be09d5b27803a923dfabd459c84a2eddb457dac2418f1bf074153f8f93" version "0.11.0" bottle do cellar :any sha256 "af01a93c9a4b8d8e3...
Lywangwenbin/homebrew
Library/Formula/sslyze.rb
Ruby
bsd-2-clause
2,049
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
mattsimpson/entrada-1x
www-root/core/library/Zend/Service/Yahoo/WebResult.php
PHP
gpl-3.0
2,749
<?php _deprecated_file( __FILE__, '4.0', 'Tribe__View_Helpers.php' ); class Tribe__Events__View_Helpers extends Tribe__View_Helpers {}
pdpfsug/wp_raga10
wp_raga10/wp-content/plugins/the-events-calendar/vendor/tickets/common/src/deprecated/Tribe__Events__View_Helpers.php
PHP
agpl-3.0
136
var hat = require('../'); var assert = require('assert'); exports.rack = function () { var rack = hat.rack(4); var seen = {}; for (var i = 0; i < 8; i++) { var id = rack(); assert.ok(!seen[id], 'seen this id'); seen[id] = true; assert.ok(id.match(/^[0-9a-f]$/)); ...
hendrikusR/open-layer
widget/assets/draw/hat/test/rack.js
JavaScript
bsd-3-clause
1,569
/** * 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...
CandleCandle/camel
camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateControllerTest.java
Java
apache-2.0
4,309
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
nickopris/musicapp
www/core/vendor/zendframework/zend-feed/Zend/Feed/Writer/Extension/Threading/Renderer/Entry.php
PHP
apache-2.0
3,659
import {Parser} from "./state" import {SourceLocation} from "./locutil" export class Node { constructor(parser, pos, loc) { this.type = "" this.start = pos this.end = 0 if (parser.options.locations) this.loc = new SourceLocation(parser, loc) if (parser.options.directSourceFile) this.s...
hellokidder/js-studying
微信小程序/wxtest/node_modules/acorn-jsx/node_modules/acorn/src/node.js
JavaScript
mit
1,194
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; class IgnorePlugin { constructor(resourceRegExp, contextRegExp) { this.resourceRegExp = resourceRegExp; this.contextRegExp = contextRegExp; this.checkIgnore = this.checkIgnore.bind(this)...
shikun2014010800/manga
web/console/node_modules/webpack/lib/IgnorePlugin.js
JavaScript
mit
1,617
#!/usr/bin/env python # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Ansible is distributed in the hope that it will b...
EvanK/ansible
test/integration/targets/vault/faux-editor.py
Python
gpl-3.0
1,212
package trust import ( "crypto/x509" "errors" "io/ioutil" "net/http" "net/url" "os" "path" "path/filepath" "sync" "time" "github.com/Sirupsen/logrus" "github.com/docker/libtrust/trustgraph" ) type TrustStore struct { path string caPool *x509.CertPool graph trustgraph.TrustGraph...
rhuss/gofabric8
vendor/github.com/docker/docker/trust/trusts.go
GO
apache-2.0
4,317
/*! * Connect - cookieParser * Copyright(c) 2010 Sencha Inc. * Copyright(c) 2011 TJ Holowaychuk * MIT Licensed */ /** * Module dependencies. */ var utils = require('./../utils') , cookie = require('cookie'); /** * Cookie parser: * * Parse _Cookie_ header and populate `req.cookies` * with an object keye...
BrowenChen/classroomDashboard
zzishwebsite/node_modules/express/node_modules/connect/lib/middleware/cookieParser.js
JavaScript
mit
1,440
/* * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ package com...
ppamorim/fresco
fbcore/src/main/java/com/facebook/datasource/BaseDataSubscriber.java
Java
bsd-3-clause
1,838