repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
veritas-shine/minix3-rpi
minix/commands/swifi/socket.c
5758
/* socket.c Created: Feb 2001 by Philip Homburg <philip@f-mnx.phicoh.com> Open a TCP connection */ #define _POSIX_C_SOURCE 2 #include <errno.h> #include <fcntl.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <string.h> #include <unistd.h> #include <sys/ioctl.h> #include <...
apache-2.0
dmlc/tvm
tests/python/contrib/test_ethosn/test_relu.py
2921
# 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
houbie/lesscss
src/main/java/com/github/houbie/lesscss/engine/ScriptEngineLessCompilationEngine.java
4246
/* * Copyright (c) 2013 Houbrechts IT * * 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
sbt/sbt
main/src/test/scala/sbt/internal/parser/NewFormatSpec.scala
883
/* * sbt * Copyright 2011 - 2018, Lightbend, Inc. * Copyright 2008 - 2010, Mark Harrah * Licensed under Apache License 2.0 (see LICENSE) */ package sbt package internal package parser import java.io.File import scala.io.Source object NewFormatSpec extends AbstractSpec { implicit val splitter: SplitExpression...
apache-2.0
intrigus/jtransc
jtransc-main/test/issues/issue130/Impl_0.java
134
package issues.issue130; public class Impl_0 { public int a = 0; protected void printMe(String s) { System.out.println(s); } }
apache-2.0
WestCoastInformatics/OTF-Mapping-Service
webapp/src/main/webapp/js/highlight.js
771
/** * Wraps the * * @param text * {string} haystack to search through * @param search * {string} needle to search for * @param [caseSensitive] * {boolean} optional boolean to use case-sensitive searching */ angular.module('ui.highlight', []).filter('highlight', function(highlight) {...
apache-2.0
annotatorproject/annotatorlib
deploy/docker/cpu/Dockerfile
804
FROM ubuntu:18.04 LABEL maintainer="chriamue@gmail.com" RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential clang git cmake \ qt5-default qttools5-dev qttools5-dev-tools libboost-system-dev libboost-filesystem-dev libboost-python-dev python-numpy \ libopencv-dev libpoco-dev libdlib...
apache-2.0
apache/solr
solr/core/src/java/org/apache/solr/handler/export/StringValue.java
4760
/* * 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
OnurKirkizoglu/master_thesis
at.jku.sea.cloud.rest/src/main/java/at/jku/sea/cloud/rest/pojo/stream/provider/PojoCollectionArtifactProvider.java
932
package at.jku.sea.cloud.rest.pojo.stream.provider; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeInfo.Id; import com.fasterxml.jackson.annotation.JsonTypeName; import at.jku.sea.cloud.rest.pojo.PojoCollectionArtifact; @JsonTypeInfo(use = Id.NAME, property = "_...
apache-2.0
sdaschner/scalable-coffee-shop
beans/src/main/java/com/sebastian_daschner/scalable_coffee_shop/beans/boundary/BeansResource.java
1063
package com.sebastian_daschner.scalable_coffee_shop.beans.boundary; import javax.inject.Inject; import javax.json.Json; import javax.json.JsonObject; import javax.json.JsonObjectBuilder; import javax.ws.rs.BadRequestException; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; @Path("beans") pu...
apache-2.0
svanschalkwyk/datafari
dev-tools/script/macosx/stop-datafari-devmode.sh
558
#!/bin/bash -e # # # Shutdown script for Datafari # # if (( EUID != 0 )); then echo "You need to be root to run this script." 1>&2 exit 100 fi DIR=../../../macosx/bin source "set-datafari-env-devmode.sh" source "${DIR}/utils.sh" if is_running $SOLR_PID_FILE; then SOLR_INCLUDE=$SOLR_ENV $SOLR_INSTALL_DIR/b...
apache-2.0
jwren/intellij-community
platform/execution/src/com/intellij/execution/configurations/RuntimeConfigurationException.java
1497
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.execution.configurations; import com.intellij.execution.ExecutionBundle; import com.intellij.openapi.options.ConfigurationException; import com.intellij.openapi.progress.Process...
apache-2.0
sreedishps/pintail
messaging-client-core/src/main/java/com/inmobi/messaging/Message.java
2267
package com.inmobi.messaging; /* * #%L * messaging-client-core * %% * Copyright (C) 2012 - 2014 InMobi * %% * 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
psakar/Resteasy
resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientInvoker.java
6212
package org.jboss.resteasy.client.core; import org.jboss.resteasy.client.ClientExecutor; import org.jboss.resteasy.client.ClientRequest; import org.jboss.resteasy.client.ClientResponse; import org.jboss.resteasy.client.ProxyConfig; import org.jboss.resteasy.client.core.extractors.ClientErrorHandler; import org....
apache-2.0
airingursb/two-life
src/components/react-native-calendars/.eslintrc.js
859
module.exports = { "env": { "es6": true, "node": true }, "globals": { "expect": true, "it": true, "describe": true, }, "extends": "eslint:recommended", "parser": "babel-eslint", "parserOptions": { "ecmaFeatures": { "experimentalObjectRest...
apache-2.0
LiberatorUSA/GUCEF
dependencies/agar/include/agar/vg/vg_point.h
665
/* Public domain */ typedef struct vg_point { struct vg_node _inherit; float size; /* Size in pixels (0.0 = invisible) */ } VG_Point; #define VGPOINT(p) ((VG_Point *)(p)) /* Begin generated block */ __BEGIN_DECLS extern DECLSPEC VG_NodeOps vgPointOps; static __inline__ VG_Point * VG_PointNew(void *pNode, VG_Vec...
apache-2.0
vishnudevk/MiBandDecompiled
Original Files/source/src/cn/com/smartdevices/bracelet/view/s.java
1132
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package cn.com.smartdevices.bracelet.view; import android.animation.Animator; // Referenced classes of package cn.com.smartdevices.bracelet.vie...
apache-2.0
wilebeast/FireFox-OS
B2G/gaia/apps/calendar/js/view.js
6314
(function(window) { var DEFAULT_ERROR_ID = 'error-default'; /** * Very simple base class for views. * Provides functionality for active/inactive. * * The first time the view is activated * the onactive function/event will fire. * * The .seen property is added to each object * with view in i...
apache-2.0
SI-RISCV/e200_opensource
riscv-tools/riscv-isa-sim/riscv/insns/fcvt_d_l.h
126
require_extension('D'); require_rv64; require_fp; softfloat_roundingMode = RM; WRITE_FRD(i64_to_f64(RS1)); set_fp_exceptions;
apache-2.0
WeRockStar/iosched
third_party/material-components-android/lib/src/android/support/design/widget/DrawableUtils.java
2166
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
apache-2.0
nullstyle/ruby-stellar-base
generated/stellar/manage_offer_effect.rb
600
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # enum ManageOfferEffect # { # MANAGE_OFFER_CREATED = 0, # MANAGE_OFFER_UPDATED = 1, # MANAGE_OFFER_...
apache-2.0
antag99/artemis-odb
artemis/src/test/java/com/artemis/EntitySystemTest.java
2187
package com.artemis; import static org.junit.Assert.assertEquals; import java.util.NoSuchElementException; import com.artemis.systems.EntityProcessingSystem; import com.artemis.utils.IntBag; import org.junit.Test; import com.artemis.utils.ImmutableBag; /** * Created by obartley on 6/9/14. */ public class EntityS...
apache-2.0
MaTriXy/gce2retrofit
gce2retrofit/src/main/java/com/sqisland/gce2retrofit/Generator.java
13413
package com.sqisland.gce2retrofit; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.stream.JsonReader; import com.squareup.javawriter.JavaWriter; import org.apache.commons.cli.BasicParser; import org.apache.com...
apache-2.0
charsyam/folly
folly/IndexedMemPool.h
15973
/* * Copyright 2017 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 agreed to...
apache-2.0
google-code/android-scripting
jruby/src/lib/ruby/1.8/set.rb
27421
#!/usr/bin/env ruby #-- # set.rb - defines the Set class #++ # Copyright (c) 2002 Akinori MUSHA <knu@iDaemons.org> # # Documentation by Akinori MUSHA and Gavin Sinclair. # # All rights reserved. You can redistribute and/or modify it under the same # terms as Ruby. # # $Id: set.rb 8696 2009-01-10 21:17:58Z headius $...
apache-2.0
nghiant2710/base-images
balena-base-images/openjdk/revpi-core-3/ubuntu/bionic/8-jre/run/Dockerfile
3099
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-ubuntu:bionic-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some...
apache-2.0
machristie/airavata
modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/app/catalog/model/ApplicationInterface.java
3284
/* * * 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
wingo/snabbswitch
src/program/lwaftr/doc/genbook.sh
1017
#!/bin/bash # This shell scripts generates the top-level Markdown structure of the # Snabb lwAFTR manual. # # The authors list is automatically generated from Git history, # ordered from most to least commits. # Script based on src/doc/genbook.sh lwaftr_app=../../../apps/lwaftr/ cat <<EOF % Snabb lwAFTR Manual % $(...
apache-2.0
cangencer/hazelcast-python-client
hazelcast/protocol/codec/map_remove_entry_listener_codec.py
1199
from hazelcast.serialization.bits import * from hazelcast.protocol.client_message import ClientMessage from hazelcast.protocol.custom_codec import * from hazelcast.util import ImmutableLazyDataList from hazelcast.protocol.codec.map_message_type import * REQUEST_TYPE = MAP_REMOVEENTRYLISTENER RESPONSE_TYPE = 101 RETRYA...
apache-2.0
destijl/grr
grr/lib/checks/hints_test.py
4932
#!/usr/bin/env python # -*- coding: utf-8 -*- """Tests for checks.""" from grr.lib import flags from grr.lib import test_lib from grr.lib.checks import hints from grr.lib.rdfvalues import client as rdf_client from grr.lib.rdfvalues import config_file as rdf_config_file from grr.lib.rdfvalues import protodict as rdf_pro...
apache-2.0
plxaye/chromium
src/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js
1527
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /** * Extension ID of Files.app. * @type {string} * @const */ var FILE_MANAGER_EXTENSIONS_ID = 'hhaomjibdihmijegdhdafkllkbggdgoj'; /** * Calls a...
apache-2.0
zerodiv/CTM-Windows-Agent
Continuum_Windows_Testing_Agent/Vendor/jobbie/src/cpp/InternetExplorerDriver/webdriver.cpp
47123
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by appli...
apache-2.0
jimmytheneutrino/petit
modules/orm/src/main/java/com/nortal/petit/orm/statement/ExecutableStatement.java
1555
/** * Copyright 2014 Nortal AS * * 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
antz29/closure-compiler
src/com/google/javascript/jscomp/UnreachableCodeElimination.java
8731
/* * Copyright 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
apache-2.0
Frameworkium/frameworkium
src/test/java/theinternet/pages/FileUploadPage.java
1003
package theinternet.pages; import com.frameworkium.core.ui.annotations.Visible; import com.frameworkium.core.ui.pages.BasePage; import com.frameworkium.core.ui.pages.PageFactory; import io.qameta.allure.Step; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import ru.yandex.qatools.htm...
apache-2.0
Ant-Droid/android_frameworks_base_OLD
core/jni/android_view_HardwareLayer.cpp
4154
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
apache-2.0
aayushkapoor206/whatshot
node_modules/angular2/es6/prod/src/router/route_lifecycle_reflector.js
677
import { Type } from 'angular2/src/facade/lang'; import { CanActivate } from './lifecycle_annotations_impl'; import { reflector } from 'angular2/src/core/reflection/reflection'; export function hasLifecycleHook(e, type) { if (!(type instanceof Type)) return false; return e.name in type.prototype; } expo...
apache-2.0
NiteshKant/RxJava
src/main/java/io/reactivex/internal/operators/flowable/FlowableFlatMapCompletable.java
7266
/** * Copyright (c) 2016-present, RxJava Contributors. * * 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 l...
apache-2.0
romartin/drools
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/DecisionCompiler.java
6980
/* * Copyright 2017 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
apache-2.0
pickettd/code-dot-org
apps/src/studio/dropletConfig.js
9539
var msg = require('./locale'); var api = require('./apiJavascript.js'); var paramLists = require('./paramLists.js'); module.exports.blocks = [ {func: 'setDroid', parent: api, category: '', params: ['"R2-D2"'], dropdown: { 0: ['"random"', '"R2-D2"', '"C-3PO"'] } }, {func: 'setDroidSpeed', parent: api, category: '',...
apache-2.0
googleapis/google-api-php-client-services
src/Classroom/CloudPubsubTopic.php
1120
<?php /* * Copyright 2014 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
joshuabrown-ellation/libjass
tests/functional/outlines/outlines.js
1551
/** * libjass * * https://github.com/Arnavion/libjass * * Copyright 2013 Arnav Singh * * 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...
apache-2.0
googleapis/google-api-php-client-services
src/ToolResults/NonSdkApiUsageViolation.php
1498
<?php /* * Copyright 2014 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
andybab/Impala
tests/shell/test_shell_interactive.py
9064
#!/usr/bin/env python # encoding=utf-8 # Copyright 2014 Cloudera 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 app...
apache-2.0
burris/dwr
ui/gi/demo/web/gi/JSX/addins/charting/classes/jsx3/chart/CategoryAxis.js
2582
/* * Copyright (c) 2001-2007, TIBCO Software Inc. * Use, modification, and distribution subject to terms of license. */ jsx3.require("jsx3.chart.Axis");jsx3.Class.defineClass("jsx3.chart.CategoryAxis",jsx3.chart.Axis,null,function(c,p){var ub={d:"h6",a:"aligned",c:"av",f:"gn",b:"between",e:"tickAlignment"};c.TICKS_A...
apache-2.0
darraghgrace/ios-driver
server/src/main/java/org/uiautomation/ios/DeviceStore.java
4836
/* * Copyright 2012-2013 eBay Software Foundation and ios-driver committers * * 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 req...
apache-2.0
facundolucas/eCuentas
src/main/webapp/resources/kendoui/src/js/cultures/kendo.culture.nn.js
2710
/* * Kendo UI Web v2014.1.318 (http://kendoui.com) * Copyright 2014 Telerik AD. All rights reserved. * * Kendo UI Web commercial licenses may be obtained at * http://www.telerik.com/purchase/license-agreement/kendo-ui-web * If you do not own a commercial license, this file shall be governed by the * GNU General Public ...
apache-2.0
wgraham17/Foundatio
src/Foundatio/Serializer/ISerializer.cs
1253
using System; using System.Text; using System.Threading.Tasks; using Foundatio.Extensions; namespace Foundatio.Serializer { public interface ISerializer { Task<object> DeserializeAsync(byte[] data, Type objectType); Task<byte[]> SerializeAsync(object value); } public static class Serializ...
apache-2.0
coreos/aws-auth-proxy
vendor/github.com/crowdmob/goamz/ec2/export_test.go
380
package ec2 import ( "github.com/crowdmob/goamz/aws" "time" ) func Sign(auth aws.Auth, method, path string, params map[string]string, host string) { sign(auth, method, path, params, host) } func fixedTime() time.Time { return time.Date(2012, 1, 1, 0, 0, 0, 0, time.UTC) } func FakeTime(fakeIt bool) { if fakeIt ...
apache-2.0
nubot-nudt/single_nubot_gazebo
doc/latex/files.tex
8866
\section{File List} Here is a list of all files with brief descriptions\-:\begin{DoxyCompactList} \item\contentsline{section}{build/catkin\-\_\-generated/\hyperlink{generate__cached__setup_8py}{generate\-\_\-cached\-\_\-setup.\-py} }{\pageref{generate__cached__setup_8py}}{} \item\contentsline{section}{build/catkin\-\_\...
apache-2.0
AlaricChan/on-tasks
spec/lib/task-data/base-tasks/dell-wsman-reset-components-spec.js
439
// Copyright 2017, Dell EMC, Inc. /* jshint node:true */ 'use strict'; describe(require('path').basename(__filename), function () { var base = require('./base-task-data-spec'); base.before(function (context) { context.taskdefinition = helper.require( '/lib/task-data/base-tasks/dell-wsman-...
apache-2.0
janstey/fuse
sandbox/fabric-monitor/src/main/scala/org/fusesource/fabric/monitor/internal/DefaultMonitor.scala
10211
/* * Copyright (C) FuseSource, Inc. * http://fusesource.com * * 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
frreiss/tensorflow-fred
tensorflow/compiler/xla/service/gpu/copy_thunk.h
2984
/* 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
IRlyDontKnow/twilio-csharp
src/Twilio.Api/Model/IpAddress.cs
378
using System; using System.Collections.Generic; using System.Linq; using System.Text; using RestSharp.Deserializers; namespace Twilio { public class IpAddress : TwilioBase { public string Sid { get; set; } public string FriendlyName { get; set; } [DeserializeAs(Name="IpAddress...
apache-2.0
zehicle/machine
libmachine/provision/utils.go
6377
package provision import ( "bytes" "fmt" "io/ioutil" "net/url" "path" "path/filepath" "strconv" "strings" log "github.com/Sirupsen/logrus" "github.com/docker/machine/libmachine/auth" "github.com/docker/machine/libmachine/provision/pkgaction" "github.com/docker/machine/libmachine/swarm" "github.com/docker...
apache-2.0
ldts/zephyr
subsys/shell/shell_rtt.c
2990
/* * Copyright (c) 2018 Makaio GmbH * * SPDX-License-Identifier: Apache-2.0 */ #include <shell/shell_rtt.h> #include <init.h> #include <SEGGER_RTT.h> #include <logging/log.h> BUILD_ASSERT_MSG(!(IS_ENABLED(CONFIG_LOG_BACKEND_RTT) && COND_CODE_0(CONFIG_LOG_BACKEND_RTT_BUFFER, (1), (0))), "Conflicting log RTT ...
apache-2.0
luotao1/Paddle
paddle/fluid/operators/inverse_op.cc
5052
/* Copyright (c) 2020 PaddlePaddle 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...
apache-2.0
jimmypw/hadoop
share/doc/hadoop/hadoop-hdfs-httpfs/apidocs/org/apache/hadoop/fs/http/server/class-use/HttpFSParametersProvider.LenParam.html
6526
<!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_45) on Fri Sep 05 23:35:02 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.f...
apache-2.0
marc0l92/AmministratoreDiCondominio_webapp
application/libraries/dompdf/lib/php-font-lib/classes/WOFF/File.php
2056
<?php /** * @package php-font-lib * @link https://github.com/PhenX/php-font-lib * @author Fabien Ménager <fabien.menager@gmail.com> * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ namespace FontLib\WOFF; use FontLib\Table\DirectoryEntry; /** * WOFF font ...
apache-2.0
CSGOpenSource/elasticsearch-net
src/Nest/XPack/Watcher/Action/Logging/LoggingAction.cs
1240
using Newtonsoft.Json; namespace Nest { [JsonObject] public interface ILoggingAction : IAction { [JsonProperty("text")] string Text { get; set; } [JsonProperty("category")] string Category { get; set; } [JsonProperty("level")] LogLevel? Level { get; set; } } public class LoggingAction : ActionBase...
apache-2.0
barnyard/pi-sss
src/main/java/com/bt/pi/sss/UserManager.java
259
/* (c) British Telecommunications plc, 2009, All Rights Reserved */ package com.bt.pi.sss; import com.bt.pi.app.common.entities.User; public interface UserManager { boolean userExists(String accessKey); User getUserByAccessKey(String accessKey); }
apache-2.0
glaudsonml/kurgan-ai
tools/sqlmap/plugins/dbms/maxdb/__init__.py
1033
#!/usr/bin/env python """ Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ from lib.core.enums import DBMS from lib.core.settings import MAXDB_SYSTEM_DBS from lib.core.unescaper import unescaper from plugins.dbms.maxdb.enumeration import Enumeration ...
apache-2.0
RyanTech/fogger
example/src/main/java/pl/allegro/foggerexample/config/FoggerExampleApplication.java
2363
/* * Copyright 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 applica...
apache-2.0
jtulach/teavm
jso/impl/src/main/java/org/teavm/jso/impl/NameEmitter.java
781
/* * Copyright 2015 Alexey Andreev. * * 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
KulykRoman/drill
contrib/native/client/src/clientlib/errmsgs.cpp
6003
/* * 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
raja15792/googleads-java-lib
examples/adwords_axis/src/main/java/adwords/axis/v201502/advancedoperations/UseSharedBiddingStrategy.java
9544
// 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 // // Unless required by applicable law...
apache-2.0
contactlab/soap-api-php-client
src/createCampaignResponse.php
742
<?php /** * Copyright 2012-2015 ContactLab, Italy * * 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
skycow/Open-Storefront
server/openstorefront/openstorefront-web/src/main/java/edu/usu/sdl/openstorefront/web/init/ApplicationInit.java
1105
/* * 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
reynoldsm88/drools
kie-ci/src/test/java/org/kie/scanner/KieModuleIncrementalCompilationTest.java
10918
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, soft...
apache-2.0
aws/aws-sdk-cpp
aws-cpp-sdk-events/include/aws/events/model/UpdateConnectionResult.h
6508
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/events/CloudWatchEvents_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/events/model/ConnectionState.h> #include <aws/core/utils/DateTime.h> #inclu...
apache-2.0
Anomalous-Software/BEPUPhysics
BEPUphysics/NarrowPhaseSystems/Pairs/GeneralConvexPairHandler.cs
2405
using System; using BEPUphysics.BroadPhaseEntries; using BEPUphysics.BroadPhaseSystems; using BEPUphysics.BroadPhaseEntries.MobileCollidables; using BEPUphysics.CollisionTests; using BEPUphysics.CollisionTests.CollisionAlgorithms.GJK; using BEPUphysics.CollisionTests.Manifolds; using BEPUphysics.Constraints.Col...
apache-2.0
zenoss/python
recipes/source.rb
2207
# # Author:: Seth Chisamore <schisamo@opscode.com> # Cookbook Name:: python # Recipe:: source # # Copyright 2011, Opscode, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://...
apache-2.0
r4nt/phabricator
src/applications/differential/application/PhabricatorDifferentialApplication.php
4319
<?php final class PhabricatorDifferentialApplication extends PhabricatorApplication { public function getBaseURI() { return '/differential/'; } public function getName() { return pht('Differential'); } public function getMenuName() { return pht('Code Review'); } public function getShortDe...
apache-2.0
suraj-raturi/pinpoint
profiler/src/main/java/com/navercorp/pinpoint/profiler/sender/grpc/ReconnectExecutor.java
3111
/* * Copyright 2019 NAVER Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
apache-2.0
apache/solr
solr/core/src/java/org/apache/solr/internal/csv/CSVUtils.java
4128
/* * 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
pradyutsarma/autosleep
spring-apps/autowakeup-proxy/src/main/java/org/cloudfoundry/autosleep/ui/proxy/HttpClientConfiguration.java
3689
/* * Autosleep * Copyright (C) 2016 Orange * Authors: Benjamin Einaudi benjamin.einaudi@orange.com * Arnaud Ruffin arnaud.ruffin@orange.com * * 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 co...
apache-2.0
Terminator-Aaron/Katana
aspnetwebsrc/System.Web.Mvc/MvcFilter.cs
532
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace System.Web.Mvc { public abstract class MvcFilter : IMvcFilter { protected MvcFilter() { } protected MvcFilter(bool allowMultiple, int ...
apache-2.0
antoinesd/weld-core
tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/transactional/Pomeranian.java
2906
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
apache-2.0
OBIGOGIT/etch
plugins/visualstudio-addin/postbuild/AssemblyInfo.cs
3504
// 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 ...
apache-2.0
JoyIfBam5/aws-sdk-cpp
aws-cpp-sdk-appstream/include/aws/appstream/model/DisassociateFleetResult.h
1228
/* * Copyright 2010-2017 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 "license" fil...
apache-2.0
facundolucas/eCuentas
src/main/webapp/resources/kendoui/src/js/cultures/kendo.culture.he.js
2934
/* * Kendo UI Web v2014.1.318 (http://kendoui.com) * Copyright 2014 Telerik AD. All rights reserved. * * Kendo UI Web commercial licenses may be obtained at * http://www.telerik.com/purchase/license-agreement/kendo-ui-web * If you do not own a commercial license, this file shall be governed by the * GNU General Public ...
apache-2.0
Microsoft/BeanSpy
test/code/JEE/Common/src/com/interopbridges/scx/webservices/Endpoint.java
2617
/** * Copyright (c) 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.org/licenses/LICENSE-2.0. * * THIS CODE IS PROVIDED *AS IS* BASIS...
apache-2.0
charliemblack/geode
geode-core/src/main/java/org/apache/geode/cache/snapshot/SnapshotOptions.java
3388
/* * 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
luotao1/Paddle
python/paddle/fluid/tests/unittests/test_fmax_op.py
7540
# Copyright (c) 2021 PaddlePaddle 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 appli...
apache-2.0
antoinesd/weld-core
impl/src/main/java/org/jboss/weld/util/bean/SerializableForwardingInjectionPoint.java
1478
/* * JBoss, Home of Professional Open Source * Copyright 2012, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
apache-2.0
ClarenceAu/log4j2
log4j-flume-ng/src/main/java/org/apache/logging/log4j/flume/appender/FlumeAvroManager.java
10591
/* * 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 n...
apache-2.0
walterDurin/stickycode
net.stickycode.configuration/sticky-configuration/src/main/java/net/stickycode/configuration/value/SystemValue.java
672
package net.stickycode.configuration.value; import net.stickycode.configuration.ConfigurationValue; public class SystemValue implements ConfigurationValue { private String value; public SystemValue(String value) { this.value = value; } @Override public String get() { return value; } @Ove...
apache-2.0
bulldog2011/nano-rest
sample/EBaySearch/src/com/ebay/marketplace/search/v1/services/FindItemsForFavoriteSearchResponse.java
2540
// Generated by xsd compiler for android/java // DO NOT CHANGE! package com.ebay.marketplace.search.v1.services; import com.leansoft.nano.annotation.*; /** * * Reserved for future use. * */ @RootElement(name = "findItemsForFavoriteSearchResponse", namespace = "http://www.ebay.com/marketplace/search/v1/services"...
apache-2.0
BooniesFX/DNA
core/transaction/transaction.go
13443
package transaction import ( . "DNA/common" "DNA/common/serialization" "DNA/core/contract" "DNA/core/contract/program" sig "DNA/core/signature" "DNA/core/transaction/payload" . "DNA/errors" "crypto/sha256" "errors" "fmt" "io" "sort" ) //for different transaction types with different payload format //and t...
apache-2.0
eshen1991/optaplanner
optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/statistic/bestscore/BestScoreSubSingleStatistic.java
2938
/* * Copyright 2010 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
apache-2.0
Neil741/ryu-master
ryu/lib/ofctl_v1_2.py
24202
# Copyright (C) 2013 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 by applicab...
apache-2.0
sachindeorah/geofeatures
GeoFeatures/boost/math/tools/config.hpp
12678
// Copyright (c) 2006-7 John Maddock // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MATH_TOOLS_CONFIG_HPP #define BOOST_MATH_TOOLS_CONFIG_HPP #ifdef _MSC_VER #...
apache-2.0
pombredanne/MOG
nova/conductor/manager.py
39345
# Copyright 2013 IBM Corp. # # 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
jaredpar/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb
13083
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor...
apache-2.0
googleapis/google-cloud-dotnet
apis/Google.Cloud.Orchestration.Airflow.Service.V1/Google.Cloud.Orchestration.Airflow.Service.V1.Snippets/ImageVersionsClientSnippets.g.cs
9411
// 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
regan-sarwas/map-series-storytelling-template-js
src/app/storymaps/tpl/ui/Common.css
940
/* * Rules for CKEditor content */ .textEditorContent { font-size: 0.9em; word-wrap: break-word; word-break: break-word; } .textEditorContent img { height: auto; max-width: 100%; max-height: 100%; } .textEditorContent ul { margin: inherit; padding: 10px 40px; } .textEditorContent .description table, .text...
apache-2.0
typesafehub/config
config/src/main/java/com/typesafe/config/impl/SimpleConfigObject.java
24048
/** * Copyright (C) 2011-2012 Typesafe Inc. <http://typesafe.com> */ package com.typesafe.config.impl; import java.io.ObjectStreamException; import java.io.Serializable; import java.math.BigInteger; import java.util.AbstractMap; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; impo...
apache-2.0
Ocramius/php-analyzer
tests/Scrutinizer/Tests/PhpAnalyzer/ControlFlow/Fixture/Integration/Regression/symfony_property_util$getValue.php
681
<?php for ($i = 0; $i < $this->length; ++$i) { if (is_object($objectOrArray)) { $value = $this->readProperty($objectOrArray, $i); // arrays need to be treated separately (due to PHP bug?) // http://bugs.php.net/bug.php?id=52133 } elseif (is_array($objectOrArray)) { $property = $...
apache-2.0
udayinfy/ECommerce-Java
ECommerce-Web/src/main/java/com/appdynamicspilot/rest/ShoppingCart.java
1458
/* * Copyright 2015 AppDynamics, 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 agre...
apache-2.0
OnWhoseBehalf/on-behalf-api
src/server.js
353
var express = require( 'express' ), router = require( './router' ); var app = express(); app.set('port', (process.env.PORT || 3000)); router.define( app ); // Set up port // ======================================================== app.listen(app.get('port'), function() { console.log("Node app is running at loc...
apache-2.0