code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
// 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. // // This file defines implementation of GoogleChromeSxSDistribution. #include "chrome/installer/util/google_chrome_sxs_distribution.h" #include "ba...
robclark/chromium
chrome/installer/util/google_chrome_sxs_distribution.cc
C++
bsd-3-clause
2,041
{% extends "users/base.html" %} {% from "users/includes/macros.html" import login_form with context %} {% set title = _('Password successfully reset.') %} {% set classes = 'password' %} {% block content %} <article id="pw-reset" class="main"> <h1>{{ title }}</h1> <p>{{ _('You can now log in.') }}</p> {{ ...
mythmon/kitsune
kitsune/users/jinja2/users/pw_reset_complete.html
HTML
bsd-3-clause
376
from hamcrest.core.base_matcher import BaseMatcher from hamcrest.core.helpers.hasmethod import hasmethod from hamcrest.core.helpers.wrap_matcher import wrap_matcher __author__ = "Jon Reid" __copyright__ = "Copyright 2011 hamcrest.org" __license__ = "BSD, see License.txt" class IsDictContainingEntries(BaseMatcher): ...
msabramo/PyHamcrest
src/hamcrest/library/collection/isdict_containingentries.py
Python
bsd-3-clause
5,168
/** * @file uartRead.c */ /* Embedded Xinu, Copyright (C) 2009, 2013. All rights reserved. */ #include <uart.h> #include <interrupt.h> /** * @ingroup uartgeneric * * Reads data from a UART. * * @param devptr * Pointer to the device table entry for a UART. * @param buf * Pointer to a buffer into ...
robert-w-gries/xinu
device/uart/uartRead.c
C
bsd-3-clause
2,138
using System.Reflection; using System.Runtime.InteropServices; using System.Security; // 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("Orchard.ImportExpo...
angeloocana/CampanhasOnline
src/Orchard.Web/Modules/_Backup/Orchard.ImportExport/Properties/AssemblyInfo.cs
C#
bsd-3-clause
1,333
<?php namespace app\models; /** * This is the ActiveQuery class for [[AuthItem]]. * * @see AuthItem */ class AuthItemQuery extends \yii\db\ActiveQuery { /*public function active() { $this->andWhere('[[status]]=1'); return $this; }*/ /** * @inheritdoc * @return AuthItem[]...
dwisuseno/tiket
models/AuthItemQuery.php
PHP
bsd-3-clause
569
# This migration comes from spree (originally 20150515211137) class FixAdjustmentOrderId < ActiveRecord::Migration[4.2] def change say 'Populate order_id from adjustable_id where appropriate' execute(<<-SQL.squish) UPDATE spree_adjustments SET order_id = adjustable_id WHERE ...
andreinabgomezg29/spree_out_stock
spec/dummy/db/migrate/20170904174443_fix_adjustment_order_id.spree.rb
Ruby
bsd-3-clause
2,651
using System; namespace NCalc { public class ParameterArgs : EventArgs { private object _result; public object Result { get { return _result; } set { _result = value; HasResult = true; } } ...
nhenriques/YAMP
YAMP.Core.Comparison/NCalc/ParameterArgs.cs
C#
bsd-3-clause
366
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; /** * This script tests that React Native end to end installation/bootstrap works for different platforms * Available a...
hoastoolshop/react-native
scripts/run-ci-e2e-tests.js
JavaScript
bsd-3-clause
8,512
package HTTP::Proxy::Engine::Threaded; use strict; use HTTP::Proxy; use threads; # A massive hack of Engine::Fork to use the threads stuff # Basically created to work under win32 so that the filters # can share global caches among themselves # Angelos Karageorgiou angelos@unix.gr our @ISA = qw( HTTP::Proxy::Engine );...
btovar/cvmfs
test/mock_services/HTTP/Proxy/Engine/Threaded.pm
Perl
bsd-3-clause
2,285
/* Copyright (c) 2013, Ford Motor Company All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the fo...
smartdevice475/sdl_core
src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_response.h
C
bsd-3-clause
2,628
// 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 "base/path_service.h" #include "build/build_config.h" #include "chrome/test/remoting/qunit_browser_test_runner.h" #if defined(OS_MACOSX) #includ...
joone/chromium-crosswalk
chrome/test/remoting/webapp_javascript_unittest.cc
C++
bsd-3-clause
1,215
/* * * Copyright 2015, Google 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 copyright * notice, this list of condi...
bjori/grpc
src/core/census/context.h
C
bsd-3-clause
2,179
Android Deps Repository Generator --------------------------------- Tool to generate a gradle-specified repository for Android and Java dependencies. ### Usage fetch_all.py [--help] This script creates a temporary build directory, where it will, for each of the dependencies specified in `build.gradle`, take car...
chromium/chromium
third_party/android_deps/README.md
Markdown
bsd-3-clause
5,998
/* This file is part of the Pangolin Project. * http://github.com/stevenlovegrove/Pangolin * * Copyright (c) 2013 Steven Lovegrove * * 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 wit...
YAMMAY/Autoware
ros/src/computing/perception/localization/packages/orb_localizer/Thirdparty/Pangolin/include/pangolin/compat/type_traits.h
C
bsd-3-clause
1,836
import { Observable } from 'rx'; import { ofType } from 'redux-epic'; import { fetchMessagesComplete, fetchMessagesError } from './'; import { types as app } from '../../redux'; import { getJSON$ } from '../../../utils/ajax-stream.js'; export default function getMessagesEpic(actions) { return actions::ofType(ap...
FreeCodeCampQuito/FreeCodeCamp
common/app/Flash/redux/get-messages-epic.js
JavaScript
bsd-3-clause
492
<!DOCTYPE html> <!-- Copyright (c) 2014 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following di...
kangxu/demo-express
samples-cordova/CordovaNotification/index.html
HTML
bsd-3-clause
3,019
#include "castselection.h" #include "castviewer.h" #include "menubarcommandids.h" #include "toonzqt/icongenerator.h" #include "toonzqt/gutil.h" #include "toonz/toonzscene.h" #include "toonz/txshlevel.h" #include "toonz/txshsimplelevel.h" #include "toonz/txshpalettelevel.h" #include "toonz/txshlevelhandle.h" #include...
damies13/opentoonz
toonz/sources/toonz/castselection.cpp
C++
bsd-3-clause
8,176
// Copyright 2021 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_ENTERPRISE_CONNECTORS_FILE_SYSTEM_BROWSERTEST_HELPER_H_ #define CHROME_BROWSER_ENTERPRISE_CONNECTORS_FILE_SYSTEM_BROWSERTEST_HELPER...
ric2b/Vivaldi-browser
chromium/chrome/browser/enterprise/connectors/file_system/browsertest_helper.h
C
bsd-3-clause
8,600
// 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. #ifndef CHROME_COMMON_CONFLICTS_MODULE_WATCHER_WIN_H_ #define CHROME_COMMON_CONFLICTS_MODULE_WATCHER_WIN_H_ #include <memory> #include "base/callback.h"...
ric2b/Vivaldi-browser
chromium/chrome/common/conflicts/module_watcher_win.h
C
bsd-3-clause
6,126
import { defineProperty, deprecateProperty } from '..'; import { moduleFor, AbstractTestCase } from 'internal-test-helpers'; moduleFor( 'defineProperty', class extends AbstractTestCase { ['@test toString'](assert) { let obj = {}; defineProperty(obj, 'toString', undefined, function () { retu...
sly7-7/ember.js
packages/@ember/-internals/metal/tests/properties_test.js
JavaScript
mit
1,800
<!DOCTYPE html> <meta charset="utf-8"> <title>GopherCon 2017 Contribution Dashboard</title> <meta name=viewport content="width=device-width,minimum-scale=1,maximum-scale=1"> <style> * { box-sizing: border-box; margin: 0; padding: 0; } a:link, a:visited { color: #fff; } .Site { background-color: #2a2a2a; col...
xor-gate/cicd
vendor/github.com/golang/build/devapp/static/gophercon/index.html
HTML
mit
6,306
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright © 2011-2014 Tasharen Entertainment //---------------------------------------------- using UnityEngine; using AnimationOrTween; using System.Collections.Generic; /// <summary> /// Mainly an internal script used by UIButto...
xclouder/particlecollect
Assets/NGUI/Scripts/Internal/ActiveAnimation.cs
C#
mit
9,484
<?php defined('C5_EXECUTE') or die("Access Denied."); use \Concrete\Core\File\EditResponse as FileEditResponse; $u = new User(); $form = Loader::helper('form'); $dh = Core::make('helper/date'); /* @var $dh \Concrete\Core\Localization\Service\Date */ $fp = FilePermissions::getGlobal(); if (!$fp->canAccessFileManager())...
noLunch/nolunch
concrete5/concrete/tools/files/delete.php
PHP
mit
3,435
/*************************************************************************/ /* gd_parser.h */ /*************************************************************************/ /* This file is part of: */ /* ...
dreamsxin/godot
modules/gdscript/gd_parser.h
C
mit
10,947
--- title: Telerik.Web.UI.ListViewItemSelectingEventArgs page_title: Client-side API Reference description: Client-side API Reference slug: Telerik.Web.UI.ListViewItemSelectingEventArgs --- # Telerik.Web.UI.ListViewItemSelectingEventArgs : Sys.CancelEventArgs ## Inheritance Hierarchy * Sys.CancelEventArgs * *[Teleri...
scstauf/ajax-docs
api/client/args/Telerik.Web.UI.ListViewItemSelectingEventArgs.md
Markdown
mit
551
module Fastlane module Actions class PromptAction < Action def self.run(params) if params[:boolean] return params[:ci_input] unless UI.interactive? return UI.confirm(params[:text]) end UI.message(params[:text]) return params[:ci_input] unless UI.interact...
daveanderson/fastlane
fastlane/lib/fastlane/actions/prompt.rb
Ruby
mit
3,615
// 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; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Micros...
diryboy/roslyn
src/Compilers/CSharp/Portable/Symbols/NamespaceExtent.cs
C#
mit
4,128
--- title: Events page_title: Server-side Events | RadToolBar for ASP.NET AJAX Documentation description: Events slug: toolbar/server-side-programming/events tags: events published: True position: 0 --- # Events ## __RadToolBar__ supports a number of server-side events that let you respond to even...
erikruth/ajax-docs
controls/toolbar/server-side-programming/events.md
Markdown
mit
957
class Admin::MainMenuCell < ::Admin::MenuCell protected def build_list add :contents, :url => admin_pages_url add :settings, :url => edit_admin_current_site_url end end
dickeyxxx/girltalk
app/cells/admin/main_menu_cell.rb
Ruby
mit
186
{% extends "../../head.html" %} {% block page_title %} Create a password for your online account - GOV.UK {% endblock %} {% block content %} <main id="content" role="main"> <!-- beta banner block --> {% include "../../partials/beta-banner.html" %} <div class="big-space"></div> <!-- <div class="small-spac...
christinagyles-ea/water
app/v6/views/v25/ex/registration/fao.html
HTML
mit
1,263
/* * 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. */ '...
lmazuel/azure-sdk-for-node
lib/services/computeManagement2/lib/models/virtualMachineScaleSetExtensionProfile.js
JavaScript
mit
1,647
/* * ========================================================= * ========================================================= * ColorPicker * ========================================================= * ========================================================= * */ .inlet_slider { opacity: 0.85; z-index: 10; ...
bright-sparks/kodeWeave
libraries/codemirror/inlet.css
CSS
mit
5,202
// Copyright (C) 2002-2012 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #include "IrrCompileConfig.h" #ifdef _IRR_COMPILE_WITH_DIRECT3D_9_ #include "CD3D9NormalMapRenderer.h" #include "IVideoDriver.h" #include "...
usernameHed/Worms
library/Irrlicht/source/Irrlicht/CD3D9NormalMapRenderer.cpp
C++
mit
10,890
require File.dirname(__FILE__) + '/../../spec_helper' describe "Process.wait" do before :all do Process.waitall end it "raises a Errno::ECHILD if there are no child processes" do lambda { Process.wait }.should raise_error(Errno::ECHILD) end platform_is_not :windows do it "returns its childs pid...
luccastera/rubyspec
core/process/wait_spec.rb
Ruby
mit
2,421
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice * * @copyright Copyright (c) Cake Software Foundation, Inc...
HavokInspiration/cakephp
tests/TestCase/Routing/DispatcherTest.php
PHP
mit
10,659
// <auto-generated> // 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 // re...
ayeletshpigelman/azure-sdk-for-net
sdk/streamanalytics/Microsoft.Azure.Management.StreamAnalytics/src/Generated/Models/AuthenticationMode.cs
C#
mit
718
--- layout: categories_list cat_name: Writing --- {% for post in site.categories.writing %} {% include catandtag.html %} {% endfor %}
airrayagroupwebdesign/sciblog
category/writing/index.html
HTML
mit
139
/*************************************************************************/ /* register_types.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
mcanders/godot
modules/mono/register_types.cpp
C++
mit
3,482
<?php /** * PHP-DI * * @link http://php-di.org/ * @copyright Matthieu Napoli (http://mnapoli.fr/) * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file) */ namespace DI; use DI\Definition\EntryReference; use DI\Definition\Helper\ArrayDefinitionExtensionHelper; use DI\Def...
IftekherSunny/Alien
vendor/php-di/php-di/src/DI/functions.php
PHP
mit
4,802
#ifndef __LINUX_JIFFIES_WRAPPER_H #define __LINUX_JIFFIES_WRAPPER_H 1 #include_next <linux/jiffies.h> #include <linux/version.h> /* Same as above, but does so with platform independent 64bit types. * These must be used when utilizing jiffies_64 (i.e. return value of * get_jiffies_64() */ #ifndef time_after64 #def...
kspviswa/dpi-enabled-ovs
ovs/datapath/linux/compat/include/linux/jiffies.h
C
mit
774
/* * Copyright 2012-2015 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...
rokn/Count_Words_2015
testing/spring-boot-master/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/export/MetricExportersTests.java
Java
mit
2,807
// Copyright (c) 2014 The ShadowCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_STEALTH_H #define BITCOIN_STEALTH_H #include "util.h" #include "serialize.h" #include <stdlib.h> #include...
cqtenq/feathercoin_core
src/stealth.h
C
mit
2,989
// Copyright 2014 the V8 project authors. All rights reserved. // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY // Flags: --allow-natives-syntax --harmony --harmony-proxies var _source = "foo"; var arg1 = false; %CompileString(_source, arg1);
kingland/go-v8
v8-3.28/test/mjsunit/runtime-gen/compilestring.js
JavaScript
mit
262
/** * @license * Copyright Google LLC 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(global) { global...
mgechev/angular
packages/common/locales/global/en-KI.js
JavaScript
mit
2,304
/* * Exchange Web Services Managed API * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * 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 * wit...
FilipRychnavsky/ews-managed-api
ComplexProperties/Recurrence/Patterns/Recurrence.RelativeMonthlyPattern.cs
C#
mit
7,553
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { ext...
fabiencheylac/kolp
node_modules/ionic-angular/umd/components/spinner/spinner.js
JavaScript
mit
13,071
// // Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved. // // 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 /...
moradin/renderdoc
util/test/demos/3rdparty/ags/amd_ags.h
C
mit
87,812
<?php /** * This file is part of the Propel package. * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @license MIT License */ namespace Propel\Generator\Platform; use Propel\Generator\Exception\EngineException; use Propel\Generator...
david0/Propel2
src/Propel/Generator/Platform/PgsqlPlatform.php
PHP
mit
20,351
# Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """GYP backend that generates Eclipse CDT settings files. This backend DOES NOT generate Eclipse CDT projects. Instead, it generates XML files that can be importe...
jamfang/Agora-WebRTC-Live-Broadcasting-Demo
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
Python
mit
17,013
//===--- llvm/Support/DataStream.cpp - Lazy streamed data -----------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
dbrumley/recfi
llvm-3.3/lib/Support/DataStream.cpp
C++
mit
2,995
package org.knowm.xchange.bitmarket.dto.trade; import java.math.BigDecimal; import com.fasterxml.jackson.annotation.JsonProperty; /** * @author kfonal */ public class BitMarketHistoryOperation { private final long id; private final BigDecimal amount; private final String currency; private final long time;...
dozd/XChange
xchange-bitmarket/src/main/java/org/knowm/xchange/bitmarket/dto/trade/BitMarketHistoryOperation.java
Java
mit
1,467
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Text.Json; using Azure.Core; namespace Azure.AI.MetricsAdvisor.Models { public partial class TopNGroupScope : IUtf8JsonSerializable { void IUtf8JsonSeri...
jackmagic313/azure-sdk-for-net
sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Generated/Models/TopNGroupScope.Serialization.cs
C#
mit
1,640
/** * @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 */ // Import zero symbols from zone.js. This causes the zone ambient type to be // added to the type-checker, without e...
aboveyou00/angular
packages/core/src/util.ts
TypeScript
mit
2,885
export const a = 1; export const b = 2; export default 42;
corneliusweig/rollup
test/form/samples/export-all-from-internal/internal.js
JavaScript
mit
59
#! /usr/bin/env ruby # # check-autoscaling-cpucredits # # DESCRIPTION: # Check AutoScaling CPU Credits through CloudWatch API. # # OUTPUT: # plain-text # # PLATFORMS: # Linux # # DEPENDENCIES: # gem: aws-sdk # gem: sensu-plugin # # USAGE: # ./check-autoscaling-cpucredits.rb -r ${your_region} --warning-under...
nyxcharon/sensu-plugins-aws
bin/check-autoscaling-cpucredits.rb
Ruby
mit
4,743
// 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. #nullable enable namespace Microsoft.CodeAnalysis { /// <summary> /// A class that provides constants for ...
jmarolf/roslyn
src/Compilers/Core/Portable/Symbols/LanguageNames.cs
C#
mit
988
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.ComponentModel; namespace Avalonia.Base.UnitTests.Collections { internal class PropertyC...
susloparovdenis/Avalonia
tests/Avalonia.Base.UnitTests/Collections/PropertyChangedTracker.cs
C#
mit
786
<span class="transition-label"><%= label %></span> <span class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-sort-down"></i> </span> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li class="first"> <a class="workflow-step-edit" href="#edit-step"><i class="icon icon-edi...
devGomgbo/stockvalue
web/bundles/oroworkflow/templates/flowchart/editor/transition.html
HTML
mit
692
class ChangeGlobalIdToInt < ActiveRecord::Migration def change change_column :users, :global_id, :int end end
MusikAnimal/WikiEduDashboard
db/migrate/20150402225521_change_global_id_to_int.rb
Ruby
mit
118
// // STXFeedTableViewDelegate.h // STXDynamicTableView // // Created by Jesse Armand on 27/3/14. // Copyright (c) 2014 2359 Media. All rights reserved. // @import Foundation; @protocol STXFeedPhotoCellDelegate; @protocol STXLikesCellDelegate; @protocol STXCaptionCellDelegate; @protocol STXCommentCellDelegate; @p...
iulukaya/STXDynamicTableView
STXDynamicTableView/Protocols/STXFeedTableViewDelegate.h
C
mit
731
define([ 'dojo/_base/declare', 'dojo/_base/lang', 'dojo/on', 'dojo/topic', 'dijit/popup', 'dijit/TooltipDialog', './IDMappingGrid', './GridContainer' ], function ( declare, lang, on, Topic, popup, TooltipDialog, IDMappingGrid, GridContainer ) { return declare([GridContainer], { gridCtor: IDMappingGri...
dmachi/p3_web
public/js/p3/widget/IDMappingGridContainer.js
JavaScript
mit
976
#!/bin/bash FN="TxDb.Rnorvegicus.BioMart.igis_2.3.2.tar.gz" URLS=( "https://bioconductor.org/packages/3.14/data/annotation/src/contrib/TxDb.Rnorvegicus.BioMart.igis_2.3.2.tar.gz" "https://bioarchive.galaxyproject.org/TxDb.Rnorvegicus.BioMart.igis_2.3.2.tar.gz" "https://depot.galaxyproject.org/software/bioconducto...
cokelaer/bioconda-recipes
recipes/bioconductor-txdb.rnorvegicus.biomart.igis/post-link.sh
Shell
mit
1,393
/* * Copyright (c) 2014 ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. */ #include <barrelfish/barre...
kishoredbn/barrelfish
lib/virtio/guest.c
C
mit
961
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
elfprince13/Torque3D
Engine/source/lighting/advanced/hlsl/deferredShadingFeaturesHLSL.cpp
C++
mit
8,082
(function(){ module('data-method', { setup: function() { $('#qunit-fixture').append($('<a />', { href: '/echo', 'data-method': 'delete', text: 'destroy!' })); }, teardown: function() { $(document).unbind('iframe:loaded'); } }); function submit(fn, options) { $(document).bind('iframe:loaded...
star-diopside/jquery-ujs
test/public/test/data-method.js
JavaScript
mit
1,270
--- title: TextChanged page_title: TextChanged | RadComboBox for ASP.NET AJAX Documentation description: TextChanged slug: combobox/server-side-programming/textchanged tags: textchanged published: True position: 5 --- # TextChanged ## The **TextChanged** event occurs when the text in the input are...
LanceMcCarthy/ajax-docs
controls/combobox/server-side-programming/textchanged.md
Markdown
mit
1,892
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permiss...
okamstudio/godot
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h
C
mit
11,530
console.warn("warn -",`Imports like "const rarible = require('simple-icons/icons/rarible');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siRarible } = require('simple-icons/icons');" instead`),module.exports={title:"Rarible",slug:"rarible",get svg(){return'<svg role="img" viewBox="0...
cdnjs/cdnjs
ajax/libs/simple-icons/6.9.0/rarible.js
JavaScript
mit
845
module ActiveShipping # FedEx carrier implementation. # # FedEx module by Jimmy Baker (http://github.com/jimmyebaker) # Documentation can be found here: http://images.fedex.com/us/developer/product/WebServices/MyWebHelp/PropDevGuide.pdf class FedEx < Carrier self.retry_safe = true cattr_reader :name...
ipmobiletech/Shopify-active_shipping
lib/active_shipping/carriers/fedex.rb
Ruby
mit
27,510
--- title: Telerik.Web.UI.RadToolBarDropDown page_title: Client-side API Reference description: Client-side API Reference slug: Telerik.Web.UI.RadToolBarDropDown --- # Telerik.Web.UI.RadToolBarDropDown : Telerik.Web.UI.ControlItemContainer ## Inheritance Hierarchy * [Telerik.Web.UI.ControlItemContainer]({%slug Tele...
erikruth/ajax-docs
api/client/Telerik.Web.UI.RadToolBarDropDown.md
Markdown
mit
7,353
# you can use tinyint instead of smallint on MySQL ALTER TABLE `spawnpoints` ADD `failures` smallint;
sebast1219/Monocle
sql/add_spawnpoint_failures.sql
SQL
mit
102
package frontend; import templater.PageGenerator; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.util.HashMap; import java.util.Map; /** * @author v.chi...
KlevtsovStanislav/tp_java_2015_02
L1.1/src/main/java/frontend/Frontend.java
Java
mit
1,582
/****************************************************************************** * Copyright (C) 2006-2012 IFS Institute for Software 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 distribut...
bobwalker99/Pydev
plugins/org.python.pydev.refactoring/src/org/python/pydev/refactoring/ast/visitors/renamer/LocalVarRenameVisitor.java
Java
epl-1.0
3,520
/* Verify that ftell returns the correct value after a read and a write on a file opened in a+ mode. Copyright (C) 2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Ge...
rbheromax/src_glibc
libio/tst-ftell-append.c
C
gpl-2.0
3,995
/* * f_bpf.c BPF-based Classifier * * This program is free software; you can distribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Authors: Daniel Borkma...
ndev2/iproute2-final
tc/f_bpf.c
C
gpl-2.0
7,174
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
slitvinov/lammps-swimmer
src/USER-CUDA/fix_nh_cuda.cpp
C++
gpl-2.0
64,942
#pragma once /* * Copyright (C) 2010-2012 Team XBMC * http://www.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...
RasPlex/plex-home-theatre
xbmc/cores/AudioEngine/Sinks/AESinkDirectSound.h
C
gpl-2.0
2,762
<?php ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at http://getid3.sourceforge.net // // or http://www.getid3.org // ///////////////////////////////////////////////////////////////// // See readme.txt for more detai...
stormeus/Kusaba-Z
lib/getid3/module.tag.id3v2.php
PHP
gpl-2.0
123,419
using System; using Server; using Server.Engines.MLQuests; using Server.Mobiles; using Server.Network; namespace Server.Engines.MLQuests.Items { public class BedlamTeleporter : Item { public override int LabelNumber { get { return 1074161; } } // Access to Bedlam by invitation only private static readonly Poin...
nmcgill/UOReturns
Scripts/Engines/MLQuests/Items/BedlamTeleporter.cs
C#
gpl-2.0
1,458
/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2004-2009 Josh Coalson * Copyright (C) 2011-2013 Xiph.Org Foundation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of so...
aneeshvartakavi/VSTPlugins
stereoEnhancer/JuceLibraryCode/modules/juce_audio_formats/codecs/flac/libFLAC/include/private/float.h
C
gpl-2.0
3,853
/* * Copyright 2006-2015 The MZmine 2 Development Team * * This file is part of MZmine 2. * * MZmine 2 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 of the License, or (at your opti...
DrewG/mzmine2
src/main/java/net/sf/mzmine/modules/visualization/peaklisttable/ColumnSettingParameter.java
Java
gpl-2.0
3,215
<?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 an...
T0MM0R/magento
web/lib/Zend/Acl/Resource.php
PHP
gpl-2.0
1,849
/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * ...
pplatek/adempiere
base/src/org/compiere/model/X_ASP_Process_Para.java
Java
gpl-2.0
5,371
<li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-tasks"></i> <span class="label label-danger">#_count_#</span> </a> <ul class="dropdown-menu"> <li class="header">#_header_#</li> <li> <!-- inner menu: contains the actual data ...
jpbalderas17/hris
templates/notifications/notifications.html
HTML
gpl-2.0
512
/* vim: set sts=4 sw=4 cindent nowrap: This modeline was added by Daniel Mentz */ /* * IPFIX Concentrator Module Library * Copyright (C) 2004 Christoph Sommer <http://www.deltadevelopment.de/users/christoph/ipfix/> * * This program is free software; you can redistribute it and/or * modify it under the terms of the...
tumi8/vermont
src/common/openssl/SSLCTXWrapper.hpp
C++
gpl-2.0
1,895
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:Texture] &rarr; <h1>[name]</h1> <div class="desc">Creates a texture ...
ChainedLupine/ludum-dare-24-jam-entry
web/three.js/docs/api/textures/DataTexture.html
HTML
gpl-2.0
2,121
/* * Copyright (c) 2016 Vittorio Giovara <vittorio.giovara@gmail.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Lice...
ztwireless/obs-studio
win_deps_vs2015/win64/include/libavutil/spherical.h
C
gpl-2.0
4,654
<?php $locale['name'] = 'French'; $locale['native'] = 'le français'; // You can write native name of language here $locale['xml_lang'] = 'fr'; $locale['lang'] = 'fr'; $locale['charset'] = 'utf-8'; $locale['locale'] = 'fr_FR.UTF-8'; // You can enumerate different possible locale names separat...
ieasyweb/altocms
engine/libs/UserLocale/i18n/fr.php
PHP
gpl-2.0
448
/* This file is part of Cyclos (www.cyclos.org). A project of the Social Trade Organisation (www.socialtrade.org). Cyclos 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 of th...
robertoandrade/cyclos
src/nl/strohalm/cyclos/dao/access/PasswordHistoryLogDAOImpl.java
Java
gpl-2.0
2,401
/* * Copyright (C) 2012 Fusion-io All rights reserved. * Copyright (C) 2012 Intel Corp. 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 v2 as published by the Free Software Foundation. * * This program is dis...
pratyushanand/linux
fs/btrfs/raid56.c
C
gpl-2.0
67,975
/* Measure STRCHR functions. Copyright (C) 2013-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; ...
VincentS/glibc
benchtests/bench-strchr.c
C
gpl-2.0
4,933
#ifndef __MAC80211_DRIVER_OPS #define __MAC80211_DRIVER_OPS #include <net/mac80211.h> #include "ieee80211_i.h" #include "driver-trace.h" static inline void check_sdata_in_driver(struct ieee80211_sub_if_data *sdata) { WARN_ON(!(sdata->flags & IEEE80211_SDATA_IN_DRIVER)); } static inline struct ieee80211_sub_if_data ...
holyangel/LGE_G3
net/mac80211/driver-ops.h
C
gpl-2.0
18,957
module.exports={A:{A:{"2":"J C G E B A UB"},B:{"2":"D Y g H L"},C:{"1":"3 m n o p q r s x","2":"0 1 4 5 SB y F I J C G E z u t QB PB","132":"L M N O P Q R S T U V W X v Z a b c d e f K h i j k l","164":"B A D Y g H"},D:{"1":"0 1 3 4 5 8 h i j k l m n o p q r s x z u t EB BB TB CB","2":"F I J C G E B A D Y g H L M N O P...
secatoriuris/vista-theme
themes/vista/node_modules/caniuse-lite/data/features/battery-status.js
JavaScript
gpl-2.0
793
/* * Copyright (c) 2004, 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...
lucasicf/metricgenerator-jdk-compiler
src/share/classes/com/sun/mirror/declaration/MethodDeclaration.java
Java
gpl-2.0
1,868
<?php /** * Get the resource groups as nodes * * @param string $id The ID of the parent node * * @package modx * @subpackage processors.security.documentgroup */ if (!$modx->hasPermission('access_permissions')) return $modx->error->failure($modx->lexicon('permission_denied')); $modx->lexicon->load('access'); /*...
cameronscott137/rustbuilt
wp-content/themes/rustbuilt/core/model/modx/processors/security/documentgroup/getnodes.php
PHP
gpl-2.0
2,349
/* Copyright (c) 2008-2014, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
zombah/android_kernel_nokia_msm8610
drivers/video/msm/mdss/mdss_fb.h
C
gpl-2.0
7,490
/* * Cirrus Logic CS42448/CS42888 Audio CODEC Digital Audio Interface (DAI) driver * * Copyright (C) 2014 Freescale Semiconductor, Inc. * * Author: Nicolin Chen <Guangyu.Chen@freescale.com> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" ...
RealDigitalMediaAndroid/linux-imx6
sound/soc/codecs/cs42xx8.c
C
gpl-2.0
19,898
<?php class Kint_Parsers_Microtime extends kintParser { private static $_times = array(); private static $_laps = array(); protected function _parse( & $variable ) { if ( !is_string( $variable ) || !preg_match( '[0\.[0-9]{8} [0-9]{10}]', $variable ) ) { return false; } list( $usec, $sec ) = e...
mindtheproduct/2014
wp-content/plugins/ns-cloner-site-copier/lib/kint/parsers/custom/microtime.php
PHP
gpl-2.0
1,638
colabsShortcodeMeta={ attributes:[ { label:"Tabs", id:"content", controlType:"tab-control" }, { label:"Tabber Style", id:"style", help:"Set an optional alternate style for the tabber.", controlType:"select-control", selectValues:['default', 'boxed', 'vertical'], defaultValue: 'defaul...
tiboucle/azimuthgallery
wp-content/themes/wardrobe/functions/js/shortcode-generator/shortcodes/tab.js
JavaScript
gpl-2.0
1,628