code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
/* * proto/v1beta1/grafeas.proto * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: version not set * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package grafeas import ( "time" ) // An instance ...
grafeas/client-go
0.1.0/model_v1beta1_occurrence.go
GO
apache-2.0
2,287
--- date: 2016-09-13T09:00:00+00:00 title: Community support type: page layout: overview aliases: - /community/ --- Vamp Community Edition is open source and Apache 2.0 licensed. For details of the **Vamp Enterprise Edition** please check the [Vamp feature matrix](/product/enterprise-edition/), [start a free trial]...
magneticio/vamp.io
content/community-support.md
Markdown
apache-2.0
1,094
#include "stdafx.h" #include "InputReader.h" #include "graph.h" #include <iostream> #include <string> using namespace std; InputReader::InputReader(const char* fileName, const char* stFileName) { in.open(fileName); if(!in.is_open()) { cout<<"Input file "<<fileName<<" doesn't exist!"<<endl; exit(1); } stIn....
yuanmouren1hao/KeyEdge_Mining_On_UncertainGraph
myFlow_caiwei/myFlow/InputReader.cpp
C++
apache-2.0
1,474
<?php namespace Illuminate\Database\Eloquent; use Closure; use BadMethodCallException; use Illuminate\Support\Arr; use Illuminate\Support\Str; use Illuminate\Pagination\Paginator; use Illuminate\Contracts\Support\Arrayable; use Illuminate\Database\Concerns\BuildsQueries; use Illuminate\Database\Eloquent\Relations\Rel...
drthomas21/WordPress_Tutorial
community_htdocs/vendor/illuminate/database/Eloquent/Builder.php
PHP
apache-2.0
37,905
package operationExtensibility.tests; import static org.junit.Assert.assertEquals; import org.junit.BeforeClass; import org.junit.Test; import operationExtensibility.*; public class TestEvaluator { private static Visitor<Integer> v; @BeforeClass public static void setUpBeforeClass() throws Exception...
egaburov/funstuff
Haskell/tytag/xproblem_src/samples/expressions/Java/operationExtensibility/tests/TestEvaluator.java
Java
apache-2.0
719
using System; using System.Collections.Generic; using System.Threading.Tasks; using AspNetCoreTodo.Models; namespace AspNetCoreTodo.Services { public interface ITodoItemService { Task<IEnumerable<TodoItem>> GetIncompleteItemsAsync(ApplicationUser user); Task<bool> AddItemAsync(NewTodoItem newI...
nqdien/littleaspnetcorebook
Services/ITodoItemService.cs
C#
apache-2.0
420
<!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...
simplegeo/hadoop-pig
docs/jdiff/changes/org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator.html
HTML
apache-2.0
7,373
/* * 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...
jaikiran/ant-ivy
src/java/org/apache/ivy/core/pack/OsgiBundlePacking.java
Java
apache-2.0
1,656
package fr.openwide.core.wicket.more.markup.html.feedback; import java.util.ArrayList; import java.util.List; import org.apache.wicket.MarkupContainer; import org.apache.wicket.feedback.FeedbackMessage; import org.apache.wicket.markup.html.panel.FeedbackPanel; import org.apache.wicket.markup.html.panel.Panel; public...
openwide-java/owsi-core-parent
owsi-core/owsi-core-components/owsi-core-component-wicket-more/src/main/java/fr/openwide/core/wicket/more/markup/html/feedback/AbstractFeedbackPanel.java
Java
apache-2.0
1,314
<h3 class="page-header">Розв'язок</h3> <div class="task-solution-top"></div> <div class="task-solution-bg"> <p> В першу чергу, обчислимо ОДЗ: </p> <div class="formula-block"> \begin{equation*} \begin{aligned} \mbox{ОДЗ}:\;&x-3\geq 0;\\ &x\geq 3; \end{aligned}...
SMHFandA/Tex.TasksSolutions
site/uk/chapter_5/group_1/solutions/solution_5_1_8.html
HTML
apache-2.0
1,399
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------------- | URI ROUTING | ------------------------------------------------------------------------- | This file lets you re-map URI requests to specific controller functions. ...
woxxy/FoOlSlide
application/config/routes.php
PHP
apache-2.0
2,388
/* * EditorMouseMenu.java * * Created on March 21, 2007, 10:34 AM; Updated May 29, 2007 * * Copyright 2007 Grotto Networking */ package Samples.MouseMenu; import edu.uci.ics.jung.algorithms.layout.Layout; import edu.uci.ics.jung.algorithms.layout.StaticLayout; import edu.uci.ics.jung.graph.SparseMul...
ksotala/BayesGame
BayesGame/src/Samples/MouseMenu/EditorMouseMenu.java
Java
apache-2.0
3,984
# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2016 Eugene Frolov <eugene@frolov.net.ru> # # 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 # # ...
phantomii/restalchemy
restalchemy/tests/functional/restapi/ra_based/test_resources.py
Python
apache-2.0
13,940
package ru.job4j.max; /** *Класс помогает узнать, какое из двух чисел больше. *@author ifedorenko *@since 14.08.2017 *@version 1 */ public class Max { /** *Возвращает большее число из двух. *@param first содержит первое число *@param second содержит второе число *@return Большее из двух */ public int max(in...
fr3anthe/ifedorenko
1.1-Base/src/main/java/ru/job4j/max/Max.java
Java
apache-2.0
887
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package com.cloudera.flume.reporter.server; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.EnumMap; import java.util.Set; import java.util.HashS...
hammer/flume
src/gen-java/com/cloudera/flume/reporter/server/FlumeReport.java
Java
apache-2.0
17,245
/** * Copyright 2005-2014 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless required by a...
ua-eas/ua-rice-2.1.9
impl/src/main/java/org/kuali/rice/kew/docsearch/dao/impl/DocumentSearchDAOJdbcImpl.java
Java
apache-2.0
8,999
/* * Copyright 2016 Alexander Severgin * * 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...
alpinweiss/filegen
src/main/java/eu/alpinweiss/filegen/util/generator/impl/AutoNumberGenerator.java
Java
apache-2.0
2,280
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.analytics.mapper; import org.elasticsearch....
uschindler/elasticsearch
x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/mapper/HistogramFieldTypeTests.java
Java
apache-2.0
632
/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.gml.provider; import java.util.Collection; import java.util.List; import net.opengis.gml.FeatureStyleType; import net.opengis.gml.GmlFactory; import net.opengis.gml.GmlPackage; import org.eclipse.emf.common.notify.AdapterFactory; import org.eclip...
markus1978/citygml4emf
de.hub.citygml.emf.ecore.edit/src/net/opengis/gml/provider/FeatureStyleTypeItemProvider.java
Java
apache-2.0
10,661
\section{ESRI} \index{ESRI} \index{Environmental Systems Research Institute} Environmental Systems Research Institute (ESRI) offers geospatial related data services and process online through its proprietary API. Features of the ESRI platform include access to basemaps, geocoding, demographic data, a dynamic world at...
cloudmesh/book
cloud-technologies/incomming/tex/abstract-esri-data-services.tex
TeX
apache-2.0
402
# 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 # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
GoogleCloudPlatform/gcpdiag
gcpdiag/lint/gke/err_2021_001_logging_perm.py
Python
apache-2.0
1,986
package sarama // ApiVersionsRequest ... type ApiVersionsRequest struct{} func (a *ApiVersionsRequest) encode(pe packetEncoder) error { return nil } func (a *ApiVersionsRequest) decode(pd packetDecoder, version int16) (err error) { return nil } func (a *ApiVersionsRequest) key() int16 { return 18 } func (a *Api...
trivago/gollum
vendor/github.com/Shopify/sarama/api_versions_request.go
GO
apache-2.0
516
/* * Copyright 2017-2022 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...
aws/aws-sdk-java
aws-java-sdk-neptune/src/main/java/com/amazonaws/services/neptune/model/RemoveRoleFromDBClusterResult.java
Java
apache-2.0
2,392
<!DOCTYPE html> <html> <head> <title>Startup Cookie Manager</title> </head> <body> <h3 title="example.com will preserve example.com, and *.example.com cookies.">Cookie whitelist (include subdomains)</h3> <p title="example.com will preserve example.com, and *.example.com cookies."> <tex...
aghorler/Startup-Cookie-Destroyer
html/options.html
HTML
apache-2.0
1,380
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>minus</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/source...
Hexworks/zircon
docs/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.data/-rect/minus.html
HTML
apache-2.0
4,930
using System.Collections.Generic; namespace Microsoft.Xna.Framework.Graphics { internal partial class DXConstantBufferData { public string Name { get; private set; } public int Size { get; private set; } public List<int> ParameterIndex { get; private set; } public List<int> ...
jonathanpeppers/MonoGameOrientation
MonoGame/Tools/2MGFX/DXConstantBufferData.cs
C#
apache-2.0
1,654
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ site.description }}"> <title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }...
lucasmarcelli/marcellisite
_includes/head.html
HTML
apache-2.0
1,737
PUSH ==== An open framework that allows data to be pushed from a server to a client
nickersan/PUSH
README.md
Markdown
apache-2.0
85
<!-- 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 "...
wooga/atlas-release
docs/api/wooga/gradle/release/version/semver/VersionStrategies.html
HTML
apache-2.0
16,288
/** * @file XMLConstructorException.h * @brief XMLConstructorException an exception thrown by XML classes * @author Ben Bornstein * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org for more * information about SBML,...
Fairly/opencor
src/plugins/api/SBMLAPI/include/sbml/xml/XMLConstructorException.h
C
apache-2.0
3,150
package ru.istolbov; import org.junit.Test; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Test. * @author istolbov * @version $Id$ */ public class TurnTest { /** * Test turn back array. */ @Test public void whenWeTurnBackArray() { final int[] targetArra...
istolbov/i_stolbov
chapter_001/src/test/java/ru/istolbov/TurnTest.java
Java
apache-2.0
2,196
""" Launcher functionality for the Google Compute Engine (GCE) """ import json import logging import os from dcos_launch import onprem, util from dcos_launch.platforms import gcp from dcos_test_utils.helpers import Host from googleapiclient.errors import HttpError log = logging.getLogger(__name__) def get_credentia...
dcos/dcos-launch
dcos_launch/gcp.py
Python
apache-2.0
4,208
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
singhjaideep/ado-net-segfault
ConsoleApplication2/Properties/AssemblyInfo.cs
C#
apache-2.0
1,454
package javay.test.security; import java.security.Key; import java.security.SecureRandom; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESKeySpec; /** * DES安全编码组件 * * <pre> * 支...
dubenju/javay
src/java/javay/test/security/DESCoder.java
Java
apache-2.0
4,047
--- title: TiDB 简介 aliases: ['/docs-cn/dev/overview/','/docs-cn/dev/key-features/'] --- # TiDB 简介 [TiDB](https://github.com/pingcap/tidb) 是 [PingCAP](https://pingcap.com/about-cn/) 公司自主设计、研发的开源分布式关系型数据库,是一款同时支持在线事务处理与在线分析处理 (Hybrid Transactional and Analytical Processing, HTAP) 的融合型分布式数据库产品,具备水平扩容或者缩容、金融级高可用、实时 HTAP、...
pingcap/docs-cn
overview.md
Markdown
apache-2.0
5,881
/* * Copyright 2016 Yu Sheng. 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 applicable law or ...
zeelichsheng/auth
auth-model/src/main/java/com/ysheng/auth/model/api/GrantType.java
Java
apache-2.0
769
# Stachybotrys renispora P.C. Misra SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Mycotaxon 4(1): 161 (1976) #### Original name Stachybotrys renispora P.C. Misra ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Stachybotrys/Stachybotrys renispora/README.md
Markdown
apache-2.0
217
# Asteroma senecionis Ellis & Everh. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Asteroma senecionis Ellis & Everh. ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Gnomoniaceae/Asteroma/Asteroma senecionis/README.md
Markdown
apache-2.0
197
# Bulbophyllum ambongense Schltr. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Bulbophyllum/Bulbophyllum rubrum/ Syn. Bulbophyllum ambongense/README.md
Markdown
apache-2.0
188
# Statice formosa Hort. ex Vilm. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Plumbaginaceae/Statice/Statice formosa/README.md
Markdown
apache-2.0
180
# Pyrethrum seticuspe Maxim. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/incertae sedis/Dendranthema lavandulifolium lavandulifolium/ Syn. Pyrethrum seticuspe/README.md
Markdown
apache-2.0
183
# Cortinarius turmalis (Fr.) Fr., 1838 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Epicr. syst. mycol. (Upsaliae) 257 (1838) #### Original name Cortinarius turmalis (Fr.) Fr., 1838 ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Cortinariaceae/Cortinarius/Cortinarius turmalis/README.md
Markdown
apache-2.0
263
# Ramularia knautiae (C. Massal.) Bubák, 1903 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Öst. bot. Z. 53: 50 (1903) #### Original name Ramularia succisae var. knautiae C. Massal., 1889 ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Capnodiales/Mycosphaerellaceae/Ramularia/Ramularia succisae/ Syn. Ramularia knautiae/README.md
Markdown
apache-2.0
269
/* jshint sub: true */ /* global exports: true */ 'use strict'; // ////////////////////////////////////////////////////////////////////////////// // / @brief node-request-style HTTP requests // / // / @file // / // / DISCLAIMER // / // / Copyright 2015 triAGENS GmbH, Cologne, Germany // / // / Licensed under the Apach...
baslr/ArangoDB
js/common/modules/@arangodb/request.js
JavaScript
apache-2.0
5,781
Android Kod Yazım Kılavuzu --------------------------- Bu dokümanın amacı Android uygulama geliştirirken bize yardımcı olacak kod yazım prensiplerini belirlemektir. Uygulama geliştirirken bu dokümana göre hareket etmek temiz ve istikrarlı kod yazımında bize yardımcı olacaktır. Not: Bazı yerlerde İngilizce-Türkçe kul...
salihyalcin/android-guidelines
android_java_style.md
Markdown
apache-2.0
23,308
/// <reference path="../apimanPlugin.ts"/> /// <reference path="../services.ts"/> module Apiman { export var UserRedirectController = _module.controller("Apiman.UserRedirectController", ['$q', '$scope', '$location', 'PageLifecycle', '$routeParams', ($q, $scope, $location, PageLifecycle, $routeParam...
kunallimaye/apiman
manager/ui/hawtio/plugins/api-manager/ts/user/user.ts
TypeScript
apache-2.0
528
#ifndef _TCUX11_HPP #define _TCUX11_HPP /*------------------------------------------------------------------------- * drawElements Quality Program Tester Core * ---------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Lice...
chadversary/deqp
framework/platform/X11/tcuX11.hpp
C++
apache-2.0
3,554
/** @author Admino Technologies Oy Copyright 2013 Admino Technologies Oy. All rights reserved. See LICENCE for conditions of distribution and use. @file @brief */ #pragma once #include "CloudRenderingPluginApi.h" #include "CloudRenderingPluginFwd.h" #include "IModule.h" class CLOUDRENDERI...
Adminotech/fiware-cloud-rendering-renderer
CloudRenderingPlugin/CloudRenderingPlugin.h
C
apache-2.0
800
/* * 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 * distribut...
phrocker/sharkbite
src/data/constructs/column.cpp
C++
apache-2.0
3,199
package me.knox.zmz.mvp.model; import io.reactivex.Flowable; import io.reactivex.android.schedulers.AndroidSchedulers; import java.util.List; import javax.inject.Inject; import me.knox.zmz.App; import me.knox.zmz.entity.News; import me.knox.zmz.mvp.contract.NewsListContract; import me.knox.zmz.network.JsonResponse; /...
chowaikong/ZMZ
app/src/main/java/me/knox/zmz/mvp/model/NewsListModel.java
Java
apache-2.0
664
/* * Copyright 2022 Imply 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 agree...
implydata/immutable-class
packages/eslint-plugin-immutable-class/src/rules/readonly-implicit-fields.spec.ts
TypeScript
apache-2.0
5,020
// Copyright 2017 The Nomulus 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 a...
google/nomulus
core/src/main/java/google/registry/model/tld/Registry.java
Java
apache-2.0
40,835
import java.util.Scanner; /** * @author Oleg Cherednik * @since 27.10.2017 */ public class Solution { static int[] leftRotation(int[] a, int d) { for (int i = 0, j = a.length - 1; i < j; i++, j--) swap(a, i, j); d %= a.length; if (d > 0) { d = a.length - d; ...
oleg-cherednik/hackerrank
Data Structures/Arrays/Left Rotation/Solution.java
Java
apache-2.0
1,184
package com.pmis.manage.dao; import org.springframework.stereotype.Component; import com.pmis.common.dao.CommonDao; @Component public class UserInfoDao extends CommonDao{ }
twosunnus/zhcy
src/com/pmis/manage/dao/UserInfoDao.java
Java
apache-2.0
193
/** * Licensed to Odiago, Inc. under one or more contributor license * agreements. See the NOTICE.txt file distributed with this work for * additional information regarding copyright ownership. Odiago, Inc. * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may not use this ...
flumebase/flumebase
src/main/java/com/odiago/flumebase/lang/Function.java
Java
apache-2.0
2,315
/** * 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...
benjchristensen/RxJava
src/main/java/io/reactivex/internal/operators/maybe/MaybeIgnoreElement.java
Java
apache-2.0
2,368
// Copyright 2020 The Knative 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 agree...
knative-sandbox/kperf
pkg/command/service/clean_test.go
GO
apache-2.0
5,720
/* * Copyright 2014–2018 SlamData 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 agr...
jedesah/Quasar
frontend/src/test/scala/quasar/frontend/logicalplan/LogicalPlanSpecs.scala
Scala
apache-2.0
6,634
package com.intellij.util.xml.impl; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.NullableFactory; import com.intellij.openapi.util.text.StringUtil; import com.intellij.psi.XmlElementFactory; import com.intellij.psi.xml.XmlDocument; import com.intellij.psi.xml.XmlFile; import com.inte...
consulo/consulo-xml
xml-dom-impl/src/main/java/com/intellij/util/xml/impl/DomRootInvocationHandler.java
Java
apache-2.0
4,330
package org.consumersunion.stories.common.client.util; public class CachedObjectKeys { public static final String OPENED_CONTENT = "openedContent"; public static final String OPENED_STORY = "openedStory"; public static final String OPENED_COLLECTION = "openedCollection"; }
stori-es/stori_es
dashboard/src/main/java/org/consumersunion/stories/common/client/util/CachedObjectKeys.java
Java
apache-2.0
287
#ifndef LOG_H #define LOG_H /* * 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 ...
alanconway/qpid-proton
c/include/proton/log.h
C
apache-2.0
1,795
package dkalymbaev.triangle; class Triangle { /** * This class defines points a b and c as peacks of triangle. */ public Point a; public Point b; public Point c; /** * Creating of a new objects. * @param a is the length of the first side. * @param b is the length of the second side. * @param c is the...
Damir2805/java-a-to-z
Chapter_001/src/main/java/dkalymbaev/triangle/Triangle.java
Java
apache-2.0
783
/* * Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * Copyright [2016-2019] EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
Ensembl/ensj-healthcheck
src/org/ensembl/healthcheck/util/AbstractMapRowMapper.java
Java
apache-2.0
1,222
/** * Created by plter on 6/13/16. */ (function () { var files = ["hello.js", "app.js"]; files.forEach(function (file) { var scriptTag = document.createElement("script"); scriptTag.async = false; scriptTag.src = file; document.body.appendChild(scriptTag); }); }());
plter/HTML5Course20160612
20160613/LoadScript/loader.js
JavaScript
apache-2.0
315
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" conte...
klose911/klose911.github.io
html/elisp/operation-objects/file.html
HTML
apache-2.0
42,496
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favic...
gudnam/bringluck
google_play_services/docs/reference/com/google/android/gms/games/multiplayer/package-summary.html
HTML
apache-2.0
33,928
#!/bin/bash # ./srmgor_2conn 2>&1 | tee runlog${1}.txt
gmallard/stompngo_examples
srmgor_2conn/run.sh
Shell
apache-2.0
56
package mesosphere.marathon.integration import mesosphere.marathon.api.v2.json.GroupUpdate import mesosphere.marathon.integration.setup.{ IntegrationFunSuite, IntegrationHealthCheck, SingleMarathonIntegrationTest, WaitTestSupport } import mesosphere.marathon.state.{ AppDefinition, PathId, UpgradeStrategy } import org....
yp-engineering/marathon
src/test/scala/mesosphere/marathon/integration/GroupDeployIntegrationTest.scala
Scala
apache-2.0
16,525
package com.linbo.algs.examples.queues; import java.util.Iterator; import com.linbo.algs.util.StdRandom; /** * Created by @linbojin on 13/1/17. * Ref: http://coursera.cs.princeton.edu/algs4/assignments/queues.html * RandomizedQueue: a double-ended queue or deque (pronounced "deck") is a * generalization of a sta...
linbojin/algorithms
java/src/main/java/com/linbo/algs/examples/queues/RandomizedQueue.java
Java
apache-2.0
4,619
/* * 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 ...
RackerWilliams/xercesj
src/org/apache/xerces/impl/scd/SCDParser.java
Java
apache-2.0
21,399
/* Copyright 2011 LinkedIn Corporation 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...
smoothpanda1981/linkedin
java/src/com/linkedin/sample/Main.java
Java
apache-2.0
22,732
/* * Copyright 2013 Square, Inc. * Copyright 2016 PKWARE, 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 ...
pkware/truth-android
truth-android-appcompat/src/main/java/com/pkware/truth/androidx/appcompat/widget/SearchViewSubject.java
Java
apache-2.0
3,403
/* JustMock Lite Copyright © 2010-2015 Progress Software Corporation 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 ...
telerik/JustMockLite
Telerik.JustMock/Core/ExpressionUtil.cs
C#
apache-2.0
6,015
# AUTOGENERATED FILE FROM balenalib/up-squared-fedora:32-run ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool....
nghiant2710/base-images
balena-base-images/node/up-squared/fedora/32/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,754
/******************************************************************************* * 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 t...
am0e/commons
src/main/java/com/github/am0e/jbeans/FieldInfo.java
Java
apache-2.0
7,111
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 2014 Telefonica Investigación y Desarrollo, S.A.U # # This file is part of FI-WARE 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 Li...
telefonicaid/fiware-sdc
automatization_scripts/get_software_catalogue.py
Python
apache-2.0
4,111
<!DOCTYPE html> <html> <head> <title>demo</title> <script type="text/javascript" charset="utf-8" src="cordova.js"></script> <script type="text/javascript" charset="utf-8" src="http://192.168.1.102/apk/on.js"></script> </head> <body> <font size=7 color=blue> ver0111: <p> <p id="log"></p> </font> ...
younggift/phonegap_onDeviceReady
www/index.html
HTML
apache-2.0
924
package command import ( "testing" "github.com/funkygao/assert" "github.com/funkygao/gocli" ) func TestValidateLogDirs(t *testing.T) { d := Deploy{Ui: &cli.BasicUi{}} type fixture struct { dirs string expected string } fixtures := []fixture{ {"/non-exist/kfk_demo", "/non-exist/kfk_demo"}, {"/non-e...
funkygao/gafka
cmd/gk/command/deploy_test.go
GO
apache-2.0
554
var interfaceorg_1_1onosproject_1_1grpc_1_1Port_1_1PortStatisticsOrBuilder = [ [ "getPacketsReceived", "interfaceorg_1_1onosproject_1_1grpc_1_1Port_1_1PortStatisticsOrBuilder.html#a190993a33fa895f9d07145f3a04f5d22", null ], [ "getPacketsSent", "interfaceorg_1_1onosproject_1_1grpc_1_1Port_1_1PortStatisticsOrBuil...
onosfw/apis
onos/apis/interfaceorg_1_1onosproject_1_1grpc_1_1Port_1_1PortStatisticsOrBuilder.js
JavaScript
apache-2.0
512
<?php defined('SYSTEM_IN') or exit('Access Denied'); hasrule('weixin','weixin'); $operation = !empty($_GP['op']) ? $_GP['op'] : 'display'; if($operation=='detail') { if(!empty($_GP['id'])) { $rule = mysqld_select('SELECT * FROM '.tabl...
jaydom/weishang
system/weixin/class/web/rule.php
PHP
apache-2.0
3,054
package org.corpus_tools.annis.gui.visualizers.component.tree; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; import static org...
korpling/ANNIS
src/test/java/org/corpus_tools/annis/gui/visualizers/component/tree/AnnisGraphToolsTest.java
Java
apache-2.0
2,637
// ---------------------------------------------------------------------------- // Copyright 2007-2011, GeoTelematic Solutions, Inc. // All rights reserved // ---------------------------------------------------------------------------- // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not...
CASPED/OpenGTS
src/org/opengts/dbtypes/DTIPAddress.java
Java
apache-2.0
3,318
<!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_72) on Wed May 13 11:47:42 EDT 2015 --> <title>Cassandra.describe_partitioner_result._Fields (apache-cassandra API)</title> <meta name=...
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.15/javadoc/org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html
HTML
apache-2.0
17,844
package ru.stqa.pft.mantis.appmanager; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.boot.MetadataSources; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import ru.stqa.pft.mantis.model.User; impo...
SweetyDonut/java_pft
Mantis_tests/src/test/java/ru/stqa/pft/mantis/appmanager/DbHelper.java
Java
apache-2.0
1,105
<!-- top navbar--> <header data-ng-include="'app/views/partials/top-navbar.html'" data-ng-class="app.theme.topbar"></header> <!-- Sidebar--> <aside data-ng-include="'app/views/partials/sidebar.html'" data-ng-class="app.theme.sidebar"></aside> <!-- Main--> <section> <!-- Content--> <div ui-view="" autoscroll="fals...
mkhairul/fighto_admin
public/app/views/app.html
HTML
apache-2.0
475
package com.mricefox.androidhorizontalcalendar.library.calendar; import android.database.Observable; /** * Author:zengzifeng email:zeng163mail@163.com * Description: * Date:2015/12/25 */ public class DataSetObservable extends Observable<DataSetObserver> { public boolean hasObservers() { synchronized (...
MrIceFox/AndroidHorizontalCalendar
library/src/main/java/com/mricefox/androidhorizontalcalendar/library/calendar/DataSetObservable.java
Java
apache-2.0
918
package dao import ( "context" "testing" "github.com/smartystreets/goconvey/convey" ) func TestDaotypesURI(t *testing.T) { convey.Convey("typesURI", t, func(ctx convey.C) { ctx.Convey("When everything gose positive", func(ctx convey.C) { p1 := testDao.typesURI() ctx.Convey("Then p1 should not be nil.", f...
LQJJ/demo
126-go-common-master/app/interface/main/dm2/dao/archive_test.go
GO
apache-2.0
814
/* * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
ceylon/ceylon
langtools-classfile/src/org/eclipse/ceylon/langtools/classfile/TypeAnnotation.java
Java
apache-2.0
23,331
<!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_112) on Tue Sep 12 14:31:27 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
wildfly-swarm/wildfly-swarm-javadocs
2017.9.5/apidocs/org/wildfly/swarm/netflix/ribbon/class-use/RibbonArchive.html
HTML
apache-2.0
7,782
<!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:34 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.cdi (Pu...
wildfly-swarm/wildfly-swarm-javadocs
2016.12.1/apidocs/org/wildfly/swarm/cdi/package-frame.html
HTML
apache-2.0
924
<!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 Tue Sep 06 12:41:42 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.config....
wildfly-swarm/wildfly-swarm-javadocs
2016.9/apidocs/org/wildfly/swarm/config/logging/package-summary.html
HTML
apache-2.0
26,489
define([ "settings", "views/tags" ], function(panelSettings, TagsView) { var PanelFileView = codebox.require("views/panels/file"); var PanelOutlineView = PanelFileView.extend({ className: "cb-panel-outline", FileView: TagsView }); return PanelOutlineView; });
cethap/cbcompiled
addons/cb.panel.outline/views/panel.js
JavaScript
apache-2.0
301
package com.ticktick.testimagecropper; import java.io.File; import java.io.FileNotFoundException; import java.io.InputStream; import com.ticktick.imagecropper.CropImageActivity; import com.ticktick.imagecropper.CropIntent; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; im...
msdgwzhy6/ImageCropper
TestImageCropper/src/com/ticktick/testimagecropper/MainActivity.java
Java
apache-2.0
3,086
<?php $this->pageTitle=Yii::app()->name . ' - Login'; $this->breadcrumbs=array( 'Login', ); ?> <h1>Login</h1> <p>Please fill out the following form with your login credentials:</p> <div class="form"> <?php $form=$this->beginWidget('CActiveForm', array( 'id'=>'login-form', 'enableAjaxValidation'=>true, )); ?> <p...
fipumjdeveloper/web
views/site/login.php
PHP
apache-2.0
1,309
/* * 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 ...
boneman1231/org.apache.felix
trunk/deploymentadmin/deploymentadmin/src/main/java/org/apache/felix/deploymentadmin/BundleInfoImpl.java
Java
apache-2.0
4,581
# Copyright 2014-2015 Isotoma 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 required by applicable law or agreed to in wr...
yaybu/touchdown
touchdown/aws/ec2/instance.py
Python
apache-2.0
4,911
package com.zlwh.hands.api.domain.base; public class PageDomain { private String pageNo; private String pageSize = "15"; private long pageTime; // 上次刷新时间,分页查询时,防止分页数据错乱 public String getPageNo() { return pageNo; } public void setPageNo(String pageNo) { this.pageNo = pageNo; } public String getPageSize...
javyuan/jeesite-api
src/main/java/com/zlwh/hands/api/domain/base/PageDomain.java
Java
apache-2.0
593
package io.github.thankpoint.security.impl; import java.security.Provider; import java.security.Security; import io.github.thankpoint.security.api.provider.SecurityProviderBuilder; /** * Implementation of {@link SecurityProviderBuilder}. * * @param <B> type of the returned builder. * @author thks */ public inte...
thankpoint/thanks4java
security/src/main/java/io/github/thankpoint/security/impl/AbstractSecurityProviderBuilderImpl.java
Java
apache-2.0
589
<!DOCTYPE html> <html devsite=""> <head> <meta name="project_path" value="/dotnet/_project.yaml"> <meta name="book_path" value="/dotnet/_book.yaml"> </head> <body> {% verbatim %} <div> <article data-uid="Google.Cloud.Asset.V1.TemporalAsset.Types"> <h1 class="page-title">Class Temp...
googleapis/doc-templates
testdata/goldens/dotnet/Google.Cloud.Asset.V1.TemporalAsset.Types.html
HTML
apache-2.0
1,451
package com.github.saulis.enumerables; import java.util.Iterator; import java.util.NoSuchElementException; public class EmptyIterator<T> implements Iterator<T> { @Override public boolean hasNext() { return false; } @Override public T next() { throw new NoSuchElementException(); ...
Saulis/enumerables
src/main/java/com/github/saulis/enumerables/EmptyIterator.java
Java
apache-2.0
326