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
flock.synth({ synthDef: { ugen: "flock.ugen.sin", freq: { ugen: "flock.ugen.value", rate: "audio", value: 400, add: { ugen: "flock.ugen.sin", freq: { ugen: "flock.ugen.mouse.cursor", ...
mrtunes/Flocking
demos/playground/demos/fm.js
JavaScript
mit
668
/** * Implementation of built-in Selenide commands. * You can override and add any commands. */ package com.codeborne.selenide.commands;
codeborne/selenide
src/main/java/com/codeborne/selenide/commands/package-info.java
Java
mit
140
## Related projects ### Material-UI Specific Projects - [formsy-material-ui](https://github.com/mbrookes/formsy-material-ui) A Formsy compatibility wrapper for Material-UI form components. - [react-materialui-notifications](https://github.com/puranjayjain/react-materialui-notifications) Spec compliant notifications f...
igorbt/material-ui
docs/src/app/components/pages/discover-more/related-projects.md
Markdown
mit
2,792
<!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_51) on Wed Apr 09 11:30:51 EDT 2014 --> <title>RotationOrder (Javadocs: peasycam)</title> <meta name="date" content="2014-04-09"> <link...
murix/beaglebonequadcopter
quad-processing/libraries/peasycam/reference/peasy/org/apache/commons/math/geometry/RotationOrder.html
HTML
mit
22,315
# simplr-smoothscroll ## [DEMO](http://simov.github.io/simplr-smoothscroll/examples) ## Requirements [jquery-mousewheel](https://github.com/jquery/jquery-mousewheel) ## Usage ```js $(function () { $.srSmoothscroll({ // defaults step: 55, speed: 400, ease: 'swing', target: $('body'), c...
simov/simplr-smoothscroll
README.md
Markdown
mit
1,398
// THIS FILE IS AUTO-GENERATED package service import ( "github.com/brutella/hc/characteristic" ) const TypeCarbonMonoxideSensor = "7F" type CarbonMonoxideSensor struct { *Service CarbonMonoxideDetected *characteristic.CarbonMonoxideDetected } func NewCarbonMonoxideSensor() *CarbonMonoxideSensor { svc := Carbo...
edc1591/gohome
vendor/github.com/brutella/hc/service/carbon_monoxide_sensor.go
GO
mit
539
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Mon Jul 23 13:23:20 2018 @author: BallBlueMeercat """ from distutils.core import setup from Cython.Build import cythonize setup(ext_modules = cythonize('firstderivs_cython.pyx'))
lefthandedroo/Cosmo-models
zprev versions/Models_py_backup/setup.py
Python
mit
243
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Dfm { using System.Collections.Generic; public abstract class DfmFencesBlockPathQueryOption : IDfmFencesBlockPathQueryOption ...
LordZoltan/docfx
src/Microsoft.DocAsCode.Dfm/DfmFencesBlockPathQueryOptions/DfmFencesBlockPathQueryOption.cs
C#
mit
3,847
--- title: Молитвы святых date: 11/02/2019 --- **Свидетельство**: Откр. 8:1–4 «Помните — ни одна смиренная, искренняя молитва веры не остается без внимания; каждую молитву слышат. Псалмопевец молил: „Господи! к Тебе взываю: поспеши ко мне, внемли голосу моления моего, когда взываю к Тебе. Да направится молитва моя...
PrJared/sabbath-school-lessons
src/ru/2019-01-ay/07/03.md
Markdown
mit
4,035
<!DOCTYPE html> <html> <head> <title>FormBuilder Demo</title> <meta charset="utf-8" /> <!-- REQUIRED: jquery, dust-linkedin --> <script src="js/libs.min.js"></script> <script src="js/formbuilder.min.js"></script> <link href="css/formbuilder.css" media="screen" rel="stylesheet" /> <!-- Demo-only styles...
abhikalotra/Symfony-Move-Plus
testmove/test2/dist/index.html
HTML
mit
1,640
// // NUIViewRenderer.h // NUIDemo // // Created by Tom Benner on 11/24/12. // Copyright (c) 2012 Tom Benner. All rights reserved. // #import <Foundation/Foundation.h> #import <QuartzCore/QuartzCore.h> #import "NUISettings.h" @interface NUIViewRenderer : NSObject + (void)render:(UIView*)view withClass:(NSString*...
tutoru/nui
NUI/Core/Renderers/NUIViewRenderer.h
C
mit
621
import cn from 'classnames' import Image from 'next/image' import Link from 'next/link' export default function CoverImage({ title, url, slug }) { const image = ( <Image width={2000} height={1000} alt={`Cover Image for ${title}`} src={url} className={cn('shadow-small', { 'ho...
azukaru/next.js
examples/cms-storyblok/components/cover-image.js
JavaScript
mit
594
{ "ALLOWED_FILE_TYPE": "Only following files are allowed : ", "AUTHORIZATION_REQUIRED": "No estás autorizado para usar el administrador de archivos.", "DIRECTORY_ALREADY_EXISTS": "La carpeta '%s' ya existe.", "DIRECTORY_NOT_EXIST": "La carpeta %s no existe.", "DISALLOWED_FILE_TYPE": "Following f...
zogs/reservem
src/Zogs/UtilsBundle/Resources/public/ckeditor_filemanager/scripts/languages/es.js
JavaScript
mit
3,219
--- title: Tesalónica Y Berea date: 28/08/2018 --- Cuando Pablo y Silas fueron liberados de la cárcel, los misioneros partieron de Filipos (Hech. 16:35-40). De Filipos, Pablo y sus compañeros fueron directamente a Tesalónica, la capital de Macedonia. `Lee Hechos 17:1 al 9. ¿Cómo reaccionaron los judíos de Tesalónic...
PrJared/sabbath-school-lessons
src/es/2018-03/09/04.md
Markdown
mit
5,538
using Microsoft.Extensions.Logging; using Moq; using NBitcoin; using Stratis.Bitcoin.AsyncWork; using Stratis.Bitcoin.Configuration; using Stratis.Bitcoin.Features.BlockStore; using Stratis.Bitcoin.Features.Wallet.Interfaces; using Stratis.Bitcoin.Networks; using Stratis.Bitcoin.Signals; using Stratis.Bitcoin.Tests.Co...
fassadlr/StratisBitcoinFullNode
src/Stratis.Features.FederatedPeg.Tests/Wallet/FederationWalletManagerTests.cs
C#
mit
6,558
#include <lib.h> #define stat _stat #include <sys/stat.h> #include <string.h> PUBLIC int stat(name, buffer) _CONST char *name; struct stat *buffer; { message m; m.m1_i1 = strlen(name) + 1; m.m1_p1 = (char *) name; m.m1_p2 = (char *) buffer; return(_syscall(FS, STAT, &m)); }
ducis/operating-system-labs
src.clean/lib/libc/posix/_stat.c
C
mit
303
export default function promiseMiddleware() { return next => action => { const { promise, type, ...rest } = action; if (!promise) return next(action); const SUCCESS = type + '_SUCCESS'; const REQUEST = type + '_REQUEST'; const FAILURE = type + '_FAILURE'; next({ ...rest, type: REQUEST ...
caljrimmer/financial-redux-app
src/common/api/promiseMiddleware.js
JavaScript
mit
581
--- title: Pulp 2.10.0 Generally Available author: Sean Myers tags: - release - rpm - docker categories: - Releases --- Pulp 2.10.0 is now generally available, and can be downloaded from the Pulp 2.10 stable repositories: <https://repos.fedorapeople.org/repos/pulp/pulp/stable/2.10/> New features for Pulp 2.10...
dkliban/pulpproject.org
_posts/2016-09-15-pulp-2-10-0-generally-available.md
Markdown
mit
4,367
<?php namespace Algolia\Core; class TemplateHelper { private $templates_dir; private $algolia_registry; public function __construct() { $this->templates_dir = plugin_dir_path(__DIR__).'templates/'; $this->algolia_registry = Registry::getInstance(); } public function available_...
2947721120/algoliasearch-wordpress
core/TemplateHelper.php
PHP
mit
2,282
using System; using Tasker.Models.Contracts; namespace Tasker.Models { public class Task : ITask { private int id; private string description; public Task(string description) { this.Description = description; } public int Id { g...
shopOFF/TelerikAcademyCourses
Unit-Testing/Unit-Testing/Topics/02. Test-Driven Development/demos/Tasker/Tasker/Models/Task.cs
C#
mit
971
--- layout: post title: "iOS开发|Xcode插件整理" subtitle: "" author: "Jack" date: 2014-04-22 tag: [iOS, Xcode] header-img: "img/post-img/post-bg-ios.jpg" --- ## Package Manager —— `Alcatraz` 1. Install, paste this into your terminal: `curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/ins...
mushank/Notes
_posts/2014-04-22-iOS开发|Xcode插件整理.md
Markdown
mit
1,815
DROP TABLE IF EXISTS Orders; DROP TABLE IF EXISTS Customers; CREATE TABLE Customers ( customerid CHAR(5) NOT NULL PRIMARY KEY, city VARCHAR(10) NOT NULL ); INSERT INTO Customers(customerid, city) VALUES('FISSA', 'Madrid'); INSERT INTO Customers(customerid, city) VALUES('FRNDO', 'Madrid'); INSERT INTO Cu...
kanghj/alasql
test/test198-1.sql
SQL
mit
994
# RecordsManagementExtensions.GetManualRecordDeclarationInAllLocations Method Get the value of the records management is allowed in all places setting **Namespace:** [Microsoft.SharePoint.Client](Microsoft.SharePoint.Client.md) **Assembly:** OfficeDevPnP.Core.dll ## Syntax ```C# public static bool GetManualR...
erwinvanhunen/PnP-Guidance
sitescore/Microsoft.SharePoint.Client.RecordsManagementExtensions.63e928bb.md
Markdown
mit
773
import { Pipe, PipeTransform} from '@angular/core'; @Pipe({ name: 'sourceFilter' }) export class sourceFilter implements PipeTransform { public regexp: RegExp; public inputsource : string; transform(value: any, args: any[]): any { if(!args[0]){ alert(args[0]); ...
ksivaganesh99/Busroutes
public/app/shared/sourcefilter.pipe.ts
TypeScript
mit
573
module Saml class Artifact include ::XmlMapper TYPE_CODE = "\000\004" ENDPOINT_INDEX = "\000\000" tag "Artifact" namespace 'samlp' content :artifact, String def initialize(artifact = nil, endpoint_index = ENDPOINT_INDEX) if artifact @artifact = artifact else ...
JanDintel/libsaml
lib/saml/artifact.rb
Ruby
mit
1,081
// These properties are special and can open client libraries to security // issues var ignoreProperties = ['__proto__', 'constructor', 'prototype']; /** * Returns the value of object `o` at the given `path`. * * ####Example: * * var obj = { * comments: [ * { title: 'exciting!', _doc: { ...
RemziDalyan/leonids
node_modules/mpath/lib/index.js
JavaScript
mit
7,689
#include "stdafx.h" #include "CppUnitTest.h" #include "../src/polynomial.hpp" #include <vector> using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace test { TEST_CLASS(test_polynomial) { public: TEST_METHOD(naive_evaluate_case1) { auto sample = std::vector < int > { 1 }; //y = 1 aut...
opensourceDA/CLRS
ch02/test/test_polynomial.cpp
C++
mit
1,755
#!/bin/bash set -u -e -o pipefail declare -A payloadLimits payloadLimits["hello_world__closure", "uncompressed", "bundle"]=106000 payloadLimits["hello_world__closure", "gzip7", "bundle"]=35000 payloadLimits["hello_world__closure", "gzip9", "bundle"]=35000 payloadLimits["cli-hello-world", "uncompressed", "inline"]=15...
smartm0use/angular
integration/_payload-limits.sh
Shell
mit
802
using System; using System.Xml.Serialization; namespace SevenDigital.Api.Schema.Packages { public class Streaming { [XmlElement("releaseDate")] public DateTime ReleaseDate { get; set; } } }
gregsochanik/SevenDigital.Api.Schema
src/Schema/Packages/Streaming.cs
C#
mit
197
## Trimethyl test application We use this application to test features and UI behaviours. This is not a demonstration app. ### Usage ``` trimethyl install ti build -p ios --shadow ```
trimethyl/trimethyl
test-application/README.md
Markdown
mit
187
// Authors: // Rafael Mizrahi <rafim@mainsoft.com> // Erez Lotan <erezl@mainsoft.com> // Oren Gurfinkel <oreng@mainsoft.com> // Ofer Borstein // // Copyright (c) 2004 Mainsoft Co. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated do...
jjenki11/blaze-chem-rendering
qca_designer/lib/ml-pnet-0.8.1/mcs-sources/class/System.Data/Test/System.Data.Tests.Mainsoft/System.Data/InRowChangingEventException/InRowChangingEventException_Generate.cs
C#
mit
3,213
require 'spec_helper' describe "posts" do let(:forum) { FactoryGirl.create(:forum) } let(:user) { FactoryGirl.create(:user) } let(:topic) { FactoryGirl.create(:topic, :forum => forum, :user => user) } context "not signed in users" do it "cannot begin to post a reply" do visit new_topic_post_path(t...
dmitry-ilyashevich/forem
spec/requests/posts_spec.rb
Ruby
mit
3,857
(function() { var def, __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; def = require('./utils').def; Object["new"] = function(a) { var o; o = {}; a.step(2, function(k, v) { return o[k] =...
Montana-Studio/StarterDailyMediakit
node_modules/neat/lib/core/types/object.js
JavaScript
mit
5,319
# Cloud Foundry buildpack: Meteorite This buildpack is derived from [heroku-buildpack-meteorite](https://github.com/oortcloud/heroku-buildpack-meteorite) by [sweetleon](https://github.com/sweetleon). This buildpack enables you to easily deploy meteor apps to Cloud Foundry using [meteorite](https://github.com/cloudfou...
cloudfoundry-community/cloudfoundry-buildpack-meteorite
README.md
Markdown
mit
1,278
--- title: Motståndet börjar date: 20/10/2019 --- `Läs Esra 4:1–5. Varför vägrade Israels rest att ta emot andra folks hjälp i tempelbygget?` Till det yttre verkade erbjudandet som en vänlig gest från grannar, så varför avvisa hjälpen? I en bemärkelse finns svaret i själva texten. ”Fiender” kom för att erbjuda dem hj...
imasaru/sabbath-school-lessons
src/sv/2019-04/04/02.md
Markdown
mit
1,599
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> {{#each collections.blog}} <url> <loc>{{../site.url}}/{{{this.path}}}</loc> <lastmod>{{formatDate this.date}}</lastmod> </url> {{/each}} <url> <loc>{{site.url}}/</loc> <lastmod>{{formatDate "now...
evocode/metalsmith-base
layouts/sitemap.html
HTML
mit
448
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Controls\0.18.8\Graphics\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Controls.Circle.h> #include <Fuse.Controls.Graphics.ShapeVisual-1.h> #include <Fuse.Scripting.INameScope.h> namespace g{na...
blyk/BlackCode-Fuse
TestApp/.build/Simulator/Android/include/Fuse.Controls.Graphics.CircleVisual.h
C
mit
1,544
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion'; import { Directive, ElementRef, Inje...
josephperrott/material2
src/cdk/drag-drop/directives/drag-handle.ts
TypeScript
mit
2,049
describe('CreateController', function() { beforeEach(module('mainModule')); var $scope, $controller, $httpBackend, $state; beforeEach(inject(function(_$controller_, _$httpBackend_, _$state_) { $httpBackend = _$httpBackend_; $state = _$state_; $scope = {}; $controller = _$co...
Nandtel/GearService
src/test/client/unit/controllers/createControllerSpec.js
JavaScript
mit
2,215
/** ****************************************************************************** * @file stm32f4xx_hal_i2s_ex.c * @author MCD Application Team * @version V1.3.0 * @date 09-March-2015 * @brief I2S HAL module driver. * This file provides firmware functions to manage the following ...
BeyondCloud/uRock
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c
C
mit
54,539
/** * 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. */ package com.microsoft.azure.management.network.v2018_06_01.implementation; import com.m...
navalev/azure-sdk-for-java
sdk/network/mgmt-v2018_06_01/src/main/java/com/microsoft/azure/management/network/v2018_06_01/implementation/LocalNetworkGatewayImpl.java
Java
mit
3,555
/**************************************************************** * * 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. ...
lauringlab/CodonShuffle
lib/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/soap/PrivateRequest.java
Java
mit
7,138
// Generated by CoffeeScript 1.4.0 (function() { var $, Ajax, Base, Collection, Extend, Include, Model, Queue, Singleton, Spine, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) ...
Luphia/Elucia-storage-supplier
public/lib/spine/ajax.js
JavaScript
mit
8,846
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - matrix_la_abstract.h</title></head><body bgcolor='white'><pre> <font color='#009900'>// Copyright (C) 2009 Davis E. King (davis@dlib.net) </font><font color='#009900'>// Licen...
eldilibra/mudsling
include/dlib-18.9/docs/dlib/matrix/matrix_la_abstract.h.html
HTML
mit
57,160
class SetImageGravityDefaultToWallpapers < ActiveRecord::Migration def up change_column_default(:wallpapers, :image_gravity, 'c') end def down change_column_default(:wallpapers, :image_gravity, nil) end end
wallgig/wallgig
db/migrate/20140126194412_set_image_gravity_default_to_wallpapers.rb
Ruby
mit
224
/* * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. * * 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 * notice, thi...
theyelllowdart/jmockit
samples/AnimatedTransitions/src/org/jdesktop/animation/transitions/TransitionType.java
Java
mit
5,116
package com.aspose.cells.model; import com.aspose.cells.model.Link; import com.aspose.cells.model.CellArea; public class Hyperlink { private String Address = null; private CellArea Area = null; private String ScreenTip = null; private String TextToDisplay = null; private Link link = null; /** * getAddres...
asposecellscloud/Aspose.Cells_Cloud_SDK_For_Java
src/main/java/com/aspose/cells/model/Hyperlink.java
Java
mit
2,104
<?php /* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace spec\Sylius\Component\Core\OrderProcessing; use Doctrine\Common\Collections\ArrayCollection...
pfwd/Sylius
src/Sylius/Component/Core/spec/OrderProcessing/StateResolverSpec.php
PHP
mit
5,990
module OWD class InventoryStatus < Document def _build opts = {} if opts[:filters] doc.tag!(self.owd_name) do opts[:filters].each do |filt| doc.FILTER filt end end else doc.tag!(self.owd_name) end end end end
rochers/owd
lib/owd/documents/inventory_status.rb
Ruby
mit
295
/* * * * (c) 2010-2021 Torstein Honsi * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.s...
cdnjs/cdnjs
ajax/libs/highcharts/9.2.2/es-modules/Series/Map/MapSeries.js
JavaScript
mit
43,828
import * as React from 'react'; import { assert } from 'chai'; function assertDOMNode(node) { // duck typing a DOM node assert.ok(node.nodeName); } /** * Utility method to make assertions about the ref on an element * @param {React.ReactElement} element - The element should have a component wrapped * ...
cdnjs/cdnjs
ajax/libs/material-ui/4.9.7/es/test-utils/testRef.js
JavaScript
mit
831
/* * Copyright (c) 2007 - 2008 by Damien Di Fede <ddf@compartmental.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as published * by the Free Software Foundation; either version 2 of the License, or * (at your o...
drakh/enterin_wodies
processing_libraries/minim/src/ddf/minim/javasound/JSMPEGAudioRecordingStream.java
Java
cc0-1.0
3,294
<html> <body> <iframe class="mapa" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3660.768779427074!2d-45.07420856245732!3d-23.432718272002823!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94cd522086951abb%3A0x90160a09e57afc85!2sCondom%C3%ADnio+Waldomiro+Ernica+-+R.+Dr.+Esteves+da+Silva%2C+147+-...
josealbertorodriguesjunior/epicentro
modules/contato/mapa.html
HTML
cc0-1.0
470
<!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.6.0_27) on Thu Jul 10 12:36:42 IST 2014 --> <title>com.franz.agraph.repository.config</title> <meta name="date" content="2014-07-10"> <link...
mohanever4u/ag-java-client
target/test-ws/acjproject/javadoc/com/franz/agraph/repository/config/package-summary.html
HTML
epl-1.0
7,237
<!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_25) on Thu Sep 12 10:52:55 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>com.hp.hpl.jena.spa...
vuk/Clojure-Movies
resources/apache-jena/javadoc-arq/com/hp/hpl/jena/sparql/expr/aggregate/package-summary.html
HTML
epl-1.0
10,861
/***************************************************************************** * Copyright (c) 2011 CEA LIST. * * 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 * ht...
bmaggi/Papyrus-SysML11
plugins/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/src-gen/org/eclipse/papyrus/sysml/diagram/blockdefinition/BlockDefinitionDiagramEditorFactory.java
Java
epl-1.0
928
/******************************************************************************* * Copyright (c) 2015 Bosch Software Innovations GmbH and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution Lice...
erlemantos/eclipse-vorto
repo/remoterepository/src/main/java/org/eclipse/vorto/remoterepository/service/DefaultModelRepoService.java
Java
epl-1.0
2,490
/******************************************************************************* * Copyright (c) 2012 Actuate Corporation. * 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 avai...
sguan-actuate/birt
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataSetBindingSelectorPage.java
Java
epl-1.0
2,767
/* * Copyright (c) 2013 Big Switch Networks, Inc. * * Licensed under the Eclipse Public License, Version 1.0 (the * "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at * * http://www.eclipse.org/legal/epl-v10.html * * Unless required by ap...
mandeepdhami/netvirt-ctrl
sdnplatform/src/main/java/org/sdnplatform/netvirt/manager/internal/NetVirtManagerImpl.java
Java
epl-1.0
73,762
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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 availabl...
sguan-actuate/birt
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/StyleRule.java
Java
epl-1.0
9,305
/******************************************************************************* * Copyright (c) 2017 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, and i...
ControlSystemStudio/cs-studio
applications/archive/archive-plugins/org.csstudio.archive.reader.channelarchiver/src/org/csstudio/archive/reader/channelarchiver/file/ArchiveFileReader.java
Java
epl-1.0
3,756
<div class="tableWrapper"> <div class="table dataTable reqHistory"> <div class="thdiv"> <div class="tddiv rh-col1"></div> <div class="tddiv rh-col2">{{ 'YANGUI_HISTORY_METHOD' | translate }}</div> <div class="tddiv rh-col3">{{ 'YANGUI_HISTORY_PATH' | translate }}</di...
stshtina/ODL
modules/yangui-resources/src/main/resources/yangui/views/parts/history-tab.tpl.html
HTML
epl-1.0
4,530
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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 availabl...
sguan-actuate/birt
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/StringPropertyType.java
Java
epl-1.0
4,515
/******************************************************************************* * Copyright (c) 2006 Actuate Corporation. * 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 availabl...
sguan-actuate/birt
chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/AxisTest.java
Java
epl-1.0
4,036
<?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="pt-br" xml:lang="pt-br"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NO...
acshea/edgware
bundle.apache.derby/db-derby-10.8.3.0-bin/docs/html/pt_BR/ref/crefjavgcasyn.html
HTML
epl-1.0
3,229
<?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"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NO...
acshea/edgware
bundle.apache.derby/db-derby-10.8.3.0-bin/docs/html/devguide/cdevdvlp42173.html
HTML
epl-1.0
6,966
/*********************************************************************** * Copyright (c) 2004 Actuate Corporation. * 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 * ...
sguan-actuate/birt
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/IBlockStackingLayoutManager.java
Java
epl-1.0
642
/** * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */...
peuter/openhab2
addons/binding/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/internal/communicator/parser/RpcResponseParser.java
Java
epl-1.0
2,368
package p; class A{ A(){ this(5); } A(int u){ super(); } void f(){ int i= 0; } }
maxeler/eclipse
eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test16_in.java
Java
epl-1.0
92
<?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"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NO...
acshea/edgware
bundle.apache.derby/db-derby-10.8.3.0-bin/docs/html/tools/ctoolsij34525.html
HTML
epl-1.0
3,565
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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 availabl...
sguan-actuate/birt
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/css/HTMLProcessor.java
Java
epl-1.0
11,427
/******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * 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...
sguan-actuate/birt
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDrillThroughInstance.java
Java
epl-1.0
2,637
/* ********************************************************************** ** ** Copyright notice ** ** ** ** (c) 2005-2009 RSSOwl Development Team ** ...
rssowl/RSSOwl
org.rssowl.core/src/org/rssowl/core/internal/persist/SortedLongArrayList.java
Java
epl-1.0
3,146
/** * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */...
beowulfe/openhab2
addons/binding/org.openhab.binding.loxone/src/main/java/org/openhab/binding/loxone/internal/core/LxControlTimedSwitch.java
Java
epl-1.0
4,682
/******************************************************************************* * Copyright (c) 2016 IBH SYSTEMS GmbH and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ...
ibh-systems/packagedrone
bundles/org.eclipse.packagedrone.repo.trigger.common/src/org/eclipse/packagedrone/repo/trigger/common/unique/UniqueArtifactProcessorFactory.java
Java
epl-1.0
2,095
/* * Copyright (C) 2009-2011, Pino Toscano <pino@kde.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is...
kenjiuno/ThumbGensPack
src/poppler/cpp/poppler-document.cpp
C++
gpl-2.0
17,947
/* * Copyright (C) 2010-2011 Corentin Chary <corentin.chary@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ve...
jepaan/serieswatcher
common/settings.cpp
C++
gpl-2.0
2,161
/* Mainly the interface between cpplib and the C front ends. Copyright (C) 1987-2013 Free Software Foundation, Inc. This file is part of GCC. GCC 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...
Hellybean/SaberMod_ROM_Toolchain
gcc/c-family/c-lex.c
C
gpl-2.0
32,615
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright © 2011-2014 Tasharen Entertainment //---------------------------------------------- using UnityEngine; using System.Collections.Generic; /// <summary> /// This script should be attached to each camera that's used to draw...
code-minion/artofwar
artofwar/Assets/Scripts/Frameworks/NGUI/Scripts/UI/UICamera.cs
C#
gpl-2.0
42,582
/* * This file is part of the coreboot project. * * Copyright (C) 2010 Advanced Micro Devices, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This ...
tidatida/coreboot
src/southbridge/amd/rs780/chip.h
C
gpl-2.0
1,643
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
miguelangelramirez/magento.dev
app/code/core/Mage/Adminhtml/Block/Api/Tab/Roleinfo.php
PHP
gpl-2.0
2,765
/* $Id: sdp_neg.c 369517 2012-07-01 17:28:57Z file $ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
fluentstream/asterisk-p2p
res/pjproject/pjmedia/src/pjmedia/sdp_neg.c
C
gpl-2.0
44,693
<div class="wrap shopp"> <?php if (!empty($updated)): ?><div id="message" class="updated fade"><p><?php echo $updated; ?></p></div><?php endif; ?> <div class="icon32"></div> <h2><?php _e('Payment Settings','Shopp'); ?></h2> <form action="<?php echo $this->url; ?>" id="payments" method="post"> <div> <?php wp_nonce...
sharpmachine/vintzthepuppet.com
wp-content/plugins/shopp/core/ui/settings/payments.php
PHP
gpl-2.0
5,419
--- title: "mbuf_free()" decl_name: "mbuf_free" symbol_kind: "func" signature: | void mbuf_free(struct mbuf *); --- Free the space allocated for the mbuffer and resets the mbuf structure.
baosongliang/SelfUse
mongoose-master/docs/c-api/mbuf.h/mbuf_free.md
Markdown
gpl-2.0
193
/* * optionstree.h - Soft-coded options structure header * Copyright (C) 2006 Kevin Smith * * 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...
drizt/psi
src/tools/optionstree/optionstree.h
C
gpl-2.0
3,825
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later v...
jameyboor/TrinityCore
src/server/scripts/Kalimdor/HallsOfOrigination/boss_temple_guardian_anhuur.cpp
C++
gpl-2.0
14,547
/* rlwrap.h: includes, definitions, declarations */ /* 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...
prtysh/rlwrap
src/rlwrap.h
C
gpl-2.0
19,164
#define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE libstorage #include <boost/test/unit_test.hpp> #include "storage/Utils/Logger.h" #include "testsuite/helpers/TsCmp.h" using namespace storage; BOOST_AUTO_TEST_CASE(dependencies) { set_logger(get_stdout_logger()); TsCmpActiongraph cmp("test1"); BO...
aschnell/libstorage-ng
testsuite/dependencies/test1.cc
C++
gpl-2.0
687
<?php /** * HUBzero CMS * * Copyright 2005-2015 HUBzero Foundation, LLC. * * 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, including without limitation the rights ...
drewthoennes/hubzero-cms
core/components/com_cache/admin/views/cleanser/tmpl/cache.php
PHP
gpl-2.0
4,457
<?php include_once 'qode-instagram-widget.php';
hslincoln/reflex
wp-content/plugins/qode-instagram-widget/widgets/load.php
PHP
gpl-2.0
50
#include "gnc-csv-model.h" #include <glib/gi18n.h> #include <goffice/goffice-features.h> #if (GO_VERSION_EPOCH == 0) && (GO_VERSION_MAJOR == 7) && (GO_VERSION_MINOR == 8) /* For libgoffice-0.7.8, disable its internal inclusion of <regutf8.h> so to avoid clashing symbol definitions with <regex.h> */ # define GO_RE...
hypatia/gnucash
src/import-export/csv/gnc-csv-model.c
C
gpl-2.0
45,804
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. Test that the function:...
linux-test-project/ltp
testcases/open_posix_testsuite/conformance/definitions/time_h/20-1-buildonly.c
C
gpl-2.0
538
## Unit 4 - Database Normalization For this batch of videos we're going to take a closer look at the CDDB and FreeDB formats and see how they compare to the kind of data structures that we'll be studying most this semester, relational databases. This will also be the first time that you need to submit your assignment ...
shelleylightburn/dig540
004/README.md
Markdown
gpl-2.0
3,273
/* * linux/mm/page_alloc.c * * Manages the free list, the system allocates free pages here. * Note that kmalloc() lives in slab.c * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds * Swap reorganised 29.12.95, Stephen Tweedie * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * Re...
LeeDroid-/Shooter-2.6.35-MR
mm/page_alloc.c
C
gpl-2.0
155,435
#include "lolevel.h" #include "platform.h" #include "core.h" static long *nrflag = (long*)0x6CE0; #include "../../../generic/capt_seq.c" void __attribute__((naked,noinline)) sub_FFD39620_my(long p) { asm volatile ( "STMFD SP!, {R4,R5,LR}\n" "LDR R3, =0x73D34\n" "LDR R5, =0x6CDC\n" ...
vi/chdk-vi
platform/a610/sub/100e/capt_seq.c
C
gpl-2.0
8,935
/* This file is part of Warzone 2100. Copyright (C) 1999-2004 Eidos Interactive Copyright (C) 2005-2015 Warzone 2100 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 version 2 o...
djeof-1/warzone2100
lib/netplay/netlog.h
C
gpl-2.0
1,117
import Base import VS import GUI import XGUITypes import XGUIDebug XGUIRootSingleton = None XGUIPythonScriptAPISingleton = None """----------------------------------------------------------------""" """ """ """ XGUIRoot - root management interface for th...
vegastrike/Assets-Production
modules/XGUI.py
Python
gpl-2.0
2,379
/* * voicecalldlg.cpp * Copyright (C) 2006 Remko Troncon * * 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. * *...
drizt/psi
src/voicecalldlg.cpp
C++
gpl-2.0
5,855
<?php /** * This is the model class for table "customer_group". * * The followings are the available columns in table 'customer_group': * @property integer $customer_group_id * @property integer $approval * @property integer $company_id_display * @property integer $company_id_required * @property integer $tax_...
lvduit/DYiiShop
protected/models/CustomerGroup.php
PHP
gpl-2.0
3,436
#pragma once #include "stdafx.h" #include "GLHelpers.h" #include "../Common/TextGlyphs.h" namespace gl { class text_writer { private: gl::glsl::program m_program; gl::glsl::shader m_vs; gl::glsl::shader m_fs; gl::vao m_vao; gl::buffer m_text_buffer; gl::buffer m_scale_offsets_buffer...
al0xf/rpcs3
rpcs3/Emu/RSX/GL/GLTextOut.h
C
gpl-2.0
5,346