code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
<?php
/**
*
* Set the descriptions for a product
*
* @package VirtueMart
* @subpackage Product
* @author RolandD
* @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 is free so... | seobrand/twit2pay_dev | backup_23sep/administrator/components/com_virtuemart/views/product/tmpl/product_edit_description.php | PHP | gpl-2.0 | 1,418 |
<?php
/**
* All AJAX calls go here.
*/
function wpcf_ajax_embedded() {
if ( isset( $_REQUEST['_typesnonce'] ) ) {
if ( !wp_verify_nonce( $_REQUEST['_typesnonce'], '_typesnonce' ) ) {
die( 'Verification failed' );
}
} else {
if ( !isset( $_REQUEST['_wpnonce'] )
... | naipeCriminal/philadelphia | wp-content/plugins/types/embedded/includes/ajax.php | PHP | gpl-2.0 | 22,498 |
/***************************************************************************
qgsfeatureexpressionvaluesgatherer - QgsFeatureExpressionValuesGatherer
---------------------
begin : 10.3.2017
copyright : (C) 2017 by Matthias Kuhn
email : matthias@opengis.ch
*****************... | SrNetoChan/QGIS | src/core/qgsfeatureexpressionvaluesgatherer.h | C | gpl-2.0 | 5,432 |
<?php
/**
* @package EasySocial
* @copyright Copyright (C) 2010 - 2014 Stack Ideas Sdn Bhd. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* EasySocial is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of wor... | BetterBetterBetter/WheresWalden | administrator/components/com_easysocial/models/reports.php | PHP | gpl-2.0 | 4,323 |
<?php
/**
* Single Reply
*
* @package supreme
* @subpackage Theme
*/
get_header(); // Loads the header.php template. ?>
<?php do_atomic( 'before_content' ); // supreme_before_content ?>
<?php bbp_breadcrumb( array( 'before' => '<div class="breadcrumb">', 'after' => '</div>', 'sep' => '<span class="sep">&raqu... | imshashank/osuevents | wp-content/themes/supreme/single-reply.php | PHP | gpl-2.0 | 1,924 |
/***************************************************************************
qgspaperitem.cpp
-------------------
begin : September 2008
copyright : (C) 2008 by Marco Hugentobler
email : marco dot hugentobler at karto d... | spaceof7/QGIS | src/core/composer/qgspaperitem.cpp | C++ | gpl-2.0 | 9,794 |
"..\tool\Jssor.Compress.exe" -HTML:Js -HTML:Css -HTML:Comment -HTML:Blank -JSSORONLY -AWRAP -OVERWRITE -ENCOUT:UTF-8 "responsive-slider-full-width.source.html" -OUT "responsive-slider-full-width.html"
| Rmalnoult/slider-wp | wp-content/plugins/slider-wp/jssor/themes-no-jquery/responsive-slider-full-width.compress.bat | Batchfile | gpl-2.0 | 201 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | bsteph/FFLLogbook | vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php | PHP | gpl-2.0 | 6,793 |
#pragma once
/*
* Copyright (C) 2005-2012 Team XBMC
* http://www.xbmc.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, or (at your option)
* any late... | RasPlex/OpenPHT | xbmc/utils/HttpHeader.h | C | gpl-2.0 | 1,529 |
/**********************************************************************
*
* Filename: circbuf.h
*
* Description: An easy-to-use circular buffer class.
*
* Notes:
*
*
* Copyright (c) 1998 by Michael Barr. This software is placed into
* the public domain and may be used for any purpose. However, t... | zrafa/pselab | trabajo_final_freertos/FA-BG/arduino_promini/circbuf.h | C | gpl-2.0 | 1,380 |
<?php
/*
* Textpattern Content Management System
* http://textpattern.com
*
* Copyright (C) 2015 The Textpattern Development Team
*
* This file is part of Textpattern.
*
* Textpattern is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published... | rwetzlmayr/textpattern | textpattern/lib/taglib.php | PHP | gpl-2.0 | 2,950 |
/*
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
background: #f1f1f1; }
/* Links */
a {
color: #0074a2; }
a:hover, a:active, a:focus {
color: #0099d5; }
#media-upload a.del-link:hover, div.dashboard-widget-submit input:hover,... | shazadmaved/vizblog | wp-admin/css/colors/ectoplasm/colors-rtl.css | CSS | gpl-2.0 | 13,501 |
/*****************************************************************************/
// Copyright 2006-2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in
// accordance with the terms of the Adobe license agreement accompanying it.
/***********... | centic9/digikam-ppa | extra/kipi-plugins/dngconverter/dngwriter/extra/dng_sdk/dng_pixel_buffer.cpp | C++ | gpl-2.0 | 31,094 |
#
# \brief Makefile for building the Qt4 tools
# \author Christian Prochaska
# \author Norman Feske
# \date 2009-05-15
#
REP_DIR := $(realpath ..)
include $(REP_DIR)/lib/mk/qt_version.inc
#
# Compound rule for building the tools in the right order
#
all: qmake/qmake moc/moc rcc/rcc uic/uic
#
# Determine qmakespe... | mohammadhamad/mhhgen | repos/qt4/tool/Makefile | Makefile | gpl-2.0 | 1,836 |
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Gdata API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/black-tie/jquery-ui-1.8.2.custom.css" type="text/css"></link><link rel="stylesheet" href="css/jquery.treeview.css" type="... | spurge/google-docs-backend | external/ZendGdata-1.11.11/documentation/api/core/db_Gdata_Photos_AlbumQuery.html | HTML | gpl-2.0 | 64,600 |
#! /bin/sh
# Copyright (C) 2010-2015 Free Software Foundation, Inc.
#
# 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, or (at your option)
# any later version.
#
# This program ... | evaautomation/automake | t/extra-dist-wildcards-gnu.sh | Shell | gpl-2.0 | 2,284 |
<div class="container" id="mainContent">
<div id="topOfPage">
</div>
<h1>
Instructor Home
</h1>
<br>
<div class="well well-plain">
<div class="row">
<div class="col-md-12">
<form action="/page/instructorSearchPage?user=CHomeUiT.instructor.tmms" method="get" name="search_form">
... | karthikaacharya/teammates | src/test/resources/pages/instructorHomeHTMLResponseRatePass.html | HTML | gpl-2.0 | 39,004 |
/*
* Copyright (C) 2010,Imagis Technology Co. Ltd. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any la... | Jackeagle/kernel_samsung | drivers/input/touchscreen/imagis_ist30xxb/ist30xxb_cmcs.c | C | gpl-2.0 | 30,874 |
/**
* Copyright (c) 2008-2012 Indivica Inc.
*
* This software is made available under the terms of the
* GNU General Public License, Version 2, 1991 (GPLv2).
* License details are available via "indivica.ca/gplv2"
* and "gnu.org/licenses/gpl-2.0.html".
*/
package oscar.dms.data;
import org.apache.struts.action... | hexbinary/landing | src/main/java/oscar/dms/data/AddDocumentTypeForm.java | Java | gpl-2.0 | 801 |
package org.dolphinemu.dolphinemu.activities;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.FragmentActivity;
import androidx.localbroadcastman... | JonnyH/dolphin | Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/AppLinkActivity.java | Java | gpl-2.0 | 5,415 |
/*
* Copyright (c) 2008, 2012, 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 ... | Taichi-SHINDO/jdk9-jdk | test/javax/swing/text/html/CSS/4530474/bug4530474.java | Java | gpl-2.0 | 3,313 |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
80
.text@150
lbegin:
ld c, 41
ld b, 02
ld d, 03
lbegin_waitm2:
ldff a, (c)
and a, d
cmp a, b
jrnz lbegin_waitm2
ld a, 08
ldff(c), a
xor a, a
ldff(0f), a
ld a, 02
ldff(ff), a
ei
ld c, 0f
.text@1000
lstatint:
ld a, 48
ldff(41), a
ldff... | bentley/gambatte | testrunner/hwtests/m0enable/lycdisable_ff41_1_dmg08_cgb_out2.asm | Assembly | gpl-2.0 | 1,599 |
/* -*- c++ -*- ----------------------------------------------------------
*
* *** Smooth Mach Dynamics ***
*
* This file is part of the USER-SMD package for LAMMPS.
* Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de
* Fraunhofer Ernst-Mach Institute for High-Speed Dynamic... | Pakketeretet2/lammps | src/USER-SMD/smd_material_models.h | C | gpl-2.0 | 3,411 |
/* Copyright (C) 1998-2006, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publi... | cdepillabout/glibc | sysdeps/unix/sysv/linux/internal_statvfs.c | C | gpl-2.0 | 7,634 |
/* GemRB - Infinity Engine Emulator
* Copyright (C) 2003 The GemRB Project
*
* 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... | Tomsod/gemrb | gemrb/plugins/BIFImporter/BIFImporter.h | C | gpl-2.0 | 1,771 |
#include "../vidhrdw/atetris.cpp"
/***************************************************************************
Atari Tetris Memory Map (preliminary)
driver by Zsolt Vasvari
0000-0fff RAM
1000-1fff Video RAM
2000-20ff Palette RAM
2400-25ff EEPROM
4000-7fff Paged ROM (Slapstic controlled)
8000-... | skeezix/compo4all | stevem/mame4all/src/drivers/atetris.cpp | C++ | gpl-2.0 | 8,545 |
<?php
/**
* DmSentMail filter form base class.
*
* @package retest
* @subpackage filter
* @author Your name here
* @version SVN: $Id: sfDoctrineFormFilterGeneratedTemplate.php 24171 2009-11-19 16:37:50Z Kris.Wallsmith $
*/
abstract class BaseDmSentMailFormFilter extends BaseFormFilterDoctrine
{
publ... | Teplitsa/bquest.ru | lib/vendor/diem/dmCorePlugin/test/project/lib/filter/doctrine/dmCorePlugin/base/BaseDmSentMailFormFilter.class.php | PHP | gpl-2.0 | 5,256 |
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.Audio;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Persistence;
using ServiceStack;
using System;
using System.Collections.Generic;
using System.... | softworkz/Emby | MediaBrowser.Api/Music/AlbumsService.cs | C# | gpl-2.0 | 4,181 |
//--------------------------------------------------------------------------
// Copyright (C) 2014-2015 Cisco and/or its affiliates. All rights reserved.
// Copyright (C) 2002-2013 Sourcefire, Inc.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public... | gavares/snort3 | src/ports/port_group.cc | C++ | gpl-2.0 | 2,900 |
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | matyushov/vs311 | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | C | gpl-2.0 | 184,169 |
/**********************************************************************
*
* Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published... | caio2k/kernel-n9 | drivers/gpu/pvr/power.c | C | gpl-2.0 | 14,857 |
/*
* ARM translation
*
* Copyright (c) 2003 Fabrice Bellard
* Copyright (c) 2005-2007 CodeSourcery
* Copyright (c) 2007 OpenedHand, Ltd.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software... | ceph/qemu-kvm | target-arm/translate.c | C | gpl-2.0 | 350,815 |
#! /bin/sh
$EXTRACTRC *.rc *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/googledocs_plugin.pot
rm -f rc.cpp
| wyuka/calligra | plugins/staging/googledocs/Messages.sh | Shell | gpl-2.0 | 103 |
<?php
/**
* The transaction header loop.
*
* @since 1.4.0
* @version 1.0.0
* @package IT_Exchange
*
* WARNING: Do not edit this file directly. To use
* this template in a theme, simply copy over this
* file's content to the exchange/content-confirmation/loops/
* directory located in your theme.
*/
?>
<?php d... | itaddy/permiekids | wp-content/themes/permiekids/exchange/content-confirmation/loops/header.php | PHP | gpl-2.0 | 865 |
/*
* Copyright (c) 1998-2012 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | mdaniel/svn-caucho-com-resin | modules/jcr/src/javax/jcr/observation/ObservationManager.java | Java | gpl-2.0 | 1,710 |
# emacs: -*- mode: python; coding: utf-8; py-indent-offset: 4; indent-tabs-mode: t -*-
# vi: set ft=python sts=4 ts=4 sw=4 noet :
# This file is part of Fail2Ban.
#
# Fail2Ban 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... | jakesyl/fail2ban | fail2ban/server/datetemplate.py | Python | gpl-2.0 | 7,428 |
/*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2015 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | TobiasLohner/XCSoar | src/Device/Driver/LX/Parser.cpp | C++ | gpl-2.0 | 10,296 |
/* arch/arm/mach-omap2/board-kona-input.c
*
* Based on mach-omap2/board-palau-input.c
*
* Copyright (C) 2012 Samsung Electronics, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and ... | CyanogenMod/android_kernel_samsung_espresso10 | arch/arm/mach-omap2/board-kona-input.c | C | gpl-2.0 | 14,375 |
#!/bin/bash
rm -rf _public
node_modules/.bin/brunch build -o
| Lucafp/panemcoin | scripts/production.sh | Shell | gpl-2.0 | 62 |
// Aseprite
// Copyright (C) 2001-2015 David Capello
//
// 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.
#ifndef APP_UI_PALETTE_POPUP_H_INCLUDED
#define APP_UI_PALETTE_POPUP_H_INCL... | Fojar/aseprite | src/app/ui/palette_popup.h | C | gpl-2.0 | 863 |
///////////////////////////////////////////////////////////////////////
// File: genericvector.h
// Description: Generic vector class
// Author: Daria Antonova
// Created: Mon Jun 23 11:26:43 PDT 2008
//
// (C) Copyright 2007, Google Inc.
// Licensed under the Apache License, Version 2.0 (the "License")... | kazuyaujihara/osra_vs | tesseract/ccutil/genericvector.h | C | gpl-2.0 | 34,679 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.commons.math3.geometry.spherical.oned.SubLimitAngle (Apache Commons Math 3.... | aryantaheri/openstack-benchmarking | lib/commons-math3-3.3/docs/apidocs/org/apache/commons/math3/geometry/spherical/oned/class-use/SubLimitAngle.html | HTML | gpl-2.0 | 7,606 |
/*
* parrot_neuron.cpp
*
* This file is part of NEST.
*
* Copyright (C) 2004 The NEST Initiative
*
* NEST 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
* ... | magnastrazh/NEUCOGAR | nest/serotonin/research/C/nest-2.10.0/models/parrot_neuron.cpp | C++ | gpl-2.0 | 2,462 |
#text_font {
width: 250px;
}
#text_size {
width: 70px;
}
.mceAddSelectValue {
background-color: #DDDDDD;
}
select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {
width: 70px;
}
#box_margin_top, #box_margin_right, #box_m... | tectronics/fcc | tiny_mce/plugins/style/css/props.css | CSS | gpl-2.0 | 1,173 |
/* Copyright (c) 2002-2012 Croteam Ltd.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without... | stevenc99/Serious-Engine | Sources/EngineGui/WndDisplayTexture.h | C | gpl-2.0 | 3,490 |
<?php
/**
* ILS driver test
*
* PHP version 7
*
* Copyright (C) Villanova University 2011.
*
* 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.
*
* This program is distributed... | samueloph/vufind | module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerTest.php | PHP | gpl-2.0 | 1,535 |
<?php
/*
* Author: National Research Council Canada
* Website: http://www.nrc-cnrc.gc.ca/eng/rd/ict/
*
* License: Creative Commons Attribution 3.0 Unported License
* Copyright: Her Majesty the Queen in Right of Canada, 2015
*/
$input_org_abbr = elgg_view('input/text', array(
'name' => 'target_org_abbr',
'val... | pscrevs/gcconnex | mod/missions_organization/views/default/forms/missions_organization/merge-node-form.php | PHP | gpl-2.0 | 1,125 |
/**
* Structures and functions for separating a character buffer into lexemes --
* groups of characters. The lexer reads through a buffer of characters
* (themselves typically read from standard input), strips whitespace, and
* breaks them up into logical atoms of character strings which, in turn, may be
* passed ... | abhishekgahlot/lci | lexer.h | C | gpl-3.0 | 1,632 |
###############################################################################
#cyn.in is an open source Collaborative Knowledge Management Appliance that
#enables teams to seamlessly work together on files, documents and content in
#a secure central environment.
#
#cyn.in v2 an open source appliance is distributed un... | collective/cyn.in | src/ubify.viewlets/ubify/viewlets/browser/spaceicon.py | Python | gpl-3.0 | 3,414 |
package net.minecraftforge.event.terraingen;
import cpw.mods.fml.common.eventhandler.Event;
import net.minecraft.world.gen.layer.GenLayer;
import net.minecraft.world.WorldType;
/**
* WorldTypeEvent is fired when an event involving the world occurs.<br>
* If a method utilizes this {@link Event} as its parameter, the... | Scrik/Cauldron-1 | eclipse/cauldron/src/main/java/net/minecraftforge/event/terraingen/WorldTypeEvent.java | Java | gpl-3.0 | 3,141 |
<?php
/** ---------------------------------------------------------------------
* app/lib/ca/Service/OAIPMHService.php
* ----------------------------------------------------------------------
* CollectiveAccess
* Open-source collections management software
* --------------------------------------------------------... | MatsWillemsen/pawtucket2 | app/lib/ca/Service/OAIPMHService.php | PHP | gpl-3.0 | 31,780 |
<!--
This file demonstrates how the dojox.wire code can be used to do declarative
wiring of events. Specifically, it shows how you can chain actions together
in a sequence. In this case the setting of a value on one textbox triggers a
copy over to another textbox. That in turn triggers yet another copy to anoth... | bigswitch/snac-nox | src/nox/apps/coreui/base_www/dojo-release-1.2.1/dojox/wire/demos/markup/demo_ActionChaining.html | HTML | gpl-3.0 | 3,657 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MissionPlanner.Maps
{
using System;
using GMap.NET.Projections;
using System.Globalization;
using GMap.NET.MapProviders;
using GMap.NET;
using System.Reflection;
/// <summary>
/// EarthBuil... | ArduPilot/MissionPlanner | ExtLibs/Xamarin/Xamarin/Maps/Mapbox.cs | C# | gpl-3.0 | 2,547 |
/* EINA - EFL data type library
* Copyright (C) 2008-2010 Enlightenment Developers:
* Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>
* Alexandre "diaxen" Becoulet <diaxen@free.fr>
* Andre Dieb <andre.dieb@gmail.com>
* Arnaud de Turckheim "quarium" <quarium@gmail.com>
* ... | philippe-goetz/gnutls | tests/suite/ecore/src/include/Eina.h | C | gpl-3.0 | 6,469 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
--------... | OpenFOAM/OpenFOAM-4.x | src/sampling/sampledSurface/sampledPatch/sampledPatch.C | C++ | gpl-3.0 | 8,197 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CheckBox Widget Demo</title>
<style type="text/css">
@import "../../../dojo/resources/dojo.css";
@import "../css/dijitTests.css";
label { margin-right: 0.80em; }
</style>
<!-- required: the de... | emogames-gbr/syndicates | src/public/php/dojo/dijit/tests/form/test_CheckBox.html | HTML | gpl-3.0 | 6,578 |
#region Copyright & License Information
/*
* Copyright 2007-2016 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the Licen... | cyanskies/OpenRA | OpenRA.Mods.Common/Widgets/CheckboxWidget.cs | C# | gpl-3.0 | 2,714 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
WMLHelper (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function w... | TonyClark/ESL | lib/poi-3.17/docs/apidocs/org/apache/poi/xwpf/model/WMLHelper.html | HTML | gpl-3.0 | 10,679 |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/base/file_stream_context.h"
#include <utility>
#include "base/debug/alias.h"
#include "base/files/file_path.h"
#include "base/location... | geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/net/base/file_stream_context.cc | C++ | gpl-3.0 | 7,740 |
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
.target {
height: 10px;
background: black;
}
.filler {
height: 10px;
-webkit-flex: 1 1 50%;
flex: 1 1 50%;
}
.replica {
background: green;
}
.container {
display: -webkit-flex;
display: flex;
}
</style>
<body>
<template id="target-template"><div class="cont... | shdevops/JAF-Dice-Roller | www/assets/js/web-animations-js-master/test/blink/interpolation/flex-interpolation.html | HTML | gpl-3.0 | 1,139 |
/*
* Ghost - A honeypot for USB malware
* Copyright (C) 2011-2012 Sebastian Poeplau (sebastian.poeplau@gmail.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the... | voroojax/ghost-usb-honeypot | winxp/GhostLib/devicelist.h | C | gpl-3.0 | 1,945 |
/*
* Cantata
*
* Copyright (c) 2011-2014 Craig Drummond <craig.p.drummond@gmail.com>
*
* ----
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (a... | Nikoli/cantata | context/contextwidget.cpp | C++ | gpl-3.0 | 36,837 |
<?php
/**
* This file is part of GameQ.
*
* GameQ is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GameQ is distrib... | nedwidek/BF2NameHackBuster | php/trunk/GameQ/Protocol/gamespy.php | PHP | gpl-3.0 | 2,801 |
/* gpgkeys_curl.c - fetch a key via libcurl
* Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 Foun... | alexforsale/aosp_platform_external_gpg | keyserver/gpgkeys_curl.c | C | gpl-3.0 | 10,109 |
using System.IO;
using System.Text.RegularExpressions;
// This is a neat little idea I found of how to deal with the problem of non-incrementing file version on StackOverflow
// It has the advantage of not relying on a particular build system and being completely optional.
namespace BumpBuildNumber
{
class BumpBuil... | exoatmorobotics/kspMods | RasterPropMonitor-0.22.2/BumpBuildNumber/BumpBuildNumber.cs | C# | gpl-3.0 | 850 |
if (runTime.outputTime())
{
// Displacement gradient
tetPointTensorField gradU = tetFec::grad(U);
// Stress tensor
tetPointSymmTensorField sigma =
rho*(2.0*mu*symm(gradU) + lambda*I*tr(gradU));
// Create pointMesh for field post-processing
const poi... | Unofficial-Extend-Project-Mirror/openfoam-extend-foam-extend-3.1 | applications/solvers/solidMechanics/stressFemFoam/calculateStress.H | C++ | gpl-3.0 | 2,821 |
<?php
class TransactionTest_55 extends SimpleTest {
function test_1_transactions() {
DB::$nested_transactions = true;
$depth = DB::startTransaction();
$this->assert($depth === 1);
DB::query("UPDATE accounts SET age=%i WHERE username=%s", 700, 'Abe');
$depth = DB::startTransaction... | OkoWsc/Accessin-Command | vendor/sergeytsalkov/meekrodb/simpletest/TransactionTest_55.php | PHP | gpl-3.0 | 2,730 |
/**********************************************************************
require( 'require' )
-----------------------------------------------------------------------
@example
var Path = require("node://path"); // Only in NodeJS/NW.js environment.
var Button = require("tfw.button");
*****************************... | tolokoban/hackathon-2016 | spec/mod/@require.js | JavaScript | gpl-3.0 | 1,562 |
require 'factory_girl'
FactoryGirl.define do
# requires order
factory :group_order do
ordergroup { create(:user, groups: [FactoryGirl.create(:ordergroup)]).ordergroup }
end
end
| BanzaiMan/foodsoft | spec/factories/group_order.rb | Ruby | gpl-3.0 | 190 |
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... | Niky4000/UsefulUtils | projects/others/eclipse-platform-parent/eclipse.jdt.core-master/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ClassFile.java | Java | gpl-3.0 | 130,298 |
/*
* Copyright (c) 2012, Mathieu Malaterre
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of c... | AlienCowEatCake/ImageViewer | src/ThirdParty/OpenJPEG/openjpeg-2.4.0/tests/unit/testempty1.c | C | gpl-3.0 | 4,031 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_35) on Sat Oct 06 21:59:20 CEST 2012 -->
<TITLE>
SmartPrinter (Mockito 1.9.5 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-06">
<LINK REL ="styl... | robertsmieja/Gw2InfoViewer | lib/mockito-1.9.5/javadoc/org/mockito/internal/reporting/SmartPrinter.html | HTML | gpl-3.0 | 14,360 |
/*******************************************************************************
* Trace Recorder Library for Tracealyzer v3.0.2
* Percepio AB, www.percepio.com
*
* trcKernelPort.c
*
* The kernel-specific code for integration with FreeRTOS.
*
* Terms of Use
* This software (the "Tracealyzer Recorder Library") ... | RobsonRojas/frertos-udemy | Keil-FreeRTOS-Sample-Project/Keil-FreeRTOS/FreeRTOSv9.0.0/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace(streaming)/trcKernelPort.c | C | gpl-3.0 | 8,840 |
# zxcvbn-c
This is a C/C++ implementation of the zxcvbn password strength estimation.
The code is intended to be included as part of the source of a C/C++ program. Like the
original this code is for character sets which use single byte characters primarily in the
code range 0x20 to 0x7E.
The original coffee script ve... | mooltipass/moolticute | src/zxcvbn-c/README.md | Markdown | gpl-3.0 | 4,021 |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Basic BOT handling.
//
// $Workfile: $
// $Date: $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//================================================... | OnePointSeven/onepointseven | src/game/server/sdk/sdk_bot_temp.cpp | C++ | gpl-3.0 | 11,070 |
/*
** $Id: sjisunimap.c 12463 2010-01-15 02:14:24Z houhuihua $
**
** sjisunimap.c: Shift-JIS to UNICODE map.
**
** Copyright (C) 2003 ~ 2008 Feynman Software.
**
** All rights reserved by Feynman Software.
**
** Create date: 2003/02/14
*/
#include "common.h"
#ifdef _MGCHARSET_SHIFTJIS
#ifdef _MGCHARSET_UNICODE
con... | shuntianxia/libminigui-gpl-3.0.12 | src/font/sjisunimap.c | C | gpl-3.0 | 65,498 |
/**************************************************************************/
/*!
@file mcp4725.h
@author K. Townsend (microBuilder.eu)
@section LICENSE
Software License Agreement (BSD License)
Copyright (c) 2010, microBuilder SARL
All rights reserved.
Redistribution and use in sou... | jhnphm/xbs_xbd | platforms/lpc1114-evb/microbuilder_sdk/drivers/dac/mcp4725/mcp4725.h | C | gpl-3.0 | 2,429 |
/*
* 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 ... | happyjack27/autoredistrict | src/org/apache/commons/math3/transform/FastFourierTransformer.java | Java | gpl-3.0 | 27,654 |
package net.minecraft.item;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
public class ItemSimpleFoiled extends Item
{
/**
* Returns true if this item has an enchantment glint. By default, this returns
* <code>stack.isItemEnchanted()</code>, but other ... | Severed-Infinity/technium | build/tmp/recompileMc/sources/net/minecraft/item/ItemSimpleFoiled.java | Java | gpl-3.0 | 761 |
/* grain.h */
/*
This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.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 3 of ... | efDidymos/LightweightCryptography | StreamCiphers/Grain-sha256/src/grain/grain.h | C | gpl-3.0 | 1,238 |
package command
import (
"io/ioutil"
"os"
"path/filepath"
"strings"
"testing"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/cli"
)
func TestOutput(t *testing.T) {
originalState := &terraform.State{
Modules: []*terraform.ModuleState{
&terraform.ModuleState{
Path: []string{"root"},
... | svend/terraform | command/output_test.go | GO | mpl-2.0 | 4,338 |
## Tests
#### Mocha, React Test Utils and Karma
We are using React Test Utils to test our components and using Karma for our test runner to run Mocha tests.
To run the test simply run:
```
$> npm test
```
#### Selenium
```
$> npm run test:selenium
``` | mozilla/donate.mozilla.org | docs/Tests.md | Markdown | mpl-2.0 | 257 |
<?php
/**
* @package jelix
* @subpackage auth
* @author Laurent Jouanneau
* @contributor Frédéric Guillot, Antoine Detante, Julien Issler
* @copyright 2005-2008 Laurent Jouanneau, 2007 Frédéric Guillot, 2007 Antoine Detante
* @copyright 2007 Julien Issler
*
*/
/**
* interface for auth drivers
* @package ... | aeag/lizmap-web-client | lib/jelix/auth/jIAuthDriver.iface.php | PHP | mpl-2.0 | 2,391 |
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></scri... | Yukarumya/Yukarum-Redfoxes | dom/canvas/test/webgl-conf/generated/test_2_conformance__more__functions__texImage2DBadArgs.html | HTML | mpl-2.0 | 563 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTML Test: dir=auto, start with dir, then L</title>
<link rel="reference" href="dir_auto-contained-dir-L-ref.html" />
<link rel="author" title="Matitiahu Allouche" href="mailto:matitiahu.allouche@google.com" />
<link rel="author" title=... | Yukarumya/Yukarum-Redfoxes | layout/reftests/bidi/dirAuto/dir_auto-unset-contained-dir-R-ref.html | HTML | mpl-2.0 | 2,538 |
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></scri... | Yukarumya/Yukarum-Redfoxes | dom/canvas/test/webgl-conf/generated/test_2_conformance__glsl__functions__glsl-function.html | HTML | mpl-2.0 | 559 |
using System;
using System.IO;
using System.Threading.Tasks;
using Windows.ApplicationModel;
using Windows.Storage;
using Newtonsoft.Json;
namespace AlFanous.Model
{
public class DataService : IDataService
{
public async Task<FanousQueryResponse> GetData()
{
return null;
}... | keelhaule/alfanous | interfaces/smart_phones/WindowsStore/AlFanous/Model/DataService.cs | C# | agpl-3.0 | 330 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost::cnv::is_range</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title... | ntonjeta/iidea-Docker | examples/sobel/src/boost_1_63_0/libs/convert/doc/html/boost_convert/supporting_tools/boost__cnv__is_range.html | HTML | agpl-3.0 | 2,966 |
"""A module that is accepted by Python but rejected by tokenize.
The problem is the trailing line continuation at the end of the line,
which produces a TokenError."""
""\
| GbalsaC/bitnamiP | venv/lib/python2.7/site-packages/pylint/test/input/func_tokenize_error.py | Python | agpl-3.0 | 173 |
<?php
/**
* Class xmlformTemplate
*
* @author David S. Callizaya S. <davidsantos@colosa.com>
* @package gulliver.system
* @access public
*/
class xmlformTemplate extends Smarty
{
public $template;
public $templateFile;
/**
* Function xmlformTemplate
*
* @author David S. Callizaya S. <d... | BathnesDevelopment/processmaker-3.1.2.b2-community | gulliver/system/class.xmlformTemplate.php | PHP | agpl-3.0 | 15,101 |
#!/usr/bin/perl
# --
# bin/fcgi-bin/public.pl - the global FastCGI handle file for OTRS
# Copyright (C) 2001-2015 OTRS AG, http://otrs.com/
# --
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU AFFERO General Public License as published by
# the Free Software Founda... | oiami/otrs | bin/fcgi-bin/public.pl | Perl | agpl-3.0 | 1,626 |
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Gengo Translator',
'category': 'Website/Website',
'summary': 'Translate website in one-click',
'description': """
This module allows to send website content to Gengo translation service in a si... | ddico/odoo | addons/website_gengo/__manifest__.py | Python | agpl-3.0 | 544 |
<?php
/*
* This file is part of the ONGR package.
*
* (c) NFQ Technologies UAB <info@nfq.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace ONGR\ElasticsearchDSL\Tests\Unit\DSL\Aggregation;
use ONGR\ElasticsearchDSL\... | GerDner/luck-docker | vendor/ongr/elasticsearch-dsl/tests/Aggregation/ChildrenAggregationTest.php | PHP | agpl-3.0 | 1,593 |
<?php
class WSLiveReportInputPager extends WSBaseObject
{
function getKalturaObject() {
return null;
}
/**
* @var int
**/
public $pageSize;
/**
* @var int
**/
public $pageIndex;
public function WSLiveReportInputPager($pageSize, $pageIndex) {
$this->pageSize = $pageSize;
$this->pageInde... | ivesbai/server | api_v3/lib/types/liveReports/soap/WSLiveReportInputPager.class.php | PHP | agpl-3.0 | 343 |
<?php
/**
* HtmlHelperTest file
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
* Copyright 2005-2011, Cake Software Foundation, Inc.
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice
*
* @copyright Copyright 2005-2011, Cake S... | parkr/HEC-87-Database-Admin | lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php | PHP | agpl-3.0 | 46,763 |
Hide Top Grades Navigation
======
Use this Javascript to hide the grades navigation at the top of Canvas.
Support
======
This is an unsupported, community-created project. Keep that in
mind. Instructure won't be able to help you fix or debug this.
That said, the community will hopefully help support and keep
both th... | kajigga/canvas-contrib | Branding/JavaScript/hide_grades_top_nav/README.md | Markdown | agpl-3.0 | 376 |
/*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2015 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | sanjupolus/KC6.oLatest | coeus-impl/src/main/java/org/kuali/kra/meeting/OtherPresentBean.java | Java | agpl-3.0 | 1,361 |
package tc.oc.pgm.loot;
import org.bukkit.inventory.ItemStack;
import tc.oc.commons.core.inject.HybridManifest;
import tc.oc.pgm.compose.ComposableManifest;
import tc.oc.pgm.features.FeatureBinder;
import tc.oc.pgm.match.MatchScope;
import tc.oc.pgm.match.inject.MatchBinders;
import tc.oc.pgm.match.inject.MatchScoped;... | cswhite2000/ProjectAres | PGM/src/main/java/tc/oc/pgm/loot/LootManifest.java | Java | agpl-3.0 | 1,206 |
--[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | vilarion/Illarion-Content | monster/base/spells/poisonball.lua | Lua | agpl-3.0 | 1,194 |
CREATE OR REPLACE FUNCTION
issues_update_open_all (
new_open boolean,
course_id bigint,
authn_user_id bigint
) RETURNS void
AS $$
DECLARE
old_open boolean;
BEGIN
WITH updated_issues AS (
UPDATE issues AS e
SET open = new_open
WHERE
e.course_id ... | jakebailey/PrairieLearn | sprocs/issues_update_open_all.sql | SQL | agpl-3.0 | 863 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.