repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
akurtakov/Pydev
plugins/org.python.pydev.parser/src/org/python/pydev/parser/jython/ast/decoratorsType.java
5723
// Autogenerated AST node package org.python.pydev.parser.jython.ast; import org.python.pydev.parser.jython.SimpleNode; import java.util.Arrays; public final class decoratorsType extends SimpleNode { public exprType func; public exprType[] args; public keywordType[] keywords; public exprType starargs;...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.logstash.collector.1.0/src/com/ibm/ws/logstash/collector/v10/LogstashCollector10.java
1247
/******************************************************************************* * Copyright (c) 2016 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
epl-1.0
christ66/coverity-plugin
src/main/java/com/coverity/ws/v9/UpdateStreamDefects.java
2691
package com.coverity.ws.v9; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for updateStreamDefects complex type. * * <p>The following schema fragmen...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.jpa.tests.spec10.entity_fat.common/test-applications/entity/src/com/ibm/ws/jpa/fvt/entity/testlogic/enums/DatatypeSupportEntityEnum.java
3918
/******************************************************************************* * Copyright (c) 2021 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
epl-1.0
dlindhol/LaTiS
src/main/scala/latis/dm/Variable3.scala
6589
package latis.dm import latis.metadata._ import latis.data.Data import java.util.UUID import latis.data.value._ trait Variable3 { def metadata: VariableMetadata3 } abstract class AVariable3(md: VariableMetadata3) extends Variable3 { def metadata: VariableMetadata3 = md // def getMetadata(name: String): Option...
epl-1.0
SmithAndr/egit
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FormatJob.java
3809
/******************************************************************************* * Copyright (C) 2011, Jens Baumgart <jens.baumgart@sap.com> * Copyright (C) 2011, Stefan Lay <stefan.lay@sap.com> * Copyright (C) 2015, Thomas Wolf <thomas.wolf@paranor.ch> * * All rights reserved. This program and the accompanying ma...
epl-1.0
my76128/controller
opendaylight/config/yang-jmx-generator-plugin/src/main/java/org/opendaylight/controller/config/yangjmxgenerator/plugin/JMXGenerator.java
11935
/* * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
epl-1.0
zmaril/mcc
operators.md
1556
Taken from [here](https://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B) C++ only removed as well (which is why some numbers have been skipped) Precedence Operator Description Associativity 2 ++ Postfix increment Left-to-right -- Postfix decrement () Function call [] Array subscripting . Element selectio...
epl-1.0
eclipse/hawkbit
hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtSoftwareModuleTypeResourceTest.java
26380
/** * Copyright (c) 2015 Bosch Software Innovations GmbH and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html ...
epl-1.0
Cooperate-Project/Cooperate
bundles/de.cooperateproject.modeling.textual.common/src/de/cooperateproject/modeling/textual/common/naming/NameSwitch.java
2176
package de.cooperateproject.modeling.textual.common.naming; import java.util.List; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EReference; import org.eclipse.uml2.uml.NamedElement; import org.eclipse.xtext.nodemodel.INode; import org.eclipse.xtext.nodemodel.util.NodeModelUtils; import de.coope...
epl-1.0
akurtakov/Pydev
plugins/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/AbstractLaunchConfigurationDelegate.java
5817
/** * Copyright (c) 2005-2013 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ /* * Author: atotic * Created...
epl-1.0
kgibm/open-liberty
dev/com.ibm.ws.resource/test/com/ibm/ws/resource/internal/ResourceRefConfigTest.java
27596
/******************************************************************************* * Copyright (c) 2011, 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
epl-1.0
opendaylight/opflex
libopflex/comms/test/handlers/error_response/endpoint_unresolve.cpp
586
/* * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ /* This mus...
epl-1.0
jarrah42/eavp
org.eclipse.eavp.viz.modeling/src/org/eclipse/eavp/viz/modeling/factory/IControllerProviderFactory.java
1456
/******************************************************************************* * Copyright (c) 2015 UT-Battelle, LLC. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availab...
epl-1.0
eclipse/hawkbit
hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiCancelActionTest.java
34040
/** * Copyright (c) 2015 Bosch Software Innovations GmbH and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html ...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.ui/resources/WEB-CONTENT/unittest/toolbox/toolboxTests.js
14570
/******************************************************************************* * Copyright (c) 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
epl-1.0
stzilli/kapua
simulator-kura/src/main/java/org/eclipse/kapua/kura/simulator/Simulator.java
2615
/******************************************************************************* * Copyright (c) 2017, 2021 Red Hat Inc and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ *...
epl-1.0
ohio813/MultiPatch
xdelta/testing/regtest.cc
23901
/* -*- Mode: C++ -*- */ #include "test.h" #include "random.h" #include "sizes.h" template <typename Constants> class Regtest { public: typedef typename Constants::Sizes Sizes; struct Options { size_t encode_srcwin_maxsz; }; #include "segment.h" #include "modify.h" #include "file.h" #include "cmp.h" #inclu...
gpl-2.0
ImbalanceGaming/imbalance-gaming-laravel
database/migrations/2016_03_14_011932_create_module_section_table.php
887
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateModuleSectionTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('module_section', function (Blueprint $table) { ...
gpl-2.0
jayde02/freeradius-server
src/main/modules.c
44927
/* * modules.c Radius module support. * * Version: $Id$ * * 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...
gpl-2.0
cmc13/CHeaderGenerator
CHeaderGenerator/CSourceFileOptions.cs
4992
using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing.Design; using Microsoft.VisualStudio.Shell; using NLog; using System; using System.Linq.Expressions; namespace CHeaderGenerator { public class CSourceFileOptions : DialogPage, INotifyPropertyChanged { private bool sh...
gpl-2.0
dagnarf/sgh-i717-dagkernel
drivers/usb/gadget/android.c
30277
/* * Gadget Driver for Android * * Copyright (C) 2008 Google, Inc. * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved. * Author: Mike Lockwood <lockwood@android.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foun...
gpl-2.0
javilonas/Ptah-GT-I9300
arch/arm/mach-exynos/include/mach/busfreq_exynos4.h
3508
/* linux/arch/arm/mach-exynos/include/mach/busfreq_exynos4.h * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * * EXYNOS4 - BUSFreq support * * 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 ...
gpl-2.0
kuym/openocd
tools/automake-1.15/t/configure.sh
1785
#! /bin/sh # Copyright (C) 2010-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program ...
gpl-2.0
uq-eresearch/oztrack
src/main/resources/org/oztrack/data/migration/V25__data_licence_identifier.sql
838
alter table data_licence add column identifier text; update data_licence set identifier = 'CC-BY' where title = 'Attribution'; update data_licence set identifier = 'CC-BY-SA' where title = 'Attribution-ShareAlike'; update data_licence set identifier = 'CC-BY-ND' where title = 'Attribution-NoDerivatives'; update data_l...
gpl-2.0
eugmes/rtems
cpukit/score/src/threadqextractwithproxy.c
1880
/** * @brief _Thread_queue_Extract_with_proxy * * This routine extracts the_thread from the_thread_queue * and ensures that if there is a proxy for this task on * another node, it is also dealt with. A proxy is a data * data that is on the thread queue on the remote node and * acts as a proxy for the local...
gpl-2.0
dhx/tao-comp
vendor/qtism/qtism/qtism/data/expressions/NullValue.php
1260
<?php /** * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; under version 2 * of the License (non-upgradable). * * This program is distributed in the hope that it will be useful, * but W...
gpl-2.0
bentley/netsurf
atari/redrawslots.h
1703
/* * Copyright 2012 Ole Loots <ole@monochrom.net> * * This file is part of NetSurf, http://www.netsurf-browser.org/ * * NetSurf 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 Li...
gpl-2.0
SkyFireArchives/SkyFireEMU_433
src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_epoch.cpp
5315
/* * Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Genera...
gpl-2.0
entdark/q3mme
trunk/code/client/snd_dma.c
5134
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
gpl-2.0
sancome/linux-3.x
lib/div64.c
3410
/* * Copyright (C) 2003 Bernardo Innocenti <bernie@develer.com> * * Based on former do_div() implementation from asm-parisc/div64.h: * Copyright (C) 1999 Hewlett-Packard Co * Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> * * * Generic C version of 64bit/32bit division and modulo, with * 64bit res...
gpl-2.0
jstotero/optimus_chic_kernel
drivers/input/sensor/gp2ap002.c
27707
/* * drivers/input/sensor/gp2ap002.c - Proximity Sensor driver * * Copyright (C) 2009 - 2010 LGE, Inc. * Author: Lee, Kenobi [sungyoung.lee] * Cho, EunYoung [ey.cho] * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publish...
gpl-2.0
home4j/arsenal4j
script/js/webpack/demo05/run-server.ps1
38
webpack-dev-server --progress --colors
gpl-2.0
renshuki/dfp-manager
vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/v201702/mcm/CurrencyCodeErrorReason.php
216
<?php namespace Google\AdsApi\AdWords\v201702\mcm; /** * This file was generated from WSDL. DO NOT EDIT. */ class CurrencyCodeErrorReason { const UNSUPPORTED_CURRENCY_CODE = 'UNSUPPORTED_CURRENCY_CODE'; }
gpl-2.0
uQr/FrameworkWithDesingPatterns
DAI.Rule.Validation.Definition/Default.aspx.designer.cs
2704
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
gpl-2.0
photom/simon
plugins/Commands/Template/dialogcommandmanager.cpp
3878
/* * Copyright (C) 2009 Peter Grasch <peter.grasch@bedahr.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * or (at your option) any later version, as published by the Free * Software Foundation * * This p...
gpl-2.0
Fabrice-li/e-venement
apps/statistics/modules/statistics/templates/controlSuccess.php
785
<?php include_partial('stats_header', array('form' => $form, 'title' => $title)); ?> <?php if ( $sf_user->hasCredential('stats-control') ): ?> <?php include_partial('global/chart_jqplot', array( 'id' => 'control', 'data' => url_for('statistics/controlJson?type=' . $type), 'width' => '...
gpl-2.0
enslyon/ensl
modules/jsonapi/src/Normalizer/Value/ConfigFieldItemNormalizerValue.php
632
<?php namespace Drupal\jsonapi\Normalizer\Value; /** * Helps normalize config entity "fields" in compliance with the JSON API spec. * * @internal */ class ConfigFieldItemNormalizerValue extends FieldItemNormalizerValue { /** * {@inheritdoc} * * @var mixed */ protected $raw; /** * Instantiat...
gpl-2.0
01org/Igvtg-kernel
drivers/gpu/drm/exynos/exynos_drm_drv.c
18672
/* * Copyright (c) 2011 Samsung Electronics Co., Ltd. * Authors: * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * Seung-Woo Kim <sw0312.kim@samsung.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Licen...
gpl-2.0
Telegram-FOSS-Team/Telegram-FOSS
TMessagesProj/src/main/java/org/telegram/messenger/ForwardingMessagesParams.java
8580
package org.telegram.messenger; import android.text.TextUtils; import android.util.LongSparseArray; import android.util.SparseBooleanArray; import org.telegram.tgnet.TLRPC; import java.util.ArrayList; public class ForwardingMessagesParams { public LongSparseArray<MessageObject.GroupedMessages> groupedMessagesM...
gpl-2.0
project-magpie/tdt-driver
player2_179/player/collator/collator_pes_video_divx.cpp
15639
/************************************************************************ COPYRIGHT (C) STMicroelectronics 2007 Source file name : collator_pes_video_divx_.cpp Author : Chris Implementation of the pes collator class for player 2. Date Modification Name ---- ...
gpl-2.0
bmajoros/UnVeil
tigr++/TigrStringMap.H
10179
/************************************************************** TigrStringMap.H bmajoros@tigr.org 1/1/2003 TIGR++ : C++ class template library for bioinformatics Copyright (c) 2003, The Institute for Genomic Research (TIGR), Rockville, Maryland, U.S.A. All rights reserved. ******************************************...
gpl-2.0
abbradar/kernel_I9001_samsung
drivers/mmc/host/msm_sdcc.c
57679
/* * linux/drivers/mmc/host/msm_sdcc.c - Qualcomm MSM 7X00A SDCC Driver * * Copyright (C) 2007 Google Inc, * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved. * Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or m...
gpl-2.0
palasthotel/grid-wordpress-box-social
vendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindFullHashesRequest.php
2567
<?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...
gpl-2.0
slint/zenodo
tests/unit/records/test_schemas_marcxml.py
13950
# -*- coding: utf-8 -*- # # This file is part of Zenodo. # Copyright (C) 2016 CERN. # # Zenodo 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...
gpl-2.0
MSM8916-Samsung/android_kernel_samsung_e53g
drivers/soc/qcom/bam_dmux.c
77670
/* Copyright (c) 2011-2014, 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
rbrito/pkg-chrony
hash_intmd5.c
1699
/* chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** * Copyright (C) Miroslav Lichvar 2012 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public ...
gpl-2.0
crowdcreative/cidade.vc
wp-content/plugins/mycred/plugins/mycred-hook-contact-form7.php
4148
<?php /** * Contact Form 7 Plugin * @since 0.1 * @version 1.0 */ if ( defined( 'myCRED_VERSION' ) ) { /** * Register Hook * @since 0.1 * @version 1.0 */ add_filter( 'mycred_setup_hooks', 'contact_form_seven_myCRED_Hook' ); function contact_form_seven_myCRED_Hook( $installed ) { $installed['contact_form...
gpl-2.0
dauclem/Online-Bug-Tracker
private/bt/mantisbt/mantisbt-1.2.15/core/projax_api.php
3293
<?php # MantisBT - a php based bugtracking system # MantisBT 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. # # MantisBT is distribut...
gpl-2.0
krozett/gcstar
lib/gcstar/GCLang/DE/GCModels/GCTVseries.pm
1511
{ package GCLang::DE::GCModels::GCTVseries; use utf8; ################################################### # # Copyright 2005-2010 Christian Jodar # # This file is part of GCstar. # # GCstar is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
gpl-2.0
cartiago92/Practicas-FDI
Segundo Curso/Tecnologia de la Programación/Pr2/testProfesor/tp/pr2/testprofesor/PlayerTest.java
3992
package tp.pr2.testprofesor; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import tp.pr2.Player; public class PlayerTest { private MockItem itemTest; private String itemId; private String itemDescription; private Player playerTest; @Before public void setUp() throws Exc...
gpl-2.0
joelbrock/HARVEST_CORE
documentation/doxy/output/fannie/html/class_edit_items_from_search-members.html
10097
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
gpl-2.0
TEAMMATES/teammates
src/web/app/pages-student/student-page.component.ts
1999
import { Component, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { environment } from '../../environments/environment'; import { AuthService } from '../../services/auth.service'; import { AuthInfo } from '../../types/api-output'; /** * Base skeleton for student pages. */ @C...
gpl-2.0
alexbevi/scummvm
engines/asylum/system/speech.cpp
8226
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
gpl-2.0
linkmauve/dolphin
Source/Core/Core/IOS/USB/Bluetooth/BTBase.cpp
1428
// Copyright 2016 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "Core/IOS/USB/Bluetooth/BTBase.h" #include <memory> #include <string> #include <vector> #include "Common/CommonPaths.h" #include "Common/CommonTypes.h" #include "Common/File.h" #include "Common/Fil...
gpl-2.0
kirkokada/hackathon
db/migrate/20150524135324_add_more_columns_to_users.rb
158
class AddMoreColumnsToUsers < ActiveRecord::Migration def change add_column :users, :username, :string add_column :users, :image, :string end end
gpl-2.0
ajsedgewick/tetrad
tetrad-lib/src/main/java/edu/cmu/tetrad/search/Kpc.java
14785
/////////////////////////////////////////////////////////////////////////////// // For information as to what this class does, see the Javadoc, below. // // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, // // 2007, 2008, 2009, 2010, 2014, 2015 by Peter Spirtes, Richard Scheines, Joseph...
gpl-2.0
moses1984/aafmt
book_chapters_LaTeX_original/pgf_3.0.1.tds/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
1171
% Copyright 2006 by Till Tantau % % This file may be distributed and/or modified % % 1. under the LaTeX Project Public License and/or % 2. under the GNU Free Documentation License. % % See the file doc/generic/pgf/licenses/LICENSE for more details. \section{Through Library} \label{section-through-library} \begin{t...
gpl-2.0
zrafa/linuxkernel
linux-2.6.17.new/drivers/mtd/maps/uclinux.c
3158
/****************************************************************************/ /* * uclinux.c -- generic memory mapped MTD driver for uclinux * * (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com) * * $Id: uclinux.c,v 1.12 2005/11/07 11:14:29 gleixner Exp $ */ /***********************************************...
gpl-2.0
SubhrajyotiSen/HelioxKernelHarpia
gcc-linaro/share/doc/gcc/Local-Reg-Vars.html
2828
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2016 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...
gpl-2.0
Fir3element/downgrade86
src/weapons.h
6161
/** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2016 Mark Samman <mark.samman@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
gpl-2.0
joyxu/autotest
client/tools/JUnit_api.py
65100
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Generated Thu Dec 1 09:58:36 2011 by generateDS.py version 2.7a. # import sys import getopt import re as re_ etree_ = None Verbose_import_ = False (XMLParser_import_none, XMLParser_import_lxml, XMLParser_import_elementtree ) = range(3) XMLParser_import_library ...
gpl-2.0
luisivan/QtOctave
qtoctave/src/pkg_bind.cpp
1792
#include <QFile> #include <QMessageBox> #include "pkg_bind.h" #include "config.h" PkgBind *PkgBind::instance = NULL; /* Constructor */ PkgBind::PkgBind() { loadCommandList(); }; /* Get the unique instance * or create it if there isn't any */ PkgBind *PkgBind::getInstance() { if(instance==NULL) instance = ...
gpl-2.0
felipebetancur/sc3-plugins
source/StkUGens/stk-4.4.2/doc/html/classstk_1_1InetWvOut-members.html
10479
<HTML> <HEAD> <TITLE>The Synthesis ToolKit in C++ (STK)</TITLE> <LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css"> </HEAD> <BODY BGCOLOR="#FFFFFF"> <CENTER> <img src="princeton.gif"> &nbsp; <img src="ccrma.gif"> &nbsp; <img src="mcgill.gif"><P> <a class="qindex" href="index.html">Home</a> &nbsp; <a class="qinde...
gpl-2.0
jolay/pesatec
cache/mod_vvisit_counter/860aea6b5aac75573e8d7d8ebc839c97-cache-mod_vvisit_counter-12c8414db0decbe26a3df6aa66213421.php
83
<?php die("Access Denied"); ?>#x#a:2:{s:6:"output";s:0:"";s:6:"result";s:4:"9243";}
gpl-2.0
knil-sama/YADDW
lib/apache-jena-2.12.1/javadoc-arq/com/hp/hpl/jena/sparql/function/library/class-use/FN_DayFromDateTime.html
4690
<!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_45) on Thu Oct 02 16:39:53 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
gpl-2.0
highfellow/inkscape-remove-duplicates
app/main.cpp
2030
#include "SampleCode.h" #include "SkView.h" #include "SkBlurMaskFilter.h" #include "SkCanvas.h" #include "SkGradientShader.h" #include "SkGraphics.h" #include "SkImageDecoder.h" #include "SkPath.h" #include "SkRandom.h" #include "SkRegion.h" #include "SkShader.h" #include "SkUtils.h" #include "SkXfermode.h" #include "S...
gpl-2.0
ifolder/simias
dependencies/external/libflaim/win64/flaimtk.h
207969
//------------------------------------------------------------------------------ // Desc: FLAIM's cross-platform toolkit public definitions and interfaces // Tabs: 3 // // Copyright (c) 2003-2007 Novell, Inc. All Rights Reserved. // // This library is free software; you can redistribute it and/or // modify it under the...
gpl-2.0
lau-ibarra/ETISIGChacoJoomla
tmp/install_515c4270221dc/plg_system_jquery/site/jquery/no_conflict.js
218
// We do this in this rather complicated manner since Joomla groups // external javascript includes and script declarations seperately // and this call has to be made right after loading jQuery. jQuery.noConflict();
gpl-2.0
tonio-44/tikflak
shop/app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Abstract.php
14799
<?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...
gpl-2.0
sancome/linux-3.x
drivers/scsi/sd.c
101176
/* * sd.c Copyright (C) 1992 Drew Eckhardt * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale * * Linux scsi disk driver * Initial versions: Drew Eckhardt * Subsequent revisions: Eric Youngdale * Modification history: * - Drew Eckhardt <drew@colorado.edu> o...
gpl-2.0
heiher/gst-ffmpeg
gst-libs/ext/libav/libavcodec/pcm-mpeg.c
11771
/* * LPCM codecs for PCM formats found in MPEG streams * Copyright (c) 2009 Christian Schmidt * * This file is part of Libav. * * Libav 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 * ...
gpl-2.0
hwellmann/greenpepper-core
src/main/java/com/greenpepper/interpreter/flow/scenario/ExpectationTypeConverter.java
1216
/** * Copyright (c) 2009 Pyxis Technologies inc. * * This 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 software is ...
gpl-2.0
lathen/voreen
modules/itk_generated/processors/itk_ImageIntensity/shiftscaleimagefilter.cpp
6242
/*********************************************************************************** * * * Voreen - The Volume Rendering Engine * * ...
gpl-2.0
igraph/igraph
src/paths/histogram.c
5132
/* -*- mode: C -*- */ /* vim:set ts=4 sw=4 sts=4 et: */ /* IGraph library. Copyright (C) 2005-2021 The igraph development team 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 v...
gpl-2.0
lianglee/opensource-socialnetwork
components/OssnSearch/ossn_com.php
1627
<?php /** * OpenSocialWebsite * * @package OpenSocialWebsite * @author Open Social Website Core Team <info@opensocialwebsite.com> * @copyright 2014 iNFORMATIKON TECHNOLOGIES * @license General Public Licence http://www.opensocialwebsite.com/licence * @link http://www.opensocialwebsite.com/licence *...
gpl-2.0
rebirth-core/Rebirth---old
src/server/scripts/Commands/cs_gm.cpp
9929
/* * Copyright (C) 2008-2012 TrinityCore <http://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 ve...
gpl-2.0
infinidb/infinidb
writeengine/server/we_getfilesizes.cpp
11001
/* Copyright (C) 2014 InfiniDB, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but W...
gpl-2.0
vexorian/kawigi-edit
kawigi/util/StringsUtil.java
8044
package kawigi.util; import java.util.Comparator; /** */ public final class StringsUtil { /** * Line separator in current Operating System. */ public static final String CRLF = System.getProperty("line.separator"); /** * Regular expression for line separator matching. */ public static fi...
gpl-2.0
nam2long/WMACS---DP-PHP
config/WMACS.Config.php
1879
<?PHP $server = $_SERVER['SERVER_NAME']; //Required for MYSQL query unless you remove it from here and line 39 /*-----------------INFORMATION & LICENSING----------------- * AUTHOR: Christopher Sparrowgrove * WEBSITE: https://github.com/nam2long/WMACS * DATE: January 13, 2014 * ...
gpl-2.0
uq-eresearch/oztrack
src/main/java/org/oztrack/validator/UserFormValidator.java
2724
package org.oztrack.validator; import javax.mail.internet.AddressException; import javax.mail.internet.InternetAddress; import org.apache.commons.lang3.StringUtils; import org.oztrack.app.OzTrackApplication; import org.oztrack.data.access.UserDao; import org.oztrack.data.model.User; import org.springframework.validat...
gpl-2.0
ksjogo/TYPO3.CMS
typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php
12059
<?php namespace TYPO3\CMS\Extbase\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 infor...
gpl-2.0
adri360/DarkNoteIII-Kernel
mm/memory.c
116921
/* * linux/mm/memory.c * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to implement. - Linus */ /* * Ok, demand-loading was easy, shared pages a little bit tricker. Shared * pages start...
gpl-2.0
empeg/empeg-hijack
fs/reiserfs/utils/include/reiserfs.h
914
/* * Copyright 2000 Hans Reiser */ // // ./fs/reiserfs/utils/lib/reiserfs.c // int not_formatted_node (char * buf, int blocksize); int not_data_block (struct super_block * s, b_blocknr_t block); int uread_super_block (struct super_block * s); int uread_bitmaps (struct super_block * s); #define bh_desc(bh) ((struc...
gpl-2.0
napoleon789/qlkh
osv/protected/modules/employees/controllers/EmployeesSubjectsController.php
6334
<?php class EmployeesSubjectsController extends RController { /** * @var string the default layout for the views. Defaults to '//layouts/column2', meaning * using two-column layout. See 'protected/views/layouts/column2.php'. */ public $layout='//layouts/column2'; /** * @return array action filters */ pu...
gpl-2.0
mlloewen/chinhama
wp-content/themes/rakiya/content/content.php
1824
<article <?php hybrid_attr( 'post' ); ?>> <?php if ( is_singular( get_post_type() ) ) : // If viewing a single post. ?> <header class="entry-header"> <h1 <?php hybrid_attr( 'entry-title' ); ?>><?php single_post_title(); ?></h1> <?php hybrid_post_terms( array( 'taxonomy' => 'category' ) ); ?> <div class=...
gpl-2.0
Beau-M/document-management-system
src/main/java/com/openkm/api/OKMRepository.java
8219
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) 2006-2017 Paco Avila & Josep Llort * <p> * No bytes were intentionally harmed during the development of this application. * <p> * This program is free software; you can redistribute it and/or modify * it under the terms of the ...
gpl-2.0
scottrcarlson/opendoom
src/hu_stuff.c
46050
/* Emacs style mode select -*- C++ -*- *----------------------------------------------------------------------------- * * * PrBoom: a Doom port merged with LxDoom and LSDLDoom * based on BOOM, a modified and improved DOOM engine * Copyright (C) 1999 by * id Software, Chi Hoang, Lee Killough, Jim Flynn, Ran...
gpl-2.0
SirPiter/folk
www/media/com_ats/js/adm_buckets_choose.js
382
akeeba.jQuery(document).ready(function($){ akeeba.jQuery('#addTickets').click(function(){ if(document.adminForm.boxchecked.value == 0) { alert(akeeba.jQuery('#chooseone').val()); return false; } if(document.adminForm.boxchecked.value > 1) { alert(akeeba.jQuery('#chooseonlyone').val()); retu...
gpl-2.0
stuffekarl/KingFunk2
CRT_timer/CRT_timer.cydsn/codegentemp/D5.c
4613
/******************************************************************************* * File Name: D5.c * Version 2.10 * * Description: * This file contains API to enable firmware control of a Pins component. * * Note: * ******************************************************************************** * Copyright 2008-201...
gpl-2.0
bstroebl/QGIS
python/plugins/sextante/admintools/PostGISExecuteSQL.py
3170
# -*- coding: utf-8 -*- """ *************************************************************************** PostGISExecuteSQL.py --------------------- Date : October 2012 Copyright : (C) 2012 by Victor Olaya and Carterix Geomatics Email : volayaf at gmail dot c...
gpl-2.0
gitprj/samantha-ohlsen-photography
wp-content/themes/fineliner/woocommerce/cart/cart.php
6140
<?php /* * Theme Note * ------------------- * - Changed the location of cross-sells section (woocommerce_cart_collaterals action) and adjusted the layout a bit * - Added if-else for "wc_print_notices()", "wp_nonce_field( 'woocommerce-cart' );" * - Note: This file is based on WooC 2.1.9 * */ /** * Cart Page ...
gpl-2.0
squid-cache/squid
src/base/AsyncCbdataCalls.h
1286
/* * Copyright (C) 1996-2022 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_BASE_ASYNCCBDATACALLS_H #defin...
gpl-2.0
midaboghetich/netnumero
src/com/numhero/client/model/datacargo/auth/AuthResponse.java
594
package com.numhero.client.model.datacargo.auth; import com.numhero.shared.datacargo.CommandResponse; import java.util.Date; public class AuthResponse implements CommandResponse { private String sessionID; private Date expirationDate; public String getSessionID() { return sessionID; } p...
gpl-2.0
nike-17/sylius.ru
client/app/app.js
295
'use strict'; angular.module('syliusApp', [ 'ngCookies', 'ngResource', 'ngSanitize', 'ui.router', 'ui.bootstrap' ]) .config(function ($stateProvider, $urlRouterProvider, $locationProvider) { $urlRouterProvider .otherwise('/'); $locationProvider.html5Mode(true); });
gpl-2.0
DerKnob/scummvm-for-sally
engines/sci/engine/seg_manager.h
15564
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the te...
gpl-2.0
chregu/fluxcms
inc/bx/streams/db2xml.php
1061
<?php class bx_streams_db2xml extends bx_streams_buffer { function contentOnRead($path) { $db2xml = new XML_db2xml(NULL, NULL, 'Extended'); $xml = ''; $options = array( 'formatOptions' => array ( 'xml_seperator' => '', 'element_id' =...
gpl-2.0
michael42/dmcrypt-static-android
test/shell/vgmerge-operation.sh
2299
#!/bin/sh # Copyright (C) 2007-2008 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 L...
gpl-2.0
ohumbel/rtc2jira
src/main/java/to/rtc/rtc2jira/exporter/jira/entities/Version.java
1511
package to.rtc.rtc2jira.exporter.jira.entities; import java.util.Date; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import org.codehaus.jackson.map.annotate.JsonView; public class Version extends NamedEntity { String description; boolean archived = false; boolean released = true; Date rele...
gpl-2.0
shubhamchaudhary/juk
tagguesserconfigdlg.cpp
4971
/** * Copyright (C) 2003 Frerich Raabe <raabe@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 published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * * Thi...
gpl-2.0