code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
/******************************************************************************* * Copyright (c) 2000, 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, an...
gorkem/java-language-server
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/contentassist/JavadocCompletionProposal.java
Java
epl-1.0
10,626
package mx.com.cinepolis.digital.booking.commons.exception; /** * Clase con los códigos de errores para las excepciones * @author rgarcia * */ public enum DigitalBookingExceptionCode { /** Error desconocido */ GENERIC_UNKNOWN_ERROR(0), /*** * CATALOG NULO */ CATALOG_ISNULL(1), /** * Paging R...
sidlors/digital-booking
digital-booking-commons/src/main/java/mx/com/cinepolis/digital/booking/commons/exception/DigitalBookingExceptionCode.java
Java
epl-1.0
7,193
package com.temenos.soa.plugin.uml2dsconverter.utils; // General String utilities public class StringUtils { /** * Turns the first character of a string in to an uppercase character * @param source The source string * @return String Resultant string */ public static String upperInitialCharacter(String sour...
junejosheeraz/UML2DS
com.temenos.soa.plugin.uml2dsconverter/src/com/temenos/soa/plugin/uml2dsconverter/utils/StringUtils.java
Java
epl-1.0
938
# -*- coding: utf-8 -*- # # Phaser Editor documentation build configuration file, created by # sphinx-quickstart on Thu May 25 08:35:14 2017. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file....
boniatillo-com/PhaserEditor
docs/v2/conf.py
Python
epl-1.0
4,869
/****************************************************************************** * Copyright (c) 2000-2015 Ericsson Telecom AB * 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 avail...
alovassy/titan.EclipsePlug-ins
org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2OctExpression.java
Java
epl-1.0
6,252
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyrigh...
warlordh/fork_Symbian
sdk/GUID-78FB26E2-AA60-5531-B2FE-4FA6C88F2D47.html
HTML
epl-1.0
14,484
requirejs(['bmotion.config'], function() { requirejs(['bms.integrated.root'], function() {}); });
ladenberger/bmotion-frontend
app/js/bmotion.integrated.js
JavaScript
epl-1.0
100
/* * 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 * ...
Maarc/windup-as-a-service
windup_0_7/windup-engine/src/main/java/org/jboss/windup/interrogator/impl/XmlInterrogator.java
Java
epl-1.0
3,422
package de.uks.beast.editor.util; public enum Fonts { //@formatter:off HADOOP_MASTER_TITEL ("Arial", 10, true, true), HADOOP_SLAVE_TITEL ("Arial", 10, true, true), NETWORK_TITEL ("Arial", 10, true, true), CONTROL_CENTER_TITEL ("Arial", 10, true, true), HADOOP_MASTER_PROPERTY ("Arial", 8,...
fujaba/BeAST
de.uks.beast.editor/src/de/uks/beast/editor/util/Fonts.java
Java
epl-1.0
1,163
var page = require('webpage').create(); var url; if (phantom.args) { url = phantom.args[0]; } else { url = require('system').args[1]; } page.onConsoleMessage = function (message) { console.log(message); }; function exit(code) { setTimeout(function(){ phantom.exit(code); }, 0); phantom.onError = function(){...
tmtwd/chess-om
env/test/js/unit-test.js
JavaScript
epl-1.0
765
#include "genfft.h" /** * NAME: cc1fft * * DESCRIPTION: complex to complex FFT * * USAGE: * void cc1fft(complex *data, int n, int sign) * * INPUT: - *data: complex 1D input vector * - n: number of samples in input vector data * - sign: sign of the Fourier kernel * * OUTP...
sun031/Jan
FFTlib/cc1fft.c
C
epl-1.0
3,110
#include "SimpleGameLogic.h" #include "GameWorld.h" #include "MonstersPlace.h" void SimpleGameLogic::worldLoaded() { _physicsWorld = _world->getGameContent()->getPhysicsWorld(); _physicsWorld->setCollisionCallback(this); _tank = static_cast<Tank*>(_world->getGameContent()->getObjectByName("Player")); ControllerM...
cjsbox-xx/tanchiks
Classes/SimpleGameLogic.cpp
C++
epl-1.0
3,968
<!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_55) on Thu Jun 12 19:19:11 EDT 2014 --> <title>Uses of Class com.runescape.revised.content.skill.combat.prayer.standard.UnstoppableForc...
RodriguesJ/Atem
doc/com/runescape/revised/content/skill/combat/prayer/standard/class-use/UnstoppableForce.html
HTML
epl-1.0
4,750
/* * 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 may ...
DavidGutknecht/elexis-3-base
bundles/org.apache.solr/src/org/apache/solr/client/solrj/request/SolrPing.java
Java
epl-1.0
3,236
// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 202...
DavidGutknecht/elexis-3-base
bundles/at.medevit.elexis.tarmed.model/src-gen/ch/fd/invoice450/request/XtraDrugType.java
Java
epl-1.0
5,592
/******************************************************************************* * 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...
ttimbul/eclipse.wst
bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/contenttype/NullMemento.java
Java
epl-1.0
1,336
/******************************************************************************* * Copyright (c) 2013-2015 UAH Space Research Group. * 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 i...
parraman/micobs
mclev/es.uah.aut.srg.micobs.mclev/src/es/uah/aut/srg/micobs/mclev/library/mclevlibrary/MMCLEVVersionedItemComponent.java
Java
epl-1.0
4,916
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyrigh...
warlordh/fork_Symbian
sdk/Chunk2145327219.html
HTML
epl-1.0
7,064
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
warlordh/fork_Symbian
sdk/GUID-52D2FA0B-F2BB-336B-AAA3-53BAAB9CDC7C.html
HTML
epl-1.0
23,488
package org.eclipse.scout.widgets.heatmap.client.ui.form.fields.heatmapfield; import java.util.Collection; import org.eclipse.scout.rt.client.ui.form.fields.IFormField; public interface IHeatmapField extends IFormField { String PROP_VIEW_PARAMETER = "viewParameter"; String PROP_HEAT_POINT_LIST = "heatPointList...
BSI-Business-Systems-Integration-AG/org.thethingsnetwork.zrh.monitor
ttn_monitor/org.eclipse.scout.widgets.heatmap.client/src/main/java/org/eclipse/scout/widgets/heatmap/client/ui/form/fields/heatmapfield/IHeatmapField.java
Java
epl-1.0
817
/* * Copyright (c) 2015 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...
inocybe/odl-bgpcep
bgp/linkstate/src/main/java/org/opendaylight/protocol/bgp/linkstate/nlri/TeLspNlriParser.java
Java
epl-1.0
8,515
/** */ package WTSpec4M.presentation; import org.eclipse.emf.common.ui.URIEditorInput; import org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.edit.ui.action.LoadResourceAction; import org.eclipse.emf.edit.ui.util.EditUIUtil; import org.ec...
mondo-project/mondo-demo-wt
MONDO-Collab/org.mondo.wt.cstudy.metamodel.online.editor/src/WTSpec4M/presentation/WTSpec4MEditorAdvisor.java
Java
epl-1.0
14,965
import java.sql.*; public class ConnessioneDB { static { try { Class.forName("com.mysql.jdbc.Driver").newInstance(); } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTra...
nicolediana/progetto
ServletExample/src/ConnessioneDB.java
Java
epl-1.0
1,248
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
warlordh/fork_Symbian
pdk/GUID-96500C2E-AB23-3B72-9F5C-B3CDB907B7A1.html
HTML
epl-1.0
3,921
package com.huihuang.utils; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; public class BeanToMap<K, V> { private BeanToMap() { } @SuppressWarnings("unchecked") public static <K, V> Map<K, V> bean2Map(Object javaBean) { Map<K, V> ret = n...
yc654084303/QuickConnQuickConnect
QuickConnectPay/src/com/huihuang/utils/BeanToMap.java
Java
epl-1.0
1,034
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
warlordh/fork_Symbian
sdk/GUID-62CBFC38-38A4-3834-8B96-59E616A9FF18.html
HTML
epl-1.0
21,338
/** * Copyright (c) 2015 SK holdings Co., Ltd. All rights reserved. * This software is the confidential and proprietary information of SK holdings. * You shall not disclose such confidential information and shall use it only in * accordance with the terms of the license agreement you entered into with SK holdings. ...
SK-HOLDINGS-CC/NEXCORE-UML-Modeler
nexcore.alm.common/src/nexcore/alm/common/excel/ExcelException.java
Java
epl-1.0
1,457
/******************************************************************************* * Copyright (c) 2009 Andrey Loskutov. * 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...
iloveeclipse/anyedittools
AnyEditTools/src/de/loskutov/anyedit/actions/replace/ReplaceWithAction.java
Java
epl-1.0
9,434
/* * Copyright 2012 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.aesh.complete; import org.jboss.aesh.console.AeshContext; import org.jboss.aesh.parser.Parser; import org.jboss.aesh.ter...
aslakknutsen/aesh
src/main/java/org/jboss/aesh/complete/CompleteOperation.java
Java
epl-1.0
7,366
package dao.inf; // Generated 27/11/2014 02:39:51 AM by Hibernate Tools 3.4.0.CR1 import java.util.List; import javax.naming.InitialContext; import model.Query; import model.QueryId; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.LockMode; impo...
mhersc1/SIGAE
src/main/java/dao/inf/QueryDAO.java
Java
epl-1.0
590
/** * <copyright> * </copyright> * * $Id$ */ package klaper.expr.util; import java.util.List; import klaper.expr.Atom; import klaper.expr.Binary; import klaper.expr.Div; import klaper.expr.Exp; import klaper.expr.ExprPackage; import klaper.expr.Expression; import klaper.expr.Minus; import klaper.expr.Mult; impor...
aciancone/klapersuite
klapersuite.metamodel.klaper/src/klaper/expr/util/ExprSwitch.java
Java
epl-1.0
14,296
package critterbot.actions; public class XYThetaAction extends CritterbotAction { private static final long serialVersionUID = -1434106060178637255L; private static final int ActionValue = 30; public static final CritterbotAction NoMove = new XYThetaAction(0, 0, 0); public static final CritterbotAction TurnLe...
amw8/rlpark
rlpark.plugin.critterbot/jvsrc/critterbot/actions/XYThetaAction.java
Java
epl-1.0
1,202
package mx.com.cinepolis.digital.booking.persistence.dao.impl; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.ejb.EJB; import javax.ejb.Stateless; import javax.interceptor.Interceptors; import javax.persistence.EntityManager; import javax.persistence.Pe...
sidlors/digital-booking
digital-booking-persistence/src/main/java/mx/com/cinepolis/digital/booking/persistence/dao/impl/ScreenDAOImpl.java
Java
epl-1.0
12,056
// Compiled by ClojureScript 1.9.946 {} goog.provide('eckersdorf.window.db'); goog.require('cljs.core'); goog.require('re_frame.core'); eckersdorf.window.db.window_state = new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword("window","height","window/height",1310154766),(0),new cljs.core.Keyword("window","w...
ribelo/eckersdorf
resources/public/js/out/eckersdorf/window/db.js
JavaScript
epl-1.0
417
/** */ package TaxationWithRoot; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Tax Card</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <...
viatra/VIATRA-Generator
Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Tax_Card.java
Java
epl-1.0
32,297
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
sonatype/nexus-public
plugins/nexus-repository-maven/src/main/java/org/sonatype/nexus/repository/maven/internal/orient/package-info.java
Java
epl-1.0
1,002
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.ss.formula.functions.LogicalFunction (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../style...
tommylsh/test20170719
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/ss/formula/functions/class-use/LogicalFunction.html
HTML
epl-1.0
4,467
/******************************************************************************* * 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...
Tasktop/code2cloud.server
com.tasktop.c2c.server/com.tasktop.c2c.server.profile.web.ui/src/main/java/com/tasktop/c2c/server/profile/web/ui/client/place/UserAccountPlace.java
Java
epl-1.0
3,244
package com.openMap1.mapper.converters; import java.util.Iterator; import org.eclipse.emf.common.util.EList; import org.w3c.dom.Attr; import org.w3c.dom.Document; import org.w3c.dom.Element; import com.openMap1.mapper.ElementDef; import com.openMap1.mapper.MappedStructure; import com.openMap1.mapper.core....
openmapsoftware/mappingtools
openmap-mapper-lib/src/main/java/com/openMap1/mapper/converters/FACEWrapper.java
Java
epl-1.0
11,744
package org.matmaul.freeboxos.ftp; import org.matmaul.freeboxos.internal.Response; public class FtpResponse { public static class FtpConfigResponse extends Response<FtpConfig> {} }
MatMaul/freeboxos-java
src/org/matmaul/freeboxos/ftp/FtpResponse.java
Java
epl-1.0
184
/* ========================================== * JGraphT : a free Java graph-theory library * ========================================== * * Project Info: http://jgrapht.sourceforge.net/ * Project Creator: Barak Naveh (http://sourceforge.net/users/barak_naveh) * * (C) Copyright 2003-2008, by Barak Naveh and Con...
arcanefoam/jgrapht
jgrapht-core/src/main/java/org/jgrapht/graph/specifics/Specifics.java
Java
epl-1.0
2,800
import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; public class FileLogger extends MyLoggerImpl { private String fileName; public FileLogger(String fileName) { super(); this.fileName = fileName; } @Override public void log(int level, String message) ...
irin4eto/HackBulgaria_JavaScript
Candidacy/SimpleLogger/src/FileLogger.java
Java
gpl-2.0
1,200
/** * Created by Paul on 24/01/2015. */ var install_url = $("#install_url").val(); $("#updateCase").click(function () { var case_id = $('#case_id').val(); var case_priority = $('#case_priority').val(); var case_status = $('#case_status').val(); var case_type = $('#case_type').val(); var assigne...
paulcoiffier/Mobissime-Liberta
src/MyCrm/Modules/LibertaTickets/Js/edit_case.js
JavaScript
gpl-2.0
1,698
<?php /* Smarty version 2.6.14, created on 2010-01-28 11:39:35 compiled from CRM/Contact/Form/Search.tpl */ ?> <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php'); smarty_core_load_plugins(array('plugins' => array(array('block', 'ts', 'CRM/Contact/Form/Search.tpl', 19, false),)), $this); ?> <?php $_s...
zakiya/Peoples-History
files/civicrm/templates_c/en_US/%%70^70A^70AFFDD6%%Search.tpl.php
PHP
gpl-2.0
4,792
// Copyright (c) 2009-2013 DotNetAge (http://www.dotnetage.com) // Licensed under the GPLv2: http://dotnetage.codeplex.com/license // Project owner : Ray Liang ([email protected]) using System; using System.Collections.Generic; using System.Data.Entity.ModelConfiguration; using System.Linq; using Syst...
DotNetAge/dotnetage
src/Foundation/DNA.Mvc.Data.Entity/ModelConfiguration/SqlServer/SqlContentListConfiguration.cs
C#
gpl-2.0
2,496
/** * 项目名: java-code-tutorials-tools * 包名: net.fantesy84.common.util * 文件名: IPUtils.java * Copy Right © 2015 Andronicus Ge * 时间: 2015年11月9日 */ package net.fantesy84.common.util; import java.net.InetAddress; import java.net.UnknownHostException; import javax.servlet.http.HttpServletRequest; import org.slf4j.Log...
fantesy84/java-code-tutorials
java-code-tutorials-tools/src/main/java/net/fantesy84/common/util/IPUtils.java
Java
gpl-2.0
2,924
vimrc CHANGELOG =============== This file is used to list changes made in each version of the vimrc cookbook. 0.1.0 ----- - [your_name] - Initial release of vimrc - - - Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown. The [Github Flavored Markdown page](h...
4md/chef-vimrc
CHANGELOG.md
Markdown
gpl-2.0
447
<?php /** * @package jCart * @copyright Copyright (C) 2009 - 2012 softPHP,http://www.soft-php.com * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); $_['text_sub_total'] = 'Sub-Total'; ?>
jiangfanglu/grart
components/com_opencart/catalog/language/english/total/sub_total.php
PHP
gpl-2.0
272
/* * This file contains pieces of the Linux TCP/IP stack needed for modular * TOE support. * * Copyright (C) 2006-2009 Chelsio Communications. All rights reserved. * See the corresponding files in the Linux tree for copyrights of the * original Linux code a lot of this file is based on. * * Written by Dimitris...
nal-epfl/line-sigcomm14
PF_RING-5.6.2/drivers/PF_RING_aware/chelsio/cxgb3-2.0.0.1/src/t3_tom/module_support/module_support-tom-2.6.23.c
C
gpl-2.0
5,114
/** Copyright 2011 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, including the implied war...
iNecas/katello
src/public/javascripts/gpg_key.js
JavaScript
gpl-2.0
5,150
.pane-sliders > .panel { border: none !important; font-family:arial; } .pane-sliders >.panel > h3 { background:url(../images/header-bg.gif) repeat-x!important; height:37px; line-height:37px; padding:0; } .pane-sliders >.panel h3 span{ text-transform:uppercase; color:#c16306; } .pane-toggler-down { border-b...
asukademy/akblog
modules/mod_btslideshow_pro/admin/css/bt.css
CSS
gpl-2.0
4,756
/* UnknownTypeException.java -- Thrown by an unknown type. Copyright (C) 2012 Free Software Foundation, Inc. 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; ...
penberg/classpath
javax/lang/model/type/UnknownTypeException.java
Java
gpl-2.0
3,277
/* * Synopsys DesignWare I2C adapter driver (master only). * * Partly based on code of similar driver from U-Boot: * Copyright (C) 2009 ST Micoelectronics * * and corresponding code from Linux Kernel * Copyright (C) 2006 Texas Instruments. * Copyright (C) 2007 MontaVista Software Inc. * Copyright (...
masahir0y/barebox-yamada
drivers/i2c/busses/i2c-designware.c
C
gpl-2.0
15,486
/*---------------------------------------------------------------------------*\ ## #### ###### | ## ## ## | Copyright: ICE Stroemungsfoschungs GmbH ## ## #### | ## ## ## | http://www.ice-sf.at ## #### ###### | ------------------------------------------------------...
Unofficial-Extend-Project-Mirror/openfoam-extend-Breeder2.0-libraries-swak4Foam
Libraries/functionPlugins/swakFvcSchemesFunctionPlugin/fvcSpreadPluginFunction.H
C++
gpl-2.0
3,532
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsof...
ShootnLootProgramerare/Shoot_n_Loot
Shoot 'n Loot/Shoot 'n Loot/Shoot 'n Loot/Game1.cs
C#
gpl-2.0
3,815
/* Name: usbdrv.c * Project: AVR USB driver * Author: Christian Starkjohann * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt) * This Revision: $Id: usbdrv.c,v 1.1.1.1 2008-01-22 20:2...
sambrista/9-buttons-arcade-controller
usbdrv/usbdrv.c
C
gpl-2.0
23,890
package com.citypark.api.task; import com.citypark.api.parser.CityParkStartPaymentParser; import android.content.Context; import android.os.AsyncTask; import android.text.format.Time; public class StopPaymentTask extends AsyncTask<Void, Void, Boolean> { private Context context; private String sessionId; private ...
kruzel/citypark-android
src/com/citypark/api/task/StopPaymentTask.java
Java
gpl-2.0
1,144
/* 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 ...
nemomobile-apps/scummvm
backends/platform/tizen/graphics.cpp
C++
gpl-2.0
6,444
# -*- coding: utf-8 -*- """ *************************************************************************** SplitRGBBands.py --------------------- Date : August 2012 Copyright : (C) 2012 by Victor Olaya Email : volayaf at gmail dot com *************************...
camptocamp/QGIS
python/plugins/processing/saga/SplitRGBBands.py
Python
gpl-2.0
3,715
# Copyright (C) 2016-2017 SUSE LLC # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in ...
mudler/openQA
lib/OpenQA/WebAPI/Plugin/AMQP.pm
Perl
gpl-2.0
6,591
/* * Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
Remix99/MaNGOS
src/game/World.h
C
gpl-2.0
33,187
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/html/tryhtml_images_map.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:08:51 GMT --> <body> <p>Click on the sun or on one of the planets to watch it closer:</p> <img src="planets.gif" alt="Planets" usemap="#planetmap" style="width:145px...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/html/tryhtml_images_map.html
HTML
gpl-2.0
741
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta name="categories" content="docking"> <meta name="profile" content="!Elements"> <meta name="product" content="Glide"> <title>Glide &mdash; Edit Feature Dialog Box</...
platinhom/ManualHom
Schrodinger/Schrodinger_2012_docs/maestro/help_BioLuminate/glide/edit_feature.html
HTML
gpl-2.0
8,573
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="style/style.css"> <link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 360px)" href="style-compact.css"> <script> (function(i,s,o,g,r,a,m){i['Google...
Blackrobe/blackrobe.github.io
BFStoryArchive/BFStoryArchive/GQX2_02.html
HTML
gpl-2.0
8,357
/*************************************************************************** FluxIntegral.cpp - Integrates Lx dx L (x1, x2) = int^x2_x1 dx Lx ------------------- begin : December 2006 copyright : (C) 2006 by Maurice Leutenegger email : mauri...
mauriceleutenegger/windprofile
FluxIntegral.cpp
C++
gpl-2.0
3,166
<?php session_start(); ?> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> ...
somalitaekwondo/site
novo/about-us.php
PHP
gpl-2.0
3,667
<?php namespace Drush\Boot; use Consolidation\AnnotatedCommand\AnnotationData; use Drush\Log\DrushLog; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Drupal\Core\DrupalKernel; use Drush\Drush; use Drush\Drupal\DrushServiceModifier; use Drush\Log\LogLevel; class Drup...
eigentor/tommiblog
vendor/drush/drush/src/Boot/DrupalBoot8.php
PHP
gpl-2.0
9,577
/* ** rq_xml_util.h ** ** Written by Brett Hutley - [email protected] ** ** Copyright (C) 2009 Brett Hutley ** ** This file is part of the Risk Quantify Library ** ** Risk Quantify is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public ** License as published by t...
stimuli/riskquantify
src/rq/rq_xml_util.h
C
gpl-2.0
1,346
<!DOCTYPE html> <html class=""> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="/css/styles.css?0" media="all" /> <link rel="stylesheet" href="/css/demo.css?0" media="all" /> <!-- Begin Pattern Lab (Required for...
aakb/genlydaarhus
styleguide/patterns/00-elements-buttons-button-secondary-light/00-elements-buttons-button-secondary-light.html
HTML
gpl-2.0
3,319
// _________ __ __ // / _____// |_____________ _/ |______ ____ __ __ ______ // \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ // / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ | // /_______ /|__| |__| (____ /__| (____ /\___ /|____//...
Stratagus/Stratagus
src/ui/mainscr.cpp
C++
gpl-2.0
33,991
function isPrime(n) { if (n === 2) { return true; } if (n % 2 === 0 || n === 1) { return false; } for (var i = 3; i <= Math.sqrt(n); i += 2) { if (n % i === 0) { return false; } } return true; } function nthPrimeNumber(n) { if (n <= 0) { throw new Error('M...
pbjr23/project-euler-js
pr7.js
JavaScript
gpl-2.0
536
<?php /** * glFusion CMS * * UTF-8 Language File for Calendar Plugin * * @license GNU General Public License version 2 or later * http://www.opensource.org/licenses/gpl-license.php * * Copyright (C) 2008-2018 by the following authors: * Mark R. Evans mark AT glfusion DOT org * * Based on prior work Copyright ...
glFusion/glfusion
private/plugins/calendar/language/finnish_utf-8.php
PHP
gpl-2.0
9,331
/***************************************************************************** * xa.c : xa file demux module for vlc ***************************************************************************** * Copyright (C) 2005 Rémi Denis-Courmont * $Id$ * * Authors: Rémi Denis-Courmont <rem # videolan.org> * * This progra...
r1k/vlc
modules/demux/xa.c
C
gpl-2.0
7,523
body{ font-size:12px; font-family:tahoma; color:#6d6d6d; padding:0px; margin:0px; } table,td,tr,th,input,select,div,span,textarea{ font-family:tahoma; font-size:12px; } input{ text-align:center; } input[type=text],input[type=password]{ width:200px; } form{ padding:0px; margin:0px; } ...
sbazzaza/tournama
src/web/root/styles/main.css
CSS
gpl-2.0
2,447
/* * Copyright (C) 2008-2010 Surevine Limited. * * Although intended for deployment and use alongside Alfresco this module should * be considered 'Not a Contribution' as defined in Alfresco'sstandard contribution agreement, see * http://www.alfresco.org/resource/AlfrescoContributionAgreementv2.pdf * * This p...
surevine/alfresco-repository-client-customisations
config/alfresco/webscripts/com/surevine/svTheme/configuration/configuration.get.js
JavaScript
gpl-2.0
2,004
/* * Copyright 2001-2009 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...
TheTypoMaster/Scaper
openjdk/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp
C++
gpl-2.0
9,597
<?php $widget = $vars["entity"]; // get widget settings $count = (int) $widget->wire_count; $filter = $widget->filter; if ($count < 1) { $count = 8; } $options = array( "type" => "object", "subtype" => "thewire", "limit" => $count, "full_view" => false, "pagination" => false, "view_type_toggle" => false ); ...
3lywa/gcconnex
mod/thewire_tools/views/default/widgets/index_thewire/content.php
PHP
gpl-2.0
955
<?php /* * Template Name: Blog */ get_header(); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="blog"> <?php get_template_part( 'content', 'introtext' ); ?> <section class="features"> <div class="container" role="main"> <div class="row"> <div class="span9"> ...
thinkluke/retailexpress
wp-content/themes/retailexpress/single.php
PHP
gpl-2.0
677
<!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_04) on Wed Jul 02 15:54:03 IDT 2014 --> <title>com.codename1.payment Class Hierarchy (Codename One API)</title> <meta name="date" conte...
skyHALud/codenameone
CodenameOne/javadoc/com/codename1/payment/package-tree.html
HTML
gpl-2.0
4,831
<?php function uwpf_delete_plugin() { delete_option('uwpf_options'); } function uwpf_init(){ register_setting( 'uwpf_plugin_options', 'uwpf_options', 'uwpf_validate' ); } function requires_wordpress_version() { global $wp_version; $plugin = plugin_basename( __FILE__ ); $plugin_data = ge...
maewna/food-sawasdee
wp-content/plugins/ultimate-wp-filter/uwpf_functions.php
PHP
gpl-2.0
714
<?php if ( !class_exists( 'RWMB_Field ' ) ) { class RWMB_Field { /** * Add actions * * @return void */ static function add_actions() {} /** * Enqueue scripts and styles * * @return void */ static function admin_enqueue_scripts() {} /** * Show field HTML * * @param array $f...
marcosalm/digiwall
public/wp-content/plugins/meta-box-master/inc/field.php
PHP
gpl-2.0
8,037
<!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 Wed Jan 07 20:17:28 CST 2015 --> <title>Uses of Class gnu.getopt.Getopt</title> <meta name="date" content="2015-01-07"> <link re...
hrsky/PIOT
src/Hermit/doc/gnu/getopt/class-use/Getopt.html
HTML
gpl-2.0
3,842
<!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...
sd44/TaobaoCppQtSDK
doc/classInventoryQueryResponse.html
HTML
gpl-2.0
24,265
/*************************************************************************** ofxdump.cpp ------------------- copyright : (C) 2002 by Benoit Grégoire email : [email protected] *****************************************************...
tectronics/cashbox
libofx/libofx-0.8.2/ofxdump/ofxdump.cpp
C++
gpl-2.0
18,771
// // DO NOT EDIT - generated by simspec! // #ifndef ___ARHOST1X_UCLASS_H_INC_ #define ___ARHOST1X_UCLASS_H_INC_ // -------------------------------------------------------------------------- // // Copyright (c) 2004-2012, NVIDIA Corp. // All Rights Reserved. // // This is UNPUBLISHED PROPRIETARY SOURCE CODE of NVIDIA ...
DmitryADP/diff_qc750
vendor/nvidia/tegra/core/drivers/hwinc/ap20/arhost1x_uclass.h
C
gpl-2.0
109,070
<?php namespace Drupal\dct_user\EventSubscriber; use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Session\AccountInterface; use Drupal\Core\Url; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Reque...
drupaltransylvania/drupal-camp
docroot/modules/custom/dct_user/src/EventSubscriber/NotAuthenticatedEventSubscriber.php
PHP
gpl-2.0
2,780
using System; using Server.Engines.Craft; namespace Server.Items { [Alterable(typeof(DefBlacksmithy), typeof(DualShortAxes))] [FlipableAttribute(0x1443, 0x1442)] public class TwoHandedAxe : BaseAxe { [Constructable] public TwoHandedAxe() : base(0x1443) { ...
kevin-10/ServUO
Scripts/Items/Equipment/Weapons/TwoHandedAxe.cs
C#
gpl-2.0
2,045
class ChangeRoleForUsers < ActiveRecord::Migration def change remove_column :users, :role, :string add_column :users, :role, :string, :default=>'user' end end
cronon/fanfiction
db/migrate/20130831030543_change_role_for_users.rb
Ruby
gpl-2.0
169
#include <string.h> #include <stdlib.h> #include "libterm.h" #include "cursor.h" #include "screen.h" #include "bitarr.h" int cursor_visibility(int tid, int sid, char visibility) { if(SCR(tid, sid).curs_invisible != !visibility) { SCR(tid, sid).curs_invisible = !visibility; if(!record_update(tid, sid, visibility...
atrigent/libterm
src/cursor.c
C
gpl-2.0
3,083
# Find the native LLVM includes and libraries # # Defines the following variables # LLVM_INCLUDE_DIR - where to find llvm include files # LLVM_LIBRARY_DIR - where to find llvm libs # LLVM_CFLAGS - llvm compiler flags # LLVM_LFLAGS - llvm linker flags # LLVM_MODULE_LIBS - list of llvm libs for working wit...
nicolas17/my-clang-tools
cmake/FindLLVM.cmake
CMake
gpl-2.0
4,150
<?php /* Template Name: Full Width */ ?> <?php get_header(); ?> <div class="row"> <div class="sixteen columns"> <div class="single-page" role="main"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <article <?php post_class(); ?>> <?php /*if(!is_front_page()) { WE DONT WANT THIS ?> ...
RPI-Sage-Hillel/Website
wp-content/themes/bartleby-child/fullwidth-page.php
PHP
gpl-2.0
916
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Implementation of the Transmission Control Protocol(TCP). * * Authors: Ross Biro * Fred N. van Kempen, <wa...
ShogoFujii/PS-MPTCP
net/ipv4/tcp_output.c
C
gpl-2.0
99,138
/* Copyright (C) 2005-2006 Jean-Marc Valin File: fftwrap.c Wrapper for various FFTs Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright ...
gabrieldelsaint/uol-messenger
src/libuolfone/wengophone-ng/current/wifo/phapi/speex/libspeex/fftwrap.c
C
gpl-2.0
7,664
#!/usr/bin/python2.3 # This is the short name of the plugin, used as the menu item # for the plugin. # If not specified, the name of the file will be used. shortname = "Moment Curve layout (Cohen et al. 1995)" # This is the long name of the plugin, used as the menu note # for the plugin. # If not specified, the short ...
ulethHCI/GLuskap
plugins/moment_curve.py
Python
gpl-2.0
3,644
/* * IPv6 Address [auto]configuration * Linux INET6 implementation * * Authors: * Pedro Roque <[email protected]> * Alexey Kuznetsov <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published ...
lawnn/Dorimanx-LG-G2-D802-Kernel
net/ipv6/addrconf.c
C
gpl-2.0
130,583
<?php namespace Thru\ActiveRecord\Test\Models; use Thru\ActiveRecord\ActiveRecord; /** * Class TestModel * @var $test_model_id integer * @var $integer_field integer * @var $text_field text * @var $date_field date */ class TestModel extends ActiveRecord { protected $_table = "test_models"; public $tes...
Thruio/ActiveRecord
tests/Models/TestModel.php
PHP
gpl-2.0
409
java -Djava.ext.dirs=reggie-libs -Djava.util.logging.config.file=config/logging.properties -jar reggie-libs/start.jar config/start-reggie.config
paawak/blog
code/jini/unsecure/jini-services/start-reggie.sh
Shell
gpl-2.0
145
// // This file is part of Gambit // Copyright (c) 1994-2016, The Gambit Project (http://www.gambit-project.org) // // FILE: src/libgambit/dvector.h // Doubly-partitioned vector class // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as pu...
robert-7/gambit
library/include/gambit/dvector.h
C
gpl-2.0
2,312
/* Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
Gaojiquan/android_kernel_zte_digger
drivers/video/msm/hdmi_msm.c
C
gpl-2.0
145,025
package newpackage; public class DaneWejsciowe { float wartosc; String argument; public DaneWejsciowe( String argument,float wartosc) { this.wartosc = wartosc; this.argument = argument; } }
Zajcew/SystemEkspertowy
System Ekspertowy/src/newpackage/DaneWejsciowe.java
Java
gpl-2.0
213