repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
SingingTree/rustfmt
tests/target/configs-spaces_within_parens-false.rs
122
// rustfmt-spaces_within_parens: false // Spaces within parens fn lorem<T: Eq>(t: T) { let lorem = (ipsum, dolor); }
apache-2.0
kikinteractive/maven-plugins
maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/mojos/UnpackMojo.java
4397
package org.apache.maven.plugin.assembly.mojos; /* * 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 Apa...
apache-2.0
danilomendonca/A3Droid_Test_MCS
src/a3/a3droid/Timer.java
1579
package a3.a3droid; /**This class is used in A3Channel and in Service, which implement the interface "TimerInterface". * After a 2 seconds timeout, it calls TimerInterface.timerFired(int), to notify the timeout fired. * @author Francesco * */ public class Timer extends Thread{ /**The TimerInterface to n...
apache-2.0
msebire/intellij-community
platform/diff-impl/src/com/intellij/openapi/diff/impl/dir/actions/DirDiffToolbarActions.java
2587
/* * Copyright 2000-2015 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
ThoughtWorksStudios/excel-2010-mingle-addin
tools/ironruby/lib/ironruby/gems/1.8/doc/bundler-1.0.15/rdoc/classes/Bundler/GemHelper.src/M000283.html
759
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>version_tag (Bundler::GemHelper)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ...
apache-2.0
SebsLittleHelpers/scala-js
javalanglib/src/main/scala/java/lang/reflect/Array.scala
7857
/* * Scala.js (https://www.scala-js.org/) * * Copyright EPFL. * * Licensed under Apache License 2.0 * (https://www.apache.org/licenses/LICENSE-2.0). * * See the NOTICE file distributed with this work for * additional information regarding copyright ownership. */ package java.lang.reflect import scala.scalaj...
apache-2.0
apache/incubator-taverna-site
content/javadoc/taverna-language/org/apache/taverna/scufl2/xml/rdf/package-frame.html
1498
<!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_72-internal) on Mon Mar 14 13:22:15 GMT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.taverna....
apache-2.0
brenthand/Panda
poi-3.9/docs/apidocs/org/apache/poi/xslf/model/geom/Path.html
14826
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:21:23 MSK 2012 --> <TITLE> Path (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-11-26"> <LINK REL ...
apache-2.0
kirou/books_app_list
sinkancheaker/Resources/ui/Detail.js
3996
(function() { var Detail; Detail = function(detailData) { // 詳細情報を載せるwindow表示(半透明) var t = windowAnimation(0); var win = Ti.UI.createWindow({ backgroundColor:'#333333', borderWidth:1, borderColor:'#666', width:"100%", height:"1...
apache-2.0
sergecodd/FireFox-OS
B2G/gecko/netwerk/test/unit/test_bug427957.js
3088
/** * Test for Bidi restrictions on IDNs from RFC 3454 */ var Cc = Components.classes; var Ci = Components.interfaces; var idnService; function expected_pass(inputIDN) { var isASCII = {}; var displayIDN = idnService.convertToDisplayIDN(inputIDN, isASCII); do_check_eq(displayIDN, inputIDN); } function expecte...
apache-2.0
akirakw/asakusafw
info/model/src/main/java/com/asakusafw/info/ParameterInfo.java
3504
/** * Copyright 2011-2019 Asakusa Framework Team. * * 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
calebd/swift
lib/SILGen/SILGenPoly.cpp
141662
//===--- SILGenPoly.cpp - Function Type Thunks ----------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
apache-2.0
lintzc/gpdb
src/test/tinc/tincrepo/dml/functional/sql_partition/mpp21090_pttab_dropfirstcol_addpt_index_timestamptz.sql
2453
-- @author prabhd -- @created 2014-04-01 12:00:00 -- @modified 2012-04-01 12:00:00 -- @tags dml MPP-21090 ORCA -- @optimizer_mode on -- @description Tests for MPP-21090 \echo --start_ignore set gp_enable_column_oriented_table=on; \echo --end_ignore DROP TABLE IF EXISTS mpp21090_pttab_dropfirstcol_addpt_index_timestam...
apache-2.0
daviddoria/itkHoughTransform
Wrapping/WrapITK/Languages/Python/Tests/SmoothingRecursiveGaussianImageFilter.py
1366
#========================================================================== # # 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 # # http...
apache-2.0
aead/minio
pkg/s3select/internal/parquet-go/endian.go
940
/* * Minio Cloud Storage, (C) 2019 Minio, 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 la...
apache-2.0
shotishu/spark-mongodb-connector
src/scripts/run_mongod3.bat
170
set CONFIG="C:\Projects\spark-mongodb-connector\src\config" set MONGOBIN="c:\Program Files\MongoDB 2.6 Standard\bin" %MONGOBIN%\mongod.exe --config %CONFIG%\mongod3.cfg
apache-2.0
SangKa/RxJS-Docs-CN
doc/asset/devtools-welcome.js
826
var welcomeText = ( ' ____ _ ____ \n'+ '| _ \\ __ __ | / ___| \n'+ '| |_) |\\ \\/ / | \\___ \\ \n'+ '| _ < > < |_| |___) | \n'+ '|_| \\_\\/_/\\_\\___/|____/ \n'+ '\n试试下面这段代码来开启 RxJS 之旅:\n'+ '\n var subscription = Rx.Observable.interval(500)'+ '.take(4).subscribe(function ...
apache-2.0
Mpdreamz/lucene.net
doc/core/Lucene.Net.Index.IndexModifierMembers.html
13075
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>IndexModifier Members</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSD...
apache-2.0
SinnerSchraderMobileMirrors/ZXingObjC
ZXingObjC/common/reedsolomon/ZXGenericGF.h
1735
/* * Copyright 2012 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
apache-2.0
johnidelight/bible-assistant
platform/android/tool/BibleGenerator/src/org/heavenus/bible/generator/Book.java
2467
/* * Copyright (C) 2011 The Bible Assistant Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
apache-2.0
mbrukman/knife-google
README.md
17301
# knife-google A [knife] (http://wiki.opscode.com/display/chef/Knife) plugin to create, delete and enlist [Google Compute Engine] (https://cloud.google.com/products/compute-engine) resources. ## Overview This plugin adds functionality to Chef through a knife plugin to create, delete, and manage [Google Compute Engin...
apache-2.0
wilebeast/FireFox-OS
B2G/gecko/netwerk/test/TestServ.cpp
3636
/* vim:set ts=4 sw=4 et cindent: */ /* 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/. */ #include "TestCommon.h" #include <stdlib.h> #include "nsIServiceManager.h" #in...
apache-2.0
jasimmk/atlas
atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/TicksSuite.scala
6638
/* * Copyright 2015 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 t...
apache-2.0
ramrunner/gobgp
gobgp/lib/path.go
3283
// Copyright (C) 2015 Nippon Telegraph and Telephone 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...
apache-2.0
aws/aws-sdk-cpp
aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/ErrorDetails.h
4647
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/iotsitewise/IoTSiteWise_EXPORTS.h> #include <aws/iotsitewise/model/ErrorCode.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVecto...
apache-2.0
brunobottazzini/soletta
src/modules/linux-micro/console/console.c
12795
/* * This file is part of the Soletta™ Project * * Copyright (C) 2015 Intel Corporation. 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.apach...
apache-2.0
sergecodd/FireFox-OS
B2G/gecko/gfx/thebes/gfxImageSurface.cpp
10870
/* -*- Mode: C++; tab-width: 20; 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/. */ #include "prmem.h" #include "gfxAlp...
apache-2.0
frreiss/tensorflow-fred
tensorflow/compiler/mlir/tensorflow/transforms/test_resource_alias_analysis.cc
4295
/* Copyright 2019 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
daviddoria/itkHoughTransform
Modules/Nonunit/Review/include/itkFastSymmetricForcesDemonsRegistrationFilter.h
7832
/*========================================================================= * * 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
googleapis/google-cloud-dotnet
apis/Google.Cloud.CertificateManager.V1/Google.Cloud.CertificateManager.V1.GeneratedSnippets/CertificateManagerClient.GetCertificateMapResourceNamesAsyncSnippet.g.cs
1884
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
apache-2.0
srdo/storm
storm-server/src/main/java/org/apache/storm/scheduler/multitenant/DefaultPool.java
8903
/** * 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
carnegiespeech/translations
zh_cn/quizaccess_safebrowser.php
1084
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle...
apache-2.0
vthangathurai/SOA-Runtime
integration-tests/ProtoBufFindItemService/src/main/java/com/ebay/marketplace/search/v1/services/FieldValuesPair.java
3008
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011...
apache-2.0
ferventcoder/puppetlabs-dsc
lib/puppet/type/dsc_xexcheventloglevel.rb
4027
require 'pathname' Puppet::Type.newtype(:dsc_xexcheventloglevel) do require Pathname.new(__FILE__).dirname + '../../' + 'puppet/type/base_dsc' require Pathname.new(__FILE__).dirname + '../../puppet_x/puppetlabs/dsc_type_helpers' @doc = %q{ The DSC xExchEventLogLevel resource type. Automatically generat...
apache-2.0
cloudflare/docker
docs/reference/commandline/volume_ls.md
4776
<!--[metadata]> +++ title = "volume ls" description = "The volume ls command description and usage" keywords = ["volume, list"] [menu.main] parent = "smn_cli" +++ <![end-metadata]--> # volume ls ```markdown Usage: docker volume ls [OPTIONS] List volumes Aliases: ls, list Options: -f, --filter value Provide ...
apache-2.0
artefactop/ecomponent
doc/mod_monitor.md
924
# Module mod_monitor # * [Function Index](#index) * [Function Details](#functions) <a name="index"></a> ## Function Index ## <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#accept-3">accept/3</a></td><td>Check if the packet can be accepted.</...
apache-2.0
gzwfdy/zone
src/main/webapp/static/app/templates/dialog-dial-out.html
2204
<div class="overlay-container brand-overlay" id="dialog-dial-out" toggle> <form class="overlay-content brand-secondary" name="addParticipantForm" ng-submit="addParticipantForm.$valid && connection.participantAdd(uri, protocol, role, presentationUri) || hide()"> <div class="dialog-title" translate>IDS_PARTIC...
apache-2.0
mafulafunk/wicket
wicket-core/src/main/java/org/apache/wicket/validation/validator/AbstractRangeValidator.java
5358
/* * 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
flofreud/aws-sdk-java
aws-java-sdk-cloudsearch/src/main/java/com/amazonaws/services/cloudsearchv2/model/BuildSuggestersRequest.java
3006
/* * Copyright 2010-2016 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
execunix/vinos
xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/u_keymap.c
7700
/************************************************************************** * * Copyright 2008 VMware, Inc. * All Rights Reserved. * * 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 wit...
apache-2.0
FLVC/fcrepo-src-3.4.2
fcrepo-security/fcrepo-security-pdp/src/main/java/org/fcrepo/server/security/xacml/pdp/data/PolicyStoreFactory.java
1295
/* The contents of this file are subject to the license and copyright terms * detailed in the license directory at the root of the source tree (also * available online at http://fedora-commons.org/license/). */ package org.fcrepo.server.security.xacml.pdp.data; /** * A factory for a PolicyStore. Used to get a P...
apache-2.0
snicoll/spring-boot
spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java
15218
/* * Copyright 2012-2014 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
ahakanbaba/kubernetes
pkg/registry/core/node/storage/storage.go
4861
/* Copyright 2015 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
google/flutter_flux
example/README.md
77
# flutter_flux example Simple mock chat app example ```bash flutter run ```
apache-2.0
gocd/gocd
server/src/main/java/com/thoughtworks/go/server/cache/LazyCache.java
2065
/* * 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...
apache-2.0
dlnufox/ignite
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtAffinityAssignmentResponse.java
6291
/* * 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
jpeach/mesos
src/webui/app/agents/agent.html
12924
<ol class="breadcrumb"> <li> <a class="badge badge-type" href="#">Master</a> </li> <li class="active"> <span class="badge badge-type">Agent</span> {{agent_id}} </li> </ol> <div class="alert alert-error hidden" id="alert"> <button class="close" data-dismiss="alert">×</button> <strong>{{alert_mes...
apache-2.0
mikewesner-wf/glasshouse
appengine/application/templates/myhome.html
1801
{% extends "base.html" %} {% block style_block %} <style type="text/css"> table.table { width: 60%; } </style> {% endblock %} {% block content %} <!-- {% if user %} You seem to be logged in.<br/><br/> {{ user.id }} {% if credentials %} You also have OAUTH2 credi...
apache-2.0
erwelch/camel
tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelHipchatTest.java
1257
/** * 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
kazuki43zoo/spring-security
config/src/main/java/org/springframework/security/config/websocket/WebSocketMessageBrokerSecurityBeanDefinitionParser.java
15241
/* * Copyright 2002-2014 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
mgsx-dev/gdx-kit
core/src/net/mgsx/game/core/binding/BindingManager.java
1782
package net.mgsx.game.core.binding; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2d.Stage; import com.badlogic.gdx.utils.Array; import com.badlogic.gdx.utils.ObjectMap; import com.badlogic.gdx.utils.ObjectMap.Entry; public class Bindin...
apache-2.0
peterdocter/zxing
android/src/com/google/zxing/client/android/share/ShareActivity.java
11036
/* * Copyright (C) 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
apache-2.0
JMaltat/fragaria-ektorp
org.ektorp/src/main/java/org/ektorp/impl/DocIdResponseHandler.java
1471
package org.ektorp.impl; import java.util.ArrayList; import java.util.List; import com.fasterxml.jackson.core.JsonFactory; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonToken; import com.fasterxml.jackson.databind.ObjectMapper; import org.ektorp.DbAccessException; import org.ekto...
apache-2.0
Swrrt/Samza
samza-core/src/main/java/org/apache/samza/system/SystemAdmins.java
2240
/* * 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
rolandomar/stheno
stheno/src/org/cracs/stheno/core/SthenoCoreInterface.h
3058
/* * Copyright 2012 Rolando Martins, CRACS & INESC-TEC, DCC/FCUP * * 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...
apache-2.0
chr-fritz/seu-as-code.packages
com.oracle/jdk8/1.8.0_121/README.md
336
# Java Development Kit SE 8u121 The package contains the Java Platform, Standard Edition (JDK) 8u121 release. Install this package using SEU as Code with the following dependency: ```groovy win{ dependencies { software 'com.oracle:jdk8:1.8.0_121:win' } } mac{ dependencies { software 'com.oracle:jdk8:1.8.0_12...
apache-2.0
locationtech/geowave
core/geotime/src/main/java/org/locationtech/geowave/core/geotime/adapter/SpatialFieldDescriptorBuilder.java
2649
/** * Copyright (c) 2013-2020 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
apache-2.0
xasx/assertj-core
src/main/java/org/assertj/core/api/ProxyableMapAssert.java
1243
/* * 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 distributed under t...
apache-2.0
machaval/mule-intellij-plugins
data-weave-plugin/src/main/gen/org/mule/tooling/lang/dw/parser/psi/WeaveOutputDirective.java
356
// This is a generated file. Not intended for manual editing. package org.mule.tooling.lang.dw.parser.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface WeaveOutputDirective extends WeaveDirective { @Nullable WeaveDataType getDataType(); @Nulla...
apache-2.0
Azure/durabletask
test/DurableTask.AzureServiceFabric.Tests/PersistentSessionTests.cs
2352
// ---------------------------------------------------------------------------------- // 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....
apache-2.0
saturday06/gradle-android-scala-plugin
sample/hello/src/main/scala/jp/leafytree/android/hello/HelloActivity.scala
772
package jp.leafytree.android.hello import android.app.Activity import android.os.Bundle import android.util.Log import android.widget.TextView import com.google.common.collect.ImmutableSet import org.apache.commons.math3.analysis.function.Abs import scalaz.Scalaz._ class HelloActivity extends Activity { override de...
apache-2.0
huluwa/superjokes
src/Joke.Data/Properties/AssemblyInfo.cs
1394
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: AssemblyTitle("Jo...
apache-2.0
movmov/cc
nova/objectstore/image.py
6265
# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright [2010] [Anso Labs, 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
GGist/redox-rs
bip_handshake/test/mod.rs
507
extern crate bip_handshake; extern crate bip_util; extern crate futures; extern crate tokio_io; extern crate tokio_core; mod test_connect; mod test_byte_after_handshake; mod test_bytes_after_handshake; mod test_filter_allow_all; mod test_filter_block_all; mod test_filter_whitelist_same_data; mod test_filter_whitelist_...
apache-2.0
softlion/Cheesebaron.MvxPlugins
Samples/AzureAccessControl.Sample.Droid/Bootstrap/VisibilityPluginBootstrap.cs
232
using Cirrious.CrossCore.Plugins; namespace AzureAccessControl.Sample.Droid.Bootstrap { public class VisibilityPluginBootstrap : MvxPluginBootstrapAction<Cirrious.MvvmCross.Plugins.Visibility.PluginLoader> { } }
apache-2.0
jeffgbutler/mybatis-qbe
src/test/java/examples/springbatch/paging/PagingReaderBatchConfiguration.java
5674
/* * Copyright 2016-2020 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 * * Unles...
apache-2.0
nterry/aws-sdk-java
aws-java-sdk-datapipeline/src/main/java/com/amazonaws/services/datapipeline/model/transform/SetStatusRequestMarshaller.java
3921
/* * Copyright 2010-2016 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
alien4cloud/samples
org/alien4cloud/mock/jobs/scripts/operation.sh
86
#!/bin/bash -e echo "${NODE}.${duration} sleep: ${duration} sec" /bin/sleep $duration
apache-2.0
Fabryprog/camel
core/camel-base/src/main/java/org/apache/camel/processor/Pipeline.java
6742
/* * 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
gitpan/GOOGLE-ADWORDS-PERL-CLIENT
lib/Google/Ads/AdWords/v201409/UserListType.pm
1082
package Google::Ads::AdWords::v201409::UserListType; use strict; use warnings; sub get_xmlns { 'https://adwords.google.com/api/adwords/rm/v201409'}; # derivation by restriction use base qw( SOAP::WSDL::XSD::Typelib::Builtin::string); 1; __END__ =pod =head1 NAME =head1 DESCRIPTION Perl data type class fo...
apache-2.0
StyleTang/incubator-rocketmq-externals
rocketmq-flink/src/main/java/org/apache/rocketmq/flink/source/reader/deserializer/BytesMessage.java
1571
/* * 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
OscarSwanros/swift
lib/AST/LookupVisibleDecls.cpp
36523
//===--- LookupVisibleDecls - Swift Name Lookup Routines ------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
apache-2.0
krahman/emedia
ninja-servlet-jpa-blog-archetype/src/main/resources/archetype-resources/src/test/java/controllers/LoginLogoutControllerTest.java
3238
#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) /** * Copyright (C) 2013 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 Licens...
apache-2.0
Acuant/AcuantiOSMobileSDK
Sample-Connect-Objective-C-App/ConnectObjective-CSampleApp/ViewController.h
311
// // ViewController.h // ConnectObjective-CSampleApp // // Created by Tapas Behera on 8/8/17. // Copyright © 2017 Acuant. All rights reserved. // #import <UIKit/UIKit.h> @protocol ResultCancelDelegate @required -(void) didFinishShowingResult; @end @interface ViewController : UIViewController @end
apache-2.0
VladimirTS/chef-php
recipes/module_common.rb
1074
# # Author:: Panagiotis Papadomitsos (<pj@ezgr.net>) # # Cookbook Name:: php # Recipe:: module_common # # Copyright 2009-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 #...
apache-2.0
hkjung/REST-web-server-WIZwiki-W7500eco-uVision5
Libraries/W7500x_stdPeriph_Driver/src/W7500x_i2c.c
8510
/** ****************************************************************************** * @file W7500x_stdPeriph_Driver/src/W7500x_i2c.c * @author IOP Team * @version v1.0.0 * @date 01-May-2015 * @brief This file contains all the functions prototypes for the i2c * firmware library. ****...
apache-2.0
ServiceComb/java-chassis
demo/demo-jaxrs/jaxrs-server/src/main/java/org/apache/servicecomb/demo/jaxrs/server/beanParam/TestBeanParameterWithUpload.java
1712
/* * 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
GIP-RECIA/esup-publisher-ui
src/main/webapp/scripts/components/auth/services/register.service.js
163
'use strict'; angular.module('publisherApp') .factory('Register', function ($resource) { return $resource('api/register', {}, { }); });
apache-2.0
sobkowiak/aspectj-in-action-code
ch02/workspace/Section2.6AspectJSpringIntegration/src/main/java/ajia/main/Main.java
1245
/* Copyright 2009 Ramnivas Laddad 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 writin...
apache-2.0
apache/geronimo-yoko
yoko-core/src/main/java/org/apache/yoko/orb/OCI/ConnectorSeqHolder.java
1507
/* * 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
rvhub/onos
core/net/src/main/java/org/onosproject/app/impl/ApplicationManager.java
8584
/* * Copyright 2015 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
apache-2.0
xingwu1/azure-sdk-for-node
lib/services/datafactoryManagement/lib/models/responsysObjectDataset.js
3288
/* * 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. */ '...
apache-2.0
apache/santuario-java
src/main/java/org/apache/xml/security/stax/impl/processor/output/AbstractSignatureOutputProcessor.java
14441
/** * 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...
apache-2.0
apache/incubator-corinthia
consumers/dfutil/src/main.c
5917
// 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
mdittmer/foam
js/foam/ui/md/SectionView.js
3734
/** * @license * Copyright 2015 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 */ CLASS({ pack...
apache-2.0
wsldl123292/testeveryting
concurrency/src/main/java/threadmanagement/join/DataSourcesLoader.java
532
package threadmanagement.join; import java.util.Date; import java.util.concurrent.TimeUnit; /** * 功能: * 作者: ldl * 时间: 2016-07-29 17:51 */ public class DataSourcesLoader implements Runnable { @Override public void run() { System.out.printf("开始加载资源: %s\n", new Date()); try { Ti...
apache-2.0
StefanoRaggi/Lean
ToolBox/Polygon/PolygonDownloaderProgram.cs
4321
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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...
apache-2.0
pwojnaro/robotium-sandwich
robotium-sandwich/src/main/java/com/appthwack/sandwich/views/interfaces/IACompoundButton.java
321
package com.appthwack.sandwich.views.interfaces; // TODO: Auto-generated Javadoc /** * The Interface IACompoundButton. */ public interface IACompoundButton extends IAButton { /** * Checks if a CompoundButton associated with this element is checked * * @return true, if is checked */ boolean isChecked(); }...
apache-2.0
goldmansachs/obevo
obevo-db-impls/obevo-db-sybase-ase/src/test/resources/reveng/ddlgen/expected/dbdeploy01/table/TestTable.sql
1123
//// CHANGE name=change0 create table TestTable ( idField int not null , stringField varchar(100) not null , stringDateField date null , dateTimeField ...
apache-2.0
OLR-xray/OLR-3.0
src/3rd party/MagicSoftware/FreeMagic/Include/MgcTUnorderedSet.h
1726
// Magic Software, Inc. // http://www.magic-software.com // Copyright (c) 2000-2002. All Rights Reserved // // Source code from Magic Software is supplied under the terms of a license // agreement and may not be copied or disclosed except in accordance with the // terms of that agreement. The various license agreemen...
apache-2.0
tempbottle/JgFramework
src/main/java/com/zhaidaosi/game/jgframework/common/queue/BaseQueue.java
4050
package com.zhaidaosi.game.jgframework.common.queue; /** * 可快速定位的FIFO队列 */ public class BaseQueue<E> { private BaseQueueElement<E> start = null; private BaseQueueElement<E> end = null; private Object lock = new Object(); private long putCount = 0; private long takeCount = 0; private long siz...
apache-2.0
jonathanmarvens/typescript
samples/node/node.d.ts
45576
/************************************************ * * * Node.js v0.8.8 API * * * ************************************************/ /************************************************ * ...
apache-2.0
racker/omnibus
source/curl-7.21.2/docs/examples/cacertinmem.c
6090
/***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___...
apache-2.0
apache/manifoldcf
connectors/jcifs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.java
211260
/** * 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
gatapia/nclosure
lib/third_party/node/docs/symbols/node.global.html
29311
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf8"></meta> <meta name="generator" content="JsDoc Toolkit"></meta> <title>node.global | .</title> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"></meta> <me...
apache-2.0
alexpilotti/python-keystoneclient
keystoneclient/v3/contrib/oauth1/request_tokens.py
2659
# 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 # distributed under the...
apache-2.0
gitpan/GOOGLE-ADWORDS-PERL-CLIENT
lib/Google/Ads/AdWords/v201406/ConstantDataService/getUserInterestCriterionResponse.pm
1893
package Google::Ads::AdWords::v201406::ConstantDataService::getUserInterestCriterionResponse; use strict; use warnings; { # BLOCK to scope variables sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201406' } __PACKAGE__->__set_name('getUserInterestCriterionResponse'); __PACKAGE__->__set_nillable(); __PAC...
apache-2.0
Kinza59/educate-for-oop
java/book-dietel/kinza/10_9_h_Tetrahedron.java
453
public class Tetrahedron extends ThreeDimensionalShapes { public Tetrahedron ( double s) { super ( s ); } @Override public double areaOf3DShapes ( ){ return Math.sqrt(3) * getSide() * getSide(); } @Override public double volumeOf3DShapes(){ return (Math.pow(getSide(),3))/ ( 6 ...
apache-2.0
apache/pdfbox
examples/src/main/java/org/apache/pdfbox/examples/interactive/form/CreateRadioButtons.java
8207
/* * 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
swift-lang/swift-t
c-utils/code/src/list.c
19734
/* * Copyright 2013 University of Chicago and Argonne National Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
apache-2.0