code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
// rustfmt-spaces_within_parens: false // Spaces within parens fn lorem<T: Eq>(t: T) { let lorem = (ipsum, dolor); }
SingingTree/rustfmt
tests/target/configs-spaces_within_parens-false.rs
Rust
apache-2.0
122
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...
kikinteractive/maven-plugins
maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/mojos/UnpackMojo.java
Java
apache-2.0
4,397
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...
danilomendonca/A3Droid_Test_MCS
src/a3/a3droid/Timer.java
Java
apache-2.0
1,579
/* * 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...
msebire/intellij-community
platform/diff-impl/src/com/intellij/openapi/diff/impl/dir/actions/DirDiffToolbarActions.java
Java
apache-2.0
2,587
<?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" /> ...
ThoughtWorksStudios/excel-2010-mingle-addin
tools/ironruby/lib/ironruby/gems/1.8/doc/bundler-1.0.15/rdoc/classes/Bundler/GemHelper.src/M000283.html
HTML
apache-2.0
759
/* * 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...
SebsLittleHelpers/scala-js
javalanglib/src/main/scala/java/lang/reflect/Array.scala
Scala
apache-2.0
7,857
<!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/incubator-taverna-site
content/javadoc/taverna-language/org/apache/taverna/scufl2/xml/rdf/package-frame.html
HTML
apache-2.0
1,498
<!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 ...
brenthand/Panda
poi-3.9/docs/apidocs/org/apache/poi/xslf/model/geom/Path.html
HTML
apache-2.0
14,826
(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...
kirou/books_app_list
sinkancheaker/Resources/ui/Detail.js
JavaScript
apache-2.0
3,996
/** * 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...
sergecodd/FireFox-OS
B2G/gecko/netwerk/test/unit/test_bug427957.js
JavaScript
apache-2.0
3,088
/** * 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...
akirakw/asakusafw
info/model/src/main/java/com/asakusafw/info/ParameterInfo.java
Java
apache-2.0
3,504
//===--- 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...
calebd/swift
lib/SILGen/SILGenPoly.cpp
C++
apache-2.0
141,662
-- @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...
lintzc/gpdb
src/test/tinc/tincrepo/dml/functional/sql_partition/mpp21090_pttab_dropfirstcol_addpt_index_timestamptz.sql
SQL
apache-2.0
2,453
#========================================================================== # # 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...
daviddoria/itkHoughTransform
Wrapping/WrapITK/Languages/Python/Tests/SmoothingRecursiveGaussianImageFilter.py
Python
apache-2.0
1,366
/* * 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...
aead/minio
pkg/s3select/internal/parquet-go/endian.go
GO
apache-2.0
940
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
shotishu/spark-mongodb-connector
src/scripts/run_mongod3.bat
Batchfile
apache-2.0
170
var welcomeText = ( ' ____ _ ____ \n'+ '| _ \\ __ __ | / ___| \n'+ '| |_) |\\ \\/ / | \\___ \\ \n'+ '| _ < > < |_| |___) | \n'+ '|_| \\_\\/_/\\_\\___/|____/ \n'+ '\n试试下面这段代码来开启 RxJS 之旅:\n'+ '\n var subscription = Rx.Observable.interval(500)'+ '.take(4).subscribe(function ...
SangKa/RxJS-Docs-CN
doc/asset/devtools-welcome.js
JavaScript
apache-2.0
826
<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...
Mpdreamz/lucene.net
doc/core/Lucene.Net.Index.IndexModifierMembers.html
HTML
apache-2.0
13,075
/* * 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 ...
SinnerSchraderMobileMirrors/ZXingObjC
ZXingObjC/common/reedsolomon/ZXGenericGF.h
C
apache-2.0
1,735
/* * 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...
johnidelight/bible-assistant
platform/android/tool/BibleGenerator/src/org/heavenus/bible/generator/Book.java
Java
apache-2.0
2,467
# 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...
mbrukman/knife-google
README.md
Markdown
apache-2.0
17,301
/* 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...
wilebeast/FireFox-OS
B2G/gecko/netwerk/test/TestServ.cpp
C++
apache-2.0
3,636
/* * 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...
jasimmk/atlas
atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/TicksSuite.scala
Scala
apache-2.0
6,638
// 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...
ramrunner/gobgp
gobgp/lib/path.go
GO
apache-2.0
3,283
/** * 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...
aws/aws-sdk-cpp
aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/ErrorDetails.h
C
apache-2.0
4,647
/* * 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...
brunobottazzini/soletta
src/modules/linux-micro/console/console.c
C
apache-2.0
12,795
/* -*- 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...
sergecodd/FireFox-OS
B2G/gecko/gfx/thebes/gfxImageSurface.cpp
C++
apache-2.0
10,870
/* 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...
frreiss/tensorflow-fred
tensorflow/compiler/mlir/tensorflow/transforms/test_resource_alias_analysis.cc
C++
apache-2.0
4,295
/*========================================================================= * * 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...
daviddoria/itkHoughTransform
Modules/Nonunit/Review/include/itkFastSymmetricForcesDemonsRegistrationFilter.h
C
apache-2.0
7,832
// 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 ...
googleapis/google-cloud-dotnet
apis/Google.Cloud.CertificateManager.V1/Google.Cloud.CertificateManager.V1.GeneratedSnippets/CertificateManagerClient.GetCertificateMapResourceNamesAsyncSnippet.g.cs
C#
apache-2.0
1,884
/** * 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 ...
srdo/storm
storm-server/src/main/java/org/apache/storm/scheduler/multitenant/DefaultPool.java
Java
apache-2.0
8,903
<?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...
carnegiespeech/translations
zh_cn/quizaccess_safebrowser.php
PHP
apache-2.0
1,084
// // 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...
vthangathurai/SOA-Runtime
integration-tests/ProtoBufFindItemService/src/main/java/com/ebay/marketplace/search/v1/services/FieldValuesPair.java
Java
apache-2.0
3,008
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...
ferventcoder/puppetlabs-dsc
lib/puppet/type/dsc_xexcheventloglevel.rb
Ruby
apache-2.0
4,027
<!--[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 ...
cloudflare/docker
docs/reference/commandline/volume_ls.md
Markdown
apache-2.0
4,776
# 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.</...
artefactop/ecomponent
doc/mod_monitor.md
Markdown
apache-2.0
924
<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...
gzwfdy/zone
src/main/webapp/static/app/templates/dialog-dial-out.html
HTML
apache-2.0
2,204
/* * 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...
mafulafunk/wicket
wicket-core/src/main/java/org/apache/wicket/validation/validator/AbstractRangeValidator.java
Java
apache-2.0
5,358
/* * 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...
flofreud/aws-sdk-java
aws-java-sdk-cloudsearch/src/main/java/com/amazonaws/services/cloudsearchv2/model/BuildSuggestersRequest.java
Java
apache-2.0
3,006
/************************************************************************** * * 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...
execunix/vinos
xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/u_keymap.c
C
apache-2.0
7,700
/* 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...
FLVC/fcrepo-src-3.4.2
fcrepo-security/fcrepo-security-pdp/src/main/java/org/fcrepo/server/security/xacml/pdp/data/PolicyStoreFactory.java
Java
apache-2.0
1,295
/* * 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...
snicoll/spring-boot
spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java
Java
apache-2.0
15,218
/* 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, ...
ahakanbaba/kubernetes
pkg/registry/core/node/storage/storage.go
GO
apache-2.0
4,861
# flutter_flux example Simple mock chat app example ```bash flutter run ```
google/flutter_flux
example/README.md
Markdown
apache-2.0
77
/* * 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...
gocd/gocd
server/src/main/java/com/thoughtworks/go/server/cache/LazyCache.java
Java
apache-2.0
2,065
/* * 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 ...
dlnufox/ignite
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtAffinityAssignmentResponse.java
Java
apache-2.0
6,291
<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...
jpeach/mesos
src/webui/app/agents/agent.html
HTML
apache-2.0
12,924
{% 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...
mikewesner-wf/glasshouse
appengine/application/templates/myhome.html
HTML
apache-2.0
1,801
/** * 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...
erwelch/camel
tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelHipchatTest.java
Java
apache-2.0
1,257
/* * 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...
kazuki43zoo/spring-security
config/src/main/java/org/springframework/security/config/websocket/WebSocketMessageBrokerSecurityBeanDefinitionParser.java
Java
apache-2.0
15,241
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...
mgsx-dev/gdx-kit
core/src/net/mgsx/game/core/binding/BindingManager.java
Java
apache-2.0
1,782
/* * 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...
peterdocter/zxing
android/src/com/google/zxing/client/android/share/ShareActivity.java
Java
apache-2.0
11,036
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...
JMaltat/fragaria-ektorp
org.ektorp/src/main/java/org/ektorp/impl/DocIdResponseHandler.java
Java
apache-2.0
1,471
/* * 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 ...
Swrrt/Samza
samza-core/src/main/java/org/apache/samza/system/SystemAdmins.java
Java
apache-2.0
2,240
/* * 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...
rolandomar/stheno
stheno/src/org/cracs/stheno/core/SthenoCoreInterface.h
C
apache-2.0
3,058
# 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...
chr-fritz/seu-as-code.packages
com.oracle/jdk8/1.8.0_121/README.md
Markdown
apache-2.0
336
/** * 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...
locationtech/geowave
core/geotime/src/main/java/org/locationtech/geowave/core/geotime/adapter/SpatialFieldDescriptorBuilder.java
Java
apache-2.0
2,649
/* * 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...
xasx/assertj-core
src/main/java/org/assertj/core/api/ProxyableMapAssert.java
Java
apache-2.0
1,243
// 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...
machaval/mule-intellij-plugins
data-weave-plugin/src/main/gen/org/mule/tooling/lang/dw/parser/psi/WeaveOutputDirective.java
Java
apache-2.0
356
// ---------------------------------------------------------------------------------- // 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....
Azure/durabletask
test/DurableTask.AzureServiceFabric.Tests/PersistentSessionTests.cs
C#
apache-2.0
2,352
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...
saturday06/gradle-android-scala-plugin
sample/hello/src/main/scala/jp/leafytree/android/hello/HelloActivity.scala
Scala
apache-2.0
772
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...
huluwa/superjokes
src/Joke.Data/Properties/AssemblyInfo.cs
C#
apache-2.0
1,394
# 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 ...
movmov/cc
nova/objectstore/image.py
Python
apache-2.0
6,265
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_...
GGist/redox-rs
bip_handshake/test/mod.rs
Rust
apache-2.0
507
using Cirrious.CrossCore.Plugins; namespace AzureAccessControl.Sample.Droid.Bootstrap { public class VisibilityPluginBootstrap : MvxPluginBootstrapAction<Cirrious.MvvmCross.Plugins.Visibility.PluginLoader> { } }
softlion/Cheesebaron.MvxPlugins
Samples/AzureAccessControl.Sample.Droid/Bootstrap/VisibilityPluginBootstrap.cs
C#
apache-2.0
232
/* * 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...
jeffgbutler/mybatis-qbe
src/test/java/examples/springbatch/paging/PagingReaderBatchConfiguration.java
Java
apache-2.0
5,674
/* * 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...
nterry/aws-sdk-java
aws-java-sdk-datapipeline/src/main/java/com/amazonaws/services/datapipeline/model/transform/SetStatusRequestMarshaller.java
Java
apache-2.0
3,921
#!/bin/bash -e echo "${NODE}.${duration} sleep: ${duration} sec" /bin/sleep $duration
alien4cloud/samples
org/alien4cloud/mock/jobs/scripts/operation.sh
Shell
apache-2.0
86
/* * 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
core/camel-base/src/main/java/org/apache/camel/processor/Pipeline.java
Java
apache-2.0
6,742
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...
gitpan/GOOGLE-ADWORDS-PERL-CLIENT
lib/Google/Ads/AdWords/v201409/UserListType.pm
Perl
apache-2.0
1,082
/* * 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 ...
StyleTang/incubator-rocketmq-externals
rocketmq-flink/src/main/java/org/apache/rocketmq/flink/source/reader/deserializer/BytesMessage.java
Java
apache-2.0
1,571
//===--- 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...
OscarSwanros/swift
lib/AST/LookupVisibleDecls.cpp
C++
apache-2.0
36,523
#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...
krahman/emedia
ninja-servlet-jpa-blog-archetype/src/main/resources/archetype-resources/src/test/java/controllers/LoginLogoutControllerTest.java
Java
apache-2.0
3,238
// // 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
Acuant/AcuantiOSMobileSDK
Sample-Connect-Objective-C-App/ConnectObjective-CSampleApp/ViewController.h
C
apache-2.0
311
# # 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 #...
VladimirTS/chef-php
recipes/module_common.rb
Ruby
apache-2.0
1,074
/** ****************************************************************************** * @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. ****...
hkjung/REST-web-server-WIZwiki-W7500eco-uVision5
Libraries/W7500x_stdPeriph_Driver/src/W7500x_i2c.c
C
apache-2.0
8,510
/* * 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 ...
ServiceComb/java-chassis
demo/demo-jaxrs/jaxrs-server/src/main/java/org/apache/servicecomb/demo/jaxrs/server/beanParam/TestBeanParameterWithUpload.java
Java
apache-2.0
1,712
'use strict'; angular.module('publisherApp') .factory('Register', function ($resource) { return $resource('api/register', {}, { }); });
GIP-RECIA/esup-publisher-ui
src/main/webapp/scripts/components/auth/services/register.service.js
JavaScript
apache-2.0
163
/* 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...
sobkowiak/aspectj-in-action-code
ch02/workspace/Section2.6AspectJSpringIntegration/src/main/java/ajia/main/Main.java
Java
apache-2.0
1,245
/* * 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/geronimo-yoko
yoko-core/src/main/java/org/apache/yoko/orb/OCI/ConnectorSeqHolder.java
Java
apache-2.0
1,507
/* * 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...
rvhub/onos
core/net/src/main/java/org/onosproject/app/impl/ApplicationManager.java
Java
apache-2.0
8,584
/* * 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. */ '...
xingwu1/azure-sdk-for-node
lib/services/datafactoryManagement/lib/models/responsysObjectDataset.js
JavaScript
apache-2.0
3,288
/** * 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/santuario-java
src/main/java/org/apache/xml/security/stax/impl/processor/output/AbstractSignatureOutputProcessor.java
Java
apache-2.0
14,441
// 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/incubator-corinthia
consumers/dfutil/src/main.c
C
apache-2.0
5,917
/** * @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...
mdittmer/foam
js/foam/ui/md/SectionView.js
JavaScript
apache-2.0
3,734
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...
wsldl123292/testeveryting
concurrency/src/main/java/threadmanagement/join/DataSourcesLoader.java
Java
apache-2.0
532
/* * 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...
StefanoRaggi/Lean
ToolBox/Polygon/PolygonDownloaderProgram.cs
C#
apache-2.0
4,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(); }...
pwojnaro/robotium-sandwich
robotium-sandwich/src/main/java/com/appthwack/sandwich/views/interfaces/IACompoundButton.java
Java
apache-2.0
321
//// CHANGE name=change0 create table TestTable ( idField int not null , stringField varchar(100) not null , stringDateField date null , dateTimeField ...
goldmansachs/obevo
obevo-db-impls/obevo-db-sybase-ase/src/test/resources/reveng/ddlgen/expected/dbdeploy01/table/TestTable.sql
SQL
apache-2.0
1,123
// 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...
OLR-xray/OLR-3.0
src/3rd party/MagicSoftware/FreeMagic/Include/MgcTUnorderedSet.h
C
apache-2.0
1,726
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...
tempbottle/JgFramework
src/main/java/com/zhaidaosi/game/jgframework/common/queue/BaseQueue.java
Java
apache-2.0
4,050
/************************************************ * * * Node.js v0.8.8 API * * * ************************************************/ /************************************************ * ...
jonathanmarvens/typescript
samples/node/node.d.ts
TypeScript
apache-2.0
45,576
/***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___...
racker/omnibus
source/curl-7.21.2/docs/examples/cacertinmem.c
C
apache-2.0
6,090
/** * 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/manifoldcf
connectors/jcifs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.java
Java
apache-2.0
211,260
<!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...
gatapia/nclosure
lib/third_party/node/docs/symbols/node.global.html
HTML
apache-2.0
29,311
# 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...
alexpilotti/python-keystoneclient
keystoneclient/v3/contrib/oauth1/request_tokens.py
Python
apache-2.0
2,659
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...
gitpan/GOOGLE-ADWORDS-PERL-CLIENT
lib/Google/Ads/AdWords/v201406/ConstantDataService/getUserInterestCriterionResponse.pm
Perl
apache-2.0
1,893
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 ...
Kinza59/educate-for-oop
java/book-dietel/kinza/10_9_h_Tetrahedron.java
Java
apache-2.0
453
/* * 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/pdfbox
examples/src/main/java/org/apache/pdfbox/examples/interactive/form/CreateRadioButtons.java
Java
apache-2.0
8,207
/* * 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...
swift-lang/swift-t
c-utils/code/src/list.c
C
apache-2.0
19,734