repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
BBN-E/Adept | example/src/test/java/adept/example/ExampleNamedEntityTaggerTest.java | 2679 | /*
* ------
* Adept
* -----
* Copyright (C) 2012-2017 Raytheon BBN Technologies Corp.
* -----
* 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... | apache-2.0 |
debop/debop4s | debop4s-data-orm/src/main/scala/debop4s/data/orm/hibernate/repository/HibernateRepository.java | 10406 | package debop4s.data.orm.hibernate.repository;
import debop4s.core.collections.PaginatedList;
import debop4s.data.orm.hibernate.HibernateParameter;
import org.hibernate.*;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate.criterion.Example;
import org.hibernate.criterion.Order;
import org.hibernate... | apache-2.0 |
data-integrations/zuora | src/main/java/io/cdap/plugin/zuora/objects/ProxyModifyUnitOfMeasure.java | 2879 | /*
* Copyright © 2019 Cask Data, Inc.
*
* 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 ag... | apache-2.0 |
mabetle/mps | _libs/RGraph-4.32/demos/bar-background-hbars.html | 5414 | <!DOCTYPE html >
<html>
<head>
<link rel="stylesheet" href="demos.css" type="text/css" media="screen" />
<script src="../libraries/RGraph.common.core.js" ></script>
<script src="../libraries/RGraph.bar.js" ></script>
<script src="/mps/libs/jquery-1.11.3/jquery-1.11.3.js"></script>
<!--[if lt IE... | apache-2.0 |
richrd/bx | modules/cmdprefix.py | 528 | from mod_base import *
class CmdPrefix(Command):
"""Check or set the command prefix that the bot will respond to."""
def run(self, win, user, data, caller=None):
args = Args(data)
if args.Empty():
cp = self.bot.config["cmd_prefix"]
win.Send("current command prefix is: " ... | apache-2.0 |
ugli/habanero-java | src/main/java/se/ugli/habanero/j/HabaneroException.java | 285 | package se.ugli.habanero.j;
public class HabaneroException extends RuntimeException {
private static final long serialVersionUID = 8697180611643224014L;
public HabaneroException(final String msg) {
super(msg);
}
public HabaneroException(final Throwable t) {
super(t);
}
}
| apache-2.0 |
mxbossard/metadata-extractor-osgi | Javadoc/com/drew/imaging/tiff/TiffProcessingException.html | 11897 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>TiffProcessingException (Metadata-Extractor - JavaDoc - An Open Source Java Library for Image File Metadata)</title>
<link rel="stylesheet" type="text/css" href="..... | apache-2.0 |
carlospatinos/dockerDevelopmentEnviornments | base/jedit/Dockerfile | 352 | FROM magnitus/jedit
RUN adduser --disabled-password --gecos '' developer \
&& adduser developer sudo \
&& echo '%developer ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN usermod -a -G sudo developer
ENV HOME /home/developer
RUN sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.s... | apache-2.0 |
rafd123/aws-sdk-net | sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AttachVpnGatewayRequestMarshaller.cs | 2614 | /*
* Copyright 2010-2014 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 "l... | apache-2.0 |
mayfield/snowflake-connector-python | test/test_concurrent_multi_users.py | 5324 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012-2017 Snowflake Computing Inc. All right reserved.
#
"""
Concurrent test module
"""
from logging import getLogger
from multiprocessing.pool import ThreadPool
import pytest
from parameters import (CONNECTION_PARAMETERS_ADMIN)
logger = getLogger(__name... | apache-2.0 |
esm-services/esm-employee-service | src/main/java/com/esm/employee/service/utils/LocalDateTimeSerializer.java | 633 | package com.esm.employee.service.utils;
import java.io.IOException;
import java.time.LocalDate;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProv... | apache-2.0 |
emcvipr/dataservices-sdk-dotnet | AWSSDK/Amazon.ElasticLoadBalancing/AmazonElasticLoadBalancingClient.cs | 111516 | /*
* Copyright 2010-2013 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 "l... | apache-2.0 |
durwasa-chakraborty/navigus | .demeteorized/bundle/programs/server/app/lib/node_modules/modulus/node_modules/update-notifier/node_modules/chalk/node_modules/has-color/index.js | 555 | (function(){'use strict';
module.exports = (function () {
if (process.argv.indexOf('--no-color') !== -1) {
return false;
}
if (process.argv.indexOf('--color') !== -1) {
return true;
}
if (process.stdout && !process.stdout.isTTY) {
return false;
}
if (process.platform === 'win32') {
return true;
}
i... | apache-2.0 |
nedap/archie | src/main/java/com/nedap/archie/json/OpenEHRTypeNaming.java | 2751 | package com.nedap.archie.json;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.databind.DatabindContext;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver;
import com.fasterxml.jackson.databind.type.TypeFactory;
im... | apache-2.0 |
mdoering/backbone | life/Plantae/Bacillariophyta/Bacillariophyceae/Naviculales/Pinnulariaceae/Pinnularia/Pinnularia trivialiformis/README.md | 210 | # Pinnularia trivialiformis Lange-Bertalot & Metzeltin SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
gtache/intellij-lsp | intellij-lsp-dotty/src/org/jetbrains/plugins/scala/lang/psi/stubs/ScTemplateParentsStub.scala | 517 | package org.jetbrains.plugins.scala.lang.psi.stubs
import com.intellij.psi.stubs.StubElement
import org.jetbrains.plugins.scala.lang.psi.api.base.types.ScTypeElement
import org.jetbrains.plugins.scala.lang.psi.api.toplevel.templates.ScTemplateParents
/**
* User: Alexander Podkhalyuzin
* Date: 17.06.2009
*/
trai... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Dipsacales/Adoxaceae/Viburnum/Viburnum involucratum/README.md | 178 | # Viburnum involucratum Chapm. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
VirtualGamer/SnowEngine | Dependencies/opencl/src/org/lwjgl/opencl/INTELAdvancedMotionEstimation.java | 2988 | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opencl;
/**
* Native bindings to the <a href="http://www.khronos.org/registry/cl/extensions/intel/cl_intel_advanced_motion_estimation.txt">intel_advanced_motion_esti... | apache-2.0 |
OpenGamma/Strata | modules/pricer/src/test/java/com/opengamma/strata/pricer/impl/rate/ForwardIborInterpolatedRateComputationFnTest.java | 10827 | /*
* Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.pricer.impl.rate;
import static com.opengamma.strata.basics.index.IborIndices.GBP_LIBOR_3M;
import static com.opengamma.strata.basics.index.IborIndices.G... | apache-2.0 |
akihito104/UdonRoad | app/src/main/java/com/freshdigitable/udonroad/LinkableTextView.java | 1342 | /*
* Copyright (c) 2017. Matsuda, Akihit (akihito104)
*
* 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 applic... | apache-2.0 |
derek-wang/ca.rides.openfire | documentation/docs/javadoc/org/jivesoftware/openfire/session/ComponentSession.ExternalComponent.html | 15196 | <!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.5.0_22) on Sun Mar 03 15:16:52 CST 2013 -->
<TITLE>
ComponentSession.ExternalComponent (Openfire 3.8.1 Javadoc)
</TITLE>
<META NAME="keywords" CONTENT="... | apache-2.0 |
juhalindfors/bazel-patches | src/main/java/com/google/devtools/build/lib/syntax/SkylarkType.java | 28377 | // Copyright 2014 The Bazel 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 appl... | apache-2.0 |
taniamahanama/product-msf4j | core/src/test/java/org/wso2/msf4j/internal/router/PathRouterTest.java | 8334 | /*
* Copyright (c) 2016, WSO2 Inc. (http://wso2.com) 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 re... | apache-2.0 |
taochen/ssase | adaptable-software/soa/src/main/java/org/soa/ExtendedBB.java | 13454 | package org.soa;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.LinkedBlockingQueue;
import jmetal.core.Variable;
import jmetal.encodings.variable.Int;
import jmetal.util.JMExc... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Lamiaceae/Thymus/Thymus linearis/README.md | 172 | # Thymus linearis Benth. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
jeo/jeo | contrib/mongo/src/test/java/io/jeo/mongo/MongoGeoJSONTest.java | 800 | /* Copyright 2013 The jeo project. 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 appl... | apache-2.0 |
NetApp/trident | storage_drivers/ontap/api/rest/client/cluster/cluster_ntp_servers_create_parameters.go | 7672 | // Code generated by go-swagger; DO NOT EDIT.
package cluster
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
"context"
"net/http"
"time"
"github.com/go-openapi/errors"
"github.com/go-openapi/runtime"
cr "github.com/... | apache-2.0 |
kobotoolbox/enketo-express | app/lib/utils.js | 6115 | /**
* @module utils
*/
const crypto = require( 'crypto' );
const config = require( '../models/config-model' ).server;
const validUrl = require( 'valid-url' );
// var debug = require( 'debug' )( 'utils' );
/**
* Returns a unique, predictable openRosaKey from a survey oject
*
* @static
* @param {module:survey-mod... | apache-2.0 |
SpannaProject/SpannaAPI | src/main/java/org/spanna/reflect/ReflectiveObject.java | 371 | package org.spanna.reflect;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
public interface ReflectiveObject {
public boolean locate(ClassReader cr);
public boolean initializeReference();
public String getName();
public String getObfuscatedName();
public boolean ... | apache-2.0 |
NeoTech-Software/Android-Retainable-Tasks | library/src/main/java/org/neotech/library/retainabletasks/internal/TaskRetainingFragmentLogic.java | 618 | package org.neotech.library.retainabletasks.internal;
import androidx.annotation.RestrictTo;
import org.neotech.library.retainabletasks.TaskManager;
/**
* Created by Rolf on 4-3-2016.
*/
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public class TaskRetainingFragmentLogic {
private final BaseTaskManager taskMan... | apache-2.0 |
povphearom/UMusicPlayer | app/src/main/java/com/phearom/um/playback/QueueManager.java | 8980 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* 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 |
pimu/chef-repo | cookbooks/tabelle/recipes/default.rb | 133 | #
# Cookbook Name:: tabelle
# Recipe:: default
#
# Copyright 2016, YOUR_COMPANY_NAME
#
# All rights reserved - Do Not Redistribute
#
| apache-2.0 |
jlroviramartin/Essence | Essence.Util/Collections/Iterators/ListIt.cs | 2147 | // Copyright 2017 Jose Luis Rovira Martin
//
// 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 |
sonu283304/onos | drivers/default/src/main/java/org/onosproject/driver/query/FullVlanAvailable.java | 1617 | /*
* Copyright 2015 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 |
pixelhumain/communecter | views/rooms/header.php | 18400 | <?php
$cs = Yii::app()->getClientScript();
$cssAnsScriptFilesModule = array(
'/assets/css/rooms/header.css'
);
HtmlHelper::registerCssAndScriptsFiles($cssAnsScriptFilesModule, Yii::app()->theme->baseUrl);
$cssAnsScriptFilesModule = array(
// '/survey/css/mixitup/reset.css',
'/js/actionRooms/actionRooms.js'
);
H... | apache-2.0 |
sk0x50/ignite | modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheInvokeDirectResult.java | 7063 | /*
* 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 ... | apache-2.0 |
johannesbraun/clm_autocomplete | docs/solr-core/org/apache/solr/schema/class-use/PointType.html | 4938 | <!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_102) on Wed Nov 02 19:53:02 IST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.so... | apache-2.0 |
mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Dictyotales/Dictyotaceae/Dictyota/Dictyota volubilis/README.md | 185 | # Dictyota volubilis Kützing SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
hushulin/zsh_admin | system/libs/integrate.php | 1402 | <?php
// +----------------------------------------------------------------------
// | Fanwe 方维o2o商业系统
// +----------------------------------------------------------------------
// | Copyright (c) 2011 http://www.fanwe.com All rights reserved.
// +--------------------------------------------------------------------... | apache-2.0 |
hortonworks/cloudbreak | core-api/src/test/java/com/sequenceiq/cloudbreak/validation/customimage/UniqueRegionValidatorTest.java | 1393 | package com.sequenceiq.cloudbreak.validation.customimage;
import com.sequenceiq.cloudbreak.api.endpoint.v4.customimage.request.CustomImageCatalogV4VmImageRequest;
import org.junit.Before;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.Set;
import java.util.stream.Collec... | apache-2.0 |
projectatomic/buildah | config.go | 22655 | package buildah
import (
"context"
"encoding/json"
"runtime"
"strings"
"time"
"github.com/containers/buildah/docker"
"github.com/containers/image/v5/manifest"
"github.com/containers/image/v5/transports"
"github.com/containers/image/v5/types"
"github.com/containers/storage/pkg/stringid"
ociv1 "github.com/op... | apache-2.0 |
viant/toolbox | uri_test.go | 3363 | package toolbox_test
import (
"github.com/stretchr/testify/assert"
"github.com/viant/toolbox"
"github.com/viant/toolbox/url"
"testing"
)
func TestExtractURIParameters(t *testing.T) {
{
parameters, matched := toolbox.ExtractURIParameters("/v1/path/{app}/{version}/", "/v1/path/app/1.0/?v=12")
assert.True(t, m... | apache-2.0 |
CDCgov/SDP-CBR | phinms/src/test/java/gov/cdc/sdp/cbr/EmailOnExceptionTest.java | 2315 | package gov.cdc.sdp.cbr;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.apache.camel.CamelContext;
import org.apache.camel.EndpointInject;
import org.apache.camel.Exchange;
import org.apache.camel.Produce;
import org.apa... | apache-2.0 |
yantian001/2DShooting | Assets/2DShooting/Scripts/UI/CanvasHandler.cs | 692 | using UnityEngine;
using System.Collections;
public class CanvasHandler : MonoBehaviour
{
// Use this for initialization
void Awake()
{
LeanTween.addListener((int)Events.ENERGYPOWERIN, OnEnergyPowerIn);
LeanTween.addListener((int)Events.ENERGYPOWEROUT, OnEnergyPowerOut);
}
pu... | apache-2.0 |
txs72/BUPTJava | slides/19/examples/SuperWildCardDemo.java | 511 | public class SuperWildCardDemo {
public static void main(String[] args) {
GenericStack<String> stack1 = new GenericStack<String>();
GenericStack<Object> stack2 = new GenericStack<Object>();
stack2.push("Java");
stack2.push(2);
stack1.push("Sun");
add(stack1, stack2);
AnyWildCardDem... | apache-2.0 |
googleads/google-ads-python | google/ads/googleads/v9/services/services/bidding_strategy_service/transports/grpc.py | 12551 | # -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
#
# 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... | apache-2.0 |
iWay7/RemoteControl | RemoteControlBase/Protocol/RemoteExplorer/Requests/RenameContentReq.cs | 291 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace iWay.RemoteControlBase.Protocol.RemoteExplorer.Requests
{
public class RenameContentReq : BasicReq
{
public string ContentPath;
public string NewContentName;
}
}
| apache-2.0 |
ScottJason918/Objects | build/iphone/Classes/TiUISearchBarProxy.h | 931 | /**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
... | apache-2.0 |
yeuser/java-libs | abstract-service-library/dist/abstract-service-library-2.0.1-gamma/api/org/nise/ux/asl/face/package-frame.html | 1050 | <!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 Sun Dec 08 17:37:06 IRST 2013 -->
<title>org.nise.ux.asl.face (Abstract Service Library)</title>
<meta name="date" content="2013... | apache-2.0 |
mdoering/backbone | life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Dryopteridaceae/Dryopteris/Dryopteris ruwenzoriensis/README.md | 198 | # Dryopteris ruwenzoriensis C.Chr. ex Fraser-Jenk. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Diapensiaceae/ Syn. Galacaceae/README.md | 158 | # Galacaceae D. Don FAMILY
#### Status
SYNONYM
#### According to
GRIN Taxonomy for Plants
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Arecales/Arecaceae/Dypsis/Dypsis lutescens/ Syn. Chrysalidocarpus lutescens/README.md | 225 | # Chrysalidocarpus lutescens H.Wendl. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Bot. Zeitung (Berlin) 36(8):117. 1878
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Protozoa/Ciliophora/Oligotrichea/Tintinnida/Codonellidae/Poroecus/Poroecus apicatus/README.md | 192 | # Poroecus apicatus Kofoid & Campbell, 1929 SPECIES
#### Status
ACCEPTED
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Thelypteridaceae/Cyclosorus/Cyclosorus protectus/README.md | 186 | # Cyclosorus protectus (Copel.) Copel. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Cytisus/Cytisus graniticus/README.md | 184 | # Cytisus graniticus Rehmann SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Salicaceae/Salix/Salix stuartii/README.md | 170 | # Salix stuartii Druce SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Brassicales/Capparaceae/Capparis/Capparis corymbifera/README.md | 194 | # Capparis corymbifera E.Mey. ex Harv. & Sond. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Apocynaceae/Carruthersia/Carruthersia brassii/README.md | 188 | # Carruthersia brassii Merr. & L.M.Perry SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
funkey/neuroglancer | src/neuroglancer/webgl/texture.ts | 1865 | /**
* @license
* Copyright 2016 Google Inc.
* 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... | apache-2.0 |
jiumao-org/wechat-mall | mall-remoting/src/main/java/org/jiumao/remote/exception/RemotingTooMuchRequestException.java | 1085 | /**
* Copyright (C) 2010-2013 Alibaba Group Holding Limited
*
* 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 req... | apache-2.0 |
zalando-stups/tokens | src/main/java/org/zalando/stups/tokens/AbstractJsonFileBackedCredentialsProvider.java | 1522 | /**
* Copyright (C) 2015 Zalando SE (http://tech.zalando.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 requir... | apache-2.0 |
quarkusio/quarkus | independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/unused/RemoveUnusedInterceptorTest.java | 1563 | package io.quarkus.arc.test.unused;
import static org.junit.jupiter.api.Assertions.assertTrue;
import io.quarkus.arc.Arc;
import io.quarkus.arc.ArcContainer;
import io.quarkus.arc.test.ArcTestContainer;
import javax.enterprise.context.Dependent;
import javax.enterprise.event.Observes;
import javax.enterprise.inject.s... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Sasa/Sasa qingyuanensis/ Syn. Sasamorpha qingyuanensis/README.md | 188 | # Sasamorpha qingyuanensis C.H.Hu SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
wonstonx/wxgittest | day2 test1.py | 266 | __author__ = 'wangxun'
"""def double(list):
i=0
while i <len(list):
print i
list[i]=list[i]*2
i+=1
return(list)
"""
def doulbe(list):
i=0
[list[i]=list[i]*2 while i<len(list)]
return(list)
print double([1,2,3,4]) | apache-2.0 |
autodidacticon/informatica-powercenter-automation | src/app/java/net/orangemile/informatica/powercenter/domain/Transformation.java | 7970 | package net.orangemile.informatica.powercenter.domain;
import java.util.ArrayList;
import java.util.List;
import net.orangemile.informatica.powercenter.domain.constant.InstanceType;
import net.orangemile.informatica.powercenter.domain.constant.PortType;
public class Transformation implements Box, Cloneable... | apache-2.0 |
S41nz/TBTAF | tbtaf/common/enums/metadata_type.py | 379 | '''
Created on 04/11/2015
@author: S41nz
'''
class TBTAFMetadataType(object):
'''
Simple enumeration class that describes the types of metadata that can be discovered within a source code asset
'''
#Verdict enumeration types
#The verdict for a passing test
TEST_CODE="Test Code"
#The v... | apache-2.0 |
resmo/cloudstack-www | content/survey.html | 9310 | <!doctype html>
<html>
<head>
<title>Apache CloudStack: Open Source Cloud Computing</title>
<meta name="description" content="CloudStack is open source cloud computing software for creating, managing, and deploying infrastructure cloud services">
<meta itemprop="name" content="Apache Cloudstack">
... | apache-2.0 |
kiss5331/Android | FakeStudyApp/FakeStudy_s/app/src/main/java/showcaseview/Fragment_thred.java | 1888 | package showcaseview;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import ganggongui.dalkomsoft0... | apache-2.0 |
778477/778477.github.io | tags/SpriteKit/index.html | 3316 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tag: SpriteKit - 778477</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="778477">
<meta property="o... | apache-2.0 |
zig158/jdclassifier | jdclassifier/src/com/decker/jdclassifier/StringTokenizer.java | 1043 | package com.decker.jdclassifier;
import java.util.ArrayDeque;
import java.util.Queue;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class StringTokenizer extends AbstractTokenizer {
Queue<Token> tokenQueue = new ArrayDeque<Token>();
Token buffer = null;
int line = 0;
public StringTokeni... | apache-2.0 |
arrowli/RsyncHadoop | hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/org/apache/hadoop/mapreduce/v2/app/webapp/class-use/NavBlock.html | 4706 | <!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 Mon Dec 16 23:55:13 EST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.a... | apache-2.0 |
googleapis/google-cloud-cpp | google/cloud/bigtable/admin/internal/bigtable_table_admin_option_defaults.h | 1421 | // Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | apache-2.0 |
bindstone/graphbank | Backend/src/test/java/com/bindstone/graphbank/rest/DatabaseRestTest.java | 1140 | package com.bindstone.graphbank.rest;
import com.bindstone.graphbank.service.DatabaseService;
import com.jayway.restassured.module.mockmvc.RestAssuredMockMvc;
import io.restassured.RestAssured;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.... | apache-2.0 |
Brightspace/valence-ui-link | test/acceptance/link.html | 2807 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>link</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="../../../@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script type="module" src="../../d2l-link... | apache-2.0 |
stapetro/mnk_designpatterns | dpsamples/src/main/java/com/mnknowledge/dp/behavioral/observer/wheather/CurrentView.java | 705 | package com.mnknowledge.dp.behavioral.observer.wheather;
public class CurrentView implements Observer, DisplayElement {
private float temperature;
private float humidity;
@SuppressWarnings("unused")
private Subject weatherAPI;
public CurrentView(Subject weatherData) {
this.weatherAPI = we... | apache-2.0 |
kwatson7/WebVault | libs/Parse-1.2.4-javadoc/com/parse/class-use/ParseUser.html | 35629 | <!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 Thu May 02 11:01:54 PDT 2013 -->
<TITLE>
Uses of Class com.parse.ParseUser
</TITLE>
<META NAME="date" CONTENT="2013-05-02">
<LINK REL ="styl... | apache-2.0 |
AlexFalappa/hcc | af-toolkit/src/main/java/net/falappa/swing/table/SelectAllRenderer.java | 2222 | package net.falappa.swing.table;
import java.awt.Color;
import java.awt.Component;
import java.awt.Graphics;
import javax.swing.BorderFactory;
import javax.swing.JTable;
import javax.swing.UIManager;
import javax.swing.border.Border;
import javax.swing.table.DefaultTableCellRenderer;
/*
* Highlight only... | apache-2.0 |
ClaraVista-IT/kinesis-s3 | src/main/scala/com.snowplowanalytics.snowplow.storage.kinesis/s3/S3Pipeline.scala | 2039 | /*
* Copyright (c) 2014-2015 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at http://www.apach... | apache-2.0 |
tectronics/splinelibrary | 2.2/docs/Javadoc/org/drip/regression/spline/class-use/BasisSplineRegressionEngine.html | 4451 | <!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) on Fri Aug 09 15:47:05 EDT 2013 -->
<title>Uses of Class org.drip.regression.spline.BasisSplineRegressionEngine</title>
<meta na... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Phanerochaetaceae/Antrodiella/Antrodiella hoehnelii/Coriolus hoehnelii resupinatus/README.md | 266 | # Coriolus hoehnelii f. resupinatus Domanski FORM
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Monographiae Botanicae, Societas Botanicorum Poloniae (1963)
#### Original name
Coriolus hoehnelii f. resupinatus Domanski
### Remarks
null | apache-2.0 |
veltri/DLV2 | tests/parser/grounding_only.2.test.py | 71 | input = """
f(1).
:- f(X).
"""
output = """
f(1).
:- f(X).
"""
| apache-2.0 |
moopa3376/guard | guard-web/src/main/java/net/moopa3376/guard/fliter/TokenFilter.java | 1987 | package net.moopa3376.guard.fliter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletReque... | apache-2.0 |
cloudbase/openvswitch-hyperv-kernel | Scripts/install.cmd | 47 | netcfg -l .\OpenVSwitch.inf -c s -i openvswitch | apache-2.0 |
yp-engineering/marathon | src/main/scala/mesosphere/util/state/zk/ZkFuture.scala | 5334 | package mesosphere.util.state.zk
import akka.Done
import akka.util.ByteString
import org.apache.curator.framework.CuratorFramework
import org.apache.curator.framework.api.CuratorEventType._
import org.apache.curator.framework.api.{ BackgroundCallback, CuratorEvent }
import org.apache.zookeeper.KeeperException
import o... | apache-2.0 |
donmahallem/SphereEdit | src/main/java/don/sphere/ExifUtil.java | 3530 | package don.sphere;
import don.sphere.exif.IFDEntry;
import okio.Buffer;
import okio.ByteString;
import java.io.EOFException;
import java.io.IOException;
import java.text.ParseException;
/**
* Created by Don on 30.07.2015.
*/
public class ExifUtil extends SectionParser<SectionExif> {
public static final ByteSt... | apache-2.0 |
phurtado1112/cnaemvc | lib/JasperReport__5.6/docs/api/net/sf/jasperreports/j2ee/servlets/ImageServlet.html | 14707 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:20 EEST 2014 -->
<title>ImageServlet (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
... | apache-2.0 |
leetrunghoo/surfnews | app/scripts/main.js | 15008 | /* eslint-env browser */
(function() {
'use strict';
// Check to make sure service workers are supported in the current browser,
// and that the current page is accessed from a secure origin. Using a
// service worker from an insecure origin will trigger JS console errors. See
// http://www.chromi... | apache-2.0 |
back1992/ticool | components/com_xas/xapp/lib/rpc/lib/vendor/xapp/Log/Writer/Exception/Exception.php | 797 | <?php
defined('XAPP') || require_once(dirname(__FILE__) . '/../../../Core/core.php');
xapp_import('xapp.Log.Exception');
/**
* Log writer exception class
*
* @package Log
* @subpackage Log_Writer
* @class Xapp_Log_Writer_Exception
* @author Frank Mueller <support@xapp-studio.com>
*/
class Xapp_Log_Writer_Exce... | apache-2.0 |
catoyos-turnos/ETLT-DESA | ClienteAPI/1.0/ETLTClienteAPI_1.0/src/com/turnos/cliente/conexion/ClienteREST.java | 20545 | package com.turnos.cliente.conexion;
import java.util.Date;
import java.util.Hashtable;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.client.Invocation.Builder;
im... | apache-2.0 |
atomfrede/animated-octo-adventure | jenkins.service/src/main/java/de/atomfrede/jenkins/domain/coverage/ClassCoverage.java | 568 | package de.atomfrede.jenkins.domain.coverage;
import java.io.Serializable;
public class ClassCoverage implements Serializable {
private static final long serialVersionUID = -8132894251774828498L;
private int percentage;
private float percentageFloat;
public int getPercentage() {
return percentage;
}
pub... | apache-2.0 |
sylow/google-adwords-api | examples/v201003/update_ad.rb | 2835 | #!/usr/bin/ruby
#
# Author:: api.sgomes@gmail.com (Sérgio Gomes)
#
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
#
# License:: 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 o... | apache-2.0 |
qiujiayu/AutoLoadCache | autoload-cache-serializer/autoload-cache-serializer-hessian/src/main/java/com/jarvis/cache/serializer/hession/WeakReferenceDeserializer.java | 985 | package com.jarvis.cache.serializer.hession;
import com.caucho.hessian.io.AbstractHessianInput;
import com.caucho.hessian.io.AbstractMapDeserializer;
import com.caucho.hessian.io.IOExceptionWrapper;
import java.io.IOException;
import java.lang.ref.WeakReference;
/**
*
*/
public class WeakReferenceDeserializer exte... | apache-2.0 |
SoCe/SoCe | Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/javadoc/com/hazelcast/multimap/impl/txn/package-tree.html | 13499 | <!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_65) on Wed Nov 12 13:03:01 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>com.hazelcast.multi... | apache-2.0 |
wfscheper/vercmp | README.md | 350 | [](https://travis-ci.org/wfscheper/vercmp)
[](https://coveralls.io/github/wfscheper/vercmp?branch=add-coveralls)
# vercmp
Golang implementation o... | apache-2.0 |
zooltech/samples | java/jdk/src/test/java/jdk13/String/StringTest.java | 396 | /**
*
*/
package jdk13.String;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
/**
* @author yinxb
*/
class StringTest {
@Test
void test() {
String html = """
<html>
<body>
<p>Hello, world</p>
... | apache-2.0 |
GerHobbelt/MathJax | fonts/HTML-CSS/TeX/png/AMS/Regular/BBBold.js | 10460 | /*
* ../../../..//fonts/HTML-CSS/TeX/png/AMS/Regular/BBBold.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* 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:/... | apache-2.0 |
LEOLEOl/jsprit-me | viet-jsprit/src/main/java/com/ourcode/models/input/OCBreak.java | 1371 | package com.ourcode.models.input;
import com.google.gson.annotations.SerializedName;
import com.graphhopper.jsprit.core.problem.job.Break;
import java.util.ArrayList;
/**
* Created by LEOLEOl on 5/19/2017.
*/
public class OCBreak {
@SerializedName("breakCode")
private String breakCode;
@SerializedNam... | apache-2.0 |
shakamunyi/beam | examples/java8/src/test/java/com/google/cloud/dataflow/examples/complete/game/HourlyTeamScoreTest.java | 5012 | /*
* 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 |
vinther/rmit-rendering | include/renderer/resources/UniformBuffer.hpp | 609 | /*
* UniformBuffer.hpp
*
* Created on: 21/08/2013
* Author: svp
*/
#ifndef UNIFORMBUFFER_HPP_
#define UNIFORMBUFFER_HPP_
#include <stddef.h>
typedef unsigned int GLuint;
typedef unsigned int GLenum;
typedef int GLint;
namespace renderer
{
namespace resources
{
class UniformBuffer
{
public:
UniformBu... | apache-2.0 |
tohou/diesel | diesel/src/query_source/joins.rs | 3132 | use super::{QuerySource, Table};
use query_builder::*;
use expression::SelectableExpression;
use types::Nullable;
#[derive(Debug, Clone, Copy)]
#[doc(hidden)]
pub struct InnerJoinSource<Left, Right> {
left: Left,
right: Right,
}
impl<Left, Right> InnerJoinSource<Left, Right> {
pub fn new(left: Left, right... | apache-2.0 |