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
require 'cj4r/drivers/daily_publisher_commission.rb' require 'cj4r/drivers/daily_publisher_commission_mapping_registry.rb' class PublisherCommissionServicePortType < ::SOAP::RPC::Driver DefaultEndpointUrl = "https://pubcommission.api.cj.com/services/publisherCommissionService" Methods = [ [ "", "findPub...
norbauer/cj4r
lib/cj4r/drivers/daily_publisher_commission_driver.rb
Ruby
mit
1,969
/****************************************************************************** File: ExtCall.cpp Description: Implementation of the Interpreter class' generic external call primitive methods (but see also ExternalCall.asm). ******************************************************************************/ #inclu...
shoshanatech/Dolphin
Core/DolphinVM/extcall.cpp
C++
mit
41,254
<p>You can bind our <code>NgbPagination</code> component with slicing the data list</p> <table class="table table-striped"> <thead> <tr> <th scope="col">#</th> <th scope="col">Country</th> <th scope="col">Area</th> <th scope="col">Population</th> </tr> </thead> <tbody> <tr *ngFor="let count...
fbasso/ng-bootstrap
demo/src/app/components/table/demos/pagination/table-pagination.html
HTML
mit
1,139
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * @author Lloric Mayuga Garcia <emorickfighter@gmail.com> */ class Migration_Report_info extends CI_Migration { const CI_DB_TABLE = 'report_info'; public function __construct($config = array()) { par...
lloricode/ci-capstone
application/migrations/20170411093534_report_info.php
PHP
mit
1,909
{{extend 'layout.html'}} <h2>{{=response.title}}</h2> <form method=POST> <textarea name=sql cols=90 rows=10>{{=sql or ""}}</textarea><br> <input type=submit value="Execute SQL"> </form> {{ if error: }} <div class=error style="margin-left:0px"> {{=repr(error).replace("\n", "<br>")}} </div> {{ pass ...
ccpgames/eve-metrics
web2py/applications/evemetrics/views/default/SafeSQL.html
HTML
mit
887
import Vector from '../../../../src/lib/Vector'; import Utils from '../../../../src/lib/Utils'; import Perlin from '../../../../src/lib/Perlin'; export default class FlowField { constructor(w, h, z, resolution, source, cbInit) { this.ctx; this.width = w; this.height = h; this.field = []; this.re...
GorillaBus/PhySim
projects/local/noc-tests/lib/FlowField.js
JavaScript
mit
7,895
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSObject-Protocol.h" @protocol XDComponentIdentifying <NSObject> + (id)defaultIdentifier; - (id)identifier; @end
liyong03/YLCleaner
YLCleaner/Xcode-RuntimeHeaders/XDInterface/XDComponentIdentifying-Protocol.h
C
mit
266
/* encodeErgeHssCellLines.h was originally generated by the autoSql program, which also * generated encodeErgeHssCellLines.c and encodeErgeHssCellLines.sql. This header links the database and * the RAM representation of objects. */ /* Copyright (C) 2008 The Regents of the University of California * See README in...
hillerlab/GenomeAlignmentTools
kent/src/hg/inc/encode/encodeErgeHssCellLines.h
C
mit
4,129
// The size of Rectangle, Bound etc. class Size { constructor(width, height) { this.type = 'Size' this.width = width this.height = height } set(width, height) { this.width = width this.height = height } } export default Size
jarvisniu/Bu.js
src/math/Size.js
JavaScript
mit
256
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
SUSE/azure-sdk-for-python
azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_peering.py
Python
mit
4,140
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 1.6.0 Author: Sean Ngu Website: http://www.seantheme.com/color-admin-v1.6/admin/ */ var handleEmailToInput = function() { $('#email-to').tagit({ availableTags: ["c++", "java", "php", ...
kamalmahmudi/sia
src/main/webapp/resources/js/email-compose.demo.js
JavaScript
mit
663
--[[ ############################# ## (c) Soner ## ## EasyIni ## ############################# ]]-- EasyIni = {} EasyIni.__index = EasyIni function EasyIni:LoadFile(filename, ignoreExists) -- traceback() local self = setmetatable({},EasyIni) if not(ignoreExists) then if not fileExists(filenam...
ReWrite94/iLife
client/Classes/Hud/cIni.lua
Lua
mit
2,565
--- title: Faster Recruiting --- With the rise of React, it's become easier to find talented developers who are skilled in React, than developers who are skilled in various flavors of CMS UI development frameworks. Jesus Olivas, the Head of Engineering at WeKnow, a 40-person agency based in San Diego, CA, [explains](...
gatsbyjs/gatsby
docs/docs/using-gatsby-professionally/faster-recruiting.md
Markdown
mit
543
var assert = require('assert') var parse = require('../') // test parser assert.equal(parse('***foo***'), '<p><strong><em>foo</em></strong></p>\n') assert.equal(parse('# **blah**'), '<h1><a name="--blah--"></a><strong>blah</strong></h1>\n') assert.equal(parse('Blah blah\n-----'),...
rlidwka/render-readme
test/test.js
JavaScript
mit
1,538
using UnityEngine; using System.Collections; public class Telecommande : MonoBehaviour { #pragma warning disable 0414 private vrCommand m_MyCommand; #pragma warning restore 0414 private vrWebView m_webView; private vrValue CommandHandler(vrValue iValue) { print("HTML Button was clicked"); m_webView.Ex...
nhurman/avalon
Kerpape_HR/Assets/Scripts/Telecommande.cs
C#
mit
531
const name = 'wizard'; describe("Metro 4 :: Wizard", () => { it('Component Initialization', ()=>{ cy.visit("cypress/"+name+".html"); }) })
ridjohansen/Metro-UI-CSS
cypress/integration/components/wizard.js
JavaScript
mit
155
<div class="row"> <div class="medium-12 columns"> <label>{{ label }}{{# required }} <span style="font-weight:normal" title="{{ lang.required }}">*</span>{{/ required}} <input name="{{ name }}" value="{{ value }}" type="text" placeholder="{{ placeholder }}" style="width:{{ width }}"> </label> </div> </div>
helmut/forms
src/Fields/Text/templates/foundation/text.mustache.php
PHP
mit
316
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES ('AFN', 'Afgani Afganistan'); INSERT INTO "list" ("id", "value") VALUES ('AFA', 'Afgani Afganistan (1927–2002)'); INSERT INTO "list" ("id", "value") VALUES ('ALK', 'Albanian Lek (1946–196...
umpirsky/currency-list
data/id_ID/currency.sqlite.sql
SQL
mit
20,806
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example62-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular-sanitize.js"></script> <script ...
ProjectGinsberg/dashboard-open
lib/angular/docs/examples/example-example62/index-production.html
HTML
mit
994
module.exports={"title":"R","hex":"276DC3","source":"https://www.r-project.org/logo/","svg":"<svg aria-labelledby=\"simpleicons-r-icon\" role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title id=\"simpleicons-r-icon\">R icon</title><path d=\"M12 18.82c-6.627 0-12-3.598-12-8.037s5.373-8.037 12-8....
cdnjs/cdnjs
ajax/libs/simple-icons/1.9.12/r.js
JavaScript
mit
870
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = requirePropFactory; function requirePropFactory(componentNameInError) { if (process.env.NODE_ENV === 'production') { return () => null; } const requireProp = requiredProp => (props, propName, componentName, loc...
cdnjs/cdnjs
ajax/libs/material-ui/5.0.0-alpha.14/node/utils/requirePropFactory.js
JavaScript
mit
662
import type { DragDropMonitor, DragSource, Identifier } from 'dnd-core'; import type { Connector } from '../../internals'; import type { DragSourceMonitor } from '../../types'; import type { DragSourceHookSpec } from '../types'; export declare class DragSourceImpl<O, R, P> implements DragSource { spec: DragSou...
cdnjs/cdnjs
ajax/libs/react-dnd/15.0.2/types/hooks/useDrag/DragSourceImpl.d.ts
TypeScript
mit
667
require 'require_relative' if RUBY_VERSION[0,3] == '1.8' require_relative 'acceptance_helper' describe "Delete your account" do include AcceptanceHelper before do @u = Fabricate(:user) @update = Fabricate(:update) @u.feed.updates << @update log_in_username(@u) end it "lets you delete your acc...
carols10cents/rstat.us
test/acceptance/account_deletion_test.rb
Ruby
cc0-1.0
2,052
//>>built define({"widgets/Stream/setting/nls/strings":{_widgetLabel:"Ruscello",streamControls:"Controlli streaming",streamFilter:"Filtro",startStreaming:"Avvia streaming",stopStreaming:"Interrompi streaming",streamLayers:"Layer di flusso",startStopStream:"Attiva opzione Interrompi streaming o Avvia streaming",clearStr...
SARscene/MapSAROnlinev4
Web Mapping Application/widgets/Stream/setting/nls/Setting_it.js
JavaScript
cc0-1.0
1,085
(function() { var cx = scriptParams.google_search_engine_id; //var cx = '007604623310582658229:j5pu9nxyssu'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + ...
visitmost/visitmost.github.io
wp-content/plugins/wp-google-search/assets/js/google_cse_v2.js
JavaScript
cc0-1.0
468
package com.enderio.core.common.compat; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import lombok.AccessLevel; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Value; import org.apache.commons.lang3.ArrayUtils; im...
minecreatr/EnderCore
src/main/java/com/enderio/core/common/compat/CompatRegistry.java
Java
cc0-1.0
3,350
# Listă de cursuri, seminarii și modele de examen pentru Facultatea de Matematică și Informatică Toate linkurile sunt funcționale și vor fi hostate pe Dropbox-ul meu. Cele mai bune resurse în afară de wiki-ul meu mai sunt: * https://github.com/aliasbind/Sesiune * http://fmi.is-a-geek.net/ - am făcut și un [mirror](ht...
Vlaaaaaaad/fmi-1
README.md
Markdown
cc0-1.0
1,439
/** * 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....
paulianttila/openhab2
bundles/org.openhab.binding.hydrawise/src/main/java/org/openhab/binding/hydrawise/internal/api/model/StatusScheduleResponse.java
Java
epl-1.0
1,330
/******************************************************************************* * 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...
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer/src/com/ibm/ws/webcontainer/extension/ExtHandshakeVHostExtensionProcessor.java
Java
epl-1.0
1,879
/* * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
522986491/yangtools
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/transform/FromNormalizedNodeSerializerFactory.java
Java
epl-1.0
2,724
/** * Copyright (c) 2005-2013 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ /* * Created on 13/07/2005 */...
fabioz/Pydev
plugins/org.python.pydev.core/src/org/python/pydev/core/docutils/ParsingUtils.java
Java
epl-1.0
38,039
function fileSelect(evt) { alert("hep"); if (window.File && window.FileReader && window.FileList && window.Blob) { var files = evt.target.files; var result = ''; var file; for (var i = 0; file = files[i]; i++) { // if the file is not an image, continue // ...
halla/synapticle
html/js/readfile.js
JavaScript
epl-1.0
2,364
/** * 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....
MikeJMajor/openhab2-addons-dlinksmarthome
bundles/org.openhab.binding.modbus.e3dc/src/main/java/org/openhab/binding/modbus/e3dc/internal/handler/E3DCWallboxThingHandler.java
Java
epl-1.0
11,912
/** * Copyright (c) 2010-2020 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....
openhab/openhab
bundles/binding/org.openhab.binding.cardio2e/src/main/java/org/openhab/binding/cardio2e/internal/code/Cardio2eHvacControlTransaction.java
Java
epl-1.0
12,444
/** * Copyright 2016 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.text.highlight.encoder; import java.awt.Color; import java.io.OutputStream; import java.util.Map; import o...
jerr/jbossforge-core
text/src/main/java/org/jboss/forge/addon/text/highlight/encoder/TerminalEncoder.java
Java
epl-1.0
2,323
/* * Copyright (c) 2015-2018 Red Hat, Inc. * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc. - initial API a...
akervern/che
dashboard/src/app/workspaces/list-workspaces/list-workspaces.controller.ts
TypeScript
epl-1.0
10,895
/****************************************************************************** * Copyright (c) 2000-2016 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...
BenceJanosSzabo/titan.core
regression_test/BER_x682/MyPort1.cc
C++
epl-1.0
1,816
// Copyright © Syterra Software Inc. All rights reserved. // The use and distribution terms for this software are covered by the Common Public License 1.0 (http://opensource.org/licenses/cpl.php) // which can be found in the file license.txt at the root of this distribution. By using this software in any fashion, you ...
unclebob/nslim
source/unitTest/slim/ParseOperatorsTest.cs
C#
epl-1.0
2,207
if(!ORYX.Plugins){ORYX.Plugins=new Object() }ORYX.Plugins.BPMN2XPDL20=ORYX.Plugins.AbstractPlugin.extend({construct:function(){arguments.callee.$.construct.apply(this,arguments); this.facade.offer({name:ORYX.I18N.BPMN2XPDL.xpdlExport,functionality:this.transform.bind(this),group:ORYX.I18N.BPMN2XPDL.group,dropDownGroupI...
asantoya/jbpm
src/main/webapp/org.jbpm.designer.jBPMDesigner/js/Plugins/bpmn2xpdl20-min.js
JavaScript
epl-1.0
2,612
html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; height: 100%; padding-top: 35px; } .table>tbody>tr>td { padding: 3px; } .table-bordered>tbody>tr>td { border: 2px solid #060606; } td.cue-cell { width: 90px; max-width: 100px; height: 50px; max-height: 60px; ...
dandaka/afterglow
resources/public/css/screen.css
CSS
epl-1.0
2,090
package name.abuchen.portfolio.ui.util; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.ZoneId; import java.util.Date; import org.eclipse.jface.databinding.swt.WidgetValueProperty; import org.eclipse.nebula.widgets.cdatetime.CDateTime; import org.eclipse.swt.SWT; import org.eclipse.swt.wi...
simpsus/portfolio
name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/util/SimpleDateTimeSelectionProperty.java
Java
epl-1.0
2,037
/******************************************************************************* * Copyright (c) 2017,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, and...
OpenLiberty/open-liberty
dev/com.ibm.ws.concurrent_fat/test-bundles/test.resource/src/test/resource/internal/TestResource.java
Java
epl-1.0
4,868
/******************************************************************************* * 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...
OpenLiberty/open-liberty
dev/com.ibm.ws.jaxrs.2.1.cdi.2.0_fat/test-applications/interceptorapp/src/jaxrs21/fat/interceptor/InterceptorTestServlet.java
Java
epl-1.0
7,345
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Verifiable Secret Sharing</title> </head> <body> <h1>Verifiable Secret Sharing</h1> <p> The <b>Verifiable S...
kevinott/crypto
org.jcryptool.visual.verifiablesecretsharing/nl/en/help/content/index.html
HTML
epl-1.0
5,284
/****************************************************************************** * Copyright (c) 2000-2016 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...
BenceJanosSzabo/titan.core
core/TEXT.cc
C++
epl-1.0
9,846
/******************************************************************************* * Copyright (c) 2017, 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...
OpenLiberty/open-liberty
dev/com.ibm.websphere.security.wim.base/src/com/ibm/wsspi/security/wim/model/Country.java
Java
epl-1.0
11,612
############################################################################## # Copyright (c) 2000-2016 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 available ...
BenceJanosSzabo/titan.core
etc/scripts/tpd_graph_xml2dot.py
Python
epl-1.0
978
package org.jboss.windup.rules.annotationtests.complex; import javax.annotation.sql.DataSourceDefinition; import javax.annotation.sql.DataSourceDefinitions; /** * @author <a href="mailto:dklingenberg@gmail.com">David Klingenberg</a> */ @DataSourceDefinitions({ @DataSourceDefinition( name = "...
windup/windup
rules-java/tests/src/test/resources/org/jboss/windup/rules/annotationtests/complex/AnnotationMultipleDs.java
Java
epl-1.0
1,230
/******************************************************************************* * Copyright (c) 2019 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...
OpenLiberty/open-liberty
dev/com.ibm.ws.jaxrs.2.0_fat/test-applications/beanvalidation/src/com/ibm/ws/jaxrs/fat/beanvalidation/BookStoreWithValidation.java
Java
epl-1.0
4,343
/******************************************************************************* * Copyright (c) 2000, 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
boniatillo-com/PhaserEditor
source/thirdparty/jsdt/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/core/DeltaProcessingState.java
Java
epl-1.0
21,933
/******************************************************************************* * 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...
OpenLiberty/open-liberty
dev/com.ibm.ws.jsf.2.2/src/org/apache/myfaces/shared/renderkit/html/package-info.java
Java
epl-1.0
635
package rlpark.example.demos.scheduling; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import rlpark.plugin.rltoys.experiments.scheduling.interfaces.JobDoneEvent; import rlpark.plugin.rltoys.experiments.scheduling.queue.LocalQueue; import rlpark.plugin.rltoys.experiments.scheduling.sch...
rlpark/rlpark
rlpark.example.demos/src/rlpark/example/demos/scheduling/LocalScheduling.java
Java
epl-1.0
1,248
# SEMSPortal Binding This binding can help you include statistics of your SEMS / GoodWe solar panel installation into openHAB. It is a read-only connection that maps collected parameters to openHAB channels. It provides current, day, month and total yields, as well as some income statistics if you have configured th...
paulianttila/openhab2
bundles/org.openhab.binding.semsportal/README.md
Markdown
epl-1.0
5,247
/******************************************************************************* * 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...
OpenLiberty/open-liberty
dev/com.ibm.ws.kernel.boot.core/src/com/ibm/ws/kernel/boot/jmx/service/MBeanServerPipeline.java
Java
epl-1.0
1,349
/* * SupportPac MS0S * (c) Copyright IBM Corp. 2007. All rights reserved. * * Created on Jan 29, 2007 * */ package com.ibm.mq.explorer.ms0s.mqscscripts.pages; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import com.ibm.mq.explorer.ui.extensions.ContentPage; import com.ibm.mq.explorer.u...
ibm-messaging/mq-mqsc-editor-plugin
com.ibm.mq.explorer.ms0s.mqscscripts/src/com/ibm/mq/explorer/ms0s/mqscscripts/pages/FileContentPageFactory.java
Java
epl-1.0
1,114
package p; interface I { default strictfp void m() { } } abstract class A implements I { }
khatchad/Migrate-Skeletal-Implementation-to-Interface-Refactoring
edu.cuny.citytech.defaultrefactoring.tests/resources/MigrateSkeletalImplementationToInterface/testStrictFPMethod/out/A.java
Java
epl-1.0
94
#!/usr/bin/env python3 # This is a simple command line script that can be used to backup the # TACTIC database. It is independent of TACTIC, so can be run on # servers where TACTIC is not install with the database. import datetime import os import time import subprocess import tacticenv from pyasm.common import Env...
Southpaw-TACTIC/TACTIC
src/install/backup/tactic_backup.py
Python
epl-1.0
4,220
"""A library of helper functions for the CherryPy test suite.""" import datetime import io import logging import os import re import subprocess import sys import time import unittest import warnings import portend import pytest import six from cheroot.test import webtest import cherrypy from cherrypy._cpcompat impo...
Southpaw-TACTIC/TACTIC
3rd_party/python2/site-packages/cherrypy/test/helper.py
Python
epl-1.0
17,316
--- name: Release📦 about: Create new release issue for Eclipse Che title: '' labels: 'kind/release' assignees: '' --- ### List of pending issues / PRs * [ ] description #xxx https://github.com/eclipse/che/issues/xxx ### Release status The following will be released via [che-release](https://github.com/eclipse/che-...
codenvy/che
.github/ISSUE_TEMPLATE/release.md
Markdown
epl-1.0
6,302
/******************************************************************************* * Copyright (c) 2014, 2014 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...
fredyw/goclipse
plugin_ide.core/src-lang/melnorme/lang/ide/core/utils/prefs/PreferencesLookupHelper.java
Java
epl-1.0
2,690
//***************************************************************************** // //! \file xdebug.h //! \brief Drivers for assisting debug of the peripheral library. //! \version V2.2.1.0 //! \date 11/20/2011 //! \author CooCox //! \copy //! //! Copyright (c) 2011, CooCox //! All rights reserved. //! /...
sangwook236/general-development-and-testing
hw_dev/processor/arm/ext/test/stm32_emide/CoX_Peripheral/src/xdebug.c
C
gpl-2.0
2,699
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
LG-V10/LGV10__pplus_msm8992_kernel
drivers/media/platform/msm/camera_v2/camera/camera.c
C
gpl-2.0
21,596
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.com.etec.util.view; /** * * @author dfelix3 */ public class Utils { public static final int PAGE_SIZE = 10; }
diegoneri/ctps-atribuicao
src/main/java/br/com/etec/util/view/Utils.java
Java
gpl-2.0
229
{- | Module : ./HasCASL/Builtin.hs Description : builtin types and functions Copyright : (c) Christian Maeder and Uni Bremen 2003 License : GPLv2 or higher, see LICENSE.txt Maintainer : Christian.Maeder@dfki.de Stability : experimental Portability : portable HasCASL's builtin types and functions ...
spechub/Hets
HasCASL/Builtin.hs
Haskell
gpl-2.0
10,052
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README * * Trivial changes by Alan Cox to remove EHASHCOLLISION for compatibility * * Trivial Changes: * Rights granted to Hans Reiser to redistribute under other terms providing * he accepts all liability including but not limited to patent, fit...
alexbousso/kernel_2.4.18-14
fs/reiserfs/namei.c
C
gpl-2.0
41,942
<?php interface AdminCourseAction { public function getAdminActionURL(); /** * Defines if the Plugin wants to use the multimode to edit multiple courses at once. * @return boolean|string: false, if multimode is not important, else true. But you can also set it to a string (means true) that is the la...
pawohl/studip
lib/plugins/core/AdminCourseAction.class.php
PHP
gpl-2.0
808
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program i...
hschauhan/xvisor-uboot
arch/arm/cpu/arm720t/interrupts.c
C
gpl-2.0
7,066
class AdministradorsController < ApplicationController def index if session[:usuario] == nil then render :'app_principal/login' return end @admin_activo = "active open" @admin_revisar_activo = "active" @btnBarraAdmin = true @titulo = "Gestión de administradores" @admins = Admi...
mawich07/dakar
app/controllers/administradors_controller.rb
Ruby
gpl-2.0
4,460
/* * Linux INET6 implementation * FIB front-end. * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * 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 ...
u9621071/kernel-uek-UEK3
net/ipv6/route.c
C
gpl-2.0
78,720
/* Copyright (C) 2008-2016 Vana Development Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT...
retep998/Vana
src/channel_server/login_server_session.hpp
C++
gpl-2.0
1,160
/*************************************************************************/ /*! @File @Title RGX Transfer queue Functionality @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved @Description Header for the RGX Transfer queue Functionality @License Dual MIT/GPLv2 The conte...
jmztaylor/android_kernel_amazon_ariel
drivers/gpu/mt8135/rgx_1.3_2876724/services/server/devices/rgx/rgxtransfer.h
C
gpl-2.0
5,431
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ body { /* Font */ font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; font-size: 12px; /* Text color */ color: #333; /* Remove the background color ...
TamasSzekeres/immense-meadow-9798
public/assets/ckeditor/contents.css
CSS
gpl-2.0
1,968
# Makefile for client-syslog # Daniel B. Cid <dcid@ossec.net> PT=../ NAME=ossec-csyslogd include ../Config.Make LOCAL = *.c OBJS = ${OS_CONFIG} ${OS_SHARED} ${OS_NET} ${OS_REGEX} ${OS_XML} default: ${CC} ${CFLAGS} ${OS_LINK} ${LOCAL} ${OBJS} -o ${NAME} clean: ${CLEAN} build: ${BUILD}
dcid/ossec-hids
src/os_csyslogd/Makefile
Makefile
gpl-2.0
297
/** * @file * Display Suite PW Two Rows Content and Sidebar stacked stylesheet. */ .ds-header { /* Styles for the "header" region go here */ } .ds-left-1 { /* Styles for the "left-1" region go here */ } .ds-right-1 { /* Styles for the "right-1" region go here */ } .ds-inbetween { /* Styles for the "inbet...
ver-di/svwatch
sites/all/themes/custom/parliamentwatch/ds_layouts/pw_with_sidebar_2rows_stacked/pw_with_sidebar_2rows_stacked.css
CSS
gpl-2.0
537
//========================== Open Steamworks ================================ // // This file is part of the Open Steamworks project. All individuals associated // with this project do not claim ownership of the contents // // The code, comments, and all related files, projects, resources, // redistributables includ...
twominutesalad/aIW-Pi
Development/osw/ISteamGameCoordinator001.h
C
gpl-2.0
2,187
__doc__ = """Random number array generators for numarray. This package was ported to numarray from Numeric's RandomArray and provides functions to generate numarray of random numbers. """ from RandomArray2 import *
fxia22/ASM_xf
PythonD/site_python/numarray/random_array/__init__.py
Python
gpl-2.0
218
/* * cmodlistview_moc.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * * License: GNU General Public License v2.0 or later * Full text of license available in license.txt file, in main folder * */ #include "StdInc.h" #include "cmodlistview_moc.h" #include "ui_cmodlistview_moc.h" #in...
ArseniyShestakov/vcmi
launcher/modManager/cmodlistview_moc.cpp
C++
gpl-2.0
21,268
/* Copyright (C) 1997-2001 Id Software, 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 License, or (at your option) any later version. This program is distributed in th...
qbism/coopx
src/common/msg.c
C
gpl-2.0
64,865
// $Id$ (function ($) { /** * Toggles the collapsible region. */ Drupal.behaviors.mementoAdminToggle = { attach: function (context, settings) { $('.collapsible-toggle a, context').click(function() { $('#section-collapsible').toggleClass('toggle-active').find('.region-collapsible').slideToggle('f...
geoffreygevalt/ywp
sites/all/themes/at_memento/js/scripts.js
JavaScript
gpl-2.0
1,253
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +---------------------...
alfonsom/ccdrupal
sites/all/modules/civicrm/CRM/Campaign/Form/Search/Petition.php
PHP
gpl-2.0
3,864
#!/bin/sh REQUEST="" while read name do LINE=`echo "$name" | egrep -i "[a-z:]"` if [ -z "$LINE" ] then break fi echo "$name" >> scripts/logs/iis.log NEWREQUEST=`echo "$name" | grep "GET .scripts.*cmd.exe.*dir.* HTTP/1.0"` if [ ! -z "$NEWREQUEST" ] ; then REQUEST=$NEWREQUEST fi done if [ -z "$REQUEST" ] ; t...
Banjong1990/honey
scripts/backdoors/web.sh
Shell
gpl-2.0
2,138
<?php /** * DNS Library for handling lookups and updates. * * Copyright (c) 2020, Mike Pultz <mike@mikepultz.com>. All rights reserved. * * See LICENSE for more details. * * @category Networking * @package Net_DNS2 * @author Mike Pultz <mike@mikepultz.com> * @copyright 2020 Mike Pultz <mike@mikepultz....
Cacti/plugin_mactrack
Net/DNS2/RR/CDNSKEY.php
PHP
gpl-2.0
731
<?php /** * SpecialMobileWebApp.php */ /** * Get raw mobile formatted content for App */ class SpecialMobileWebApp extends MobileSpecialPage { /** * Construct function */ public function __construct() { parent::__construct( 'MobileWebApp' ); } /** * Render the special page * @param string|null $par ...
dannypage/datum-club
extensions/MobileFrontend/includes/specials/SpecialMobileWebApp.php
PHP
gpl-2.0
4,923
/* * This file is part of SEconomy - A server-sided currency implementation * Copyright (C) 2013-2014, Tyler Watson <tyler@tw.id.au> * * 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; eith...
tylerjwatson/SEconomy
SEconomyPlugin/Journal/PendingTransactionEventArgs.cs
C#
gpl-2.0
2,635
# # Makefile for RTC class/drivers. # obj-$(CONFIG_RTC_LIB) += rtc-lib.o obj-$(CONFIG_RTC_CLASS) += class.o # Keep the list ordered. obj-$(CONFIG_RTC_DRV_ABRACON) += rtc-abracon.o obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o obj-$(CONFIG_RTC_DRV_JZ474...
masahir0y/barebox-yamada
drivers/rtc/Makefile
Makefile
gpl-2.0
339
// // RECommonFunctions.h // RESideMenu // // Copyright (c) 2013-2014 Roman Efimov (https://github.com/romaonthego) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, ...
loiwu/MEUM
iMEUM/iMEUM/3rd/RESideMenu/RECommonFunctions.h
C
gpl-2.0
1,721
/* * Copyright (C) 2015-2016 Team Kodi * http://kodi.tv * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * T...
koying/xbmc
xbmc/input/joysticks/IKeymapHandler.h
C
gpl-2.0
2,472
# Django 모델 이번에 우리가 만들고자 하는 부분은 블로그 내 모든 포스트를 저장하는 부분이에요. 먼저 우리는 `객체(object)`에 대해서 조금 알고 있어야해요. ## 객체(Object) 프로그래밍 개발 방법 중에는 `객체 지향 프로그래밍`이라 부르는 개념이 있어요. 이 개발 방법은 프로그램이 어떻게 작동해야하는지 모든 것을 하나하나 지시하는 것 대신, 모델을 만들어 그 모델이 어떤 역할을 가지고 어떻게 행동해야하는지 정의하여 서로 알아서 상호작용할 수 있도록 만드는 것입니다. 그렇다면 객체란 무엇일까요? 객체란 속성과 행동을 모아놓은 것이라고 할 수...
humitos/argentinaenpython.com.ar
djangogirls/tutorial/crowdin/ko/django_models/README.md
Markdown
gpl-2.0
11,074
/* * 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")...
skyHALud/codenameone
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/drlvm/vm/jitrino/src/optimizer/optarithmetic.h
C
gpl-2.0
7,121
<?php /** * Pro features meta box. * * @package WP_Smush * * @var string $upsell_url Upsell URL. */ if ( ! defined( 'WPINC' ) ) { die; } ?> <ul class="smush-pro-features"> <li class="smush-pro-feature-row"> <div class="smush-pro-feature-title"> <?php esc_html_e( 'Super-smush lossy compression', 'wp-smu...
isabisa/nccdi
wp-content/plugins/wp-smushit/app/views/meta-boxes/pro-features/meta-box.php
PHP
gpl-2.0
3,559
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ #include "base/utility.hpp" #include <chrono> #include <BoostTestTargetConfig.h> using namespace icinga; BOOST_AUTO_TEST_SUITE(base_utility) BOOST_AUTO_TEST_CASE(parse_version) { BOOST_CHECK(Utility::ParseVersion("2.11.0-0.rc1.1") == "2.11.0"); BOOST_CHECK(Utility::P...
bebehei/icinga2
test/base-utility.cpp
C++
gpl-2.0
2,303
@import url(framing.css); @import url(pretty.css);
rydnr/queryj-rt
docs/slides/ui/themes/default/hook.css
CSS
gpl-2.0
50
CFILES = client.c socket.c OFILES = client.o socket.o LDFLAGS = -lcurses ECHO = /bin/echo MV = /bin/mv TOUCH = touch CC = gcc -Wall -pedantic all : client @${ECHO} AberMUD5 client is up to date. client : ${OFILES} ${CC} ${LDFLAGS} ${OFILES} @${TOUCH} client @${MV} client client.old @${MV} a.out...
facet42/AberMUD
Original/AberClient/Makefile
Makefile
gpl-2.0
370
/* This file is part of Warzone 2100. Copyright (C) 1999-2004 Eidos Interactive Copyright (C) 2005-2009 Warzone Resurrection Project Warzone 2100 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 ver...
venkatarajasekhar/wzgraphicsmods
src/loop.c
C
gpl-2.0
21,078
/******************************************************************************* Intel(R) 82576 Virtual Function Linux driver Copyright(c) 2009 - 2012 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, ...
vladzcloudius/net-next
drivers/net/ethernet/intel/igbvf/netdev.c
C
gpl-2.0
77,706
<?php class FB_Recommendations_Widget extends WP_Widget { function FB_Recommendations_Widget() { /* Widget settings. */ $widget_ops = array( 'classname' => 'share_links', 'description' => 'Display the Facebook Recommendations on your website.' ); /* Widget control settings. */ $control_ops = array( '...
dhustlerz/dhustlerzBlog
wp-content/plugins/social-share/facebookwidgets/recommendations.inc.php
PHP
gpl-2.0
6,974
/* * linux/drivers/clocksource/arm_arch_timer.c * * Copyright (C) 2011 ARM Ltd. * 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 as * published by the Free Software Foundation. */ #include <linux/i...
markyzq/linux-3.14
drivers/clocksource/arm_arch_timer.c
C
gpl-2.0
20,205
/* * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2012 Jean-Pierre Charras, jean-pierre.charras@ujf-grenoble.fr * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com> * Copyright (C) 2012 Wayne Stambaugh <stambaughw@verizon.net> * Copyright (C...
johnbeard/kicad-git
pcbnew/controle.cpp
C++
gpl-2.0
12,246
static int cmp1(const void *p, const void *q); int main (int argc, char *argv[]) { int i,y; int NrOfLots; int *lots; if (argc < 5) { printf("Dette programet splitter opp en urdil pasert på hovedlot.\n\n\tUsage:\n\tSplittUdfileByLot udfile filmedLoter filutenlotter lotnomre...\n\n");...
bowlofstew/enterprise-search
src/SplittUdfileByLot/main.c
C
gpl-2.0
872
/* uinfo.cc: user info (uid, gid, etc...) This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" #include <iptypes.h> #include <lm.h> #include <ntsecapi.h> #include <wininet.h> #inc...
travisg/newlib
winsup/cygwin/uinfo.cc
C++
gpl-2.0
82,403