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
../../../../../../share/pyshared/ubuntu-sso-client/ubuntu_sso/xdg_base_directory/windows.py
Alberto-Beralix/Beralix
i386-squashfs-root/usr/lib/python2.7/dist-packages/ubuntu-sso-client/ubuntu_sso/xdg_base_directory/windows.py
Python
gpl-3.0
91
from __future__ import absolute_import import requests from django.db import models from django.utils.translation import ugettext_lazy as _ from django.utils.simplejson import dumps, loads from common.models import Singleton from lock_manager import Lock, LockError from .literals import FORM_SUBMIT_URL, FORM_KEY, F...
appsembler/mayan_appsembler
apps/registration/models.py
Python
gpl-3.0
2,647
/* * This file is part of mod-host. * * mod-host 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. * * mod-host is distributed in...
moddevices/mod-host
src/monitor/monitor-client.h
C
gpl-3.0
3,678
from six import BytesIO from pathod.language import actions, parse_pathoc, parse_pathod, serve def parse_request(s): return next(parse_pathoc(s)) def test_unique_name(): assert not actions.PauseAt(0, "f").unique_name assert actions.DisconnectAt(0).unique_name class TestDisconnects: ...
x2Ident/x2Ident_test
mitmproxy/test/pathod/test_language_actions.py
Python
gpl-3.0
3,653
Joruri GW ========== Japan Originated Ruby-based RESTful and Integrated GW GNU GENERAL PUBLIC LICENSE Version 3 Copyright (C) Tokushima Prefectural Government, IDS Inc.
ryoon/jorurigw
README.md
Markdown
gpl-3.0
180
/** * */ package com.longevitysoft.android.rgbledsliders; import at.abraxas.amarino.service.AmarinoService; /** * @author fbeachler * */ public class BTService extends AmarinoService { public static final String TAG = "BTService"; /* * (non-Javadoc) * * @see at.abraxas.amarino.service.AmarinoService...
uestczhuyan/amarino-embed
amarino-examples/RGBLEDPickers/src/com/longevitysoft/android/rgbledsliders/BTService.java
Java
gpl-3.0
499
package info.hearthsim.brazier.abilities; import info.hearthsim.brazier.game.Silencable; import info.hearthsim.brazier.util.UndoAction; /** * Aura-aware int property, implemented by using an underlying {@link AuraAwarePropertyBase}. * Fields {@code baseValue} and {@code minValue} are also included in this class, wh...
AlphaHearth/AlphaHearth
Brazier/src/main/java/info/hearthsim/brazier/abilities/AuraAwareIntProperty.java
Java
gpl-3.0
4,699
// This file is part of Hangfire. // Copyright © 2013-2014 Sergey Odinokov. // // Hangfire 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, or any later version. ...
Excommunicated/Hangfire
src/Hangfire.SqlServer.Msmq/MsmqDtcTransaction.cs
C#
gpl-3.0
1,763
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Other changes to extensions</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="pr...
rafaelgou/the-phpjs-local-docs-collection
php/5.5/migration56.extensions.html
HTML
gpl-3.0
2,959
package org.usfirst.frc.team6162.robot; import edu.wpi.first.wpilibj.IterativeRobot; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.command.Scheduler; import edu.wpi.first.wpilibj.livewindow.LiveWindow; import edu.wpi.first.wpilibj.smartdashboard.SendableChooser; import edu.wpi.first.wpili...
wjaneal/liastem
SampleMultiFunction/src/org/usfirst/frc/team6162/robot/Robot.java
Java
gpl-3.0
3,556
/* * CMC Browser for Android * * Copyright (C) 2010 - 2011 J. Devauchelle and contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed ...
vanan08/android-browser-cmcsoft
src/org/cmc/providers/WeaveContentProvider.java
Java
gpl-3.0
5,258
/* * Copyright 2014-2018 Friedemann Zenke * * This file is part of Auryn, a simulation package for plastic * spiking neural networks. * * Auryn 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 ...
sanjayankur31/auryn
src/auryn/PoissonStimulator.cpp
C++
gpl-3.0
2,643
<?php /** * 2007-2016 PrestaShop * * 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...
boudel/pje
src/PrestaShopBundle/DependencyInjection/Compiler/RemoveXmlCompiledContainerPass.php
PHP
gpl-3.0
1,929
----------------------------------- -- mob : Fomor Black mage -- zone : Sacrarium ----------------------------------- ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) end; ----------------------------------- -- onMobDeath ----------------------...
hooksta4/darkstar
scripts/zones/zones/Sacrarium/mobs/Fomor_Black_Mage.lua
Lua
gpl-3.0
485
----------------------------------- -- Area: -- NPC: Viscount_Morax ----------------------------------- ----------------------------------- require("scripts/globals/titles"); ----------------------------------- -- onMobSpawn Action ----------------------------------- function OnMobSpawn(mob) end; ----------------...
Gwynthell/FFDB
scripts/zones/Castle_Zvahl_Keep/mobs/Viscount_Morax.lua
Lua
gpl-3.0
908
#include <stdlib.h> #include <string.h> struct ofasm_param { long long length; long long elemCnt; char *addr; char *elemListAddr; }; extern void OFASM_VM_ENTRY(const char *progName, ofasm_param param[], int paramCnt); int ALY01(char* p_0, char* p_1, char* p_2) { int paramCnt; ofasm_param ...
Tmaxsoft-Compiler/OFASM-test
Mtest/UNKNOWN/ALY01/ALY01_interface.cpp
C++
gpl-3.0
1,045
/* * vector.c - This file contains all of the vector arithmetic functions. * * $Id: vector.c,v 1.8 2012/10/17 04:25:57 johns Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define TACHYON_INTERNAL 1 #include "tachyon.h" #include "macros.h" flt VDot(const vector *a, const ...
bitzhuwei/OVITO_sureface
src/3rdparty/tachyon/tachyon/vector.c
C
gpl-3.0
1,807
/* org.manalith.ircbot.plugin.calc/CalcRunner.java ManalithBot - An open source IRC bot based on the PircBot Framework. Copyright (C) 2011 Seong-ho, Cho <darkcircle.0426@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License a...
darkcircle/ManalithBot
ManalithBot/src/main/java/org/manalith/ircbot/plugin/calc/CalcRunner.java
Java
gpl-3.0
1,927
package kg.ash.javavi.readers; import com.github.javaparser.Position; import com.github.javaparser.ast.CompilationUnit; import com.github.javaparser.ast.ImportDeclaration; import com.github.javaparser.ast.Modifier; import com.github.javaparser.ast.Node; import com.github.javaparser.ast.NodeList; import com.github.java...
gotmanyacc/dotfiles
vim/bundle/vim-javacomplete2/libs/javavi/src/main/java/kg/ash/javavi/readers/Parser.java
Java
gpl-3.0
12,090
// // SAXParser.h // // Library: XML // Package: SAX // Module: SAX // // Implementation of the XMLReader interface. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef SAX_SAXParser_INCLUDED #define SAX_SAXParser_INCLUD...
uksf/modpack
extensions/poco/XML/include/Poco/SAX/SAXParser.h
C
gpl-3.0
2,941
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Returns the ID of the last inserted row or sequence value</title> </head> <body><div class="manualnavbar" style="text-al...
rafaelgou/the-phpjs-local-docs-collection
php/5.5/pdo.lastinsertid.html
HTML
gpl-3.0
3,927
<!DOCTYPE html> <!--[if IEMobile 7]><html class="no-js iem7 oldie"><![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 oldie" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 oldie" lang="en"><![endif]--> <!--[if (IE 9)&!(IEMobile)]><html class="no-js ie9" lang="en"><![endif]-...
woakes070048/crm-php
htdocs/man/themes/developr/html-rtl/agenda.html
HTML
gpl-3.0
23,353
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: multiplayer_sa/multiplayer_shotsync.cpp * PURPOSE: Multiplayer module shooting sync methods * * Multi Theft Au...
lex128/mtasa-blue
Client/multiplayer_sa/multiplayer_shotsync.cpp
C++
gpl-3.0
50,481
<?php /** * This file is a part of MyWebSQL package * defines authentication mechanism for the application * * @file: config/auth.php * @author Samnan ur Rehman * @copyright (c) 2008-2012 Samnan ur Rehman * @web http://mywebsql.net * @license http://mywebsql.net/license * * Notes: * Cha...
onyxnz/quartzpos
mywebsql/config/auth.php
PHP
gpl-3.0
1,549
exports.prefix = '/forms'; //exports.before = function(request, response, next) { next() }; exports.general = function(request, response) { response.render("forms/general", { title: "General" }) }; exports.advanced = function(request, response) { response.render("forms/advanced", { title: "Advanced" }...
RamEduard/admin-lte-express
server/admin-routes/forms/index.js
JavaScript
gpl-3.0
438
<?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...
jamesballard/moodle
install/lang/cy/moodle.php
PHP
gpl-3.0
1,364
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/kee...
FernandoUnix/AcessoRestrito
metronic_v4.7.1/theme/admin_4_rounded/table_datatables_scroller.html
HTML
gpl-3.0
280,649
// scanner.hpp -- interface and support classes // Copyright (C) 2012-2015 SEIKO EPSON CORPORATION // // License: GPL-3.0+ // Author : EPSON AVASYS CORPORATION // // This file is part of the 'Utsushi' package. // This package is free software: you can redistribute it and/or modify // it under the terms of the G...
utsushi/imagescan
utsushi/scanner.hpp
C++
gpl-3.0
6,484
local log local dz local err = function(msg) log(msg, dz.LOG_ERROR) end local tstMsg = function(msg, res) print('HTTP trigger, ' .. msg .. ': ' .. tostring(res and 'OK' or 'FAILED')) end local expectEql = function(attr, test, marker) if (attr ~= test) then local msg = tostring(attr) .. '~=' .. tostring(test) ...
gordonb3/domoticz
dzVents/runtime/integration-tests/httpResponseScript.lua
Lua
gpl-3.0
2,211
<?php /** * Logiciel : exemple d'utilisation de HTML2PDF * * Convertisseur HTML => PDF * Distribué sous la licence LGPL. * * @author Laurent MINGUET <webmaster@html2pdf.fr> * * isset($_GET['vuehtml']) n'est pas obligatoire * il permet juste d'afficher le résultat au format HTML * si le paramètre 'vuehtml'...
rotagraziosi/archi-wiki-inpeople
includes/framework/frameworkClasses/pdf/exemples/sapin.php
PHP
gpl-3.0
21,692
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=मरीचिश्च<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="Author" CONTENT="Dr. Girish Nath Jha"> <META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin, D...
sanskritiitd/sanskrit
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_3765_jnu.html
HTML
gpl-3.0
16,529
package is.idega.idegaweb.tracker.data; public interface DomainStatisticsHome extends com.idega.data.IDOHome { public DomainStatistics create() throws javax.ejb.CreateException; public DomainStatistics createLegacy(); public DomainStatistics findByPrimaryKey(int id) throws javax.ejb.FinderException; public Domain...
idega/is.idega.idegaweb.tracker
src/java/is/idega/idegaweb/tracker/data/DomainStatisticsHome.java
Java
gpl-3.0
481
MODULE analysis_wavefield ! ! This module contains different routines to analyse (wave-by-wave) the wavefield ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! Copyright (C) 2014 - LHEEA Lab., Ecole Centrale de Nantes, UMR CNRS 6598 ! ! This program is part of HOS-oc...
LHEEA/HOS-ocean
sources/PostProcessing/analysis_wavefield.f90
FORTRAN
gpl-3.0
18,943
/* BEEBS rijndael benchmark Copyright (C) 2014 Embecosm Limited and University of Bristol This file is part of the Bristol/Embecosm Embedded Benchmark Suite. 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 Fr...
craigblackmore/beebs
src/rijndael/aesxam.c
C
gpl-3.0
6,774
/* * 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 version. * * This program is distributed in the hope that it w...
dsibournemouth/autoweka
weka-3.7.7/src/main/java/weka/classifiers/bayes/net/search/global/TabuSearch.java
Java
gpl-3.0
12,267
<?php namespace InstagramAPI\Response\Model; use InstagramAPI\AutoPropertyHandler; /** * @method mixed getBlocking() * @method mixed getFollowedBy() * @method mixed getFollowing() * @method mixed getIncomingRequest() * @method mixed getIsBestie() * @method mixed getIsBlockingReel() * @method mixed getIsMuting...
kotsios5/openclassifieds2
oc/vendor/Instagram-API/vendor/mgp25/instagram-php/src/Response/Model/FriendshipStatus.php
PHP
gpl-3.0
1,567
<?php /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Authorization\Test\Unit\Model\Acl; use \Magento\Authorization\Model\Acl\AclRetriever; use Magento\Authorization\Model\ResourceModel\Role\Collection as RoleCollection; use Magento\Authorization\Mo...
rajmahesh/magento2-master
vendor/magento/module-authorization/Test/Unit/Model/Acl/AclRetrieverTest.php
PHP
gpl-3.0
6,904
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under the terms o...
TheTechnobear/MEC
mec-vst/JuceLibraryCode/modules/juce_events/timers/juce_MultiTimer.cpp
C++
gpl-3.0
2,991
package org.thoughtcrime.securesms.preferences; import android.annotation.SuppressLint; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; import android.view.LayoutInflater; import android.view.View; import android.widget.EditText; import androidx....
cascheberg/Signal-Android
app/src/main/java/org/thoughtcrime/securesms/preferences/StoragePreferenceFragment.java
Java
gpl-3.0
14,934
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <base href="./app/"> <link rel="stylesheet" href="app.css"> <link rel="stylesheet" href="../node_modules/ionicons/dist/css/ionicons.css"> </head> <body> <header id="appheader"><...
tborychowski/tim
index.html
HTML
gpl-3.0
545
@extends('layouts.master') @section('content') <div class='row'> <div class='col-md-12'> <!-- Box --> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">{{ trans('admin/permissions/general.page.create.section-...
ssv445/laravel-5.1-enterprise-starter-kit
resources/themes/default/views/admin/permissions/create.blade.php
PHP
gpl-3.0
1,332
<?php /** * NGINAD Project * * @link http://www.nginad.com * @copyright Copyright (c) 2013-2016 NginAd Foundation. All Rights Reserved * @license GPLv3 */ namespace buyrtbfidelity\workflows\tasklets\video\insertionorderlineitem; class VideoRestrictionsWorkflow { public static function execute(&$Logger, &$Par...
kh0r/nginad
upload/module/BuyFidelityRTB/src/BuyFidelityRTB/common/workflows/tasklets/video/insertionorderlineitem/VideoRestrictionsWorkflow.php
PHP
gpl-3.0
5,008
<?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...
ankitml/moodle2.2
login/index.php
PHP
gpl-3.0
12,752
/* * 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...
s20121035/rk3288_android5.1_repo
external/apache-harmony/support/src/test/java/tests/support/Support_NetworkInterface.java
Java
gpl-3.0
2,267
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LogReadable.java,v 1.1 2006/05/06 08:59:54 ckaestne Exp $ */ package com.sleepycat.je.log; import java.nio.ByteBuffer; /** * A class that implements L...
ckaestne/CIDE
CIDE_Samples/cide_samples/Berkeley DB JE/src/com/sleepycat/je/log/LogReadable.java
Java
gpl-3.0
1,284
div { padding: 1em; width: 250px; height: 30px; color: #808080; border: 55px solid #cd853f; border-image-source: url(woodframe.jpg); border-image-slice: 55 fill; border-image-width: auto; }
grtlinux/TAIN_WEB_TEST
WEB_TEST01/doc/HTML5_CSS3_DIC_2nd/css3/01_background-border/bd08.css
CSS
gpl-3.0
208
/*************************************************************************** File : LineNumberDisplay.h Project : QtiPlot -------------------------------------------------------------------- Copyright : (C) 2008 by Ion Vasilief Email (use @ for *) : ion_vasil...
mganeva/mantid
MantidPlot/src/lib/include/LineNumberDisplay.h
C
gpl-3.0
2,637
//===- llvm/TableGen/Record.h - Classes for Table Records -------*- 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 // //===---------------------------...
sabel83/metashell
3rd/templight/llvm/include/llvm/TableGen/Record.h
C
gpl-3.0
64,254
<?php /** Copyright 2011-2016 Nick Korbel This file is part of Booked Scheduler. Booked Scheduler 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 ve...
sdc/booked
Presenters/Install/InstallPresenter.php
PHP
gpl-3.0
4,597
/// <reference path="../_import/_fibjs.d.ts" /> /** * @description json 编码与解码模块 * 引用方式: * ```JavaScript * var encoding = require('encoding'); * var json = encoding.json; * ``` * 或者 * ```JavaScript * var json = require('json'); * ``` * */ declare module 'json' { /** * @description 以 json ...
fibjs/fibjs
npm/types/dts/module/json.d.ts
TypeScript
gpl-3.0
728
'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.definePro...
klhdy/im-indepartment
packORGAN/client/sealtalk-desktop-ent-src/node_modules/command-line-args/es5/argv.js
JavaScript
gpl-3.0
3,008
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=वृद्धो वराकोऽप्रत्‍याशितं वराकोऽप्रत्‍याशितं परुषवचनं परुषवचनं वज्राघातनिभमुत्तरं वज्राघातनिभमुत्तरं निशम्‍य<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="A...
sanskritiitd/sanskrit
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Sanskritkathakunj_ext.txt.out.dict_11368_jnu.html
HTML
gpl-3.0
17,914
var searchData= [ ['btserial',['BTSerial',['../control__2_80_8c.html#a14bb84b12818dd2f13acf63d4cb14d98',1,'control_2.0.c']]] ];
mora260/ie0117_III16
grupo7/Proyecto 1: Control/Documentacion/html/search/functions_0.js
JavaScript
gpl-3.0
130
"""Beautiful Soup Elixir and Tonic "The Screen-Scraper's Friend" http://www.crummy.com/software/BeautifulSoup/ Beautiful Soup uses a pluggable XML or HTML parser to parse a (possibly invalid) document into a tree representation. Beautiful Soup provides provides methods and Pythonic idioms that make it easy to navigate...
heldergg/dre
lib/bs4/__init__.py
Python
gpl-3.0
12,881
--------------------------------------------------- -- Purulent Ooze -- Family: Slugs -- Description: Deals Water damage in a fan-shaped area of effect. Additional effect: Bio and Max HP Down -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Cone -- Notes: ----------------------------------------------...
Whitechaser/darkstar
scripts/globals/mobskills/purulent_ooze.lua
Lua
gpl-3.0
1,086
/** * outline styles */ .djs-outline { fill: none; visibility: hidden; } .djs-element.hover .djs-outline, .djs-element.selected .djs-outline { visibility: visible; shape-rendering: crispEdges; stroke-dasharray: 3,3; } .djs-element.selected .djs-outline { stroke: #8888FF; stroke-width: 1px; } .djs-el...
zetaops/ulakbus-ui
app/admin/css/diagram-js.css
CSS
gpl-3.0
8,916
/** * Copyright (C) 2015 Envidatec GmbH <info@envidatec.com> * * This file is part of JECommons. * * JECommons 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 in version 3. * * JECommons is distributed...
AIT-JEVis/JECommons
src/main/java/org/jevis/commons/dataprocessing/function/NullFunction.java
Java
gpl-3.0
1,785
package com.encens.khipus.action.fixedassets; import com.encens.khipus.action.dashboard.PieGraphic; import com.encens.khipus.action.dashboard.PieWidgetViewAction; import com.encens.khipus.dashboard.component.sql.SqlQuery; import com.encens.khipus.dashboard.module.fixedAssets.FixedAssetMaintenanceWidgetSql; import com....
borboton13/sisk13
src/main/com/encens/khipus/action/fixedassets/FixedAssetMaintenanceWidgetAction.java
Java
gpl-3.0
1,965
/* * Copyright (c) 2021 OBiBa. All rights reserved. * * This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. *...
kazoompa/opal
opal-gwt-client/src/main/java/org/obiba/opal/web/gwt/app/client/administration/datashield/profiles/DataShieldProfilePresenter.java
Java
gpl-3.0
8,272
#!/usr/bin/env python3 # encoding: utf-8 from nose import with_setup from tests.utils import * @with_setup(usual_setup_func, usual_teardown_func) def test_negative(): create_file('xxx', 'b.png') create_file('xxx', 'a.png') create_file('xxx', 'a') head, *data, footer = run_rmlint('-i') assert footer...
SeeSpotRun/rmlint
tests/test_options/test_match_without_extension.py
Python
gpl-3.0
718
/* Copyright 2005-2010 Jakub Kruszona-Zawadzki, Gemius SA, 2013-2014 EditShare, 2013-2015 Skytechnology sp. z o.o.. This file was part of MooseFS and is part of LizardFS. LizardFS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
lizardfs/lizardfs
src/chunkserver/init.h
C
gpl-3.0
1,650
# -*- coding: utf-8 -*- """Copyright (c) 2009 Sergio Gabriel Teves 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, either version 3 of the License, or (at your option) any...
dahool/vertaal
djangoapp/templatetags/bbcodetag.py
Python
gpl-3.0
2,634
# Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # # This file is part of SickGear. # # SickGear 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,...
SickGear/SickGear
sickbeard/metadata/generic.py
Python
gpl-3.0
53,307
# -*- coding: utf-8 -*- # # Copyright © 2009-2010 Pierre Raybaut # Licensed under the terms of the MIT License # (see spyderlib/__init__.py for details) """External Python Shell widget: execute Python script in a separate process""" import sys import os import os.path as osp import socket from spyderlib.qt.QtGui imp...
kenshay/ImageScript
ProgramData/SystemFiles/Python/Lib/site-packages/spyderlib/widgets/externalshell/pythonshell.py
Python
gpl-3.0
27,927
#ifndef EDGE_H #define EDGE_H //============================================================================ // Name : EdgeSimple.h // Author : Tae-Hyuk (Ted) Ahn, JJ Crosskey, Abhishek Biswas // Version : v1.2 // Copyright : 2015 Oak Ridge National Lab (ORNL). All rights reserved. // Description : E...
abiswas-odu/Disco
src/SimplifyGraph/src/EdgeSimple.h
C
gpl-3.0
6,129
---------------------------------- -- Area: Kuftal Tunnel -- NM: Yowie ----------------------------------- ----------------------------------- -- onMobDeath ----------------------------------- function onMobDeath(mob,killer) -- Set Yowie's Window Open Time wait = math.random((2),(8)) * 3600 SetServerVa...
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Kuftal_Tunnel/mobs/Yowie.lua
Lua
gpl-3.0
619
-- 31 -- PKCColumnE -- ListElementExchanger with ChainedSupplier with PrimaryKeyConstraintSupplier and PrimaryKeyColumnsWithAlternativesSupplier - Exchanged categoryid with pos CREATE TABLE "categorydef" ( "categoryid" DECIMAL(2, 0) NOT NULL, "name" VARCHAR(32), "pos" CHAR(1) PRIMARY KEY ) CREATE TABLE "lexlinkref...
schemaanalyst-team/schemaanalyst
src/paper/ineffectivemutants/manualevaluation/mutants/WordNet_HyperSQL/31.sql
SQL
gpl-3.0
1,576
<?php namespace Dogpatch; //// // Via: http://www.php.net/manual/en/function.http-parse-headers.php#112986 /// function http_parse_headers($raw_headers) { if (function_exists('http_parse_headers')) { return \http_parse_headers($raw_headers); } $headers = array(); $key = ''; foreach (explo...
bodqhrohro/knp2014
src/test/Util.php
PHP
gpl-3.0
2,980
/***************************************************************************** ATENTION DO NOT EDIT THIS FILE. THIS FILE IS AUTOMATIC GENERATED BY MARIAMOLE ALL CHANGES IN THIS FILE WILL BE LOST *****************************************************************************/ //------------------...
aporto/mariamole
installer/common_files/templates/mariamole_auto_generated.h
C
gpl-3.0
610
#!/bin/sh # Try to remove '/' recursively. # Copyright (C) 2013-2016 Free Software Foundation, Inc. # 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 yo...
evaautomation/coreutils
tests/rm/r-root.sh
Shell
gpl-3.0
10,861
//===-- lldb.cpp ------------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
s20121035/rk3288_android5.1_repo
external/lldb/source/lldb.cpp
C++
gpl-3.0
14,145
import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import 'fontsource-roboto'; ReactDOM.render( <React.StrictMode> <App /> </React.StrictMode>, document.getElementById('root') );
BrechtBa/homecon
frontend/src/index.js
JavaScript
gpl-3.0
247
/* * Copyright (C) 2010 Canonical, Ltd. * * Authors: * Olivier Tilloy <olivier.tilloy@canonical.com> * * 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 3. * * This program is d...
hamaxx/unity-2d-for-xmonad
launcher/app/launcher.cpp
C++
gpl-3.0
5,096
#include "isobarDecayVertex_py.h" #include<particle.h> #include "rootConverters_py.h" namespace bp = boost::python; namespace { struct isobarDecayVertexWrapper : public rpwa::isobarDecayVertex, bp::wrapper<rpwa::isobarDecayVertex> { isobarDecayVertexWrapper(const rpwa...
odrotleff/ROOTPWA
pyInterface/amplitude/isobarDecayVertex_py.cc
C++
gpl-3.0
4,554
package curso.dao; import java.util.List; import curso.modelo.Usuario; public interface UsuarioDao { public void saveUsuario(Usuario usuario); public Usuario findUsuario(Integer id); public void deleteUsuario(Integer id); public List listAll(); public void saveListaUsuarios(Usuario[] u...
asanzdiego/curso-spring-2013
src/spring-05-dao/src/curso/dao/UsuarioDao.java
Java
gpl-3.0
335
// The file contents for the current environment will overwrite these during build. // The build system defaults to the dev environment which uses `environment.ts`, but if you do // `ng build --env=prod` then `environment.prod.ts` will be used instead. // The list of which env maps to which file can be found in `.angul...
samsath/cpcc_backend
frontend/src/environments/environment.ts
TypeScript
gpl-3.0
436
/******************************************************************************* * sdr-trunk * Copyright (C) 2014-2018 Dennis Sheirer * * 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...
ImagoTrigger/sdrtrunk
src/main/java/io/github/dsheirer/dsp/psk/DQPSKGardnerDemodulator.java
Java
gpl-3.0
4,643
/* Copyright 1995 David C. Niemi * Copyright 1996-2003,2005,2007-2009 Alain Knaff. * This file is part of mtools. * * Mtools 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 ...
Distrotech/mtools
vfat.c
C
gpl-3.0
20,430
package Test::Protobuf; use strict; use warnings; use base qw(Exporter); use Test::More; use Protobuf::Types; our @EXPORT = qw(escaped bin_is); sub escaped { my $v = shift; $v =~ s/([^[:print:]])/"\\x" . sprintf("%02x", ord($1))/eg if defined $v; return $v; } sub bin_is ($$;$) { my @args = @_; ...
vleo/vleo-notebook
protobuf/trunk/perl/t/lib/Test/Protobuf.pm
Perl
gpl-3.0
541
<?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 ...
ak4t0sh/moodle
lib/classes/message/manager.php
PHP
gpl-3.0
23,549
/****************************************************************************************************//** * @file nRF51.h * * @brief CMSIS Cortex-M0 Peripheral Access Layer Header File for * nRF51 from Nordic Semiconductor. * * @version V522 * @date 26. August 2014 * * @note Generate...
DroneBucket/Drone_Bucket_CrazyFlie2_NRF_Firmware
nrf51_sdk/nrf51822/Include/nrf51.h
C
gpl-3.0
87,885
package cn.nukkit.entity.passive; import cn.nukkit.Player; import cn.nukkit.item.Item; import cn.nukkit.level.format.FullChunk; import cn.nukkit.nbt.tag.CompoundTag; import cn.nukkit.network.protocol.AddEntityPacket; /** * Author: BeYkeRYkt * Nukkit Project */ public class EntityChicken extends EntityAnimal { ...
SOTEDev/Nukkit
src/main/java/cn/nukkit/entity/passive/EntityChicken.java
Java
gpl-3.0
2,000
// Compiled using typings@0.6.8 // Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/4de74cb527395c13ba20b438c3a7a419ad931f1c/requirejs/require.d.ts // Type definitions for RequireJS 2.1.20 // Project: http://requirejs.org/ // Definitions by: Josh Baldwin <https://github.com/jbaldwin/> // Defi...
Red1L/hub
frontend/typings/main/ambient/require/require.d.ts
TypeScript
mpl-2.0
9,535
{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# L...
kim/amazonka
amazonka-workspaces/gen/Network/AWS/WorkSpaces/CreateWorkspaces.hs
Haskell
mpl-2.0
4,636
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */ #include <signal.h> #ifdef UA_NO_AMALGAMATION #include "ua_types.h" #include "ua_server.h" #include "ua_config_standard.h" #include "ua_network_tcp.h" #else...
AGIsmail/open62541
examples/server_instantiation.c
C
mpl-2.0
3,893
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Interface org.apache.poi.ss.usermodel.charts.LineChartData (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../st...
claywebb/java-bulletin
poi-3.13/docs/apidocs/org/apache/poi/ss/usermodel/charts/class-use/LineChartData.html
HTML
mpl-2.0
10,197
/* 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/. */ package org.ocelotds.security; import java.lang.reflect.Method; /** * * @author hhfrancois */ public class Inv...
hhdevelopment/ocelot
ocelot-core/src/main/java/org/ocelotds/security/InvocationContext.java
Java
mpl-2.0
801
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec mixed-content/` --> <html> <head> <title>Mixed-Content: Blockable content</title> <meta charset='utf-8'> <meta name="description" content="Test behavior of blockable content."> <link rel="author" title="K...
UK992/servo
tests/wpt/web-platform-tests/mixed-content/gen/top.meta/unset/sharedworker-module/same-http.keep-scheme.https.html
HTML
mpl-2.0
1,374
var path = require('path'); module.exports = { entry: __dirname + '/src/main.jsx', output: { path: __dirname + '/build/js', filename: '[name].bundle.js' }, externals: { 'react': 'React', 'react/addons': 'React' }, module: { loaders: [ { test: /\.js$/, loaders: ['ba...
gvn/webmaker-browser
webpack.config.js
JavaScript
mpl-2.0
713
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TypeFamilies #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} -- ...
fmapfmapfmap/amazonka
amazonka-sns/gen/Network/AWS/SNS/ListTopics.hs
Haskell
mpl-2.0
4,692
@extends('layouts.master') @section('content') <article> <h1>Are You Sure You Want To Delete {!!$artist->name!!}?</h1> {!!Form::open(['route'=>["artists.destroy", $artist->id], 'method'=>'DELETE'])!!} {!!Form::submit('destroy')!!} {!!Form::close()!!} </article> @stop
jasperboyd/freshwax
laravel/resources/views/labels/delete.blade.php
PHP
mpl-2.0
289
// This package implements a provisioner for Packer that executes // shell scripts within the remote machine. package shell import ( "bufio" "errors" "fmt" "io/ioutil" "log" "os" "sort" "strings" "time" "github.com/mitchellh/packer/common" "github.com/mitchellh/packer/helper/config" "github.com/mitchellh/...
life360/packer
provisioner/windows-shell/provisioner.go
GO
mpl-2.0
8,780
export const basicSortDataModel = [ { type: 'pand/address', }, { type: 'kadaster/kadastraal_object', }, { type: 'bag/pand', }, ] export const basicDataModel = [ { uri: 'https://acc.api.data.amsterdam.nl/', label: 'Warmoesstraat 178', categoryLabel: 'Adres', type: 'pand/address...
DatapuntAmsterdam/atlas_prototype
src/map/services/map-search-results/map-search-results.fixture.js
JavaScript
mpl-2.0
1,654
{# 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/. -#} {% add_lang_files "firefox/new/horizon" %} {% extends "firefox/base-resp.html" %} {% block page_title_prefix %}...
analytics-pros/mozilla-bedrock
bedrock/firefox/templates/firefox/new/horizon/base.html
HTML
mpl-2.0
1,886
{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# L...
romanb/amazonka
amazonka-ecs/gen/Network/AWS/ECS/ListServices.hs
Haskell
mpl-2.0
5,564
// // Copyright 2014, Sander van Harmelen // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or a...
ZZelle/terraform
vendor/github.com/xanzy/go-cloudstack/cloudstack/NetworkService.go
GO
mpl-2.0
116,376
/* The following code is the modified part of the libxml * available at http://xmlsoft.org * under the terms of the MIT License * http://opensource.org/licenses/mit-license.html */ /* * xinclude.c : Code to implement XInclude processing * * World Wide Web Consortium W3C Last Call Working Draft 10 November 2003 ...
evilmucedin/tomita-parser
src/contrib/libs/libxml/srcs/xinclude.c
C
mpl-2.0
66,904
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* libwpd * Version: MPL 2.0 / LGPLv2.1+ * * 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...
Distrotech/libpwd
src/lib/WP6UndoGroup.h
C
mpl-2.0
1,431
#include <FactExtract/Parser/common/libxmlutil.h> #include "sentencerusprocessor.h" #include "fragmentationrunner.h" #include <FactExtract/Parser/afdocparser/rus/namefinder.h> #include "filtercheck.h" #include "situationssearcher.h" #include "anaphoraresolution.h" CSentenceRusProcessor::CSentenceRusProcessor() : C...
evilmucedin/tomita-parser
src/FactExtract/Parser/afdocparser/rusie/sentencerusprocessor.cpp
C++
mpl-2.0
17,534
<html xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vim2="urn:vim2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <sc...
hooklift/govsphere
reference/vim.cluster.DasAamNodeState.DasState.html
HTML
mpl-2.0
4,605