repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
ControlSystemStudio/cs-studio | thirdparty/plugins/org.csstudio.platform.libs.hibernate/project/core/src/main/java/org/hibernate/engine/Cascade.java | 16254 | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | epl-1.0 |
yhxs3344/Nsis_chinese | Source/zlib/ZLIB.H | 9669 | /*
* This file is a part of the zlib compression module for NSIS.
*
* Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2016 Nullsoft and Contributors
*
* The original zlib source code is available at
* http://www.zlib.net/
*
* This software is provided 'as-is', withou... | epl-1.0 |
OpenLiberty/open-liberty | dev/com.ibm.ws.monitor/src/com/ibm/ws/monitor/internal/MonitoringFrameworkExtender.java | 20778 | /*******************************************************************************
* Copyright (c) 2010, 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, an... | epl-1.0 |
coiouhkc/mqg | src/main/java/org/abratuhi/mqg/QueryGenerator.java | 6119 | package org.abratuhi.mqg;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import lombok.Getter;
import lombok.Setter;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.collections4.Transformer;
im... | epl-1.0 |
enphoneh/Glide3.6.1_fixbug | src/com/bumptech/glide/request/target/Target.java | 3470 | package com.bumptech.glide.request.target;
import android.graphics.drawable.Drawable;
import com.bumptech.glide.manager.LifecycleListener;
import com.bumptech.glide.request.Request;
import com.bumptech.glide.request.animation.GlideAnimation;
/**
* An interface that Glide can load a resource into and notify of relev... | epl-1.0 |
InspiringCode/Inspiring.MVVM | Source/Mvvm/Common/Behaviors/BehaviorChainTemplateKeys.cs | 461 | namespace Inspiring.Mvvm.ViewModels.Core {
using System;
using System.Linq.Expressions;
using Inspiring.Mvvm.Common;
public abstract class BehaviorChainTemplateKeys {
protected static BehaviorChainTemplateKey Key(Expression<Func<BehaviorChainTemplateKey>> behaviorFieldSelector) {
str... | epl-1.0 |
riuvshin/che-plugins | plugin-runner/che-plugin-runner-ext-runner/src/main/java/org/eclipse/che/ide/ext/runner/client/tabs/console/panel/ConsoleImpl.java | 7259 | /*******************************************************************************
* Copyright (c) 2012-2015 Codenvy, S.A.
* 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 ... | epl-1.0 |
cschwer/com.zsmartsystems.zigbee | com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee/zcl/clusters/iasace/GetZoneIdMapCommand.java | 1463 | /**
* Copyright (c) 2016-2019 by the respective copyright holders.
* 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
*/
pa... | epl-1.0 |
devonbryant/safe | safe-core/src/main/scala/safe/io/LocalAudioFileIterator.scala | 1910 | package safe.io
import safe.audio.Audio
import java.io.File
import scala.collection.mutable
class LocalAudioFileIterator(path: String, recursive: Boolean = false) extends Iterator[String] {
val pathFile = new File(path)
val queue = new mutable.Queue[File]()
if (pathFile.isDirectory()) queue ++= nextFiles(pat... | epl-1.0 |
bunsha/french | app/User.php | 803 | <?php namespace French;
use Illuminate\Auth\Authenticatable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Auth\Passwords\CanResetPassword;
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;
class User extends ... | epl-1.0 |
debabratahazra/DS | designstudio/components/t24/core/com.odcgroup.t24.application.model/src/main/generated/com/odcgroup/t24/applicationimport/schema/ApplicationField.java | 20798 |
package com.odcgroup.t24.applicationimport.schema;
import java.math.BigInteger;
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.XmlAttribute;
import javax.xml.bind.annotation.XmlElemen... | epl-1.0 |
alfsch/workspacemechanic | parent/bundles/com.google.eclipse.mechanic/src/com/google/eclipse/mechanic/internal/UriTaskProviderModelParser.java | 4213 | /*******************************************************************************
* Copyright (C) 2011, Google Inc.
*
* 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
... | epl-1.0 |
forge/javaee-descriptors | api/src/main/java/org/jboss/shrinkwrap/descriptor/api/beans11/Beans.java | 7530 | package org.jboss.shrinkwrap.descriptor.api.beans11;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
/**
* This interface defines the contract for the <code> beans </code> xsd type
* @author <a href="mailto:ralf.battenfeld@bluewin.ch">Ralf Battenfeld</a>
* @author <a href="mailto:alr@jbo... | epl-1.0 |
EBusinesss/SW_STSIR | StationJPA/src/org/lmcu/siredo/jpa/Station.java | 1361 | /**
*
*/
package org.lmcu.siredo.jpa;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Se... | epl-1.0 |
lunifera/lunifera-ecview | org.lunifera.ecview.core.common.model/src/org/lunifera/ecview/core/common/model/binding/impl/YBindingSetImpl.java | 12411 | /**
* Copyright (c) 2011 - 2015, Lunifera GmbH (Gross Enzersdorf), Loetz KG (Heidelberg)
* 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/leg... | epl-1.0 |
belkassaby/dawnsci | org.eclipse.dawnsci.remotedataset.test/src/org/eclipse/dawnsci/remotedataset/test/client/MJPGTest.java | 2908 | /*-
*******************************************************************************
* Copyright (c) 2011, 2016 Diamond Light Source Ltd.
* 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, ... | epl-1.0 |
gaiandb/gaiandb | java/Asset/VTIs/com/ibm/gaiandb/mongodb/MongoConnectionFactory.java | 3791 | /*
* (C) Copyright IBM Corp. 2014
*
* LICENSE: Eclipse Public License v1.0
* http://www.eclipse.org/legal/epl-v10.html
*/
package com.ibm.gaiandb.mongodb;
import java.net.ConnectException;
import java.net.UnknownHostException;
import javax.naming.AuthenticationException;
import com.mongodb.DB;
import com.mongo... | epl-1.0 |
SOM-Research/EMFtoCSP | plugins/fr.inria.atlanmod.emftocsp.emf/src/fr/inria/atlanmod/emftocsp/emf/impl/EmfModelToCspSolverFactory.java | 1121 | /*******************************************************************************
* Copyright (c) 2011 INRIA Rennes Bretagne-Atlantique.
* 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 |
ttimbul/eclipse.wst | bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/DebugAdapterFactory.java | 2302 | /*******************************************************************************
* Copyright (c) 2001, 2005 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 |
debabratahazra/OptimaLA | Optima/com.ose.dbgserver/src/com/ose/dbgserver/protocol/DBGBpFired.java | 1066 | /*
This module was generated automatically from /vobs/ose5/core_ext/dbgserver/private/dbgserverinterface.stl.
DO NOT EDIT THIS FILE
*/
package com.ose.dbgserver.protocol;
import java.io.*;
public class DBGBpFired extends Message implements dbgserverinterfaceConstants{
public int bpid;
pub... | epl-1.0 |
bertbaron/intravatar | main.go | 8026 | package main
import (
"crypto/md5"
"flag"
"fmt"
"github.com/vharitonsky/iniflags"
"html/template"
"io"
"io/ioutil"
"log"
"net/http"
"os"
"path/filepath"
"regexp"
"strings"
"time"
)
// Options
var (
dataDir = flag.String("data", "data", "Path to data files relative to current working dir.")
port = f... | epl-1.0 |
inevo/mondrian | src/main/mondrian/calc/MemberListCalc.java | 1055 | /*
// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// Copyright (C) 2006-2009 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
packag... | epl-1.0 |
CyberdyneOfCerrado/Backups | src/bancoDeDados/CarregaBanco.java | 142 | package bancoDeDados;
public class CarregaBanco {
public boolean inciaBanco(){
BancoDeDados.obterInstancia();
return true;
}
}
| epl-1.0 |
jaytaylor/persistit | src/main/java/com/persistit/ui/PoolDisplayPanel.java | 9723 | /**
* Copyright © 2005-2012 Akiban Technologies, Inc. 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 pr... | epl-1.0 |
elucash/eclipse-oxygen | org.eclipse.jdt.core/src/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java | 49008 | /*******************************************************************************
* Copyright (c) 2000, 2017 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 |
jesusc/anatlyzer | evaluation/anatlyzer.evaluation.mutants/src/anatlyzer/evaluation/tester/EvaluationFinishedOnRequest.java | 178 | package anatlyzer.evaluation.tester;
public class EvaluationFinishedOnRequest extends RuntimeException {
private static final long serialVersionUID = -8131442733125817354L;
}
| epl-1.0 |
NABUCCO/org.nabucco.framework.base | org.nabucco.framework.base.facade.exception/src/main/gen/org/nabucco/framework/base/facade/exception/service/ProduceException.java | 1839 | /*
* Copyright 2012 PRODYNA AG
*
* Licensed under the Eclipse Public License (EPL), Version 1.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.opensource.org/licenses/eclipse-1.0.php or
* http://www.nabucco.org/L... | epl-1.0 |
smkr/pyclipse | plugins/com.python.pydev/src/com/python/pydev/interactiveconsole/EvaluateActionSetter.java | 9151 | /**
* Copyright (c) 2005-2011 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.
*/
/*
* Created on Mar 7, 2006
*... | epl-1.0 |
jesusc/bento | componetization/bento.componetization.atl/src/bento/componetization/atl/refactorings/RemoveEmptyClass.java | 2886 | package bento.componetization.atl.refactorings;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EReference;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.ecore.util.EcoreUt... | epl-1.0 |
sleshchenko/che | ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/action/Action.java | 2256 | /*
* Copyright (c) 2012-2018 Red Hat, Inc.
* 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
*
* Contributors:
* Red H... | epl-1.0 |
astechishin/CMET_Maint | app/models/cmet.rb | 446 | class Cmet < ActiveRecord::Base
self.primary_key = :ident
belongs_to :work_group
has_many :cmet_versions
scope :id_order, -> { order(ident: :asc) }
include PgSearch
pg_search_scope :search, against: [:descriptor, :description],
using: {tsearch: {dictionary: "english"}}
def self.text... | epl-1.0 |
kaskr/CppAD | example/utility/runge45_1.cpp | 3226 | /* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
CppAD is distributed under multiple licenses. This distribution is under
the terms of the
Eclipse Public License Version 1.0.
A copy of this l... | epl-1.0 |
calabash/calabash | lib/calabash/ios/automator/coordinates.rb | 1070 | module Calabash
module IOS
# @!visibility private
module Automator
# @!visibility private
class Coordinates
# @!visibility private
def self.end_point_for_swipe(dir, element)
case dir
when :left
degrees = 0
when :up
degre... | epl-1.0 |
Tasktop/code2cloud.server | com.tasktop.c2c.server/com.tasktop.c2c.server.tasks.web.ui/src/main/java/com/tasktop/c2c/server/tasks/client/widgets/chooser/keywords/KeywordCompositeFactory.java | 1376 | /*******************************************************************************
* Copyright (c) 2010, 2012 Tasktop Technologies
* Copyright (c) 2010, 2011 SpringSource, a division of VMware
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Pu... | epl-1.0 |
kdjones/lse | Source/MeasurementSampler/Model/ECA/PhasorCollection.cs | 146 | namespace MeasurementSampler.Model.ECA
{
public partial class PhasorCollection
{
public Phasor[] Phasors { get; set; }
}
}
| epl-1.0 |
soluvas/tutorial-rabbitmq | src/main/java/org/soluvas/tutorial/rabbitmq/core/ToJson.java | 1260 | package org.soluvas.tutorial.rabbitmq.core;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.datatype.guava.GuavaModule;
import com.fasterxml.jackson.datatype.joda.Joda... | epl-1.0 |
cbaerikebc/kapua | service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java | 10760 | /*******************************************************************************
* Copyright (c) 2011, 2017 Eurotech and/or its affiliates 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... | epl-1.0 |
paulianttila/openhab2 | bundles/org.openhab.binding.sensibo/src/main/java/org/openhab/binding/sensibo/internal/handler/SensiboSkyHandler.java | 23692 | /**
* Copyright (c) 2010-2021 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | epl-1.0 |
jonlyles/QuickApps | app/Cake/Cache/Engine/FileEngine.php | 7616 | <?php
/**
* File Storage engine for cache. Filestorage is the slowest cache storage
* to read and write. However, it is good for servers that don't have other storage
* engine available, or have content which is not performance sensitive.
*
* You can configure a FileEngine cache, using Cache::config()
*
* PHP ... | gpl-2.0 |
blisskid/xuanqi | wp-content/themes/dt-the7/inc/helpers/header-helpers.php | 15077 | <?php
if ( ! function_exists( 'presscore_header_style' ) ) :
/**
* Output header inline css
*
* @uses Presscore_Config Global config storage
* @uses dt_stylesheet_color_hex2rgba
*
* @since 1.0.0
*/
function presscore_header_style() {
$config = Presscore_Config::get_instance();
$st... | gpl-2.0 |
emundus/v6 | administrator/components/com_falang/models/TranslationFilter.php | 57365 | <?php
/**
* @package Falang for Joomla!
* @author Stéphane Bouey <stephane.bouey@faboba.com> - http://www.faboba.com
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @copyright Copyright (C) 2010-2017. Faboba.com All rights reserved.
*/
// No direct access to this file
defin... | gpl-2.0 |
lukacsaron/lesarrail | wp-content/plugins/usp-pro/uninstall.php | 417 | <?php // uninstall remove options
if(!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) exit();
// delete options
delete_option('usp_admin');
delete_option('usp_advanced');
delete_option('usp_general');
delete_option('usp_uploads');
delete_option('usp_more');
// delete widgets
delete_option('widget_usp_form_wid... | gpl-2.0 |
vivoconunxino/counter | src/com/example/counter/CategoriesActivity.java | 3547 | /**
*
*/
package com.example.counter;
import java.util.ArrayList;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.ListView;
import android.widget.TextView;
/**
* @author vivo
*
*/
public class CategoriesActivity extends Activity {
private StatisticsDataS... | gpl-2.0 |
czfshine/Don-t-Starve | data/scripts/components/reticule.lua | 1947 | --[[
Add this component to items that need a targetting reticule
during use with a controller. Creation of the reticule is handled by
playercontroller.lua equip and unequip events.
--]]
local Reticule = Class(function(self, inst)
self.inst = inst
self.targetpos = nil
self.ease = false
self.smoothing = 6.66
self.ta... | gpl-2.0 |
carlosthe19916/SistCoopEE_Rest | restapi-organizacion/src/main/java/org/softgreen/sistcoop/organizacion/restapi/resources/UsuarioResource.java | 3461 | package org.softgreen.sistcoop.organizacion.restapi.resources;
import java.util.List;
import javax.annotation.security.PermitAll;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import org.jboss.ejb3.a... | gpl-2.0 |
Piervit/Cap2IJC | net/sourceforge/javacardtools/Cap2IJC/Cap2IJC.java | 6208 | /**
*
* Initial author: lusing
* Modified by : Pierre Vittet (FIME)
*
* Project recovered from http://sourceforge.net/p/openjcvm/code/HEAD/tree/Trunk/.
*
* The project licence is GPLV2 (see LICENCE).
*
*/
package net.sourceforge.javacardtools.Cap2IJC;
import java.io.*;
import java.io.FileNotF... | gpl-2.0 |
vasi/kdelibs | solid/solid/backends/upower/upowermanager.cpp | 5005 | /*
Copyright 2010 Michael Zanetti <mzanetti@kde.org>
Copyright 2010 Lukas Tinkl <ltinkl@redhat.com>
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 o... | gpl-2.0 |
danielcb29/SISCONDOC | SISCONDOC/src/almacenamiento/controlador/ControlFormadorTIC.java | 3012 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package almacenamiento.controlador;
import almacenamiento.accesodatos.DAOFormadorTIC;
import java.sql.Connection;
import proceso.FormadorTIC;
/**
*
* @author daniel
*/
public class ControlFormadorTIC {
private D... | gpl-2.0 |
CarlAtComputer/tracker | playground/other_gef/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/parts/ShapeTreeEditPart.java | 3103 | /*******************************************************************************
* Copyright (c) 2004, 2005 Elias Volanakis 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 distributi... | gpl-2.0 |
Saboteur777/flavantic | wp-content/plugins/wp-mail-logging/inc/redux/redux-framework/ReduxCore/inc/fields/link_color/field_link_color.js | 4049 | /*
Field Link Color
*/
/*global jQuery, document, redux_change, redux*/
(function( $ ) {
'use strict';
redux.field_objects = redux.field_objects || {};
redux.field_objects.link_color = redux.field_objects.link_color || {};
$( document ).ready(
function() {
}
);... | gpl-2.0 |
ShimShtein/katello | test/controllers/api/v2/systems_controller_test.rb | 8032 | # encoding: utf-8
#
# Copyright 2014 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public
# License as published by the Free Software Foundation; either version
# 2 of the License (GPLv2) or (at your option) any later version.
# There is NO WARRANTY for this software, express or implied,
# in... | gpl-2.0 |
caronnee/pdfeditor | core/xpdf/xpdf/Function.cc | 34775 | //========================================================================
//
// Function.cc
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
#include <xpdf-aconf.h>
#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
#include <stdlib.h>
#inclu... | gpl-2.0 |
tallythemes/tally-framework | core/assets/js/theme.js | 1798 | jQuery(document).ready(function($) {
$("#nav>div>ul").tinyNav();
if(jQuery().fitVids) {
$(".digita-video").fitVids();
}
if(jQuery().prettyPhoto){
$("a[rel^='prettyPhoto']").prettyPhoto({ deeplinking: false, social_tools : false });
}
$(".blog_entry:last").addClass("last");
new WOW().init();
})... | gpl-2.0 |
pivotal/tcs-hq-management-plugin | com.springsource.hq.plugin.tcserver.serverconfig.domain/src/test/java/com/springsource/hq/plugin/tcserver/serverconfig/services/connector/ConnectorTests.java | 3745 | /*
* Copyright (C) 2009-2015 Pivotal Software, Inc
*
* This program is is free software; you can redistribute it and/or modify
* it under the terms version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* b... | gpl-2.0 |
mekolat/ManaPlus | src/net/ea/buysellhandler.cpp | 1297 | /*
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2018 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
TheTypoMaster/Scaper | openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/AnonCipherWithWantClientAuth.java | 8224 | /*
* Copyright 2001-2002 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Fou... | gpl-2.0 |
sh01/liasis | src/liasis/crypto.py | 2750 | #!/usr/bin/env python
#Copyright 2008 Sebastian Hagen
# This file is part of liasis.
#
# liasis 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 ... | gpl-2.0 |
eworm-de/PackageKit | backends/aptcc/apt-intf.cpp | 89622 | /* apt-intf.cpp
*
* Copyright (c) 1999-2008 Daniel Burrows
* Copyright (c) 2004 Michael Vogt <mvo@debian.org>
* 2009-2018 Daniel Nicoletti <dantti12@gmail.com>
* 2012-2015 Matthias Klumpp <matthias@tenstral.net>
* 2016 Harald Sitter <sitter@kde.org>
*
* This program is ... | gpl-2.0 |
ldsc/lib_ldsc | src/EstruturaDados/ObjetoRede/CObjetoRede.cpp | 17602 | /**
===============================================================================
PROJETO: Biblioteca LIB_LDSC
Ramo: AnaliseImagem/Caracterizacao/GrafoConexaoSerial
===============================================================================
Desenvolvido por:
Laboratorio de ... | gpl-2.0 |
Droces/casabio | sites/all/modules/custom/contribute/scripts/contribute_maps.js | 1248 | /**
* @file
* A JavaScript file for…
*/
// JavaScript should be made compatible with libraries other than jQuery by
// wrapping it with an "anonymous closure". See:
// - https://drupal.org/node/1446420
// - http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth
(function ($, Drupal, window, documen... | gpl-2.0 |
damasiorafael/inppnet | cache/t3_pages/53bbb79b4980f60ea0786b85df096904-cache-t3_pages-df27635ae3d7346966f76062a75ffbe5.php | 874 | <?php die("Access Denied"); ?>#x#s:832:" 1405040141<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Inppnet - Instituto Nacional de Parapsicologia Psicometafísica</ShortName>
<Description>Instituto Nacional de Parapsicologia Psicometafí... | gpl-2.0 |
fedyk/fl.ru.am | kango/kango.1.3/kango/builders/chrome.py | 12122 | import struct
import os
import shutil
import sys
import json
import codecs
import subprocess
import xml
from array import *
from kango.utils import zip as zip_file
from kango.builders import ExtensionBuilderBase
from kango import logger
from kango import die
from kango.settings import KEYWORDS
class E... | gpl-2.0 |
oceanscan/ros-imc-broker | workspace/src/ros_imc_broker/include/IMC/Spec/TransportBindings.hpp | 4442 | //***************************************************************************
// Copyright 2017 OceanScan - Marine Systems & Technology, Lda. *
//***************************************************************************
// Licensed under the Apache License, Version 2.0 (the "License"); *
// you m... | gpl-2.0 |
sublimeye/eventer | client/sources/scripts/app/home/auth.js | 148 | 'use strict';
define({
type: 'POST',
url: '/hey',
dataType: 'json',
success: function (data) {
alert(data.data);
}
});
| gpl-2.0 |
xavierhardy/ecm-clustering | src/Random/RandomExp.java | 1134 | /*
Copyright 2014, Xavier Hardy, Clément Pique
This file is part of ecm-classifier.
ecm-classifier is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at ... | gpl-2.0 |
Starlex/yugrarector | rsrinfo.php | 943 | <?php
include 'admin/block/db.php';
include 'blocks/header.php';
include 'blocks/menu.php';
?>
<div id='content'>
<?php
$count=0;
echo '<h2 align="center">Информация Российского Союза Ректоров</h2>';
$sql = "SELECT p_id, p_rus_name FROM rectorugra_page WHERE p_submenu = 1 AND p_parrent = 'rsrinfo'";
... | gpl-2.0 |
alandow/uneeosce_backend | ad_curl.php | 2313 |
<?php
//this is a little experiment. Basically the server I was hosting on could not access the LDAP service, so I made this and hosted it elsewhere
// It takes a username, gets the details from LDAP and returns an XML with the user details.
// Modify it to suit :)
$username = $_REQUEST['user'];
try {
$error =... | gpl-2.0 |
TeoTwawki/VirtualDub | src/VirtualDub/source/F_list.cpp | 1930 | // VirtualDub - Video processing and capture application
// Copyright (C) 1998-2001 Avery Lee
//
// 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
// (... | gpl-2.0 |
librelab/qtmoko-test | qtopiacore/qt/config.tests/unix/gstreamer/gstreamer.cpp | 2328 | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the config.tests of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... | gpl-2.0 |
BiglySoftware/BiglyBT | uis/src/com/biglybt/ui/swt/components/graphics/BackGroundGraphic.java | 4831 | /*
* File : ScaledGraphic.java
* Created : 15 d�c. 2003}
* By : Olivier
*
* 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) a... | gpl-2.0 |
kolab-groupware/kdepim | korganizer/kohelper.cpp | 2844 | /*
This file is part of KOrganizer.
Copyright (C) 2005 Reinhold Kainhofer <reinhold@kainhofer.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... | gpl-2.0 |
magsilva/jortho | src/com/inet/jorthodictionaries/BookGenerator_sv.java | 1134 | /*
* JOrtho
*
* Copyright (C) 2009 by Kennet Svanberg
*
* 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 |
aschnell/yast-storage-ng | src/lib/y2storage/autoinst_proposal.rb | 12911 | # Copyright (c) [2017] SUSE LLC
#
# All Rights Reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but WI... | gpl-2.0 |
sinelaw/keepass | KeePass/Forms/PwEntryForm.cs | 60153 | /*
KeePass Password Safe - The Open-Source Password Manager
Copyright (C) 2003-2014 Dominik Reichl <dominik.reichl@t-online.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either ... | gpl-2.0 |
raedkleelsame/phpmyadmin | themes/pmahomme/css/common.css.php | 55593 | <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Common styles for the pmahomme theme
*
* @package PhpMyAdmin-theme
* @subpackage PMAHomme
*/
// unplanned execution path
if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
exit();
}
?>
/*****************************************************... | gpl-2.0 |
ozalvarez/elcubo9 | elcubo9.data/Order.cs | 1881 | using elcubo9.data.binding;
using elcubo9.data.Models;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace elcubo9.data
{
public class Order : ... | gpl-2.0 |
joomla-extensions/boilerplate | src/j4component/administrator/components/com_foos/Table/FooTable.php | 2122 | <?php
/**
* @package Joomla.Administrator
* @subpackage com_foos
*
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Joomla\Component\Foos\Administrator\Table;
defined('_JEXEC') ... | gpl-2.0 |
rasken2003/fuga-it-business | wp-content/themes/colormag/inc/customizer/core/assets/js/customizer-controls.js | 1933 | /**
* Customizer controls.
*
* @package ColorMag
*/
(
function ( $ ) {
/* Internal shorthand */
var api = wp.customize;
/**
* Helper class for the main Customizer interface.
*
* @class ColorMagCustomizer
*/
ColorMagCustomizer = {
controls : {},
/**
* Initializes our custom logic f... | gpl-2.0 |
UnaCloud/UnaCloud2 | UnaCloudWeb/grails-app/assets/javascripts/pages.js | 12490 | $(document).on('ready',function(){
$('.delete_user').click(function (event){
event.preventDefault();
redirectConfirm($(this).data("id"), $(this).attr("href"), 'User')
});
$('.delete_group').click(function (event){
event.preventDefault();
redirectConfirm($(this).data("id"), $(this).attr("href"), 'Group... | gpl-2.0 |
pobbes/gambio | admin/includes/magnalister/php/modules/yatego/categorymatching.php | 22372 | <?php
/**
* 888888ba dP .88888. dP
* 88 `8b 88 d8' `88 88
* 88aaaa8P' .d8888b. .d888b88 88 .d8888b. .d8888b. 88 .dP .d8888b.
* 88 `8b. 88ooood8 88' `88 88 YP88 88ooood8 88' `"" 88888" 88' `88... | gpl-2.0 |
GraphProcessor/CommunityDetectionCodes | Algorithms/2010-CONGA/conga_src/src/main/java/conga/util/StrPair.java | 398 | package conga.util;//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
public class StrPair {
public String value1;
public String value2;
public StrPair(String var1, String var2) {
this.value1 = var1;
this.value2 = var2;
}
publi... | gpl-2.0 |
williamgrosset/OSCAR-ConCert | src/main/java/oscar/oscarTags/TagObject.java | 2808 | /**
* Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved.
* This software is published under the GPL GNU General Public License.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published... | gpl-2.0 |
Rockam/XgameJS | src/JS/XNA_Classes/Song.js | 2473 | /**
* A song.
* @constructor
* @param {String} name - the path to the resource.
*/
function Song(name) {
"use strict";
/*global Audio*/
this.Name = name;
this.Audio = new Audio();
this.Audio.src = name;
this.Audio.loop = true;
this.Audio.muted = false;
this.Audio.volume = 0.8;
}
/**
* Gets the duration... | gpl-2.0 |
asterics/KeyboardX | Player/Load/Element/KeyboardElement.cs | 1261 | using System;
namespace Player.Load.Element
{
/// <summary>
/// Base type for all elements of a keyboard.
/// </summary>
public interface KeyboardElement
{
/// <remarks>
/// There is a contract between the Loader and it's client. The Loader should only return valid keyboa... | gpl-2.0 |
webeing/room012 | page-registrazione.php | 9226 | <?php
/*
* Template name: Registrazione
*/
get_header();?>
<?php if($_POST['r012_registration']):
$registration = r012_registration();
if( $registration ): ?>
<h3 class="alert alert-success"><?php _e('Benvenuto in ROOM 012!','r012');?></br>
<?php _e('Il tuo profilo s... | gpl-2.0 |
imageboards/Orphereus | Orphereus/lib/interfaces/AbstractSearchModule.py | 114 | class AbstractSearchModule(object):
def search(self, filteringClause, text, page, postsPerPage):
pass
| gpl-2.0 |
as-ideas/crowdsource | crowdsource-frontend/local_modules/angular-translate-extract/src/adapter/pot-adapter.js | 1460 | import fs from 'fs'
import path from 'path'
import Po from 'pofile'
import _ from 'lodash'
export class PotObject {
constructor(id, msg = '', ctx = '') {
this.id = id
this.msg = msg
this.ctx = ctx
}
toString() {
return `msgctxt "${PotObject.escapeString(this.ctx)}"
msgid "${PotObject.escapeStri... | gpl-2.0 |
rjbaniel/upoor | wp-content/themes/MyProduct/searchform.php | 322 | <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>/">
<div>
<input type="text" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="<?php esc_attr_e('Search','MyProduct'); ?>" />
</div>
</for... | gpl-2.0 |
supertigerzou/taskManager | src/app/js/services.js | 351 | 'use strict';
/* Services */
var taskManagerServices = angular.module('taskManagerServices', ['ngResource']);
taskManagerServices.factory('Task', ['$resource',
function($resource){
return $resource('https://jira.englishtown.com/rest/api/2/issue/:taskId', {}, {
query: {method:'GET', url:'tasks/tasks.json'... | gpl-2.0 |
ufal/lindat-kontext | public/files/js/models/concordance/detail.ts | 34010 | /*
* Copyright (c) 2016 Charles University in Prague, Faculty of Arts,
* Institute of the Czech National Corpus
* Copyright (c) 2016 Tomas Machalek <tomas.machalek@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | gpl-2.0 |
opusappteam/PLGLPI0842 | inc/ticket.class.php | 243478 | <?php
/*
* @version $Id: ticket.class.php 21575 2013-08-27 09:22:50Z moyo $
-------------------------------------------------------------------------
GLPI - Gestionnaire Libre de Parc Informatique
Copyright (C) 2003-2013 by the INDEPNET Development Team.
http://indepnet.net/ http://glpi-project.org
-----------... | gpl-2.0 |
scottjmoore/assetassist | userdatatable.php | 1339 | <?php
/* AssetAssist - Asset tracking system
Copyright (C) 2013 Scott Moore Software 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 ... | gpl-2.0 |
mcasu/streamlisproject | players/dashplayer/play-live.php | 2249 | <!DOCTYPE html>
<?PHP
include(getenv("DOCUMENT_ROOT") . "/check_login.php");
$app_name = filter_input(INPUT_GET, 'app_name');
$stream_name = filter_input(INPUT_GET, 'stream_name');
$stream_type = filter_input(INPUT_GET, 'stream_type');
if(!isset($stream_name) || empty($stream_name) || !isset($stream_type))
... | gpl-2.0 |
Ravenwolfe/ServUO16 | Scripts/Items/Equipment/Armor/LeatherShorts.cs | 1861 | using System;
namespace Server.Items
{
[FlipableAttribute(0x1c00, 0x1c01)]
public class LeatherShorts : BaseArmor
{
[Constructable]
public LeatherShorts()
: base(0x1C00)
{
this.Weight = 3.0;
}
public LeatherShorts(Serial serial)
:... | gpl-2.0 |
tobiasvdk/icingaweb2-module-director | library/Director/Util.php | 5972 | <?php
namespace Icinga\Module\Director;
use Icinga\Authentication\Auth;
use Icinga\Data\ResourceFactory;
use Icinga\Module\Director\Web\Form\QuickForm;
use Icinga\Exception\NotImplementedError;
use Icinga\Exception\ProgrammingError;
use Icinga\Web\Url;
use Zend_Db_Expr;
class Util
{
protected static $auth;
... | gpl-2.0 |
ko2ic/reuse-calculator-sample | reuse-calculator/src/main/java/ko2/ic/android/common/core/utils/LogUtil.java | 4523 | package ko2.ic.android.common.core.utils;
import android.util.Log;
public final class LogUtil {
/** ログ出力用のタグ */
private static String loggerTag = "ko2-andoid-application";
/** ログを出力するかどうか */
private static boolean isWriteLog = true;
/**
* プライベートコンストラクタ<br>
*/
private LogUtil() {
... | gpl-2.0 |
benmmurphy/ssl_npn | src/main/java/sslnpn/ssl/EngineArgs.java | 7289 | /*
* Copyright (c) 2004, 2007, 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 ... | gpl-2.0 |
wells369/Rubato | java/src/org/rubato/math/module/morphism/CAffineMorphism.java | 6722 | /*
* Copyright (C) 2001, 2005 Gérard Milmeister
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but W... | gpl-2.0 |
tea-dragon/triplea | src/main/java/games/strategy/engine/history/HistoryNode.java | 696 | package games.strategy.engine.history;
import java.io.Serializable;
import javax.swing.tree.DefaultMutableTreeNode;
/**
* Known subclasses of HistoryNode:<br>
* -> RootHistoryNode<br>
* -> EventChild<br>
* -> IndexedHistoryNode<br>
* -> -> Step<br>
* -> -> Event<br>
* -> -> Round
*
*/
public abstract class... | gpl-2.0 |
SirPiter/folk | www/administrator/components/com_cats/views/cat/view.html.php | 2664 | <?php
/**
* @version 1.0.0
* @package com_cats
* @copyright Copyright (C) 2011 Amy Stephen. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
jimport('joomla.application.component.view');
/**
* View to edit an cat.
*
* @pa... | gpl-2.0 |