repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
TelluIoT/ThingML | compilers/official-network-plugins/src/main/resources/templates/PosixWebsocketPlugin.h | 507 | #ifndef /*PORT_NAME*/_PosixWebsocketForward_h
#define /*PORT_NAME*/_PosixWebsocketForward_h
#include "lws_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <libwebsockets.h>
#include "/*PATH_TO_C*/" /*PORT_NAME*/_instance;
struct /*PORT_NAME*/_instance_type /*PORT_NAME*/_instance;
void /*PORT_NAME*/_set... | apache-2.0 |
skunkiferous/Util | jactor2-coreSt/src/test/java/org/agilewiki/jactor2/core/impl/JActorStTestPlantScheduler.java | 5403 | package org.agilewiki.jactor2.core.impl;
import java.util.Timer;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import com.blockwithme.util.base.SystemUtils;
/**
* A scheduler for Plant,... | apache-2.0 |
cpuguy83/cli | internal/licenseutils/client_test.go | 4580 | package licenseutils
import (
"context"
"github.com/docker/licensing"
"github.com/docker/licensing/model"
)
type (
fakeLicensingClient struct {
loginViaAuthFunc func(ctx context.Context, username, password string) (authToken string, err error)
getHubUserOrgsFunc func(ctx context... | apache-2.0 |
SAP/openui5 | src/sap.ui.rta/test/sap/ui/rta/qunit/command/compVariant/CompVariantUpdate.qunit.js | 8251 | /* global QUnit */
sap.ui.define([
"sap/ui/core/Control",
"sap/ui/fl/write/api/SmartVariantManagementWriteAPI",
"sap/ui/fl/Layer",
"sap/ui/rta/command/CommandFactory",
"sap/ui/thirdparty/sinon-4"
], function(
Control,
SmartVariantManagementWriteAPI,
Layer,
CommandFactory,
sinon
) {
"use strict";
var sandbo... | apache-2.0 |
cloudmesh/book | section/cluster/pi/pi_network_setup.md | 21 | # Network Setup
TBD
| apache-2.0 |
excelly/xpy-ml | sdss/jake_lib/make_condensed_fits.py | 4199 | #!/astro/apps/pkg/python/bin/python
import pyfits
import SDSSfits
import numpy
from tools import create_fits
import os
def main(OUT_DIR = "/astro/net/scratch1/vanderplas/SDSS_GAL_RESTFRAME/",
DIR_ROOT = "/astro/net/scratch1/sdssspec/spectro/1d_26/*/1d",
LINES_FILE = "LINES_SHORT.TXT",
... | apache-2.0 |
krakky/market | coopr_standalone/bin/centos/3_set_java_home.sh | 585 | #set JAVA_HOME
echo "Exporting JAVA_HOME path after JAVA's JRE 1.7 was installed !"
export JAVA_HOME=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64
sudo echo "export JAVA_HOME=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64" >> /etc/environment
sudo echo "Saving JAVA_HOME variable so it doesn't get affected from system REBOOT !"
sudo ec... | apache-2.0 |
onlysheep5200/NetnsEx | lib/__init__.py | 2175 | # -*- coding: utf-8 -*-
'''
部分通用的数据结构
container.py :
NetInterface : 描述容器的一个虚拟网卡
-name : 虚拟网卡名称
-hostVeth : 虚拟网卡对应的主机veth名称
-ip : IP地址
-mac : mac地址
-vethMac : 主机veth的mac地址
+ NetInterface::create : 创建一个虚拟网卡,返回NetInterface对象
container : 目标容器
vName : 容器端peer名字
h_vName : 主机端peer的名字
Container : 描述一个... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Setaria/Setaria parviflora/ Syn. Setaria affinis/README.md | 180 | # Setaria affinis Schult. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
chayoungrock/weather | app/src/main/java/com/example/android/sunshine/app/widget/DetailWidgetProvider.java | 4337 | package com.example.android.sunshine.app.widget;
import android.annotation.TargetApi;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import andr... | apache-2.0 |
nilbody/sparkling-water | CHANGELOG.md | 4219 | ChangeLog
=========
## In current master
- Attach metadata derived from H2OFrame to Spark DataFrame
- Improved logging subsystem
- Expose new REST end-points
- to interpret Scala code
- to perform transformation between Spark DataFrame and H2O Frame
- Fix all scripts and create automatic tests for them... | apache-2.0 |
gravitee-io/graviteeio-access-management | gravitee-am-ui/protractor.conf.js | 1386 | /*
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Cineraria/Cineraria lacinata/README.md | 172 | # Cineraria lacinata Sw. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
taohaox/MyWeather | src/com/myweather/app/activity/BottomLayout.java | 370 | package com.myweather.app.activity;
import com.myweather.app.R;
import android.content.Context;
import android.view.LayoutInflater;
import android.widget.LinearLayout;
public class BottomLayout extends LinearLayout{
public BottomLayout(Context context) {
super(context);
LayoutInflater.from(contex... | apache-2.0 |
moghaddam/cas | cas-server-support-jpa-ticket-registry/src/test/java/org/jasig/cas/ticket/registry/support/JpaLockingStrategyTests.java | 10675 | package org.jasig.cas.ticket.registry.support;
import org.junit.Before;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.orm.jpa.Shared... | apache-2.0 |
weathersource/grib_api | src/grib_accessor_class_codetable.c | 22574 | /*
* Copyright 2005-2017 ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*
* In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
* virtue of its status as an int... | apache-2.0 |
beamly/beamly.core.lang | src/test/scala/beamly/core/lang/MapWTest.scala | 1051 | /**
Copyright (C) 2011-2014 beamly Ltd. http://beamly.com
Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
Unless required by applica... | apache-2.0 |
bozimmerman/CoffeeMud | com/planet_ink/coffee_mud/MOBS/DrowElf.java | 4315 | package com.planet_ink.coffee_mud.MOBS;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_... | apache-2.0 |
gravitee-io/graviteeio-access-management | gravitee-am-common/src/main/java/io/gravitee/am/common/event/AlertEventKeys.java | 1476 | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | apache-2.0 |
accraze/Audiolet | examples/synth/js/synth.js | 2107 | window.onload = function() {
var Synth = function(audiolet) {
AudioletGroup.apply(this, [audiolet, 0, 1]);
// Basic wave
this.saw = new Saw(audiolet, 100);
// Frequency LFO
this.frequencyLFO = new Sine(audiolet, 2);
this.frequencyMA = new MulAdd(audiolet, 10, 100);
... | apache-2.0 |
ripdajacker/commons-betwixt | src/java/org/apache/commons/betwixt/digester/package.html | 989 | <html>
<!--
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 ... | apache-2.0 |
Sebastian-henn/twu-biblioteca-sebastian-henn | test/com/twu/biblioteca/MovieTest.java | 815 | package com.twu.biblioteca;
import org.junit.Test;
import static org.junit.Assert.*;
public class MovieTest {
String title = "random title";
int year = 2042;
String director = "random author";
int rating = 6;
Movie testMovie = new Movie(title,year,director,rating);
@Test
... | apache-2.0 |
quentinlesceller/OBC4J | doc/protos/Openchain.Response.Builder.html | 30767 | <!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 (1.8.0_66) on Tue Mar 08 13:38:45 EST 2016 -->
<title>Openchain.Response.Builder</title>
<meta name="date" content="2016-03-08">
<link rel="stylesheet... | apache-2.0 |
aloysiusang/twu-biblioteca-aloysiusang | src/com/twu/biblioteca/menus/UserMainMenu.java | 624 | package com.twu.biblioteca.menus;
import com.twu.biblioteca.options.*;
import java.util.ArrayList;
/**
* Created by aloysiusang on 17/6/15.
*/
public class UserMainMenu extends MainMenu {
public UserMainMenu() {
super(new ArrayList<MainMenuOption>() {{
add(new ListBooksOption());
... | apache-2.0 |
lisuperhong/MDZhihuDaily | app/src/main/java/com/lzh/mdzhihudaily_mvp/presenter/ThemeDailyPresenter.java | 2219 | package com.lzh.mdzhihudaily_mvp.presenter;
import android.support.annotation.NonNull;
import com.lzh.mdzhihudaily_mvp.contract.ThemeDailyContract;
import com.lzh.mdzhihudaily_mvp.model.DataRepository;
import com.lzh.mdzhihudaily_mvp.model.Entity.ThemeNews;
import rx.Subscriber;
import rx.Subscription;
/**
* @auth... | apache-2.0 |
rpmoore/ds3_net_sdk | Ds3/Runtime/Ds3RequestException.cs | 1105 | /*
* ******************************************************************************
* Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License ... | apache-2.0 |
pczarn/rust | src/libsemver/lib.rs | 14044 | // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MI... | apache-2.0 |
eljefe6a/incubator-beam | sdks/python/apache_beam/runners/portability/fn_api_runner_test.py | 2196 | #
# 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 not us... | apache-2.0 |
JetBrains/resharper-unity | resharper/resharper-unity/src/Unity/Yaml/Psi/Search/UnityAnimationEventFindResults.cs | 1533 | using JetBrains.Annotations;
using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AnimationEventsUsages;
using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AssetHierarchy.References;
using JetBrains.ReSharper.Psi;
namespace JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.Search
{
public class Un... | apache-2.0 |
stdlib-js/www | public/docs/api/latest/@stdlib/assert/is-collection/index.html | 6258 | <h1 id="iscollection">isCollection</h1><blockquote><p>Test if a value is a collection.</p></blockquote><section class="intro"><p>A collection is defined as either an <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"><code>Array</code></a>, <a href="https://developer.mozill... | apache-2.0 |
TZClub/OMIPlatform | shopping-platfrom/src/main/webapp/resources/js/main.js | 10332 | (function ($) {
"use strict";
/*----------------------------
price-slider active
------------------------------ */
var range = $('#slider-range');
var amount = $('#amount');
range.slider({
range: true,
min: 2,
max: 300,
values: [ 2, 300 ],
slide: function( event, ui ) {
amoun... | apache-2.0 |
eskatos/asadmin | asadmin-maven-plugin/src/main/java/org/n0pe/mojo/asadmin/CreateJdbcConnectionPoolMojo.java | 2248 | /*
* Copyright (c) 2010, Christophe Souvignier.
* Copyright (c) 2010, Paul Merlin.
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
* Unless r... | apache-2.0 |
istio/istio.io | archive/v0.8/docs/tasks/traffic-management/version-migration.html | 594 | <!DOCTYPE html>
<html>
<head>
<title>Redirecting…</title>
<link rel="canonical" href="/v0.8/docs/tasks/traffic-management/traffic-shifting/">
<meta name="robots" content="noindex">
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="r... | apache-2.0 |
aws/aws-sdk-cpp | aws-cpp-sdk-imagebuilder/source/model/ComponentState.cpp | 1432 | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/imagebuilder/model/ComponentState.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
n... | apache-2.0 |
webanno/webanno | webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/exporters/GuildelinesExporter.java | 4420 | /*
* Licensed to the Technische Universität Darmstadt under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The Technische Universität Darmstadt
* licenses this file to you under the Apache License, Versio... | apache-2.0 |
nickgaski/docs | services/ObjectStorage/nl/zh/TW/os_remove_access.md | 1726 | ---
copyright:
years: 2014, 2017
lastupdated: "2017-02-10"
---
{:new_window: target="_blank"}
{:shortdesc: .shortdesc}
{:codeblock: .codeblock}
{:screen: .screen}
{:pre: .pre}
# 移除存取權
您可以利用存取控制清單,移除容器或物件的存取權。
{: shortdesc}
若要從容器中移除讀取 ACL,請執行下列其中一個指令。
* Swift 指令:
```
swift post <container_name> --read-acl "... | apache-2.0 |
hammerlab/varcode | varcode/effects/__init__.py | 2401 | # Copyright (c) 2016. Mount Sinai School of Medicine
#
# Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law o... | apache-2.0 |
Moonbloom/Boast | README.md | 1645 | # Boast
Library to easily create and modify Toast messages.
## Overview
**Boast** is a class that can be used by Android developers that feel the need for an **alternative to [Toast](http://developer.android.com/reference/android/widget/Toast.html)**.
A Boast will be displayed at the position of standard Toasts.
Yo... | apache-2.0 |
imangit/Advertise | Advertise/Advertise.Utility/Persians/PersianYeKeInterceptor.cs | 2025 | using System.Data.Common;
using System.Data.Entity.Infrastructure.Interception;
namespace Advertise.Utility.Persians
{
/// <summary>
/// </summary>
public class PersianYeKeInterceptor : IDbCommandInterceptor
{
/// <summary>
/// </summary>
/// <param name="command"></param>
... | apache-2.0 |
anirudh24seven/apps-android-wikipedia | app/src/main/java/org/wikipedia/edit/Edit.java | 1491 | package org.wikipedia.edit;
import android.support.annotation.Nullable;
import org.wikipedia.dataclient.mwapi.MwPostResponse;
class Edit extends MwPostResponse {
@SuppressWarnings("unused,") @Nullable private Result edit;
@Nullable Result edit() {
return edit;
}
boolean hasEditResult() {
... | apache-2.0 |
gbl08ma/underlx | app/src/main/assets/help/pt/faq-underlx-5.html | 251 | <p><b>Como é calculado o tempo de espera?</b><p>
<p>Resposta...</p>
<p><a href="help:faq-underlx-2">Dá para pôr links para outras questões e páginas da ajuda</a></p>
<p><a href="http://sapo.pt">Dá para pôr links para sites externos</a></p> | apache-2.0 |
scalatest/scalatest-website | public/scaladoc/2.1.5/org/scalatest/Matchers$AWord.html | 28012 | <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>AWord - ScalaTest 2.1.5 - org.scalatest.Matchers.AWord</title>
<meta name="description" content="AWord - ScalaTest 2.1.5 - org.scalate... | apache-2.0 |
jitendraag/webpack-2-examples | example2/input.js | 99 | require('./second.js');
var i = 0;
console.log('Hello Webpack!');
console.log('Webpack is cool.');
| apache-2.0 |
dotph/registry | features/services/contact_service.rb | 6724 | CONTACT_HANDLE = 'contact'
NEW_CONTACT_HANDLE = 'new_contact'
OTHER_CONTACT_HANDLE = 'other_contact'
BLANK_CONTACT_HANDLE = ''
NON_EXISTING_CONTACT_HANDLE = 'non_existing'
def contact_does_not_exist handle = CONTACT_HANDLE
contact = Contact.find_by(handle: handle)
contact.delete if contact
end
def contact_exists ... | apache-2.0 |
dbflute-test/dbflute-test-active-dockside | src/main/java/org/docksidestage/dockside/dbflute/bsbhv/pmbean/BsPurchaseMaxPriceMemberPmb.java | 9658 | /*
* Copyright 2014-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | apache-2.0 |
aNNiMON/Lightweight-Stream-API | stream/src/test/java/com/annimon/stream/longstreamtests/SumTest.java | 393 | package com.annimon.stream.longstreamtests;
import com.annimon.stream.LongStream;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
public final class SumTest {
@Test
public void testSum() {
assertThat(LongStream.of(100, 20, 3).sum(), ... | apache-2.0 |
Deutsche-Digitale-Bibliothek/ddb-backend | CoreServices/src/main/java/de/fhg/iais/cortex/services/institution/Institution.java | 7623 | package de.fhg.iais.cortex.services.institution;
import java.util.LinkedList;
import java.util.List;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jackson.map.annotate.JsonSerialize;
@JsonPropertyOrder({
"id", "name", "sector", "lat... | apache-2.0 |
mdoering/backbone | life/Plantae/Chlorophyta/Charophyceae/Charales/Characeae/Nitella/Nitella elegans/ Syn. Nitella pseudoflabellata elegans/README.md | 207 | # Nitella pseudoflabellata f. elegans (B.P.Pal) R.D.Wood, 1962 FORM
#### Status
SYNONYM
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Sphaeria/Sphaeria concrescens/README.md | 187 | # Sphaeria concrescens Schwein. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sphaeria concrescens Schwein.
### Remarks
null | apache-2.0 |
aaronxsu/raster-foundry | app-backend/backsplash-core/src/main/scala/com/rasterfoundry/backsplash/MosaicImplicits.scala | 22604 | package com.rasterfoundry.backsplash
import com.rasterfoundry.backsplash.color._
import com.rasterfoundry.backsplash.error._
import com.rasterfoundry.backsplash.HistogramStore.ToHistogramStoreOps
import geotrellis.proj4.WebMercator
import geotrellis.vector._
import geotrellis.raster._
import geotrellis.raster.histogra... | apache-2.0 |
mailgun/talon | tests/signature/learning/featurespace_test.py | 1402 | # -*- coding: utf-8 -*-
from __future__ import absolute_import
from ... import *
from talon.signature.learning import featurespace as fs
def test_apply_features():
s = '''This is John Doe
Tuesday @3pm suits. I'll chat to you then.
VP Research and Development, Xxxx Xxxx Xxxxx
555-226-2345
john@example.com'''... | apache-2.0 |
fbradyirl/home-assistant | script/gen_requirements_all.py | 11383 | #!/usr/bin/env python3
"""Generate an updated requirements_all.txt."""
import importlib
import os
import pathlib
import pkgutil
import re
import sys
from script.hassfest.model import Integration
COMMENT_REQUIREMENTS = (
"Adafruit-DHT",
"Adafruit_BBIO",
"avion",
"beacontools",
"blinkt",
"bluepy... | apache-2.0 |
balajiboggaram/algorithms | src/me/learn/personal/month2/CellsWithOddValuesInMatrix.java | 1601 | /**
*
*/
package me.learn.personal.month2;
/**
* Title 1252 :
*
* Given n and m which are the dimensions of a matrix initialized by zeros and
* given an array indices where indices[i] = [ri, ci]. For each pair of [ri, ci]
* you have to increment all cells in row ri and column ci by 1.
*
* Return the number... | apache-2.0 |
ryandcarter/hybris-connector | src/main/java/org/mule/modules/hybris/model/VariantTypeDTO.java | 1073 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.11.29 at 12:35... | apache-2.0 |
wbonnet/pg-compile | postgresql/8.0.6/Makefile | 1333 | # vim: ft=make ts=4 sw=4 noet
#
# The contents of this file are subject to the Apache 2.0 license you may not
# use this file except in compliance with the License.
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
... | apache-2.0 |
zouzias/apache-nutch-2.3 | nutch/docs/api/org/apache/nutch/protocol/http/api/package-summary.html | 7010 | <!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 Fri Jan 09 00:43:08 PST 2015 -->
<title>org.apache.nutch.protocol.http.api (apache-nutch 2.3 API)</title>
<meta name="date" cont... | apache-2.0 |
nickgaski/docs | cloudnative/nl/ja/index.md | 18733 | ---
copyright:
years: 2016, 2017
lastupdated: "2016-04-10"
---
{:new_window: target="_blank"}
{:shortdesc: .shortdesc}
{:screen: .screen}
{:codeblock: .codeblock}
{:pre: .pre}
{:note:.deprecated}
# クラウド・ネイティブ・プロジェクトの構築
{: #web-mobile}
{{site.data.keyword.Bluemix}} {{site.data.keyword.dev_console}... | apache-2.0 |
ev1stensberg/lighthouse | lighthouse-core/audits/third-party-facades.js | 11065 | /**
* @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
* Unless required by applica... | apache-2.0 |
LBiNetherlands/LBi.Cli.Arguments | LBi.Cli.Arguments/Parsing/Ast/LiteralValueType.cs | 759 | /*
* Copyright 2012 LBi Netherlands B.V.
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | apache-2.0 |
groupon/promise | src/main/java/com/groupon/promise/function/PromiseFunctionResult.java | 1887 | /**
* Copyright 2015 Groupon.com
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | apache-2.0 |
NeilRen/NEILREN4J | src/main/java/com/neilren/neilren4j/dao/TLogSendEmailMapper.java | 366 | package com.neilren.neilren4j.dao;
import com.neilren.neilren4j.dbentity.TLogSendEmail;
import java.util.List;
public interface TLogSendEmailMapper {
int deleteByPrimaryKey(Long id);
int insert(TLogSendEmail record);
TLogSendEmail selectByPrimaryKey(Long id);
List<TLogSendEmail> selectAll();
i... | apache-2.0 |
zhouronglv/myapp | myapp-demo/src/main/java/com/myapp/demo/spring/proxy/PerformanceHandler.java | 696 | package com.myapp.demo.spring.proxy;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
/**
* Created by Zhourl on 2017/8/11.
*/
public class PerformanceHandler implements InvocationHandler {//①实现InvocationHandler
private Object target;
public PerformanceHandler(Object target) {//... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Nectriaceae/Calonectria/Calonectria parasitica/README.md | 285 | # Calonectria parasitica Saccas SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Étude de la Flore Cryptogamique des Caféirs en Afrique Centrale, (Bulletin IFCC <b>16</b>) 44 (1981)
#### Original name
Calonectria parasitica Saccas
### Remarks
null | apache-2.0 |
openshift/sti-nodejs | examples/from-dockerfile/Dockerfile | 209 | FROM registry.access.redhat.com/ubi8/nodejs-12
# Add application sources
ADD app-src .
# Install the dependencies
RUN npm install
# Run script uses standard ways to run the application
CMD npm run -d start
| apache-2.0 |
suxi-lu/learn | learn-service/src/main/java/io/github/suxil/service/LearnServiceApplication.java | 1309 | package io.github.suxil.service;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cl... | apache-2.0 |
graymeta/stow | b2/stow_test.go | 3088 | package b2
import (
"math/rand"
"os"
"strings"
"testing"
"time"
isi "github.com/cheekybits/is"
"github.com/graymeta/stow"
"github.com/graymeta/stow/test"
)
func TestStow(t *testing.T) {
is := isi.New(t)
accountID := os.Getenv("B2_ACCOUNT_ID")
applicationKey := os.Getenv("B2_APPLICATION_KEY")
if accountI... | apache-2.0 |
markini/ServiceMonitoringTestSystem | Client/src/main/java/marki/at/Client/events/newMessageEvent.java | 266 | package marki.at.Client.events;
import marki.at.Client.utils.Message;
/**
* Created by marki on 29.10.13.
*/
public class newMessageEvent {
public final Message message;
public newMessageEvent(Message message) {
this.message = message;
}
}
| apache-2.0 |
maloteiro/hermes | base/html/processo/processo_formCadastro.html | 6273 | {literal}
<!--script type="text/javascript" src="./libs/js/multiple-file-upload/jquery.MultiFile.pack.js"></script-->
<script type="text/javascript" src="./libs/php/tags/src/jquery.tagsinput.js"></script>
<link rel="stylesheet" type="text/css" href="./libs/php/tags/src/jquery.tagsinput.css" />
<script type="text/javasc... | apache-2.0 |
JoyIfBam5/aws-sdk-cpp | aws-cpp-sdk-waf/include/aws/waf/model/ListLoggingConfigurationsRequest.h | 8038 | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Dendrobium/Dendrobium hamiferum/README.md | 188 | # Dendrobium hamiferum P.J.Cribb SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
CXuesong/WikiClientLibrary | WikiClientLibrary/Sites/WikiSiteToken.cs | 850 | using System;
using System.Collections.Generic;
using System.Text;
using WikiClientLibrary.Client;
namespace WikiClientLibrary.Sites
{
/// <summary>
/// Represents a token placeholder in the <see cref="MediaWikiFormRequestMessage"/>.
/// This enables <see cref="WikiSite"/> to detect bad tokens.
/// </... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Strophariaceae/Psilocybe/Psilocybe peladae/README.md | 208 | # Psilocybe peladae Singer SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Nova Hedwigia, Beih. 29: 254 (1969)
#### Original name
Psilocybe peladae Singer
### Remarks
null | apache-2.0 |
learning-layers/SocialSemanticServer | servs/livingdocument/livingdocument.datatype/src/main/java/at/tugraz/sss/servs/livingdocument/datatype/SSLivingDocSQLTableE.java | 1146 | /**
* Code contributed to the Learning Layers project
* http://www.learning-layers.eu
* Development is partly funded by the FP7 Programme of the European Commission under
* Grant Agreement FP7-ICT-318209.
* Copyright (c) 2016, Graz University of Technology - KTI (Knowledge Technologies Institute).
* For a list of... | apache-2.0 |
amriteshkumar1/sales-service | node_modules/pubnub/src/core/components/subscription_manager.js | 10768 | /* @flow */
import Crypto from '../components/cryptography';
import Config from '../components/config';
import ListenerManager from '../components/listener_manager';
import ReconnectionManager from '../components/reconnection_manager';
import utils from '../utils';
import { MessageAnnouncement, SubscribeEnvelope, Statu... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Dermateaceae/Mollisia/Mollisia sphaeroides/README.md | 240 | # Mollisia sphaeroides (Desm.) W. Phillips, 1887 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Man. Brit. Discomyc. (London) 187 (1887)
#### Original name
null
### Remarks
null | apache-2.0 |
Kloudy/Slots | src/com/antarescraft/kloudy/slots/events/CommandEvent.java | 1946 | package com.antarescraft.kloudy.slots.events;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import com.antarescraft.kloudy.hologuiapi.plugincore.command.CommandHandler;
import com.antarescraft.kloudy.hologuiapi.p... | apache-2.0 |
jdgwartney/vsphere-ws | java/JAXWS/samples/com/vmware/vim25/AnswerFileSerializedCreateSpec.java | 1691 |
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for AnswerFileSerializedCreateSpec complex type.
*
* <p>The following... | apache-2.0 |
deeplearning4j/deeplearning4j | deeplearning4j/deeplearning4j-core/src/main/java/org/deeplearning4j/core/loader/impl/SerializedDataSetLoader.java | 1380 | /*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | apache-2.0 |
sarl/sarl | main/coreplugins/io.sarl.lang/src/io/sarl/lang/sarl/actionprototype/FormalParameterProvider.java | 3887 | /*
* $Id$
*
* SARL is an general-purpose agent programming language.
* More details on http://www.sarl.io
*
* Copyright (C) 2014-2021 the original authors or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | apache-2.0 |
sonu283304/onos | drivers/lumentum/src/main/java/org/onosproject/drivers/lumentum/LumentumFlowRuleDriver.java | 16751 | /*
* Copyright 2016 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | apache-2.0 |
jorgevillaverde/co | src/main/java/ar/com/circuloodontochaco/co/model/contraints/RemesaValidator.java | 2000 | /*
* Copyright (C) 2017 Circulo Odontologico del Chaco
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | apache-2.0 |
sugarcrmlabs/AdminSudo | SudoAudit2016_11_08_114528/SugarModules/modules/sa_SudoAudit/clients/base/views/search-list/search-list.php | 1127 | <?php
/*
* Your installation or use of this SugarCRM file is subject to the applicable
* terms available at
* http://support.sugarcrm.com/06_Customer_Center/10_Master_Subscription_Agreements/.
* If you do not agree to all of the applicable terms or do not have the
* authority to bind the entity as an authorized re... | apache-2.0 |
LotteryOne/tools | src/com/wonders/alpha/bo/Alpha.java | 409 | package com.wonders.alpha.bo;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="alpha")
public class Alpha implements Serializable{
private String id;
@Id
@Column(name="ID")
public S... | apache-2.0 |
michel-kraemer/citeproc-java | citeproc-java/src/main/java/de/undercouch/citeproc/DefaultLocaleProvider.java | 1590 | package de.undercouch.citeproc;
import de.undercouch.citeproc.helper.CSLUtils;
import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
/**
* Default implementation of {@link LocaleProvider}. Loads locales from
* the classpath.
* @author Michel Kraemer
*/
public class Defa... | apache-2.0 |
entoj/entoj-core | source/model/entity/EntityAspect.js | 4718 | 'use strict';
/**
* Requirements
* @ignore
*/
const BaseValueObject = require('../BaseValueObject.js').BaseValueObject;
const Entity = require('./Entity.js').Entity;
const Site = require('../site/Site.js').Site;
const ContentKind = require('../ContentKind.js');
const BaseMap = require('../../base/BaseMap.js').BaseM... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Mycenaceae/Mycena/Mycena alphitophora/Mycena alphitophora distincta/README.md | 256 | # Mycena alphitophora var. distincta Manim. & Leelav. VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycol. Res. 93(1): 118 (1989)
#### Original name
Mycena alphitophora var. distincta Manim. & Leelav.
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Grindelia scorzonerifolia/ Syn. Grindelia scorzonerifolia pectinata/README.md | 212 | # Grindelia scorzonerifolia var. pectinata (Baker) Hassl. VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
siqinbateer/myTestPro | my project/oc/@class/@class/Student.h | 381 | //
// Student.h
// @class
//
// Created by pcbeta on 15-4-12.
// Copyright (c) 2015年 pcbeta. All rights reserved.
//
#import <Foundation/Foundation.h>
@class Book;
@interface Student : NSObject
@property (nonatomic,assign) int age;
@property (nonatomic,retain) Book *book;
//-(void)setBook:(Book *)book;
//-(Book... | apache-2.0 |
rafati/unitime | JavaSource/org/unitime/timetable/onlinesectioning/custom/purdue/XEInterface.java | 8329 | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may... | apache-2.0 |
vangj/py-bbn | docs/Makefile | 606 | # Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = PyBBN
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURC... | apache-2.0 |
rsk-mind/rsk-mind.github.com | stylesheets/stylesheet.css | 5784 | * {
box-sizing: border-box; }
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #354759; }
a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inl... | apache-2.0 |
blox/blox | end-to-end-tests/src/main/java/com/amazonaws/blox/integ/ECSClusterWrapper.java | 2607 | /*
* Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may
* not use this file except in compliance with the License. A copy of the
* License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "LICEN... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Gnomoniaceae/Apioplagiostoma/Apioplagiostoma populi/README.md | 281 | # Apioplagiostoma populi (E.K. Cash & Waterman) M.E. Barr, 1978 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycol. Mem. 7: 102 (1978)
#### Original name
Plagiostoma populi E.K. Cash & Waterman, 1957
### Remarks
null | apache-2.0 |
EZWebvietnam/vieclam24h | template/home/js/jquery.scrollstore.js | 1126 | function swl_scrollStopExtend() {
var a = SWL.$.event.special, b = "D" + +new Date, c = "D" + (+new Date + 1);
a.scrollstart = {
setup : function() {
var c, d = function(b) {
var d = this, e = arguments;
c ? clearTimeout(c) : (b.type = "scrollstart", SWL.$.event.handle.apply(d, e)), c = setTimeout(functi... | apache-2.0 |
teecube/t3 | t3-site-enhancer/src/main/java/t3/site/gitlab/tags/Release.java | 2129 | /**
* (C) Copyright 2016-2019 teecube
* (https://teecu.be) and others.
*
* Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
*
* Unless ... | apache-2.0 |
fbotelho-university-code/poseidon | target/docs/net/floodlightcontroller/topology/class-use/OrderedNodePair.html | 5984 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri May 31 12:12:37 WEST 2013 -->
<TITLE>
Uses of Class net.floodlightcontroller.topology.OrderedNodePair
</TITLE>
<META NAME="date" CONTENT=... | apache-2.0 |
dconz13/MySunshine-Watch-Face | app/src/main/java/com/example/android/sunshine/app/sync/SunshineSyncAdapter.java | 29790 | package com.example.android.sunshine.app.sync;
import android.accounts.Account;
import android.accounts.AccountManager;
import android.annotation.SuppressLint;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.AbstractThreadedSyncAdapter;
import android.content.ContentPro... | apache-2.0 |
wildfly-swarm/wildfly-swarm-javadocs | 2016.12.1/apidocs/org/wildfly/swarm/config/WebservicesConsumer.html | 10886 | <!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 (1.8.0_60-ea) on Thu Dec 15 09:48:31 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WebservicesConsumer (Publ... | apache-2.0 |
eatplayhate/versionr | VersionrCore/Objects/VaultLock.cs | 566 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Versionr.Objects
{
[ProtoBuf.ProtoContract]
public class VaultLock
{
[ProtoBuf.ProtoMember(1)]
[SQLite.PrimaryKey]
public Guid ID { get; set; }... | apache-2.0 |
Zarkonnen/whichfish | templates/entry.html | 87 | <a href="{{link}}"><li class='{{sustainable}}'>{{name}}{{inSeason}}{{mercury}}</li></a> | apache-2.0 |