repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
allen12345/miqa
sites/all/themes/questionsanswers/views-view-unformatted--tweets--block.tpl.php
104
<ul class="tw"> <?php foreach ($rows as $id => $row) { ?> <li><?php print $row; ?></li> <?php } ?> </ul>
gpl-2.0
johannheyne/acf-table
advanced-custom-fields-table-field/tags/1.3.4/js/input-v5.js
26869
(function($) { function ACFTableField() { var t = this; t.version = '1.3.4'; t.param = {}; // DIFFERENT IN ACF VERSION 4 and 5 { t.param.classes = { btn_small: 'acf-icon small', // "acf-icon-plus" becomes "-plus" since ACF Pro Version 5.3.2 btn_add_row: 'acf-icon-plus -plus', btn_add...
gpl-2.0
ivanp/dockerbuilds
node-tools/Dockerfile
134
FROM kucing/node:latest MAINTAINER Ivan <ivan@marsud.id> RUN npm install -g bower gulp phantomjs eslint node-gyp WORKDIR /app
gpl-2.0
LegendOfDragoon/AziAudio
AziAudio/my_types.h
14081
/* * minimum data types for MIPS and the Ultra64 RCP * * No copyright is intended on this file. :) * * To work with features of the RCP hardware, we need at the very least: * 1. a 64-bit type or a type which can encompass 64-bit operations * 2. signed and unsigned 32-or-more-bit types (s32, u32) * ...
gpl-2.0
Sauriel/rasengan
src/de/sauriel/rasengan/ui/DownloadDialog.java
2082
/* * Rasengan - Manga and Comic Downloader * Copyright (C) 2013 Sauriel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at ...
gpl-2.0
johnnyjacob/evolution
help/quickref/sq/quickref.tex
3964
% To rebuild the .pdf from this source, use something like the following % latex quickref.tex % dvips -t letter -f -Pcmz < quickref.dvi >| quickref.ps % ps2pdf -sPAPERSIZE=letter quickref.ps \documentclass[12pt]{article} \usepackage[utf-8]{inputenc} \usepackage{lscape} \usepackage{setspace} \usepackage{graphicx} \usepa...
gpl-2.0
pavlix/nm-applet
src/connection-editor/page-master.h
2296
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager Connection editor -- Connection editor for NetworkManager * * 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 ...
gpl-2.0
Kevinlearynet/angular-trial-app
scripts/controllers/app-controller.js
901
/** * App Control * * Central controller attached to the top level <html> * element */ "use strict"; ( function ( angular, app ) { // get user profile data app.controller( "AppCtrl", [ '$rootScope', '$scope', '$state', 'UserService', function ( $rootScope, $scope, $state, UserService ) { // // bodyCl...
gpl-2.0
ZeXtras/OpenZAL
src/java/org/openzal/zal/ldap/LdapServerType.java
694
package org.openzal.zal.ldap; import javax.annotation.Nonnull; public class LdapServerType { @Nonnull private final com.zimbra.cs.ldap.LdapServerType mLdapServerType; public final static LdapServerType MASTER = new LdapServerType(com.zimbra.cs.ldap.LdapServerType.MASTER); public final static LdapServerType R...
gpl-2.0
ruo91/opsview-core-3.20131016.0.14175.utf8
lib/Opsview/Schema/Useragents.pm
1671
package Opsview::Schema::Useragents; use strict; use warnings; use base 'Opsview::DBIx::Class'; __PACKAGE__->load_components(qw/InflateColumn::DateTime Core/); __PACKAGE__->table( __PACKAGE__->opsviewdb . ".useragents" ); __PACKAGE__->add_columns( "id", { data_type => "VARCHAR", default_v...
gpl-2.0
amtux/quick-news
app/scripts/controllers/cbc.js
1204
'use strict'; /** * @ngdoc function * @name quickNewsApp.controller:CbcCtrl * @description * # CbcCtrl * Controller of the quickNewsApp */ angular.module('quickNewsApp') .controller('CbcCtrl', function ($scope, $http) { this.awesomeThings = [ 'HTML5 Boilerplate', 'AngularJS', 'Karma' ...
gpl-2.0
gilmh/PracticaAndroid
AgenBar/src/org/hectordam/proyectohector/Mapa.java
3630
package org.hectordam.proyectohector; import java.util.ArrayList; import org.hectordam.proyectohector.R; import org.hectordam.proyectohector.base.Bar; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesNotAvailableException; import com.google.android.gms.com...
gpl-2.0
kunato/s3-u6
drivers/input/touchscreen/mms_ts.c
78817
/* * mms_ts.c - Touchscreen driver for Melfas MMS-series touch controllers * * Copyright (C) 2011 Google Inc. * Author: Dima Zavin <dima@android.com> * Simon Wilson <simonwilson@google.com> * * ISP reflashing code based on original code from Melfas. * * This program is free software; you can redistribu...
gpl-2.0
jocelynmass/nrf51
toolchain/arm_cm0/share/doc/gcc-arm-none-eabi/html/as.html/Expressions.html
2889
<html lang="en"> <head> <title>Expressions - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="Symbols.html#Symbols" title="Symbols"...
gpl-2.0
bdh92123/share_all
src/main/resources/css/userCell.css
364
#userIcon.hear { -fx-image: url(../img/eye.png); } #userIcon.me { -fx-image: url(../img/eye.png); -fx-opacity: 0.1; } #userIcon.me:hover { -fx-image: url(../img/eye.png); -fx-opacity: 0.3; } #userIcon.master { -fx-image: url(../img/crown.png); } #userItem { -fx-background-color: #E4F6F9; -fx-background-radi...
gpl-2.0
twitter/bittern
lvm2/test/shell/lvmetad-lvm1.sh
972
#!/bin/sh # Copyright (C) 2012 Red Hat, Inc. All rights reserved. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions # of the GNU General Public License v.2. # # You should have received a copy of the GNU General Public Licens...
gpl-2.0
battle-for-wesnoth/svn
src/video.hpp
4277
/* $Id$ */ /* Copyright (C) 2003 - 2013 by David White <dave@whitevine.net> 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 Foundatio...
gpl-2.0
Psycho666/Simplicity_trlte_kernel
kernel/futex.c
77612
/* * Fast Userspace Mutexes (which I call "Futexes!"). * (C) Rusty Russell, IBM 2002 * * Generalized futexes, futex requeueing, misc fixes by Ingo Molnar * (C) Copyright 2003 Red Hat Inc, All Rights Reserved * * Removed page pinning, fix privately mapped COW pages and other cleanups * (C) Copyright 2003, ...
gpl-2.0
vikhyath/libvirt-hyperv-r2-2012
daemon/remote_dispatch.h
498216
/* Automatically generated from ../src/remote/remote_protocol.x by gendispatch.pl. * Do not edit this file. Any changes you make will be lost. */ static int remoteDispatchAuthList( virNetServerPtr server, virNetServerClientPtr client, virNetMessagePtr msg, virNetMessageErrorPtr rerr, remote_auth_...
gpl-2.0
Tjdowdell/Susan_Batchelor_Website
wp-content/plugins/appointment-booking/backend/Backend.php
7231
<?php namespace Bookly\Backend; use Bookly\Backend\Modules; use Bookly\Frontend; use Bookly\Lib; /** * Class Backend * @package Bookly\Backend */ class Backend { public function __construct() { // Backend controllers. $this->apearanceController = Modules\Appearance\Controller::getInstan...
gpl-2.0
mperignon/component_creator
topoflow_creator/topoflow/channels_base.py
124876
## See "d_bankfull" in update_flow_depth() ######## (2/21/13) ## See "(5/13/10)" for a temporary fix. #------------------------------------------------------------------------ # Copyright (c) 2001-2014, Scott D. Peckham # # Sep 2014. Wrote new update_diversions(). # New standard names and BMI updates ...
gpl-2.0
timrule/qt-projects
canmon/monitor.cpp
2638
#include <QDebug> #include <net/if.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> #include "monitor.h" Monitor::Monitor() { running = 0; } void Monitor::start() { int rc; int s; fd_set rdfs; int nbytes; struct sockaddr_can addr; struct canfd_frame frame; struct iovec iov; char ctr...
gpl-2.0
CanyonCounty/CC.Common.Compression
CC.Common.Compression.Demo/Properties/Settings.Designer.cs
1061
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generate...
gpl-2.0
AdrianoMartins/android_kernel_lge_v500
drivers/char/msm_rotator.c
88858
/* Copyright (c) 2009-2013, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
alucardxlx/kaltar
Scripts/Items/Special/Special Scrolls/PowerScroll.cs
11516
using System; using Server; using Server.Gumps; using Server.Network; namespace Server.Items { public class PowerScroll : Item { private SkillName m_Skill; private double m_Value; private static SkillName[] m_Skills = new SkillName[] { SkillName.Blacksmith, SkillName.Tailoring, ...
gpl-2.0
rex-xxx/Explay_A350_kernel_source_code
drivers/media/video/msm/ov2655.h
22304
/* Copyright (c) 2010-2011, Code Aurora Forum. 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 version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in ...
gpl-2.0
saloni10/librehatti_new
src/authentication/models.py
1479
from django.db import models from django.contrib.auth.models import User class OrganisationType(models.Model): type_desc = models.CharField(max_length=200) def __unicode__(self): return self.type_desc class Address(models.Model): street_address = models.CharField(max_length=100) city = model...
gpl-2.0
kkszysiu/amarok
tests/synchronization/TestUnionJob.cpp
9619
/**************************************************************************************** * Copyright (c) 2010 Maximilian Kossick <maximilian.kossick@googlemail.com> * * * * This program is free software; you can redistribute ...
gpl-2.0
gabrieldelsaint/uol-messenger
src/public/uim/controller/commands/ShowFileTransfersDialogCommand.cpp
2122
/* UOL Messenger * Copyright (c) 2005 Universo Online S/A * * Direitos Autorais Reservados * All rights reserved * * Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo * sob os termos da Licença Pública Geral GNU conforme publicada pela Free * Software Foundation; tanto a versão 2 da Lice...
gpl-2.0
jerrodputman/jerrodputman.github.io
_drafts/2009-03-21-postmortem-sheepstacker.md
14183
--- title: "Postmortem: Sheepstacker" description: "A discussion about the development of the iOS game Sheepstacker from Tiny Tim Games." categories: Postmortems tags: [Tiny Tim Games, Unity, indie, iOS, postmortem, game development] published: 3-21-2009 --- *NOTE: The following postmortem was originally presented on ...
gpl-2.0
Rastrian/ElunaTrinityWotlk
src/server/game/Handlers/CharacterHandler.cpp
80672
/* * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
gpl-2.0
richard-doyle/time-of-flight
README.md
17
# time-of-flight
gpl-2.0
herrnst/xbmc-opdenkamp
xbmc/pvr/channels/PVRChannelGroups.h
6251
#pragma once /* * Copyright (C) 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 later ver...
gpl-2.0
sucofog/chaoscore
src/server/game/Entities/Creature/TemporarySummon.cpp
9947
/* * Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
gpl-2.0
the-wilhelm/chicagostorage
dbv/data/schema/wp_term_taxonomy.sql
489
CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DE...
gpl-2.0
gustavoguichard/simsimultaneas
wp-includes/js/jquery/jquery.effects.transfer.min-ck.js
697
/*! jQuery UI - v1.8.20 - 2012-04-30 * https://github.com/jquery/jquery-ui * Includes: jquery.effects.transfer.js * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */(function(a,b){a.effects.transfer=function(b){return this.queue(function(){var c=a(this),d=a(b.options.to),e=d.offset(),f={top:e.top,left:e.left,height:...
gpl-2.0
zyongqing/okp
src/libs/zbxhistory/history.h
1884
/* ** Zabbix ** Copyright (C) 2001-2018 Zabbix SIA ** ** 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 pro...
gpl-2.0
Orange-OpenSource/documentare-simdoc
simdoc/core/java/Comp/src/test/java/com/orange/documentare/core/comp/clustering/tasksservice/ClusteringTasksServiceTest.java
5621
package com.orange.documentare.core.comp.clustering.tasksservice; /* * Copyright (c) 2016 Orange * * Authors: Christophe Maldivi & Joel Gardes * * 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 Softw...
gpl-2.0
lanyanjing-2016/lanyanjing-2016.github.io
items/weui-master/css/main.css
7305
.head_title { text-align: center; font-size: 20px; color:#002529; font-weight: 400; position:relative; } .head_title:after{content: ''; position: absolute;left: 0;top:30px; background:#cacaca; width: 100%;height: 1px; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);-webkit-trans...
gpl-2.0
vlad-syan/isida
usr/local/sbin/fix_3528.sh
11905
#!/bin/bash if [ -z $1 ] then exit 0 fi ip=$1 rules=$2 trunk=$3 access=$4 general_rules='/etc/isida/isida.conf' get_uplink=`grep 'uplink' $general_rules | cut -d= -f2 | sed -e s/%ip/$ip/` ism_vlanid=`grep 'ism_vlanid' $general_rules | cut -d= -f2` port_count=`echo $5 | sed -e s/://` args='' count=0 enum_pars=`cat $...
gpl-2.0
emelielindstrom/wordpress
wp-content/plugins/awesome-filterable-portfolio/css/colorbox.css
4311
/* Colorbox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxWrapper {max-width:none;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLe...
gpl-2.0
havran/Drupal.sk
docroot/drupal/core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
24356
<?php /** * @file * Contains \Drupal\Tests\Core\Form\FormBuilderTest. */ namespace Drupal\Tests\Core\Form; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Access\AccessResult; use Drupal\Core\Access\AccessResultForbidden; use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\Core\F...
gpl-2.0
Teplitsa/bquest.ru
lib/model/doctrine/dmUserPlugin/DmUserGroupTable.class.php
386
<?php /** * DmUserGroupTable * * This class has been auto-generated by the Doctrine ORM Framework */ class DmUserGroupTable extends PluginDmUserGroupTable { /** * Returns an instance of this class. * * @return DmUserGroupTable The table object */ public static function getInstance() ...
gpl-2.0
jried31/SSKB
sensite/src/main/java/database/parse/util/DBGlobals.java
1007
/* * 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 database.parse.util; import almonds.Parse; import almonds.ParseObject; import database.parse.tables.ParsePhenomena; import da...
gpl-2.0
xingrz/android_kernel_nubia_msm8996
drivers/usb/gadget/function/f_mass_storage.c
106868
/* * f_mass_storage.c -- Mass Storage USB Composite Function * * Copyright (C) 2003-2008 Alan Stern * Copyright (C) 2009 Samsung Electronics * Author: Michal Nazarewicz <mina86@mina86.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modific...
gpl-2.0
hbarghi/VirtualBattery1
src/mesh/model/dot11s/hwmp-protocol.cc
94361
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008,2009 IITP RAS * * 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 dis...
gpl-2.0
brho/plan9
sys/src/cmd/gs/src/gp_stdia.c
1087
/* Copyright (C) 2001 artofcode LLC. All rights reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of the license contained in the...
gpl-2.0
portante/sosreport
sos/plugins/sysvipc.py
1199
## Copyright (C) 2007-2012 Red Hat, Inc., Bryn M. Reeves <bmr@redhat.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 ## (at your option) any later ve...
gpl-2.0
kompics/kola
src/main/java/se/sics/kola/node/AClassFieldAccess.java
2887
/* This file was generated by SableCC (http://www.sablecc.org/). */ package se.sics.kola.node; import se.sics.kola.analysis.*; @SuppressWarnings("nls") public final class AClassFieldAccess extends PFieldAccess { private PClassName _className_; private TIdentifier _identifier_; public AClassFieldAccess()...
gpl-2.0
pingdynasty/BlipBox
src/com/pingdynasty/blipbox/MidiOutputEventHandler.java
12949
package com.pingdynasty.blipbox; import java.util.Map; import java.util.HashMap; import javax.sound.midi.*; import com.pingdynasty.midi.ScaleMapper; import org.apache.log4j.Logger; public class MidiOutputEventHandler extends MultiModeKeyPressManager { private static final Logger log = Logger.getLogger(MidiOutputE...
gpl-2.0
unktomi/form-follows-function
mjavac/langtools/test/tools/apt/mirror/type/EnumTyp.java
2590
/* * Copyright 2004-2007 Sun Microsystems, Inc. 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 Software Fou...
gpl-2.0
mcufans/xlink
firmware/xlink-kickstart/USB/usbreg_STM32F10x.h
5722
/*---------------------------------------------------------------------------- * U S B - K e r n e l *---------------------------------------------------------------------------- * Name: usbreg_STM32F10x.h * Purpose: USB Hardware Layer Definitions for ST STM32F10x * Version: V1.20 *--------------------...
gpl-2.0
MattCrystal/tripping-hipster
drivers/crypto/msm/qce50.c
128263
/* Qualcomm Crypto Engine driver. * * Copyright (c) 2012-2013, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. * ...
gpl-2.0
itsazzad/zanata-server
zanata-war/src/main/java/org/zanata/dao/AccountRoleDAO.java
3235
package org.zanata.dao; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import org.hibernate.Criteria; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.criterion.Restrictions; import org.jboss.seam.ScopeType; import org.jboss.seam.annot...
gpl-2.0
techtonik/wesnoth
src/formula_debugger.cpp
8738
/* Copyright (C) 2009 - 2015 by Yurii Chernyi <terraninfo@terraninfo.net> 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 Foundation;...
gpl-2.0
H0zen/M0-server
src/modules/Bots/playerbot/strategy/actions/BuyAction.cpp
1267
#include "botpch.h" #include "../../playerbot.h" #include "BuyAction.h" #include "../ItemVisitors.h" #include "../values/ItemCountValue.h" using namespace ai; bool BuyAction::Execute(Event event) { string link = event.getParam(); ItemIds itemIds = chat->parseItems(link); if (itemIds.empty()) retu...
gpl-2.0
sondang86/hasico
templates/temp_template/index.php
3934
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language;?>" > <?php /* @package mx_joomla121 Template * @author mixwebtemplates ht...
gpl-2.0
MarcosFernandez/diffExprPermutation
main.cpp
8112
/* * main.cpp * * Created on: 30 Xan, 2015 * Author: marcos */ #include "common.h" extern "C" { #include "perm.h" } /** * \brief Print application help */ void printHelp() { cout << "diffExprpermutation: Find differentially expressed genes from a set of control and cases samples using a permutation st...
gpl-2.0
DrabWeb/iTerm2
sources/iTermBoxDrawingBezierCurveFactory.h
472
// // iTermBoxDrawingBezierCurveFactory.h // iTerm2 // // Created by George Nachman on 7/15/16. // // #import <Cocoa/Cocoa.h> @interface iTermBoxDrawingBezierCurveFactory : NSObject + (NSCharacterSet *)boxDrawingCharactersWithBezierPaths; + (NSArray<NSBezierPath *> *)bezierPathsForBoxDrawingCode:(unichar)code ...
gpl-2.0
dlshad/aymta
themes/grassland/css/ie.css
920
/* Remove some alpha blended PNGs to avoid problems with antiquated IE <= 6. It doesn't look much different unless you look closely. */ div.post-content, span.post-frame-top, span.post-frame-bottom { background-image: url(images/post-ie.png);height:1px; overflow:visible} div.widget-center, span.widget-top, span.widge...
gpl-2.0
leemgs/OptimusOneKernel-KandroidCommunity
include/linux/prio_heap.h
388
#ifndef _LINUX_PRIO_HEAP_H #define _LINUX_PRIO_HEAP_H #include <linux/gfp.h> struct ptr_heap { void **ptrs; int max; int size; int (*gt)(void *, void *); }; extern int heap_init(struct ptr_heap *heap, size_t size, gfp_t gfp_mask, int (*gt)(void *, void *)); void heap_free(struct ptr_heap *heap); e...
gpl-2.0
calchen/bjxypingjiao
README.md
52
bjxypingjiao ============ 滨江学院评教系统
gpl-2.0
ya6adu6adu/schoolmule
connectors/tree_performance.php
8691
<?php include_once '../libs/Connection.php'; include_once '../libs/tree_editor.php'; class tree_performance extends tree_editor{ public function __construct(){ parent::__construct(); if(!isset($_POST['action'])){ header("content-type:text/xml;charset=UTF-8"); if(isset($_GET['refresh'])){ ...
gpl-2.0
pinkiesky/ImageResizerForAndroid
ImageResizerForAndroid/src/imageresizerforandroid/ImageContainer.java
995
package imageresizerforandroid; import java.awt.image.BufferedImage; import java.io.File; import javax.swing.ImageIcon; /** * * @author fonter */ public class ImageContainer { private final BufferedImage image; private ImageIcon cache; private final File file; public ImageContainer (BufferedImage ...
gpl-2.0
centrumholdings/buildbot
buildbot/status/web/authz.py
2513
from buildbot.status.web.auth import IAuth class Authz(object): """Decide who can do what.""" knownActions = [ # If you add a new action here, be sure to also update the documentation # at docs/cfg-statustargets.texinfo 'gracefulShutdown', 'forceBuild', 'forceAllBui...
gpl-2.0
anandkp92/waf
gui/__init__.py
96
#! /usr/bin/env python # encoding: UTF-8 '''give access permission for files in this folder'''
gpl-2.0
polettix/igsuite-unofficial
IG/SpreadsheetWriteExcelUtility.pm
29176
## IGSuite 4.0.1 ## Procedure: SpreadsheetWriteExcelUtility.pm ## Last update: 01/07/2010 ############################################################################# # IGSuite 4.0.1 - Provides an Office Suite by simple web interface # # Copyright (C) 2002 Dante Ortolani [LucaS] ...
gpl-2.0
romangrb/register-now-plugin
backup/event-tickets 1.2.3/common/src/e_register_now/Timezones.php
9222
<?php /** * Helpers for handling timezone based event datetimes. * * In our timezone logic, the term "local" refers to the locality of an event * rather than the local WordPress timezone. */ class E_Register_NowTimezones { const SITE_TIMEZONE = 'site'; const EVENT_TIMEZONE = 'event'; /** * Container for r...
gpl-2.0
KDE/nepomuk-widgets
ui/kedittagsdialog_p.h
2652
/***************************************************************************** * Copyright (C) 2009 by Peter Penz <peter.penz@gmx.at> * * * * This library is free software; you can redistribute it and/or * * m...
gpl-2.0
bylu/Test
wulu/2015.11.23/qipai/1008/qpplat/70.html
7029
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>»ÆÊ¯ÓÎÏ·ÖÐÐÄÏÂÔØ</title> <meta name="keywords" content="»ÆÊ¯,ÓÎÏ·ÖÐÐÄ,ÏÂÔØ,»ÆÊ¯,ÓÎÏ·ÖÐÐÄ,µ±µØ,ÆåÅÆÓÎÏ·,ƽ̨," /> <...
gpl-2.0
hackcraft-sk/swarm
ubwtv/Assets/Scripts/EndScreenController.cs
2119
using UnityEngine; using System.Collections; public class EndScreenController : ScreenController { public UnityEngine.UI.Text winnerText; public UnityEngine.UI.Text player1Text; public UnityEngine.UI.Text player2Text; public UnityEngine.UI.Text nextLeftPlayers; public UnityEngine.UI.Text nextRightPlayers; pr...
gpl-2.0
ZheyuJin/CS8674.FALL2015.NEUSeattle
cassandra/Tim Cassandra Testing and Table Creation/RunTransformTim.java
1948
package fortesting; import java.io.IOException; public class RunTransformTim { /** * Loads data into appropriate tables (assumes scheme already created) * * This will import the tables from my CSVs, which I have on dropbox. Let me * (Tim) know if you need the CSVs No guarantee that it works ...
gpl-2.0
trychlos/openbook
src/api/ofo-base.h
4134
/* * Open Firm Accounting * A double-entry accounting application for professional services. * * Copyright (C) 2014-2020 Pierre Wieser (see AUTHORS) * * Open Firm Accounting 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 ...
gpl-2.0
grapesmoker/geogame
src/edu/cmu/cs/cimds/geogame/client/ui/InventoryGrid.java
2903
package edu.cmu.cs.cimds.geogame.client.ui; import java.util.ArrayList; import java.util.Collections; import java.util.List; import com.google.gwt.user.client.ui.Grid; import com.google.gwt.user.client.ui.Image; import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.VerticalPanel; import com...
gpl-2.0
ssm2017/phposm
includes/helpers/archive.php
2275
<?php /** * @package phposm * @copyright Copyright (C) 2015 Wene - ssm2017 Binder ( S.Massiaux ). All rights reserved. * @link https://github.com/ssm2017/phposm * @license GNU/GPL, http://www.gnu.org/licenses/gpl-2.0.html * Phposm is free software. This version may have been modified pursuant * to the GN...
gpl-2.0
zhenglab/2015SpringCV
Assignments/Assignment3Solutions/戴嘉伦/Grab/Size/Batch_Size.sh
451
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH Sig="/home/dai/tmp/Assignment#3/Size/Signature/BatchProcessing.m" Rect="/home/dai/tmp/Assignment#3/Size/Rectangle/BatchProcessing.sh" Eva="/home/dai/tmp/Assignment#3/Size/Evaluation/BatchProcessing.m" MatlabExe="/opt/Matlab2013/bin/ma...
gpl-2.0
rusuni/unicyclingru
plugins/system/nnframework/helpers/assignments/tags.php
2139
<?php /** * NoNumber Framework Helper File: Assignments: Tags * * @package NoNumber Framework * @version 14.9.9 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2014 NoNumber All Rights Reserved * @license ...
gpl-2.0
iperry/gst-plugins-base
gst-libs/gst/audio/gstaudiosink.c
18574
/* GStreamer * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu> * 2005 Wim Taymans <wim@fluendo.com> * * gstaudiosink.c: simple audio sink base class * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Li...
gpl-2.0
SeTM/MythCore
dep/g3dlite/source/TextOutput.cpp
11994
/** @file TextOutput.cpp @maintainer Morgan McGuire, http://graphics.cs.williams.edu @created 2004-06-21 @edited 2010-03-14 Copyright 2000-2010, Morgan McGuire. All rights reserved. */ #include "G3D/TextOutput.h" #include "G3D/Log.h" #include "G3D/fileutils.h" #include "G3D/FileSystem.h" namespace G3D...
gpl-2.0
SubhrajyotiSen/HelioxKernelOnyx
kernel/workqueue.c
109169
/* * kernel/workqueue.c - generic async execution with shared worker pool * * Copyright (C) 2002 Ingo Molnar * * Derived from the taskqueue/keventd code by: * David Woodhouse <dwmw2@infradead.org> * Andrew Morton * Kai Petzke <wpp@marie.physik.tu-berlin.de> * Theodore Ts'o <tytso@mit.edu> *...
gpl-2.0
cristoslc/youtube-playlist-reader
css/ypr.css
481
/** * @version 1.0.0 * @package YPR - YouTube Playlist Reader * @author Fotis Evangelou - http://nuevvo.gr * @copyright Copyright (c) 2010 - 2012 Nuevvo Webware Ltd. All rights reserved. * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html */ ul.yprList {list-style:none;padding:8px 0;margin:0;}...
gpl-2.0
blacky0x0/java-docs-ru
tutorials/java/data/numberformat.html
30007
<?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 lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- Taken from from http://easy-code.ru/lesson/formatting-numeric-output-java ...
gpl-2.0
gitpan/Chart-Graph
Graph/Xrt3d.pm
18578
## Xrt3d.pm is a sub-module of Graph.pm. It has all the subroutines ## needed for the Xrt3d part of the package. ## ## $Id: Xrt3d.pm,v 1.30 2006/06/07 21:09:33 emile Exp $ $Name: $ ## ## This software product is developed by Michael Young and David Moore, ## and copyrighted(C) 1998 by the University of California, Sa...
gpl-2.0
IvanSantiago/retopublico
MiMappir/src/mx/gob/sct/utic/mimappir/admseg/postgreSQL/services/CustomUserDetailsService.java
3913
package mx.gob.sct.utic.mimappir.admseg.postgreSQL.services; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import mx.gob.sct.utic.mimappir.admseg.postgreSQL.model.SEGUSUARIO; import org.springframework.beans.factory.annotation.Autowired; import o...
gpl-2.0
jagg81/translate-toolkit
translate/doc/api/translate.storage.pypo-module.html
18885
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>translate.storage.pypo</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> ...
gpl-2.0
mrunix/streambase
external/tb-common-utils/tbnet/src/serversocket.h
698
/* * (C) 2007-2010 Taobao Inc. * * 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. * * * Version: $Id$ * * Authors: * duolong <duolong@taobao.com> * */ #ifndef TBNET_SERV...
gpl-2.0
jeetpatel/commerce
sites/default/files/php/twig/59bab1c8da2f0_views-view-grid.html.twig_EPlGe06aVJoi4zUrFjATKjYCr/1EZjvIiVVOjfsiRwHdlwVHySb4hg_3u82WztPZQxA3Y.php
17619
<?php /* core/themes/classy/templates/views/views-view-grid.html.twig */ class __TwigTemplate_b1b5e6a9a8cd209497117279c69ebc6612c8c2cb7794b0f45dd07835addb061c extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; ...
gpl-2.0
srajib/share2learn
administrator/components/com_joocm/tables/joocmavatar.php
891
<?php /** * @version $Id: joocmavatar.php 48 2010-02-08 22:15:48Z sterob $ * @package Joo!CM * @copyright Copyright (C) 2007-2010 Joo!BB Project. All rights reserved. * @license GNU/GPL. Please see license.php in Joo!CM directory * for copyright notices and details. * Joo!CM is free software. This version may h...
gpl-2.0
Kwisats/JAH
homeworks/vfs_dumper/Makefile
25348
# This Makefile is for the VFS dumper extension to perl. # # It was generated automatically by MakeMaker version # 7.0401 (Revision: 70401) from the contents of # Makefile.PL. Don't edit this file, edit Makefile.PL instead. # # ANY CHANGES MADE HERE WILL BE LOST! # # MakeMaker ARGV: () # # MakeMaker Paramete...
gpl-2.0
neomatrix369/OpenJDKProductivityTool
src/main/java/org/ljc/adoptojdk/class_name/ResolveSimpleNameClassName.java
1001
package org.ljc.adoptojdk.class_name; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; public class ResolveSimpleNameClassName { private Collection<String> packages = null; public Collection<String> getPackages() { Set...
gpl-2.0
EmericWEB/WP_GuruTheme
bootstrap/css/bootstrap.custom.css
132540
/*! * Bootstrap v3.2.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-a...
gpl-2.0
joshmoore/zeroc-ice
py/test/Ice/faultTolerance/Client.py
1608
#!/usr/bin/env python # ********************************************************************** # # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. # # *************************************...
gpl-2.0
Fat-Zer/tdebase
kmenuedit/treeview.cpp
42979
/* * Copyright (C) 2000 Matthias Elter <elter@kde.org> * Copyright (C) 2001-2002 Raffaele Sandrini <sandrini@kde.org) * Copyright (C) 2003 Waldo Bastian <bastian@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 pu...
gpl-2.0
Soerboe/Urim
app/main.cpp
3410
/* * Copyright (C) Dag Henning Liodden Sørbø <daghenning@lioddensorbo.com> * * 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 in the hope that it ...
gpl-2.0
luckasfb/OT_903D-kernel-2.6.35.7
kernel/drivers/staging/comedi/drivers/cb_pcidda.c
20633
#include "../comedidev.h" #include "comedi_pci.h" #include "8255.h" #define PCI_VENDOR_ID_CB 0x1307 /* PCI vendor number of ComputerBoards */ #define EEPROM_SIZE 128 /* number of entries in eeprom */ #define MAX_AO_CHANNELS 8 /* maximum number of ao channels for supported boards */ /* PCI-DDA base addresses */ ...
gpl-2.0
luckasfb/OT_903D-kernel-2.6.35.7
kernel/include/scsi/scsi_transport_srp.h
903
#ifndef SCSI_TRANSPORT_SRP_H #define SCSI_TRANSPORT_SRP_H #include <linux/transport_class.h> #include <linux/types.h> #include <linux/mutex.h> #define SRP_RPORT_ROLE_INITIATOR 0 #define SRP_RPORT_ROLE_TARGET 1 struct srp_rport_identifiers { u8 port_id[16]; u8 roles; }; struct srp_rport { struct device dev; u8...
gpl-2.0
s2sprodotti/SDS
SistemaDellaSicurezza/src/com/apconsulting/luna/ejb/Corsi/MaterialeCorso_View.java
1710
/** ======================================================================== */ /** */ /** @copyright Copyright (c) 2010-2015, S2S s.r.l. */ /** @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License v.2 */ /** @version 6.0 ...
gpl-2.0
Ragebones/StormCore
src/server/scripts/Northrend/VaultOfArchavon/boss_koralon.cpp
9922
/* * 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
klas/SEBLOD
administrator/components/com_cck/models/version.php
3951
<?php /** * @version SEBLOD 3.x Core ~ $Id: version.php sebastienheraud $ * @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder) * @url http://www.seblod.com * @editor Octopoos - www.octopoos.com * @copyright Copyright (C) 2009 - 2016 SEBLOD. All Rights Reserved. * @license GNU General...
gpl-2.0
hschaen/teamcalbaseball
wp-content/cache/supercache/teamcalbaseball.com/profile/brevenhonda/index.html
20553
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <meta ...
gpl-2.0