repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Sean3Don/inkscape | src/bind/java/org/inkscape/dom/svg/SVGSVGElementImpl.java | 10884 | /**
* This is a simple mechanism to bind Inkscape to Java, and thence
* to all of the nice things that can be layered upon that.
*
* Authors:
* Bob Jamison
*
* Copyright (c) 2007-2008 Inkscape.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Less... | gpl-2.0 |
sabel83/metashell | 3rd/templight/clang/test/CodeGenCXX/x86_64-arguments-avx.cpp | 1206 | // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s -target-feature +avx | FileCheck %s
namespace test1 {
typedef double __m256d __attribute__((__vector_size__(32)));
class PR22753 {
public:
__m256d data;
};
// CHECK: define{{.*}} <4 x double> @_ZN5test14testENS_7PR22753E(<4 x double>
PR22753 test... | gpl-3.0 |
MTK6580/walkie-talkie | ALPS.L1.MP6.V2_HEXING6580_WE_L/alps/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_2addr/Test_shl_int_2addr.java | 3084 | package dot.junit.opcodes.shl_int_2addr;
import dot.junit.DxTestCase;
import dot.junit.DxUtil;
import dot.junit.opcodes.shl_int_2addr.d.T_shl_int_2addr_1;
import dot.junit.opcodes.shl_int_2addr.d.T_shl_int_2addr_6;
public class Test_shl_int_2addr extends DxTestCase {
/**
* @title 15 << 1
*/
public ... | gpl-3.0 |
sydneyjd/supertux | src/object/block.cpp | 4668 | // SuperTux
// Copyright (C) 2006 Matthias Braun <matze@braunis.de>
//
// 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 3 of the License, or
// (at your option) any later ... | gpl-3.0 |
BigBoss424/a-zplumbing | Magento-CE-2/vendor/magento/module-sales/Test/Unit/Model/Order/Pdf/Config/ReaderTest.php | 3355 | <?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Test\Unit\Model\Order\Pdf\Config;
class ReaderTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Magento\Sales\Model\Order\Pdf\Config\Reader
*/
protected $_model;
/... | gpl-3.0 |
thermesmarins/tmsm-woocommerce-vouchers | includes/advanced-custom-fields/assets/js/acf-input.js | 227101 | (function($, undefined){
// vars
var storage = [];
/**
* acf.Field
*
* description
*
* @date 23/3/18
* @since 5.6.9
*
* @param type $var Description. Default.
* @return type Description.
*/
acf.Field = acf.Model.extend({
// field type
type: '',
// class used to avoid nested event t... | gpl-3.0 |
BigBoss424/a-zplumbing | Magento-CE-2/vendor/magento/module-catalog/Controller/Adminhtml/Category/Add.php | 1228 | <?php
/**
*
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Controller\Adminhtml\Category;
class Add extends \Magento\Catalog\Controller\Adminhtml\Category
{
/**
* @var \Magento\Backend\Model\View\Result\ForwardFactory
*/
protec... | gpl-3.0 |
BigBoss424/a-zplumbing | Magento-CE-2/vendor/magento/framework/Filesystem/File/ReadFactory.php | 990 | <?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Filesystem\File;
use Magento\Framework\Filesystem\DriverInterface;
use Magento\Framework\Filesystem\DriverPool;
class ReadFactory
{
/**
* Pool of filesystem drivers
*
... | gpl-3.0 |
wiki2014/Learning-Summary | alps/art/tools/dexfuzz/src/dexfuzz/rawdex/HeaderItem.java | 4744 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | gpl-3.0 |
technologiescollege/Blockly-rduino-communication | scripts_XP/Lib/site-packages/autobahn/__init__.py | 1399 | ###############################################################################
#
# The MIT License (MIT)
#
# Copyright (c) Crossbar.io Technologies GmbH
#
# 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 ... | gpl-3.0 |
Passw/gn_GFW | buildtools/third_party/libc++/trunk/test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp | 1050 | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | gpl-3.0 |
MrNuggles/HeyBoet-Telegram-Bot | temboo/Library/RunKeeper/GeneralMeasurements/__init__.py | 1018 | from temboo.Library.RunKeeper.GeneralMeasurements.CreateEntry import CreateEntry, CreateEntryInputSet, CreateEntryResultSet, CreateEntryChoreographyExecution
from temboo.Library.RunKeeper.GeneralMeasurements.DeleteEntry import DeleteEntry, DeleteEntryInputSet, DeleteEntryResultSet, DeleteEntryChoreographyExecution
from... | gpl-3.0 |
darius/mccarthy-to-bryant | dimacs.py | 1359 | """
Read or write the DIMACS CNF file format.
"""
def save(filename, problem):
save_file(open(filename, 'w'), problem)
def save_file(f, problem):
nvariables = reduce(max,
(abs(literal) for clause in problem for literal in clause),
0)
nclauses = len(problem)
... | gpl-3.0 |
ariely78/wabit | src/main/java/ca/sqlpower/wabit/swingui/ServerListMenu.java | 6833 | /*
* Copyright (c) 2009, SQL Power Group Inc.
*
* This file is part of Wabit.
*
* Wabit 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 ... | gpl-3.0 |
Ninjistix/darkstar | scripts/zones/Konschtat_Highlands/Zone.lua | 2668 | -----------------------------------
--
-- Zone: Konschtat_Highlands (108)
--
-----------------------------------
package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Konschtat_Highlands/TextIDs");
require("scripts/globals/icanheararainbow");
requi... | gpl-3.0 |
arborrow/moodle-patch_jsea | mod/quiz/backup/moodle2/backup_quiz_stepslib.php | 5635 | <?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... | gpl-3.0 |
rneiss/PocketTorah | ios/Pods/Flipper-RSocket/rsocket/framing/Framer.cpp | 6389 | // Copyright (c) Facebook, Inc. and 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 applicabl... | gpl-3.0 |
bhattis/native-script-demo | node_modules/tns-core-modules/file-system/file-system-access.android.js | 12845 | var textModule = require("text");
var utils = require("utils/utils");
var FileSystemAccess = (function () {
function FileSystemAccess() {
this._pathSeparator = "/";
}
FileSystemAccess.prototype.getLastModified = function (path) {
var javaFile = new java.io.File(path);
return new Date... | gpl-3.0 |
xiaoxianlink/zhideinfo | simplewind/Lib/Extend/ThinkSDK/sdk/DiandianSDK.class.php | 2475 | <?php
// +----------------------------------------------------------------------
// | TOPThink [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2010 http://topthink.com All rights reserved.
// +------------------------------------------------... | gpl-3.0 |
ffxinfinity/ffxinfinity | FFXI Server-Development/Build Files/scripts/globals/items/scroll_of_aero_v.lua | 473 | -----------------------------------------
-- ID: 4766
-- Scroll of Aero V
-- Teaches the black magic Aero V
-----------------------------------------
-----------------------------------------
-- OnItemCheck
-----------------------------------------
function onItemCheck(target)
return target:canLearnSpell(158);
end;
... | gpl-3.0 |
kwanghoon/MySmallBasic | MySmallBasic/blockly/msg/js/bcc.js | 39019 | // This file was automatically generated. Do not modify.
'use strict';
goog.provide('Blockly.Msg.bcc');
goog.require('Blockly.Msg');
Blockly.Msg.ADD_COMMENT = "افزودن نظر";
Blockly.Msg.CANNOT_DELETE_VARIABLE_PROCEDURE = "Can't delete the variable '%1' because it's part of the definition of the function '%2'"; // ... | gpl-3.0 |
joansmith/graylog2-server | graylog2-server/src/main/java/org/graylog2/cluster/NodeService.java | 1481 | /**
* This file is part of Graylog.
*
* Graylog 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.
*
* Graylog is distributed in t... | gpl-3.0 |
Morerice/piwik | core/Updater/Migration/Db/BoundSql.php | 1126 | <?php
/**
* Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Updater\Migration\Db;
use Piwik\Db;
/**
* @see Factory::boundSql()
* @ignore
*/
class BoundSql extends Sql
{
/**
* @var array
*/
... | gpl-3.0 |
18098924759/ecommon | src/Extensions/ECommon.Autofac/Properties/AssemblyInfo.cs | 1314 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("ECommon.Autofac")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: As... | gpl-3.0 |
lahwaacz/qutebrowser | tests/unit/misc/test_autoupdate.py | 2905 | # vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2015-2017 Alexander Cogneau (acogneau) <alexander.cogneau@gmail.com>:
#
# This file is part of qutebrowser.
#
# qutebrowser is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the... | gpl-3.0 |
luisvt/xuggle-xuggler | test/src/com/xuggle/xuggler/ContainerFormatTest.java | 9769 | /*******************************************************************************
* Copyright (c) 2008, 2010 Xuggle Inc. All rights reserved.
*
* This file is part of Xuggle-Xuggler-Main.
*
* Xuggle-Xuggler-Main is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Gener... | gpl-3.0 |
Acquati/aulas-tesseract | es2015/babel/node_modules/caniuse-lite/data/features/queryselector.js | 849 | module.exports={A:{A:{"1":"E A B","2":"FB","8":"H D","132":"G"},B:{"1":"C p x J L N I"},C:{"1":"0 1 2 3 4 5 6 8 9 F K H D G E A B C p x J L N I O P Q R S T U V W X Y Z b c d e f g h i j k l m n o M q r s t u v w y AB YB SB","8":"aB CB"},D:{"1":"0 1 2 3 4 5 6 8 9 F K H D G E A B C p x J L N I O P Q R S T U V W X Y Z b c... | gpl-3.0 |
pfrenssen/pharborist | src/Types/TrueNode.php | 845 | <?php
namespace Pharborist\Types;
use Pharborist\FormatterFactory;
use Pharborist\Namespaces\NameNode;
/**
* Boolean TRUE.
*
* Represents the boolean TRUE constant, spelled `true` or `TRUE`. This does *not* represent
* other truthy values like 1 or `'hello'`.
*/
class TrueNode extends BooleanNode {
/**
* Cr... | gpl-3.0 |
Morerice/piwik | plugins/Contents/Reports/GetContentPieces.php | 1091 | <?php
/**
* Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
namespace Piwik\Plugins\Contents\Reports;
use Piwik\Piwik;
use Piwik\Plugin\Report;
use Piwik\Plugins\Contents\Columns\ContentPiece;
use Piwik\Plugins\Contents\Col... | gpl-3.0 |
asika32764/php-sitemap | src/SitemapIndex.php | 932 | <?php
/**
* Part of zero project.
*
* @copyright Copyright (C) 2015 {ORGANIZATION}. All rights reserved.
* @license GNU General Public License version 2 or later;
*/
namespace Asika\Sitemap;
/**
* The SitemapIndex class.
*
* @since {DEPLOY_VERSION}
*/
class SitemapIndex extends AbstractSitemap
{
/**
... | gpl-3.0 |
rajmahesh/magento2-master | vendor/magento/magento2-base/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/CustomAttribute/Text.php | 1099 | <?php
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogSearch\Test\Block\Advanced\CustomAttribute;
use Magento\Mtf\Block\Form as BaseForm;
use Magento\Mtf\Fixture\FixtureInterface;
use Magento\Mtf\Client\Element\SimpleElement;
/**
* Advanced ... | gpl-3.0 |
yaseppochi/mailman | src/mailman/rest/queues.py | 3951 | # Copyright (C) 2015 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
# GNU Mailman 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 opt... | gpl-3.0 |
Integreight/1Sheeld-Android-App | oneSheeld/src/main/java/com/integreight/onesheeld/utils/customviews/PluginPinsColumnContainer.java | 9916 | package com.integreight.onesheeld.utils.customviews;
import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver.OnGlobalLayoutListener;
import android.widg... | gpl-3.0 |
chb/indivo_server | indivo/middlewares/paramloader.py | 1881 | """
Middleware (filters) for Indivo
Pre-processes paramaters that are passed to Indivo views,
replacing id strings with their corresponding Django models,
including records, accounts, carenets, etc...
This is helpful to view functions, accesscontrol, and auditing.
"""
from django.http import Http404
from indivo imp... | gpl-3.0 |
netbrain/ntorrent | plugins/ntorrent/source/ntorrent/plugins/model/PluginList.java | 964 | package ntorrent.plugins.model;
import java.io.IOException;
import java.io.Serializable;
import java.util.HashSet;
import ntorrent.tools.Serializer;
import org.java.plugin.PluginManager;
import org.java.plugin.registry.PluginDescriptor;
public class PluginList implements Serializable{
/**
*
*/
private static... | gpl-3.0 |
matthewzhenggong/ardupilot | ArduPlane/commands.cpp | 4396 | // -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
/*
* logic for dealing with the current command in the mission and home location
*/
#include "Plane.h"
/*
* set_next_WP - sets the target location the vehicle should fly to
*/
void Plane::set_next_WP(const struct Location &loc)
{
i... | gpl-3.0 |
chriskmanx/qmole | QMOLEDEV/boost_1_49_0/libs/interprocess/test/cached_adaptive_pool_test.cpp | 2414 | //////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2004-2011. 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)
//
// See http://www.boost.org/libs/interpr... | gpl-3.0 |
jhcepas/ete | ete3/test/test_treeview/barchart_and_piechart_faces.py | 1370 | import sys
import random
from ... import Tree, faces, TreeStyle, COLOR_SCHEMES
schema_names = COLOR_SCHEMES.keys()
def layout(node):
if node.is_leaf():
F= faces.PieChartFace([10,10,10,10,10,10,10,10,10,4,6],
colors=COLOR_SCHEMES["set3"],
width=50... | gpl-3.0 |
qubist/Ultimate-Altimeter | Libraries/Bounce2/docs/files/search/functions_0.js | 229 | var searchData=
[
['attach',['attach',['../class_bounce.html#aba08e592941465d033e3eba3dde66eaf',1,'Bounce::attach(int pin, int mode)'],['../class_bounce.html#a163477dbcbaf1a3dee6cb3b62eedf09e',1,'Bounce::attach(int pin)']]]
];
| gpl-3.0 |
jmcPereira/overture | core/ast/src/main/java/org/overture/ast/intf/lex/ILexNameToken.java | 2046 | /*
* #%~
* The Overture Abstract Syntax Tree
* %%
* Copyright (C) 2008 - 2014 Overture
* %%
* 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 3 of the
* License, or (at you... | gpl-3.0 |
ffxinfinity/ffxinfinity | FFXI Server-Development/Build Files/scripts/globals/items/scroll_of_absorb-dex.lua | 481 | -----------------------------------------
-- ID: 4875
-- Scroll of Absorb-DEX
-- Teaches the black magic Absorb-DEX
-----------------------------------------
-----------------------------------------
-- OnItemCheck
-----------------------------------------
function onItemCheck(target)
return target:canLearnSpell(267... | gpl-3.0 |
b3lst/Zeus-Android-Client | app/src/main/java/com/prey/activities/AgreementDialogActivity.java | 5443 | /*******************************************************************************
* Created by Carlos Yaconi
* Copyright 2012 Fork Ltd. All rights reserved.
* License: GPLv3
* Full license at "/LICENSE"
******************************************************************************/
package com.prey.activities;
imp... | gpl-3.0 |
Franck-MOREAU/dolibarr | htdocs/product/reassort.php | 15568 | <?php
/* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2013 Cédric Salvador <csalvador@gpcsolu... | gpl-3.0 |
azarkevich/gitextensions | GitUI/CommandsDialogs/FormDeleteRemoteBranch.Designer.cs | 8786 | namespace GitUI.CommandsDialogs
{
partial class FormDeleteRemoteBranch
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </s... | gpl-3.0 |
arael120/App-Beicor | node_modules/@ionic/app-scripts/dist/build.js | 13685 | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Constants = require("./util/constants");
var interfaces_1 = require("./util/interfaces");
var errors_1 = require("./util/errors");
var events_1 = require("./util/events");
var helpers_1 = require("./util/helpers");
var bundle_1 = require("... | gpl-3.0 |
firelab/OpenFOAM-2.2.x | src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H | 3619 | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
--------... | gpl-3.0 |
CLAMP-IT/moodle | admin/tool/cohortroles/version.php | 1206 | <?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 ... | gpl-3.0 |
FernandoIsaac/Kunena-Forum | components/com_kunena/site/template/crypsisb3/layouts/topic/edit/editor/default.php | 14253 | <?php
/**
* Kunena Component
*
* @package Kunena.Template.Crypsis
* @subpackage Topic
*
* @copyright (C) 2008 - 2015 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.org
**/
defined('_JEXEC') or die ();
$this->getBBcodesEnabl... | gpl-3.0 |
pfschwartz/openelisglobal-core | app/src/us/mn/state/health/lims/common/security/PageIdentityUtil.java | 3402 | /**
* 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/
*
* Software distributed under the License is distributed on an "AS IS"
* basi... | mpl-2.0 |
mainakibui/dkobo | jsapp/build_configs/dkobo_xlform.js | 200 | // tells the r.js loader to include these modules
require(['cs!xlform/_xlform.init']);
(function(){
if ( !this.dkobo_xlform ) {
this.dkobo_xlform = require('cs!xlform/_xlform.init');
}
})();
| agpl-3.0 |
sbriseid/GoTools | compositemodel/src/RegularizeUtils.C | 113931 | /*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: tor.dokken@sintef.no
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern, ... | agpl-3.0 |
DerDu/SPHERE-Framework | Library/MOC-V/Component/Router/Vendor/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php | 1488 | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\HttpKernel\Tests\CacheClearer;
use Symfony\Component\... | agpl-3.0 |
devs1991/test_edx_docmode | venv/lib/python2.7/site-packages/scipy/stats/tests/test_continuous_basic.py | 13471 | from __future__ import division, print_function, absolute_import
import warnings
import numpy as np
import numpy.testing as npt
from scipy import integrate
from scipy import stats
from common_tests import (check_normalization, check_moment, check_mean_expect,
check_var_expect, check_skew_expect, check_kurt_e... | agpl-3.0 |
kuraju/CoAnSys | models/src/main/java/pl/edu/icm/coansys/models/constants/BWMetaConstants.java | 2032 | /*
* This file is part of CoAnSys project.
* Copyright (c) 2012-2015 ICM-UW
*
* CoAnSys 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, either version 3 of the License, or
* (at your option) any... | agpl-3.0 |
edx/edx-demo-course | static/jsmol/j2s/org/jmol/shapespecial/Dipole.js | 5717 | Clazz.declarePackage ("org.jmol.shapespecial");
Clazz.load (null, "org.jmol.shapespecial.Dipole", ["org.jmol.util.Colix", "$.Escape", "$.Point3f", "$.StringXBuilder", "$.Vector3f"], function () {
c$ = Clazz.decorateAsClass (function () {
this.thisID = "";
this.mad = 0;
this.colix = 0;
this.type = 0;
this.origin = null;... | agpl-3.0 |
anandy2k1/shop | engine/Library/Zend/Amf/Parse/Resource/Stream.php | 1317 | <?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... | agpl-3.0 |
errordeveloper/fe-devel | Native/Core/OCL/Debug.cpp | 210 | /*
* Copyright 2010-2012 Fabric Engine Inc. All rights reserved.
*/
#include "Debug.h"
#if defined(FABRIC_BUILD_DEBUG)
namespace Fabric
{
namespace OCL
{
bool gDebugEnabled = false;
};
};
#endif
| agpl-3.0 |
juju/juju | featuretests/cloudimagemetadata_test.go | 2241 | // Copyright 2015 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package featuretests
import (
"github.com/juju/errors"
jc "github.com/juju/testing/checkers"
gc "gopkg.in/check.v1"
"github.com/juju/juju/api/imagemetadatamanager"
"github.com/juju/juju/apiserver/params"
"github.com/ju... | agpl-3.0 |
k10r/shopware | engine/Library/Enlight/Collection/ArrayCollection.php | 5653 | <?php
/**
* Enlight
*
* 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://enlight.de/license
* If you did not receive a copy of the license and are unable to
* obta... | agpl-3.0 |
AyuntamientoMadrid/consul | db/migrate/20190307165132_remove_question_and_external_url_from_proposals.rb | 204 | class RemoveQuestionAndExternalUrlFromProposals < ActiveRecord::Migration[4.2]
def change
remove_column :proposals, :question, :string
remove_column :proposals, :external_url, :string
end
end
| agpl-3.0 |
takeit/web-renderer | src/SWP/Bundle/WebhookBundle/Model/WebhookInterface.php | 836 | <?php
declare(strict_types=1);
/*
* This file is part of the Superdesk Web Publisher Webhook Bundle.
*
* Copyright 2017 Sourcefabric z.ú. and contributors.
*
* For the full copyright and license information, please see the
* AUTHORS and LICENSE files distributed with this source code.
*
* @copyright 2017 Sour... | agpl-3.0 |
KadJ/amazon_new | modules/AOS_Products/metadata/detailviewdefs.php | 2506 | <?php
$module_name = 'AOS_Products';
$viewdefs [$module_name] =
array (
'DetailView' =>
array (
'templateMeta' =>
array (
'form' =>
array (
'buttons' =>
array (
0 => 'EDIT',
1 => 'DUPLICATE',
2 => 'DELETE',
),
),
'maxColumns'... | agpl-3.0 |
t0mk/python-stdnum | stdnum/be/vat.py | 2332 | # vat.py - functions for handling Belgian VAT numbers
#
# Copyright (C) 2012, 2013 Arthur de Jong
#
# This 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; either
# version 2.1 of the License, or... | lgpl-2.1 |
Radi0actvChickn/Polyglot-Trait-Extension | src/polyglot/types/UnavailableTypeException.java | 2409 | /*******************************************************************************
* This file is part of the Polyglot extensible compiler framework.
*
* Copyright (c) 2000-2012 Polyglot project group, Cornell University
* Copyright (c) 2006-2012 IBM Corporation
* All rights reserved.
*
* This program and the acco... | lgpl-2.1 |
celements/celements-structuredDataEditor | web-module/src/main/webapp/resources/structEditJS/select2/i18n/sr.js | 986 | /*! Select2 4.1.0-beta.1 | https://github.com/select2/select2/blob/master/LICENSE.md */
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sr",[],function(){function n(n,e,r,t){return n%10==1&&n%100!=11?e:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?... | lgpl-2.1 |
soul2zimate/wildfly-core | server/src/test/java/org/jboss/as/server/test/InterfaceManagementUnitTestCase.java | 24763 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | lgpl-2.1 |
platosinski/EntityAudit | tests/SimpleThings/Tests/EntityAudit/Fixtures/Issue/Issue156Contact.php | 2012 | <?php
/**
* Created by PhpStorm.
* User: david
* Date: 23/02/2016
* Time: 15:57
*/
namespace SimpleThings\EntityAudit\Tests\Fixtures\Issue;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\ORM\Mapping as ORM;
/**
* Class Issue156Contact
* @package SimpleThings\EntityAudit\Tests\Fixtures\Issue
* ... | lgpl-2.1 |
maui-packages/qt-creator | src/plugins/perforce/annotationhighlighter.cpp | 2025 | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... | lgpl-2.1 |
gabriel-ozeas/knoma-djatoka | src/gov/lanl/adore/djatoka/ICompress.java | 3364 | /*
* Copyright (c) 2008 Los Alamos National Security, LLC.
*
* Los Alamos National Laboratory
* Research Library
* Digital Library Research & Prototyping Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published b... | lgpl-2.1 |
MeinAccount/WCF | wcfsetup/install/files/lib/form/EmailActivationForm.class.php | 3468 | <?php
namespace wcf\form;
use wcf\data\user\User;
use wcf\data\user\UserAction;
use wcf\system\event\EventHandler;
use wcf\system\exception\IllegalLinkException;
use wcf\system\exception\NamedUserException;
use wcf\system\exception\UserInputException;
use wcf\system\request\LinkHandler;
use wcf\system\WCF;
use wcf\util... | lgpl-2.1 |
bmolyneaux/VrPlayer | VrPlayer.Helpers/Converters/ObjectToStringConverter.cs | 614 | using System;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Input;
namespace VrPlayer.Helpers.Converters
{
public class ObjectToStringConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
... | lgpl-2.1 |
TerraMA2/terrama2 | src/examples/analysis/ReprocessingHistoricalData.cpp | 7473 | #include <terrama2/core/Shared.hpp>
#include <terrama2/core/utility/Utils.hpp>
#include <terrama2/core/utility/TimeUtils.hpp>
#include <terrama2/core/utility/TerraMA2Init.hpp>
#include <terrama2/core/utility/DataAccessorFactory.hpp>
#include <terrama2/core/utility/Logger.hpp>
#include <terrama2/core/utility/ServiceMana... | lgpl-3.0 |
holiman/go-ethereum | common/types_test.go | 14643 | // Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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, either version 3 of the License... | lgpl-3.0 |
denislaliberte/preuve-one-page | vendor/bundle/gems/jquery-ui-rails-4.0.5/app/assets/javascripts/jquery.ui.effect-shake.js | 1978 | //= require jquery.ui.effect
/*!
* jQuery UI Effects Shake 1.10.3
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/shake-effect/
*
* Depends:
* jquery.ui.effect.js
*/
(function( $, und... | unlicense |
tiagosatur/guyon | node_modules/colorette/colorette.d.ts | 1295 | interface Style {
(string: string): string
}
export const options: {
enabled: boolean
}
export const reset: Style
export const bold: Style
export const dim: Style
export const italic: Style
export const underline: Style
export const inverse: Style
export const hidden: Style
export const strikethrough: Style
export... | unlicense |
kjniemi/activemq-artemis | tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/largemessage/ServerLargeMessageTest.java | 16097 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... | apache-2.0 |
thiagokimo/Alexei | library/src/main/java/com/kimo/lib/alexei/calculus/AverageColorCalculus.java | 1189 | package com.kimo.lib.alexei.calculus;
import android.graphics.Bitmap;
import android.graphics.Color;
import com.kimo.lib.alexei.Calculus;
/**
* Calculates the average RGB color of an image
*/
public class AverageColorCalculus extends Calculus<Integer> {
public static final String TAG = AverageColorCalculus.cl... | apache-2.0 |
jyotisingh/gocd | server/webapp/WEB-INF/rails/webpack/views/components/modal/delete_confirm_modal.tsx | 1523 | /*
* Copyright 2018 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | apache-2.0 |
christophd/camel | components/camel-csv/src/main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java | 28521 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | apache-2.0 |
l0kod/rust | src/librustc_bitflags/lib.rs | 15952 | // Copyright 2014 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or ... | apache-2.0 |
elonazoulay/presto | presto-main/src/test/java/com/facebook/presto/sql/gen/TestVarArgsToArrayAdapterGenerator.java | 5334 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | apache-2.0 |
efortuna/AndroidSDKClone | sdk/sources/android-20/android/media/MediaScanner.java | 74548 | /*
* 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/LICENSE-2.0
*
* Unless required by app... | apache-2.0 |
hudiehule/G-Storm | storm-core/src/jvm/org/apache/storm/security/auth/IHttpCredentialsPlugin.java | 1644 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | apache-2.0 |
Ryman/rust | src/test/auxiliary/cci_class_cast.rs | 1527 | // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or ... | apache-2.0 |
dbmanul/dbmanul | liquibase-integration-tests/src/test/java/liquibase/dbtest/oracle/OracleIntegrationTest.java | 4726 | package liquibase.dbtest.oracle;
import liquibase.Liquibase;
import liquibase.database.DatabaseFactory;
import liquibase.database.jvm.JdbcConnection;
import liquibase.dbtest.AbstractIntegrationTest;
import liquibase.exception.LiquibaseException;
import liquibase.exception.ValidationFailedException;
import org.junit.Te... | apache-2.0 |
geeag/kafka | clients/src/main/java/org/apache/kafka/common/protocol/Errors.java | 14092 | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | apache-2.0 |
rhcarvalho/origin | pkg/network/apis/network/v1/zz_generated.conversion.go | 15941 | // +build !ignore_autogenerated_openshift
// This file was autogenerated by conversion-gen. Do not edit it manually!
package v1
import (
network "github.com/openshift/origin/pkg/network/apis/network"
conversion "k8s.io/apimachinery/pkg/conversion"
runtime "k8s.io/apimachinery/pkg/runtime"
unsafe "unsafe"
)
func... | apache-2.0 |
stackroute/samarthyaPlatform | webclient/candidate/e2e/app.e2e-spec.ts | 355 | import { SamarthyaPlacementPage } from './app.po';
describe('samarthya-placement App', function() {
let page: SamarthyaPlacementPage;
beforeEach(() => {
page = new SamarthyaPlacementPage();
});
it('should display message saying app works', () => {
page.navigateTo();
expect(page.getParagraphText()... | apache-2.0 |
bshaffer/google-api-php-client-services | src/Google/Service/ServiceDirectory/Binding.php | 1443 | <?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | apache-2.0 |
oza/supersonic | supersonic/utils/atomic/locking.cc | 267 | // Copyright 2010 Google Inc. All Rights Reserved.
#include "supersonic/utils/macros.h"
#include "supersonic/utils/mutex.h"
namespace concurrent {
namespace detail {
Mutex seq_cst_mutex(base::LINKER_INITIALIZED);
} // namespace detail
} // namespace concurrent
| apache-2.0 |
gigakiller/zebra | src/ui.tree.js | 61022 | (function(pkg, Class, ui) {
/**
* Tree UI components and all related to the component classes and interfaces.
* Tree components are graphical representation of a tree model that allows a user
* to navigate over the model item, customize the items rendering and
* organize customizable editing of the items.
... | apache-2.0 |
kuujo/onos | web/api/src/test/java/org/onosproject/rest/resources/FlowsResourceTest.java | 30576 | /*
* Copyright 2016-present Open Networking Foundation
*
* 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... | apache-2.0 |
bazubii/t4ts | T4TS.Example/Models/InheritanceTest2.cs | 219 | namespace T4TS.Example.Models
{
[TypeScriptInterface]
public class InheritanceTest2 : InheritanceTest1
{
public string SomeString2 { get; set; }
public Foobar Recursive2 { get; set; }
}
} | apache-2.0 |
shroman/ignite | modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheGroupData.java | 5385 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | apache-2.0 |
KasperJanssens/intellij-haskforce | tests/com/haskforce/codeInsight/HaskellFindUsagesTest.java | 1549 | /*
* Copyright 2012-2014 Sergey Ignatov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | apache-2.0 |
sll8192/adstar | app/src/main/java/com/cloudTop/starshare/ui/wangyi/session/extension/CustomAttachment.java | 769 | package com.cloudTop.starshare.ui.wangyi.session.extension;
import com.alibaba.fastjson.JSONObject;
import com.netease.nimlib.sdk.msg.attachment.MsgAttachment;
/**
* Created by zhoujianghua on 2015/4/9.
*/
public abstract class CustomAttachment implements MsgAttachment {
protected int type;
CustomAttachme... | apache-2.0 |
tombujok/hazelcast | hazelcast/src/main/java/com/hazelcast/internal/util/hashslot/package-info.java | 956 | /*
* Copyright (c) 2008-2017, Hazelcast, 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 ... | apache-2.0 |
karthik-sethuraman/ONFOpenTransport | RI/flask_server/tapi_server/models/tapi_notification_notification_type.py | 1291 | # coding: utf-8
from __future__ import absolute_import
from datetime import date, datetime # noqa: F401
from typing import List, Dict # noqa: F401
from tapi_server.models.base_model_ import Model
from tapi_server import util
class TapiNotificationNotificationType(Model):
"""NOTE: This class is auto generated... | apache-2.0 |
opentrv/opentrv | Arduino/snapshots/20140407-r2756-V0p2-Arduino-REV2-beta18-CLI-timing/V0p2_Main/FHT8V_Wireless_Rad_Valve.cpp | 51281 | /*
The OpenTRV project licenses this file to you
under the Apache Licence, Version 2.0 (the "Licence");
you may not use this file except in compliance
with the Licence. You may obtain a copy of the Licence at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
softwar... | apache-2.0 |
mathemage/h2o-3 | h2o-algos/src/main/java/hex/tree/TreeStats.java | 1299 | package hex.tree;
import water.Iced;
public class TreeStats extends Iced {
public int _min_depth = 0;
public int _max_depth = 0;
public float _mean_depth;
public int _min_leaves = 0;
public int _max_leaves = 0;
public float _mean_leaves;
public long _byte_size;
public int _num_trees = 0;
transient ... | apache-2.0 |