repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
rom1sqr/miasm
test/arch/x86/unit/mn_pshufb.py
619
#! /usr/bin/env python import sys from asm_test import Asm_Test_32 class Test_PSHUFB(Asm_Test_32): TXT = ''' main: CALL next .byte 0x88, 0x77, 0x66, 0x55, 0x44, 0x33, 0x22, 0x11 .byte 0x7, 0x6, 0x5, 0x4, 0x3, 0x2, 0x1, 0x0 next: POP EBP MOVQ MM0, QWORD PTR [EBP] ...
gpl-2.0
tbewley10310/Land-of-Archon
Scripts.LV3/AprilArmorWeaponPack/Black Knight Armor/BlackKnightsGorget.cs
1071
using System; using Server; namespace Server.Items { public class Blackknightsgorget : PlateGorget { public override int ArtifactRarity{ get{ return 20; } } public override int InitMinHits{ get{ return 300; } } public override int InitMaxHits{ get{ return 600; } } [Constructable] public Blackknightsgor...
gpl-2.0
kenyaehrs/accounting
api/src/main/java/org/openmrs/module/accounting/api/model/IncomeReceipt.java
5065
/** * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on an "AS IS" ...
gpl-2.0
alfasado/mt-static-min
mt-static/jqueryui/i18n/jquery.ui.datepicker-sk.js
718
jQuery(function($){$.datepicker.regional['sk']={closeText:'Zavrieลฅ',prevText:'<Predchรกdzajรบci',nextText:'Nasledujรบci>',currentText:'Dnes',monthNames:['Januรกr','Februรกr','Marec','Aprรญl','Mรกj','Jรบn','Jรบl','August','September','Oktรณber','November','December'],monthNamesShort:['Jan','Feb','Mar','Apr','Mรกj','Jรบn',...
gpl-2.0
elfmz/far2l
SimpleIndent/src/SimpleIndent.cpp
4734
/* Simple Indent plugin for FAR Manager Based on: Block Indent plugin for FAR Manager Copyright (C) 2001-2004 Alex Yaroslavsky 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 Softw...
gpl-2.0
AlmasB/mmorpg
src/uk/ac/brighton/uni/ab607/mmorpg/common/Attribute.java
1743
package uk.ac.brighton.uni.ab607.mmorpg.common; /** * 9 primary attributes of a game character * * @author Almas Baimagambetov (ab607@uni.brighton.ac.uk) * @version 1.0 * */ public enum Attribute { STRENGTH, VITALITY, DEXTERITY, AGILITY, INTELLECT, WISDOM, WILLPOWER, PERCEPTION, LUCK; @Override publ...
gpl-2.0
xxMRXxx/M-R-X
plugins/h3.lua
1456
--Dev:> แน‚แนœแบŒ .. @memo_cool do local function run(msg, matches) if is_momod(msg) and matches[1]== "m3" then return [[ ุงูˆุงู…ุฑ ุงู„ุญู…ุงูŠุฉ ููŠ ุงู„ู…ุฌู…ูˆุนุฉ โ˜  ู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽ ๐Ÿ“˜ูŠุณุชุฎุฏู… ๐Ÿ”ู‚ูู„ _ ู„ู„ู‚ูู„ ๐Ÿ”“ูุชุญ _ ู„ู„ูุชุญ ู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€ูŽู€ูŽู€ู€ูŽู€...
gpl-2.0
hd4fans/nexus
v6player.php
2819
<?php if(!isset($_GET['id'])|| !isset($_GET['u'])){ exit; } $id = $_GET['id']; $u = $_GET['u']; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"...
gpl-2.0
librelab/qtmoko-test
qtopiacore/qt/doc/src/snippets/code/src_qt3support_dialogs_q3progressdialog.cpp
2843
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ **...
gpl-2.0
JGrubb/Almond-Tree
wp-content/themes/thesis_17/lib/admin/file_editor.php
8129
<?php /** * Outputs the Thesis Custom File Editor * * @package Thesis * @since 1.6 */ class thesis_custom_editor { function get_custom_files() { $files = array(); $directory = opendir(THESIS_CUSTOM); // Open the directory $exts = array('.php', '.css', '.js', '.txt', '.inc', '.htaccess', '.html', '.htm'); //...
gpl-2.0
Aracthor/super_zappy
server/srcs/map/Hoopla.cpp
302
// // Hoopla.cpp for super_zappy in /home/aracthor/programs/projects/hub/super_zappy/server // // Made by // Login <aracthor@epitech.net> // // Started on Sun Oct 12 07:37:06 2014 // Last Update Sun Oct 12 07:55:46 2014 // #include "map/Hoopla.hh" Hoopla::Hoopla() { } Hoopla::~Hoopla() { }
gpl-2.0
Ponsietta/sitc-qrable-webapp
webroot/base.js
974
(function ($) { 'use strict'; //Form submission function submit() { $.post('qr_proc.php', { 'qr': $('[name="qr"]').val(), 'submit': 1 }, response); return false; } function response(data) { if (data === '1') { var score = localStorage.getItem('score'); if (score) { localStorage.setIte...
gpl-2.0
hexmode/wikipathways.org
wpi/extensions/BrowsePathways/BrowsePathways.php
1049
<?php # Not a valid entry point, skip unless MEDIAWIKI is defined if (!defined('MEDIAWIKI')) { echo <<<EOT To install BrowsePathways, put the following line in LocalSettings.php: require_once( "$IP/extensions/BrowsePathway/BrowsePathway.php" ); EOT; exit( 1 ); } $wgAutoloadClasses['BasePathwaysPager'] = dirname(__...
gpl-2.0
Snuffelneus/Android-App
src/com/schriek/snuffelneus/PairedKoppelActivity.java
2841
package com.schriek.snuffelneus; import java.io.OutputStream; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; impo...
gpl-2.0
ikoula/cloudstack
api/src/com/cloud/vm/snapshot/VMSnapshotService.java
1969
// 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-2.0
JozefAB/neoacu
components/com_guru/controllers/guruMedia.php
16053
<?php /*------------------------------------------------------------------------ # com_guru # ------------------------------------------------------------------------ # author iJoomla # copyright Copyright (C) 2013 ijoomla.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL ...
gpl-2.0
guylangston/SokoSolve
src/SokoSolve.Core/Solver/Queue/SolverQueue.cs
1598
using System; using System.Collections.Generic; using System.Linq; namespace SokoSolve.Core.Solver.Queue { public class SolverQueue : BaseComponent, ISolverQueue { private readonly Queue<SolverNode> inner; public SolverQueue() { inner = new Queue<SolverNode>(); } ...
gpl-2.0
z81/PolarOSApps
test/node_modules/es6-loader/node_modules/es6-transpiler/build/es5/transpiler/destructuring.js
11590
"use strict"; var assert = require("assert"); var core = require("./core"); var error = require("./../lib/error"); function getline(node) { return node.loc.start.line; } function isEmptyDestructuring(node) { if ( core.is.isObjectPattern(node) ) { return node.properties.length === 0; } if ( core.is.isArrayPatte...
gpl-2.0
ExtendOnline/client
src/gui/windows/charcreatedialog.cpp
20431
/* * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * * This program is free software; you can redistribute it and/or modify * i...
gpl-2.0
Delta-SH/iPemCollector
iPem.Model/DbEntity.cs
1113
๏ปฟusing iPem.Core; using System; namespace iPem.Model { /// <summary> /// ๆ•ฐๆฎๅบ“ไฟกๆฏ /// </summary> public partial class DbEntity { /// <summary> /// ๅ”ฏไธ€ๆ ‡่ฏ† /// </summary> public string Id { get; set; } /// <summary> /// ๅ็งฐ /// </summary> ...
gpl-2.0
jeromerobert/hmat-oss
src/json.cpp
5619
/* HMat-OSS (HMatrix library, open source software) Copyright (C) 2014-2017 Airbus SAS 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...
gpl-2.0
amberGit/justTest
mod.lua
19
a=-180 print(a%360)
gpl-2.0
Baahoot/wars
images.php
534
<?php session_start() ?> <?php require 'connect.php' ?> <body> <div align="center "id="SubPage">Images</div> <div align="Center" id="SettingsBlock"> <div id="SettingsName">Add Image: <span id="AddImage"></span></div> <div align="left"> <span class="FormText">Image URL: </span> <input type="text" value="<?php echo $imag...
gpl-2.0
Programming-Club/Learning-to-Mod
iceCraft/lib/config/ConfigHandler.java
2963
package iceCraft.lib.config; import java.io.File; import net.minecraftforge.common.Configuration; public class ConfigHandler { public static void init(File configFile) { Configuration config = new Configuration(configFile); // Categories final String BOOLEANS = config.CATEGORY_GENERAL + config.CATEGORY_S...
gpl-2.0
Ragebones/StormCore
src/server/game/DataStores/DB2Stores.cpp
88519
/* * Copyright (C) 2014-2017 StormCore * * 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 dis...
gpl-2.0
DanLatimer/killer-logcat
DataStore.js
774
function DataStoreEntry() { this.count = 0; this.entries = []; } DataStoreEntry.prototype.push = function(entry) { this.count++; this.entries.push(entry); } function DataStore() { this.data = {}; } DataStore.prototype.addEntry = function(indexItem, item) { var dataItem = this.data[indexItem...
gpl-2.0
axelcode/globalreports
src/com/globalreports/engine/structure/font/encoding/GRWinAnsiEncoding.java
5115
/* * ========================================================================== * class name : com.globalreports.engine.structure.font.encoding.GRWinAnsiEncoding * * Begin : * Last Update : * * Author : Alessandro Baldini - alex.baldini72@gmail.com * License : GNU-GPL v2 (http://www.g...
gpl-2.0
tanmoyesolz/edmtunes
wp-content/themes/Newspaper/includes/wp_booster/td_widget_builder.php
7725
<?php class td_widget_builder { /** * @var WP_Widget */ var $WP_Widget_this; var $map_array; var $map_param_default_array; function __construct(&$WP_Widget_object_ref) { $this->WP_Widget_this = $WP_Widget_object_ref; } //builds the array - from that arrays the widget's options pa...
gpl-2.0
dyarfi/ci_rbac
application/modules/admin/views/~template/admin_template.php
15536
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); ?> <!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1 Version: 2.0.2 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Purchase: http://themef...
gpl-2.0
Wolfsblvt/mentions
lib/ichord/Caret.js/dist/jquery.caret.js
12298
/* Implement Github like autocomplete mentions http://ichord.github.com/At.js Copyright (c) 2013 chord.luo@gmail.com Licensed under the MIT license. */ /* ๆœฌๆ’ไปถๆ“ไฝœ textarea ๆˆ–่€… input ๅ†…็š„ๆ’ๅ…ฅ็ฌฆ ๅชๅฎž็Žฐไบ†่Žทๅพ—ๆ’ๅ…ฅ็ฌฆๅœจๆ–‡ๆœฌๆก†ไธญ็š„ไฝ็ฝฎ๏ผŒๆˆ‘่ฎพ็ฝฎ ๆ’ๅ…ฅ็ฌฆ็š„ไฝ็ฝฎ. */ (function() { (function(factory) { if (typeof define === 'function' && define.amd) { ...
gpl-2.0
nicholasio/CursoPHPVolumeIII
mod_2/aula_04_php56/constants.php
560
<?php const ONE = 1; const TWO = ONE * 2; //As constantes podem ser inicializadas com expressรตes class C { const THREE = TWO + 1; const ONE_THIRD = ONE / self::THREE; const SENTENCE = 'The value of THREE is '. self::THREE; //Os argumentos default das funรงรตes/mรฉtodos tambรฉm public function f($a = ...
gpl-2.0
joelbrock/PFC_CORE
fannie/item/EditItemsFromSearch.php
12767
<?php /******************************************************************************* Copyright 2013 Whole Foods Community Co-op This file is part of Fannie. Fannie is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fr...
gpl-2.0
zsebtanar/zsebtanar-proto
src/client/generic/hooks/fetchData.ts
2209
import { useReducer, Reducer, useEffect, DependencyList } from 'react' type States = 'pending' | 'loading' | 'success' | 'noResult' | 'error' interface State<T> { state: States error?: Error result?: T } interface Getters { readonly isPending: boolean readonly isLoading: boolean readonly hasError: boolea...
gpl-2.0
markosa/hydromon
src/main/java/net/hydromon/core/controller/ViewController.java
6032
package net.hydromon.core.controller; import java.sql.Timestamp; import java.util.ArrayList; import java.util.Calendar; import java.util.Collections; import java.util.Comparator; import java.util.Date; import java.util.List; import net.hydromon.core.dto.SensorDTO; import net.hydromon.core.dto.SensorValueDTO; import n...
gpl-2.0
Nate23k/Candentis
src/main/java/com/nate23k/candentis/utility/LogHelper.java
958
package com.nate23k.candentis.utility; import com.nate23k.candentis.reference.Reference; import cpw.mods.fml.common.FMLLog; import org.apache.logging.log4j.Level; /** * Created on 3/25/2015. */ public class LogHelper { public static void log(Level logLevel, Object object) { FMLLog.log(Reference.MOD_...
gpl-2.0
worden-lee/mediawiki-core
includes/media/MediaHandler.php
17812
<?php /** * Media-handling base classes and generic functionality. * * 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 versio...
gpl-2.0
RoboMod/network-manager-ipop
kde/solidcontrolfuture/solid/networkmanager-0.9/accesspoint.cpp
6558
/* Copyright 2008 Will Stephenson <wstephenson@kde.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) version 3 or any later version accepted by ...
gpl-2.0
timewall/RG-Stats
database.cpp
3127
/* # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be us...
gpl-2.0
yanyitec/Yanyitec
src/Yanyitec/Testing/AssertUnhandledException.cs
642
๏ปฟusing System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Yanyitec.Testing { public class AssertUnhandledException : AssertException { public AssertUnhandledException(Exception exception) { this.UnhandledException = exception; } ...
gpl-2.0
palasthotel/grid-wordpress-box-social
vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclientsCustomchannels.php
3948
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
gpl-2.0
RomainGoussault/Deepov
src/Move.cpp
1796
/* Deepov, a UCI chess playing engine. Copyright (c) 20014-2016 Romain Goussault, Navid Hedjazian Deepov 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 ...
gpl-2.0
vpelletier/neoppod
neo/storage/transactions.py
14480
# # Copyright (C) 2010-2016 Nexedi SA # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed...
gpl-2.0
jch1g10/Grid
tests/solver/Test_staggered_cg_schur.cc
3017
/************************************************************************************* Grid physics library, www.github.com/paboyle/Grid Source file: ./tests/Test_wilson_cg_schur.cc Copyright (C) 2015 Author: Peter Boyle <paboyle@ph.ed.ac.uk> This program is free software; you can redistribute...
gpl-2.0
imincik/pkg-qgis-1.8
src/app/composer/qgscompositionwidget.cpp
14847
/*************************************************************************** qgscompositionwidget.cpp -------------------------- begin : June 11 2008 copyright : (C) 2008 by Marco Hugentobler email : marco do...
gpl-2.0
F1ash/qt-virt-manager
src/create_widgets/domain/common_widgets/fs_type_widgets/_fstype.cpp
3222
#include "_fstype.h" _FsType::_FsType( QWidget *parent, QString _type) : _QWidget(parent), connType(_type) { driverLabel = new QLabel(tr("Driver:"), this); wrPolicyLabel = new QLabel(tr("WritePolicy (optional):"), this); formatLabel = new QLabel(tr("Format:"), this); accessModeLabe...
gpl-2.0
anthonyryan1/xbmc
xbmc/TextureCache.cpp
9654
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #include "TextureCache.h" #include "TextureCacheJob.h" #include "filesystem/File.h" #include "profiles/ProfileManager.h" #includ...
gpl-2.0
azureskydiver/EasyBridge
Source/Wizards/GameOptsFilesPage.cpp
2095
//---------------------------------------------------------------------------------------- // // This file and all other Easy Bridge source files are copyright (C) 2002 by Steven Han. // Use of this file is governed by the GNU General Public License. // See the files COPYING and COPYRIGHT for details. // //------------...
gpl-2.0
acappellamaniac/eva_website
sites/all/modules/civicrm/api/v3/Mailing.php
24586
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +---------------...
gpl-2.0
hexmode/wikipathways.org
wpi/rdf/ListPathways2Rdf.java
13507
import java.io.*; import java.net.URL; import java.util.ArrayList; import java.util.HashMap; import java.util.Hashtable; import java.util.List; import java.util.UUID; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.bridgedb.Xref; import org.bridgedb.bio.BioDataSou...
gpl-2.0
hashfunktion/icingaweb2-module-director
library/Director/Data/Db/DbConnection.php
836
<?php namespace Icinga\Module\Director\Data\Db; use Icinga\Data\Db\DbConnection as IcingaDbConnection; use Zend_Db_Expr; class DbConnection extends IcingaDbConnection { public function isMysql() { return $this->getDbType() === 'mysql'; } public function isPgsql() { return $this->...
gpl-2.0
thuypx1983/solohaplaza
sites/all/modules/slick/js/slick.load.js
6071
/** * @file * Provides Slick loader. */ /* global jQuery:false, Drupal:false */ /* jshint -W072 */ /* eslint max-params: 0, consistent-this: [0, "_"] */ (function ($, Drupal) { "use strict"; Drupal.behaviors.slick = { attach: function (context, settings) { var _ = this; $(".slick", context).o...
gpl-2.0
JacobXie/leanote
app/lea/binder/binder.go
6068
package binder import ( "github.com/JacobXie/leanote/app/controllers" "github.com/JacobXie/leanote/app/info" "github.com/revel/revel" // "github.com/JacobXie/leanote/app/controllers/api" "fmt" "reflect" "strings" ) // leanote binder struct // rewrite revel struct binder // not need the struct name as prefix, /...
gpl-2.0
emundus/v5
components/com_fabrik/libs/getid3/getid3/module.misc.cue.php
8495
<?php ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at http://getid3.sourceforge.net // // or http://www.getid3.org // //////////////////////////////////////////////////...
gpl-2.0
vlabatut/totalboumboum
resources/ai/org/totalboumboum/ai/v200809/ais/dayioglugilgeckalan/v2c/ZoneEnum.java
387
package org.totalboumboum.ai.v200809.ais.dayioglugilgeckalan.v2c; /** * * @author Ali Batuhan DayioฤŸlugil * @author Gรถkhan Geรงkalan * */ public enum ZoneEnum { /** */ CARACTERE, /** */ RIVAL, /** */ BOMBE, /** */ FEUPOSSIBLE, /** */ FEU, /** */ BONUSFEU, /** */ BONUSBOMBE, /...
gpl-2.0
yvesh/weblinks
tests/_support/Step/Acceptance/weblink.php
2636
<?php namespace Step\Acceptance; /** * Class Weblink * * Step Object to interact with a weblink * * @todo: this class should grow until being able to execute generic operations over a Weblink: change status, add to category... * * @package Step\Acceptance * @link http://codeception.com/docs/06-ReusingTestCode#...
gpl-2.0
app-on-mic/olb-xeon-phi-0.8.0
src/complexGrids/multiBlockStructure/parallelDynamics.hh
14930
/* This file is part of the OpenLB library * * Copyright (C) 2007, 2008 Jonas Latt * E-mail contact: info@openlb.net * The most recent release of OpenLB can be downloaded at * <http://www.openlb.net/> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU...
gpl-2.0
ablyx/teammates
src/test/java/teammates/test/cases/browsertests/AllJsTests.java
1875
package teammates.test.cases.browsertests; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import teammates.common.util.Const; import teammates.test.driver.TestProperties; import teammates.test.pageobjects.AppPage; import teammates.test.pageobjects.QUnitPage; /** * Loads all JavaScrip...
gpl-2.0
SergL/aboutttango
wp-content/plugins/siteheart/siteheart.php
5049
<?php /* Plugin Name: SiteHeart Plugin URI: http://siteheart.com/ Description: SiteHeart - Free online chat for website. Version: 1.0.0 Author: Pavel Kutsenko, Dmitry Goncharov, Inna Goncharova Author URI: http://siteheart.com/ */ define('SH_DEV',false); define('SH_CONTENT_URL', get_option('siteurl') . '/wp-content')...
gpl-2.0
Himatekinfo/KP-Sistem-Pengelolaan-SPP-Madrasah-Mu-aliemien
protected/models/PeriodeBayar.php
2233
<?php /** * This is the model class for table "tbl_periode_bayar". * * The followings are the available columns in table 'tbl_periode_bayar': * @property string $Id * @property string $PeriodeBayar * * The followings are the available model relations: * @property JnsTransaksi[] $jnsTransaksis */ class Periode...
gpl-2.0
bangnokia/dota2vn-bet-group
js/js.js
17850
function testscroll(target_id) { //document.location = document.location + '#' + target_id; /* if($("div").is("#" + target_id)) { destination = $('#' + target_id).offset().top; $('body').animate( { scrollTop: destination }, 1100 ); }. */ } function select_all() { if($('.admin_checkbox').prop('checked') == t...
gpl-2.0
khonkaen-hospital/ca-service
themes/AdminLTE/views/layouts/main1.php
6980
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><?php echo Yii::app()->name ?></title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <!-- bootstrap 3.0.2 --> <!-- <link href="<?php //echo Yii::app()->theme->...
gpl-2.0
westerniowawireless/wiaw.net
wp-content/themes/shoestrap/lib/slide-down.php
2400
<?php /* * Calculates the class of the widget areas based on a 12-column bootstrap grid. */ function shoestrap_navbar_widget_area_class() { $str = ''; if ( is_active_sidebar( 'navbar-slide-down-1' ) ) $str .= '1'; if ( is_active_sidebar( 'navbar-slide-down-2' ) ) $str .= '2'; if ( is_active_sidebar...
gpl-2.0
faysalmbt/digigo
wp-content/plugins/event-espresso-core-reg/caffeinated/core/libraries/messages/message_type/payment_cancelled/EE_Messages_Email_Payment_Cancelled_Validator.class.php
2140
<?php if (!defined('EVENT_ESPRESSO_VERSION') ) exit('NO direct script access allowed'); /** * EE_Messages_Email_Payment_Cancelled_Validator class * * Holds any special validation rules for template fields with Email messenger and Payment Cancelled message type. * * @package Event Espresso * @subpackage messag...
gpl-2.0
Meowse/TechnicolorMillinery
Bridget.Lammers/Homework3/HappyBirthdayExtraCredit/HappyBirthdayExtraCredit/Form1.cs
3902
๏ปฟusing System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace HappyBirthdayExtraCredit { public partial class month_calendar : Form { public...
gpl-2.0
koutheir/incinerator-hotspot
nashorn/src/jdk/nashorn/internal/runtime/ScriptFunction.java
40249
/* * Copyright (c) 2010, 2013, 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
mwonline/unilago
templates/purityfx/index.php
8043
<?php /** * @version $Id: index.php 6263 2013-01-01 22:00:40Z kevin $ * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only * * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPL...
gpl-2.0
Desarrollo-CeSPI/choique
plugins/sfGuardPlugin/modules/sfGuardUser/templates/_changepassword_form.php
2279
<?php // auto-generated by sfAdvancedAdmin // date: 2011/08/31 10:41:09 ?> <?php echo form_tag('sfGuardUser/changePassword', array( 'id' => 'sf_admin_edit_form', 'name' => 'sf_admin_edit_form', 'onsubmit' => 'return true;' )) ?> <fieldset id="sf_fieldset_none" class=""> <div class="form-row"> <...
gpl-2.0
vargax/ejemplos
java/infracomp/InfraComp_Servidor/src/uniandes/infracom/SisTrans/ProtocoloInseguro.java
7257
package uniandes.infracom.SisTrans; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; /** * @author Martรญn Uribe Gutierrez * @author Lina Giseth Casas Salas * Infraestructura Computacional 2012-20 * Universi...
gpl-2.0
Ziemin/ktp-text-ui
config/appearance-config-tab.cpp
14945
/*************************************************************************** * Copyright (C) 2013 by Huba Nagy <12huba@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
gpl-2.0
CarlAtComputer/tracker
playground/other_gef/Model.diagram/src/model/diagram/part/ModelInitDiagramFileAction.java
1816
package model.diagram.part; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.transaction.TransactionalEditingDomain; import org.eclipse.gmf.runtime.emf.core.GMFEditingDomainFactory; import org.eclipse.jface.action.IAction; import org.eclipse.jface.viewers.ISe...
gpl-2.0
UnboundID/ldapsdk
tests/unit/src/com/unboundid/ldap/sdk/unboundidds/monitors/GaugeMonitorEntryTestCase.java
23975
/* * Copyright 2014-2020 Ping Identity Corporation * All Rights Reserved. */ /* * Copyright 2014-2020 Ping Identity Corporation * * 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 * * ...
gpl-2.0
atlet/Infinite-Responder
templates/bulk_add.admin.php
2671
<br /> <center> <table width="750" bgcolor="#660000" cellpadding="0" cellspacing="3" style="border: 1px solid #000000;"> <tr> <td> <p align="center" style="font-size: 200%"><font color="#FFFFFF">-- Add a List of Addresses --</font></p> </td> </tr> </table> <table width="750" bgcolor=...
gpl-2.0
SIB-Colombia/biodiversidad_wp
wp-content/themes/klaus/vc_extend/vc_templates/az_tog_container.php
516
<?php /** * Shortcode attributes * @var $atts * @var $el_class * @var $content */ $output = ''; $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); $el_class = $this->getExtraClass($el_class); $css_class = apply_filters(VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG,'toggle-builder'.$el_class, $this...
gpl-2.0
KungFuLucky7/NetBeansProjects
dine-a-mite/logout.php
704
<?php /** * This is for logging out the user */ include_once 'Includes/db.php'; session_start(); if (!isset($_SESSION['signed_in']) || $_SESSION['signed_in'] == false) { include_once 'Includes/header.php'; // Print message if user is not signed in print '<div class="alert alert-block"> <h4>You...
gpl-2.0
tinhnd1988/phuongtoan
wp-content/themes/phuongtoan/home.php
4066
<?php /* /* /* Template Name: Trang chแปง /* */ get_header(); echo do_shortcode("[huge_it_slider id='1']"); //Display Homepage Slider ?> <div id="home-page-content"> <div class="ads-content"> <h2>Phฦฐฦกng Toร n</h2> <ul> <li><span></span>Chuyรชn tฦฐ vแบฅn - thiแบฟt kแบฟ - thi cรดng: led, alu, pano, chแปฏ nแป•i, bแบฃng hiแป‡u, hแป™p ...
gpl-2.0
mrbullard/Burapa
administrator/components/com_joomgallery/script.php
12582
<?php // $HeadURL: https://joomgallery.org/svn/joomgallery/JG-2.0/JG/trunk/administrator/components/com_joomgallery/script.php $ // $Id: script.php 3681 2012-03-04 15:59:38Z erftralle $ /****************************************************************************************\ ** JoomGallery 2 ...
gpl-2.0
battle-for-wesnoth/svn
src/tools/exploder_cutter.cpp
4172
/* $Id$ */ /* Copyright (C) 2004 - 2013 by Philippe Plantier <ayin@anathas.org> Part of the Battle for Wesnoth Project http://www.wesnoth.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 Founda...
gpl-2.0
mercury233/ygopro-scripts
c28400508.lua
2935
--No.97 ้พๅฝฑ็ฅžใƒ‰ใƒฉใƒƒใ‚ฐใƒฉใƒ“ใ‚ชใƒณ function c28400508.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,8,2) c:EnableReviveLimit() --cannot be target local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET) e1:SetRange(LOCATION_M...
gpl-2.0
viniciuswiesehofer/ERPLINCE
wp-content/plugins/perch-shortcodes/includes/pricing/pricing-post-type.php
2115
<?php if ( ! function_exists('landx_pricing_post_type') ) { // Register Custom Post Type function landx_pricing_post_type() { $labels = array( 'name' => _x( 'Pricing tables', 'Post Type General Name', 'landx' ), 'singular_name' => _x( 'Pricing table', 'Post Type Singular Name', 'landx' ), ...
gpl-2.0
TheCallSign/noskwl
src/net/strawberrystudios/noskwl/old/packet/PacketFactory.java
1142
/* * Copyright (C) 2015 giddyc * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed...
gpl-2.0
joker-b/kbImport
classes/ImgInfo.py
6937
#! /bin/python """ Each ImgInfo object contains archive data about a single image """ import os import sys import re import shutil from AppOptions import AppOptions from DNGConverter import DNGConverter if sys.version_info > (3,): long = int class ImgInfo(object): """Data About Images""" doppelFiles = {} dop...
gpl-2.0
WBCE/news
search.php
5355
<?php /** * * @category modules * @package news * @author WebsiteBaker Project * @copyright 2009-2011, Website Baker Org. e.V. * @link http://www.websitebaker2.org/ * @license http://www.gnu.org/licenses/gpl.html * @platform WebsiteBaker 2.8.x * @require...
gpl-2.0
AlanWarren/dotfiles
dev/adv-class/oop/inheritance.js
747
// OO classical inheritance copies parent class props down to instances, and children. // Inheritance means copying. Ask for bananna, and you get the Gorialla + Jungle. // [] ----> instance // Prototypal Inheritance is not really inheritance. It's called "Behavior Delegation" // Instances link in the opposite directi...
gpl-2.0
Voskrese/mipsonqemu
user/uc/home/source/do_seccode.php
8071
<?php /* [UCenter Home] (C) 2007-2008 Comsenz Inc. $Id: do_seccode.php 8531 2008-08-20 07:27:23Z liguode $ */ if(!defined('IN_UCHOME')) { exit('Access Denied'); } //ร…รคร–รƒ $seccodedata = array ( 'width' => 100, 'height' => 40, 'adulterate' => '0',//ร‹รฆยปรบยฑยณยพยฐรยผรรŽ 'angle' => '0',//ร‹รฆยปรบร‡รฃรยฑยถรˆ 'shado...
gpl-2.0
jaymaine/connect-local
wp-content/plugins/cred-frontend-editor/views/templates/notification-subject-codes.tpl.php
1533
<?php if (!defined('ABSPATH')) die('Security check'); ?> <span class="cred-media-button cred-media-button2"> <a href='javascript:;' class='cred-icon-button' title='<?php echo esc_attr(__('Insert Subject Codes','wp-cred')); ?>'></a> <div class="cred-popup-box"> <div class='cred-popup-heading'> <...
gpl-2.0
tomas-pluskal/mzmine3
src/main/java/io/github/mzmine/gui/chartbasics/simplechart/providers/impl/series/FeaturesToMobilityMzHeatmapProvider.java
5917
/* * Copyright 2006-2020 The MZmine Development Team * * This file is part of MZmine. * * MZmine 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)...
gpl-2.0
itsazzad/zanata-server
functional-test/src/main/java/org/zanata/page/projects/ProjectPeoplePage.java
2101
/* * Copyright 2014, Red Hat, Inc. and individual contributors as indicated by the * @author tags. See the copyright.txt file in the distribution for a full * listing of individual contributors. * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public ...
gpl-2.0
CamDevlopers/aeu
application/modules/manage_sub_categories/controllers/manage_sub_categories.php
1828
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Manage_sub_categories extends MX_Controller { public function __construct() { parent::__construct(); $this->load->model(array('m_sub_categories')); $fckeditorConfig = array( 'instanceName' => 'i...
gpl-2.0
gnorasi/gnorasi
Gnorasi/modules/itk_generated/processors/itk_ImageIntensity/squareimagefilter.cpp
5938
/*********************************************************************************** * * * Voreen - The Volume Rendering Engine * * ...
gpl-2.0
louis20150702/mytestgit
Settings/src/com/sprd/settings/sim/SimInfoSetActivity.java
15355
package com.sprd.settings.sim; import android.app.ActionBar; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.preference.EditTextPreference; import android.prefere...
gpl-2.0
rattrayalex/splashreader
src/lib/dom.js
4356
/* @flow */ import { splashreaderContainerId } from '../constants' export function insertWrapper(): HTMLElement { const wrapper = document.createElement('div') wrapper.setAttribute('id', splashreaderContainerId) document.body.appendChild(wrapper) return wrapper } export function isNonSplashEditableFocused(): ...
gpl-2.0
52North/epos
epos-api/src/main/java/org/n52/epos/filter/EposFilter.java
1926
/** * Copyright (C) 2013-2014 52ยฐNorth Initiative for Geospatial Open Source * Software GmbH * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * If the program is linked with...
gpl-2.0
Delta-SH/PecsSystem
Site/SystemLogs.aspx.cs
7970
๏ปฟusing System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Text; using System.IO; using Ext.Net; using Delta.PECS.WebCSC.Model; using Delta.PECS.WebCSC.BLL; namespace Delta.PECS.WebCSC.Site { [DirectMethodPro...
gpl-2.0
JSidrach/visual-react
app/src/main/java/sneakycoders/visualreact/level/Level.java
3543
package sneakycoders.visualreact.level; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.content.ContextCompat; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import java.util.ArrayList; import java...
gpl-2.0
d34db33f/JDA
getfile.php
234
<?php $path=$_GET["path"]; $fp = fopen($path, "rb"); header('Content-Disposition: attachment; filename='.basename($path)); header('Content-Type: application/octet-stream'); header("Content-Length: " . filesize($path)); fpassthru($fp);
gpl-2.0
cristurm/bad-bode
Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs
704
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright ยฉ 2011-2012 Tasharen Entertainment //---------------------------------------------- using UnityEngine; /// <summary> /// Very basic script that will activate or deactivate an object (and all of its children) when clicked...
gpl-2.0
holmespi/15QdcZ3
wp-content/plugins/spider-event-calendar/front_end/bigcalendarmonth.php
62063
<?php function big_calendar_month() { require_once("frontend_functions.php"); global $wpdb; $widget = ((isset($_GET['widget']) && (int) $_GET['widget']) ? (int) $_GET['widget'] : 0); $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET[...
gpl-2.0
Trd-vandolph/edoo
wp-content/themes/edoo/index.php
1799
<?php get_header(); ?> <section id="mainvisual"> <div class="wrap"> <?php $page = get_page_by_path( 'changes' ); if( isset( $page ) ) { echo apply_filters( 'the_content', $page->post_content ); } ?> </div> <p class="balloon"><img src="<?php bloginfo( 'template_directory' ); ?>/img/balloon.png" /></p...
gpl-2.0
stevoland/ez_soextra
patch/ezoe-5.2.0/extension/ezoe/ezxmltext/handlers/input/ezoexmlinput.php
77032
<?php // // Created on: <06-Nov-2002 15:10:02 wy> // Forked on: <20-Des-2007 13:02:06 ar> from eZDHTMLInput class // // ## BEGIN COPYRIGHT, LICENSE AND WARRANTY NOTICE ## // SOFTWARE NAME: eZ Online Editor extension for eZ Publish // SOFTWARE RELEASE: 5.0 // COPYRIGHT NOTICE: Copyright (C) 1999-2010 eZ Systems AS // SO...
gpl-2.0
NatLibFi/NDL-VuFind2
module/Finna/src/Finna/Controller/Plugin/Captcha.php
5668
<?php /** * VuFind Captcha controller plugin * * PHP version 7 * * Copyright (C) The National Library of Finland 2017-2018. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. ...
gpl-2.0