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) 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 the hope...
PaulMilbank/g300_kernel
arch/arm/mach-msm/board-msm7x30-regulator.c
C
gpl-2.0
9,390
<HTML> <HEAD> <!-- This HTML file has been created by texi2html 1.52b from gettext.texi on 25 October 2006 --> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"> <TITLE>GNU gettext utilities - 7 Updating Existing PO Files</TITLE> </HEAD> <BODY> Go to the <A HREF="gettext_1.html">first</A>, <A HR...
ipwndev/DSLinux-Mirror
lib/gettext/src/gettext-tools/doc/gettext_7.html
HTML
gpl-2.0
9,712
# $Id: 150_srtp_1_1.py 369517 2012-07-01 17:28:57Z file $ # from inc_cfg import * test_param = TestParam( "Callee=optional SRTP, caller=optional SRTP", [ InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"), InstanceParam("caller", "--null-audio --use-srtp=1 --srtp-secure=0 --ma...
fluentstream/asterisk-p2p
res/pjproject/tests/pjsua/scripts-call/150_srtp_1_1.py
Python
gpl-2.0
340
/* * Bittorrent Client using Qt and libtorrent. * Copyright (C) 2016 Vladimir Golovnev <glassez@yandex.ru> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the Lic...
buinsky/qBittorrent
src/gui/categoryfiltermodel.h
C
gpl-2.0
3,165
/* * This file is part of the coreboot project. * * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering * Copyright (C) 2007-2008 Advanced Micro Devices, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
tidatida/coreboot
src/northbridge/amd/amdmct/mct/mct_d.h
C
gpl-2.0
33,492
#ifndef _BATTERY_SSB_H #define _BATTERY_SSB_H #include <mach/mt_typedefs.h> #include <mach/battery_meter.h> // ============================================================ // define // ============================================================ #define FEATURE_LABEL_CODE 0x4300 #define VOLTAGE_LABEL_CODE 0x4400 #de...
profglavcho/tesr1
include/mach/battery_ssb.h
C
gpl-2.0
8,983
//======================================================================== // // pdfinfo.cc // // Copyright 1998-2003 Glyph & Cog, LLC // //======================================================================== //======================================================================== // // Modified under the Popple...
internetarchive/poppler-ia
utils/pdfinfo.cc
C++
gpl-2.0
11,091
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
rex-xxx/mt6572_x201
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/CompatModePanel.java
Java
gpl-2.0
4,182
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Test for several string operations * * @package PhpMyAdmin-test * @group common.lib-tests */ /* * Include to test. */ require_once 'libraries/Util.class.php'; class PMA_stringOperations_test extends PHPUnit_Framework_TestCase { /** * temporary var...
allen501pc/phpmyadmin
test/libraries/common/PMA_stringOperations_test.php
PHP
gpl-2.0
3,067
/* * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later v...
tkrokli/TrinityCore
src/server/scripts/Northrend/Gundrak/boss_drakkari_colossus.cpp
C++
gpl-2.0
15,618
.size 8000 .code@48 jp l1000 .code@100 jp l150 .data@143 c0 .code@150 l150: ld a, 00 ldff(ff), a ld a, 30 ldff(00), a ld a, 01 ldff(4d), a stop, 00 xor a, a dec a ldff(45), a ld c, 44 ld b, 91 l166: ldff a, (c) cmp a, b jpnz l166 ld hl, fe00 ld d, 10 ld a, d ld(hl++), a ld a, 08 ld(hl++), a...
aliaspider/gambatte-libretro
testrunner/hwtests/sprites/space/3overlap8_scx3_m3stat_ds_1_out3.asm
Assembly
gpl-2.0
2,085
/* * ************************************************************************************* * Copyright (C) 2006-2015 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
georgenicoll/esper
esper/src/main/java/com/espertech/esper/epl/core/eval/EvalSelectStreamBase.java
Java
gpl-2.0
1,813
using System; using System.Collections.Generic; using System.Reflection; using System.Text; namespace Uniframework { /// <summary> /// ¶¯Ì¬ÅÅÐò¹¤¾ßÀà /// </summary> [Serializable] public class DynamicComparer<T> : IComparer<T> { /// <summary> /// ±È½ÏÁ½¸ö¶ÔÏó ...
tws67/uniframework
sources/Uniframework/Common/DynamicComparer.cs
C#
gpl-2.0
11,975
require 'test/unit' require 'securerandom' require 'tempfile' # This testcase does NOT aim to test cryptographically strongness and randomness. class TestSecureRandom < Test::Unit::TestCase def setup @it = SecureRandom end def test_s_random_bytes assert_equal(16, @it.random_bytes.size) assert_equal(...
atmark-techno/atmark-dist
user/ruby/ruby-2.1.2/test/test_securerandom.rb
Ruby
gpl-2.0
4,079
/* Misfit Model 3D * * Copyright (c) 2004-2007 Kevin Worcester * * 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 v...
icebreaker/mm3d
src/implui/backgroundwin.cc
C++
gpl-2.0
2,385
/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * ...
erpcya/adempierePOS
base/src/org/compiere/model/I_A_Depreciation_Entry.java
Java
gpl-2.0
9,484
--闇霊神オブルミラージュ function c59281822.initial_effect(c) c:EnableReviveLimit() --cannot special summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) c:RegisterEffect(e1) --special summon local e2=...
mercury233/ygopro-scripts
c59281822.lua
Lua
gpl-2.0
2,563
# This file is autogenerated. Instead of editing this file, please use the # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. ActiveRecord::Schema.define(:version => 9) do create_table "double_sti_parent_relationships", :force => true do |t| ...
theRocket/saturnaled
vendor/gems/has_many_polymorphs-2.12/test/integration/app/db/schema.rb
Ruby
gpl-2.0
1,467
/* * Copyright 2009 Marcin Kościelnicki * * 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 restriction, including without limitation * the rights to use, copy, modify, merge, pub...
asyan4ik/android_kernel_huawei_h60
drivers/gpu/drm/nouveau/core/engine/graph/ctxnv50.c
C
gpl-2.0
111,699
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
palasthotel/grid-wordpress-box-social
vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.php
PHP
gpl-2.0
1,238
/* Copyright (C) 1995,96,97,98,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper <drepper@cygnus.com>, 1995. 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 a...
nslu2/glibc
string/strcoll.c
C
gpl-2.0
14,056
DELETE FROM 'playlists' WHERE id == :id;
galaxy001/Play
SQL/delete_playlist.sql
SQL
gpl-2.0
41
<?php $HOME = realpath(dirname(__FILE__)) . "/../../../.."; require_once($HOME . "/tests/class/Common_TestCase.php"); /* * This file is part of EC-CUBE * * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. * * http://www.lockon.co.jp/ * * This program is free software; you can redistribute it and/or ...
shoheiworks/Labo-EcCube
tests/class/util/SC_Utils/SC_Utils_sfSwapArrayTest.php
PHP
gpl-2.0
2,296
/* * Scale.cpp - implementation of scale class * * Copyright (c) 2020 Martin Pavelek <he29.HS/at/gmail.com> * * This file is part of LMMS - https://lmms.io * * 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 ...
zonkmachine/lmms
src/core/Scale.cpp
C++
gpl-2.0
2,889
<?php $dir = dirname(dirname(__FILE__)); function json2Array($json) {return json_decode($json, 1);} function getCurrentAlias(){ $active = JFactory::getApplication()->getMenu()->getActive(); if($active) { return ($active->alias); } } global $s5_vertex_version, $s5_template_name; $s5_vertex_version = '1.0'; ...
lama604/cis4402
templates/shape5_vertex/vertex/parameters.php
PHP
gpl-2.0
4,750
# This file is part of Buildbot. Buildbot 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. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without eve...
tardyp/buildbot
master/buildbot/test/integration/test_worker_comm.py
Python
gpl-2.0
13,868
<?php /** * Portfolio justified grid shortcode. * */ // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'DT_Shortcode_Portfolio_Jgrid', false ) ) { class DT_Shortcode_Portfolio_Jgrid extends DT_Masonry_Posts_Shortcode { protected $shortcode_name = 'dt_portfolio_jg...
julia26/puppy
wp-content/themes/puppy/inc/shortcodes/includes/portfolio-jgrid/portfolio-jgrid.php
PHP
gpl-2.0
8,645
"""Tests for the unparse.py script in the Tools/parser directory.""" import unittest import test.support import io import os import random import tokenize import ast from test.test_tools import basepath, toolsdir, skip_if_missing skip_if_missing() parser_path = os.path.join(toolsdir, "parser") with test.support.Di...
FFMG/myoddweb.piger
monitor/api/python/Python-3.7.2/Lib/test/test_tools/test_unparse.py
Python
gpl-2.0
8,393
<?php global $smof_data; global $blog_post_type; ?> <div id="post-<?php the_ID(); ?>" <?php post_class('post clearfix'); ?>> <div class="post-audio"> <?php echo get_post_meta($post->ID, 'rnr_blogaudiourl', true); ?> </div> <div class="post-title"> <a href="<?php the_permalink(); ?>" ti...
pjoosen/cc-websolutions-new
wp-content/themes/jarvis_wp/post-format/content-audio.php
PHP
gpl-2.0
1,467
package com.j03.mobileinput.Canvas; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.view.K...
itstar4tech/slide-android
app/src/main/java/com/j03/mobileinput/Canvas/CanvasActivity.java
Java
gpl-2.0
8,440
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{shop_name}</title> </head> <body> <table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; wi...
fernandaos12/ateliebambolina
modules/pagseguro/mails/awaiting_payment.html
HTML
gpl-2.0
1,844
/** * Copyright 2014 @ to2.net. * name : * author : jarryliu * date : 2013-12-03 21:04 * description : * history : */ package promotion import ( "go2o/core/domain/interface/member" ) // 优惠券促销 type ICouponPromotion interface { GetDomainId() int32 // 获取促销内容 GetDetailsValue() ValueCoupon // 设置促销内容 SetDet...
jsix/go2o
core/domain/interface/promotion/coupon.go
GO
gpl-2.0
2,654
/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* APIs between calling firmware and vboot_reference * * DO NOT INCLUDE THE HEADERS BELOW DIRECTLY! ONLY INCLUDE THIS FILE! * * Using vb2a...
RafaelRMachado/Coreboot
3rdparty/vboot/firmware/include/vb2_api.h
C
gpl-2.0
1,221
/* * Copyright 2006-2018 The MZmine 2 Development Team * * This file is part of MZmine 2. * * MZmine 2 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...
du-lab/mzmine2
src/main/java/net/sf/mzmine/modules/visualization/peaklisttable/table/CompoundIdentityCellRenderer.java
Java
gpl-2.0
2,791
using System; using Server.Engines.Quests; using Server.Mobiles; namespace Server.Items { public class BedlamTele : Item { [Constructable] public BedlamTele() : base(0x124D) { Movable = false; } public BedlamTele(Serial serial) : base...
A2152225/ServUO
Scripts/Items/Internal/BedlamTeleporters.cs
C#
gpl-2.0
2,295
/* * jit-elf-read.c - Routines to read ELF-format binaries. * * Copyright (C) 2004 Southern Storm Software, Pty Ltd. * * This file is part of the libjit library. * * The libjit library is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as pu...
DragonL/YAC6xSim
p3/libjit/libjit-0.1.2/jit/jit-elf-read.c
C
gpl-2.0
48,749
/* $OpenBSD: tty_tb.c,v 1.5 2003/08/11 09:56:49 mickey Exp $ */ /* $NetBSD: tty_tb.c,v 1.18 1996/02/04 02:17:36 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without *...
binhqnguyen/ln
nsc/openbsd3/kern/tty_tb.c
C
gpl-2.0
10,385
<?php /** * NoNumber Framework Helper File: Assignments: ZOO * * @package NoNumber Framework * @version 12.5.1 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2012 NoNumber All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.htm...
ashaury/sanlexb
plugins/system/nnframework/helpers/assignments/zoo.php
PHP
gpl-2.0
4,212
/*************************************************************************** testqgsvectorfilewriter.cpp -------------------------------------- Date : Frida Nov 23 2007 Copyright : (C) 2007 by Tim Sutton Email : tim@linfiniti.com ***********************...
NINAnor/QGIS
tests/src/app/testqgisappclipboard.cpp
C++
gpl-2.0
3,616
# # Makefile for G3D # # Copyright(c) 2004-2006, Samsung Electronics, Co., Ltd. # obj-y += s3c_g3d.o
hillbeast/Kyorakernel-G3
drivers/media/s5p6442/g3d_drv/Makefile
Makefile
gpl-2.0
106
#include <string.h> #include <stdio.h> #include "product_config.h" #include "osl_types.h" #include "bsp_sram.h" #include "bsp_shared_ddr.h" #include "drv_memory.h" #include "MemoryMap.h" #include "ptable_com.h" #include <bsp_dump_drv.h> /*lint -e545*/ /* È«¾ÖµÄ½á¹¹Ì壬¼Ç¼AXIÄÚ´æ¶Î·ÖÅäÐÅÏ¢ */ const BSP...
asyan4ik/android_kernel_huawei_h60
drivers/vendor/hisi/modem/drv/ccore/drivers/hwadp/hwadp_memory.c
C
gpl-2.0
22,455
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Reflection; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using Microsoft.Practices.CompositeUI.SmartParts; using Microsoft.Prac...
tws67/uniframework
sources/Uniframework.Upgrade/Views/UpgradeBuilderView.cs
C#
gpl-2.0
12,516
using MediaBrowser.Common.Configuration; using MediaBrowser.Common.IO; using MediaBrowser.Common.Net; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Notifications; using MediaBrowser.Controller.Plugins; using MediaBrowser.Model.Logging; using MediaBrowser.Model.Notifications; using MediaBrowser.M...
TomGillen/MediaBrowser
MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs
C#
gpl-2.0
5,410
/*************************************************************************** qgsalgorithmrescaleraster.cpp --------------------- begin : July 2020 copyright : (C) 2020 by Alexander Bruy email : alexander dot bruy at g...
pblottiere/QGIS
src/analysis/processing/qgsalgorithmrescaleraster.cpp
C++
gpl-2.0
8,379
/* * Copyright (c) 2015, 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 Softwa...
graalvm/graal-core
graal/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/ReplacementsTest.java
Java
gpl-2.0
2,028
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
miguelangelramirez/magento.dev
app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Group.php
PHP
gpl-2.0
7,569
/* * ARM-NEON-optimized IDCT functions * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg 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 * v...
AreaScout/vice-gles2
src/lib/libffmpeg/libavcodec/arm/idctdsp_init_neon.c
C
gpl-2.0
1,982
/* gdb-stub.h: FRV GDB stub * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from asm-mips/gdb-stub.h (c) 1995 Andreas Busse * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publi...
ysei/linux-2.4.32-ipod
include/asm-frv/gdb-stub.h
C
gpl-2.0
3,687
//>>built define("dojox/mvc/StatefulSeries",["dojo/_base/array","dojo/_base/declare","dojo/_base/lang","dojox/mvc/at"],function(_1,_2,_3,at){ return _2("dojox.mvc.StatefulSeries",null,{constructor:function(_4){ var _5=this; function _6(){ if(_5.series){ _5.series.chart.updateSeries(_5.series.name,_5); _5.series....
hariomkumarmth/champaranexpress
wp-content/plugins/dojo/dojox/mvc/StatefulSeries.js
JavaScript
gpl-2.0
1,231
/* * MMU fault handling support. * * Copyright (C) 1998-2002 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/smp_lock.h> #include <linux/interrupt.h> #include <asm/pgtable.h> #include <asm/processor.h> #inclu...
xtreamerdev/linux-xtr
arch/ia64/mm/fault.c
C
gpl-2.0
7,149
/* * Copyright (C) 2005-2015 Team Kodi * http://kodi.tv * * 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. * * T...
EraYaN/xbmc
xbmc/music/MusicDatabase.cpp
C++
gpl-2.0
214,318
/* * Copyright (C) NXP Semiconductors (PLMA) * * 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 ...
jcadduono/android_kernel_oneplus_msm8996
sound/soc/codecs/tfa9890/tfa_container.c
C
gpl-2.0
18,300
/* * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
smarr/graal
graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/IntAbsTest.java
Java
gpl-2.0
3,017
#ifndef _INET_DIAG_H_ #define _INET_DIAG_H_ 1 #include <specific_includes/uapi/linux/inet_diag.h> struct sock; struct inet_hashinfo; struct nlattr; struct nlmsghdr; struct sk_buff; struct netlink_callback; struct inet_diag_handler { void (*dump)(struct sk_buff *skb, struct netlink_callback *cb, struct i...
vadimsu/ipaugenblick
stack_and_service/specific_includes/linux/inet_diag.h
C
gpl-2.0
1,444
#!/usr/bin/env python # 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 ...
ikoula/cloudstack
test/integration/component/test_affinity_groups_projects.py
Python
gpl-2.0
41,778
/* * Copyright (c) 1997, 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 ...
universsky/openjdk
jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser.java
Java
gpl-2.0
35,056
#!/bin/bash # ---------------------------------------------------------------------- # Start up the Editra application bundle, passing along any # command-line args. (Mac OS X only) # ---------------------------------------------------------------------- #set -o xtrace if [ "$1" = "-c" ]; then # Use AppleScript t...
garrettcap/Bulletproof-Backup
wx/tools/Editra/scripts/editramac.sh
Shell
gpl-2.0
1,462
//===-- sanitizer_platform_interceptors.h -----------------------*- C++ -*-===// // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file defines macro telling ...
cameron581/sabermod_rom_toolchain
libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h
C
gpl-2.0
5,254
/*- * Copyright (c) 1982, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from material licensed * to the University of California by American Telephone and Telegraph * Co. or Unix System Lab...
binhqnguyen/lena
nsc/freebsd5/freebsd/usr/src/sys/sys/systm.h
C
gpl-2.0
11,828
<?php add_action( 'admin_menu', 'bearded_theme_admin_setup' ); function bearded_theme_admin_setup() { /* Get the theme prefix. */ $prefix = hybrid_get_prefix(); /* Create a settings meta box only on the theme settings page. */ add_action( 'load-appearance_page_theme-settings', 'bearded_theme_settings_meta_boxes...
bryanerayner/bryanerayner-old
wp-content/themes/bearded/inc/functions-admin.php
PHP
gpl-2.0
2,788
/******************************************************************************/ /* Да се испечатат сите броеви кои се деливи со своите цифри во зададен */ /* интервал. Почетокот и крајот на интервалот се внесуваат преку тастатура. */ /* ...
gdarko/CProgrammingExercises
zbirka_1/broevi/zad_5.c
C
gpl-2.0
979
"""Support functions for loading the reference count data file.""" __version__ = '$Revision: 1.2 $' import os import string import sys # Determine the expected location of the reference count file: try: p = os.path.dirname(__file__) except NameError: p = sys.path[0] p = os.path.normpath(os.path.join(os.getcw...
atmark-techno/atmark-dist
user/python/Doc/tools/refcounts.py
Python
gpl-2.0
2,236
<!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.5.0_15) on Thu Jan 08 18:20:49 PST 2009 --> <TITLE> HttpConnection (Connection Manager 3.6.3 Javadoc) </TITLE> <META NAME="keywords" CONTENT="org.jiveso...
onlychoice/ws-xmpp-proxy
documentation/docs/javadoc/org/jivesoftware/multiplexer/net/http/HttpConnection.html
HTML
gpl-2.0
17,158
/******************************************************************************* * * McStas, neutron ray-tracing package * Copyright 1997-2002, All rights reserved * Risoe National Laboratory, Roskilde, Denmark * Institut Laue Langevin, Grenoble, France * * Kernel: cexp.c * * %Identification * W...
mads-bertelsen/McCode
mcstas/src/cexp.c
C
gpl-2.0
3,722
<?php /** * Opening Border Control Markup * * Outputs the opening html markup for the * border controls. * * @package Easy_Google_Fonts * @author Sunny Johal - Titanium Themes <support@titaniumthemes.com> * @license GPL-2.0+ * @link http://wordpress.org/plugins/easy-google-fonts/ * @copyright Co...
StabbyMcDuck/skillcrush_wordpress_starter_theme
wp-content/plugins/easy-google-fonts/views/customizer/control/positioning/border/start.php
PHP
gpl-2.0
1,089
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software...
jameyboor/TrinityCore
src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_ragnaros.cpp
C++
gpl-2.0
14,752
################################################################################ # # CMake target configuration file for Xilinx Microblaze # # 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 # modifi...
SylvainLesne/openPOWERLINK_V2
cmake/toolchain-xilinx-microblaze-gnu.cmake
CMake
gpl-2.0
2,446
// -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * Binarizer.cpp * zxing * * Created by Ralf Kistner on 16/10/2009. * Copyright 2008 ZXing authors All rights reserved. * Modified by Lukasz Warchol on 02/02/2010. * * Licensed under the Apache License, Version 2.0 (the "License"); ...
codenameone/codenameone-demos
ZXing/native/ios/Binarizer.cpp
C++
gpl-2.0
1,054
/* This file is part of iprohc. iprohc 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 any later version. iprohc is distributed in the hope that it will be useful, but WITHOUT...
umbrellashield/ipcompress
src/common/tun_helpers.h
C
gpl-2.0
1,079
/* * libretroshare/src/services/p3banlist.h * * Exchange list of Peers for Banning / Whitelisting. * * Copyright 2011 by Robert Fernie. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License Version 2 as published by the Free So...
zeners/RetroShare
libretroshare/src/services/p3banlist.h
C
gpl-2.0
5,346
//! \example tutorial-barcode-detector.cpp //! [Include] #include <visp3/detection/vpDetectorDataMatrixCode.h> #include <visp3/detection/vpDetectorQRCode.h> //! [Include] #include <visp3/gui/vpDisplayGDI.h> #include <visp3/gui/vpDisplayOpenCV.h> #include <visp3/gui/vpDisplayX.h> #include <visp3/io/vpImageIo.h> int mai...
MarcPouliquenInria/visp
tutorial/detection/barcode/tutorial-barcode-detector.cpp
C++
gpl-2.0
3,266
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: ur...
botswana-harvard/edc-call-manager
static/edc_base/css/font-awesome/css/font-awesome.css
CSS
gpl-2.0
37,413
/* Copyright (C) 2006 - 2012 ScriptDev2 <http://www.scriptdev2.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 version....
Saitohimea/Mangos-3.3.5
src/modules/SD2/scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.h
C
gpl-2.0
3,536
#pragma once #include "zacdb.h" #include "zdbmain.h" class ZcDbViewport; #pragma pack (push, 8) class ZcDbAnnotativeObjectPE : public ZcRxObject { public: ZCRX_DECLARE_MEMBERS(ZcDbAnnotativeObjectPE); virtual bool annotative(ZcDbObject* pObject) const = 0; virtual Zcad::ErrorStatus setAnnotative( ZcDbObject* ...
kevinzhwl/ZWCAD.DK
ZRXSDK/inc/zdbAnnotativeObjectPE.h
C
gpl-2.0
1,411
<?php //$config['allowed'] = array_merge( // Config::Get('menu.allowed'), // array( // 'blog_list', // ) //); $config['submenu'] = array( 'class' => 'dropdown-menu animated fadeIn dropdown-content-menu', 'options' => array( 'class' => 'dropdown dropdown-submenu', 'link_cl...
shtrih/altocms
common/templates/skin/experience-simple/settings/config/menu.php
PHP
gpl-2.0
15,678
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later...
thanhphat11/android_kernel_xiaomi_msm8996
toolchains/share/doc/gcc/Decimal-Float.html
HTML
gpl-2.0
6,595
/* * ircd-ratbox: A slightly useful ircd. * m_nick.c: Sets a users nick. * * Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center * Copyright (C) 1996-2002 Hybrid Development Team * Copyright (C) 2002-2005 ircd-ratbox development team * * This program is free software; you can redistribut...
ahf/charybdis
modules/core/m_nick.c
C
gpl-2.0
34,184
/* This file is part of the KDE project Copyright (C) 2010 KO GmbH <jos.van.den.oever@kogmbh.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the Licens...
TheTypoMaster/calligra-history
tools/slidecompare/slidecompare.cpp
C++
gpl-2.0
1,258
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION // Copyright Aleksey Gurtovoy 2000-2006 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/mpl ...
pallamidessi/GridVis
easeaMultiIslandsOneMachine/boost/boost/mpl/aux_/include_preprocessed.hpp
C++
gpl-2.0
1,494
/* JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine Copyright (C) 2012-2013 Ian Preston 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 progra...
ianopolous/JPC
src/org/jpc/emulator/execution/opcodes/pm/fmulp_ST3_ST3.java
Java
gpl-2.0
1,960
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. Copyright (C) 2014 Tom Gundersen Copyright (C) 2014 Susant Sahani systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by th...
rhvgoyal/systemd
src/libsystemd-network/test-lldp.c
C
gpl-2.0
15,961
/* * Copyright (C) 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
LADOSSIFPB/ReCDATA
ReCDATA-ANDROID/zxing-source/com/google/zxing/client/android/result/SMSResultHandler.java
Java
gpl-2.0
2,588
package net.oschina.app.ui; import java.net.URLEncoder; import java.util.ArrayList; import java.util.Date; import java.util.List; import net.oschina.app.AppConfig; import net.oschina.app.AppContext; import net.oschina.app.AppException; import net.oschina.app.R; import net.oschina.app.adapter.ListViewCommen...
jiangchanghong/oschina-android-app
src/net/oschina/app/ui/QuestionDetail.java
Java
gpl-2.0
30,517
#include "muscle.h" #if !defined(__linux__) && !defined(_MSC_VER) && !defined(__MACH__) double GetNAN() { return 0.0; } double g_dNAN = GetNAN(); void chkmem(const char szMsg[]) { } void Break() { } char szCmdLine[4096]; const char *GetCmdLine() { return "muscle"; } double GetMemUseMB() { return 10...
mfursov/ugene
src/plugins_3rdparty/umuscle/src/muscle/globalsother.cpp
C++
gpl-2.0
651
<?php /** * Portable Contact Form * * Laborator.co * www.laborator.co */ # Element Information $lab_vc_element_path = dirname( __FILE__ ) . '/'; $lab_vc_element_url = site_url(str_replace(ABSPATH, '', $lab_vc_element_path)); $lab_vc_element_icon = $lab_vc_element_url . 'contact.png'; vc_map( array(...
devquarks/quasiarte-wp
wp-content/themes/kalium/inc/lib/vc/lab_contact_form/init.php
PHP
gpl-2.0
5,445
/* The header file is generated by make_header.py from EMACM.json */ /* Current script's version can be found at: */ /* https://github.com/AoLaD/rtems-tms570-utils/tree/headers/headers/python */ /* * Copyright (c) 2014-2015, Premysl Houdek <kom541000@gmail.com> * * Czech Technical University in Prague * Zikova 190...
yangqiao/rtems
c/src/lib/libbsp/arm/tms570/include/ti_herc/reg_emacm.h
C
gpl-2.0
45,087
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
chaos/lustre-kdmu
lustre/obdclass/capa.c
C
gpl-2.0
11,672
package info.jbcs.minecraft.chisel.client.render; import info.jbcs.minecraft.utilities.Drawing; import net.minecraft.block.Block; import net.minecraft.client.renderer.RenderBlocks; import net.minecraft.world.IBlockAccess; import org.lwjgl.opengl.GL11; import cpw.mods.fml.client.registry.ISimpleBlockRenderingHandler;...
EoD/Chisel
src/main/java/info/jbcs/minecraft/chisel/client/render/BlockNoCTMRenderer.java
Java
gpl-2.0
1,457
/* ---------------------------------------------------------------------------------- RESPONSIVE LAYOUTS ---------------------------------------------------------------------------------- */ /* Desktop / Laptop */ @media only screen and (max-width: 960px) { } /* iPad & Tablet */ @media only screen and (max-width: 7...
dzmitryh/wp-in-mebel.by
wp-content/themes/minamaze/styles/style-responsive.css
CSS
gpl-2.0
7,156
#include "GUIPlexScreenSaverPhoto.h" #include "PlexTypes.h" #include "Application.h" #include "guilib/GUIMultiImage.h" #include "guilib/GUIWindowManager.h" #include "Application.h" #include "GraphicContext.h" #include "JobManager.h" #include "PlexJobs.h" #include "Client/PlexServerManager.h" #include "PlexApplication.h...
RasPlex/plex-home-theatre
plex/GUI/GUIPlexScreenSaverPhoto.cpp
C++
gpl-2.0
9,592
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-durat...
luchego/wordpress-prueba
wp-content/plugins/like-box/includes/style/effects.css
CSS
gpl-2.0
49,727
#include<osg/Camera> #include <osgDB/ReadFile> #include <osg/Geometry> #include <osg/Geode> #include <osg/Texture2D> #include <osg/TextureCubeMap> #include "OsgDebugHUD.h" SDDebugHUD::SDDebugHUD(){ osg::Geometry* geom; osg::ref_ptr<osg::Vec3Array> texcoords; osg::ref_ptr<osg::Geode> quad = new osg::G...
kumar003vinod/SpeedDreams
src/modules/graphic/osggraph/OsgView/OsgDebugHUD.cpp
C++
gpl-2.0
1,967
<?php /** * Class for managing email-based authentication. * * PHP version 7 * * Copyright (C) The National Library of Finland 2019. * * 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 Fou...
swissbib/vufind
module/VuFind/src/VuFind/Auth/EmailAuthenticator.php
PHP
gpl-2.0
8,458
namespace Server.Items { public class ArmsOfArmstrong : LeatherArms { public override bool IsArtifact => true; [Constructable] public ArmsOfArmstrong() { LootType = LootType.Blessed; Attributes.BonusStr = 3; Attributes.RegenHits = 1; } ...
Argalep/ServUO
Scripts/Items/Artifacts/Equipment/Armor/ArmsOfArmstrong.cs
C#
gpl-2.0
1,109
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later...
thanhphat11/android_kernel_xiaomi_msm8996
toolchains/share/doc/gcc/Gcov-Intro.html
HTML
gpl-2.0
6,698
#include "btfiles.h" #ifdef WINDOWS #include <io.h> #include <memory.h> #include <direct.h> #else #include <unistd.h> #include <dirent.h> #include <sys/param.h> #endif #include <sys/stat.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <errno.h> #include <ctype.h> // isprint #include "bencode....
akosciak/ctorrent_plus
btfiles.cpp
C++
gpl-2.0
21,071
/* global mejs, _wpmejsSettings */ (function( window, $ ) { window.wp = window.wp || {}; // add mime-type aliases to MediaElement plugin support mejs.plugins.silverlight[0].types.push('video/x-ms-wmv'); mejs.plugins.silverlight[0].types.push('audio/x-ms-wma'); function wpMediaElement() { var setting...
Gollos/watercase.tk
wp-includes/js/mediaelement/wp-mediaelement.js
JavaScript
gpl-2.0
1,596
/* *************************************************************************** * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c) Copyright 2002, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work and th...
StanislavPodolsky/RT5350
linux-3.8.7/drivers/net/wireless/ralink/rt3883/rt2860v2/include/client_wds.h
C
gpl-2.0
1,374
<?php /** * NoNumber Framework Helper File: Assignments: FlexiContent * * @package NoNumber Framework * @version 15.11.2151 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2015 NoNumber All Rights Reserved * @lic...
christopherstock/WinklerUndSchorn
joomla/plugins/system/nnframework/helpers/assignments/flexicontent.php
PHP
gpl-2.0
2,457
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qgrid.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>qgrid.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; ...
gnu-andrew/qt3
doc/html/qgrid-h.html
HTML
gpl-2.0
4,194