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 |
|---|---|---|---|---|---|
/* Copyright (C) 2000-2008 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following... | genesi/luatex | source/texk/web2c/luatexdir/luafontloader/fontforge/inc/gresource.h | C | gpl-2.0 | 2,394 |
#ifndef GUI_WINDOW_ABOUT_H_
#define GUI_WINDOW_ABOUT_H_
#include <QDialog>
#include "../../common.h"
namespace gui {
namespace window {
class about : public QDialog {
Q_OBJECT
public:
about(QWidget *parent);
};
} // ns window
} // ns gui
#endif //GUI_WINDOW_ABOUT_H_
| ajalkane/rvhouse | src/gui/window/about.h | C | gpl-2.0 | 316 |
# encoding: utf-8
# Author: Zhang Huangbin <zhb@iredmail.org>
import os
import glob
import web
langmaps = {
'en_US': u'English (US)',
'sq_AL': u'Albanian',
'ar_SA': u'Arabic',
'hy_AM': u'Armenian',
'az_AZ': u'Azerbaijani',
'bs_BA': u'Bosnian (Serbian Latin)',
'bg_BG': u'Bulgarian',
'ca... | villaverde/iredadmin | libs/languages.py | Python | gpl-2.0 | 3,515 |
function icl_content_lang_propagate(lang, speed) {
var id = '#icl-content-translate-' + lang;
$('#icl-content').show('slow');
$('#icl-content fieldset').hide();
if ( $('#edit-minor-edit')) {
if($('#edit-minor-edit').attr('checked')) {
$(id).hide(speed);
... | rmontero/dla_ecommerce_site | sites/all/modules/contrib/translation_management/icl_content/js/icl_content.js | JavaScript | gpl-2.0 | 1,828 |
# Copyright (C) 2009, 2010 Canonical Ltd
#
# 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 distribut... | Distrotech/bzr | bzrlib/send.py | Python | gpl-2.0 | 8,490 |
<div xmlns:ext="http://www.extjs.com" class="body-wrap"><h1>Class <a href="source/DataField.html#cls-Ext.data.Field">Ext.data.Field</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.data</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">DataField.js</td></tr><tr>... | alibama/rapid-prototyping-ecommerce-drupal | sites/all/libraries/extjs/3.1.0/docs/output/Ext.data.Field.html | HTML | gpl-2.0 | 13,016 |
/**
* @plugin leanerModal
* @author Finely Sliced <finelysliced.com.au>
* @author Edward Hotchkiss <edwardhotchkiss@me.com>
* @description originally from http://leanmodal.finelysliced.com.au/
*
* @modified by AJ Clarke for the Total WordPress theme
**/
(function($) {
$.fn.extend({
leanerModal: function(o... | iq007/MadScape | wp-content/themes/Total/js/lib/leanner-modal.js | JavaScript | gpl-2.0 | 1,671 |
/* ============================================================
*
* This file is a part of digiKam project
* http://www.digikam.org
*
* Date : 2012-10-03
* Description : kipi loader implementation
*
* Copyright (C) 2004-2012 by Gilles Caulier <caulier dot gilles at gmail dot com>
* Copyright (C) 2012 ... | centic9/digikam-ppa | core/utilities/kipiiface/kipipluginloader.h | C | gpl-2.0 | 2,264 |
/**********
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 Foundation; either version 2.1 of the License, or (at your
option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)
This libr... | DDTChen/CookieVLC | vlc/contrib/android/live555/liveMedia/SimpleRTPSink.cpp | C++ | gpl-2.0 | 3,348 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>All Units</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<div class="container"><div class="navigation... | pasdoc/pasdoc | tests/testcases_output/html/warning_back_comment_class/index.html | HTML | gpl-2.0 | 1,184 |
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Kenneth Almquist.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond... | vandys/vsta | src/bin/ash/input.h | C | gpl-2.0 | 2,988 |
/*
* Copyright (c) 2007, 2011, 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 ... | arodchen/MaxSim | maxine/com.oracle.max.vmdi/src/com/sun/max/jdwp/vm/proxy/VMListener.java | Java | gpl-2.0 | 2,898 |
<?php
/**
* Advanced comunications
*
* Adds email features to Orders edit, allowing to send, and saved, predefined emails
*
* @package TheCartPress
* @subpackage Modules
*/
/**
* This file is part of TheCartPress.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms... | hassankbrian/LoveItLocal | wp-content/plugins/thecartpress/modules/AdvancedCommunication.class.php | PHP | gpl-2.0 | 16,146 |
{- |
Module : ./CASL_DL/Parse_AS.hs
Description : Parser for CASL_DL
Copyright : (c) Klaus Luettich, Uni Bremen 2004
License : similar to LGPL, see HetCATS/LICENSE.txt or LIZENZ.txt
Maintainer : luecke@informatik.uni-bremen.de
Stability : provisional
Portability : portable
Parser for CASL_DL lo... | spechub/Hets | CASL_DL/Parse_AS.hs | Haskell | gpl-2.0 | 1,535 |
-- ============================================================================
-- Copyright (C) 2005-2007 Laurent Destailleur <eldy@users.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 Soft... | ricsistemas/dolibarr | install_change_folder_name_back_to_install_when_needed/mysql/tables/llx_socpeople.key.sql | SQL | gpl-2.0 | 1,429 |
/*
* Copyright (c) 2014-2015, Hewlett-Packard Development Company, LP.
* 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 versi... | wangtzh/foedus_code | experiments-core/src/foedus/assorted/l3miss_multip_experiment.cpp | C++ | gpl-2.0 | 7,328 |
package Tie::SubstrHash;
=head1 NAME
Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
=head1 SYNOPSIS
require Tie::SubstrHash;
tie %myhash, 'Tie::SubstrHash', $key_len, $value_len, $table_size;
=head1 DESCRIPTION
The B<Tie::SubstrHash> package provides a hash-table-like interface to
an array ... | atmark-techno/atmark-dist | user/perl/lib/Tie/SubstrHash.pm | Perl | gpl-2.0 | 5,374 |
# Makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) ... | Dreyerized/bananascrum | doc/Makefile | Makefile | gpl-2.0 | 3,127 |
/***************************************************************************
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
* Copyrig... | ensc/openocd | src/helper/command.h | C | gpl-2.0 | 16,535 |
#undef CONFIG_APM_IGNORE_USER_SUSPEND
| rohankataria/linuxScheduler | include/config/apm/ignore/user/suspend.h | C | gpl-2.0 | 39 |
/* $Header: /usr/local/dslrepos/uClinux-dist/user/tcsh/patchlevel.h,v 1.1.1.1 2003/08/18 05:40:15 kaohj Exp $ */
/*
* patchlevel.h: Our life story.
*/
#ifndef _h_patchlevel
#define _h_patchlevel
#define ORIGIN "Astron"
#define REV 6
#define VERS 10
#define PATCHLEVEL 0
#define DATE "2000-11-19"
#endif /* _h_patchle... | ysleu/RTL8685 | uClinux-dist/user/tcsh/patchlevel.h | C | gpl-2.0 | 327 |
/*
* Copyright (C) 2008-2019 TrinityCore <https://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 ve... | Aokromes/TrinityCore | src/server/game/AI/CoreAI/GameObjectAI.h | C | gpl-2.0 | 3,955 |
BUILD_DIR := $(shell pwd)/v4l
TMP ?= /tmp
ifeq ($(EDITOR),)
ifeq ($(VISUAL),)
EDITOR := vi
else
EDITOR := $(VISUAL) -w
endif
endif
all:
install:
$(MAKE) -C $(BUILD_DIR) install
# Hmm, .PHONY does not work with wildcard rules :-(
SPECS = media-specs
.PHONY: $(SPECS)
$(SPECS):
$(MAKE) -C $(BUILD_DIR) $(MA... | ljalves/linux-tbs-drivers | Makefile | Makefile | gpl-2.0 | 489 |
<HTML>
<HEAD>
<TITLE>TCAS</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!-- JS addition for GIP & PVSio -->
<script type="text/javascript" src="scripts/require.js" data-main='scripts/pvsio_utils.js'></script>
<STYLE TYPE="text/css">
#topMargin {
margin-top: ... | PaoloMasci/PVS | pvsio-web/examples/demos/TCAS/pvs/index.html | HTML | gpl-2.0 | 2,641 |
/*
* Freeplane - mind map editor
* Copyright (C) 2008 Dimitry Polivaev
*
* This file author is Dimitry Polivaev
*
* 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 o... | lcrees/freeplane | freeplane/src/main/java/org/freeplane/view/swing/map/attribute/AttributeTableCellRenderer.java | Java | gpl-2.0 | 4,795 |
<?php
namespace TYPO3\CMS\Core\Utility;
/**
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* For the full copyright and license informa... | demonege/sutogo | typo3/sysext/core/Classes/Utility/ArrayUtility.php | PHP | gpl-2.0 | 16,326 |
<?php
/**
* @package AdminTools
* @copyright Copyright (c)2010-2011 Nicholas K. Dionysopoulos
* @license GNU General Public License version 3, or later
* @version $Id: seoandlink.php 178 2011-02-16 08:43:23Z nikosdion $
*/
// Protect from unauthorized access
defined('_JEXEC') or die();
jimport('joomla.applic... | back1992/ticool15 | administrator/components/com_admintools/models/storage.php | PHP | gpl-2.0 | 1,996 |
//
// DataBackupView.h
// PUER
//
// Created by admin on 14-9-12.
// Copyright (c) 2014年 com.dieshang.PUER. All rights reserved.
//
#import <UIKit/UIKit.h>
@class DataBackupView;
@protocol DataBackupViewDelegate <NSObject>
- (UIView *)overlayView:(DataBackupView *)view didHitTest:(CGPoint)point withEvent:(UIEv... | daqiangge/PUER | PUER/ViewController/DataBackup/DataBackupView.h | C | gpl-2.0 | 450 |
/*
* OMAP3 MMC/SD/SDIO interface emulation
*
* Copyright (C) 2008 yajin <yajin@vm-kernel.org>
* Copyright (C) 2009 Nokia Corporation
*
* 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; ei... | flexiant/qemu-1.5.0-dfsg | hw/sd/omap3_mmc.c | C | gpl-2.0 | 25,630 |
# Attributes
# 0 Reset all attributes
# 1 Bright
# 2 Dim
# 4 Underscore
# 5 Blink
# 7 Reverse
# 8 Hidden
#
# Foreground Colours
# 30 Black
# 31 Red
# 32 Green
# 33 Yellow
# 34 Blue
# 35 Magenta
# 36 Cyan
# 37 White
#
# Background Colours
# 40 Black
# 41 Red
# 42 Green
# 43 Yellow
# 44 Blue
# 45 Magenta
# 46 Cyan
# 4... | ptLong/linux-code-collections | bash/dot-startup.d/04-colors.sh | Shell | gpl-2.0 | 624 |
#!/bin/bash
################################################################################
#
# Stack library generator script for Altera Nios II
#
# Copyright (c) 2014, Bernecker+Rainer Industrie-Elektronik Ges.m.b.H. (B&R)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
... | Kalycito-open-automation/openPOWERLINK_V2_old_25-06-2014 | tools/altera-nios2/stack.sh | Shell | gpl-2.0 | 6,286 |
/* Definitions for Linux-based GNU systems with ELF format
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004
Free Software Foundation, Inc.
Contributed by Eric Youngdale.
Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org).
This file is part of GCC.
GCC is free software; you can redistribute i... | unofficial-opensource-apple/gcc_40 | gcc/config/linux.h | C | gpl-2.0 | 3,476 |
/* Load firmware into Core B on a BF561
*
* Copyright 2004-2009 Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/
/* The Core B reset func requires code in the application that is loaded into
* Core B. In order to reset, the application needs to install an interrupt
* handler for Supplemental ... | jeffegg/beaglebone | arch/blackfin/mach-bf561/coreb.c | C | gpl-2.0 | 1,979 |
/***************************************************************************
qgswkbtypes.h
-----------------------
begin : January 2015
copyright : (C) 2015 by Marco Hugentobler
email : marco at sourcepole dot ch
***... | wonder-sk/QGIS | src/core/geometry/qgswkbtypes.h | C | gpl-2.0 | 23,021 |
/*lint --e{537} */
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <hi_dsp.h>
#include <hi_onoff.h>
#include <ptable_com.h>
#include... | wbrambley/Grace-kernel | drivers/vendor/hisi/modem/drv/acore/kernel/drivers/modem/dsp/bsp_dsp.c | C | gpl-2.0 | 13,558 |
/**
* WARNING: WHILE THERE ARE TWO VERSIONS OF SPECIAL:CONTACT... THIS WILL BE THE MASTER FILE, AND THE OTHER /extensions/wikia/SpecialContact/SpecialContact.js
* IS A COPY OF THIS FUNCTIONALITY.
*/
var SpecialContact = {
init: function() {
$( '#picker_grid' ).find( 'td > a' ).click( function () {
var trackLa... | SuriyaaKudoIsc/wikia-app-test | extensions/wikia/SpecialContact2/SpecialContact.js | JavaScript | gpl-2.0 | 2,380 |
{%- extends 'base-react.html' -%}
{%- block title -%}Recent listens - ListenBrainz{%- endblock -%}
{% block scripts %}
{{ super() }}
<script src="{{ get_static_path('main.js') }}" type="text/javascript"></script>
{% endblock %} | paramsingh/listenbrainz-server | listenbrainz/webserver/templates/index/recent.html | HTML | gpl-2.0 | 233 |
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/ui-style.css" />
<?php /*?><?php
$this->breadcrumbs=array(
'Courses'=>array('index'),
$model->id=>array('view','id'=>$model->id),
'Update',
);
$this->menu=array(
array('label'=>'List Courses', 'url'=>array('index')),
arr... | napoleon789/love_qlkh | osv/protected/modules/courses/views/courses/update.php | PHP | gpl-2.0 | 1,410 |
/**
* ScriptDev2 is an extension for mangos-one providing enhanced features for
* area triggers, creatures, game objects, instances, items, and spells beyond
* the default database scripting in mangos-one.
*
* Copyright (C) 2006-2013 ScriptDev2 <http://www.scriptdev2.com/>
*
* This program is free software; you... | mangosArchives/serverOneRel18 | src/scripts/scripts/eastern_kingdoms/blackwing_lair/boss_chromaggus.cpp | C++ | gpl-2.0 | 10,186 |
/*
* memtest.c
*
* Copyright (C) 2013 Alexander Aring <aar@pengutronix.de>, Pengutronix
*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or m... | zhang3/barebox | common/memtest.c | C | gpl-2.0 | 8,394 |
package net.fina.auditlog.client;
import java.util.Date;
import java.util.List;
import net.fina.auditlog.shared.AuditLog;
import com.google.gwt.cell.client.DateCell;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickEvent;
import com.goog... | nikoloz90/logs | fina-auditlog-simple3/src/main/java/net/fina/auditlog/client/App.java | Java | gpl-2.0 | 6,821 |
/* bender-tags: editor,unit,pastefromword */
/* bender-ckeditor-plugins: clipboard,pastefromword,format,ajax */
( function() {
'use strict';
bender.editor = true;
var compat = bender.tools.compatHtml;
function testWordFilter( editor ) {
return function( input, output ) {
assertPasteEvent( editor, { dataVal... | tuxun/smw-funwiki | extensions/WYSIWYG/ckeditor/_source/tests/tickets/9456/1.js | JavaScript | gpl-2.0 | 614 |
FROM centos:centos6
MAINTAINER SoftwareCollections.org <sclorg@redhat.com>
RUN yum -y --setopt=tsflags=nodocs install https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/epel-6-x86_64/download/rhscl-devtoolset-3-epel-6-x86_64.noarch.rpm && \
yum clean all
RUN yum install -y --setopt=tsflags=nodocs dev... | sclorg/rhscl-dockerfiles | centos6.devtoolset-3/Dockerfile | Dockerfile | gpl-2.0 | 803 |
-- phpMyAdmin SQL Dump
-- version 2.8.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 04, 2007 at 01:18 PM
-- Server version: 5.0.21
-- PHP Version: 5.1.4
--
-- Database: `caredb`
--
-- --------------------------------------------------------
-- DROP TABLE IF EXISTS `care_tz_pricelist`
DR... | timschofield/care2x | install/mysql/db_updates/mergedWithInstaller-caredb/care_tz_pricelist.sql | SQL | gpl-2.0 | 2,177 |
/***********************************************************************
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
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; eith... | longturn/freeciv-S2_5 | client/gui-gtk-2.0/wldlg.c | C | gpl-2.0 | 43,940 |
/* $Header: /roq/tiff/tif_dumpmode.c 1 11/02/99 4:39p Zaphod $ */
/*
* Copyright (c) 1988-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, pro... | ioquake/jedi-outcast | utils/roq2/tiff/tif_dumpmode.c | C | gpl-2.0 | 3,168 |
/******************************************************************************
* problem_factory.cpp
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#include "proble... | sebalamm/KaMIS | wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/cycle_improvements/problem_factory.cpp | C++ | gpl-2.0 | 449 |
/**
* @file mosync.resource.js
* @author Ali Sarrafi
*
* The library for loading Image resources into Mosync program from Javascript.
* This library only supports image resources and used together with the
* NativeUI library.
*/
/**
* The Resource handler submodule of the bridge module.
*/
mosync.resource =... | MoSync/MoSync | examples/cpp/JSNativeUI/LocalFiles/js/mosync-resource.js | JavaScript | gpl-2.0 | 3,029 |
namespace Codartis.SoftVis.VisualStudioIntegration.Modeling
{
/// <summary>
/// Enumerates the possible sources of model information.
/// </summary>
public enum ModelOrigin
{
Unknown,
SourceCode,
Metadata
}
}
| realvizu/QuickDiagram | source/Codartis.SoftVis.VisualStudioIntegration/Modeling/ModelOrigin.cs | C# | gpl-2.0 | 260 |
<?php
namespace Test\Ease\TWB;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-10-23 at 14:07:12.
*/
class CarouselTest extends \Test\Ease\Html\DivTagTest
{
/**
* @var Carousel
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This meth... | VitexSoftware/EaseFramework | tests/src/Ease/TWB/CarouselTest.php | PHP | gpl-2.0 | 1,494 |
<?php
require_once getabspath('classes/controls/TextControl.php');
class TextField extends TextControl
{
function TextField($field, $pageObject, $id)
{
parent::EditControl($field, $pageObject, $id);
$this->format = EDIT_FORMAT_TEXT_FIELD;
}
function buildControl($value, $mode, $fieldNum = 0, $validate, $addit... | LewisSoftwareDevelopment/Headwaters | output/classes/controls/TextField.php | PHP | gpl-2.0 | 864 |
<?php
defined( 'MVC_FRAMEWORK') or die( 'Direct Access to this location is not allowed.' );
$package_info['jreviews'] = array
(
'version'=>'2.3.19.213',
'min_s2_version_required'=>'1.4.14.72',
'is_beta'=>0
); | Jcook894/Travel_Insurance_Ratings | components/com_jreviews_bak/jreviews.info.php | PHP | gpl-2.0 | 249 |
<!-- Generator: GNU source-highlight 3.1.7
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt><i><font color="#9A1900">// Test/demo for the <a href="spi.h.html">spi.h</a> interface.</font></i>
<i><font color="#9A1900">//</font></i>
<i><font color="#9A1900">// This test... | rktrlng/avrm | cduino-1.2.0/xlinked_source_html/spi_test.c.html | HTML | gpl-2.0 | 11,097 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Xml.Linq;
using Server.Commands;
namespace Server.Gumps.Compendium
{
public static class LinqHelper
{
/// Taken from: http://stackoverflow.com/questions/2471588/how-to-get-index-using-linq
///<summary>Finds the index... | Ultima-Lokai/ServUO-Lokai | Scripts/Custom Systems/Compendium/Compendium.cs | C# | gpl-2.0 | 4,269 |
!=====================================================================
!
! S p e c f e m 3 D G l o b e V e r s i o n 7 . 0
! --------------------------------------------------
!
! Main historical authors: Dimitri Komatitsch and Jeroen Tromp
! Princeton University, USA
! ... | komatits/specfem3d_globe | src/meshfem3D/model_1066a.f90 | FORTRAN | gpl-2.0 | 44,983 |
<?php
/**
* Displays popular posts, comments and tags in a tabbed pane.
*/
class Awaken_Tabbed_Widget extends WP_Widget {
/**
* Register widget with WordPress.
*/
function __construct() {
parent::__construct(
'awaken_tabbed_widget', // Base ID
__( 'Awaken: Popular Posts, Tags, Comments'... | anacaet/rd_station_form | wp-content/themes/awaken/inc/widgets/popular-tags-comments.php | PHP | gpl-2.0 | 5,951 |
Changelog
=========
#### 3.1.9 - June 7, 2016
**Fixes**
- Placeholder polyfill wasn't loaded (only in IE8 and below).
**Improvements**
- Don't write to debug log if it is not writable.
- Reset some CSS properties for commonly used class names in Form Editor & Debug Log.
- Do not unnecessarily register styles which... | andyrobsondesign/accelerate | wp-content/plugins/mailchimp-for-wp/CHANGELOG.md | Markdown | gpl-2.0 | 23,538 |
<!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_67) on Thu Apr 09 10:38:42 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... | swsachith/ANDROPHSY | solr/docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/DocBuilder.html | HTML | gpl-2.0 | 12,663 |
/*
Copyright (c) 2000, 2015, Oracle and/or its affiliates. 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; version 2 of the License.
This program is distributed i... | myblockchain/myblockchain | client/mysqlbinlog.cc | C++ | gpl-2.0 | 115,233 |
/*
* (C) Copyright 2000
* Sangmoon Kim, Etin Systems. dogoil@etinsys.com.
*
* See file CREDITS for list of people who contributed to this
* 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 Softwar... | diverger/uboot-lpc32xx | board/etin/debris/debris.c | C | gpl-2.0 | 4,763 |
/*
w83627hf.c - Part of lm_sensors, Linux kernel modules for hardware
monitoring
Copyright (c) 1998 - 2003 Frodo Looijaard <frodol@dds.nl>,
Philip Edelbrock <phil@netroedge.com>,
and Mark Studebaker <mdsxyz123@yahoo.com>
Ported to 2.6 by Bernhard C. Schrenk <clemy@clemy.org>
Cop... | dduval/kernel-rhel5 | drivers/hwmon/w83627hf.c | C | gpl-2.0 | 54,201 |
/*
* Copyright (c) 2007 Cyrille Berger <cberger@cberger.net>
*
* 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 Foundation; either version 2.1 of the License, or
* (at your option) any late... | donniexyz/calligra | krita/plugins/extensions/metadataeditor/kis_entry_editor.h | C | gpl-2.0 | 1,344 |
package org.oztrack.controller;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.oztrack.app.OzTrackApplication;
import org.oztrack.app.OzTrackConfiguration;
import org.oztrack.data.access.CountryDao;
import org.oztrack.data.access.Ins... | uq-eresearch/oztrack | src/main/java/org/oztrack/controller/UserController.java | Java | gpl-2.0 | 6,416 |
use strict; #-*-cperl-*-
use warnings;
use lib qw( ../../../../lib );
=head1 NAME
Algorithm::Evolutionary::Fitness::Base - Base class for fitness functions
=head1 SYNOPSIS
Shouldn't be used directly, it's an abstract class whose siblings are
used to implement fitness functions.
=head1 DESCRIPTION
This module inc... | gitpan/Algorithm-Evolutionary | lib/Algorithm/Evolutionary/Fitness/Base.pm | Perl | gpl-2.0 | 2,791 |
/*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | loveyoupeng/rt | modules/web/src/main/native/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp | C++ | gpl-2.0 | 5,301 |
/* vi: set sw=4 ts=4: */
/*
* Simple telnet server
* Bjorn Wesen, Axis Communications AB (bjornw@axis.com)
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*
* ---------------------------------------------------------------------------
* (C) Copyright 2000, Axis Communications AB, LUND, S... | VRToxin-AOSP/android_external_busybox | networking/telnetd.c | C | gpl-2.0 | 20,915 |
/**************************************************************************************
* Copyright (C) 2008 EsperTech, Inc. All rights reserved. *
* http://esper.codehaus.org *
* http://www.espertech.com ... | mobile-event-processing/Asper | source/src/com/espertech/esper/epl/expression/ExprFilterOptimizableNode.java | Java | gpl-2.0 | 972 |
//////////////////////////////////////////////////////////////////////////
// Family Basic Keyboard //
//////////////////////////////////////////////////////////////////////////
class EXPAD_Keyboard : public EXPAD
{
public:
EXPAD_Keyboard( NES* parent ) : EXPAD( parent ) ... | yamanyandakure/VirtuaNES097 | NES/PadEX/EXPAD_Keyboard.h | C | gpl-2.0 | 471 |
/*
* QEMU Cirrus CLGD 54xx VGA Emulator.
*
* Copyright (c) 2004 Fabrice Bellard
* Copyright (c) 2004 Makoto Suzuki (suzu)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without res... | mithleshvrts/qemu-kvm-rhel6 | hw/cirrus_vga.c | C | gpl-2.0 | 99,214 |
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.4 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2013 |
+---------------------... | glocalcoop/activist-network | wp-content/civicrm/extensions/org.civicrm.volunteer/api/v3/VolunteerNeed.php | PHP | gpl-2.0 | 4,634 |
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#if HAVE_XZ
#include <lzma.h>
#endif
#if HAVE_LZ4
#include <lz4.h>
#include <lz4frame.h>
#endif
#include "alloc-util.h"
#inclu... | jsynacek/systemd | src/journal/compress.c | C | gpl-2.0 | 22,226 |
using Server.Network;
using System;
namespace Server.Items
{
[Flipable(0x2A5D, 0x2A61)]
public class DisturbingPortraitComponent : AddonComponent
{
public DisturbingPortraitComponent()
: base(0x2A5D)
{
TimerRegistry.Register("DisturbingPortrait", this, TimeSpan.FromM... | zerodowned/ServUO | Scripts/Items/Addons/DisturbingPortrait.cs | C# | gpl-2.0 | 3,202 |
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'ZfcRbac\\' => array($vendorDir . '/zf-commons/zfc-rbac/src'),
'Zend\\' => array($vendorDir . '/zendframework/zendframework/library'),
'ZendXml' => array($vendorD... | paulusova/VuFind-2.x | vendor/composer/autoload_namespaces.php | PHP | gpl-2.0 | 1,158 |
from tasks import func
func.delay(1, 2)
| emanuelvianna/microcelery | tests/client.py | Python | gpl-2.0 | 41 |
#include <linux/mm.h>
#include <linux/gfp.h>
#include <asm/pgalloc.h>
#include <asm/pgtable.h>
#include <asm/tlb.h>
#include <asm/fixmap.h>
#define PGALLOC_GFP GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO
#ifdef CONFIG_HIGHPTE
#define PGALLOC_USER_GFP __GFP_HIGHMEM
#else
#define PGALLOC_USER_GFP 0
#endif
g... | steppnasty/platform_kernel_msm7x30 | arch/x86/mm/pgtable.c | C | gpl-2.0 | 8,882 |
<html>
<head>
<title> XPPAUT - WINDOWS INSTALL </title>
</head>
<body bgcolor="#FFFFFF" link="#330099" alink="#FF3300" vlink="#330099">
<center> <h1>XPP WINDOWS INSTALL</h1> </center>
<p>
<!--
<p><br>
<table BORDER=0 WIDTH="100%" >
<tr>
<td ALIGN=LEFT BGCOLOR="#52799E">
<b><font face="Helvetica, Arial"><font color="#... | Ermentrout/xppaut | installonwindows.html | HTML | gpl-2.0 | 7,041 |
// This may look like C code, but it's really -*- C++ -*-
/*
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
*
* See the LICENSE file for terms of use.
*/
#ifndef WT_DBO_DBACTION_IMPL_H_
#define WT_DBO_DBACTION_IMPL_H_
#include <Wt/Dbo/Exception>
#include <iostream>
#include <boost/lexical_cast.hpp>
namespac... | pattop/wt | src/Wt/Dbo/DbAction_impl.h | C | gpl-2.0 | 19,216 |
/*-
* BSD LICENSE
*
* Copyright(c) Broadcom Limited.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyrigh... | phyorat/Pktgen-user-payload | drivers/net/bnxt/bnxt_ethdev.c | C | gpl-2.0 | 28,223 |
/*
* Customer code to add GPIO control during WLAN start/stop
* Copyright (C) 1999-2011, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public License v... | qubir/PhoenixA20_linux_sourcecode | modules/wifi/bcm40183/5.90.125.95.3/open-src/src/dhd/sys/dhd_custom_gpio.c | C | gpl-2.0 | 9,042 |
/*
* $Id: tcp_server.h,v 1.3 2003/07/01 20:23:51 andrei Exp $
*
* Copyright (C) 2001-2003 Fhg Fokus
*
* This file is part of ser, a free SIP server.
*
* ser 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 Foundat... | atmark-techno/atmark-dist | user/ser/tcp_server.h | C | gpl-2.0 | 1,396 |
var Backbone = require('backbone');
var Modules = require('collections/modules');
var ModuleFactory = require('utils/module-factory');
var Builder = Backbone.Model.extend({
defaults: {
selectDefault: modularPageBuilderData.l10n.selectDefault,
addNewButton: modularPageBuilderData.l10n.add... | mattheu/modular-page-builder | assets/js/src/models/builder.js | JavaScript | gpl-2.0 | 2,924 |
/* This file is part of the ScriptDev2 Project. See AUTHORS file for Copyright information
* 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 opti... | blueboy/portalclassic | src/game/AI/ScriptDevAI/scripts/kalimdor/ruins_of_ahnqiraj/boss_ayamiss.cpp | C++ | gpl-2.0 | 10,975 |
/*
* $Id: raster2pgsql.c 12748 2014-07-07 08:57:57Z strk $
*
* PostGIS raster loader
* http://trac.osgeo.org/postgis/wiki/WKTRaster
*
* Copyright 2001-2003 Refractions Research Inc.
* Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca>
* Copyright 2009 Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
* Co... | luisbosque/package-postgis | raster/loader/raster2pgsql.c | C | gpl-2.0 | 82,806 |
<?php
/**
* Part of the Joomla Framework Http Package
*
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
namespace Joomla\Http\Transport;
use Joomla\Http\TransportInterface;
use Joomla\Http\Response;... | elkuku/jfw-http | src/Transport/Stream.php | PHP | gpl-2.0 | 6,215 |
/*
* Copyright (C) 2010 Google Inc. All rights reserved.
* Copyright (C) 2010, 2012, 2014 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source cod... | Debian/openjfx | modules/web/src/main/native/Source/WebCore/fileapi/AsyncFileStream.h | C | gpl-2.0 | 2,327 |
<?php
/**
* Module: Soapbox
* Author: hsalazar
* Licence: GNU
*/
use Xmf\Request;
use XoopsModules\Soapbox;
require __DIR__ . '/header.php';
/** @var Soapbox\Helper $helper */
$helper = Soapbox\Helper::getInstance();
global $moduleDirName;
$moduleDirName = $myts->htmlSpecialChars(basename(__DIR__));
if ('soapbo... | XoopsModules25x/soapbox | print.php | PHP | gpl-2.0 | 4,459 |
<?php
/**
* 迷你同学录 (http://mini_class.piscdong.com/)
* (c)PiscDong studio (http://www.piscdong.com/)
*
* 程序完全免费,请保留这段代码。
* 请勿出售本程序或其修改版,请勿利用本程序或其修改版进行任何商业活动。
*/
session_start();
require_once('config.php');
require_once('function.php');
$c_log=chklog();
if($c_log){
$id=(isset($_GET['i']) && intval($_GET['i']))?in... | binsd/mini_class | j_sync.php | PHP | gpl-2.0 | 13,620 |
;throttle_momentum_lowpass.asm
.NOLIST
; ***************************************************************************************
; * PWM MODEL RAILROAD THROTTLE *
; * *
; *... | pearsonalan/avra | examples/throttle_momentum_lowpass.asm | Assembly | gpl-2.0 | 3,339 |
/*
queryj
Copyright (C) 2002-today Jose San Leandro Armendariz
chous@acm-sl.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation;... | rydnr/queryj-rt | queryj-template-packaging/src/main/java/org/acmsl/queryj/templates/packaging/antlr/TemplateDefOutputVisitor.java | Java | gpl-2.0 | 3,088 |
{% if forumrow.S_THANKS_FORUM_REPUT_VIEW and forumrow.FORUM_REPUT and not S_IS_BOT %}
<div style="display: block; margin-left: 45px; padding-bottom: 5px;">
{% if forumrow.S_THANKS_REPUT_GRAPHIC %}
<span style="display: block; float: left; width: {{ forumrow.THANKS_REPUT_GRAPHIC_WIDTH }}px; height: {{ forumrow.THANKS... | rxu/thanks_for_posts | styles/prosilver/template/event/forumlist_body_forum_row_append.html | HTML | gpl-2.0 | 744 |
#
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/exynos
exynosdrm-y := exynos_drm_drv.o exynos_drm_encoder.o exynos_drm_connector.o \
exynos_drm_crtc.o exynos_drm_fbdev.o exy... | ArthySundaram/chromeos-kvm | drivers/gpu/drm/exynos/Makefile | Makefile | gpl-2.0 | 893 |
#include "swl/Config.h"
#include "swl/glutil/GLCamera.h"
#include "swl/math/MathConstant.h"
#include <GL/glut.h>
#include <cmath>
#include <cstring>
#if defined(_DEBUG) && defined(__SWL_CONFIG__USE_DEBUG_NEW)
#include "swl/ResourceLeakageCheck.h"
#define new DEBUG_NEW
#endif
namespace swl {
//-----... | sangwook236/sangwook-library | cpp/src/glutil/GLCamera.cpp | C++ | gpl-2.0 | 13,884 |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* nemo-column-chooser.h - A column chooser widget
Copyright (C) 2004 Novell, Inc.
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
publishe... | nbourdau/pkg-nemo | libnemo-private/nemo-column-chooser.c | C | gpl-2.0 | 16,781 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright held by original author
\\/ M anipulation |
------------------... | CFDEMproject/OpenFOAM-1.6-ext | src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C | C++ | gpl-2.0 | 6,420 |
/**
* upcasting & downcasting:
* substituting a subclass instance for its superclass is called 'upcasting',
* since a subclass is drawn below its superclass in UML. upcasting is always safe
* since a subclass instance contains all properties of its superclass.
* the compiler checks for valid upcasting, issuing errors ... | mdnu/misc-java | Exercises/12 - Polymorphism/Examples/Upcasting and Downcasting/A.java | Java | gpl-2.0 | 986 |
<?php
/**
* This file is part of the eZ RepositoryForms package.
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
namespace EzSystems\RepositoryForms\FieldType\Mapper;
use EzSystems\Repos... | ezpublishlegacy/repository-forms | lib/FieldType/Mapper/CountryFormMapper.php | PHP | gpl-2.0 | 3,380 |
/*
* Copyright (C) 2013 Apple Inc. 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 conditions a... | qtproject/qtwebkit | Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js | JavaScript | gpl-2.0 | 12,242 |
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC0... | timattox/lammps_USER-DPD | src/KOKKOS/pair_tersoff_mod_kokkos.h | C | gpl-2.0 | 9,598 |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="{{ site.url }}/assets/js/scripts.min.js"></script>
{% if site.google_analytics %}
<!-- Asynchr... | mikeguru/mikeguru.github.io | _includes/_scripts.html | HTML | gpl-2.0 | 1,546 |
#!/bin/sh
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
# Licensed under the GPLv2
#
# Copyright (C) 2011 Politecnico di Torino, Italy
# TORSEC group -- http://security.polito.it
# Roberto Sassu <roberto.sassu@polito.it>
IMASECDIR="${S... | zfsonlinux/dracut | modules.d/98integrity/ima-policy-load.sh | Shell | gpl-2.0 | 1,056 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.