repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Diaporthaceae/Phomopsis/Phomopsis castaneae/README.md | 214 | # Phomopsis castaneae Woron. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Vest. tiflis. bot. Sada 35: 19 (1915)
#### Original name
Phomopsis castaneae Woron.
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Nectriaceae/Nectria/Nectria colletiae/README.md | 173 | # Nectria colletiae Rehm SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Nectria colletiae Rehm
### Remarks
null | apache-2.0 |
google/radium | Stylesheet.html | 1807 | <!--
Copyright 2020 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 agreed to in writing, software
d... | apache-2.0 |
kii-dev-jenkins/KiiFileStorageSampleApp | src/com/kii/cloud/engine/TaskType.java | 1522 | //
//
// Copyright 2012 Kii Corporation
// http://kii.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... | apache-2.0 |
gefangshuai/WiseMenuApp | css/iconfont.css | 5446 |
@font-face {font-family: "iconfont";
src: url('../fonts/iconfont.eot'); /* IE9*/
src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Sa... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Arthraxon/Arthraxon prionodes/ Syn. Arthraxon pilophorus/README.md | 185 | # Arthraxon pilophorus B.S.Sun SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
RyanTech/Forkids | ForKids/src/com/xlg/forkids/chat/holder/BaseUserInfoHolder.java | 2094 | package com.xlg.forkids.chat.holder;
import android.app.Activity;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.xlg.forkids.R;
import com.xlg.forkids.baseitems.BaseHolder;
import com.xlg.forkids.baseitems.BaseVAccount;
import com.xlg.forkids.baseitems.... | apache-2.0 |
Amevacorp/SaanSoft.AspNet.Identity3.MongoDB | samples/Web.MongoDBIdentitySample/Controllers/DiTestController.cs | 3643 | using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using SaanSoft.AspNet.Identity3.MongoDB;
using Web.MongoDBIdentitySample.Models;
// For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
namespace Web.MongoDBIdentitySample.Controllers
{
publ... | apache-2.0 |
agwlvssainokuni/springapp2 | corelib/elemental/src/test/java/cherry/elemental/util/ToMapUtilTest.java | 3335 | /*
* Copyright 2014,2016 agwlvssainokuni
*
* 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... | apache-2.0 |
nghiant2710/base-images | balena-base-images/golang/apalis-imx6q/ubuntu/cosmic/1.15.6/run/Dockerfile | 2356 | # AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:cosmic-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-... | apache-2.0 |
haokaibo/HankerRank | AmazonTest/src/com/hackerrank/test/ut/FillingJarsTestCase.java | 500 | package com.hackerrank.test.ut;
import static org.junit.Assert.*;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Test;
import com.hackerrank.test.FillingJars;
public class FillingJarsTestCase {
@AfterClass
public static void tearDownAfterClass() throws Exception {
}
@Test
public void ... | apache-2.0 |
nekodo/amphtml | build-system/tasks/presubmit-checks.js | 18988 | /**
* Copyright 2015 The AMP HTML 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 require... | apache-2.0 |
dasomel/egovframework | common-component/v3.6.2/src/script/altibase/dml/sym.mnu_insert_altibase.sql | 209685 |
INSERT INTO COMTECOPSEQ ( TABLE_NAME, NEXT_ID ) VALUES ('ADBKUSER_ID', 1);
INSERT INTO COMTECOPSEQ ( TABLE_NAME, NEXT_ID ) VALUES ('ADBK_ID', 1);
INSERT INTO COMTECOPSEQ ( TABLE_NAME, NEXT_ID ) VALUES ('ADMINIST_WORD_ID', 1);
INSERT INTO COMTECOPSEQ ( TABLE_NAME, NEXT_ID ) VALUES ('ADMIN_CODE_OPERT', 1);
INSE... | apache-2.0 |
syphr42/libmythtv-java | ws/src/main/java/org/syphr/mythtv/ws/backend/impl/GuideService0_25.java | 2555 | /*
* Copyright 2011-2012 Gregory P. Moyer
*
* 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 |
scaug10/NETESP | src/main/java/com/g10/ssm/service/LearningTaskCoursewareService.java | 835 | package com.g10.ssm.service;
import java.util.List;
import com.g10.ssm.po.LearningTaskCoursewareKey;
public interface LearningTaskCoursewareService {
public List<LearningTaskCoursewareKey> queryLearningTaskCourseware() throws Exception;
public String[] queryAllCoursewareUrl(Integer learningTaskId) throws Exceptio... | apache-2.0 |
bwsw/cloudstack-ui | src/app/shared/actions/volume-actions/volume-delete/volume-delete-dialog.component.ts | 817 | import { Component, HostListener, Inject } from '@angular/core';
import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material';
@Component({
selector: 'cs-volume-delete-dialog',
templateUrl: './volume-delete-dialog.component.html',
styleUrls: ['./volume-delete-dialog.component.scss'],
})
export class VolumeD... | apache-2.0 |
TheTemportalist/Tardis | src/main/scala/com/tardis/common/dimensions/VoidGeneratorProv.scala | 2074 | package com.tardis.common.dimensions
import java.util
import com.tardis.common.init.TardisBlocks
import com.temportalist.origin.api.common.lib.V3O
import net.minecraft.entity.EnumCreatureType
import net.minecraft.init.Blocks
import net.minecraft.util.IProgressUpdate
import net.minecraft.world.chunk.{Chunk, IChunkProv... | apache-2.0 |
down4u/WeiXinMPSDK | src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlersTest.Event.cs | 6144 | using System;
using System.Xml.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Senparc.Weixin.MP.Entities;
namespace Senparc.Weixin.MP.Test.MessageHandlers
{
public partial class MessageHandlersTest
{
#region 微信认证事件推送
/// <summary>
/// 微信认证事件测试
/// </summary>
... | apache-2.0 |
m-m-m/util | lang/src/main/java/net/sf/mmm/util/lang/api/Orientation.java | 1997 | /* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.util.lang.api;
import net.sf.mmm.util.lang.api.attribute.AttributeReadValue;
/**
* This enum contains the available values for the orientation.
*
* @see Alignment
*
... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Ganodermataceae/Ganoderma/Ganoderma resinaceum/ Syn. Polyporus sessilis/README.md | 257 | # Polyporus sessilis (Murrill) Lloyd, 1915 SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycol. Writ. 4 (Syn. Apus) 371 (1915)
#### Original name
Ganoderma sessile Murrill, 1902
### Remarks
null | apache-2.0 |
mapstream/mapstream | src/main/java/io/github/mapstream/PairEntryStreamImpl.java | 6109 | package io.github.mapstream;
import java.util.Comparator;
import java.util.Iterator;
import java.util.Optional;
import java.util.Spliterator;
import java.util.function.*;
import java.util.stream.*;
class PairEntryStreamImpl<K, V> implements PairEntryStream<K, V> {
private Stream<PairEntry<K, V>> delegate;
P... | apache-2.0 |
bingoohuang/excel2javabeans | src/main/java/com/github/bingoohuang/excel2beans/annotations/MergeType.java | 194 | package com.github.bingoohuang.excel2beans.annotations;
public enum MergeType {
/**
* 直接合并。
*/
Direct,
/**
* 按相同值合并。
*/
SameValue,
}
| apache-2.0 |
ufc-great/mpos | android/MpOS API/src/br/ufc/mdcc/mpos/net/profile/ProfileNetworkFull.java | 8129 | /*******************************************************************************
* Copyright (C) 2014 Philipp B. Costa
*
* 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.ap... | apache-2.0 |
naveedaz/azure-powershell | src/ResourceManager/Compute/Commands.Compute/Generated/Snapshot/SnapshotDeleteMethod.cs | 6217 | //
// Copyright (c) Microsoft and contributors. 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 requi... | apache-2.0 |
Kami/libcloud | contrib/scrape-ec2-prices.py | 9128 | #!/usr/bin/env python
#
# 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 (th... | apache-2.0 |
rpaulo/libdispatch-freebsd | src/internal.h | 12808 | /*
* Copyright (c) 2008-2011 Apple Inc. All rights reserved.
*
* @APPLE_APACHE_LICENSE_HEADER_START@
*
* 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/lic... | apache-2.0 |
SAP/xliff-1-2 | com.sap.mlt.xliff12.impl/src/main/java/com/sap/mlt/xliff12/impl/attribute/PropTypeImpl.java | 340 | package com.sap.mlt.xliff12.impl.attribute;
import com.sap.mlt.xliff12.api.attribute.PropType;
import com.sap.mlt.xliff12.impl.base.XliffAttributeImpl;
/**
* @deprecated
*/
public class PropTypeImpl extends XliffAttributeImpl implements PropType {
public PropTypeImpl(String propType) {
super(NAME, pr... | apache-2.0 |
yoavrubin/azure-sdk-for-net | src/ResourceManagement/DataLake.StoreUploader/DataLakeStoreUploader.Tests/UnitTests/MultipleSegmentUploaderTests.cs | 12372 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MultipleSegmentUploaderTests.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <summary>
// Unit tests for the Multiple... | apache-2.0 |
inktomi/cirrus | cirrus-library/src/main/java/com/inktomi/cirrus/forecast/TimeCoordinate.java | 558 | package com.inktomi.cirrus.forecast;
import org.simpleframework.xml.Element;
@Element
public enum TimeCoordinate {
UTC("UTC"),
LOCAL("local");
private final String value;
TimeCoordinate(String v) {
value = v;
}
public String value() {
return value;
}
public static ... | apache-2.0 |
aqnote/AndroidTest | app-barcode/src/main/java/com/aqnote/app/barcode/history/DBHelper.java | 1955 | /*
* Copyright (C) 2009 ZXing 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 applicable law or agr... | apache-2.0 |
InMobi/hadoop | docs/jdiff/changes/org.apache.hadoop.fs.ChecksumFileSystem.html | 5634 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.0.9">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates... | apache-2.0 |
heroiclabs/nakama | console/ui/src/app/status/status.component.html | 7791 | <script src="status.component.ts"></script><h2 class="pb-4">Status</h2>
<ngb-alert *ngIf="error" type="danger" [dismissible]="false">
<img src="/static/svg/red-triangle.svg" alt="" width="16" height="" class="mr-2">
<h6 class="mr-2 d-inline font-weight-bold">An error occurred: {{error}}</h6>
</ngb-alert>
<table c... | apache-2.0 |
AustinCanlin/NDCustomPart3Rom | samsumg/g9200/tomato/tmp/setsh.sh | 127 | #!/sbin/sh
/sbin/mount -a
chmod -R 0755 /system/bin/0*.sh
chmod -R 0755 /system/bin/9*.sh
chmod 0755 /system/xbin/sqlite3
| apache-2.0 |
xasx/camunda-bpm-platform | engine-spring/src/test/java/org/camunda/bpm/engine/spring/test/transaction/modification/CalculateTimerDate.java | 1058 | /*
* Copyright © 2013-2019 camunda services GmbH and various authors (info@camunda.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... | apache-2.0 |
jior/glaf | workspace/glaf-mail/src/main/java/com/glaf/mail/mapper/MailStorageMapper.java | 1402 | /*
* 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 no... | apache-2.0 |
flant/dapp | docs/documentation/_includes/reference/cli/werf_helm_chart_push.md | 2173 | {% if include.header %}
{% assign header = include.header %}
{% else %}
{% assign header = "###" %}
{% endif %}
Upload a chart to a remote registry.
Note: the ref must already exist in the local registry cache.
Must first run "helm chart save" or "helm chart pull".
{{ header }} Syntax
```shell
wer... | apache-2.0 |
rikf/Holophonor | src/main/java/holophonor/org/objectweb/asm/commons/AdviceAdapter.java | 19221 | /***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistribution... | apache-2.0 |
sardine/mina-ja | src/mina-core/target/site/apidocs/org/apache/mina/core/polling/AbstractPollingIoProcessor.html | 55091 | <!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_20) on Sat May 29 01:41:07 JST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
AbstractPollingIoProcessor (Apach... | apache-2.0 |
freignat91/blockchain | server/gnode/receiverManager.go | 5407 | package gnode
import (
"fmt"
"io"
"sync"
"time"
)
type ReceiverManager struct {
usage int
gnode *GNode
buffer MessageBuffer
receiverList []*MessageReceiver
ioChan chan *AntMes
nbReceiver int
receiver MessageReceiver
answerMap map[string]*AntMes
getChan chan string
... | apache-2.0 |
resin-io-library/base-images | balena-base-images/dotnet/npe-x500-m3/ubuntu/focal/6.0-runtime/run/Dockerfile | 2556 | # AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-ubuntu:focal-run
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
... | apache-2.0 |
ramonmaruko/camel | components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftEndpoint.java | 4430 | /**
* 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 |
Minato262/Design-Pattern | src/java/main/org/designpattern/manage/base/creationalpatterns/prototype/Prototype.java | 1057 | /*
* Copyright 2016-2016 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 ap... | apache-2.0 |
simquest/opensurgsim | SurgSim/Collision/ShapeShapeContactCalculation.h | 4441 | // This file is a part of the OpenSurgSim project.
// Copyright 2013-2015, SimQuest Solutions 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... | apache-2.0 |
googleinterns/cloud-operations-api-mock | internal/validation/mock_trace_validation.go | 10158 | // 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... | apache-2.0 |
TakWolf/CNode-Material-Design | app/src/main/java/org/cnodejs/android/md/ui/jsbridge/FormatJavascriptInterface.java | 439 | package org.cnodejs.android.md.ui.jsbridge;
import android.webkit.JavascriptInterface;
import org.cnodejs.android.md.util.FormatUtils;
import org.joda.time.DateTime;
public final class FormatJavascriptInterface {
public static final String NAME = "formatBridge";
@JavascriptInterface
public String getRe... | apache-2.0 |
dzolnai/marathon-email-notifier | src/main/scala/daniel/zolnai/marathon/entity/AppConfig.scala | 373 | package daniel.zolnai.marathon.entity
/**
* Application configuration object.
* Created by Daniel Zolnai on 2016-07-10.
*/
case class AppConfig(zooKeeperURL: Option[String],
marathonURL: String,
localDirectory: Option[String],
emailConfig: EmailConfi... | apache-2.0 |
LingjuAI/AssistantBySDK | app/src/main/java/com/lingju/assistant/view/AlarmItemDialog.java | 2902 | package com.lingju.assistant.view;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import com.lingju.assistant.R;
import java.util.HashMap;
import java.util.Map;
import butterknife.Bin... | apache-2.0 |
aboukaram/sunshine-version-chadi | app/src/main/java/com/example/android/sunshine/app/data/WeatherProvider.java | 14859 | /*
* 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 |
cedral/aws-sdk-cpp | aws-cpp-sdk-neptune/include/aws/neptune/model/DeleteDBInstanceRequest.h | 14153 | /*
* 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 |
shisoft/LinkedIn-J | core/src/main/java/com/google/code/linkedinapi/schema/InvitationRequest.java | 2192 | /*
* Copyright 2010-2011 Nabeel Mukhtar
*
* 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 |
yashdsaraf/reimagined-eureka | frontend/src/app/components/docs/docs-content.ts | 2385 | export interface DocItem {
title: string
url?: string
children?: DocItem[]
}
export const DOCS: DocItem[] = [
{
title: 'Projects',
children: [
{
title: 'How to create a project?',
url: 'assets/docs/projects/how_to_create_project.html'
},
{
title: 'How to open, ... | apache-2.0 |
wuyinlei/SuperMarket | src/main/java/com/wuyin/supermarket/manager/ThreadManager.java | 3126 | package com.wuyin.supermarket.manager;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
/**
* Created by wuyin on 2016/5/2.
* 管理线程池
*/
public class ThreadManager {
ThreadPoolProxy poolProxy;
private static ThreadManager... | apache-2.0 |
jordane/chef | spec/unit/resource/homebrew_package_spec.rb | 1212 | #
# Author:: Joshua Timberman (<joshua@getchef.com>)
# Copyright (c) 2014, Chef Software, Inc. <legal@getchef.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.or... | apache-2.0 |
pilhuhn/hawkular-android-client | src/main/java/org/hawkular/client/android/backend/model/Environment.java | 1729 | /*
* Copyright 2015 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.ap... | apache-2.0 |
sidheshenator/autopsy | Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverOutputParser.java | 6641 | /*
* Autopsy Forensic Browser
*
* Copyright 2014 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* 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://ww... | apache-2.0 |
onosfw/apis | suricata/apis/detect-flowint_8c.js | 798 | var detect_flowint_8c =
[
[ "MAX_SUBSTRINGS", "detect-flowint_8c.html#a7d9ab03945d9f1a2af62c4bb49206536", null ],
[ "PARSE_REGEX", "detect-flowint_8c.html#adcc3158aa6bb4d1bd0ddf953a33f55ec", null ],
[ "DetectFlowintFree", "detect-flowint_8c.html#a7fbc34befd7d405cffd01896b8fddf6f", null ],
[ "DetectFlowi... | apache-2.0 |
LiberatorUSA/GUCEF | platform/gucefVFS/src/gucefVFS_CVFSHandle.cpp | 4430 | /*
* gucefVFS: GUCEF module implementing a Virtual File System
* Copyright (C) 2002 - 2007. Dinand Vanvelzen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
*... | apache-2.0 |
Talend/data-prep | dataprep-api/src/main/java/org/talend/dataprep/api/service/command/preparation/PreparationMove.java | 2751 | // ============================================================================
//
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// https://github.com/Talend/data-prep/blob/master/LICENSE
//
// You should have received a copy of the agreement
//... | apache-2.0 |
araqne/logdb | araqne-logdb/src/test/java/org/araqne/logdb/query/expr/ArrayTest.java | 1892 | /**
* Copyright 2014 Eediom 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 agreed to ... | apache-2.0 |
rzajac/docmd | docs/Kicaj-DocMd-DocMd.md | 4380 | ## Class Kicaj\DocMd\DocMd
Class generates markdown documentation.
## Extends
- Symfony\Component\Console\Command\Command
## Methods
| | | | |
| -------... | apache-2.0 |
dbosque/Stub | dBosque.Stub.Server.Soap/Types/SoapStubMessage.cs | 8596 | using dBosque.Stub.Interfaces;
using dBosque.Stub.Services;
using dBosque.Stub.Services.Extensions;
using dBosque.Stub.Services.Types;
using dBosque.Stub.Server.Soap.Interface;
using Microsoft.AspNetCore.Http;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.... | apache-2.0 |
hantsy/spring4-sandbox | data-jpa/src/main/java/com/hantsylabs/example/spring/jpa/spec/QueryDslPredicates.java | 1031 | package com.hantsylabs.example.spring.jpa.spec;
import java.util.Date;
import com.hantsylabs.example.spring.model.QConference;
import com.querydsl.core.BooleanBuilder;
import com.querydsl.core.types.Predicate;
public class QueryDslPredicates {
public static Predicate inProgressConferences() {
QConference conf = ... | apache-2.0 |
projectcalico/calico | libcalico-go/lib/backend/encap/ipip.go | 771 | // Copyright (c) 2016 Tigera, Inc. 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 |
matt-richardson/teamcity-octopus-build-trigger-plugin | octopus-build-trigger-server/src/test/java/com/mjrichardson/teamCity/buildTriggers/Fakes/FakeCacheManager.java | 773 | package com.mjrichardson.teamCity.buildTriggers.Fakes;
import com.mjrichardson.teamCity.buildTriggers.CacheManager;
import java.net.URI;
import java.util.HashMap;
import java.util.UUID;
public class FakeCacheManager implements CacheManager {
private HashMap<String, String> cache = new HashMap<>();
@Override... | apache-2.0 |
nesterione/JavaTrainings | src/javaselast/examples/csv/CsvReader.java | 945 | package javaselast.examples.csv;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.Reader;
import java.lang.reflect.Field;
public class CsvReader extends Reader {
private BufferedReader bufferedReader;
public CsvReader(Reader reader) {
bufferedReader = new BufferedReader(read... | apache-2.0 |
IS-ENES-Data/esgf-pid | esgfpid/rabbit/asynchronous/thread_feeder.py | 13289 | import logging
import pika
import sys
if sys.version[0] == '2':
import Queue as queue
else:
import queue as queue
from .. import rabbitutils
import esgfpid.defaults as defaults
from esgfpid.utils import loginfo, logdebug, logtrace, logerror, logwarn, log_every_x_times
LOGGER = logging.getLogger(__name__)
LOGGE... | apache-2.0 |
anmei/netty-3.10.1.Final | doc/xref/org/jboss/netty/channel/local/LocalChannelRegistry.html | 6970 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>LocalChannelRegistry xref</title>
<link ... | apache-2.0 |
DanielSerdyukov/rxsqlite | alchemy/src/main/java/alchemy/Alchemy.java | 1801 | /*
* Copyright (C) 2017 exzogeni.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 |
lgoldstein/communitychest | chest/base-utils/jmx/src/main/java/net/community/chest/jmx/JMXProtocol.java | 4647 | package net.community.chest.jmx;
import java.io.IOException;
import java.util.Collection;
import net.community.chest.dom.DOMUtils;
import net.community.chest.io.EOLStyle;
import net.community.chest.jmx.dom.MBeanEntryDescriptor;
/**
* <P>Copyright 2008 as per GPLv2</P>
*
* <P>Definitions of the proprietary JMX pro... | apache-2.0 |
datawire/ambassador | python/ambassador/fetch/ingress.py | 11005 | from typing import ClassVar, FrozenSet
from ..config import Config
from .dependency import IngressClassesDependency, SecretDependency, ServiceDependency
from .k8sobject import KubernetesGVK, KubernetesObject
from .k8sprocessor import ManagedKubernetesProcessor
from .resource import NormalizedResource, ResourceManager... | apache-2.0 |
spring-projects/spring-framework | spring-context/src/main/java/org/springframework/cache/config/CacheNamespaceHandler.java | 2210 | /*
* Copyright 2002-2017 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | apache-2.0 |
eug48/hapi-fhir | hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/interceptor/auth/AuthorizationInterceptor.java | 12075 | package ca.uhn.fhir.rest.server.interceptor.auth;
/*
* #%L
* HAPI FHIR - Server Framework
* %%
* Copyright (C) 2014 - 2017 University Health Network
* %%
* 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 ... | apache-2.0 |
benjchristensen/RxJava | src/main/java/io/reactivex/internal/observers/BasicIntQueueDisposable.java | 1391 | /**
* Copyright 2016 Netflix, 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 agreed to in w... | apache-2.0 |
googlemaps/android-samples | ApiDemos/kotlin/README.md | 2179 | Google Maps Android API Demos
===================================
These are demos for the [Maps SDK for Android](https://developers.google.com/maps/documentation/android-api/)
and [Maps SDK for Android V3 BETA](https://developers.google.com/maps/documentation/android-sdk/v3-client-migration) libraries
in Kotlin.
They... | apache-2.0 |
FacePlusPlus/MegviiFacepp-Android-SDK | faceppdemo/src/main/java/com/facepp/demo/mediacodec/MediaHelper.java | 4231 | package com.facepp.demo.mediacodec;
import android.opengl.EGL14;
import android.opengl.GLSurfaceView;
import android.opengl.Matrix;
import java.io.IOException;
/**
* Created by xiejiantao on 2017/10/27.
*/
public class MediaHelper {
/**
* muxer for audio/video recording
*/
private MediaMuxerW... | apache-2.0 |
nikhilghanathe/HLS-for-EMTF | sources_sim/best_delta.cpp | 2443 | #include <ap_int.h>
#include "spbits.h"
#include "deltas.h"
#define bw_num 2
void delta::best_delta_seg_ch(
ap_uint<bw_th> dth [seg_ch*seg_ch], //change this when nseg value is changed
ap_uint<seg_ch*seg_ch> sth,//change this when nseg value is changed
ap_uint<seg_ch*seg_ch> dvl,//change this when nseg value... | apache-2.0 |
stefanschneider/cf-abacus | tools/coverage/src/index.js | 5626 | 'use strict';
// Report overall code coverage from Istanbul coverage files.
// Implemented in ES5 for now
/* eslint no-var: 0 */
var _ = require('underscore');
var path = require('path');
var fs = require('fs');
var util = require('util');
var tty = require('tty');
var istanbul = require('istanbul');
var map = _.ma... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Cacalia/Cacalia punctulata/README.md | 174 | # Cacalia punctulata Vell. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
D3-LucaPiombino/MassTransit | src/MassTransit.AzureServiceBusTransport/Contexts/ConnectionContext.cs | 2155 | // Copyright 2007-2015 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// 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 |
rishabh9/distance-calculator | src/main/java/in/notwork/calculator/GeoPoint.java | 1339 | package in.notwork.calculator;
import java.io.Serializable;
import java.util.Objects;
/**
* @author rishabh.
*/
public class GeoPoint implements Serializable {
private double latitude;
private double longitude;
public GeoPoint() {
super();
}
public GeoPoint(double latitude, double lon... | apache-2.0 |
ralscha/bsoncodec-apt | src/main/java/ch/rasc/bsoncodec/model/FieldModel.java | 1920 | /**
* Copyright 2015-2018 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 appl... | apache-2.0 |
lerwine/JSCookbook | src/TypeExtensions/StringExtensions.js | 2780 | /**
* Trim leading and trailing whitespace
* @return {String} Returns trimmed string
*/
String.prototype.trim = function() {
return this.replace(/^\s+/, '').replace(/\s+$/, '');
}
/**
* Creates a new string utilizing placeholders defined in the source string
* @param {Object} values Array or object whose indices... | apache-2.0 |
cjcjameson/gpdb | src/backend/gp_libpq_fe/gp-libpq-int.h | 21966 | /*-------------------------------------------------------------------------
*
* gp-libpq-int.h
* This file contains internal definitions meant to be used only by
* the frontend libpq library, not by applications that call it.
*
* An application can include this file if it wants to bypass the
* official A... | apache-2.0 |
googleapis/dotnet-spanner-entity-framework | Google.Cloud.EntityFrameworkCore.Spanner.Tests/MigrationTests/GenerateCreateScriptTest.cs | 5850 | // 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 ... | apache-2.0 |
YeewenTan/YeewenTan.github.io | datavecdoc/org/datavec/hadoop/conf/package-tree.html | 4848 | <!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_73) on Mon Sep 19 13:17:59 PDT 2016 -->
<title>org.datavec.hadoop.conf Class Hierarchy</title>
<meta name="date" content="2016-09-19">
<link re... | apache-2.0 |
adbrucker/SecureBPMN | designer/src/org.activiti.designer.model.edit/src/org/eclipse/bpmn2/provider/FormValueItemProvider.java | 5555 | /**
* <copyright>
*
* Copyright (c) 2010 SAP AG.
* 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
*
* Contributors:
... | apache-2.0 |
qnq777/matrixcode.js-legacy | public_html/js/qrcode/qrmcdata.js | 2139 |
///done, not debug
__g_qrmCmatsize__ = [
undefined,
11, 13, 15, 17
];
///
__g_qrmCdatacodewords__ = {
L:[
undefined,
3, 5, 11, 16
],
M:[
undefined,
0, 4, 9, 14
],
Q:[
undefined,
0, 0, 0, 10
]
};
///
__g_qrmCtotalcodewords__ = {
L:[
undefined,
... | apache-2.0 |
varshavaradarajan/functional-tests | tools/jruby/lib/ruby/gems/1.8/doc/rack-1.0.0/rdoc/classes/Rack/Handler/FastCGI.src/M000089.html | 1281 | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>send_body (Rack::Handler::FastCGI)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />... | apache-2.0 |
stlrnz/PHPJsonConverter | lib/stlrnz/json/converter/exception/ConverterException.php | 886 | <?php
/*
* Copyright 2014 Stefan Lorenz
*
* 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 agre... | apache-2.0 |
tdunning/log-synth | src/main/java/com/mapr/anomaly/Event.java | 4105 | /*
* Licensed to the Ted Dunning under one or more contributor license
* agreements. See the NOTICE file that may be
* distributed with this work for additional information
* regarding copyright ownership. Ted Dunning licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may n... | apache-2.0 |
dmnfarrell/epitopemap | controllers/default.py | 49804 | # -*- coding: utf-8 -*-
# this file is released under public domain and you can use without limitations
#########################################################################
## This is a samples controller
## - index is the default action of any application
## - user is required for authentication and authorizatio... | apache-2.0 |
stubey/azure-sdk-for-go | arm/apimanagement/loggers.go | 20774 | package apimanagement
// Copyright (c) Microsoft and contributors. 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
//
... | apache-2.0 |
wu8685/prometheus | retrieval/discovery/kubernetes/discovery.go | 21262 | // Copyright 2015 The Prometheus 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 applicable law or agreed to... | apache-2.0 |
windwardadmin/android-awt | src/main/java/org/apache/commons/imaging/common/ImageMetadata.java | 2989 | /*
* 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 |
googleads/google-ads-dotnet | src/V9/Types/FeedMappingStatus.g.cs | 9184 | // <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/enums/feed_mapping_status.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobu... | apache-2.0 |
chugh22/ButterToast | README.md | 1179 | # ButterToast
CustomToast Library
Under development
## Some Screenshots
<img src = "https://github.com/chugh22/ButterToast/blob/master/screenshots/error.png">
<img src = "https://github.com/chugh22/ButterToast/blob/master/screenshots/warning.png">
<img src = "https://github.com/chugh22/ButterToast/blob/master/scre... | apache-2.0 |
ThanakornDN/WorkShopI | Logout.php | 38 | <?php
header("location:Login.php");
?> | apache-2.0 |
intercom/intercom-java | intercom-java/src/main/java/io/intercom/api/NoteCollection.java | 617 | package io.intercom.api;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
@SuppressWarnings("UnusedDeclaration")
@JsonIgnoreProperties(ignoreUnknown = true)
public class NoteCollection extends TypedDataCollection<Note> {
... | apache-2.0 |
gravitee-io/graviteeio-access-management | gravitee-am-ui/src/app/domain/components/emails/email/email.component.ts | 6286 | /*
* 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 |
hidekatsu-izuno/xmlic | src/main/java/net/arnx/xmlic/internal/org/jaxen/expr/UnionExpr.java | 3019 | /*
* $Header$
* $Revision: 1228 $
* $Date: 2006-11-08 08:00:22 -0800 (Wed, 08 Nov 2006) $
*
* ====================================================================
*
* Copyright 2000-2002 bob mcwhirter & James Strachan.
* All rights reserved.
*
* Redistribution and use in source and binary forms, wit... | apache-2.0 |