repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
cdnjs/cdnjs
ajax/libs/angulartics2/7.4.0/woopra/fesm2015/angulartics2-woopra.js
2612
import { Injectable, defineInjectable, inject } from '@angular/core'; import { Angulartics2 } from 'angulartics2'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ class Angulartics2Woopra { /** * @param {?} angulart...
mit
markosimulak/JD2_Laagani
BookingApp/angularapp/src/app/security/auth.guard.ts
515
import { Injectable } from '@angular/core'; import { tokenNotExpired } from "ng2-jwt"; import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router'; @Injectable() export class AuthGuard implements CanActivate { constructor(private router:Router) {} canActivate(rou...
mit
yiji/Dnn.Platform
DNN Platform/DotNetNuke.Web/Mvp/IHttpHandlerView.cs
1320
#region Copyright // // DotNetNuke® - http://www.dotnetnuke.com // Copyright (c) 2002-2016 // by DotNetNuke Corporation // // 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 restrict...
mit
Tangerino/wrapper-c-sharp
WimdioApiProxy/DataTransferObjects/Users/Permission.cs
218
using System; namespace WimdioApiProxy.v2.DataTransferObjects.Users { [Flags] public enum Permission { Read = 1, Create = 2, Update = 4, Delete = 8, } }
mit
nimzco/Environment
Sublime/Packages/TypeScript/typescript/libs/editor_client.py
4973
from .reference import RefInfo from .node_client import ServerClient, WorkerClient from .service_proxy import ServiceProxy from .global_vars import * from . import global_vars class ClientFileInfo: """per-file, globally-accessible information""" def __init__(self, filename): self.filename = filename...
mit
gonnavfr/ProyectoDaw
src/Teaching/GeneralBundle/DependencyInjection/Configuration.php
887
<?php namespace Teaching\GeneralBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** * This is the class that validates and merges configuration from your app/config files * * To learn more see {@link http://sy...
mit
krisjin/bscl
luban-common/src/main/java/org/luban/common/qrcode/zxing/QRCodeHelp.java
1431
package org.luban.common.qrcode.zxing; import com.google.zxing.WriterException; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; /** * User: krisjin * Date: 2016/5/31 */ public class QRCodeHelp { /** * 指定文件方式生成二维码 * * @param content 二维码内...
mit
cdnjs/cdnjs
ajax/libs/primereact/6.5.0-rc.1/accordion/accordion.js
17012
this.primereact = this.primereact || {}; this.primereact.accordion = (function (exports, React, utils, csstransition) { 'use strict'; function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React);...
mit
cdnjs/cdnjs
ajax/libs/deeplearn/0.5.1/graph/ops/log.js
1661
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b)...
mit
EmilioTelevision/RedTapeX-Server2
public/help/js/validator.js
6714
/* ======================================================================== * Bootstrap (plugin): validator.js v0.2.0 * ======================================================================== * The MIT License (MIT) * * Copyright (c) 2013 Spiceworks, Inc. * Made by Cina Saffary (@1000hz) in the style of Bootstra...
cc0-1.0
crtarsorg/glasomer.rs-v2
app/static/js/dataTables.rowReorder.js
19890
/** * Created by feride on 17-03-21. */ /*! RowReorder 1.2.0 * 2015-2016 SpryMedia Ltd - datatables.net/license */ /** * @summary RowReorder * @description Row reordering extension for DataTables * @version 1.2.0 * @file dataTables.rowReorder.js * @author SpryMedia Ltd (www.sprymedia.co.uk...
cc0-1.0
MeasureAuthoringTool/MeasureAuthoringTool_Release
mat/src/main/java/mat/client/measure/EditIncludedComponentMeasureDialogBox.java
16337
package mat.client.measure; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import org.gwtbootstrap3.client.ui.Button; import org.gwtbootstrap3.client.ui.ButtonToolBar; import org.gwtbootstrap3.client.ui.Modal; import org.gwtbootstrap3.client.ui.ModalBody; import org.gwtbootstrap3.clie...
cc0-1.0
pjdohertygis/MapSAROnline
Web Mapping Application/widgets/Legend/setting/nls/Setting_ru.js
627
//>>built define({"widgets/Legend/setting/nls/strings":{left:"\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",right:"\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",arrangement:"\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435",autoUp...
cc0-1.0
yosuke/OpenHRIAudio
src/thirdparty/webrtc/modules/video_capture/main/source/External/device_info_external.cc
1743
/* * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.javaee.dd.ejb/src/com/ibm/ws/javaee/dd/ejbext/Session.java
1100
/******************************************************************************* * Copyright (c) 2012 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
debrief/limpet
info.limpet/src/info/limpet/operations/spatial/GenerateCourseAndSpeedOperation.java
9446
/***************************************************************************** * Limpet - the Lightweight InforMation ProcEssing Toolkit * http://limpet.info * * (C) 2015-2016, Deep Blue C Technologies Ltd * * This library is free software; you can redistribute it and/or * modify it under the terms of the E...
epl-1.0
ivannov/core
javaee/impl/src/main/java/org/jboss/forge/addon/javaee/faces/ui/AbstractFacesCommand.java
2731
/* * Copyright 2014 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.addon.javaee.faces.ui; import static org.jboss.forge.addon.javaee.JavaEEPackageConstants.DEFAULT_FACES_PACKAGE; i...
epl-1.0
MikeJMajor/openhab2-addons-dlinksmarthome
bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/eep/EEPHelper.java
2163
/** * 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
MikeJMajor/openhab2-addons-dlinksmarthome
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/dto/onecallhist/Rain.java
1030
/** * 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
kgibm/open-liberty
dev/com.ibm.ws.microprofile.config.1.1_fat/test-applications/cdiConfig.jar/src/com/ibm/ws/microprofile/appConfig/cdi/web/FieldTestServlet.java
3326
/******************************************************************************* * Copyright (c) 2016, 2020 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
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/runtime/impl/Consumer.java
2594
/******************************************************************************* * Copyright (c) 2012 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
kgibm/open-liberty
dev/com.ibm.ws.ssl_fat_pkcs12/fat/src/com/ibm/ws/ssl/fat/pkcs12/DefaultPKCS12ExistsSSLTest.java
4254
/******************************************************************************* * Copyright (c) 2018 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
Cooperate-Project/CooperateModelingEnvironment
bundles/de.cooperateproject.modeling.textual.cls.metamodel/src-gen/de/cooperateproject/modeling/textual/cls/cls/Attribute.java
409
/** */ package de.cooperateproject.modeling.textual.cls.cls; import org.eclipse.uml2.uml.Property; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Attribute</b></em>'. * <!-- end-user-doc --> * * * @see de.cooperateproject.modeling.textual.cls.cls.ClsPackage#getAttribute() * @mode...
epl-1.0
Mirage20/che
wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/model/impl/IdeImpl.java
3784
/******************************************************************************* * Copyright (c) 2012-2016 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
kgibm/open-liberty
dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/stack/transaction/util/SIPStackLoger.java
628
/******************************************************************************* * Copyright (c) 2008, 2009 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
paulvi/eclipse-integration-gradle
org.springsource.ide.eclipse.gradle.core/src/org/springsource/ide/eclipse/gradle/core/ProjectHierarchyVisitor.java
1729
/******************************************************************************* * Copyright (c) 2013 Pivotal Software, 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 availa...
epl-1.0
kasemir/org.csstudio.display.builder
org.csstudio.display.builder.model/src/org/csstudio/display/builder/model/properties/FilenameWidgetProperty.java
1543
/******************************************************************************* * Copyright (c) 2015-2016 Oak Ridge National Laboratory. * 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...
epl-1.0
optsicom-urjc/optsicom-framework
es.optsicom.lib.analysis/src/main/java/es/optsicom/lib/analyzer/tablecreator/atttable/Attribute.java
2440
/** * */ package es.optsicom.lib.analyzer.tablecreator.atttable; import es.optsicom.lib.util.Strings; import es.optsicom.lib.util.description.Descriptive; public class Attribute implements Comparable<Attribute> { private String name; private Object value; // El titleText se utiliza para mostrar e...
epl-1.0
kgibm/open-liberty
dev/com.ibm.ws.messaging.common/src/com/ibm/ws/sib/security/auth/AuthUtils.java
6824
/******************************************************************************* * Copyright (c) 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, and is a...
epl-1.0
koentsje/forge-furnace
container/src/main/java/org/jboss/forge/furnace/impl/modules/providers/AbstractModuleSpecProvider.java
3828
package org.jboss.forge.furnace.impl.modules.providers; import java.io.File; import java.io.IOException; import java.net.URISyntaxException; import java.net.URL; import java.net.URLClassLoader; import java.util.Enumeration; import java.util.HashSet; import java.util.Set; import java.util.jar.JarEntry; import java.util...
epl-1.0
salk31/RedQueryBuilder
redquerybuilder-jdbcsample/src/main/java/com/redspr/redquerybuilder/sample/MetaServlet.java
7330
package com.redspr.redquerybuilder.sample; import java.io.IOException; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import java.util.PropertyResourceBundle; import...
epl-1.0
kgibm/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/monitor/internal/bci/ProbeAtReturnMethodAdapter.java
4392
/******************************************************************************* * Copyright (c) 2010 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
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer/src/com/ibm/wsspi/webcontainer/util/IOutputStreamObserver.java
1097
/******************************************************************************* * Copyright (c) 1997, 2006 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
kgibm/open-liberty
dev/com.ibm.ws.messaging.comms.server/src/com/ibm/ws/jfap/inbound/channel/JFAPInboundServiceContext.java
709
/******************************************************************************* * Copyright (c) 2012 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
kgibm/open-liberty
dev/com.ibm.ws.webcontainer/src/com/ibm/ws/webcontainer/servlet/exception/package-info.java
662
/******************************************************************************* * Copyright (c) 2010 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 ...
epl-1.0
fabioz/Pydev
plugins/org.python.pydev.core/pysrc/tests_python/resources/_debugger_case_stepping.py
338
def step_over(): print("don't step here") def step_into(): print('step into') def step_out(): print('step out') # Break here 1 print("don't step here") def Call(): step_over() # Break here 2 step_into() step_out() print('stepped out') if __name__ == '__main__': Call() print...
epl-1.0
kgibm/open-liberty
dev/fattest.simplicity/src/com/ibm/websphere/simplicity/config/wim/SearchResultsCache.java
3175
/******************************************************************************* * Copyright (c) 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, and is a...
epl-1.0
wegamekinglc/CppAD
cppad/local/cosh_op.hpp
6377
// $Id$ # ifndef CPPAD_COSH_OP_HPP # define CPPAD_COSH_OP_HPP /* -------------------------------------------------------------------------- CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-15 Bradley M. Bell CppAD is distributed under multiple licenses. This distribution is under the terms of the ...
epl-1.0
maxeler/eclipse
eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test75/out/A.java
143
package p; public class A implements I { /* (non-Javadoc) * @see p.I#amount() */ public int amount(){ return 1;} public void add(){} }
epl-1.0
kgibm/open-liberty
dev/com.ibm.ws.security.oauth/src/com/ibm/oauth/core/api/error/oauth20/OAuth20PublicClientCredentialsException.java
2262
/******************************************************************************* * Copyright (c) 2011 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
svenefftinge/sadlos2
com.ge.research.sadl.jena-wrapper-for-sadl/src/main/java/com/ge/research/sadl/jena/reasoner/builtin/Assign.java
2802
/************************************************************************ * Copyright \u00a9 2007, 2008 - General Electric Company, All Rights Reserved * * Project: SADL * * Description: The Semantic Application Design Language (SADL) is a * language for building semantic models and expressing rules that * c...
epl-1.0
windup/windup-legacy
application/reporting/src/main/java/org/jboss/windup/reporting/html/ClasspathReport.java
837
/* * Copyright (c) 2013 Red Hat, Inc. and/or its affiliates. * * 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.wsat_fat.db/test-applications/wsatEJBCDIApp/src/com/ibm/ws/wsat/ejbcdi/client/normal/SQLException_Exception.java
1559
/******************************************************************************* * Copyright (c) 2019, 2020 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
ChristophSonnberger/crypto
org.jcryptool.visual.he/src/org/jcryptool/visual/he/algo/GHData.java
3084
// -----BEGIN DISCLAIMER----- /******************************************************************************* * Copyright (c) 2011 JCrypTool Team and Contributors * * All rights reserved. This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which ...
epl-1.0
kasemir/org.csstudio.display.builder
org.csstudio.display.builder.representation.javafx/src/org/csstudio/display/builder/representation/javafx/PasswordDialog.java
3485
/******************************************************************************* * Copyright (c) 2015-2016 Oak Ridge National Laboratory. * 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
kopl/misc
JaMoPP Performance Test/testcode/argouml-usecase-variant/src/org/argouml/model/UmlException.java
2649
// $Id: UmlException.java 12 2010-04-03 00:07:22Z marcusvnac $ // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, pro...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.ejbcontainer.injection_fat/test-applications/LookupOverrideEJB.jar/src/com/ibm/bnd/lookupoverride/shared/Bad4Bean.java
1234
/******************************************************************************* * 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
kgibm/open-liberty
dev/com.ibm.ws.ejbcontainer/src/com/ibm/ws/ejbcontainer/osgi/internal/naming/EJBBinding.java
2342
/******************************************************************************* * Copyright (c) 2012, 2020 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
paulianttila/openhab2
bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/IndegoStateConstants.java
851
/** * 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
paulianttila/openhab2
bundles/org.openhab.binding.hydrawise/src/main/java/org/openhab/binding/hydrawise/internal/api/model/SetZoneResponse.java
683
/** * 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
kirsley/repobase
wp-content/plugins/divi-builder/includes/builder/module/Gallery.php
20275
<?php class ET_Builder_Module_Gallery extends ET_Builder_Module { function init() { $this->name = esc_html__( 'Gallery', 'et_builder' ); $this->plural = esc_html__( 'Galleries', 'et_builder' ); $this->slug = 'et_pb_gallery'; $this->vb_support = 'on'; $this->settings_modal_toggles = array( ...
gpl-2.0
michaelbeil/DRG-RPG
Gruntfile.js
1076
module.exports = function(grunt) { // Load plugins Just in Time/as needed (increases speed). require( 'jit-grunt' )(grunt); grunt.initConfig({ autoprefixer: { dev: { options: { browsers: [ 'Android >= 2.1', 'Chrome >= 21', 'Explorer >= 8', 'Firefox >= 17', 'Opera >= 12.1...
gpl-2.0
simgood/blaycation
wp-content/themes/bones/404.php
1689
<?php get_header(); ?> <div id="content"> <div id="inner-content" class="wrap cf"> <main id="main" class="cf" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog"> <section class="panel-400 p-t-lg"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>...
gpl-2.0
CFDEMproject/OpenFOAM-1.6-ext
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H
5706
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------...
gpl-2.0
drazenzadravec/nequeo
Source/Components/Cryptography/Nequeo.Cryptography/Nequeo.Cryptography.Key/openpgp/PgpSignatureList.cs
1060
using System; namespace Nequeo.Cryptography.Key.Bcpg.OpenPgp { /// <remarks>A list of PGP signatures - normally in the signature block after literal data.</remarks> public class PgpSignatureList : PgpObject { private PgpSignature[] sigs; public PgpSignatureList( PgpSignatur...
gpl-2.0
mzed/wekimini
src/wekimini/kadenze/KadenzeAssn6SubmissionPrompt.java
18909
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package wekimini.kadenze; import javax.swing.JOptionPane; import wekimini.Wekinator; import wekimini.util.Util; /** * * @author reb...
gpl-2.0
yngfng/keepnote-0.7.8
keepnote/util.py
1787
""" KeepNote utilities """ # # KeepNote # Copyright (c) 2008-2009 Matt Rasmussen # Author: Matt Rasmussen <rasmus@alum.mit.edu> # # 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; ve...
gpl-2.0
ruuk/script.web.viewer2
lib/webviewer/cssutils/tests/test_csscharsetrule.py
4561
"""Testcases for cssutils.css.CSSCharsetRule""" import re import xml.dom import test_cssrule import cssutils.css class CSSCharsetRuleTestCase(test_cssrule.CSSRuleTestCase): def setUp(self): super(CSSCharsetRuleTestCase, self).setUp() self.r = cssutils.css.CSSCharsetRule() self.rRO = cssut...
gpl-2.0
ppardalj/ServUO
Scripts/Mobiles/Normal/SkeletalLich.cs
1935
using System; using Server; using System.Collections; using Server.Items; namespace Server.Mobiles { [CorpseName( "a skeletal corpse" )] public class SkeletalLich : BaseCreature { public override WeaponAbility GetWeaponAbility() { return WeaponAbility.Dismount; } [Constructable] public SkeletalLich() ...
gpl-2.0
rfdrake/opennms
opennms-import/src/main/java/org/opennms/netmgt/importer/jmx/ImporterService.java
2005
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2006-2012 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
gpl-2.0
yehster/fampemr
interface/orders/orders_results.php
22512
<?php // Copyright (C) 2010 Rod Roark <rod@sunsetsystems.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. re...
gpl-2.0
jwpully/pchapub
components/com_cjlib/lib/markitup/jquery.markitup.js
9890
// ---------------------------------------------------------------------------- // markItUp! Universal MarkUp Engine, JQuery plugin // v 1.1.x // Dual licensed under the MIT and GPL licenses. // ---------------------------------------------------------------------------- // Copyright (C) 2007-2012 Jay Salvat // http://...
gpl-2.0
hampelm/Ginsberg-CiviDemo
sites/all/modules/civicrm/CRM/Mailing/Event/BAO/Queue.php
10450
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 3.3 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2010 | +--------------------...
gpl-2.0
parsaghx/t
plugins/font1.lua
4245
--Shared & Opened by @anti_spam_group --#Dinn08 local function run(msg, matches) if #matches < 2 then return "بعد از این دستور، با قید یک فاصله کلمه یا جمله ی مورد نظر را جهت زیبا نویسی وارد کنید" end if string.len(matches[2]) > 20 then return "حداکثر حروف مجاز 20 کاراکتر انگلیسی و عدد است" end local font_bas...
gpl-2.0
timschofield/care2x
include/inc_currency_set.php
1306
<?php /*------begin------ This protection code was suggested by Luki R. luki@karet.org ---- */ if (strpos($_SERVER['PHP_SELF'], 'inc_currency_set.php')) die('<meta http-equiv="refresh" content="0; url=../">'); /*------end------*/ if(!isset($mode)) $mode=''; if(!isset($db) || !$db) include_once($root_path.'include/in...
gpl-2.0
cDanowski/worldviz
src/main/java/org/n52/v3d/worldviz/demoapplications/ene/earth/CartographicSymbolsTest.java
6030
/** * Copyright (C) 2015-2015 52°North Initiative for Geospatial Open Source * Software GmbH * * 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. * * If the program is linked with...
gpl-2.0
shannah/cn1
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/NamingExceptionTest.java
8878
/* * 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 "License"); yo...
gpl-2.0
chisimba/modules
codesniffer/resources/CodeSniffer/Standards/Chisimba/Sniffs/Commenting/DisallowHashCommentsSniff.php
1890
<?php /** * PHP_CodeSniffer tokenises PHP code and detects violations of a * defined set of coding standards. * * PHP version 5 * * @category PHP * @package PHP_CodeSniffer * @author Your Name <you@domain.net> * @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence * @version C...
gpl-2.0
J4M4I5M7/OpenGLFunTimeES
Resources/BookSourceCode/KevinBrothaler/OpenGLES2ForAndroid/kbogla-code/code/TakingTheNextStep/src/com/nextstep/android/ChooseFilterMode.java
2546
/*** * Excerpted from "OpenGL ES for Android", * published by The Pragmatic Bookshelf. * Copyrights apply to this code. It may not be used to create training material, * courses, books, articles, and the like. Contact us if you are in doubt. * We make no guarantees that this code is fit for any purpose. * Visit...
gpl-2.0
nhnb/stendhal
src/games/stendhal/server/maps/nalwor/assassinhq/ChiefFalatheenDishwasherNPC.java
2924
/* $Id$ */ /*************************************************************************** * (C) Copyright 2003-2010 - Stendhal * *************************************************************************** *************************************************************************** ...
gpl-2.0
Automattic/vip-go-mu-plugins
jetpack-9.4/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php
43533
<?php new WPCOM_JSON_API_Update_Post_v1_1_Endpoint( array( 'description' => 'Create a post.', 'group' => 'posts', 'stat' => 'posts:new', 'new_version' => '1.2', 'min_version' => '1.1', 'max_version' => '1.1', 'method' => 'POST', 'path' => '/sites/%s/posts/new', 'path_labels' => array(...
gpl-2.0
zaljayo/TestProject
lib_editor/js/trex/tool/switcher.js
2701
/** * @fileoverview * wysiwyg, source, text 세모드로의 변경을 가능하게하는 dropdown 형식의 tool 'Switcher' Source, * Class Trex.Tool.Switcher 와 configuration을 포함 * */ TrexMessage.addMsg({ '@switcher.wysiwyg': '에디터', '@switcher.source': 'HTML', '@switcher.text': '텍스트' }); TrexConfig.addTool( "switcher", { wysiwy...
gpl-2.0
Distrotech/mrd6
src/console/unix_console.cpp
2461
/* * Multicast Routing Daemon (MRD) * unix_console.cpp * * Copyright (C) 2006, 2007 - Hugo Santos * Copyright (C) 2004..2006 - Universidade de Aveiro, IT Aveiro * * 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 * th...
gpl-2.0
kazvorpal/freedomUnfiltered
wp-content/plugins/ready-ecommerce/modules/user/models/cart.php
14650
<?php class cartModel extends model { /** * Product columns data to show on cart page */ protected $_columns = array( 'id' => array('title' => 'ID', 'sortOrder' => 0, 'disable' => false), 'img' => array('title' => 'Image', 'sortOrder' => 0, 'disable' => false), 'name' => array(...
gpl-2.0
rofl0r/motor
src/vcs/motorvcs.cc
4201
#include "motorvcs.h" #include "motorexecutor.h" #include "motorconfiguration.h" #include "motormisc.h" #include "motorui.h" #include <sstream> motorvcs::motorvcs() { fgood = true; } motorvcs::motorvcs(const string &avcsname) { fgood = true; load(avcsname); } motorvcs::~motorvcs() { } void motorvcs::lo...
gpl-2.0
hroncok/horus
src/horus/gui/splash.py
2466
#!/usr/bin/python # -*- coding: utf-8 -*- #-----------------------------------------------------------------------# # # # This file is part of the Horus Project # # ...
gpl-2.0
BIORIMP/biorimp
BIO-RIMP/test_data/code/antapache/src/main/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.java
2516
/* * 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 "License"); you...
gpl-2.0
linuxmaniac/pkg-smuxi
lib/db4o-net/Db4objects.Db4o/native/compact/Lock4.cs
2542
/* Copyright (C) 2009 Versant Inc. http://www.db4o.com */ using System; using System.Threading; namespace Db4objects.Db4o.Foundation { #if CF public class Lock4 { private volatile Thread lockedByThread; private volatile Thread waitReleased; private volatile Thread closureReleased; ...
gpl-2.0
comealong/skyeye-plus
common/dyncom/tag.cpp
22338
/** * @file tag.cpp * * Do a depth search of all reachable code and associate * every reachable instruction with flags that indicate * instruction type (branch,call,ret, ...), flags * (conditional, ...) and code flow information (branch * target, ...) * * @author OS Center,TsingHua University (Ported from libc...
gpl-2.0
ljx0305/ice
java/test/src/main/java/test/Ice/seqMapping/Serialize/Small.java
495
// ********************************************************************** // // Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
gpl-2.0
MashedUpMedia/Land-Warrior
components/com_eventlist/views/editvenue/view.html.php
3366
<?php /** * @version 1.0 $Id: view.html.php 958 2009-02-02 17:23:05Z julienv $ * @package Joomla * @subpackage EventList * @copyright (C) 2005 - 2009 Christoph Lukes * @license GNU/GPL, see LICENSE.php * EventList is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pub...
gpl-2.0
88888yl/cpp
listdemo.cpp
2016
#include <iostream> #include <list> using namespace std; list<int> g_list_1; list<int> g_list_2; void InitList(); void ShowList(const list<int> &m_list); void equality_test(); void assign_test(); void reverse_test(list<int> &m_list); void sort_test(); void merge_test(); int main(int argc, char const *argv[]) { In...
gpl-2.0
bharcode/Kaggle
CustomMahout/core/src/test/java/org/apache/mahout/fpm/pfpgrowth/PFPGrowthRetailDataTestVs.java
5890
/** * 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 "License"); yo...
gpl-2.0
iegor/kdesdk
poxml/antlr/src/Token.cpp
2492
/** * <b>SOFTWARE RIGHTS</b> * <p> * ANTLR 2.6.0 MageLang Insitute, 1998 * <p> * We reserve no legal rights to the ANTLR--it is fully in the * public domain. An individual or company may do whatever * they wish with source code distributed with ANTLR or the * code generated by ANTLR, including the incorporation...
gpl-2.0
tommythorn/yari
shared/cacao-related/cacao/tests/fintest4.java
511
public class fintest4 { public int num; public fintest4 (int n) { num = n; } public void finalize () { System.out.print ("finalized "); System.out.print (num); System.out.println (". object"); } public static void main (String[] s) { int i; fintest3 f=null; Runtime.getRuntime().runFinalizersOnExit...
gpl-2.0
webonise/openx
lib/OX/Extension/bannerTypeText/bannerTypeTextDelivery.php
4219
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | ...
gpl-2.0
seret/oxtebafu1org
ow_plugins/social_sharing/components/share_buttons.php
6896
<?php /** * This software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ and is * licensed under The BSD license. * --- * Copyright (c) 2013, Oxwall Foundation * All rights reserved. * Redistribution and use in source and binary forms, with or without modification, are permitted...
gpl-2.0
emundus/v6
components/com_eventbooking/themes/default/register/default_tickets.php
3662
<?php /** * @package Joomla * @subpackage Event Booking * @author Tuan Pham Ngoc * @copyright Copyright (C) 2010 - 2021 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text...
gpl-2.0
unofficial-opensource-apple/gcc_40
libjava/gnu/classpath/ServiceFactory.java
18831
/* ServiceFactory.java -- Factory for plug-in services. Copyright (C) 2004 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either ve...
gpl-2.0
ineiti/cothorities
external/java/src/main/java/ch/epfl/dedis/lib/proto/CollectionProto.java
133540
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: collection.proto package ch.epfl.dedis.lib.proto; public final class CollectionProto { private CollectionProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void...
gpl-2.0
jbrant/qd-maze-simulator
MazeSimulator/Forms/RoboModelSetter.cs
1549
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace MazeSimulator { public partial class RobotModelSetter : Form { public Robot robot = null; List<string> models = new Lis...
gpl-2.0
psav/cfme_tests
cfme/fixtures/ui_coverage.py
15296
"""UI Coverage for a CFME/MIQ Appliance Usage ----- ``py.test --ui-coverage`` General Notes ------------- simplecov can merge test results, but doesn't appear to like working in a multi-process environment. Specifically, it clobbers its own results when running simultaneously in multiple processes. To solve this, ea...
gpl-2.0
Halcom/zanata-server
zanata-war/src/main/java/org/zanata/ui/faces/FacesMessages.java
9044
/* * Copyright 2014, Red Hat, Inc. and individual contributors as indicated by the * @author tags. See the copyright.txt file in the distribution for a full * listing of individual contributors. * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public ...
gpl-2.0
edurenye/Ilerasi
ilerasi/tests/application/controllers/ConferenciesControllerTest.php
275
<?php require_once 'PHPUnit/Framework/TestCase.php'; class ConferenciesControllerTest extends PHPUnit_Framework_TestCase { public function setUp() { /* Setup Routine */ } public function tearDown() { /* Tear Down Routine */ } }
gpl-2.0
nirs/vdsm
tests/mkimage_test.py
10239
# -*- coding: utf-8 -*- # # Copyright 2012 Sandro Bonazzola <sandro.bonazzola@gmail.com> # Copyright 2017 Red Hat, 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 of the ...
gpl-2.0
oferca75/my_bjj
wp-content/themes/full-frame/inc/fullframe-menus.php
3935
<?php /** * The template for displaying custom menus * * @package Catch Themes * @subpackage Full Frame * @since Full Frame 1.0 */ if ( ! defined( 'FULLFRAME_THEME_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } if ( ! function_exists( 'fullframe_primary_menu...
gpl-2.0
thiagok00/server
src/vocation.cpp
10682
////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game ////////////////////////////////////////////////////////////////////// // ////////////////////////////////////////////////////////////////////// // This program is free software; you can redistribute it ...
gpl-2.0
LiubomyrPelo/pss
modules/Store/source/Controller/Account/Settings.php
193
<?php namespace Store\Controller\Account; use Zend\Mvc\Controller\AbstractActionController; class Settings extends AbstractActionController { public function indexAction() { } }
gpl-2.0
mohsinoffline/wp-twilio-core
twilio-php/src/Twilio/Rest/Preview/TrustedComms/BrandedCallList.php
2098
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Preview\TrustedComms; use Twilio\Exceptions\TwilioException; use Twilio\ListResource; use Twilio\Options; use Twilio\Values; use Twilio\Version; /** * PLEASE NOTE that this class...
gpl-2.0
recalbox/pifba
burn/capcom/dc_xmvsf.cpp
18667
#include "cps.h" STDINPUTINFOSPEC(Drv, CpsFsi); static struct BurnRomInfo XmvsfRomDesc[] = { { "xvse.03f", 0x80000, 0xdb06413f, 1 | BRF_ESS | BRF_PRG }, // 68000 code (encrypted) { "xvse.04f", 0x80000, 0xef015aef, 1 | BRF_ESS | BRF_PRG }, { "xvs.05a", 0x80000, 0x7db6025d, 1 | BRF_ESS | BRF_P...
gpl-2.0