repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Tinchosan/wingpanel | admin/lib/vendor/mpdf/mpdf/tmp/ttfontdata/dejavusanscondensed.cw127.php | 2055 | <?php
$rangeid=122;
$prevcid=126;
$prevwidth=754;
$interval=false;
$range=array (
32 =>
array (
0 => 286,
1 => 360,
2 => 414,
3 => 754,
4 => 572,
5 => 855,
6 => 702,
7 => 247,
),
40 =>
array (
0 => 351,
1 => 351,
'interval' => true,
),
42 =>
array (
0 =... | gpl-3.0 |
09zwcbupt/undergrad_thesis | ext/poxdesk/qx/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Decoration.tmpl.js | 280 | /* ************************************************************************
Copyright:
License:
Authors:
************************************************************************ */
qx.Theme.define("${Namespace}.theme.modern.Decoration",
{
decorations :
{
}
}); | gpl-3.0 |
xctcc/embrr | setting.php | 7543 | <?php
include ('lib/twitese.php');
$title = "Settings";
include ('inc/header.php');
if (!loginStatus()) header('location: login.php');
?>
<script src="js/colorpicker.js"></script>
<script src="js/setting.js"></script>
<link rel="stylesheet" href="css/colorpicker.css" />
<div id="statuses" class="column round-left... | gpl-3.0 |
GDevs/mission-farpoint | ogre/RenderSystems/GLSupport/src/OgreGLRenderSystemCommon.cpp | 6592 | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | gpl-3.0 |
sergiocazzolato/snapd | interfaces/builtin/network_control.go | 11137 | // -*- Mode: Go; indent-tabs-mode: t -*-
/*
* Copyright (C) 2016-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 hop... | gpl-3.0 |
zhangf911/fibjs | vender/v8/src/runtime/runtime-compiler.cc | 15913 | // Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/v8.h"
#include "src/arguments.h"
#include "src/compiler.h"
#include "src/deoptimizer.h"
#include "src/frames.h"
#include "src/full-codege... | gpl-3.0 |
sandaru1/codejam | www/lib/symfony/filter/sfCacheFilter.class.php | 6072 | <?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* sfCacheFilter deals with page caching and action ... | gpl-3.0 |
pajlada/acquisition | src/itemconstants.h | 632 | #pragma once
const int PIXELS_PER_SLOT = 47;
const int INVENTORY_SLOTS = 12;
enum FRAME_TYPES {
FRAME_TYPE_NORMAL = 0,
FRAME_TYPE_MAGIC = 1,
FRAME_TYPE_RARE = 2,
FRAME_TYPE_UNIQUE = 3,
FRAME_TYPE_GEM = 4,
FRAME_TYPE_CURRENCY = 5,
};
enum ELEMENTAL_DAMAGE_TYPES {
ED_FIRE = 4,
ED_COLD =... | gpl-3.0 |
miuirussia/KJBE | src/org/apache/bcel/generic/GETFIELD.java | 4938 | package org.apache.bcel.generic;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification... | gpl-3.0 |
malin1993ml/h-store | third_party/cpp/berkeleydb/src/xa/xa_map.c | 2959 | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#include "dbinc/txn.h"
#include "dbinc_auto/xa_ext.h"
/*
* This file contains all the mapping information that we n... | gpl-3.0 |
geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/third_party/skia/src/sksl/ast/SkSLASTSuffixExpression.h | 878 | /*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SKSL_ASTSUFFIXEXPRESSION
#define SKSL_ASTSUFFIXEXPRESSION
#include "SkSLASTSuffix.h"
#include "SkSLASTExpression.h"
namespace SkSL {
/**
* An expression with an a... | gpl-3.0 |
prey/prey-node-client | lib/agent/actions/alarm/mac.js | 98 | exports.play = 'afplay';
exports.raise_volume = 'osascript -e "set Volume 10"'; // unmutes as well | gpl-3.0 |
metasfresh/metasfresh-webui-api | src/main/java/de/metas/ui/web/window/exceptions/InvalidDocumentStateException.java | 1498 | package de.metas.ui.web.window.exceptions;
import org.adempiere.exceptions.AdempiereException;
import de.metas.ui.web.window.datatypes.DocumentPath;
import de.metas.ui.web.window.model.Document;
/*
* #%L
* metasfresh-webui-api
* %%
* Copyright (C) 2016 metas GmbH
* %%
* This program is free software: you can r... | gpl-3.0 |
happyjack27/autoredistrict | src/org/apache/commons/math3/ode/FieldSecondaryEquations.java | 3524 | /*
* 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 ... | gpl-3.0 |
DanVanAtta/triplea | game-relay-server/README.md | 327 | # Game-Relay-Server
Game-relay-server that acts as a network bridge. Any message
sent to the relay server is re-broadcast to all connected clients.
The relay-server can be launched as a standalone or launched
when hosting a game. Game hosts will connect to the relay
server they themselves launched and will act as a c... | gpl-3.0 |
ThaFireDragonOfDeath/qupzilla | src/plugins/TestPlugin/translations/ja_JP.ts | 1372 | <?xml version="1.0" ?><!DOCTYPE TS><TS language="ja_JP" version="2.1">
<context>
<name>TestPlugin</name>
<message>
<location filename="../testplugin.cpp" line="122"/>
<source>Close</source>
<translation>閉じる</translation>
</message>
<message>
<location filename="../testplu... | gpl-3.0 |
cvjena/artos | docs/PyARTOS/html/functions_0x65.html | 11119 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | gpl-3.0 |
greguly/woocommerce | README.md | 3462 | <p align="center"><a href="https://woocommerce.com/"><img src="https://woocommerce.com/wp-content/themes/woo/images/logo-woocommerce@2x.png" alt="WooCommerce"></a></p>
<p align="center">
<a href="https://packagist.org/packages/woocommerce/woocommerce"><img src="https://poser.pugx.org/woocommerce/woocommerce/license" a... | gpl-3.0 |
xubinux/xbin-store | xbin-store-web-admin/src/main/resources/static/pages/tables/simple.html | 42144 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Simple Tables</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"... | gpl-3.0 |
gencer/gitextensions | GitUI/CommandsDialogs/SettingsDialog/Pages/FormBrowseRepoSettingsPage.cs | 1850 | using GitCommands;
using GitCommands.Utils;
namespace GitUI.CommandsDialogs.SettingsDialog.Pages
{
public partial class FormBrowseRepoSettingsPage : SettingsPageWithHeader
{
public FormBrowseRepoSettingsPage()
{
InitializeComponent();
Text = "Browse repository window";
... | gpl-3.0 |
niuran1993/Deskera-HRMS | mavenTimesheet/src/test/java/com/mycompany/mavenTimesheet/AppTest.java | 1470 | /*
* 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... | gpl-3.0 |
jjskuld/NecroBot | PoGo.NecroBot.Logic/State/StateMachine.cs | 3212 | #region using directives
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using PoGo.NecroBot.Logic.Event;
using PoGo.NecroBot.Logic.Logging;
using PoGo.NecroBot.Logic.Model.Settings;
using PokemonGo.RocketAPI.Exceptions;
#endregion
namespace PoGo.NecroBot.Logic.State
{
publi... | gpl-3.0 |
petrzjunior/Marlin | Marlin/src/module/thermistor/thermistor_67.h | 2274 | /**
* Marlin 3D Printer Firmware
* Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | gpl-3.0 |
genome/dgi-db | lib/genome/importers/dsl/with_drugs_and_genes.rb | 1201 | module Genome
module Importers
module DSL
module WithDrugsAndGenes
attr_accessor :gene_claim, :drug_claim
def initialize(item_id, importer_instance, row_instance)
super(item_id, importer_instance, row_instance, 'interaction_claim')
end
def gene(column, opts = {}, &... | gpl-3.0 |
AEnterprise/Buildcraft-Additions | src/main/java/buildcraftAdditions/ModIntegration/Buildcraft/Triggers/TriggerDoneCharging.java | 1093 | package buildcraftAdditions.ModIntegration.Buildcraft.Triggers;
import net.minecraft.tileentity.TileEntity;
import net.minecraftforge.common.util.ForgeDirection;
import buildcraft.api.statements.IStatementContainer;
import buildcraft.api.statements.IStatementParameter;
import buildcraftAdditions.tileEntities.TileCh... | gpl-3.0 |
japeto/TMotive | application/static/css/tahoe-theme-aqua.css | 591 | body {
background: #7aa0f1;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-family: 'Raleway', sans-serif;
}
.navbar {
color:#EEE;
background: #377491;
min-height: 10px !important;
}
.navbar-top-links li a {
color: #EEE;
}
.navbar-top-links li a:hover {
color: #888;
}
.navbar-top-... | gpl-3.0 |
wdzhou/mantid | Framework/PythonInterface/inc/MantidPythonInterface/kernel/Registry/SequenceTypeHandler.h | 2138 | #ifndef MANTID_PYTHONINTERFACE_SEQUENCETYPEHANDLER_H_
#define MANTID_PYTHONINTERFACE_SEQUENCETYPEHANDLER_H_
/**
Copyright © 2011 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge
National Laboratory & European Spallation Source
This file is part of Mantid.
Mantid is free software; you can redist... | gpl-3.0 |
Boyang--Li/ardupilot | libraries/AP_BattMonitor/AP_BattMonitor.cpp | 14002 | /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#include "AP_BattMonitor.h"
#include "AP_BattMonitor_Analog.h"
#include "AP_BattMonitor_SMBus.h"
#include "AP_BattMonitor_Bebop.h"
extern const AP_HAL::HAL& hal;
const AP_Param::GroupInfo AP_BattMonitor::var_info[] = {
// @Param: _MONIT... | gpl-3.0 |
ArduPilot/MissionPlanner | ExtLibs/DroneCAN/out/src/uavcan.protocol.debug.LogLevel.cs | 1660 |
using uint8_t = System.Byte;
using uint16_t = System.UInt16;
using uint32_t = System.UInt32;
using uint64_t = System.UInt64;
using int8_t = System.SByte;
using int16_t = System.Int16;
using int32_t = System.Int32;
using int64_t = System.Int64;
using float32 = System.Single;
using System;
using System.Linq;
using ... | gpl-3.0 |
sawenzel/AliceO2 | Detectors/TRD/base/include/TRDBase/ChamberNoise.h | 1764 | // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim... | gpl-3.0 |
dibenede/NFD-NDNcomm2014 | tools/nfd-status.cpp | 29976 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
* Copyright (c) 2014, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
* ... | gpl-3.0 |
j-r0dd/RetroPie-Setup | scriptmodules/ports/minecraft.sh | 1059 | #!/usr/bin/env bash
# This file is part of The RetroPie Project
#
# The RetroPie Project is the legal property of its developers, whose names are
# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
#
# See the LICENSE.md file at the top-level directory of this distribution ... | gpl-3.0 |
dymkowsk/mantid | Framework/SINQ/src/PoldiFitPeaks1D.cpp | 7337 | #include "MantidAPI/WorkspaceProperty.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidSINQ/PoldiFitPeaks1D.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidDataObjects/TableWorkspace.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidKernel/BoundedVa... | gpl-3.0 |
NathanAhlstrom/CORAL | usage/old/admin/classes/domain/ExternalLogin.php | 1138 | <?php
/*
**************************************************************************************************************************
** CORAL Organizations Module v. 1.0
**
** Copyright (c) 2010 University of Notre Dame
**
** This file is part of CORAL.
**
** CORAL is free software: you can redistribute it and/or modif... | gpl-3.0 |
maxwward/SCOPEBak | askbot/templates/question/answer_controls.html | 2748 | {#<span class="action-link swap-qa">
<a id="swap-question-with-answer-{{answer.id}}">{% trans %}swap with question{% endtrans %}</a>
</span>uncomment if needed#}
<span class="action-link">
<a class="permant-link"
href="{{ answer.get_absolute_url(question_post=question) }}"
title="{% trans %}per... | gpl-3.0 |
saophaisau/port | Core/SDK Ports/ChallengerSeriesAIO/Plugins/Teemo.cs | 12392 | using System;
using System.Collections.Generic;
using System.Linq;
using Challenger_Series.Utils;
using LeagueSharp;
using LeagueSharp.SDK;
using SharpDX;
using Color = System.Drawing.Color;
using Challenger_Series.Utils;
using System.Windows.Forms;
using LeagueSharp.Data.Enumerations;
using LeagueSharp.SDK.Enumeration... | gpl-3.0 |
ArneBinder/LanguageAnalyzer | src/main/java/ca/pfv/spmf/test/MainTestSPAM_AGP_FatBitMap_saveToMemory.java | 2453 | package ca.pfv.spmf.test;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URL;
import ca.pfv.spmf.algorithms.sequentialpatterns.spade_spam_AGP.AlgoSPAM_AGP;
import ca.pfv.spmf.algorithms.sequentialpatterns.spade_spam_AGP.dataStructures.creators.AbstractionCreator;
import ca.pf... | gpl-3.0 |
guerrierk/dolibarr | htdocs/compta/bank/various_payment/document.php | 3783 | <?php
/* Copyright (C) 2017 Alexandre Spangaro <aspangaro@zendsi.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 ver... | gpl-3.0 |
P3D-Legacy/p3d-legacy | P3D/Pokemon/Items/Balls/FriendBall.vb | 445 | Namespace Items.Balls
<Item(164, "Friend Ball")>
Public Class FriendBall
Inherits BallItem
Public Overrides ReadOnly Property Description As String = "A Pokéball that makes caught Pokémon more friendly."
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 150
Publ... | gpl-3.0 |
b3h3moth/L-LP | src/C/Algorithms_and_Data_Structures/algorithms/ricerca/ricerca_sequenziale/ricerca-sequenziale-2.c | 1181 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_STR 20
int lookup(char *word, char *array[]);
int main(int argc, char *argv[]) {
char str_input[MAX_STR];
char *flab[] = {
"O'Reilly",
"Wrox",
"Elsevier",
"Pearson",
"Apogeo",
"Sams",
... | gpl-3.0 |
cardmaster/yaddns | src/services/changeip.c | 4370 | /*
* Yaddns - Yet Another ddns client
* Copyright (C) 2008 Anthony Viallard <anthony.viallard@patatrac.info>
*
* 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 ... | gpl-3.0 |
karolusw/l2j | game/data/scripts/quests/Q00126_TheNameOfEvil2/32122-3b.html | 459 | <html><body>Warrior's Grave:<br>
The Sirens possess more than simply physical powers; they also possess psychic abilities. In the past, they could impose their wills on others, forcing them to do their bidding. Without Shilen and her mighty Elrokian warriors, this island is doomed...unless you can prevent it.<br>
Hear ... | gpl-3.0 |
jayuqar/moodle | user/tests/userlib_test.php | 41890 | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... | gpl-3.0 |
ljsimin/gimii | WiiApi/WiiApi/PolozajGlave.cs | 3610 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WiimoteLib;
namespace WiiApi {
/// <summary>
/// Klasa koriscena za prikaz polozaja i orijentacije glave u prostoru. Sadrzi samo metode za dobavljanje informacija.
/// </summary>
public class PolozajGlave {
... | gpl-3.0 |
fwahyudi17/ofiskita | system/configa/revslider/js/settings.js | 9972 |
var UniteSettingsRev = new function(){
var arrControls = {};
var colorPicker;
var t=this;
this.getSettingsObject = function(formID){
var obj = new Object();
var form = document.getElementById(formID);
var name,value,type,flagUpdate;
//enabling all form items connected to mx
var len = form.elem... | gpl-3.0 |
drebes/terraform | website/docs/configuration/syntax-json.html.md | 14994 | ---
layout: "docs"
page_title: "JSON Configuration Syntax - Configuration Language"
sidebar_current: "docs-config-syntax-json"
description: |-
In addition to the native syntax that is most commonly used with Terraform,
the Terraform language can also be expressed in a JSON-compatible syntax.
---
# JSON Configurati... | mpl-2.0 |
tyagiarpit/servo | tests/wpt/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-progress.html | 9761 | <!DOCTYPE html>
<meta charset=utf-8>
<title>progress of KeyframeEffectReadOnly getComputedTiming() tests</title>
<link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffectreadonly-getcomputedtiming">
<link rel="author" title="Daisuke Akatsuka" href="mailto:daisuke@mozilla-japan.org">
<script src="... | mpl-2.0 |
dayglojesus/packer | builder/cloudstack/step_prepare_config.go | 5108 | package cloudstack
import (
"fmt"
"io/ioutil"
"regexp"
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/xanzy/go-cloudstack/cloudstack"
)
type stepPrepareConfig struct{}
func (s *stepPrepareConfig) Run(state multistep.StateBag) multistep.StepAction {
client := state.Get("clie... | mpl-2.0 |
HatfieldConsultants/Hatfield.EnviroData.DataAcquisition | Source/Hatfield.EnviroData.DataAcquisition.XML/XMLDataSourceLocation.cs | 1295 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace Hatfield.EnviroData.DataAcquisition.XML
{
public class XMLDataSourceLocation: IDataSourceLocation
{
public string _elementName;
public string _attributeName;
public in... | mpl-2.0 |
michaelforfxhelp/fxhelprepo | third_party/libcurl/curl/lib/http_negotiate.c | 11517 | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | mpl-2.0 |
jifeon/bem-core | desktop.blocks/page/page.tmpl-specs/50-conditions.html | 490 | <!DOCTYPE html>
<html class="ua_js_no">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Пример подключения es5-shims для IE</title>
<script>
(function(e,c){e[c]=e[c].replace(/(ua_js_)no/g,"$1yes");})(document.documentElement,"className");
</script... | mpl-2.0 |
pradeepchhetri/terraform | website/source/docs/providers/aws/r/route.html.markdown | 2273 | ---
layout: "aws"
page_title: "AWS: aws_route"
sidebar_current: "docs-aws-resource-route|"
description: |-
Provides a resource to create a routing entry in a VPC routing table.
---
# aws\_route
Provides a resource to create a routing table entry (a route) in a VPC routing table.
~> **NOTE on Route Tables and Route... | mpl-2.0 |
jcjones/boulder | vendor/github.com/zmap/zlint/v3/lints/cabf_br/lint_sub_cert_aia_missing.go | 2127 | package cabf_br
/*
* ZLint Copyright 2021 Regents of the University of Michigan
*
* 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 r... | mpl-2.0 |
maduhu/mycollab | mycollab-mobile/src/main/java/com/esofthead/mycollab/mobile/module/project/view/ProjectLoginPresenter.java | 1424 | /**
* This file is part of mycollab-mobile.
*
* mycollab-mobile 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.
*
* mycollab-mo... | agpl-3.0 |
LtRipley36706/ACE | Source/ACE.Server/Network/GameAction/Actions/GameActionUseItem.cs | 470 | using System;
namespace ACE.Server.Network.GameAction.Actions
{
public static class GameActionUseItem
{
[GameAction(GameActionType.Use)]
public static void Handle(ClientMessage message, Session session)
{
uint itemGuid = message.Payload.ReadUInt32();
//Console.W... | agpl-3.0 |
BathnesDevelopment/processmaker-3.1.2.b2-community | workflow/engine/classes/class.reportTables.php | 43778 | <?php
/**
* class.reportTables.php
*
* @package workflow.engine.ProcessMaker
*
* ProcessMaker Open Source Edition
* Copyright (C) 2004 - 2011 Colosa Inc.
*
* 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... | agpl-3.0 |
colosa/processmaker | vendor/league/oauth2-google/src/Provider/Google.php | 4424 | <?php
namespace League\OAuth2\Client\Provider;
use League\OAuth2\Client\Exception\HostedDomainException;
use League\OAuth2\Client\Provider\Exception\IdentityProviderException;
use League\OAuth2\Client\Token\AccessToken;
use League\OAuth2\Client\Tool\BearerAuthorizationTrait;
use Psr\Http\Message\ResponseInterface;
c... | agpl-3.0 |
sanyaade-teachings/mobile-messaging | www/js/models/message.js | 4522 | define([
'database',
'backbone'
], function (DB, Backbone) {
var MessageModel = Backbone.Model.extend({
defaults: {
messageId: 0,
sender: '',
title: '',
content: '',
hasAttachment: false,
sendDate: new Date(),
url: '... | agpl-3.0 |
sones/sones | Applications/TagExampleWithGraphMappingFramework/Example.cs | 29686 | /*
* sones GraphDB - Community Edition - http://www.sones.com
* Copyright (C) 2007-2011 sones GmbH
*
* This file is part of sones GraphDB Community Edition.
*
* sones GraphDB 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... | agpl-3.0 |
kerr-huang/openss7 | src/java/javax/telephony/Connection.java | 22953 | /*
* Copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and without
* fee is hereby granted provided that this copyright notice
* appears in all copies. Please refer to the file "copyr... | agpl-3.0 |
paulijar/music | js/vendor/jquery-initialize/test.html | 1540 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>jquery.initialize test</title>
<!-- Load MutationObserver and WeakMap polyfill for IE9 and 10 -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="jquery.initialize.js"></script>
</head>
<body>
<h2>We want every... | agpl-3.0 |
nathb2b/mamasound.fr | App/config.js | 1324 | /*
* Copyright (c) 2018. Wise Wild Web
*
* This File is part of Caipi and under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
* Full license at https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
*
* @author : Nathanael Braun
* @contact : caipilabs@gmail.com... | agpl-3.0 |
benjaminsoellner/2015_Data_Analyst_Project_3 | Project/audit_quality_map.py | 3625 | ## Note: you must install Levenshtein module
# pip install python-Levenshtein
# for this Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
# more info - see: http://stackoverflow.com/questions/18134437/where-can-the-documentation-for-python-levenshtein-be-found-online
from pymongo import Mongo... | agpl-3.0 |
openss7/openss7 | src/perl/ss7view/Message.pm | 315643 |
use constant {
RT_UNKNOWN => 0,
RT_14BIT_PC => 4, # also RL length in octets
RT_24BIT_PC => 7, # also RL length in octets
DX_UNKNOWN => 0,
DX_HALF_DUPLEX => 1,
DX_FULL_DUPLEX => 2,
HT_UNKNOWN => 0,
HT_BASIC => 3, # also link level header length
HT_EXTENDED => 6, # also link level header length
MP_UNKNOWN... | agpl-3.0 |
empirical-org/Empirical-Wordpress | wp-content/plugins/invite-anyone/by-email/cloudsponge-integration.php | 2189 | <?php
class Cloudsponge_Integration {
var $enabled;
var $key;
/**
* PHP 5 Constructor
*
* @package Invite Anyone
* @since 0.8
*/
function __construct() {
if ( empty( $options ) )
$options = get_option( 'invite_anyone' );
$this->enabled = !empty( $options['cloudsponge_enabled'] ) ? $options['clo... | agpl-3.0 |
inspectIT/inspectIT | inspectit.ui.rcp/src/main/java/rocks/inspectit/ui/rcp/repository/service/cmr/proxy/InterceptorUtils.java | 3959 | package rocks.inspectit.ui.rcp.repository.service.cmr.proxy;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.aopalliance.intercept.MethodInvocation;
import org.springframework.aop.framework.ReflectiveMethodInvocation;
import com.google.common.base.Defaults;... | agpl-3.0 |
asaadmahmoodspin/platform | model/client.go | 84229 | // Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package model
import (
"bytes"
"fmt"
"io"
"io/ioutil"
"mime/multipart"
"net/http"
"net/url"
"strconv"
"strings"
"time"
l4g "github.com/alecthomas/log4go"
)
const (
HEADER_REQUEST_ID = "X-Reque... | agpl-3.0 |
MayOneUS/victorykit | spec/models/queries/signatures_export_spec.rb | 963 | require 'spec_helper'
describe Queries::SignaturesExport do
subject { Queries::SignaturesExport.new(petition_id: petition_id) }
let(:petition_id) { '1' }
it "should have generate some SQL" do
subject.sql.should start_with("SELECT")
end
context "with objects" do
let(:petition) { FactoryGirl.create... | agpl-3.0 |
raesjo/SKIRTcorona | SkirtMakeUp/SubItemPropertyWizardPane.cpp | 3696 | /*//////////////////////////////////////////////////////////////////
//// SKIRT -- an advanced radiative transfer code ////
//// © Astronomical Observatory, Ghent University ////
///////////////////////////////////////////////////////////////// */
#include "SubItemPropertyWizardPane.hpp"
#... | agpl-3.0 |
daowzq/ExtNet | ext.net.community/Ext.Net/Factory/ConfigOptions/TreeGridBooleanColumnConfigOptions.cs | 2361 | /********
* This file is part of Ext.NET.
*
* Ext.NET is free software: you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Ext.NE... | agpl-3.0 |
telefonicaid/fiware-tidoop | tidoop-hadoop-ext/src/main/java/com/telefonica/iot/tidoop/apiext/utils/CKANMapReduceExample.java | 6139 | /**
* Copyright 2015 Telefonica Investigación y Desarrollo, S.A.U
*
* This file is part of fiware-tidoop (FI-WARE project).
*
* fiware-tidoop 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... | agpl-3.0 |
jbaudoux/account-invoicing | __unported__/stock_invoice_picking_incoterm/__openerp__.py | 1830 | # -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2014 Agile Business Group sagl
# (<http://www.agilebg.com>)
# @author Alex Comba <alex.comba@agilebg.com>
#
# This program is free software: you can redistribute it and/or modify
# it ... | agpl-3.0 |
fqqb/yamcs | yamcs-core/src/main/java/org/yamcs/parameter/FloatValue.java | 767 | package org.yamcs.parameter;
import org.yamcs.protobuf.Yamcs.Value.Type;
public class FloatValue extends Value {
final float v;
public FloatValue(float v) {
this.v = v;
}
@Override
public Type getType() {
return Type.FLOAT;
}
@Override
public float getFloatValue() {
... | agpl-3.0 |
befair/gasistafelice | gasistafelice/rest/views/blocks/transactions.py | 6479 | from django.utils.translation import ugettext as _, ugettext_lazy as _lazy
from django.core import urlresolvers
from django.http import HttpResponse, HttpResponseServerError
from flexi_auth.models import ObjectWithContext
from rest.views.blocks.base import BlockSSDataTables, ResourceBlockAction, CREATE_CSV
from const... | agpl-3.0 |
BCJonesey/CDB3 | test/unit/helpers/currencies_helper_test.rb | 77 | require 'test_helper'
class CurrenciesHelperTest < ActionView::TestCase
end
| agpl-3.0 |
kaltura/server | alpha/apps/kaltura/lib/events/interfaces/IKalturaMultiDeferredEvent.php | 330 | <?php
/**
* Interface denoting an event is a deferred event that should be raised only at the end of the multirequest
*
* @package Core
* @subpackage events
*/
interface IKalturaMultiDeferredEvent
{
/**
* @param array $partnerCriteriaParams
*/
public function setPartnerCriteriaParams(array $partnerCriteriaP... | agpl-3.0 |
Kagiu/Coherence | src/main/java/org/tasgoon/coherence/client/CohereUndoer.java | 3832 | package org.tasgoon.coherence.client;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import org.apache.commons.io.FileUtils;
import org.tasgoon.coherence.common.Library;
import org.tasgoon.coherence.ziputils.ZipUtility;
import joptsimple.OptionParser;... | agpl-3.0 |
RichardMarks/piskel | src/js/service/SelectedColorsService.js | 1011 | (function () {
var ns = $.namespace('pskl.service');
ns.SelectedColorsService = function () {
this.reset();
};
ns.SelectedColorsService.prototype.init = function () {
$.subscribe(Events.PRIMARY_COLOR_SELECTED, this.onPrimaryColorUpdate_.bind(this));
$.subscribe(Events.SECONDARY_COLOR_SELECTED, thi... | agpl-3.0 |
Murima/asset-mgmt | resources/lang/fi/general.php | 8191 | <?php
return [
'accessories' => 'Accessories',
'activated' => 'Aktivoitu',
'accessory' => 'Accessory',
'accessory_report' => 'Accessory Report',
'action' => 'Toiminto',
'activity_report' => 'Activity Report',
'address' => 'Osoite',
'admin' => 'Ylläpit... | agpl-3.0 |
synapse-garden/sg-proto | vendor/github.com/go-mangos/mangos/examples/survey/survey.go | 3364 | // Copyright 2016 The Mangos Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use file except in compliance with the License.
// You may obtain a copy of the license at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | agpl-3.0 |
mrcslws/nupic.research | projects/meta_cl/experiments/oml_regression_test.py | 3610 | # ----------------------------------------------------------------------
# Numenta Platform for Intelligent Computing (NuPIC)
# Copyright (C) 2020, Numenta, Inc. Unless you have an agreement
# with Numenta, Inc., for a separate license for this software code, the
# following terms and conditions apply:
#
# This progra... | agpl-3.0 |
freyes/juju | worker/stateconfigwatcher/manifold_test.go | 6489 | // Copyright 2016 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package stateconfigwatcher_test
import (
"sync"
"time"
"github.com/juju/names/v4"
"github.com/juju/testing"
jc "github.com/juju/testing/checkers"
"github.com/juju/utils/v2/voyeur"
"github.com/juju/worker/v2"
"github.... | agpl-3.0 |
ChrisAntaki/victorykit | app/controllers/admin/petitions_controller.rb | 304 | class Admin::PetitionsController < ApplicationController
before_filter :require_admin
def index
params[:time_span] ||= 'month'
respond_to do |format|
format.html {}
format.json { render json: PetitionsDatatable.new(view_context, PetitionReportRepository.new) }
end
end
end
| agpl-3.0 |
jessp01/server | plugins/audit/lib/model/AuditTrailConfig.php | 560 | <?php
/**
* Skeleton subclass for representing a row from the 'audit_trail_config' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package plugins.au... | agpl-3.0 |
s7design/otrs | Kernel/cpan-lib/Selenium/PhantomJS.pm | 5870 | package Selenium::PhantomJS;
$Selenium::PhantomJS::VERSION = '1.11';
# ABSTRACT: Use GhostDriver without a Selenium server
use Moo;
use Selenium::CanStartBinary::FindBinary qw/coerce_simple_binary/;
extends 'Selenium::Remote::Driver';
has '+browser_name' => (
is => 'ro',
default => sub { 'phantomjs' }
);
ha... | agpl-3.0 |
openss7/openss7 | src/java/javax/telephony/media/connection/async/Async_MediaConnectionListener.java | 2435 | /*
* Async_MediaConnectionListener.java Version-1.4, 2002/11/22 09:26:10 -0800 (Fri)
* ECTF S.410-R2 Source code distribution.
*
* Copyright (c) 2002, Enterprise Computer Telephony Forum (ECTF),
* All Rights Reserved.
*
* Use and redistribution of this file is subject to a License.
* For terms and conditions se... | agpl-3.0 |
adrianbrink/tendereum | vendor/github.com/ethereumproject/go-ethereum/miner/miner.go | 5441 | // Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License... | agpl-3.0 |
baloo/shinken | contrib/ui/mockups/htdocs/css/forms.css | 5862 | form {
clear: both;
margin-right: 20px;
padding: 0;
width: 95%;
}
fieldset {
border: 1px solid #ccc;
margin-bottom: 1em;
padding: 16px 20px;
}
fieldset legend {
background:#fff;
color: #e32;
font-size: 160%;
font-weight: bold;
}
fieldset fieldset {
margi... | agpl-3.0 |
cloudowski/abixen-platform | abixen-platform-business-intelligence-service/src/main/java/com/abixen/platform/service/businessintelligence/multivisualisation/service/DomainBuilderService.java | 1441 | /**
* Copyright (c) 2010-present Abixen Systems. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any ... | lgpl-2.1 |
BalticPinguin/libmesh | include/error_estimation/error_estimator.h | 6259 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2022 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 ... | lgpl-2.1 |
ascorbic/doctrine-tracker | tests/Ticket/DC187TestCase.php | 3118 | <?php
/*
* $Id$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CO... | lgpl-2.1 |
iulian787/spack | lib/spack/spack/build_systems/xorg.py | 1541 | # 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)
import spack.util.url
import spack.package
class XorgPackage(spack.package.PackageBase):
"""Mixin that takes care of... | lgpl-2.1 |
CompEvol/beast2 | src/beast/math/Binomial.java | 2920 | /*
* Binomial.java
*
* Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* it un... | lgpl-2.1 |
BalticPinguin/libmesh | include/systems/elem_assembly.h | 2082 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2022 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 ... | lgpl-2.1 |
SoftCreatR/WCF | wcfsetup/install/files/lib/data/devtools/missing/language/item/DevtoolsMissingLanguageItem.class.php | 2209 | <?php
namespace wcf\data\devtools\missing\language\item;
use wcf\data\DatabaseObject;
use wcf\data\language\Language;
use wcf\system\language\LanguageFactory;
use wcf\system\WCF;
use wcf\util\JSON;
/**
* Represents a missing language item log entry.
*
* @author Matthias Schmidt
* @copyright 2001-2020 WoltLab ... | lgpl-2.1 |
Arabidopsis-Information-Portal/intermine | bio/sources/araport/araport-chado-db/resources/sql/strain.sql | 1744 | SELECT
distinct o.genus || ' ' || o.species scientific_name,
o.organism_id,
o.abbreviation organism_abbreviation,
o.infraspecific_name ,
c.name organism_type,
o.common_name accession_abbreviation,
V.organism_name accession_original_name,
VA.accession_number,
H.habitat,
nd.location,
db.name || ':' || xr.acces... | lgpl-2.1 |
matthias-christen/patus | src/ch/unibas/cs/hpwc/patus/grammar/stencil2/StencilSpecificationAnalyzer.java | 4059 | package ch.unibas.cs.hpwc.patus.grammar.stencil2;
import cetus.hir.BinaryExpression;
import cetus.hir.BinaryOperator;
import cetus.hir.DepthFirstIterator;
import cetus.hir.Expression;
import cetus.hir.IDExpression;
import cetus.hir.IntegerLiteral;
import cetus.hir.NameID;
import ch.unibas.cs.hpwc.patus.representation.... | lgpl-2.1 |
FabienPean/sofa | modules/SofaBoundaryCondition/SurfacePressureForceField.cpp | 2847 | /******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... | lgpl-2.1 |
ACS-Community/ACS | LGPL/CommonSoftware/acsGUIs/AlarmSystemProfiler/src/alma/acs/alarmsystemprofiler/document/flood/FloodContainer.java | 7180 | /*
* ALMA - Atacama Large Millimiter Array (c) European Southern Observatory, 2010
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your o... | lgpl-2.1 |
adfernandes/pcp | src/pmdas/linux_zfs/zfs_utils.c | 999 | /*
* Copyright (c) 2021 Red Hat.
*
* 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 distribut... | lgpl-2.1 |