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
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.plugins.groovy.lang.psi.impl.synthetic; import com.intellij.openapi.diagnostic.Logger; import com.intellij.psi.*; import org.jetbrains.annotations.NotNull; ...
siosio/intellij-community
plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/lang/psi/impl/synthetic/GrTraitField.java
Java
apache-2.0
2,141
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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.apa...
seanbamsft/azure-powershell
src/ResourceManager/Insights/Commands.Insights/Diagnostics/GetAzureRmDiagnosticSettingCommand.cs
C#
apache-2.0
2,092
/* * 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...
dmiszkiewicz/elasticsearch
src/main/java/org/elasticsearch/action/search/type/TransportSearchCountAction.java
Java
apache-2.0
3,920
/** * 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...
pkdevbox/stratos
components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/beans/topology/ClusterBean.java
Java
apache-2.0
3,225
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * 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...
romartin/kie-wb-common
kie-wb-common-screens/kie-wb-common-datasource-mgmt/kie-wb-common-datasource-mgmt-client/src/main/java/org/kie/workbench/common/screens/datasource/management/client/dbexplorer/schemas/DatabaseSchemaExplorerView.java
Java
apache-2.0
1,272
//===--- BasicInstructionPropertyDumper.cpp -------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LI...
russbishop/swift
lib/SILOptimizer/UtilityPasses/BasicInstructionPropertyDumper.cpp
C++
apache-2.0
1,568
// 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 "chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.h" #include "apps/ui/views/app_window_frame_view.h" #include "ash/ash_constant...
Chilledheart/chromium
chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc
C++
bsd-3-clause
15,174
using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Instances; namespace Examples.FirstAutomappedProject { /// <summary> /// This is a convention that will be applied to all entities in your application. What this particular /// convention does is to specify that many-to-one, one...
HermanSchoenfeld/fluent-nhibernate
src/Examples.FirstAutomappedProject/CascadeConvention.cs
C#
bsd-3-clause
923
from SimpleCV import Camera, Image, Color, TemporalColorTracker, ROI, Display import matplotlib.pyplot as plt cam = Camera(1) tct = TemporalColorTracker() img = cam.getImage() roi = ROI(img.width*0.45,img.height*0.45,img.width*0.1,img.height*0.1,img) tct.train(cam,roi=roi,maxFrames=250,pkWndw=20) # Matplot Lib exampl...
beni55/SimpleCV
SimpleCV/MachineLearning/TestTemporalColorTracker.py
Python
bsd-3-clause
1,136
// Copyright 2014 the V8 project 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 "src/base/bits.h" #include "src/base/division-by-constant.h" #include "src/compiler/js-graph.h" #include "src/compiler/machine-operator-reducer...
sgraham/nope
v8/test/unittests/compiler/machine-operator-reducer-unittest.cc
C++
bsd-3-clause
59,530
require 'rubygems' require 'rubygems/user_interaction' require 'uri' ## # RemoteFetcher handles the details of fetching gems and gem information from # a remote source. class Gem::RemoteFetcher BuiltinSSLCerts = File.expand_path("./ssl_certs/*.pem", File.dirname(__FILE__)) include Gem::UserInteraction ## #...
yob/debian-rubinius
lib/rubygems/remote_fetcher.rb
Ruby
bsd-3-clause
14,114
namespace std { template<typename T> class allocator { public: void in_base(); }; template<typename T, typename Alloc = std::allocator<T> > class vector : Alloc { public: void foo(); void stop(); }; template<typename Alloc> class vector<bool, Alloc>; } void f() { std::vector<int> v;...
endlessm/chromium-browser
third_party/llvm/clang/test/CodeCompletion/templates.cpp
C++
bsd-3-clause
1,042
// ========================================== // RECESS // RULE: .js prefixes should not be styled // ========================================== // Copyright 2012 Twitter, Inc // Licensed under the Apache License v2.0 // http://www.apache.org/licenses/LICENSE-2.0 // ========================================== 'use stri...
jdsimcoe/briansimcoe
workspace/grunt/node_modules/grunt-recess/node_modules/recess/lib/lint/no-JS-prefix.js
JavaScript
mit
1,504
/*============================================================================= Copyright (c) 2001-2014 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser Copyright (c) 2010 Bryce Lelbach Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt...
nginnever/zogminer
tests/deps/boost/spirit/home/x3/support/traits/string_traits.hpp
C++
mit
8,750
module.exports.twitter = function twitter(username) { // Creates the canonical twitter URL without the '@' return 'https://twitter.com/' + username.replace(/^@/, ''); }; module.exports.facebook = function facebook(username) { // Handles a starting slash, this shouldn't happen, but just in case return '...
EdwardStudy/myghostblog
versions/2.16.4/core/server/lib/social/urls.js
JavaScript
mit
381
var utils = exports; var uglify = require('uglify-js'); utils.extend = function extend(target, source) { Object.keys(source).forEach(function (key) { target[key] = source[key]; }); }; utils.beautify = function beautify(code) { var ast = uglify.parser.parse(code); return uglify.uglify.gen_code(ast, { beau...
CoderPuppy/loke-lang
node_modules/ometajs/lib/ometajs/utils.js
JavaScript
mit
3,898
// // header.hpp // ~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under 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) // #ifndef HTTP_SERVER3_HEADER_HPP #define HTTP_SE...
vslavik/poedit
deps/boost/libs/asio/example/cpp03/http/server3/header.hpp
C++
mit
534
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ /* * Plugin to hide series in flot graphs. * * To activate, set legend.hideable to true in the flot options obj...
mehulsbhatt/torque
web/static/js/jquery.flot.hiddengraphs.js
JavaScript
mit
5,081
module ActiveRecord # = Active Record Through Association module Associations module ThroughAssociation #:nodoc: delegate :source_reflection, :through_reflection, :to => :reflection protected # We merge in these scopes for two reasons: # # 1. To get the default_scope con...
susancal/Waitr
vendor/cache/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/associations/through_association.rb
Ruby
mit
4,003
<TS language="af_ZA" version="2.0"> <context> <name>AddressBookPage</name> <message> <source>Create a new address</source> <translation>Skep 'n nuwe adres</translation> </message> <message> <source>Copy the currently selected address to the system clipboard</source> <tran...
Bitcoin-com/BUcash
src/qt/locale/bitcoin_af_ZA.ts
TypeScript
mit
20,485
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Orleans.Serialization; namespace Orleans.Runtime.MembershipService { [Serializable] internal class InMemoryMembershipTable { private readonly SerializationManager serializationManager; priva...
shlomiw/orleans
src/OrleansRuntime/MembershipService/InMemoryMembershipTable.cs
C#
mit
3,500
/////////////////////////////////////////////////////////////////////////////// // moment.hpp // // Copyright 2005 Eric Niebler. Distributed under 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) #ifndef BOOST_ACCUMULATORS_STATIST...
kumakoko/KumaGL
third_lib/boost/1.75.0/boost/accumulators/statistics/moment.hpp
C++
mit
3,436
/* * W.J. van der Laan 2011-2012 */ #include <QApplication> #include "bitcoingui.h" #include "clientmodel.h" #include "walletmodel.h" #include "optionsmodel.h" #include "guiutil.h" #include "guiconstants.h" #include "init.h" #include "util.h" #include "ui_interface.h" #include "paymentserver.h" #include "splashscre...
PoundCoinz/PoundCoinz
src/qt/bitcoin.cpp
C++
mit
10,783
//DO NOT DELETE THIS, this is in use... angular.module('umbraco') .controller("Umbraco.PropertyEditors.MacroContainerController", function($scope, dialogService, entityResource, macroService){ $scope.renderModel = []; $scope.allowOpenButton = true; $scope.allowRemoveButton = true; $scope.sortableOptions = ...
abryukhov/Umbraco-CMS
src/Umbraco.Web.UI.Client/src/views/propertyeditors/macrocontainer/macrocontainer.controller.js
JavaScript
mit
3,569
/* *------------------------------------------------------------------------------ * Copyright (C) 2006-2010 University of Dundee. All rights reserved. * * * 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 ...
knabar/openmicroscopy
components/insight/SRC/org/openmicroscopy/shoola/env/data/model/AdminObject.java
Java
gpl-2.0
6,106
<?php /* Widget Name: Editor Description: A widget which allows editing of content using the TinyMCE editor. Author: SiteOrigin Author URI: https://siteorigin.com */ class SiteOrigin_Widget_Editor_Widget extends SiteOrigin_Widget { function __construct() { parent::__construct( 'sow-editor', __('SiteOrigin ...
Analytical-Engine-Interactive/loopylogic
wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php
PHP
gpl-2.0
2,126
// Copyright 2010 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. // --------------------------------------------------------------------------------------------- // GC graphics pipeline // ------------------------------------------------------------------------------------...
aroulin/dolphin
Source/Core/VideoCommon/RenderBase.cpp
C++
gpl-2.0
17,004
<?php wp_enqueue_script( 'pods' ); wp_enqueue_style( 'pods-form' ); if ( empty( $fields ) || !is_array( $fields ) ) $fields = $obj->pod->fields; if ( !isset( $duplicate ) ) $duplicate = false; else $duplicate = (boolean) $duplicate; $groups = PodsInit::$meta->groups_get( $pod->pod_data[ 'type' ], $pod->p...
nbrouse-deep/chefmatefrontburner_com
wp-content/plugins/pods/ui/admin/form.php
PHP
gpl-2.0
30,874
/* * Copyright (C) 2008-2010 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * 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 ...
sureandrew/trinitycore
src/server/scripts/EasternKingdoms/Scholomance/boss_death_knight_darkreaver.cpp
C++
gpl-2.0
1,778
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
alexbevi/scummvm
engines/bladerunner/script/scene/ct04.cpp
C++
gpl-2.0
9,795
/* * Copyright (c) 2018, 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...
JetBrains/jdk8u_hotspot
test/runtime/ClassUnload/p2/c2.java
Java
gpl-2.0
1,173
<?php /** * Advanced OpenWorkflow, Automating SugarCRM. * @package Advanced OpenWorkflow for SugarCRM * @copyright SalesAgility Ltd http://www.salesagility.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by * ...
lionixevolve/LionixCRM
modules/AOW_Actions/actions/actionBase.php
PHP
agpl-3.0
1,987
// --------------------------------------------------------------------- // // Copyright (C) 2008 - 2014 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
johntfoster/dealii
tests/lac/compressed_sparsity_pattern_05.cc
C++
lgpl-2.1
1,031
// @allowJs: true // @checkJs: true // @noEmit: true // @Filename: templateTagOnClasses.js /** * @template T * @typedef {(t: T) => T} Id */ /** @template T */ class Foo { /** @typedef {(t: T) => T} Id2 */ /** @param {T} x */ constructor (x) { this.a = x } /** * * @param {T} x ...
weswigham/TypeScript
tests/cases/conformance/jsdoc/jsdocTemplateClass.ts
TypeScript
apache-2.0
508
"""Extension argument processing code """ __all__ = ['Message', 'NamespaceMap', 'no_default', 'registerNamespaceAlias', 'OPENID_NS', 'BARE_NS', 'OPENID1_NS', 'OPENID2_NS', 'SREG_URI', 'IDENTIFIER_SELECT'] import copy import warnings import urllib from openid import oidutil from openid import kvf...
gquirozbogner/contentbox-master
third_party/openid/message.py
Python
apache-2.0
21,795
# Apipie DSL functions. module Apipie # DSL is a module that provides #api, #error, #param, #error. module DSL module Base attr_reader :apipie_resource_descriptions, :api_params private def _apipie_dsl_data @_apipie_dsl_data ||= _apipie_dsl_data_init end def _apipie_d...
vassilevsky/apipie-rails
lib/apipie/dsl_definition.rb
Ruby
apache-2.0
14,932
/* * 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")...
jwagenleitner/incubator-groovy
src/test-resources/stubgenerator/traitStaticPropertiesStub/JavaXImpl.java
Java
apache-2.0
995
isClear = true; function context(description, spec) { describe(description, spec); }; function build() { $('body').append('<div id="element"></div>'); }; function buildDivTarget() { $('body').append('<div id="hint"></div>'); }; function buildComboboxTarget() { $('body').append( '<select id="hint">' + ...
cognitoedtech/assy
subdomain/offline/3rd_party/raty/spec/spec.js
JavaScript
apache-2.0
81,498
package org.apache.maven.artifact.manager; /* * 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 L...
lbndev/maven
maven-compat/src/main/java/org/apache/maven/artifact/manager/WagonManager.java
Java
apache-2.0
2,151
<?php /* * $Id: SizeSelector.php 526 2009-08-11 12:11:17Z mrook $ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIM...
ArcherCraftStore/ArcherVMPeridot
php/pear/phing/types/selectors/SizeSelector.php
PHP
apache-2.0
8,816
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
medicayun/medicayundicom
dcm4chee-arc3-entities/trunk/src/main/java/org/dcm4chee/archive/entity/MPPS.java
Java
apache-2.0
6,621
/* * 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 ...
markusweimer/incubator-reef
lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/avro/impl/package-info.java
Java
apache-2.0
920
/* * 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 ...
williamchengit/TestRepo
solr/core/src/java/org/apache/solr/update/processor/UpdateRequestProcessorChain.java
Java
apache-2.0
8,567
/* * Copyright 2016-present Open Networking Laboratory * * 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 appli...
donNewtonAlpha/onos
apps/pim/src/main/java/org/onosproject/pim/cli/PimInterfacesListCommand.java
Java
apache-2.0
1,782
// Copyright 2014 The Oppia 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 ap...
mit0110/oppia
core/templates/dev/head/profile/SignupSpec.js
JavaScript
apache-2.0
3,641
(function (enyo, scope) { /** * The {@link enyo.RepeaterChildSupport} [mixin]{@glossary mixin} contains methods and * properties that are automatically applied to all children of {@link enyo.DataRepeater} * to assist in selection support. (See {@link enyo.DataRepeater} for details on how to * use selection support...
KyleMaas/org.webosports.app.maps
enyo/source/ui/data/RepeaterChildSupport.js
JavaScript
apache-2.0
3,961
/* Copyright 2019 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, ...
johscheuer/kubernetes
pkg/registry/storage/csidriver/strategy_test.go
GO
apache-2.0
12,773
# 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. import os from cpp_namespace_environment import CppNamespaceEnvironment from model import Model, UnixName from schema_loader import SchemaLoader def _Gene...
scheib/chromium
tools/json_schema_compiler/namespace_resolver.py
Python
bsd-3-clause
2,904
/*! * Copyright (c) 2015, Salesforce.com, 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: * * 1. Redistributions of source code must retain the above copyright notice, * this list of ...
vendavo/yowie
yowie-web/node_modules/bower/node_modules/request/node_modules/tough-cookie/test/regression_test.js
JavaScript
mit
4,995
<?php return [ 'Names' => [ 'CDF' => [ 0 => 'FC', 1 => 'franc congolais', ], ], ];
Nyholm/symfony
src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.php
PHP
mit
132
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
DheerendraRathor/azure-sdk-for-net
src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsUpdateHeaders.cs
C#
mit
2,128
'use strict'; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.definePrope...
luoshichang/learnNode
node_modules/connect-mongo/src-es5/index.js
JavaScript
mit
15,400
from __future__ import division, absolute_import, print_function import sys import collections import pickle import warnings from os import path import numpy as np from numpy.testing import ( TestCase, run_module_suite, assert_, assert_equal, assert_array_equal, assert_array_almost_equal, assert_raises, asser...
mbayon/TFG-MachineLearning
venv/lib/python3.6/site-packages/numpy/core/tests/test_records.py
Python
mit
15,635
// Copyright 2011 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. /* The present file format Present files have the following format. The first non-blank non-comment line is the title, so the header looks like Title of doc...
cmars/tools
vendor/src/golang.org/x/tools/present/doc.go
GO
mit
6,713
import * as RSVP from 'rsvp'; import { backburner, _rsvpErrorQueue } from '@ember/runloop'; import { getDispatchOverride } from '@ember/-internals/error-handling'; import { assert } from '@ember/debug'; RSVP.configure('async', (callback, promise) => { backburner.schedule('actions', null, callback, promise); }); RSV...
bekzod/ember.js
packages/@ember/-internals/runtime/lib/ext/rsvp.js
JavaScript
mit
1,339
#include <stdio.h> #include "Halide.h" using namespace Halide; // Override Halide's malloc and free size_t custom_malloc_size = 0; void *my_malloc(void *user_context, size_t x) { custom_malloc_size = x; void *orig = malloc(x+32); void *ptr = (void *)((((size_t)orig + 32) >> 5) << 5); ((void **)ptr)[...
dan-tull/Halide
test/correctness/storage_folding.cpp
C++
mit
5,268
/** @module ember @submodule ember-runtime */ import Ember from 'ember-metal/core'; import { Mixin } from 'ember-metal/mixin'; import { get } from 'ember-metal/property_get'; import { deprecateProperty } from 'ember-metal/deprecate_property'; /** `Ember.ActionHandler` is available on some familiar classes including ...
artfuldodger/ember.js
packages/ember-runtime/lib/mixins/action_handler.js
JavaScript
mit
5,224
"use strict"; // copied from http://www.broofa.com/Tools/Math.uuid.js var CHARS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split(''); exports.uuid = function () { var chars = CHARS, uuid = new Array(36), rnd=0, r; for (var i = 0; i < 36; i++) { if (i==8 || i==13 || i==18 || i=...
lucciano/Haraka
utils.js
JavaScript
mit
4,778
require 'spec_helper' require 'puppet/transaction' require 'puppet_spec/compiler' require 'matchers/relationship_graph_matchers' require 'matchers/include_in_order' require 'matchers/resource' describe Puppet::Transaction::AdditionalResourceGenerator do include PuppetSpec::Compiler include PuppetSpec::Files incl...
thejonanshow/my-boxen
vendor/bundle/ruby/2.3.0/gems/puppet-3.8.7/spec/unit/transaction/additional_resource_generator_spec.rb
Ruby
mit
13,674
// Learn more about configuring this file at <https://theintern.github.io/intern/#configuration>. // These default settings work OK for most people. The options that *must* be changed below are the // packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites define({ // Default desi...
brendanlacroix/polish-no-added-typography
tests/intern.js
JavaScript
mit
1,011
import {LooseParser} from "./state" import {isDummy} from "./parseutil" import {tokTypes as tt} from ".." const lp = LooseParser.prototype lp.checkLVal = function(expr) { if (!expr) return expr switch (expr.type) { case "Identifier": case "MemberExpression": return expr case "ParenthesizedExpression": ...
eddyerburgh/free-code-camp-ziplines
react-projects/markdown-previewer/node_modules/is-expression/node_modules/acorn/src/loose/expression.js
JavaScript
mit
16,264
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("So...
seahorn/z3
examples/msf/SolverFoundation.Plugin.Z3.Tests/Properties/AssemblyInfo.cs
C#
mit
1,440
<?php namespace Elasticsearch\Endpoints\Indices\Gateway; use Elasticsearch\Endpoints\AbstractEndpoint; /** * Class Snapshot * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Gateway * @author Zachary Tong <zachary.tong@elasticsearch.com> * @license http://www.apache.org/licenses/LICENS...
quitedensepoint/Devel1
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Gateway/Snapshot.php
PHP
gpl-2.0
1,020
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ // vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4: #ident "$Id$" /* COPYING CONDITIONS NOTICE: This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by th...
YannNayn/mariadb-galera-msvc
storage/tokudb/ft-index/ft/tests/verify-dup-in-leaf.cc
C++
gpl-2.0
6,838
<?php // see : http://wordpress.org/support/topic/plugin-nextgen-gallery-ngg-and-featured-image-issue?replies=14 /** * nggPostThumbnail - Class for adding the post thumbnail feature * * @package NextGEN Gallery * @author Alex Rabe * * @version 1.0.2 * @access internal */ class nggPostThumbnail { /** * PH...
rakeybulhasan/IAPP
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php
PHP
gpl-2.0
11,431
<?php /** * @package AkeebaBackup * @copyright Copyright (c)2009-2014 Nicholas K. Dionysopoulos * @license GNU General Public License version 3, or later * * @since 1.3 */ // Protect from unauthorized access defined('_JEXEC') or die(); /** * MVC View for Log * */ class AkeebaViewLog extends FOFViewHtml { pu...
apachish/tariin
log/administrator/components/com_akeeba/views/log/view.html.php
PHP
gpl-2.0
1,128
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types"; export const definition: IconDefinition; export const faGrinHearts: IconDefinition; export const prefix: IconPrefix; export const iconName: IconName; export const width: number; export const height: number; export const ligat...
cstrassburg/smarthome
modules/http/webif/gstatic/fontawesome/advanced-options/use-with-node-js/free-solid-svg-icons/faGrinHearts.d.ts
TypeScript
gpl-3.0
399
<?php class Avada_Helper { /** * Return the value of an echo. * example: Avada_Helper::get_echo( 'function' ); */ public static function get_echo( $function, $args = '' ) { // Early exit if function does not exist if ( ! function_exists( $function ) ) { return; } ob_...
Skyrant/escortmissions.net
wp-content/themes/pereira/includes/class-avada-helper.php
PHP
gpl-3.0
929
using System.Collections.Generic; using Nancy.Metadata.Module; using Nancy.Swagger; using OmniSharp.Common; namespace OmniSharp.CurrentFileMembers.Metadata { public class CurrentFileMembersAsFlatMetadataModule : MetadataModule<SwaggerRouteData> { public CurrentFileMembersAsFlatMetadataModule() ...
alexrao/YouCompleteMe
third_party/ycmd/third_party/OmniSharpServer/OmniSharp/CurrentFileMembers/Metadata/CurrentFileMembersAsFlatMetadataModule.cs
C#
gpl-3.0
632
# # Copyright (C) 2011 - 2015 Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hop...
Rvor/canvas-lms
app/controllers/oauth2_provider_controller.rb
Ruby
agpl-3.0
3,946
/** * Shopware 4.0 * Copyright © 2012 shopware AG * * According to our dual licensing model, this program can be used either * under the terms of the GNU Affero General Public License, version 3, * or under a proprietary license. * * The texts of the GNU Affero General Public License with an additional * permi...
OliverZachau/shopware-4
templates/_default/backend/user_manager/model/locale.js
JavaScript
agpl-3.0
1,318
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
dbashyal/MagentoStarterBase
trunk/app/code/core/Mage/Captcha/sql/captcha_setup/install-1.7.0.0.0.php
PHP
lgpl-3.0
1,868
/* * 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 ...
hongyuhong/flink
flink-runtime/src/test/java/org/apache/flink/runtime/operators/hash/HashTableTest.java
Java
apache-2.0
12,009
package com.avast.android.dialogs.core; import android.content.Context; import android.os.Bundle; import android.support.v4.app.DialogFragment; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; /** * Internal base builder that holds common values for all dialog fragment builders...
jaohoang/android-styled-dialogs
library/src/main/java/com/avast/android/dialogs/core/BaseDialogBuilder.java
Java
apache-2.0
3,904
/* * Copyright 2012-present Facebook, 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...
janicduplessis/buck
src/com/facebook/buck/graph/DefaultDirectedAcyclicGraph.java
Java
apache-2.0
954
/* * ProGuard -- shrinking, optimization, obfuscation, and preverification * of Java bytecode. * * Copyright (c) 2002-2017 Eric Lafortune @ GuardSquare * * 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 F...
damienmg/bazel
third_party/java/proguard/proguard5.3.3/src/proguard/gui/splash/Sprite.java
Java
apache-2.0
1,374
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.Linq; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.CodeAnalysis.CommandLine; namespace Microsoft....
ericfe-ms/roslyn
src/Compilers/Shared/Vbc.cs
C#
apache-2.0
2,289
class Tinyumbrella < Cask version '7.04' sha256 '2ce5ea70bbdf216aaff9fc30c1a33a58a6fc19a5ad5e4f0029aafae61c622db1' url 'http://cache.firmwareumbrella.com/downloads/TinyUmbrella-7.04.00.app.zip' homepage 'http://blog.firmwareumbrella.com/' link 'TinyUmbrella.app' end
flesch/homebrew-cask
Casks/tinyumbrella.rb
Ruby
bsd-2-clause
279
//===-- RuntimeDyldCOFF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-==// // // 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 // //===---------------------------...
endlessm/chromium-browser
third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
C++
bsd-3-clause
4,282
// 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 <stddef.h> #include "sync/api/attachments/attachment_metadata.h" namespace syncer { AttachmentMetadata::AttachmentMetadata(const AttachmentId&...
js0701/chromium-crosswalk
sync/api/attachments/attachment_metadata.cc
C++
bsd-3-clause
577
// 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 "webkit/browser/fileapi/obfuscated_file_util.h" #include <queue> #include <string> #include <vector> #include "base/file_util.h" #include "...
TeamEOS/external_chromium_org
webkit/browser/fileapi/obfuscated_file_util.cc
C++
bsd-3-clause
47,936
/** * @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 */ export enum TagContentType { RAW_TEXT, ESCAPABLE_RAW_TEXT, PARSABLE_DATA } export interface TagDefinition { ...
Toxicable/angular
packages/compiler/src/ml_parser/tags.ts
TypeScript
mit
7,644
# coding: utf-8 # In[ ]: #练习一:文本加密解密(先看有关ASCII码的相关知识以及码表,查维基百科或百度百科) #输入:一个txt文件(假设全是字母的英文词,每个单词之间用单个空格隔开,假设单词最长为10个字母) #加密:得到每个单词的长度 n ,随机生成一个9位的数字,将 n-1 与这个9位的数字连接,形成一个10位的数字, #作为密匙 key 。依照 key 中各个数字对单词中每一个对应位置的字母进行向后移位(例:如过 key 中某数字为 2 , #对应该位置的字母为 a ,加密则应移位成 c ,如果超过 z ,则回到 A 处继续移位),对长度不到10的单词,移位后, #将移位后的单词利用随机字母...
ZMMzhangmingming/liupengyuan.github.io
chapter2/homework/computer/5-10/201611680890-5.10.py
Python
mit
1,296
var Model; module("Ember.FilteredRecordArray", { setup: function() { Model = Ember.Model.extend({ id: Ember.attr(), name: Ember.attr() }); Model.adapter = Ember.FixtureAdapter.create(); Model.FIXTURES = [ {id: 1, name: 'Erik'}, {id: 2, name: 'Stefan'}, {id: 'abc'...
hypexr/grunt-version-copy-bower-components
test/fixtures/bower_components/ember-model/packages/ember-model/tests/filtered_record_array_test.js
JavaScript
mit
5,733
// Package binary implements sintax-sugar functions on top of the standard // library binary package package binary import ( "bufio" "encoding/binary" "io" "gopkg.in/src-d/go-git.v4/plumbing" ) // Read reads structured binary data from r into data. Bytes are read and // decoded in BigEndian order // https://gola...
kettle11/wabi
wabi/vendor/gopkg.in/src-d/go-git.v4/utils/binary/read.go
GO
mit
3,985
var dude = "Dude"; var dude2 = new { Name = "Dude", Age = 30, }; var dude3 = new { Name = "Dude", Age = 30, Kids = new { Name = "LittleDude" } }; var dude4 = new { Name = "Dude", Age = 30, Kids = new[] { "LittleDude" } }; var dude5 = new { Name = "Dude", Age = 30, Kids = ne...
bengardner/uncrustify
tests/output/cs/10140-remove_semi.cs
C#
gpl-2.0
532
#!/usr/bin/env python # File created Sept 29, 2010 from __future__ import division __author__ = "William Walters" __copyright__ = "Copyright 2011, The QIIME Project" __credits__ = ["William Walters", "Greg Caporaso"] __license__ = "GPL" __version__ = "1.9.1-dev" __maintainer__ = "William Walters" __email__ = "William....
ssorgatem/qiime
qiime/truncate_fasta_qual_files.py
Python
gpl-2.0
6,323
Ext.define('Ext.rtl.scroll.Indicator', { override: 'Ext.scroll.Indicator', privates: { translateX: function(value) { if (this.getScroller().getRtl()) { value = -value; } this.callParent([value]); } } });
sqlwang/my_wpblog
wp-content/themes/extjs/ext/classic/classic/src/rtl/scroll/Indicator.js
JavaScript
gpl-2.0
297
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. 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; version 2 of the License. This program is distributed in the hope ...
myblockchain/myblockchain
client/dump/abstract_crawler.cc
C++
gpl-2.0
2,532
<?php /** * @file * Contains \Drupal\quickedit\Plugin\InPlaceEditorInterface. */ namespace Drupal\quickedit\Plugin; use Drupal\Component\Plugin\PluginInspectionInterface; use Drupal\Core\Field\FieldItemListInterface; /** * Defines an interface for in-place editors plugins. */ interface InPlaceEditorInterface e...
drupaals/demo.com
d8/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php
PHP
gpl-2.0
1,462
using MixERP.Net.i18n.Resources; using MixERP.Net.WebControls.StockAdjustmentFactory.Helpers; using System.Web.UI.HtmlControls; namespace MixERP.Net.WebControls.StockAdjustmentFactory { public partial class FormView { private void AddErrorLabelBottom() { using (HtmlGenericControl e...
mixerp6/mixerp
src/Libraries/Server Controls/Project/MixERP.Net.WebControls.StockAdjustmentFactory/FormView/BottomPanel.cs
C#
gpl-2.0
4,315
<?php /** * @file getlocations_box.tpl.php * @author Bob Hutchinson http://drupal.org/user/52366 * @copyright GNU GPL * * Template file for colorbox implementation * available variables: * $box_width $box_height contain the getlocations_search defaults set in the config */ ?> <!DOCTYPE html> <html xmlns="http...
paulcherrypipka/vcat
sites/all/modules/getlocations/modules/getlocations_search/getlocations_search_box.tpl.php
PHP
gpl-2.0
1,370
/* vfp/vfpsingle.c - ARM VFPv3 emulation unit - SoftFloat single instruction Copyright (C) 2003 Skyeye Develop Group for help please send mail to <skyeye-developer@lists.gro.clinux.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public...
Kloen/citra
src/core/arm/skyeye_common/vfp/vfpsingle.cpp
C++
gpl-2.0
37,278
/* * ELF constants and data structures * * Derived from: * $FreeBSD: src/sys/sys/elf32.h,v 1.8.14.1 2005/12/30 22:13:58 marcel Exp $ * $FreeBSD: src/sys/sys/elf64.h,v 1.10.14.1 2005/12/30 22:13:58 marcel Exp $ * $FreeBSD: src/sys/sys/elf_common.h,v 1.15.8.1 2005/12/30 22:13:58 marcel Exp $ * $FreeBSD: src/sys/al...
selmentdev/selment-toolchain
source/gcc-latest/libgo/go/debug/elf/elf.go
GO
gpl-3.0
77,224
--TEST-- PHPT skip condition results in correct code location hint --FILE-- <?php declare(strict_types=1); print "Nothing to see here, move along"; --SKIPIF-- <?php declare(strict_types=1); print "skip: something terrible happened\n"; --EXPECT-- Nothing to see here, move along
Merrick28/delain
web/vendor/phpunit/phpunit/tests/end-to-end/_files/phpt-skipif-location-hint-example.phpt
PHP
gpl-3.0
278
package info.ephyra.answerselection.filters; import info.ephyra.io.Logger; import info.ephyra.io.MsgPrinter; import info.ephyra.nlp.NETagger; import info.ephyra.nlp.OpenNLP; import info.ephyra.nlp.SnowballStemmer; import info.ephyra.nlp.StanfordNeTagger; import info.ephyra.nlp.indices.WordFrequencies; import ...
vishnujayvel/QAGenerator
src/info/ephyra/answerselection/filters/WebTermImportanceFilter.java
Java
gpl-3.0
30,379
require File.expand_path(File.dirname(__FILE__) + '/../helpers/manage_groups_common') require 'thread' describe "account admin manage groups" do include_context "in-process server selenium tests" def add_account_category (account, name) f(".add_category_link").click form = f("#add_category_form") repl...
greyhwndz/canvas-lms
spec/selenium/admin/account_admin_manage_groups_spec.rb
Ruby
agpl-3.0
11,626
/* * SessionPlots.hpp * * Copyright (C) 2009-12 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public License....
more1/rstudio
src/cpp/session/modules/SessionPlots.hpp
C++
agpl-3.0
953
package eventstreamapi import ( "github.com/aws/aws-sdk-go/private/protocol" "github.com/aws/aws-sdk-go/private/protocol/eventstream" ) // Marshaler provides a marshaling interface for event types to event stream // messages. type Marshaler interface { MarshalEvent(protocol.PayloadMarshaler) (eventstream.Message, ...
kubernetes/kops
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/writer.go
GO
apache-2.0
1,823
//// [wrappedAndRecursiveConstraints.ts] // no errors expected class C<T extends Date> { constructor(public data: T) { } foo<U extends T>(x: U) { return x; } } interface Foo extends Date { foo: string; } var y: Foo = null; var c = new C(y); var r = c.foo(y); //// [wrappedAndRecursiveConst...
weswigham/TypeScript
tests/baselines/reference/wrappedAndRecursiveConstraints.js
JavaScript
apache-2.0
591