repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
haiyangxue/EasyTracker | src/com/pratra/easyshare/ui/horizontallistview/HorizontalListView.java | 10309 | package com.pratra.easyshare.ui.horizontallistview;
/*
* HorizontalListView.java v1.5
*
*
* The MIT License
* Copyright (c) 2011 Paul Soucy (paul@dev-smart.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | gpl-2.0 |
SIS-Team/SIS | mobile/app/js/iscroll.js | 33958 | /*!
* iScroll v4.2.5 ~ Copyright (c) 2012 Matteo Spinelli, http://cubiq.org
* Released under MIT license, http://cubiq.org/license
*/
(function(window, doc){
var m = Math,
dummyStyle = doc.createElement('div').style,
vendor = (function () {
var vendors = 't,webkitT,MozT,msT,OT'.split(','),
t,
i = 0,
l =... | gpl-2.0 |
IgnacioBriones/Web-Informatica | webinfo/application/views/funcionarios/body_omar.php | 5026 | <!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<body id="page4">
<!-- header -->
<header>
<div class="row-top">
<div class="main">
... | gpl-2.0 |
superferg/20-Proof | CardGamesServer/TradeIn.cs | 9996 | using System;
using System.Collections.Generic;
using System.Linq;
using PlayingCards;
using System.Threading;
using System.Text.RegularExpressions;
namespace CardGamesServer
{
partial class MainForm
{
int[] TradeInCount = new int[2];
bool TrumpRound1 = false;
public void PlayTradeIn()
... | gpl-2.0 |
AngersPhoenix/ReadingFun | testFile.php | 7329 | <?php
// use Project\Persistance as db;
require_once 'Chunks/general.php';
require_once "bootstrap.php";
// // require_once 'Controller/Resume.php';
spl_autoload_register('persistanceLoader');
spl_autoload_register('modelLoader');
// if (php_sapi_name () == "cli") {
// require_once "bootstrap.php";
// require_once... | gpl-2.0 |
iSECPartners/sqlperms | SqlPermissions.Core/Trace/Event/AddDbUserEvent.g.cs | 12666 | // Copyright (c) 2011-2015 iSEC Partners
// Author: Peter Oehlert
//
// 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 rights
// to use... | gpl-2.0 |
jrounsav/fac-sites-tmp | profiles/openscholar/libraries/git/composer/autoload_real.php | 1762 | <?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderIniteede5e01eb40ccdc215e240b2ca05cda
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
... | gpl-2.0 |
sourcepole/kadas-albireo | tests/src/core/testqgscomposition.cpp | 9366 | /***************************************************************************
testqgscomposition.cpp
----------------------
begin : September 2014
copyright : (C) 2014 by Nyall Dawson
email : nyall dot dawson at gmail ... | gpl-2.0 |
zxk123/-News | News/libraries/loadinglibrary/src/main/java/app/dinus/com/loadingdrawable/render/circle/jump/DanceLoadingRenderer.java | 14451 | package app.dinus.com.loadingdrawable.render.circle.jump;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.v4.view.animat... | gpl-2.0 |
exponentcms/exponent-cms-1 | external/mimetype.php | 9183 | <?php
/**
Copyright (C) 2002 Jason Sheets <jsheets@shadonet.com>.
All rights reserved.
THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Red... | gpl-2.0 |
xen2/mcs | class/corlib/System.Threading/CompressedStackSwitcher.cs | 2873 | //
// System.Threading.CompressedStackSwitcher structure
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
... | gpl-2.0 |
bibishte/firmwares | stepper_firmowares/doc/html/search/all_63.js | 2179 | var searchData=
[
['config_20library',['config Library',['../group__biba__config.html',1,'']]],
['calworkparam',['CalWorkParam',['../group__biba__drv.html#ga3389079a7106f1e741c0bc447dfbcbca',1,'CalWorkParam(void): drv_8825.c'],['../group__biba__drv.html#ga3389079a7106f1e741c0bc447dfbcbca',1,'CalWorkParam(void)... | gpl-2.0 |
HuangYuNan/thcsvr | expansions/script/c200112.lua | 1991 | --天候-晴岚
function c200112.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND)
e2:SetDescription(aux.Stringid(200112,0))
e2:SetType(EFFECT_TYPE_IGNITION... | gpl-2.0 |
jfbvm/planigle | vendor/plugins/acts_as_audited/lib/audit_sweeper.rb | 1673 |
module CollectiveIdea #:nodoc:
module ActionController #:nodoc:
module Audited #:nodoc:
def self.included(base) # :nodoc:
base.extend ClassMethods
end
module ClassMethods
# Declare models that should be audited in your controller
#
# class ApplicationControll... | gpl-2.0 |
paranoiacblack/gcc | libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/3.cc | 981 | // { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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 Found... | gpl-2.0 |
Doap/acopio | wp-content/plugins/store-locator-le/include/class.csvimport.php | 11004 | <?php
if (!defined( 'ABSPATH' )) { exit; } // Exit if accessed directly, dang hackers
// Make sure the class is only defined once.
//
if (!class_exists('CSVImport')) {
/**
* CSV Import
*
* @package StoreLocatorPlus\CSVImport
* @author Lance Cleveland <lance@charlestonsw.com>
* @copy... | gpl-2.0 |
damasiorafael/inppnet | cache/t3_pages/53bbb79b4980f60ea0786b85df096904-cache-t3_pages-534b7a4d0666d1f79341690fb8aa3002.php | 1003 | <?php die("Access Denied"); ?>#x#s:961:" 1404855065<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<?xml-stylesheet href="/media/system/css/modal.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-br">
<title type="text">Inppnet ... | gpl-2.0 |
Songbird0/PasswordGenerator | src/fr/songbird/launcher/Launcher.java | 2816 | package fr.songbird.launcher;
import fr.songbird.generator.cmdmanager.CmdManager;
import fr.songbird.survivalDevKit.Downloader;
import fr.songbird.tools.ScannerHM;
import fr.songbird.survivalDevKit.Cookies;
/**
*
* @author songbird
* @version 0.2_0-ALPHA
*/
public class Launcher {
/**
* Good boy, cookie.
... | gpl-2.0 |
tyraela/NetherCore | src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp | 16377 | /*
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
*
* 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 ve... | gpl-2.0 |
sj5/viwbaw | lib/viwbaw/buffer.rb | 26140 | require 'digest'
require 'pathname'
$paste_lines = false
class BufferList < Array
def <<(_buf)
super
$buffer =_buf
@current_buf = self.size - 1
end
def switch()
debug "SWITCH BUF. bufsize:#{self.size}, curbuf: #{@current_buf}"
@current_buf += 1
@current_buf... | gpl-2.0 |
YiMAproject/typoPages | src/typoPages/Pages/PageAbstract.php | 865 | <?php
namespace typoPages\Pages;
use yimaWidgetator\Widget\AbstractWidget;
/**
* Class Simple
*
* @package typoPages\Pages
*/
abstract class PageAbstract extends AbstractWidget
{
/**
* Page Columns
* : Assoc Array with `column_name` => (bool) is_translatable
*
* @var array
*/
prot... | gpl-2.0 |
sdl/Sdl-Community | StarTransit/Sdl.Community.StarTransit.UI/Helpers/WindowCloseOnClickBehaviour.cs | 1630 | using System.Windows;
using System.Windows.Controls;
namespace Sdl.Community.StarTransit.UI.Helpers
{
public static class WindowCloseOnClickBehaviour
{
public static readonly DependencyProperty IsEnabledProperty =
DependencyProperty.RegisterAttached(
"IsEnabled",
... | gpl-2.0 |
Quartermain/providores | components/com_mijoshop/opencart/catalog/controller/payment/worldpay.php | 6351 | <?php
/*
* @package MijoShop
* @copyright 2009-2013 Mijosoft LLC, mijosoft.com
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
* @license GNU/GPL based on AceShop www.joomace.net
*/
// No Permission
defined('_JEXEC') or die('Restricted access');
class ControllerPaymentWorldPay extends Controller {
prote... | gpl-2.0 |
sanger/labwhere | config/initializers/03_string.rb | 365 | # frozen_string_literal: true
class String
##
# remove tabs, carriage returns and returns from a string
def remove_control_chars
self.tr("\t\r\n", '')
end
##
# must be camel case.
# will deconstruct word by capitals and reform it into a string without the last word.
def remove_last_word
self.s... | gpl-2.0 |
stumposs/flightgear-2.8.0-teamboeing | src/FDM/YASim/Model.cpp | 15243 |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Atmosphere.hpp"
#include "Thruster.hpp"
#include "Math.hpp"
#include "RigidBody.hpp"
#include "Integrator.hpp"
#include "Propeller.hpp"
#include "PistonEngine.hpp"
#include "Gear.hpp"
#include "Hook.hpp"
#include "Launchbar.hpp"
#include "Surface.hpp"
#inclu... | gpl-2.0 |
leonelllagumbay/bdg | app/model/queryoutput/FBC/NS_48C81A8AD318C16C571F095320D0A3CF/Model.js | 519 | Ext.define('Form.model.queryoutput.FBC.NS_48C81A8AD318C16C571F095320D0A3CF.Model', {
extend: 'Ext.data.Model',
fields: [{
name: 'egintestquery-ADATETIME',
type: 'date'
},{
name: 'egintestquery-AFLOAT',
type: 'float'
},{
name: 'egintestquery-ANUMBER',
type: 'int'
},{
name: 'egintestquery-AST... | gpl-2.0 |
mambax7/publisher | blocks/search.php | 6942 | <?php declare(strict_types=1);
/*
You may not change or alter any portion of this comment or credits
of supporting developers from this source code or any supporting source code
which is considered copyrighted (c) material of the original comment or credit authors.
This program is distributed in the hope that it w... | gpl-2.0 |
woyaofacai/GameFinal | Race/SceneEditor/CListNodesWindow.cpp | 3057 | #include "stdafx.h"
#include "ControlIDs.h"
#include "CListNodesWindow.h"
#include "EditorWindow.h"
#include "EditorScene.h"
void CListNodesWindow::OnCreate(HWND parent, int xPos, int yPos, int width, int height)
{
CSubWindow::OnCreate(parent, xPos, yPos, width, height);
HINSTANCE hInst = GetModuleHandle(NULL);
RE... | gpl-2.0 |
risingsunm/Contacts_4.0 | tests/src/com/android/contacts/voicemail/VoicemailStatusHelperImplTest.java | 13552 | /*
* Copyright (C) 2011 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 requir... | gpl-2.0 |
nickfun/newlifeblogger | profile.php | 3859 | <?PHP
/*
-----------------------------------------
NewLife Blogging System Version 3
-----------------------------------------
Nick F <nick@sevengraff.com>
www.sevengraff.com
-----------------------------------------
This product is distributed under the GNU
GPL liscense. A copy of that liscense
... | gpl-2.0 |
ber5ien/autoValeBid | vendor/composer/autoload_real.php | 1585 | <?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitcbcf025fd8fb702eeb8c1b0beb6f6e65
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
... | gpl-2.0 |
intelie/esper | esper/src/main/java/com/espertech/esper/epl/spec/OnTriggerWindowUpdateDesc.java | 1655 | /**************************************************************************************
* Copyright (C) 2008 EsperTech, Inc. All rights reserved. *
* http://esper.codehaus.org *
* http://www.espertech.com ... | gpl-2.0 |
dzandrey/portal | components/com_mtree/templates/kinabalu/sub_listingDetailsStyle2.tpl.php | 6832 | <div id="listing">
<h2><?php
$link_name = $this->fields->getFieldById(1);
$this->plugin( 'ahreflisting', $this->link, $link_name->getOutput(1), '', array("delete"=>true, "link"=>false) )
?></h2>
<?php
if ( !empty($this->mambotAfterDisplayTitle) ) {
echo trim( implode( "\n", $this->mambotAfterDisplayTitle ) );
}
i... | gpl-2.0 |
dhavalmanjaria/dma-student-information-system | university_credits/tests.py | 1616 | from django.test import TestCase
from .models import UniversityCredit, SubjectCredit
from .management.commands import initcredits
from user_management.management.commands import createumuser, initgroups
from curriculum.management.commands import initcurriculum
from curriculum.models import Semester
import logging
LOG ... | gpl-2.0 |
iquesters/ams | gen/com/iq/ams/action/community/CommunityDeleteSA.java | 791 | /**
* Copyright (c) 2013, iquesters - All Rights Reserved.
*/
package com.iq.ams.action.community;
import org.iq.action.Action;
import org.iq.action.SubmitAction;
/**
* @author Nilotpal
*
*/
@Action(id = "CommunityDeleteSA")
public class CommunityDeleteSA extends SubmitAction {
/**
*
... | gpl-2.0 |
karianna/jdk8_tl | jdk/test/sun/util/calendar/zi/Rule.java | 6202 | /*
* Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | gpl-2.0 |
smallslime/slime_app_creator | __APP__/__STD__/public/cli_publish.php | 336 | <?php
require __DIR__ . '/__init__.php';
main(
function ()
{
return \Slime\Framework\InitBean::factory()
->set_1_CFG(array('~PHP', DIR_CONFIG, 'publish'))
->set_2_CompConf('component_common;component_cli')
->set_2_Event('event_cli')
->set_2_Router('route_... | gpl-2.0 |
r3dlex/teachalot | Lectures/LinguagemDeProgramacaoII/Code/Java/Mensagem-Part.java | 135 | public class Mensagem {
private String _titulo;
private String _texto;
private String _autor;
private String _data;
//...
}
| gpl-2.0 |
arrivu/elearning-wordpress | wp-config.php | 3451 | <?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Co... | gpl-2.0 |
Teplitsa/Leyka | inc/settings/renders/leyka-class-extension-settings-render.php | 13239 | <?php if( !defined('WPINC') ) die;
/**
* Leyka Options Render class.
*/
class Leyka_Extension_Settings_Render extends Leyka_Settings_Render {
protected static $_instance = null;
// protected $_params = [];
protected function _set_attributes() {
$this->_id = 'options';
}
/** The main co... | gpl-2.0 |
beardeer/assistments_workbench | data_converters/data_converter.py | 633 |
class DataConverter(object):
def __init__(self, input_file_path, output_file_path, col_mapping):
self.input_file_path = input_file_path
self.output_file_path = output_file_path
self.col_mapping = col_mapping
self.csv_reader = None
self.csv_writer = None
def convert(self):
input_file = open(self.inpu... | gpl-2.0 |
martin26/NewNPCBots | src/server/game/Movement/MotionMaster.cpp | 24917 | /*
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver... | gpl-2.0 |
kivensolo/UiUsingListView | app/src/main/java/com/kingz/utils/ExecutorServiceHelper.java | 1555 | package com.kingz.utils;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
/**
* description:单例线程池,用于处理一些异步任务
*/
public class ExecutorServiceHelper {
private static ExecutorServiceHelper sExecutorService... | gpl-2.0 |
PhamPhi/birdy_task | src/com/frm/bdTask/VersionManager.java | 2184 | package com.frm.bdTask;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.util.Log;
import com.frm.bdTask.controls.Properties;
/**
* @author: Larry Pham.
* @since: 3/24/2014.
* @version: 2014.03.24.
*/
public class VersionManager {
... | gpl-2.0 |
bubble-07/MinecraftCircuitsMod | circuitsMod/src/main/java/com/circuits/circuitsmod/unbreakium/UnbreakiumBlock.java | 2211 | package com.circuits.circuitsmod.unbreakium;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.properties.PropertyBool;
import net.minecraft.block.state.BlockStateContainer;
import net.minecraft.block.state.IBlock... | gpl-2.0 |
zakiya/Peoples-History | sites/all/modules/civicrm/CRM/Contact/Form/Task/Map.php | 7037 | <?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 1.8 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2007 |
+--------------------... | gpl-2.0 |
lebauce/artub | builder/Installer/hooks/hook-xml.dom.py | 2243 | import string
attrs = [('Node', 0),
('INDEX_SIZE_ERR', 1),
('DOMSTRING_SIZE_ERR', 2),
('HIERARCHY_REQUEST_ERR', 3),
('WRONG_DOCUMENT_ERR', 4),
('INVALID_CHARACTER_ERR ', 5),
('NO_DATA_ALLOWED_ERR', 6),
('NO_MODIFICATION_ALLOWED_ERR', 7),
(... | gpl-2.0 |
Forage/Gramps | gramps/gen/filters/rules/person/_hasalternatename.py | 1841 | #
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2010 Gramps
#
# 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 late... | gpl-2.0 |
Sturnus-cineraceus/funen | view/funen_routes.py | 1965 | import bottle
from bottle import static_file,route,request,redirect, TEMPLATE_PATH, jinja2_template as template
from db.dbmod import passwordCheck,getUserData
import setting
@route('/login')
def lgin():
tmplobj = {}
tmplobj['title'] = setting.PAGE_MAIN_NAME + " :ログイン"
return template('tmpl/login.html',tmp... | gpl-2.0 |
esseremmerik/Dashboard | wp-content/plugins/tina-mvc/sample_apps/sample_html_table_helper_page.php | 2964 | <?php
/**
* A sample page controller
*
* @package Tina-MVC
* @subpackage Tina-Sample-Apps
* @author Francis Crossen <francis@crossen.org>
*/
/**
* An example of the tina_mvc_html_table_helper in use
*
* @package Tina-MVC
* @subpackage Tina-Sample-Apps
* @author Francis Crossen <francis@cros... | gpl-2.0 |
knightliao/common-utils | src/main/java/com/baidu/unbiz/common/logger/LoggerProvider.java | 235 | /**
*
*/
package com.baidu.unbiz.common.logger;
/**
* @author <a href="mailto:xuc@iphonele.com">saga67</a>
*
* @version create on 2013年8月13日 下午9:41:44
*/
public interface LoggerProvider {
Logger getLogger();
}
| gpl-2.0 |
registrodedalo/app | RegistroDedalo/RegistroDedalo.Zygote/Entities/Assenza.cs | 1359 | /*
Copyright (C) 2015 Dedalo
This file is part of Dedalo.
Dedalo 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 versio... | gpl-2.0 |
NeumimTo/NT-RPG | Plugin/src/main/java/cz/neumimto/rpg/Init.java | 1868 | package cz.neumimto.rpg;
import cz.neumimto.core.ioc.Inject;
import cz.neumimto.core.ioc.Singleton;
import cz.neumimto.rpg.effects.EffectService;
import cz.neumimto.rpg.exp.ExperienceService;
import cz.neumimto.rpg.gui.ParticleDecorator;
import cz.neumimto.rpg.gui.VanillaMessaging;
import cz.neumimto.rpg.inventory.Cus... | gpl-2.0 |
NickeyWoo/libsimplesvr | include/Timer.hpp | 12917 | /*++
*
* Simple Server Library
* Author: NickeyWoo
* Date: 2014-03-19
*
--*/
#ifndef __TIMER_HPP__
#define __TIMER_HPP__
#include <sys/time.h>
#include <utility>
#include <vector>
#include <list>
#include <map>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/unordered_map.hpp>
#include <bo... | gpl-2.0 |
raphaelfeng/benerator | test/org/databene/benerator/wrapper/AlternativeGeneratorTest.java | 4529 | /*
* (c) Copyright 2006-2011 by Volker Bergmann. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, is permitted under the terms of the
* GNU General Public License.
*
* For redistributing this software or a derivative work under a license other
*... | gpl-2.0 |
TheTypoMaster/calligra | plugins/textshape/ReferencesToolFactory.cpp | 1539 | /* This file is part of the KDE project
* Copyright (C) 2008 Pierre Stirnweiss \pierre.stirnweiss_calligra@gadz.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* vers... | gpl-2.0 |
jmcvetta/slashcode | plugins/Ajax/htdocs/images/sd_autocomplete.js | 12317 | // _*_ Mode: JavaScript; tab-width: 8; indent-tabs-mode: true _*_
// $Id: sd_autocomplete.js,v 1.52 2008/03/28 20:53:43 pudge Exp $
YAHOO.namespace("slashdot");
YAHOO.slashdot.DS_JSArray = function(aData, oConfigs) {
if ( typeof oConfigs == "object" )
for ( var sConfig in oConfigs )
this[sConfig] = oConfigs[sCo... | gpl-2.0 |
abelmartin/pull-requester | app/helpers/application_helper.rb | 1358 | module ApplicationHelper
def circle_ci_badge(owner, repo, branch)
unknown_image_url = asset_path('status_unknown_2.png', type: :image)
base_url = "https://circleci.com/gh/#{owner}/"
full_url = "#{base_url}#{u(repo)}/tree/#{u(branch)}"
badge_url = "#{full_url}.png"
link_to(full_url, target: '_blan... | gpl-2.0 |
Krassmus/BombePlugin | BombePlugin.class.php | 4993 | <?php
require_once __DIR__."/models/Bombe.class.php";
class BombePlugin extends StudIPPlugin implements SystemPlugin {
public function __construct() {
parent::__construct();
PageLayout::addScript($this->getPluginURL()."/assets/bombe.js");
PageLayout::addBodyElements($this->getTemplate("bo... | gpl-2.0 |
MikeEstes/congenial-broccoli | wp-content/plugins/shopp/core/ui/reports/customers.php | 2723 | <?php
class CustomersReport extends ShoppReportFramework implements ShoppReport {
function setup () {
$this->setchart(array(
'series' => array(
'bars' => array(
'show' => true,
'lineWidth' => 0,
'fill' => true,
'barWidth' => 0.75
),
'points' => array('show... | gpl-2.0 |
therandomfactory/nessi-control | doc/code/html/search/defines_66.js | 1081 | var searchData=
[
['fboxsizex',['FBOXSIZEX',['../guider_8h.html#a582797a36c8b66ef5ff8096a9a187dc2',1,'guider.h']]],
['fboxsizey',['FBOXSIZEY',['../guider_8h.html#a972629bffafeee9df017fc46bd147542',1,'guider.h']]],
['fibersperfop',['FIBERSPERFOP',['../guider_8h.html#a4c984fb1321084d74a25260f721d5708',1,'FIBERSPERF... | gpl-2.0 |
marvindelarc/Refugiate | Proyecto Anterior/Refugiate/src/com/refujiate/extra/LazyList/ImageLoader.java | 3185 | package com.refujiate.extra.LazyList;
import java.util.Collections;
import java.util.Map;
import java.util.WeakHashMap;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.widge... | gpl-2.0 |
nsnake/IRISCC | astercc/asterbilling/include/language/deleterate_en_US.php | 1492 | <?
$select_rate_table = "select_rate_table";
$select_table = "select_table";
$myrate = "myrate";
$callshoprate = "callshoprate";
$resellerrate = "resellerrate";
$delete_type = "Delete Type";
$all = "All";
$system = "System";
$reseller = "Reseller";
$group = "Group";
$object = "Object";
$search = "search";
$please_selec... | gpl-2.0 |
aag/dinoremix | cli/downloadComics.py | 3775 | """
Python script to download all of the comics from
the Dinosaur Comics web site.
Copyright 2008, 2009 Adam Goforth
Started on: 2008.07.31
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 ver... | gpl-2.0 |
qsnake/mpqc | src/lib/chemistry/qc/oint3/i2312.cc | 27731 | #include <chemistry/qc/oint3/build.h>
int sc::BuildIntV3::i2312(){
/* the cost is 1507 */
double t1;
double t2;
double t3;
double t4;
double t5;
double t6;
double t7;
double t8;
double t9;
double t10;
double t11;
double t12;
double t13;
double t14;
double t15;
double t16;
double t17;
double t18;
double t19;
double t20;... | gpl-2.0 |
kxgames/kingdoms-of-life | demos/texture.py | 4535 | #!/usr/bin/env python
# For now, only make a simplified flat map with three types: Land,
# Water, and Mountain.
class Map:
def __init__(self):
self.size = (0,0)
self.tile_width = 64
self.tiles = None
def setup(self, n_cols, n_rows):
self.size = (n_cols, n_rows)
self.... | gpl-2.0 |
exic/last.fm-dbus | src/libMoose/LastFmSettings.cpp | 17287 | /***************************************************************************
* Copyright (C) 2005 - 2007 by *
* Last.fm Ltd <client@last.fm> *
* *
* This pr... | gpl-2.0 |
orrche/wokjab | plugins/normal/JabberConnection/XML_Output.cc | 4062 | /***************************************************************************
* Copyright (C) 2003-2007 Kent Gustavsson <nedo80@gmail.com>
****************************************************************************/
// This program is free software; you can redistribute it and/or modify
// it under the terms of the... | gpl-2.0 |
paulopinda/eventex | eventex/core/migrations/0004_auto_20160125_0337.py | 1101 | # -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2016-01-25 03:37
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0003_contact'),
]
operations = [
migr... | gpl-2.0 |
Infernosaint/WPSetupTest2 | wp-content/themes/flexfunding/functions.php | 13910 | <?php
/** WECODE EDITS **/
add_action( 'wp_ajax_send_email', 'send_email_callback' );
add_action( 'wp_ajax_nopriv_send_email', 'send_email_callback' );
function send_email_callback(){
//MAIL 1
//$mailTo = 'simonetta.soerensen@flexfunding.com, info@flexfunding.com';
$mailTo = 'johan.peen@flexfunding.com';... | gpl-2.0 |
swilson96/sudoku-web-solver | Sudoku/Areas/HelpPage/XmlDocumentationProvider.cs | 4654 | using System;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Web.Http.Controllers;
using System.Web.Http.Description;
using System.Xml.XPath;
namespace Sudoku.Areas.HelpPage
{
/// <summary>
/// A custom <see cref="IDocumentationProvider"/> that reads the API documentation ... | gpl-2.0 |
gureedo/eMule-IS-Mod | srchybrid/QueueListCtrl.cpp | 25127 | //this file is part of eMule
//Copyright (C)2002-2008 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net )
//
//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 Fo... | gpl-2.0 |
googaloo/Sunshine-Pest-Control | wp-content/themes/3clicks/template-parts/g1_about_author.php | 1208 | <?php
/**
* The Template Part for displaying "About Author" box.
*
* For the full license information, please view the Licensing folder
* that was distributed with this source code.
*
* @package G1_Framework
* @subpackage G1_Theme03
* @since G1_Theme03 1.0.0
*/
// Prevent direct script access
if ( !defined('A... | gpl-2.0 |
mailwl/citra | src/citra_qt/multiplayer/direct_connect.cpp | 4865 | // Copyright 2017 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <QComboBox>
#include <QFuture>
#include <QIntValidator>
#include <QRegExpValidator>
#include <QString>
#include <QtConcurrent/QtConcurrentRun>
#include "citra_qt/main.h"
#include "c... | gpl-2.0 |
Victov/NClass | src/Core/Members/Event.cs | 1779 | // NClass - Free class diagram editor
// Copyright (C) 2006-2009 Balazs Tihanyi
//
// 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 ... | gpl-2.0 |
RedHenLab/Audio | GSoC2015/BroadcastSegmentor/src/be/panako/strategy/nfft/package-info.java | 2791 | /***************************************************************************
* *
* Panako - acoustic fingerprinting *
* Copyright (C) 2014 - Joren Six / IPEM ... | gpl-2.0 |
FauxFaux/jdk9-jdk | src/java.desktop/share/classes/javax/swing/JComponent.java | 214809 | /*
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | gpl-2.0 |
goffersoft/common-utils-java | src/main/java/com/goffersoft/common/net/openflow/OfpPortDescGenericProp.java | 9595 | /**
** File: OfpPortDescGenericProp.java
**
** Description : OpenFlow Generic Port Properties class
** (base class for all port properties classes)
** -- OpenFlow Switch Specification Version 1.4.0 - October 14th, 2013
**
** Date Author Comments
** ... | gpl-2.0 |
chaodhib/TrinityCore | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 40263 | /*
* Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/>
*
* 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 v... | gpl-2.0 |
NeumimTo/NT-RPG | Skills/src/main/java/cz/neumimto/effects/negative/WatherBreathingEffectContainer.java | 449 | package cz.neumimto.effects.negative;
import cz.neumimto.rpg.effects.EffectContainer;
/**
* Created by NeumimTo on 3.6.2017.
*/
public class WatherBreathingEffectContainer extends EffectContainer<Object, WaterBreathing> {
public WatherBreathingEffectContainer(WaterBreathing effect) {
super(effect);
}
@Overr... | gpl-2.0 |
BruceWayneLin/mittag | admin/language/zh-TW/extension/shipping/free.php | 523 | <?php
// Heading
$_['heading_title'] = '免費配送';
// Text
$_['text_extension'] = '配送模組';
$_['text_success'] = '更新成功';
$_['text_edit'] = '編輯';
// Entry
$_['entry_total'] = '最低金額';
$_['entry_geo_zone'] = '適用區域';
$_['entry_status'] = '狀態';
$_['entry_sort_order'] = '排序';
// Help
$_['help_total']... | gpl-2.0 |
mikeymicrophone/greenchange | spec/models/tagging_spec.rb | 2583 | require File.dirname(__FILE__) + '/../spec_helper'
describe Tagging do
before do
@page1 = create_page
@page2 = create_page
end
it "should set tags" do
@page2.tag_with "hoppy pilsner"
@page2.tag_list.should == "hoppy pilsner"
end
it "should set tags with array" do
@page2.tag_with ["lager... | gpl-2.0 |
newlifes01/UWP-learning | Windows10应用开发实战/第6章/Example_9/MyApp/MainPage.xaml.cs | 3100 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xam... | gpl-2.0 |
mleemaree/orgull | wp-content/plugins/wp-ultimate-post-grid/vendor/select2/js/i18n/zh-CN.js | 804 | /*! Select2wpupg 4.0.0 | https://github.com/select2wpupg/select2wpupg/blob/master/LICENSE.md */
(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2wpupg&&jQuery.fn.select2wpupg.amd)var e=jQuery.fn.select2wpupg.amd;return e.define("select2wpupg/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},i... | gpl-2.0 |
joomla-framework/google-api | src/Data/Plus/Comments.php | 3516 | <?php
/**
* Part of the Joomla Framework Google Package
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
namespace Joomla\Google\Data\Plus;
use Joomla\Google\Data;
use Joomla\Google\Auth;
use Joom... | gpl-2.0 |
openvsip/openvsip | src/ovxx/view/traits.hpp | 3717 | //
// Copyright (c) 2005 CodeSourcery
// Copyright (c) 2013 Stefan Seefeld
// All rights reserved.
//
// This file is part of OpenVSIP. It is made available under the
// license contained in the accompanying LICENSE.BSD file.
#ifndef ovxx_view_traits_hpp_
#define ovxx_view_traits_hpp_
#include <ovxx/support.hpp>
#inc... | gpl-2.0 |
Philmist/YPStandJS | peca_index.js | 539 | // fileencoding=utf-8
var peca = require("./peca");
var router = require("./yp_router");
var handler = require("./yp_handler");
var pcp_handler = require("./yp_handler_pcp");
var yp = require("./yp");
var util = require("util");
var channel = require("./channel_mem");
var handle = {};
handle["PCP"] = pcp_handler.Hand... | gpl-2.0 |
schleichdi2/OpenNfr_E2_Gui-6.0 | lib/python/Plugins/Extensions/MediaPortal/resources/tw_util.py | 4008 |
from twisted import __version__
tmp = tuple([x for x in __version__.split('.')])
__TW_VER__ = []
for x in tmp:
__TW_VER__.append(int(''.join([i for i in x if i.isdigit()])))
del tmp
import mp_globals
import sys
try:
from enigma import eMediaDatabase
mp_globals.isDreamOS = True
except:
mp_globals.isDreamOS = False... | gpl-2.0 |
Ankama/harvey | src/com/ankamagames/dofus/harvey/engine/generic/comparators/ContinuousComparator.java | 457 | /**
*
*/
package com.ankamagames.dofus.harvey.engine.generic.comparators;
import java.util.Comparator;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
/**
* @author sgros
*
*/
@NonNullByDefault
public interface ContinuousComparator<E>
extends Compa... | gpl-2.0 |
alkhwarizmix/moqawalati | source/moqawalatiWeb/src/test/java/dz/alkhwarizmix/framework/java/blazeds/messaging/AlKhwarizmixMessageBrokerServletTest.java | 2136 | ////////////////////////////////////////////////////////////////////////////////
// بسم الله الرحمن الرحيم
//
// حقوق التأليف والنشر ١٤٣٦ هجري، فارس بلحواس (Copyright 2015 Fares Belhaouas)
// كافة الحقوق محفوظة (All Rights Reserved)
//
// NOTICE: Fares Belhaouas permits you to use, modify, and distribute this file
... | gpl-2.0 |
dl4gbe/kernel | include/data/base_tables/cls_base_drupal_cache_form.php | 27494 | <?php
if(!defined('kernel_entry') || !kernel_entry) die('Not A Valid Entry Point');
require_once('include/data/cls_datatable_base.php');
require_once('include/data/cls_data_result.php');
abstract class cls_base_drupal_cache_form extends cls_datatable_base
{
private static $p_cmmon;
private $p_serialized = null;
private... | gpl-2.0 |
NagVis/nagvis | share/server/core/classes/CoreAuthorisationModMySQL.php | 1472 | <?php
/*******************************************************************************
*
* CoreAuthorisationModMySQL.php - Authorsiation module based on MySQL
*
* Copyright (c) 2004-2016 NagVis Project (Contact: info@nagvis.org)
*
* License:
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
uqlibrary/fez | public/researcherid_proxy.php | 5146 | <?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
// | Fez - Digital Repository System |
// +----------------------------------------------------------------------+
// | Copyright (c) 2005, 2006, 2007 T... | gpl-2.0 |
madbosun/aces-ansatz | src/core/io_utils.cpp | 2931 | /*! io_utils.cpp Contains routines to read and write primitive types and arrays from
* binary and text files.
*
*
* Created on: Jul 7, 2013
* Author: Beverly Sanders
*/
#include "core.h"
#include "io_utils.h"
#include <stdexcept>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <sys/sta... | gpl-2.0 |
drunomics/service-utils | tests/src/user/SharedTempStoreFactoryTraitTest.php | 2110 | <?php
namespace drunomics\ServiceUtils\Tests\user;
use drunomics\ServiceUtils\user\SharedTempStoreFactoryTrait;
use Drupal\Core\DependencyInjection\Container;
use Drupal\user\SharedTempStoreFactory;
/**
* @coversDefaultClass \drunomics\ServiceUtils\user\SharedTempStoreFactoryTrait
* @group ServiceUtils
*/
class S... | gpl-2.0 |
Batname/lifehouse.com.ua | wp-content/themes/lotus/admin/include/price/assets/js/pt.js | 7428 | ;(function($){
/////////////////// data ///////////////////////
var blankColumn,restoreData,removeIndex,$confirmDialog,removeQue;
$confirmDialog = $("div.pb_confirm");
blankColumn = [{ name:"", price:"", period:"", desc:"", rows:[], btnLabel:"", btnLink:"", type:"regular", color:"" }];
r... | gpl-2.0 |
JorgeMoralesMV/cydia-repo-codes | detect_ios.php | 1093 | <?php
///Detector iOS by @JorgeMoralesMV
//iOS 7
if (strstr($_SERVER['HTTP_USER_AGENT'], 'OS 7_0')) { echo "iOS 7.0"; }
elseif (strstr($_SERVER['HTTP_USER_AGENT'], 'OS 7_0_1')) { echo "iOS 7.0.1"; }
elseif (strstr($_SERVER['HTTP_USER_AGENT'], 'OS 7_0_2')) { echo "iOS 7.0.2"; }
elseif (strstr($_SERVER['HTTP_USER_AGENT']... | gpl-2.0 |
andela-sdamian/make-me-shot | app/helpers/application_helper.rb | 375 | module ApplicationHelper
def full_url(url)
request.base_url + '/' + url
end
def notify
if flash[:notice].present?
msg = flash[:notice]
toast = <<-NOTICE
<script>Materialize.toast("#{msg}", 3000)</script>
NOTICE
toast.html_safe
end
end
def active_class(link_path, ... | gpl-2.0 |
freestyleinternet/oxford-cartographers | wp-content/themes/oxford-cartographers/page-blog.php | 6692 | <?php
/*
Template Name: News/Blog
*/
get_header(); ?>
<div class="pageContent">
<main role="main">
<div class="wrapper">
<section>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
... | gpl-2.0 |
SubwayRocketTeam/Prototype | cocos2d/cocos/2d/CCTextFieldTTF.cpp | 10022 | /****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation file... | gpl-2.0 |