code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
4
991
language
stringclasses
9 values
license
stringclasses
15 values
size
int32
3
1.05M
<?php /* |-------------------------------------------------------------------------- | Model Factories |-------------------------------------------------------------------------- | | Here you may define all of your model factories. Model factories give | you a convenient way to create models for testing and seeding yo...
CodeforAustralia/vhs
database/factories/ModelFactory.php
PHP
gpl-3.0
955
"use strict"; var path_1 = require('path'); var errors_1 = require('./errors'); var fs_extra_1 = require('fs-extra'); var osName = require('os-name'); var _context; var cachedAppScriptsPackageJson; function getAppScriptsPackageJson() { if (!cachedAppScriptsPackageJson) { try { cachedAppScriptsPa...
kfrerichs/roleplay
node_modules/@ionic/app-scripts/dist/util/helpers.js
JavaScript
gpl-3.0
6,661
/* Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH 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...
Edwardro22/cgrates
migrator/action_trigger.go
GO
gpl-3.0
6,331
/******************************************************************************* * Copyright (c) 2011-2014 SirSengir. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at...
AnodeCathode/ForestryMC
src/main/java/forestry/lepidopterology/entities/AIButterflyRise.java
Java
gpl-3.0
2,251
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
PrismTech/opensplice
examples/dcps/PingPong/cs/src/ping.cs
C#
gpl-3.0
1,045
<?php /* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.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 ...
woakes070048/crm-php
htdocs/core/modules/mailings/fraise.modules.php
PHP
gpl-3.0
8,880
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: ClearCanvas.Common.Plugin] // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with a...
mayioit/MacroMedicalSystem
HL7/Properties/AssemblyInfo.cs
C#
gpl-3.0
1,464
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.0" language="es" sourcelanguage="en"> <context> <name>ConnectionManager</name> <message> <source>Connection Manager</source> <translation>Gestor de conexión</translation> </message> <message> <source>Allows to us...
sanchay160887/vacuum-im
src/translations/es/connectionmanager.ts
TypeScript
gpl-3.0
4,742
package com.totsp.crossword.io.versions; import com.totsp.crossword.io.IO; import com.totsp.crossword.puz.Box; import com.totsp.crossword.puz.Puzzle; import com.totsp.crossword.puz.PuzzleMeta; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.Date; public c...
rappazzo/shortyz
puzlib/src/main/java/com/totsp/crossword/io/versions/IOVersion1.java
Java
gpl-3.0
2,029
// Copyright (c) 2005 - 2017 Settlers Freaks (sf-team at siedler25.org) // // This file is part of Return To The Roots. // // Return To The Roots 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 versio...
stefson/s25client
libs/s25main/FileChecksum.cpp
C++
gpl-3.0
1,418
// Type definitions for iview 3.1.0 // Project: https://github.com/iview/iview // Definitions by: yangdan // Definitions: https://github.com/yangdan8/iview.git import Vue, { VNode } from 'vue'; export declare interface Anchor extends Vue { /** * 固定模式 * @default true */ affix?: boolean; /** * 距离窗口顶部达到...
cmos3511/cmos_linux
python/op/op_site/op_static/npm/node_modules/iview/types/anchor.d.ts
TypeScript
gpl-3.0
1,330
/* * Copyright (c) The Shogun Machine Learning Toolbox * Written (W) 2015 Wu Lin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above...
sanuj/shogun
src/shogun/machine/gp/SingleSparseInference.cpp
C++
gpl-3.0
12,679
'use strict'; var resolveBranch = require('resolve-git-branch') , resolveRemote = require('resolve-git-remote') , asyncreduce = require('asyncreduce') , cheerio = require('cheerio') function overrideWithEnvVars(ghinfo) { // could be optimized if both are given since then we don't need to obtain gi...
santiagogil/mis-e-recursos
node_modules/docme/node_modules/jsdoc-githubify/lib/adapt-html.js
JavaScript
gpl-3.0
3,153
#!/usr/bin/python """Joins a number of 3D manual markers into a 4D marker volume.""" # build-in modules import argparse import logging import re # third-party modules import scipy # path changes # own modules from medpy.core import Logger from medpy.io import load, save from medpy.core.exceptions import ArgumentEr...
kleinfeld/medpy
bin/others/miccai12/join_for_manual_markers.py
Python
gpl-3.0
6,830
/* * Ref-Finder * Copyright (C) <2015> <PLSE_UCLA> * * 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....
SoftwareEngineeringToolDemos/FSE-2010-Ref-Finder
code/lsd/serp/util/WeakKeyMap.java
Java
gpl-3.0
4,172
namespace FFR.Common { using System; using FF1Lib; using RomUtilities; /// <summary> /// Represents a set of randomization settings to supply /// to ROM generation. /// </summary> public struct RandomizerSettings { public Blob Seed { get; } public Flags Flags { get; } public Preferences P...
Entroper/FF1Randomizer
FFR.Common/RandomizerSettings.cs
C#
gpl-3.0
1,902
package com.ugcleague.ops.domain.document; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; import javax.validation.constraints.NotNull; import java.util.LinkedHashSet; import java.util.Objects; import java.util.Set; @Document(collection = "ugc_season") pu...
iabarca/ugc-bot-redux
src/main/java/com/ugcleague/ops/domain/document/UgcSeason.java
Java
gpl-3.0
1,211
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
dvdjg/GoapCpp
GoapMain/3rdparty/rpclib/include/rpc/msgpack/preprocessor/iteration/detail/iter/forward4.hpp
C++
gpl-3.0
57,387
#!/usr/bin/env python # encoding: utf-8 # andersg at 0x63.nu 2007 # Thomas Nagy 2010 (ita) """ Support for Perl extensions. A C/C++ compiler is required:: def options(opt): opt.load('compiler_c perl') def configure(conf): conf.load('compiler_c perl') conf.check_perl_version((5,6,0)) conf.check_perl_ext_deve...
AltruisticControlSystems/controlnode
waflib/Tools/perl.py
Python
gpl-3.0
4,480
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoursesAPI.Services.Models.Entities { class StudentCourseRegistration { public int ID { get; set; } public string SSN { get; set; } public int CourseInstanceID { get; set; } public bo...
skulia15/Web-Services
D4/Services/Entities/StudentCourseRegistration.cs
C#
gpl-3.0
349
<?php /** * The wol broadcast page. * * PHP version 5 * * @category WOLBroadcastManagementPage * @package FOGProject * @author Tom Elliott <tommygunsster@gmail.com> * @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @link https://fogproject.org */ /** * The wol broadcast page. * * @category ...
Sebastian-Roth/fogproject
packages/web/lib/plugins/wolbroadcast/pages/wolbroadcastmanagementpage.class.php
PHP
gpl-3.0
12,420
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="OrganisationGlAccountBalance.cs" company="Allors bvba"> // Copyright 2002-2012 Allors bvba. // Dual Licensed under // a) the General Public Licence v3 (GPL) // b) the Allors ...
Allors/apps
Domains/Apps/Database/Domain/Export/Apps/Accounting/OrganisationGlAccountBalance.cs
C#
gpl-3.0
1,249
# -*- coding: utf-8 -*- # Copyright (C) 2014 Universidade de Aveiro, DETI/IEETA, Bioinformatics Group - http://bioinformatics.ua.pt/ # # 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 vers...
bioinformatics-ua/catalogue
emif/control_version/admin.py
Python
gpl-3.0
834
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package languru */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <aside id="secondary" class="widget-area" role="complementary"> <?php dynamic_side...
csbweb/languru
theme/sidebar.php
PHP
gpl-3.0
371
<?php declare(strict_types=1); /* * (c) 2021 Michael Joyce <mjoyce@sfu.ca> * This source file is subject to the GPL v2, bundled * with this source code in the file LICENSE. */ namespace App\Services; use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; use Symfony\Component\Se...
ubermichael/wphp
src/Services/RoleChecker.php
PHP
gpl-3.0
1,189
/* This file is part of Telegram Desktop, an unofficial desktop messaging app, see https://telegram.org Telegram Desktop 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...
gzle/TelegramDesktopKR
Telegram/SourceFiles/gui/twidget.cpp
C++
gpl-3.0
1,857
/* * All Sigmah code is released under the GNU General Public License v3 * See COPYRIGHT.txt and LICENSE.txt. */ package org.sigmah.server.report.generator.map; import org.sigmah.server.domain.SiteData; import org.sigmah.server.report.generator.MapSymbol; import org.sigmah.shared.report.content.PieMapMark...
spMohanty/sigmah_svn_to_git_migration_test
sigmah/src/main/java/org/sigmah/server/report/generator/map/PointValue.java
Java
gpl-3.0
1,065
#include "files.h" #include "QDir" #include "QDebug" Files::Files() { // Users home directory by default currentDirectory = QDir::homePath(); } // Get directory given file path(example: /bin/bash returns /bin/) QString Files::getDirectory(QString filepath){ int lastIndex = filepath.lastIndexOf("/"); ...
jubal-R/ObjGui
src/files.cpp
C++
gpl-3.0
639
// YAHW - Yet Another Hardware Monitor // Copyright (c) 2015 Steffen Steinbrecher // Contact and Information: http://csharp-blog.de/category/yahw/ // // 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 Foun...
No3x/YAHW
YAHW/App.xaml.cs
C#
gpl-3.0
3,194
<?php /** * tech-literacy functions and definitions * * @package Tech Literacy */ if ( ! function_exists( 'tech_literacy_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before ...
venkatraj/tech-literacy
functions.php
PHP
gpl-3.0
13,546
using Rubberduck.Refactorings; using Rubberduck.Refactorings.ExtractInterface; using Rubberduck.Resources; namespace Rubberduck.UI.Refactorings.ExtractInterface { internal class ExtractInterfacePresenter : RefactoringPresenterBase<ExtractInterfaceModel>, IExtractInterfacePresenter { private static rea...
IvenBach/Rubberduck
Rubberduck.Core/UI/Refactorings/ExtractInterface/ExtractInterfacePresenter.cs
C#
gpl-3.0
898
<!-- /** * Project Name: FrozenBlade V2 Enhanced" * Date: 25.07.2008 inital version * Coded by: Furt * Template by: Kitten - wowps forums * Email: ***** * License: GNU General Public License (GPL) */ --> <td width="574" valign="top"> <div class="story-top8"> <div align="center" style="text-align:bottom"><br...
Furt/frozenbladev2enhanced
MaNGOS/pages/connect.php
PHP
gpl-3.0
3,638
package turtle.interpreterPattern.command; import turtle.Turtle; import turtle.interpreterPattern.visitorPattern.ICommandVisitor; public class Turn extends Command { private double direction; public Turn(double direction) { this.direction = direction; } @Override public String type() { return "turn"; } ...
LokeshSreekanta/TurtleGraphicsDesignPatterns
src/turtle/interpreterPattern/command/Turn.java
Java
gpl-3.0
610
/* Copyright (C) 2014-2019 de4dot@gmail.com This file is part of dnSpy dnSpy 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...
manojdjoshi/dnSpy
dnSpy/dnSpy.Contracts.DnSpy/Documents/TreeView/DocumentTreeNodeGroupType.cs
C#
gpl-3.0
2,384
/* Copyright (C) 2014-2019 de4dot@gmail.com This file is part of dnSpy dnSpy 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...
manojdjoshi/dnSpy
dnSpy/dnSpy.Contracts.DnSpy/Hex/Editor/DefaultHexViewOptions.cs
C#
gpl-3.0
7,568
<?php /** * @package elysio-template * @copyright Copyright (C) 2015 Timble CVBA (http://www.timble.net) */ // No direct access defined('_JEXEC') or die; // Connect with Joomla $app = JFactory::getApplication(); $doc = JFactory::getDocument(); $menu = $app->getMenu(); // Getting params from template $params...
joomlatools/joomla-platform
web/administrator/templates/elysio/login.php
PHP
gpl-3.0
3,360
using FluentMigrator; using NzbDrone.Core.Datastore.Migration.Framework; namespace NzbDrone.Core.Datastore.Migration { [Migration(42)] public class add_download_clients_table : NzbDroneMigrationBase { protected override void MainDbUpgrade() { Create.TableForModel("DownloadClien...
jamesmacwhite/Radarr
src/NzbDrone.Core/Datastore/Migration/042_add_download_clients_table.cs
C#
gpl-3.0
754
/* * Quasar: lightweight threads and actors for the JVM. * Copyright (c) 2013-2014, Parallel Universe Software Co. All rights reserved. * * This program and the accompanying materials are dual-licensed under * either the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation * * ...
tbrooks8/quasar
quasar-core/src/main/java/co/paralleluniverse/strands/channels/Port.java
Java
gpl-3.0
672
/* * 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 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
nstarke/hootenanny
hoot-hadoop/src/main/cpp/hoot/hadoop/PbfInputSplit.cpp
C++
gpl-3.0
2,646
#ifndef QUAN_OSD_DYNAMIC_DISPLAY_DEVICE_HPP_INCLUDED #define QUAN_OSD_DYNAMIC_DISPLAY_DEVICE_HPP_INCLUDED #include <quan/uav/osd/api.hpp> namespace quan{ namespace uav{ namespace osd {namespace dynamic{ struct display_device{ typedef quan::uav::osd::pxp_type pxp_type; typedef quan::uav::osd::colour_type ...
andrewfernie/quan-trunk
quan/uav/osd/dynamic/display_device.hpp
C++
gpl-3.0
1,286
<?php /* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.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; either version 3 of the License, or * (at your option) any later ...
woakes070048/crm-php
htdocs/langs/fr_CH/bills.lang.php
PHP
gpl-3.0
24,507
import unittest from gtrackcore.input.wrappers.GEDependentAttributesHolder import GEDependentAttributesHolder from gtrackcore.test.common.Asserts import assertBoundingRegions, TestCaseWithImprovedAsserts from gtrackcore.util.CommonConstants import BINARY_MISSING_VAL class TestGEDependentAttributesHolder(TestCaseWithI...
sveinugu/gtrackcore
gtrackcore/test/input/wrappers/TestGEDependentAttributesHolder.py
Python
gpl-3.0
1,731
#Copyright 2013 Paul Barton # #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 tha...
icomfred/mouse
app/python/pymouse/mac.py
Python
gpl-3.0
5,514
# -*- encoding: utf-8 -*- def timespan_2_stops_during_timespan_1( timespan_1=None, timespan_2=None, hold=False, ): r'''Makes time relation indicating that `timespan_2` stops during `timespan_1`. :: >>> relation = timespantools.timespan_2_stops_during_timespan_1() >>> prin...
mscuthbert/abjad
abjad/tools/timespantools/timespan_2_stops_during_timespan_1.py
Python
gpl-3.0
1,322
require 'spec_helper' # This spec was generated by rspec-rails when you ran the scaffold generator. # It demonstrates how one might use RSpec to specify the controller code that # was generated by Rails when you ran the scaffold generator. # # It assumes that the implementation code is generated by the rails scaffold ...
aliceriot/borges
spec/controllers/event_shifts_controller_spec.rb
Ruby
gpl-3.0
6,619
/* * This file is part of the SYMPLER package. * https://github.com/kauzlari/sympler * * Copyright 2002-2013, * David Kauzlaric <david.kauzlaric@frias.uni-freiburg.de>, * and others authors stated in the AUTHORS file in the top-level * source directory. * * SYMPLER is free software: you can redistribute it a...
argreiner/sympler
source/src/force/f_wall_repulsion.cpp
C++
gpl-3.0
3,841
# # The Python Imaging Library. # $Id$ # # base class for image file handlers # # history: # 1995-09-09 fl Created # 1996-03-11 fl Fixed load mechanism. # 1996-04-15 fl Added pcx/xbm decoders. # 1996-04-30 fl Added encoders. # 1996-12-14 fl Added load helpers # 1997-01-11 fl Use encode_to_file where possibl...
kenshay/ImageScript
ProgramData/SystemFiles/Python/Lib/site-packages/PIL/ImageFile.py
Python
gpl-3.0
20,762
<?php /** * Trending script for graphing objects. * * @package OpenEMR * @link http://www.open-emr.org * @author Brady Miller <brady.g.miller@gmail.com> * @author Rod Roark <rod@sunsetsystems.com> * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 * @copyright Co...
Jeffrey-P-McAteer/openemr
interface/patient_file/encounter/trend_form.php
PHP
gpl-3.0
4,401
/// Check the behavior of toolchain for NEC Aurora VE /// REQUIRES: ve-registered-target ///----------------------------------------------------------------------------- /// Checking dwarf-version // RUN: %clangxx -### -g -target ve %s 2>&1 | FileCheck -check-prefix=DWARF_VER %s // DWARF_VER: "-dwarf-version=4" ///-...
sabel83/metashell
3rd/templight/clang/test/Driver/ve-toolchain.cpp
C++
gpl-3.0
6,036
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
qtproject/qt-creator
src/plugins/texteditor/findincurrentfile.cpp
C++
gpl-3.0
4,015
# coding=utf-8 """ InaSAFE Disaster risk assessment tool developed by AusAid - **QGIS plugin implementation.** Contact : ole.moller.nielsen@gmail.com .. note:: 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 S...
MariaSolovyeva/inasafe
safe/gis/qgis_interface.py
Python
gpl-3.0
10,359
package com.encens.khipus.service.employees; import com.encens.khipus.model.contacts.Salutation; import javax.ejb.Local; /** * User: Ariel * Date: 22-03-2010 * Time: 09:05:12 PM */ @Local public interface SalutationService { Salutation getDefaultSalutation(String gender); }
borboton13/sisk13
src/main/com/encens/khipus/service/employees/SalutationService.java
Java
gpl-3.0
285
// srvice supported commands. These functions run the JSON-encoded commands // sent by the server. var srvice$actions = (function($) { function statements(json) { for (var i = 0; i < json.data.length; i++) { srvice.exec(json.data[i]); } } function redirect(json) { if (js...
jonnatas/codeschool
src/srvice/static/js/srvice/commands.js
JavaScript
gpl-3.0
1,568
from river.models.proceeding import Proceeding from river.services.proceeding import ProceedingService __author__ = 'ahmetdal' # noinspection PyClassHasNoInit class ObjectService: @staticmethod def register_object(workflow_object, field): proceedings = Proceeding.objects.filter(workflow_object=workfl...
mstzn36/django-river
river/services/object.py
Python
gpl-3.0
1,550
/* * Copyright (C) 2015 Matthias Gabriel * * 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 d...
gabm/FancyPlaces
app/src/main/java/com/gabm/fancyplaces/functional/IOnListModeChangeListener.java
Java
gpl-3.0
922
import _ from "lodash"; import { Meteor } from "meteor/meteor"; import { Tracker } from "meteor/tracker"; import { AnalyticsEvents, Packages } from "/lib/collections"; import { Reaction, i18next, Logger } from "/client/api"; import Alerts from "/imports/plugins/core/layout/client/templates/layout/alerts/inlineAlerts"; ...
evereveofficial/reaction
imports/plugins/included/analytics/client/startup.js
JavaScript
gpl-3.0
7,072
// Generated on 04/17/2013 22:30:01 using System; using System.Collections.Generic; using System.Linq; using BiM.Protocol.Types; using BiM.Core.IO; using BiM.Core.Network; namespace BiM.Protocol.Messages { public class InventoryPresetSaveResultMessage : NetworkMessage { public const uint Id = 6170; ...
Emudofus/BehaviorIsManaged
Protocol/Messages/game/inventory/preset/InventoryPresetSaveResultMessage.cs
C#
gpl-3.0
1,423
<?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 ...
marigianna/HierarchyContagMoodle
question/type/varnumeric/backup/moodle2/restore_qtype_varnumeric_plugin.class.php
PHP
gpl-3.0
5,105
<?php // This file is part of the Election plugin for Moodle // // 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. // // Mood...
wit-ctel/moodle-3-1
mod/referendum/db/log.php
PHP
gpl-3.0
893
/********************************************************************************************* * * 'IParameter.java, in plugin msi.gama.core, is part of the source code of the GAMA modeling and simulation platform. * (c) 2007-2016 UMI 209 UMMISCO IRD/UPMC & Partners * * Visit https://github.com/gama-platform/gama ...
hqnghi88/gamaClone
msi.gama.core/src/msi/gama/kernel/experiment/IParameter.java
Java
gpl-3.0
1,942
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.07.23 at 10:09:0...
benmccann/lapdftext
src/main/java/edu/isi/bmkeg/lapdf/pmcXml/PmcXmlTbody.java
Java
gpl-3.0
7,715
/* */ package org.schemaanalyst.mutation.equivalence; import org.schemaanalyst.sqlrepresentation.Column; import org.schemaanalyst.sqlrepresentation.Schema; import org.schemaanalyst.sqlrepresentation.Table; import org.schemaanalyst.sqlrepresentation.constraint.*; /** * <p> * An {@link EquivalenceChecker} that compa...
schemaanalyst-team/schemaanalyst
src/main/java/org/schemaanalyst/mutation/equivalence/SchemaEquivalenceChecker.java
Java
gpl-3.0
4,819
var searchData= [ ['k',['k',['../a00008.html#ad4adeba1dac18ef43f26892b9878c3c3',1,'gaml::xtree::classification::Learner::k()'],['../a00020.html#a0d4642365c5cb8a02327248e79f6314e',1,'gaml::xtree::regression::Learner::k()']]] ];
HerveFrezza-Buet/gaml
doc/gaml-xtree/html/search/variables_1.js
JavaScript
gpl-3.0
229
<?php // Text $_['text_title'] = 'За артикул'; $_['text_description'] = 'Такса доставка за артикул'; ?>
censam/open_cart
multilanguage/OC-Europa-1-5-1-3-9.part01/upload/catalog/language/bulgarian/shipping/item.php
PHP
gpl-3.0
140
package ch.difty.scipamato.core.web.paper.search; import static ch.difty.scipamato.common.web.WicketUtilsKt.LABEL_TAG; import static ch.difty.scipamato.common.web.WicketUtilsKt.PANEL_HEADER_RESOURCE_TAG; import static ch.difty.scipamato.core.web.CorePageParameters.*; import java.util.Objects; import java.util.Optiona...
ursjoss/sipamato
core/core-web/src/main/java/ch/difty/scipamato/core/web/paper/search/PaperSearchPage.java
Java
gpl-3.0
14,522
//============================================================================= //=== Copyright (C) 2001-2005 Food and Agriculture Organization of the //=== United Nations (FAO-UN), United Nations World Food Programme (WFP) //=== and United Nations Environment Programme (UNEP) //=== //=== This program is free software;...
OpenWIS/openwis
openwis-metadataportal/openwis-portal/src/main/java/org/fao/geonet/services/crs/GetCRSTypes.java
Java
gpl-3.0
2,039
ace.define("ace/ext/modelist",["require","exports","module"], function(require, exports, module) { "use strict"; var modes = []; function getModeForPath(path) { var mode = modesByName.text; var fileName = path.split(/[\/\\]/).pop(); for (var i = 0; i < modes.length; i++) { if (modes[i].supportsFile...
maddyonline/forked-cui
static/cui/vendor/ace-src-noconflict/ext-modelist.js
JavaScript
gpl-3.0
5,084
/** * @file * Adds an interface between the media recorder jQuery plugin and the drupal media module. */ (function($) { Drupal.behaviors.mediaRecorder = { attach: function(context, settings) { $('.media-recorder-wrapper').mediaRecorder({ 'recordingPath': Drupal.settings.mediaRecorder.recordingPa...
agiza/elmsln
core/dslmcode/shared/drupal-7.x/modules/ulmus/media_recorder/js/media-recorder.js
JavaScript
gpl-3.0
765
#!/usr/bin/env ruby # encoding: utf-8 # We ignore registration 00277, 47066, 57678 which # we used for testing the atc_less $: << File.expand_path("..", File.dirname(__FILE__)) $: << File.expand_path("../../src", File.dirname(__FILE__)) require 'minitest/autorun' require 'minitest/unit' require 'flexmock/minitest' ...
zdavatz/oddb.org
test/test_plugin/swissmedic_xlsx_2021.rb
Ruby
gpl-3.0
4,984
package com.github.mrdai.alphahearth.move; import com.github.mrdai.alphahearth.Board; import info.hearthsim.brazier.game.Character; import info.hearthsim.brazier.game.EntityId; import info.hearthsim.brazier.game.Game; import info.hearthsim.brazier.game.Hero; import org.jtrim.utils.ExceptionHelper; import org.slf4j.Log...
AlphaHearth/AlphaHearth
AlphaHearth/src/main/java/com/github/mrdai/alphahearth/move/DirectAttacking.java
Java
gpl-3.0
2,845
package generated.gio20.gio; import generated.gobject20.gobject.GObject; import org.bridj.BridJ; import org.bridj.Pointer; import org.bridj.ann.Library; import org.bridj.ann.Ptr; @Library("gio-2.0") public class GFileIcon extends GObject { static { BridJ.register(); } public GFileIcon() { ...
gstreamer-java/gir2java
generated-src/generated/gio20/gio/GFileIcon.java
Java
gpl-3.0
945
../release/angular-recaptcha.js
jbernach/transandalus-backend
src/main/webapp/bower_components/angular-recaptcha/demo/angular-recaptcha.js
JavaScript
gpl-3.0
31
package org.openwis.dataservice.common.service; import java.util.Collection; import java.util.Date; import java.util.List; import java.util.Set; import org.openwis.dataservice.common.domain.bean.DataPolicyOperations; import org.openwis.dataservice.common.domain.bean.UserDataPolicyOperations; import org.openwis.datase...
dimipapadeas/openwis
openwis-dataservice/openwis-dataservice-common/openwis-dataservice-common-domain/src/main/java/org/openwis/dataservice/common/service/SubscriptionService.java
Java
gpl-3.0
4,609
/* 760A Petr wants to make a calendar for current month. For this purpose he draws a table in which columns correspond to weeks (a week is seven consequent days from Monday to Sunday), rows correspond to weekdays, and cells contain dates. For example, a calendar for January 2017 should look like on the picture: http...
blgkv/competitive-programming
codeforces/760A.cpp
C++
gpl-3.0
1,317
// -*- Mode: Go; indent-tabs-mode: t -*- /* * Copyright (C) 2017 Canonical Ltd * * 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 in the hope tha...
Conan-Kudo/snapd
interfaces/udev/spec.go
GO
gpl-3.0
5,211
using Eto.Drawing; using Eto.Forms; using GKUI.Components; namespace GKUI.Forms { partial class AboutDlg { private Label lblProduct; private Label lblVersion; private Label lblCopyright; private LinkButton lblMail; private Button btnClose; private L...
Serg-Norseman/GEDKeeper
projects/GKv3/GEDKeeper3/GKUI/Forms/AboutDlg.design.cs
C#
gpl-3.0
2,086
/* * Copyright 2012-2014, First Three LLC * * This file is a part of Viz. * * Viz 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 versio...
elevenfive/Viz
viz/src/main/java/com/first3/viz/VizApp.java
Java
gpl-3.0
2,459
package cn.nukkit.resourcepacks; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.security.MessageDigest; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; imp...
JupiterDevelopmentTeam/JupiterDevelopmentTeam
src/main/java/cn/nukkit/resourcepacks/ZippedResourcePack.java
Java
gpl-3.0
2,688
""" 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 will be useful, but WITHOUT...
abhishek-archlinux/AnimeWatch
AnimeWatch-PyQt5/Plugins/Shoutcast.py
Python
gpl-3.0
5,280
/* This file is part of the db4o object database http://www.db4o.com Copyright (C) 2004 - 2011 Versant Corporation http://www.versant.com db4o is free software; you can redistribute it and/or modify it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. db4o ...
masroore/db4o
Db4objects.Db4o.Optional/Db4objects.Db4o/IO/MemoryIoAdapter.cs
C#
gpl-3.0
8,958
package com.lody.virtual.server.notification; import android.app.NotificationManager; import android.content.Context; import android.text.TextUtils; import com.lody.virtual.helper.utils.VLog; import com.lody.virtual.server.INotificationManager; import java.util.ArrayList; import java.util.HashMap; import ...
247321453/VirtualApp
VirtualApp/lib/src/main/java/com/lody/virtual/server/notification/VNotificationManagerService.java
Java
gpl-3.0
5,262
from setuptools import setup if __name__ == "__main__": try: import pypandoc long_description = pypandoc.convert('README.md', 'rst') except(IOError, ImportError): long_description = open('README.md').read() __version__ = "0.8.1" base_url = "https://github.com/xialirong/...
PrefPy/prefpy
setup.py
Python
gpl-3.0
1,104
//===--- AVR.cpp - Implement AVR target feature support -------------------===// // // 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/clang/lib/Basic/Targets/AVR.cpp
C++
gpl-3.0
12,607
# "Bubble Math" # Developed RL Vision (www.rlvision.com) # Source code licensed under GPLv3 (see LICENSE.txt) # Dev Env: Portable Python 2.7.5.1 (Python2/Windows/Pygame/PyScripter) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Text.py # This module makes is easier to draw te...
ycaihua/BubbleMath
text.py
Python
gpl-3.0
2,074
$(document).ready(function () { var Settings = $.parseJSON(gdn.definition('TranslateThisSettings')); console.log(Settings); TranslateThis({ GA : false, // Google Analytics tracking scope : 'content', // ID to confine translation wrapper : 'translate-this', // ID of the TranslateThis wrapper cookie : 'tt-l...
hgtonight/Plugin-TranslateThis
js/translatethis.js
JavaScript
gpl-3.0
1,249
/*! @file VisionCalibrationProvider.cpp @brief Implementation of Pose behaviour class @author Aaron Wong Copyright (c) 2010 Aaron Wong This file 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, eit...
shannonfenn/Multi-Platform-Vision-System
Previous System - Darwin/Behaviour/MiscBehaviours/ForwardWalkProvider.cpp
C++
gpl-3.0
1,342
from ..s3c import HTTPError class B2Error(HTTPError): ''' Represents an error returned by Backblaze B2 API call For possible codes, see https://www.backblaze.com/b2/docs/calling.html ''' def __init__(self, status, code, message, headers=None): super().__init__(status, message, headers) ...
s3ql/main
src/s3ql/backends/b2/b2_error.py
Python
gpl-3.0
584
/* * Copyright (C) 2012 Krawler Information Systems Pvt Ltd * 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 2 * of the License, or (at your optio...
ufoe/Deskera-CRM
crm-app2/crm-case/src/main/java/com/krawler/crm/database/tables/CaseProducts.java
Java
gpl-3.0
1,585
/* * Copyright (C) 2005-2020 Gregory Hedlund & Yvan Rose * * 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 applica...
ghedlund/phon
app/src/main/java/ca/phon/app/opgraph/library/NodeDataCellRenderer.java
Java
gpl-3.0
2,847
<?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 ...
roelmann/uswmoodle
mod/ouwiki/classes/event/page_unlock.php
PHP
gpl-3.0
3,201
package dr.gob.hacienda.servicios.utilitarios; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.Deseriali...
amatosolivo/citamedica
ejemplos/archivo-servicios/src/main/java/dr/gob/hacienda/servicios/utilitarios/DeserializadorFechaNorticA4.java
Java
gpl-3.0
1,180
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Threading; using Microsoft.AspNet.Signa...
jamesmacwhite/Radarr
src/Microsoft.AspNet.SignalR.Core/DefaultDependencyResolver.cs
C#
gpl-3.0
9,051
#!/usr/bin/env ruby # coding: utf-8 #------------------------------------------------------------------------------ # # get_page_list.rb [DIR] # #------------------------------------------------------------------------------ # # Gets the list of all wiki pages from the OSM wiki. # # Two files will be written: 'all_w...
kcwu/taginfo
sources/wiki/get_page_list.rb
Ruby
gpl-3.0
4,114
require 'rails_helper' $:.unshift File.expand_path '../../helpers', __FILE__ require 'login_helpers' require 'navigation_helpers' require 'download_helpers' require 'projects_spec_helpers' require 'upload_file_helpers' require 'projects_context_performance_indicator_spec_helpers' require 'performance_indicator_helpers'...
asiapacificforum/nhrihub
vendor/gems/projects/spec/features/projects_spec.rb
Ruby
gpl-3.0
22,986
package cn.bjsxt.collection2; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; public class Test02 { public static void main(String[] args) { //一个map对象对应一行记录!!! Map map = new HashMap(); map.put("id", 0301); map.put("n...
yangweijun213/Java
J2SE300/116-128源码_Generic/src/cn/bjsxt/collection2/Test02.java
Java
gpl-3.0
1,211
package oms3.ngmf.ui.graph; ///* // * To change this template, choose Tools | Templates // * and open the template in the editor. // */ //package ngmf.ui.graph; // //import java.awt.Color; //import java.io.File; //import java.io.FileReader; //import java.io.IOException; //import java.util.ArrayList; //import java.util....
moovida/jgrasstools
gears/src/main/java/oms3/ngmf/ui/graph/PlotView.java
Java
gpl-3.0
18,364
# Copyright 2012 Dan Smith <dsmith@danplanet.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, either version 3 of the License, or # (at your option) any later version. # # This program is ...
mach327/chirp_fork
chirp/drivers/id51.py
Python
gpl-3.0
3,283
<?php /** Copyright 2011-2015 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...
Tuarisa/booked-app
tests/Application/Authentication/RegistrationTests.php
PHP
gpl-3.0
10,263
// SparkleShare, a collaboration and sharing tool. // Copyright (C) 2010 Hylke Bons (hylkebons@gmail.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, either version 3 of the...
Warliy/yey-storage
yey-storage/SparkleShare/SparklePlugin.cs
C#
gpl-3.0
5,466
package nl.knaw.huygens.timbuctoo.search.description.facet; import com.google.common.collect.Range; import nl.knaw.huygens.timbuctoo.model.Change; import nl.knaw.huygens.timbuctoo.search.FacetValue; import nl.knaw.huygens.timbuctoo.search.description.facet.helpers.ChangeRangeFacetGetter; import nl.knaw.huygens.timbuct...
HuygensING/timbuctoo
timbuctoo-instancev4/src/main/java/nl/knaw/huygens/timbuctoo/search/description/facet/ChangeRangeFacetDescription.java
Java
gpl-3.0
3,131