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
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
AuxMon/azure-sdk-for-node
lib/services/operationalInsightsManagement/lib/models/dataSourceListResult.js
JavaScript
apache-2.0
1,648
<link rel="import" href="../../../../../bower_components/paper-spinner/paper-spinner.html"> <dom-module id="nav-level-element"> <style> :host{ display: block; height: 100%; } .circle { width: 25px; height: 25px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }...
coduno/app
app/elements/coder/challenge/page/ccc/nav-level-element.html
HTML
apache-2.0
1,338
#-------------------------------------------------------------------- #----- GRNOC TSDS Aggregation DataService Library #----- #----- Copyright(C) 2015 The Trustees of Indiana University #-------------------------------------------------------------------- #----- $HeadURL: svn+ssh://svn.grnoc.iu.edu/grnoc/tsds/services...
daldoyle/tsds-services
lib/GRNOC/TSDS/DataService/Aggregation.pm
Perl
apache-2.0
26,631
/* * * 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"); ...
adufilie/flex-falcon
compiler/src/org/apache/flex/compiler/problems/EmbedMultipleMetaTagsProblem.java
Java
apache-2.0
1,453
/* * Copyright 2022 ThoughtWorks, 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...
Skarlso/gocd
server/src/main/java/com/thoughtworks/go/server/materials/SCMMaterialSource.java
Java
apache-2.0
6,425
#include "config/config.h" #include <sys/types.h> #include <sys/wait.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <sys/errno.h> #include <string.h> #include "dispatch_test.h" #define _test_print(_file, _line, _desc, \ _expr, _fmt1, _val1, _fmt2, _val...
JackieXie168/libdispatch
doc/opengcd/trunk/libdispatch-197/testing/dispatch_test.c
C
apache-2.0
4,442
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
LabAixBidouille/EmbeddedTeam
courses/examples/CMSIS/Device/ATMEL/sam4e/include/component/hsmci.h
C
apache-2.0
32,547
# Copyright 2016 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 writing, ...
blowmage/gcloud-ruby
google-cloud-logging/lib/google/cloud/logging/rails.rb
Ruby
apache-2.0
10,156
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * 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...
ge0ffrey/optaplanner
optaplanner-core/src/main/java/org/optaplanner/core/impl/score/stream/drools/quad/DroolsQuadToTriGroupByCollectorProcessor.java
Java
apache-2.0
3,217
# # Author:: Daniel DeLeo (<dan@opscode.com>) # Copyright:: Copyright (c) 2013 Opscode, Inc. # License:: Apache License, Version 2.0 # # 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 # # ht...
BackSlasher/chef
spec/integration/client/ipv6_spec.rb
Ruby
apache-2.0
4,937
/* * OCILIB - C Driver for Oracle (C Wrapper for Oracle OCI) * * Website: http://www.ocilib.net * * Copyright (c) 2007-2016 Vincent ROGIER <vince.rogier@ocilib.net> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
ysmgigi/dbss
src/ocilib-4.2.1/src/exception.c
C
apache-2.0
30,607
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class ...
awslabs/aws-sdk-cpp
aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/model/InferenceS3InputConfiguration.h
C
apache-2.0
4,407
/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.cache; /*- * #%L * Rythm Template Engine * %% * Copyright (C) 2017 - 2021 OSGL (Open Source General Library) * %% * Licensed under the Apache Lic...
rythmengine/rythmengine
src/main/java/org/rythmengine/cache/EhCacheServiceFactory.java
Java
apache-2.0
1,271
/** * Licensed to the Austrian Association for Software Tool Integration (AASTI) * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. The AASTI licenses this file to you under the Apache License, * Version 2...
openengsb-attic/openengsb-api
src/main/java/org/openengsb/core/api/security/OpenEngSBSecurityException.java
Java
apache-2.0
1,499
package org.andidev.applicationname.format.custom; import java.util.Locale; import org.andidev.applicationname.format.annotation.CustomFormat; import org.apache.commons.lang3.StringUtils; import org.springframework.expression.EvaluationContext; import org.springframework.expression.ExpressionParser; import org.springf...
andidev/spring-bootstrap-enterprise
src/main/java/org/andidev/applicationname/format/custom/CustomPrinter.java
Java
apache-2.0
1,468
package com.capitalone.dashboard.model; import com.capitalone.dashboard.util.FeatureCollectorConstants; import org.springframework.stereotype.Component; /** * Collector implementation for Feature that stores system configuration * settings required for source system data connection (e.g., API tokens, etc.) */ @Com...
tabladrum/Hygieia
collectors/test-results/jira-xray/src/main/java/com/capitalone/dashboard/model/TestResultCollector.java
Java
apache-2.0
1,094
/* * Copyright 2015 - 2017 Atlarge Research Team, * operating at Technische Universiteit Delft * and Vrije Universiteit Amsterdam, the Netherlands. * * 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...
tudelft-atlarge/granula
granula-modeller/src/main/java/science/atlarge/granula/modeller/rule/derivation/time/ParentalEndTimeDerivation.java
Java
apache-2.0
2,098
<!DOCTYPE html> <html lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> <title>Generates</title> <link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="...
aleksandr-vin/go-swagger
docs/public/generate/index.html
HTML
apache-2.0
9,658
/* * Copyright (C) 2015 Apptik Project * Copyright (C) 2014 Kalin Maldzhanski * Copyright (C) 2011 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 * *...
djodjoni/jus
jus-java/src/main/java/io/apptik/comm/jus/error/AuthError.java
Java
apache-2.0
1,412
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2016 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ // Provides control sap.m.PageAccessibleLandmarkInfo. sap.ui.define(['sap/ui/core/Element', './library'], function(Element, library)...
icgretethe/AwarenessApp
resources/sap/m/PageAccessibleLandmarkInfo-dbg.js
JavaScript
apache-2.0
6,098
# # Author:: Sean OMeara (<someara@opscode.com>) # Cookbook Name:: selinux # Recipe:: permissive # # Copyright 2011, Opscode, 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...
DataDog/opscode-cookbooks
selinux/recipes/permissive.rb
Ruby
apache-2.0
1,038
/** * File: app/project/ProjOpen.js * Author: liusha */ Ext.define('xdfn.project.ProjOpen', { extend: 'xdfn.project.ui.ProjOpen', grid: null, initComponent: function() { var me = this; me.openStore = Ext.create('xdfn.project.store.ProjOpenJsonStore'); me....
flowsha/zhwh
web_root/app/static/app/project/ProjOpen.js
JavaScript
apache-2.0
4,986
/* * Copyright 2006-2008 Kazuyuki Shudo. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
shudo/dht-access
src/dhtaccess/tools/Remove.java
Java
apache-2.0
3,313
{% extends "partials/layout.html" %} {% block body %} <div class="ui container"> <div class="ui padded segment raised"> <h1>About Me</h1> <p>I am a software developer with an interest in artificial intelligence and machine learning.</p> <p>I try to write some interesting things...
timlyo/personalWebsite
templates/index.html
HTML
apache-2.0
416
/* * * 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"); ...
adufilie/flex-falcon
compiler/src/org/apache/flex/compiler/problems/ConflictingInheritedNameInNamespaceProblem.java
Java
apache-2.0
1,604
// jQueryTemplate.cs // Script#/Libraries/jQuery/Templating // This source code is subject to terms and conditions of the Apache License, Version 2.0. // using System; using System.Collections; using System.Html; using System.Net; using System.Runtime.CompilerServices; using jQueryApi; namespace jQueryApi.Templating ...
nikhilk/scriptsharp
src/Libraries/jQuery/jQuery.Templating/jQueryTemplate.cs
C#
apache-2.0
602
/* * Copyright 2018 The Kubeflow 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 applicable law or agre...
kubeflow/pipelines
frontend/src/atoms/Hr.test.tsx
TypeScript
apache-2.0
864
package org.elasticsearch.painless; /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "...
nknize/elasticsearch
modules/lang-painless/src/test/java/org/elasticsearch/painless/FeatureTestObject2.java
Java
apache-2.0
1,258
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* * Content policy implementatio...
sergecodd/FireFox-OS
B2G/gecko/content/base/src/nsNoDataProtocolContentPolicy.cpp
C++
apache-2.0
3,310
/** * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual 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 Lice...
dans123456/pnc
rest/src/main/java/org/jboss/pnc/rest/provider/ProductMilestoneReleaseProvider.java
Java
apache-2.0
3,113
# Release History ## 3.0.0 (2016-08-19) - update `fkooman/rest` and `fkooman/http` dependencies ## 2.0.0 (2015-11-19) - major API update for new `fkooman/rest-plugin-authentication` ## 1.0.1 (2015-09-07) - remove `fkooman/cert-parser` dependency ## 1.0.0 - update `fkooman/rest` and use `fkooman/rest-plugin-authenti...
fkooman/php-lib-rest-plugin-authentication-tls
CHANGES.md
Markdown
apache-2.0
457
/** * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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.o...
nu1silva/product-apim
product/carbon-home/resources/composer/web/js/ballerina/visitors/source-gen/connector-definition-visitor.js
JavaScript
apache-2.0
5,798
/** * 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...
aaronwalker/camel
camel-core/src/test/java/org/apache/camel/processor/UnmarshalProcessorTest.java
Java
apache-2.0
4,219
/* -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* This program reads an ELF file and computes i...
sergecodd/FireFox-OS
B2G/gecko/tools/footprint/foldelf.cpp
C++
apache-2.0
8,544
/* * 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 ...
dkhwangbo/druid
java-util/src/main/java/org/apache/druid/java/util/common/CloseableIterators.java
Java
apache-2.0
2,771
<html> <head> </head> <body> <div class="vevent"> <h5 class="summary">Annual Employee Review</h5> <div>posted on <abbr class="dtstamp" title="19970901T1300Z">September 1, 1997</abbr></div> <div>UID: <span class="uid">19970901T130000Z-123401@host.com</span></div> <div>Dates: <abbr class="dtstart" title="19970903...
venukb/any23
any23-core/src/test/resources/microformats/hcalendar/example1.html
HTML
apache-2.0
656
//======= Copyright (c) Valve Corporation, All rights reserved. =============== using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine.Serialization; namespace Valve.VR { public class SteamVR_Settings : ScriptableObject { private static Ste...
googlevr/tilt-brush
Assets/ThirdParty/SteamVR/Scripts/SteamVR_Settings.cs
C#
apache-2.0
4,631
/* * * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
shishaochen/TensorFlow-0.8-Win
third_party/grpc/include/grpc/impl/codegen/grpc_types.h
C
apache-2.0
16,022
using System.Collections.Generic; namespace DocGenerator.Documentation.Blocks { /// <summary> /// Used to keep a line of code (could be multiple e.g fluent syntax) and its annotations in one logical unit. /// So they do not suffer from reordering based on line number when writing out the documentation /// </summa...
adam-mccoy/elasticsearch-net
src/CodeGeneration/DocGenerator/Documentation/Blocks/CombinedBlock.cs
C#
apache-2.0
661
# Code Size 规则 ## Too Many Parameters <dl> <dt>标识名</dt> <dd>too_many_parameters</dd> <dt>文件名</dt> <dd>TooManyParametersRule.swift</dd> <dt>严重级别</dt> <dd>Minor</dd> <dt>分类</dt> <dd>Code Size</dd> </dl> Methods with too many parameters are hard to understand and maintain, and are thirsty for refactorings, like [Replac...
yanagiba/swift-lint
Documentation/Rules/CodeSize_CN.md
Markdown
apache-2.0
1,535
package com.code.constant; /** * Created by niu on 2017/8/17. */ public class StringEvent { //网络状态改变 public static String NET_STATE_CHANGE = "net_state_change"; }
niuzhijun66/NiuStudyDemo
app/src/main/java/com/code/constant/StringEvent.java
Java
apache-2.0
187
using Akka.Actor; using Akka.Actor.Internals; using Akka.TestKit; using Xunit; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Akka.Tests.Actor { public class ActorRefProviderSpec : AkkaSpec { [Fact] public void...
rodrigovidal/akka.net
src/core/Akka.Tests/Actor/ActorRefProviderSpec.cs
C#
apache-2.0
550
import numpy as np from math import sin, pi, cos from banti.glyph import Glyph halfsize = 40 size = 2*halfsize + 1 picture = np.zeros((size, size)) for t in range(-135, 135): x = round(halfsize + halfsize * cos(pi * t / 180)) y = round(halfsize + halfsize * sin(pi * t / 180)) picture[x][y] = 1 zoomsz = 1 ...
rakeshvar/telugu_ocr_banti
tests/glyph_test.py
Python
apache-2.0
613
# # Author:: Joshua Timberman <joshua@opscode.com> # Author:: Joshua Sierles <joshua@37signals.com> # Cookbook Name:: chef # Recipe:: client # # Copyright 2008-2010, Opscode, Inc # Copyright 2009, 37signals # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in complia...
pgroudas/cookbooks
chef-client/recipes/config.rb
Ruby
apache-2.0
1,309
<!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"> <head> <meta http-equiv="content" content ="text/html; charset=utf-8" /> <title> 微通汇系统</title> <meta http-equiv="MSThemeCompatible" content = "Yes" /...
h136799711/2015weitonghui
Application/User/View/gooraye/Map/setLatLng.html
HTML
apache-2.0
6,702
/* Copyright 2017 The TensorFlow 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 applicable law or a...
yanchen036/tensorflow
tensorflow/contrib/lite/testing/tflite_driver.cc
C++
apache-2.0
10,088
/* * Copyright 2013-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
Orange-OpenSource/cf-java-client
cloudfoundry-util/src/main/java/org/cloudfoundry/util/ExceptionUtils.java
Java
apache-2.0
3,609
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
graetzer/arangodb
arangod/Pregel/WorkerConfig.h
C
apache-2.0
5,444
/* * Copyright 2012-2014 MarkLogic 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...
laurelnaiad/marklogic-samplestack-old
appserver/java-spring/src/main/java/com/marklogic/samplestack/web/security/SamplestackAuthenticationEntryPoint.java
Java
apache-2.0
2,075
function __processArg(obj, key) { var arg = null; if (obj) { arg = obj[key] || null; delete obj[key]; } return arg; } function Controller() { function goSlide(event) { var index = event.source.mod; var arrViews = $.scrollableView.getViews(); switch (index) { ...
hardikamal/xox
Resources/iphone/alloy/controllers/contact.js
JavaScript
apache-2.0
5,935
/* * Copyright 2016 LINE Corporation * * LINE Corporation licenses this file to you 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 r...
jmostella/armeria
core/src/main/java/com/linecorp/armeria/common/HttpData.java
Java
apache-2.0
9,114
extern alias SSmDsClient; using System; using System.Collections.Generic; using System.Linq; using OpenRiaServices.DomainServices.Client; using Cities; using Microsoft.Silverlight.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using DataTests.Northwind.LTS; using System.ComponentModel.DataAnnotations; us...
jeffhandley/OpenRiaServices
OpenRiaServices.DomainServices.Client/Test/Silverlight/Data/OperationTests.cs
C#
apache-2.0
17,162
require 'spec_helper' describe 'source install' do let(:chef_run) do runner = ChefSpec::Runner.new(platform: 'ubuntu', version: '12.04') runner.node.set['nrpe']['install_method'] = 'source' runner.converge 'nrpe::default' end it 'includes the nrpe source recipes' do expect(chef_run).to include_r...
alexanderkiel/chef-nrpe
spec/source_spec.rb
Ruby
apache-2.0
1,398
/* * 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 ...
yanzhijun/jclouds-aliyun
apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/EndpointIdIsRandomExpectTest.java
Java
apache-2.0
2,716
<?php namespace Fungku\NetSuite\Classes; class BudgetCategory extends Record { public $name; public $budgetType; public $isInactive; public $internalId; static $paramtypesmap = array( "name" => "string", "budgetType" => "boolean", "isInactive" => "boolean", "internalId" => "string", ); }
bitclaw/netsuite-php
src/Classes/BudgetCategory.php
PHP
apache-2.0
305
/* * Copyright 2014 Open Connectome Project (http://openconnecto.me) * Written by Da Zheng (zhengda1936@gmail.com) * * This file is part of FlashMatrix. * * 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 ...
flashxio/FlashX
matrix/matrix_store.cpp
C++
apache-2.0
11,850
// Copyright 2018 The LUCI 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...
luci/luci-go
cipd/appengine/impl/repo/acl.go
GO
apache-2.0
5,464
/* * 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...
lovepoem/dubbo
dubbo-registry/dubbo-registry-default/src/main/java/org/apache/dubbo/registry/dubbo/DubboRegistry.java
Java
apache-2.0
5,956
# The following comment should be removed at some point in the future. # mypy: disallow-untyped-defs=False from __future__ import absolute_import import logging import os.path import re from pip._vendor.packaging.version import parse as parse_version from pip._vendor.six.moves.urllib import parse as urllib_parse fro...
pantsbuild/pex
pex/vendor/_vendored/pip/pip/_internal/vcs/git.py
Python
apache-2.0
15,599
# coding: utf-8 # # Copyright (c) 2013 OpenStack Foundation # 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 # # Unle...
gaolichuang/py-essential
essential/db/sqlalchemy/migration.py
Python
apache-2.0
10,186
package org.ovirt.engine.core.itests; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertNotNull; import org.ovirt.engine.core.common.queries.*; import org.ovirt.engine.core.common.action.LoginUserParameters; import org.ovirt.engine.core.comm...
jbeecham/ovirt-engine
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/itests/ClientHandshakeSequenceTest.java
Java
apache-2.0
1,920
#!/bin/bash # This script will build the project. if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]" ./gradlew build --stacktrace --info elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ]; then echo -e 'Build Branch with...
elandau/karyon
buildViaTravis.sh
Shell
apache-2.0
1,358
/* * 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 ...
visouza/solr-5.0.0
lucene/analysis/common/src/test/org/apache/lucene/analysis/reverse/TestReverseStringFilter.java
Java
apache-2.0
5,094
/* * * Copyright (c) 1998-2004 * John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) * */ /* * LOCATION: see http://www.boost.org for most recent version....
codemercenary/autowiring
contrib/autoboost/libs/regex/src/regex_debug.cpp
C++
apache-2.0
1,550
/** * 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 agreed to...
google/beautiful-audio-editor
src/js/original/audio/record/recording-job-created-event.js
JavaScript
apache-2.0
1,347
package org.cloudfoundry.autoscaler.data.couchdb.dao.impl; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import org.cloudfoundry.autoscaler.data.couchdb.dao.AppInstanceMetricsDAO; import org.cloudfoundry.autoscaler.data.couchdb.dao.base.TypedCouchDbRepositorySupport; import org.cl...
cfibmers/open-Autoscaler
server/src/main/java/org/cloudfoundry/autoscaler/data/couchdb/dao/impl/AppInstanceMetricsDAOImpl.java
Java
apache-2.0
6,943
package jef.common.wrapper; import java.io.Serializable; public interface IHolder<T> extends Serializable{ T get(); void set(T obj); }
xuse/ef-orm
common-core/src/main/java/jef/common/wrapper/IHolder.java
Java
apache-2.0
139
/* * Copyright 2019 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 appli...
jayway/rest-assured
rest-assured/src/main/java/io/restassured/response/Validatable.java
Java
apache-2.0
1,199
/* * Copyright 2010-2014 Ning, Inc. * Copyright 2014 The Billing Project, LLC * * Ning licenses this file to you 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/lice...
killbill/killbill-meter-plugin
src/main/java/org/killbill/billing/plugin/meter/timeline/shutdown/StartTimes.java
Java
apache-2.0
3,097
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
Simran-B/arangodb
tests/Aql/DateFunctionsTest.cpp
C++
apache-2.0
14,412
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
lizhanhui/data_druid
server/src/test/java/io/druid/metadata/IndexerSQLMetadataStorageCoordinatorTest.java
Java
apache-2.0
26,606
/* * 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/sis
core/sis-utility/src/main/java/org/apache/sis/util/CharSequences.java
Java
apache-2.0
106,867
// Copyright 2006-2009 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...
pinkpegasus/omaha_vs2010
mi_exe_stub/process.cc
C++
apache-2.0
2,497
--- title: Cordova 3.1.0 Now on PhoneGap Build date: 2013-10-24 11:00:05 Z categories: - build tags: - PhoneGap Build author: Ryan Willoughby --- [PhoneGap Build](http://build.phonegap.com) is happy to announce that we now support Cordova 3.1.0. For more info on what's included in this update, check out the [Cordova ...
phonegap/blog
_posts/build/2013-10-24-cordova-3_1-now-on-build.md
Markdown
apache-2.0
1,047
/* * 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 m...
pfirmstone/JGDMS
qa/src/org/apache/river/test/spec/config/configurationprovider/ValidConfigurationWithoutDefaults.java
Java
apache-2.0
2,339
<pm-header></pm-header> <div class="container"> <legalMenu></legalMenu> <div class="body"> <h1>Extension to the slamby api commercial license for royalty free distribution (oem)</h1> <h2>1. Definitions</h2> <p>When used in this Agreement, the following terms shall have the respective me...
slamby/slamby-website
src/app/legal/commercial-license-oem.component.html
HTML
apache-2.0
5,319
/* * 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 ...
Fabryprog/camel
components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyWorkerPoolBuilder.java
Java
apache-2.0
3,053
using J2N.Text; using Lucene.Net.Documents; using Lucene.Net.QueryParsers.Flexible.Core.Config; using Lucene.Net.QueryParsers.Flexible.Core.Nodes; using Lucene.Net.QueryParsers.Flexible.Core.Processors; using Lucene.Net.QueryParsers.Flexible.Standard.Config; using Lucene.Net.QueryParsers.Flexible.Standard.Nodes; using...
apache/lucenenet
src/Lucene.Net.QueryParser/Flexible/Standard/Processors/TermRangeQueryNodeProcessor.cs
C#
apache-2.0
6,631
/* * 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/solr
solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java
Java
apache-2.0
17,854
# USE COLUMN TYPE FOR COLUMN "DATA" FOR THE RELEVANT DATABASE #Mysql LONGTEXT #SQLServer TEXT #Postgres TEXT #Oracle CLOB #H2 CLOB #Derby CLOB #HSQL LONGVARCHAR #Hibernate MYSQL Script ALTER TABLE STORE_PROCESS_PROP ADD COLUMN DATA LONGTEXT; CREATE TA...
apache/ode
schema-updates/ODE-1035.sql
SQL
apache-2.0
934
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeA...
marksantos/roslyn
src/Workspaces/VisualBasic/Portable/Extensions/ExpressionSyntaxExtensions.vb
Visual Basic
apache-2.0
95,473
/* * Copyright 2015 Textocat * * 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...
textocat/textokit-core
Textokit.PosTagger.API/src/main/java/com/textocat/textokit/morph/commons/TagUtils.java
Java
apache-2.0
3,235
/** * Copyright 2016 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...
zhouyx/amphtml
extensions/amp-live-list/0.1/live-list-manager.js
JavaScript
apache-2.0
10,792
package org.eclipse.jetty.server.handler; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.io.BufferedReader; import java.io.EOFException; import java.io.IOException; import java.net.Socket; import java.util.LinkedHashMap; import java.util.Map; import java.util.regex...
thomasbecker/jetty-7
jetty-server/src/test/java/org/eclipse/jetty/server/handler/AbstractConnectHandlerTest.java
Java
apache-2.0
5,030
package org.apereo.cas.memcached.kryo; import org.apereo.cas.authentication.AcceptUsersAuthenticationHandler; import org.apereo.cas.authentication.AuthenticationBuilder; import org.apereo.cas.authentication.BasicCredentialMetaData; import org.apereo.cas.authentication.DefaultAuthenticationBuilder; import org.apereo.ca...
robertoschwald/cas
support/cas-server-support-memcached-core/src/test/java/org/apereo/cas/memcached/kryo/CasKryoTranscoderTests.java
Java
apache-2.0
12,137
package org.apache.velocity.tools.view; /* * 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 Lice...
fluidinfo/velocity-tools-packaging
src/main/java/org/apache/velocity/tools/view/DataInfo.java
Java
apache-2.0
3,790
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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.apa...
ClogenyTechnologies/azure-powershell
src/ResourceManager/Compute/Commands.Compute/Extension/VMAccess/GetAzureVMAccessExtension.cs
C#
apache-2.0
4,615
/* * Licensed to Diennea S.r.l. under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Diennea S.r.l. licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this ...
diegosalvi/docetproject
docet-core/src/main/java/docet/engine/DocetDocFormat.java
Java
apache-2.0
1,574
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="pbalign" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="pbalign" \ about.summary="map Pacific Biosciences reads to reference DNA sequences ...
BioDocker/containers
pbalign/0.3.2-1-deb-py2/Dockerfile
Dockerfile
apache-2.0
938
/* * 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/tomcat
test/org/apache/coyote/http2/TestHttp2Section_6_1.java
Java
apache-2.0
6,884
<!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" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>TestReversibleScanners xref</title> <link type...
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/xref-test/org/apache/hadoop/hbase/regionserver/TestReversibleScanners.html
HTML
apache-2.0
84,867
// Copyright 2021 The Oppia 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 ap...
brianrodri/oppia
core/templates/pages/delete-account-page/templates/delete-account-modal.component.ts
TypeScript
apache-2.0
1,586
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2007 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package javolution.xml; impo...
mariusj/org.openntf.domino
domino/externals/javolution/src/main/java/javolution/xml/XMLSerializable.java
Java
apache-2.0
1,977
# Internship
wannaporn/Internship
README.md
Markdown
apache-2.0
13
# Copyright 2008-2013 Software freedom conservancy # # 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 ...
RamaraoDonta/ramarao-clone
py/selenium/webdriver/remote/webelement.py
Python
apache-2.0
14,925
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/location/model/SearchForTextResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { ...
jt70471/aws-sdk-cpp
aws-cpp-sdk-location/source/model/SearchForTextResult.cpp
C++
apache-2.0
1,031
/* * $Id$ * Copyright (C) 2008 AIST, National Institute of Advanced Industrial Science and Technology */ /* * took from Ruby. Thank you, Ruby! */ int endian() { static int init = 0; static int endian = 0; char *p; if (init) return endian; init = 1; p = &init; return endian = p[0]?1:0; } ...
ohkawatks/orbe
repository/AIST/sw_services/orbe_src_v1_00_a/src/endianCheck.c
C
apache-2.0
321
package com.siyeh.ig.assignment; import com.IGInspectionTestCase; public class AssignmentToMethodParameterInspectionTest extends IGInspectionTestCase { public void test() throws Exception { final AssignmentToMethodParameterInspection inspection = new AssignmentToMethodParameterInspection(...
jexp/idea2
plugins/InspectionGadgets/testsrc/com/siyeh/ig/assignment/AssignmentToMethodParameterInspectionTest.java
Java
apache-2.0
489
"""This component provides support to the Ring Door Bell camera.""" import asyncio from datetime import timedelta import logging import voluptuous as vol from homeassistant.components.camera import PLATFORM_SCHEMA, Camera from homeassistant.components.ffmpeg import DATA_FFMPEG from homeassistant.const import ATTR_ATT...
jabesq/home-assistant
homeassistant/components/ring/camera.py
Python
apache-2.0
5,739
/** * Copyright 2014 * * 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, ...
cping/LGame
Java/old/OpenGL-1.0(old_ver)/Loon-backend-JavaSE/src/loon/core/graphics/component/table/TableLayout.java
Java
apache-2.0
4,975