repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
sergecodd/FireFox-OS
B2G/gecko/media/webrtc/trunk/src/modules/video_capture/main/source/Windows/BasePin.h
6461
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:set ts=2 sw=2 sts=2 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/...
apache-2.0
googlearchive/node-big-rig
test/bigrig_tests.js
6062
'use strict'; /* global describe, it */ var fs = require('fs'); var expect = require('chai').expect; var bigrig = require('../'); describe('Big Rig', function () { it ('throws if no processes are found', function () { expect(function () { bigrig.analyze(null); }).to.throw('Zero processes (tabs) fou...
apache-2.0
nathanielvarona/airflow
airflow/contrib/operators/qubole_operator.py
1158
# # 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
apetrucci/katharsis-framework
katharsis-jpa/src/test/java/io/katharsis/jpa/meta/MetaPrimitiveTypeTest.java
3187
package io.katharsis.jpa.meta; import java.io.Serializable; import java.util.UUID; import org.junit.Assert; import org.junit.Test; import io.katharsis.meta.model.MetaPrimitiveType; public class MetaPrimitiveTypeTest { @Test public void testString() { MetaPrimitiveType type = new MetaPrimitiveType(); type.set...
apache-2.0
jianran/spark
mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala
36552
/* * 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
emobile/expomobile_mobile
Resources/ui/tablet/TorneoGolfWindow.js
2863
function TorneoGolfWindow(Window) { window1 = Titanium.UI.createWindow({ tabBarHidden : true, backgroundColor : "white", width : '100%', height : '100%', layout : 'vertical' }); table = Ti.UI.createTableView({ width : '90%', height : '100%' }); scrollView_1 = Titanium.UI.createView(...
apache-2.0
swoole/php-cp
include/cpNetWork.h
1356
/* * File: NetWork.h * Author: guoxinhua * * Created on 2014年9月24日, 下午5:14 */ #ifndef CP_NETWORK_H #define CP_NETWORK_H #ifdef __cplusplus extern "C" { #endif #define CP_REACTOR_MAXEVENTS 4096 #define CP_MAX_EVENT 1024 #define CP_BUFFER_SIZE (1024*1024) #define CP_MAX_UINT ...
apache-2.0
ceejatec/ns_server
priv/public/ui/app-classic/mn_admin/mn_servers/failover_dialog/mn_servers_failover_dialog.html
5732
<div id="failover_confirmation_dialog" style="width:711px"> <h1 class="dialog_corner_radius">Confirm Node Fail Over for {{serversFailOverDialogCtl.node.hostname}}</h1> <div> <div mn-spinner="serversFailOverDialogCtl.viewLoading"> <div class="pas_20"> <div class="failover_warning pat_20"> ...
apache-2.0
Atos-FiwareOps/sla-framework
sla-core/sla-repository/src/main/java/eu/atos/sla/dao/jpa/TemplateDAOJpa.java
5164
package eu.atos.sla.dao.jpa; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.EntityNotFoundException; import javax.persistence.NoResultException; import javax.persistence.PersistenceContext; import javax.persistence...
apache-2.0
codemonkeychris/rainbow
linqjs/linq.js
107573
/*-------------------------------------------------------------------------- * linq.js - LINQ for JavaScript * ver 3.0.3-Beta4 (Oct. 9th, 2012) * * created and maintained by neuecc <ils@neue.cc> * licensed under MIT License * http://linqjs.codeplex.com/ *--------------------------------------------------...
apache-2.0
OLR-xray/OLR-3.0
src/xray/xr_3da/xrGame/movement_manager.h
6619
//////////////////////////////////////////////////////////////////////////// // Module : movement_manager.h // Created : 02.10.2001 // Modified : 12.11.2003 // Author : Dmitriy Iassenev // Description : Movement manager //////////////////////////////////////////////////////////////////////////// #pragma once #i...
apache-2.0
lightbend-training/course-management-tools
course-templates/scala3-cmt-template-no-common/project/Dependencies.scala
511
import sbt._ object Version { val logbackVer = "1.2.3" val mUnitVer = "0.7.25" val scalaVersion = "3.0.0-RC3" } object Dependencies { private val logbackDeps = Seq ( "ch.qos.logback" % "logback-classic", ).map (_ % Version.logbackVer) private val munitDeps = Seq...
apache-2.0
simplegeo/hadoop
docs/jdiff-cloudera/changes/constructors_index_additions.html
9849
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates...
apache-2.0
gabedwrds/cas
support/cas-server-support-oauth/src/main/java/org/apereo/cas/ticket/code/DefaultOAuthCodeFactory.java
1592
package org.apereo.cas.ticket.code; import org.apereo.cas.authentication.Authentication; import org.apereo.cas.authentication.principal.Service; import org.apereo.cas.ticket.ExpirationPolicy; import org.apereo.cas.ticket.Ticket; import org.apereo.cas.ticket.TicketFactory; import org.apereo.cas.ticket.UniqueTicketIdGen...
apache-2.0
jwren/intellij-community
platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/PassExecutorService.java
25837
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.daemon.impl; import com.intellij.codeHighlighting.EditorBoundHighlightingPass; import com.intellij.codeHighlighting.HighlightingPass; import com...
apache-2.0
googleapis/google-cloud-dotnet
apis/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1.GeneratedSnippets/CloudChannelServiceClient.DeleteCustomerRequestObjectSnippet.g.cs
1748
// 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
nixta/geodev-hackerlabs
develop/jsapi/create_starter_map/lab.md
3342
###Build a starter map This lab covers the basics for creating a basic starter mapping application. The starter map simply loads a default base map, and centers and zooms it in in a [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html). If you are new to ArcGIS and need a ful...
apache-2.0
javimosch/bastack
src/client/hglove/css/layout.css
1705
.container-fluid, .container { padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,...
apache-2.0
hpehl/hal.next
app/src/main/java/org/jboss/hal/client/runtime/subsystem/elytron/wizardpassword/PasswordState.java
787
/* * Copyright 2015-2016 Red Hat, Inc, and individual 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
apache-2.0
detiber/lib_openshift
docs/V1SecurityContextConstraintsList.md
1104
# V1SecurityContextConstraintsList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Can...
apache-2.0
kidaa/rave
rave-components/rave-jpa/src/main/java/org/apache/rave/portal/repository/impl/JpaApplicationDataRepository.java
7525
/* * 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
mhsieh/pitchfork
ports/pacbio/pbsvtools/Makefile
841
include ../../../mk/pitchfork.mk # Local variables _NAME = pbsvtools $(_NAME)_REPO ?= git://github.com/PacificBiosciences/$(_NAME) _WRKSRC = $(WORKDIR)/$(_NAME) $(_NAME)_VERSION ?= HEAD _REVISION = $(shell cd $(_WRKSRC) && $(GIT) rev-parse --short $($(_NAME)_VERSION) || true) # Local ...
apache-2.0
idaholab/raven
framework/SupervisedLearning/ScikitLearn/LinearModel/LassoLarsIC.py
6386
# Copyright 2017 Battelle Energy Alliance, 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 # # Unless required by applicable law or agreed t...
apache-2.0
dimone-kun/cuba
modules/web-widgets/src/com/haulmont/cuba/web/widgets/client/addons/dragdroplayouts/ui/tabsheet/DDTabSheetState.java
1315
/* * Copyright 2015 John Ahlroos * * 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 ...
apache-2.0
apache/pdfbox
fontbox/src/main/java/org/apache/fontbox/ttf/HorizontalMetricsTable.java
4062
/* * 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
apache/incubator-asterixdb
asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/library/java/base/JComplexObject.java
1245
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
apache-2.0
k8sdb/apimachinery
vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/workload.go
4090
/* Copyright AppsCode Inc. and 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 law or agreed to in writing...
apache-2.0
twitter/cloudhopper-commons
ch-commons-charset/src/test/java/com/cloudhopper/commons/charset/demo/Charset5Main.java
1291
package com.cloudhopper.commons.charset.demo; /* * #%L * ch-commons-charset * %% * Copyright (C) 2012 Cloudhopper by Twitter * %% * 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
laxmandhulipala/PWSA-Star
xytheta/pwsa_project/PWSA/pasl/graph/include/adjlist.hpp
8982
/* COPYRIGHT (c) 2014 Umut Acar, Arthur Chargueraud, and Michael * Rainey * All rights reserved. * * \file adjlist.hpp * \brief Adjacency-list graph format * */ #ifndef _PASL_GRAPH_ADJLIST_H_ #define _PASL_GRAPH_ADJLIST_H_ #include "../../graph/include/graph.hpp" /*********************************************...
apache-2.0
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/ml/model/class-use/SequenceStreamEventStream.html
4540
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:36:54 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class openn...
apache-2.0
rLadia/AttacknidPatch
decompiled_src/Procyon/org/anddev/andengine/opengl/texture/BuildableTexture.java
4239
package org.anddev.andengine.opengl.texture; import java.util.*; import org.anddev.andengine.opengl.texture.source.*; import org.anddev.andengine.util.*; import org.anddev.andengine.opengl.texture.builder.*; import android.graphics.*; public class BuildableTexture extends Texture { private final ArrayList<Texture...
apache-2.0
suttonj/YoutubePlaylistCuratorChromeExtension
src/js/thirdParty/require.js
83052
/** vim: et:ts=4:sw=4:sts=4 * @license RequireJS 2.1.15 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. * Available via the MIT or new BSD license. * see: http://github.com/jrburke/requirejs for details */ //Not using strict: uneven strict support in browsers, #392, and causes //problems with requ...
apache-2.0
stefan-ziel/Activiti
modules/activiti-dmn-engine/src/main/java/org/activiti/dmn/engine/impl/parser/DmnParse.java
6382
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
apache-2.0
hdeshev/NativeScript
apps/tests/app/app.ts
5921
import application = require("application"); // Specify custom UIApplicationDelegate. /* class MyDelegate extends UIResponder implements UIApplicationDelegate { public static ObjCProtocols = [UIApplicationDelegate]; applicationDidFinishLaunchingWithOptions(application: UIApplication, launchOptions: NSDiction...
apache-2.0
Microsoft/TypeScript
tests/baselines/reference/variadicTuples1.js
30820
//// [variadicTuples1.ts] // Variadics in tuple types type TV0<T extends unknown[]> = [string, ...T]; type TV1<T extends unknown[]> = [string, ...T, number]; type TV2<T extends unknown[]> = [string, ...T, number, ...T]; type TV3<T extends unknown[]> = [string, ...T, ...number[], ...T]; // Normalization type TN1 = T...
apache-2.0
apache/derby
java/build/org/apache/derbyBuild/MessageVetter.java
7276
/* Derby - Class org.apache.derbyBuild.MessageVetter 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 A...
apache-2.0
saddle/saddle
saddle-core/target/scala-2.10/api/org/saddle/groupby/package.html
7315
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>groupby - org.saddle.groupby</title> <meta name="description" content="groupby - org.saddle.groupby" /> <meta name="keywords...
apache-2.0
IAMTJW/Tomcat-8.5.20
tomcat-8.5.20/java/org/apache/tomcat/util/http/parser/MediaTypeCache.java
2331
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License")...
apache-2.0
AbleOne/link-rest
agrest/src/test/java/io/agrest/it/fixture/cayenne/E15E1.java
183
package io.agrest.it.fixture.cayenne; import io.agrest.it.fixture.cayenne.auto._E15E1; public class E15E1 extends _E15E1 { private static final long serialVersionUID = 1L; }
apache-2.0
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/doccat/package-frame.html
2512
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:37:20 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>opennlp.tools.docca...
apache-2.0
jivesoftware/jive-sdk
jive-sdk-service/generator/examples/example-basecamp/tiles/BaseCamp-ProjectInfo/public/action.html
1748
<html> <head> <link rel="stylesheet" type="text/css" href="{{{host}}}/stylesheets/bootstrap.min.css"> <script src="{{{host}}}/javascripts/jquery-1.8.3.js"></script> <script src="{{{host}}}/javascripts/oauth2client.js"></script> <script src="{{{host}}}/{{{TILE_NAME}}}/javascripts/action.js"></script> ...
apache-2.0
mpimenov/omim
generator/collector_tag.hpp
1262
#pragma once #include "generator/collector_interface.hpp" #include <fstream> #include <functional> #include <memory> #include <string> struct OsmElement; namespace base { class GeoObjectId; } // namespace base namespace generator { namespace cache { class IntermediateDataReaderInterface; } // namespace cache // ...
apache-2.0
clarkyzl/flink
flink-python/pyflink/fn_execution/timerservice_impl.py
4824
################################################################################ # 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...
apache-2.0
xasx/assertj-core
src/test/java/org/assertj/core/error/ShouldOnlyHaveFields_create_Test.java
8163
/* * 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
racker/omnibus
source/db-5.0.26.NC/os/os_pid.c
1092
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2001, 2010 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ #include "db_config.h" #include "db_int.h" /* * __os_id -- * Return the current process ID. * * PUBLIC: void __os_id __P((DB_ENV *, pid_t *, db_threadid_t*...
apache-2.0
artemsky/EvartFM
resources/views/dashboard/pages/schedule/index.blade.php
6950
@extends('dashboard.main') @section('styles') <meta name="lang" content="{{ \Session::get('locale') }}"> <link rel="stylesheet" href="{{ URL::to('libs/vendor/iCheck/skins/square/blue.css') }}"> <link rel="stylesheet" href="{{ URL::to('libs/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css')...
apache-2.0
nalind/buildah-1
tests/tools/vendor/github.com/mgechev/revive/rule/imports-blacklist.go
1377
package rule import ( "fmt" "github.com/mgechev/revive/lint" ) // ImportsBlacklistRule lints given else constructs. type ImportsBlacklistRule struct { blacklist map[string]bool } // Apply applies the rule to given file. func (r *ImportsBlacklistRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failur...
apache-2.0
bprashanth/kubernetes
cluster/vagrant/config-default.sh
2933
#!/bin/bash # Copyright 2014 The Kubernetes Authors All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless require...
apache-2.0
enachb/mesos
src/tests/environment.hpp
1236
/** * 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
royalwang/saivi
tpl/User/default/common/wxq/source/function/template.func.php
3255
<?php /** * 模板操作 * * [WeEngine System] Copyright (c) 2013 WE7.CC */ defined('IN_IA') or exit('Access Denied'); /** * 导入全局变量,并直接显示模板页内容。 * @var int */ define('TEMPLATE_DISPLAY', 0); /** * 导入全局变量,并返回模板页内容的字符串 * @var int */ define('TEMPLATE_FETCH', 1); /** * 返回模板编译文件的包含路径 * @var int */ define('TEMPLATE_INCLU...
apache-2.0
goodwinnk/intellij-community
platform/platform-impl/src/com/intellij/openapi/diff/impl/settings/DiffMergeSettingsAction.java
3098
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.diff.impl.settings; import com.intellij.icons.AllIcons; import com.intellij.idea.ActionsBundle; import com.intellij.openapi.actionSystem.ActionGroup;...
apache-2.0
stuartwdouglas/undertow
servlet/src/test/java/io/undertow/servlet/test/response/cookies/ResponseCookiesTestCase.java
7421
/* * JBoss, Home of Professional Open Source. * Copyright 2019 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
apache-2.0
asolntsev/selenium
java/server/test/org/openqa/selenium/grid/node/local/CreateSessionTest.java
7428
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
apache-2.0
FRC-Team5333/2015-RecycleRush
FRC2015/src/main/java/frc/team5333/lib/RobotData.java
455
package frc.team5333.lib; import java.util.HashMap; /** * A static class that contains all kinds of Launch data for the robot, * such as network ports, current state and more * * @author Jaci */ public class RobotData { /** * A blackboard containing objects that are common throughout the * program...
apache-2.0
nicolaferraro/camel
components/camel-kubernetes/src/main/java/org/apache/camel/component/openshift/build_configs/OpenshiftBuildConfigsProducer.java
6392
/* * 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
tisnats/tisnats.com
static/functions/user.js
8556
function ChangeTo(to) { if (to == "text") { $('#admincommentlinks').ghide(); $('#admincomment').gshow(); resize('admincomment'); var buttons = document.getElementsByName('admincommentbutton'); for (var i = 0; i < buttons.length; i++) { buttons[i].setAttribute('onclick',"ChangeTo('links'); return false;");...
apache-2.0
placrosse/ACaZoo
acazooScript.sh
130
#!/bin/bash rm -r /var/zootmp/* echo "1" > /var/zootmp/myid rm -r /var/lib/cassandra/* rm ./AcaZoo-CompactionStats.dat ant build
apache-2.0
danstaines/ensembl
misc-scripts/xref_mapping/store_ccds_xrefs.pl
11327
#!/usr/bin/env perl # $Source: /cvsroot/ensembl/ensembl-personal/genebuilders/ccds/scripts/store_ccds_xrefs.pl,v $ # $Revision: 1.13 $ =pod =head1 NAME store_ccds_xrefs.pl =head1 SYNOPSIS Make CCDS Xrefs. =head1 DESCRIPTION Will store the Ensembl transcript stable_id that matches the ccds structure. Ori...
apache-2.0
EricArndt/roslyn
src/Compilers/CSharp/Portable/Compilation/CSharpCompilation.cs
126286
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using Syst...
apache-2.0
harinigunabalan/PerformanceHat
cw-feedback-handler/src/main/java/CloudWave/CloudWaveJNI.java
3270
/******************************************************************************* * Copyright 2015 Software Evolution and Architecture Lab, University of Zurich * * 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 ...
apache-2.0
kjirou/reversi-tactics
src/mixins/NamingMixin.js
309
const NamingMixin = { _name: null, getName() { return this._name; }, _shortName: null, getShortName() { return this._shortName || this.getName(); }, _abbreviation: null, getAbbreviation() { return this._abbreviation || this.getShortName(); }, }; export default NamingMixin;
apache-2.0
jonaubf/flask-mongo-testapp
testapp/run.py
107
from mainapp import create_app app = create_app() if __name__ == '__main__': app.run(host='0.0.0.0')
apache-2.0
wattale/carbon-identity
components/identity/org.wso2.carbon.identity.entitlement.filter/src/main/java/org/wso2/carbon/identity/entitlement/filter/callback/BasicAuthCallBackHandler.java
1973
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
apache-2.0
hnlq715/gofluent
in_tail.go
4521
package main import ( "github.com/ActiveState/tail" "github.com/ugorji/go/codec" "io/ioutil" "log" "os" "reflect" "regexp" "strconv" "strings" "time" ) type inputTail struct { path string format string tag string pos_file string offset int64 sync_interval int codec *codec.J...
apache-2.0
vakninr/spring-boot
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/DeferredLogTests.java
4690
/* * Copyright 2012-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
apache-2.0
varunarya10/python-openstackclient
openstackclient/identity/v2_0/ec2creds.py
5662
# Copyright 2012 OpenStack Foundation # Copyright 2013 Nebula 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...
apache-2.0
mariofusco/droolsjbpm-integration
drools-pipeline/src/main/java/org/drools/runtime/pipeline/Transformer.java
836
/* * 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
liviuignat/PlayScalaAngularOAuth
app/assets/client/src/app/search/searchuser.tpl.html
486
<div class="container userContainer"> <div class="row"> <input type="text" ng-model="model.data.search" placeholder="Search user..." ng-change="model.search()" autofocus> </div> <div class="row userContainer-row" ng-click="model.userSelect(user)" ng-show="model.users.length" ng-repeat="user in model.users...
apache-2.0
xuwei-k/xsbt
server-test/src/test/scala/testpkg/ServerCompletionsTest.scala
1442
/* * sbt * Copyright 2011 - 2018, Lightbend, Inc. * Copyright 2008 - 2010, Mark Harrah * Licensed under Apache License 2.0 (see LICENSE) */ package testpkg import scala.concurrent.duration._ // starts svr using server-test/completions and perform sbt/completion tests object ServerCompletionsTest extends Abstrac...
apache-2.0
antelder/tool.lars
server/src/test/java/com/ibm/ws/lars/rest/TestUtils.java
2655
/******************************************************************************* * Copyright (c) 2015 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.or...
apache-2.0
mdogan/hazelcast
hazelcast/src/test/java/com/hazelcast/topic/impl/reliable/SubscriptionMigrationTest.java
5092
/* * Copyright (c) 2008-2020, Hazelcast, 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 ...
apache-2.0
frossigneux/blazar
climate/openstack/common/config/generator.py
10412
# Copyright 2012 SINA Corporation # Copyright 2014 Cisco Systems, 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/licens...
apache-2.0
RavenX8/osIROSE-new
scripts/npcs/ai/[gypsy_jewel_seller]_mina.lua
1070
registerNpc(1007, { walk_speed = 0, run_speed = 0, scale = 130, r_weapon = 0, l_weapon = 0, level = 10, hp = 100, attack = 100, hit = 100, def = 100, res = 100, avoid ...
apache-2.0
pdxrunner/geode
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CountDurableCQEventsCommand.java
4255
/* * 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
Alex0889/oprunyak
chapter_001/src/test/java/ru/job4j/loop/package-info.java
110
/** * @author Oleksandr Prunyak (987456987p@gmail.com) * @version $Id$ * @since 0.1 */ package ru.job4j.loop;
apache-2.0
andy-hanson/tslint
src/rules/code-examples/preferWhile.examples.ts
1470
/** * @license * Copyright 2018 Palantir Technologies, 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...
apache-2.0
Rikkola/kie-wb-common
kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/java/org/kie/workbench/common/stunner/bpmn/client/marshall/converters/fromstunner/properties/EmbeddedSubprocessPropertyWriterTest.java
1772
/* * Copyright 2019 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 app...
apache-2.0
mit0110/oppia
core/templates/dev/head/base.html
20182
{% macro warnings_and_loader() -%} <div ng-cloak> <div class="oppia-toast-container toast-top-center"> <div ng-repeat="warning in (alertsService.warnings | limitTo:5) track by $index" class="toast toast-warning oppia-toast"> <button type="button" class="toast-close-button" ng-click="alertsService.de...
apache-2.0
sjorek/goatee-rules
doc/src/Parser.coffee.html
5944
<!DOCTYPE html><html lang="en"><head><title>src/Parser</title></head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"><meta name="groc-relative-root" content="../"><meta name="groc-document-path...
apache-2.0
iconnor/pmd
docs/apidocs/net/sourceforge/pmd/typeresolution/rules/imports/package-tree.html
7723
<!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_22) on Wed Sep 14 22:21:32 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> net.sourceforge.pmd.typeres...
apache-2.0
firebase/firebase-ios-sdk
Firestore/core/test/unit/local/memory_bundle_cache_test.cc
1204
/* * Copyright 2021 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
apache-2.0
chargely/chargify-sdk-php
src/Crucial/Service/Chargify.php
7766
<?php /** * Copyright 2011 Crucial Web Studio, LLC 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 * * https://raw.githubusercontent.com/chargely/c...
apache-2.0
Digaku/closure-template
java/src/com/google/template/soy/exprtree/OperatorNodes.java
7510
/* * 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
gocd/gocd
common/src/main/java/com/thoughtworks/go/remote/work/artifact/ArtifactRequestProcessor.java
5906
/* * 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
OryxProject/oryx
docs/apidocs/com/cloudera/oryx/api/serving/package-frame.html
1774
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.cloudera.oryx.api.serving (Oryx 2.8.0 API)</title> <link rel="style...
apache-2.0
javasoze/sensei
sensei-core/src/main/java/com/senseidb/search/node/impl/AbstractJsonQueryBuilderFactory.java
774
package com.senseidb.search.node.impl; import org.json.JSONObject; import com.senseidb.search.node.SenseiQueryBuilder; import com.senseidb.search.node.SenseiQueryBuilderFactory; import com.senseidb.search.req.SenseiQuery; import com.senseidb.util.JSONUtil.FastJSONObject; public abstract class AbstractJsonQueryBuilde...
apache-2.0
mbolivar/zephyr
samples/boards/96b_argonkey/src/main.c
8806
/* * Copyright (c) 2018 STMicroelectronics * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr.h> #include <misc/printk.h> #include <board.h> #include <gpio.h> #include <i2c.h> #include <spi.h> #include <sensor.h> /* #define ARGONKEY_TEST_LOG 1 */ #define WHOAMI_REG 0x0F #define WHOAMI_ALT_REG 0x4...
apache-2.0
mike-jumper/incubator-guacamole-website
doc/0.9.9/libguac/search/all_12.js
644
var searchData= [ ['value',['value',['../structguac__pool__int.html#af76ff5f21c6e0f69d95cdd1385ea24a4',1,'guac_pool_int']]], ['vguac_5fclient_5fabort',['vguac_client_abort',['../client_8h.html#a4c0eccd7d0ed3dbf3e7941ce297e0224',1,'client.h']]], ['vguac_5fclient_5flog',['vguac_client_log',['../client_8h.html#a37a0...
apache-2.0
visallo/vertexium
core/src/main/java/org/vertexium/util/VerticesToEdgeIdsIterable.java
855
package org.vertexium.util; import org.vertexium.Authorizations; import org.vertexium.Direction; import org.vertexium.Vertex; import java.util.Iterator; public class VerticesToEdgeIdsIterable implements Iterable<String> { private final Iterable<? extends Vertex> vertices; private final Authorizations authori...
apache-2.0
BigAppOS/BigApp_Discuz_Android
libs/ZUtils/src/com/kit/db/Obj.java
43
package com.kit.db; public class Obj { }
apache-2.0
apache/incubator-systemml
src/test/java/org/apache/sysds/test/functions/recompile/FunctionRecompileTest.java
4614
/* * 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
hwstreaming/flink
flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java
7730
/* * 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
tblackwe/spacedock
ios/DockSquadImporteriOS.h
89
#import "DockSquadImporter.h" @interface DockSquadImporteriOS : DockSquadImporter @end
apache-2.0
ngs-mtech/drools
drools-core/src/main/java/org/drools/core/base/accumulators/CountAccumulateFunction.java
2915
/* * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
apache-2.0
tenaciousjzh/titan-solr-cloud-test
solr-4.4.0/docs/solr-solrj/org/apache/solr/client/solrj/response/class-use/RangeFacet.Count.html
8940
<!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_51) on Fri Jul 19 02:59:04 EDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Class org.apache.solr.cli...
apache-2.0
ptkool/presto
presto-main/src/test/java/com/facebook/presto/type/TestIpPrefixOperators.java
13240
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
apache-2.0
hungmai-msft/azure-powershell
src/ResourceManager/HDInsight/Commands.HDInsight/help/New-AzureRmHDInsightSqoopJobDefinition.md
2929
--- external help file: Microsoft.Azure.Commands.HDInsight.dll-Help.xml ms.assetid: 4ED47646-542B-4983-B46B-B603BE33D499 online version: schema: 2.0.0 --- # New-AzureRmHDInsightSqoopJobDefinition ## SYNOPSIS Creates a Sqoop job object. ## SYNTAX ``` New-AzureRmHDInsightSqoopJobDefinition [-Files <String[]>] [-Stat...
apache-2.0
FDio/vpp
test/vpp_ip.py
6921
""" IP Types """ import logging from ipaddress import ip_address from socket import AF_INET, AF_INET6 from vpp_papi import VppEnum from vpp_object import VppObject try: text_type = unicode except NameError: text_type = str _log = logging.getLogger(__name__) class DpoProto: DPO_PROTO_IP4 = 0 DPO_P...
apache-2.0
plasma-framework/plasma
plasma-provisioning/src/main/java/org/plasma/provisioning/rdb/mysql/v5_5/query/QTableColumnConstraint.java
3301
package org.plasma.provisioning.rdb.mysql.v5_5.query; import org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint; import org.plasma.query.DataProperty; import org.plasma.query.Expression; import org.plasma.query.dsl.DataNode; import org.plasma.query.dsl.DomainRoot; import org.plasma.query.dsl.PathNode; import...
apache-2.0
appscode/helm
pkg/proto/hapi/chart/metadata.pb.go
11564
// Code generated by protoc-gen-go. DO NOT EDIT. // source: hapi/chart/metadata.proto package chart import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf //...
apache-2.0