repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
nicolaasmatthijs/3akai-ux
node_modules/oae-core/editprofile/js/editprofile.js
16154
/*! * Copyright 2014 Apereo Foundation (AF) 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://opensource.org/licenses/ECL-2.0 * * Unless required by applicab...
apache-2.0
HackTrain/darwinpush
darwinpush/xb/raw/sm.py
22743
# ./darwinpush/xb/raw/sm.py # -*- coding: utf-8 -*- # PyXB bindings for NM:8eb48f8f0e727f488907a816c69d6ed98ba221c7 # Generated 2015-04-23 16:42:14.513978 by PyXB version 1.2.4 using Python 3.4.1.final.0 # Namespace http://www.thalesgroup.com/rtti/PushPort/StationMessages/v1 [xmlns:sm] from __future__ import unicode_l...
apache-2.0
Vudentz/zephyr
modules/hal_nordic/nrfx/nrfx_config_nrf52820.h
35566
/* * Copyright (c) 2020, Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #ifndef NRFX_CONFIG_NRF52820_H__ #define NRFX_CONFIG_NRF52820_H__ #ifndef NRFX_CONFIG_H__ #error "This file should not be included directly. Include nrfx_config.h instead." #endif // <<< Use Configuration Wizard in Conte...
apache-2.0
vega113/incubator-wave
wave/src/test/java/org/waveprotocol/wave/client/editor/content/paragraph/RenumbererTestBase.java
16472
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
apache-2.0
JStrittmatter/docker-solr
5.2/Dockerfile
726
FROM java:openjdk-8-jre MAINTAINER Martijn Koster "mak-docker@greenhills.co.uk" ENV SOLR_VERSION 5.2.1 ENV SOLR solr-$SOLR_VERSION ENV SOLR_USER solr RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ apt-get -y install lsof && \ groupadd -r $SOLR_USER && \ useradd -r -g $SOLR_USER $SOLR_...
apache-2.0
Chibin/gpdb
gpMgmt/test/behave/mgmt_utils/steps/data/gptransfer_verify/filespace_tablespace_verify.sql
119
SELECT * FROM tbl1_ts; \c db_ts; \l+; SELECT * FROM tbl2_ts; select spcname from pg_tablespace where spcname='ts';
apache-2.0
monikagrabowska/osf.io
api_tests/registrations/views/test_withdrawn_registrations.py
7865
from urlparse import urlparse from api_tests.nodes.views.test_node_contributors_list import NodeCRUDTestCase from nose.tools import * # flake8: noqa from api.base.settings.defaults import API_BASE from framework.auth.core import Auth from tests.base import fake from osf_tests.factories import ( ProjectFactory, ...
apache-2.0
fjy/druid
server/src/main/java/io/druid/server/initialization/jetty/ChatHandlerServerModule.java
3297
/* * 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...
apache-2.0
masaki-yamakawa/geode
geode-lucene/src/distributedTest/java/org/apache/geode/cache/lucene/EvictionDUnitTest.java
6321
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional information regarding * copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may not ...
apache-2.0
edgarRd/incubator-airflow
airflow/www_rbac/templates/appbuilder/baselayout.html
2373
{# Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not u...
apache-2.0
krishnabangalore/Webinos-Platform
webinos/core/manager/synchronisation_manager/lib/json-sync-master/test.js
24453
if (!this["output"]) output = print; var passed = 0; var failed = 0; function is(got, expected, msg) { if (got == expected) { output("OK: " + msg); ++passed; } else { output("FAIL: " + msg); output("Expected |" + expected + "|"); output(" Got |" + got + "|"); ++failed; } } function...
apache-2.0
mashuai/Open-Source-Research
Javac2007/流程/jvm/16Gen/makeNewArray.java
914
//where /** Generate code to create an array with given element type and number * of dimensions. */ Item makeNewArray(DiagnosticPosition pos, Type type, int ndims) { try {//我加上的 DEBUG.P(this,"makeNewArray(3)"); DEBUG.P("type="+type); DEBUG.P("ndims="+ndims); Type elemtype = types.elemtype(ty...
apache-2.0
xhoong/incubator-calcite
core/src/main/java/org/apache/calcite/util/TimeString.java
7356
/* * 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
nleite/sling
bundles/extensions/models/integration-tests/src/main/java/org/apache/sling/models/it/ModelFactorySimpleTest.java
4933
/* * 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
spadgett/origin-web-catalog
app/mockServices/mockApplications.service.ts
2086
import * as _ from 'lodash'; interface IApplicationsService { getApplications(context: any): Promise<any>; } /** Backend service communications. */ export class ApplicationsService implements IApplicationsService { public static $inject = ['$filter', '$q', 'DataService']; private $filter: any; private $q: an...
apache-2.0
DavidKarlas/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/EEMethodSymbol.vb
24290
Imports System.Collections.Immutable Imports System.Reflection Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Roslyn.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator Friend Delegate Function Ge...
apache-2.0
mbreslow/liquibase
liquibase-core/src/test/java/liquibase/verify/saved_state/compareGeneratedSqlWithExpectedSqlForMinimalChangesets/mergeColumns/mssql.sql
436
-- Database: mssql -- Change Parameter: column1Name=first_name -- Change Parameter: column2Name=last_name -- Change Parameter: finalColumnName=full_name -- Change Parameter: finalColumnType=varchar(255) -- Change Parameter: tableName=person ALTER TABLE person ADD full_name varchar(255); UPDATE person SET full_name = fi...
apache-2.0
mbabic/graphite
libraries/chef_graphite.rb
2028
# # Cookbook Name:: graphite # Library:: ChefGraphite # # Copyright 2014, Heavy Water Ops, 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 #...
apache-2.0
googleapis/google-api-python-client
docs/dyn/videointelligence_v1.operations.projects.locations.html
1740
<html><body> <style> body, h1, h2, h3, div, span, p, pre, a { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-size: 13px; padding: 1em; } h1 { font-size: 26px; margin-bottom: 1em; } h2...
apache-2.0
chanakaudaya/developer-studio
bps/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/adapters/MessageExchangesAdapter.java
2792
/** * <copyright> * Copyright (c) 2008 IBM Corporation and others. * 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 * *...
apache-2.0
mgillian/uPortal
uportal-war/src/main/java/org/jasig/portal/layout/dlm/DeleteManager.java
8567
/** * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
apache-2.0
Crashfreak/wookiee
wookiee-core/src/main/scala/com/webtrends/harness/command/typed/TypedCommandHelper.scala
1064
package com.webtrends.harness.command.typed import akka.actor.{Actor, ActorRef, Props} import akka.pattern._ import akka.util.Timeout import com.webtrends.harness.HarnessConstants import scala.concurrent.duration._ import scala.concurrent.{ExecutionContext, Future} trait TypedCommandHelper { this: Actor => var ty...
apache-2.0
remiemalik/concourse
concourse-server/src/main/java/com/cinchapi/concourse/server/model/Position.java
5815
/* * Copyright (c) 2013-2016 Cinchapi 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 a...
apache-2.0
a1pro/adwordsAPI
examples/AdWords/v201506/AdvancedOperations/AddTextAdWithUpgradedUrls.php
5203
<?php /** * This example adds text ads to an ad group that uses upgraded URLs. * * To get ad groups, run GetAdGroups.php. * * Restriction: adwords-only * * Copyright 2014, Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in...
apache-2.0
nickzuber/ClusterRunner
app/master/time_based_atom_grouper.py
11090
from collections import OrderedDict from app.master.atom_grouper import AtomGrouper class TimeBasedAtomGrouper(object): """ This class implements the algorithm to best split & group atoms based on historic time values. This algorithm is somewhat complicated, so I'm going to give a summary here. ~~~~~...
apache-2.0
andyj24/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/SoapCallReturn.java
3736
// Copyright 2012 Google 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 applicable...
apache-2.0
lannka/amphtml
extensions/amp-a4a/0.1/head-validation.js
6308
/** * Copyright 2020 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
prestoncarman/vxquery
vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/IntroduceTwoStepAggregateRule.java
5872
/* * 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
ThiagoGarciaAlves/intellij-community
java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/JdkComboBox.java
15058
/* * Copyright 2000-2012 JetBrains s.r.o. * * 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
tseen/Federated-HDFS
tseenliu/FedHDFS-hadoop-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FSLeafQueue.java
10600
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
apache-2.0
skinzer/governator
governator-legacy/src/test/java/com/netflix/governator/lifecycle/warmup/Flat.java
1291
/* * Copyright 2013 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 ...
apache-2.0
zwets/flowable-engine
modules/flowable-idm-engine/src/main/java/org/flowable/idm/engine/impl/cmd/SetUserPictureCmd.java
2022
/* 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...
apache-2.0
beaufortfrancois/WebFundamentals
src/content/pt-br/fundamentals/discovery-and-distribution/monetization/ads/include-ads.markdown
8808
--- title: "Como incluir os anúncios do Google AdSense em seu site" description: "Siga as etapas para saber como incluir anúncios em seu site. Crie uma conta do Google AdSense, crie blocos de anúncios, veicule os blocos em seu site, configure as definições de pagamento e receba seus pagamentos." updated_on: 2014-07-31 ...
apache-2.0
goldmansachs/reladomo
reladomo/src/test/java/com/gs/fw/common/mithra/test/tax/FormRoleList.java
1001
/* Copyright 2016 Goldman Sachs. 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...
apache-2.0
kuznetsovsergeyymailcom/homework
chapter_001/maximumFromTwoNumbers/src/test/java/ru/skuznetsov/package-info.java
145
/** * Purpose of package - find largest number from 2 and 3 numbers. * @since 1.0 * @author skuznetsov * @version 2.0 */ package ru.skuznetsov;
apache-2.0
kkdd/arangodb
lib/Basics/associative.h
23212
//////////////////////////////////////////////////////////////////////////////// /// @brief associative array implementation /// /// @file /// /// DISCLAIMER /// /// Copyright 2014 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version ...
apache-2.0
caesarxuchao/kubernetes
test/e2e/framework/statefulset_utils.go
23045
/* Copyright 2014 The Kubernetes 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 in writing, ...
apache-2.0
dumitru-petrusca/gosu-lang
gosu-core/src/main/java/gw/internal/gosu/parser/ReducedDelegateFunctionSymbol.java
511
/* * Copyright 2014 Guidewire Software, Inc. */ package gw.internal.gosu.parser; import gw.lang.reflect.IMethodInfo; /** */ public class ReducedDelegateFunctionSymbol extends ReducedDynamicFunctionSymbol implements IReducedDelegateFunctionSymbol { private IMethodInfo _targetMethodInfo; ReducedDelegateFunctio...
apache-2.0
GoelDeepak/dcos
packages/dcos-integration-test/extra/test_meta.py
3623
""" Tests for the integration test suite itself. """ import logging import os import subprocess from collections import defaultdict from pathlib import Path from typing import Set import yaml from get_test_group import patterns_from_group __maintainer__ = 'adam' __contact__ = 'tools-infra-team@mesosphere.io' log =...
apache-2.0
horance-liu/tensorflow
tensorflow/compiler/xla/service/cpu/layout_assignment.cc
7084
/* 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...
apache-2.0
SheetJS/js-xlsx
types/bin_xlsx.ts
8728
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */ /* eslint-env node */ /* vim: set ts=2 ft=javascript: */ /// <reference types="../node_modules/@types/node/" /> const n = "xlsx"; import X = require("xlsx"); import 'exit-on-epipe'; import * as fs from 'fs'; import program = require('commander'); program .v...
apache-2.0
LutherW/MTMS
Source/DTcms.Web/admin/manager/role_edit.aspx.designer.cs
2149
//------------------------------------------------------------------------------ // <自动生成> // 此代码由工具生成。 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </自动生成> //------------------------------------------------------------------------------ namespace DTcms.Web.admin.manager { public pa...
apache-2.0
Juniper/neutron
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_mech.py
24807
# Copyright (c) 2012 OpenStack Foundation. # # 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
tgou/RocketMQ
rocketmq-store/sbin/showload.sh
60
#!/bin/sh while [ "1" == "1" ] do uptime sleep 1 done
apache-2.0
petracvv/cas
support/cas-server-support-infinispan-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/InfinispanTicketRegistry.java
2994
package org.apereo.cas.ticket.registry; import org.apereo.cas.ticket.Ticket; import org.infinispan.Cache; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Collection; import java.util.concurrent.TimeUnit; /** * This is {@link InfinispanTicketRegistry}. Infinispan is a distributed in-memory ...
apache-2.0
glessard/swift
include/swift/ABI/TaskStatus.h
10787
//===--- TaskStatusRecord.h - Structures to track task status --*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LI...
apache-2.0
MJJoyce/climate
ocw/tests/test_dataset.py
8091
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
apache-2.0
wyom/mathjs
lib/function/probability/factorial.js
2388
'use strict'; module.exports = function (math) { var util = require('../../util/index'), BigNumber = math.type.BigNumber, collection = require('../../type/collection'), isNumber = util.number.isNumber, isBoolean = util['boolean'].isBoolean, isInteger = util.number.isInteger, isC...
apache-2.0
ayyucedemirbas/Minix-Source-Code
minix-master/external/gpl3/gcc/lib/libobjc/arch/mipsel/config.h
2329
/* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-gcc,v 1.59 2011/07/03 06:47:12 mrg Exp */ /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure...
apache-2.0
XidongHuang/aws-sdk-for-java
src/main/java/com/amazonaws/services/ec2/model/transform/DescribeTagsResultStaxUnmarshaller.java
2423
/* * Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
apache-2.0
enyojs/enyo-1.0
framework/source/base/themes/default-theme/css/FlexLayout.css
195
.enyo-hflexbox, .enyo-vflexbox { display: -webkit-box; -webkit-box-sizing: border-box; } .enyo-hflexbox { -webkit-box-orient: horizontal; } .enyo-vflexbox { -webkit-box-orient: vertical; }
apache-2.0
howepeng/isis
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/properties/property/disabled/DisabledFacetForPropertyAnnotation.java
2470
/* * 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")...
apache-2.0
WilliamFdosS/os-management
vendor/bundle/ruby/2.1.0/gems/actionmailer-4.1.6/lib/action_mailer/gem_version.rb
318
module ActionMailer # Returns the version of the currently loaded ActionMailer as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 MINOR = 1 TINY = 6 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
apache-2.0
facebook/buck
src/com/facebook/buck/infer/InferConfig.java
4497
/* * Copyright (c) Facebook, Inc. and 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 applic...
apache-2.0
iainmcgin/OpenYOLO-Android
spi/javatests/java/org/openyolo/spi/assetlinks/data/WebAssetStatementDeserializerTest.java
1656
/* * Copyright 2016 The OpenYOLO 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 ...
apache-2.0
paulnovo/ITK
Modules/Filtering/QuadEdgeMeshFiltering/include/itkSquaredEdgeLengthDecimationQuadEdgeMeshFilter.h
4147
/*========================================================================= * * Copyright Insight Software Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * h...
apache-2.0
coding0011/elasticsearch
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/support/mapper/NativeRoleMappingStore.java
18616
/* * 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.security.authc.support.mapper; import org.apa...
apache-2.0
evandor/skysail-framework
skysail.server.text.asciidoc/resources/jruby/kernel20.rb
355
# This is the Ruby 2.0-specific kernel file. # Currently, all 1.9 features are in 2.0. We will need to # differentiate when there are features from 1.9 removed # in 2.0. # These are loads so they don't pollute LOADED_FEATURES load 'jruby/kernel19.rb' load 'jruby/kernel20/enumerable.rb' load 'jruby/kernel20/range.rb' ...
apache-2.0
shun634501730/java_source_cn
src_en/com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDurationDV.java
2247
/* * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 2004,2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except ...
apache-2.0
kaufers/infrakit
pkg/run/depends/depends.go
1571
package depends import ( "fmt" "sync" logutil "github.com/docker/infrakit/pkg/log" "github.com/docker/infrakit/pkg/types" ) var log = logutil.New("module", "run/depends") // ParseDependsFunc returns a list of dependencies of this spec. type ParseDependsFunc func(types.Spec) (Runnables, error) var ( parsers = ...
apache-2.0
tyler-travis/openstorefront
server/openstorefront/openstorefront-web/src/main/java/edu/usu/sdl/openstorefront/web/test/system/AsyncProxyTest.java
2955
/* * Copyright 2014 Space Dynamics Laboratory - Utah State University Research Foundation. * * 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/LICEN...
apache-2.0
hyb628/huxpro
portfolio/css/timeline.css
5737
/** * Timeline.css */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body, html { font-size: 100%; padding: 0; margin: 0; } .main a{ color:#0085a1; } .main a:hover { /*color: #000;*/ /*text-decoration: none;*/ } .main, .container > header { wi...
apache-2.0
samaitra/ignite
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/AtomicVolatilePartitionCounterStateConsistencyTest.java
2030
/* * 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
Nmishin/jagger
dbapi/src/main/java/com/griddynamics/jagger/dbapi/parameter/GroupKey.java
2536
/* * Copyright (c) 2010-2012 Grid Dynamics Consulting Services, Inc, All Rights Reserved * http://www.griddynamics.com * * This library is free software; you can redistribute it and/or modify it under the terms of * the Apache License; either * version 2.0 of the License, or any later version. * * THIS SOFTWARE...
apache-2.0
EricSten-MSFT/kudu
Kudu.Contracts/Functions/IKeyJsonOps.cs
611
using Newtonsoft.Json.Linq; using System; namespace Kudu.Core.Functions { public interface IKeyJsonOps<T> { int NumberOfKeysInDefaultFormat { get; } // key generation is based on run time string GenerateKeyJson(Tuple<string,string>[] keyPairs, strin...
apache-2.0
robertgrimm/ds3_c_sdk
win32/package_64.bat
242
@echo off set VISUAL_STUDIO_INSTALL_PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0 call "%VISUAL_STUDIO_INSTALL_PATH%\VC\vcvarsall.bat" x86_amd64 powershell -ExecutionPolicy RemoteSigned -File run_package_dot_bat_instead_64.ps1
apache-2.0
tmgstevens/flume
flume-ng-doc/sphinx/conf.py
3274
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
apache-2.0
oneops/OneOps
oneops-admin/lib/chef/knife/pack_sync.rb
40395
require 'chef/knife/base_sync' require 'chef/knife/core/object_loader' class Chef class Knife class PackSync < Chef::Knife include ::BaseSync VISIBILITY_ALT_NS_TAG = 'enableForOrg' banner "Loads packs into OneOps.\nUsage:\n circuit pack [OPTIONS] [PACKS...]" option :all, ...
apache-2.0
rhatdan/cri-o
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive.go
14629
// Copyright 2014 Docker authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the DOCKER-LICENSE file. package archive import ( "archive/tar" "bufio" "compress/gzip" "fmt" "io" "os" "path/filepath" "strings" "github.com/docker/docker/pkg/fileuti...
apache-2.0
ryanemerson/activemq-artemis
tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/RemoveSubscriptionInfoTest.java
2049
/** * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
apache-2.0
shivpun/spring-framework
spring-context/src/main/java/org/springframework/cache/annotation/CacheConfig.java
2865
/* * Copyright 2002-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
apache-2.0
jensim/astrix
astrix-context/src/main/java/com/avanza/astrix/beans/ft/FaultToleranceServiceBeanProxyFactory.java
1277
/* * Copyright 2014 Avanza Bank AB * * 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...
apache-2.0
joelaha/devopsdays-web
content/events/2016-london/program/gareth-rushgrove.md
1615
+++ date = "2016-03-06T21:28:07-06:00" title = "Gareth Rushgrove" type = "talk" +++ ## Rate of Change, (Un)opinionated Platforms and Devops Coevolution There has been a recent explosion in new technologies for running software systems. Many architectures are now based on ever smaller (micro) services. The devops m...
apache-2.0
Qining/gapid
core/math/f32/vec4_test.go
3798
// Copyright (C) 2017 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 t...
apache-2.0
halcwb/FSharp.Formatting
src/CSharpFormat/Properties/LocalAssemblyInfo.cs
1144
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: AssemblyConfigura...
apache-2.0
prashants/webzash-v1-defunct
user_guide/libraries/validation.html
26145
<!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>Form Validation : CodeIgniter User Guide</tit...
apache-2.0
ajaysaini725/spark
core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
32894
/* * 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
gurbuzali/hazelcast-jet
site/website/static/css/custom.css
3018
body { font-family: Source Sans Pro, Ubuntu, sans-serif; background-color: #fffdfa; color: #073642; font-size: 17px; } a.button { font-weight: bold; } .homeContainer { background-color: #073642; } .homeContainer, .projectTitle { color: #eee8d5; padding-top: 25px; padding-bottom: 25px; } .homeConta...
apache-2.0
freeVM/freeVM
enhanced/java/classlib/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/MemoryMXBeanTest.java
2895
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
apache-2.0
egeyman/Final-Project
twitter4j-stream/javadoc/twitter4j/class-use/StatusAdapter.html
4984
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Sun Mar 29 01:32:41 JST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class twitt...
apache-2.0
ops4j/org.ops4j.pax.exam2
containers/pax-exam-container-remote/src/main/java/org/ops4j/pax/exam/container/remote/Parser.java
1966
/* * Copyright (C) 2010 Toni Menzel * * 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...
apache-2.0
huminzhi/SalesforceMobileSDK-Android
libs/SmartStore/src/com/salesforce/androidsdk/smartstore/store/IndexSpec.java
5296
/* * Copyright (c) 2012, salesforce.com, inc. * All rights reserved. * Redistribution and use of this software 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...
apache-2.0
massakam/pulsar
site2/website-next/versioned_docs/version-2.5.2/admin-api-tenants.md
4881
--- id: admin-api-tenants title: Managing Tenants sidebar_label: "Tenants" original_id: admin-api-tenants --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; > **Important** > > This page only shows **some frequently used operations**. > > - For the latest and complete information about `Pulsar...
apache-2.0
szha/mxnet
docs/python_docs/python/tutorials/packages/onnx/inference_on_onnx_model.md
8432
<!--- 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 ...
apache-2.0
vitesse-ftian/dgtools
tpcds/tpcds_tools/tests/ri_base_data.sh
563
#!/bin/sh # $id:$ # $log:$ V_DATABASE=${DATABASE:-"tpcds"} # name of the database to be create V_DBMS=${DBMS:-"db2"} # dbms flavor to use # must match xx_setup.sh file name V_DATA_DIR=${DATA_DIR:-"/data"} # flat file directory if [ ! -f ${V_DBMS}_setup.sh ] then echo "Cannot find setup file for DBMS: ${V_DBMS}_se...
apache-2.0
yhbyun/wechat-1
src/static/js/chat.js
10736
/* * author: the5fire * blog: the5fire.com * date: 2014-03-16 * */ $(function(){ WEB_SOCKET_SWF_LOCATION = "/static/WebSocketMain.swf"; WEB_SOCKET_DEBUG = true; var socket = io.connect(); socket.on('connect', function(){ console.log('connected'); }); $(window).bind("beforeunload",...
apache-2.0
sankarh/hive
standalone-metastore/metastore-common/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore_create_wm_pool_args.php
2776
<?php namespace metastore; /** * Autogenerated by Thrift Compiler (0.14.1) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ use Thrift\Base\TBase; use Thrift\Type\TType; use Thrift\Type\TMessageType; use Thrift\Exception\TException; use Thrift\Exception\TProtocolException; use...
apache-2.0
ldts/zephyr
ext/hal/cypress/PDL/3.1.0/devices/psoc6/include/ip/cyip_crypto.h
18869
/***************************************************************************//** * \file cyip_crypto.h * * \brief * CRYPTO IP definitions * * \note * Generator version: 1.3.0.1146 * Database revision: rev#1050929 * ******************************************************************************** * \copyright * Copyright...
apache-2.0
chriscox/material-components-ios
demos/Codelabs/BuildingBeautifulApps/ObjectiveC/Starter/Pods/MaterialComponents/components/Buttons/src/MDCFloatingButton.h
2578
/* Copyright 2016-present the Material Components for iOS 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 requ...
apache-2.0
MikeThomsen/nifi
nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/test/java/org/apache/nifi/registry/ui/ITCreateDuplicateBucket.java
9295
/* * 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
keizer619/siddhi
modules/siddhi-core/src/main/java/org/wso2/siddhi/core/util/extension/holder/WindowProcessorExtensionHolder.java
1383
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) 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 * * U...
apache-2.0
peterl1084/framework
uitest/src/main/java/com/vaadin/tests/elements/abstracttextfield/AbstractFieldElementSetValueReadOnly.java
1989
package com.vaadin.tests.elements.abstracttextfield; import com.vaadin.server.VaadinRequest; import com.vaadin.tests.components.AbstractTestUI; import com.vaadin.ui.AbstractField; import com.vaadin.ui.AbstractMultiSelect; import com.vaadin.ui.AbstractSingleSelect; import com.vaadin.ui.CheckBox; import com.vaadin.ui.Ch...
apache-2.0
dsyang/buck
src/com/facebook/buck/rules/query/QueryCache.java
2062
/* * Copyright 2017-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
apache-2.0
akalankapagoda/andes
modules/andes-core/broker/src/main/java/org/wso2/andes/server/management/MBeanInvocationHandlerImpl.java
11273
/* * * 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"); y...
apache-2.0
symplified/Symplified.Auth
lib/mono/mcs/class/System/System.Configuration/UriSection.cs
2389
// // UriSection.cs // // Authors: // Gonzalo Paniagua Javier (gonzalo@novell.com) // // (c) 2009 Novell, Inc. (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software...
apache-2.0
szha/mxnet
python/mxnet/gluon/probability/distributions/cauchy.py
2935
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
apache-2.0
batfish/batfish
projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/vendor_family/juniper/JuniperFamily.java
3192
package org.batfish.datamodel.vendor_family.juniper; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.common.annotations.VisibleForTesting; import java.io.Serializable; import java.util.Collections; import java.util.SortedMap; import java.util.TreeMap; import org.batfish.datamodel.AaaAuthenticat...
apache-2.0
mauidev/docker
api/client/version.go
2847
package client import ( "runtime" "text/template" "time" "github.com/docker/docker/api" "github.com/docker/docker/api/types" Cli "github.com/docker/docker/cli" "github.com/docker/docker/dockerversion" flag "github.com/docker/docker/pkg/mflag" "github.com/docker/docker/utils" ) var versionTemplate = `Client:...
apache-2.0
cfraz89/moonrock-js-starter
jspm_packages/npm/rx@2.5.3/src/core/linq/observable/sequenceequal.js
3046
/* */ "format cjs"; /** * Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer. * * @example * var res = res = source.sequenceEqual([1,2,3]); * var res = res = source.sequenceEqual([{ value: 42 }], function (x, y) { return x.value === y.val...
apache-2.0
nmldiegues/stibt
infinispan/core/src/main/java/org/infinispan/container/entries/package-info.java
1532
/* * JBoss, Home of Professional Open Source * Copyright 2010 Red Hat Inc. and/or its affiliates and other * contributors as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a full listing of * individual contributors. * * This is free software; you can redistri...
apache-2.0