code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
/* -*- 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/...
sergecodd/FireFox-OS
B2G/gecko/media/webrtc/trunk/src/modules/video_capture/main/source/Windows/BasePin.h
C
apache-2.0
6,461
'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...
googlearchive/node-big-rig
test/bigrig_tests.js
JavaScript
apache-2.0
6,062
# # 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...
nathanielvarona/airflow
airflow/contrib/operators/qubole_operator.py
Python
apache-2.0
1,158
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...
apetrucci/katharsis-framework
katharsis-jpa/src/test/java/io/katharsis/jpa/meta/MetaPrimitiveTypeTest.java
Java
apache-2.0
3,187
/* * 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 ...
jianran/spark
mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala
Scala
apache-2.0
36,552
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(...
emobile/expomobile_mobile
Resources/ui/tablet/TorneoGolfWindow.js
JavaScript
apache-2.0
2,863
/* * 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 ...
swoole/php-cp
include/cpNetWork.h
C
apache-2.0
1,356
<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"> ...
ceejatec/ns_server
priv/public/ui/app-classic/mn_admin/mn_servers/failover_dialog/mn_servers_failover_dialog.html
HTML
apache-2.0
5,732
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...
Atos-FiwareOps/sla-framework
sla-core/sla-repository/src/main/java/eu/atos/sla/dao/jpa/TemplateDAOJpa.java
Java
apache-2.0
5,164
/*-------------------------------------------------------------------------- * 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/ *--------------------------------------------------...
codemonkeychris/rainbow
linqjs/linq.js
JavaScript
apache-2.0
107,573
//////////////////////////////////////////////////////////////////////////// // Module : movement_manager.h // Created : 02.10.2001 // Modified : 12.11.2003 // Author : Dmitriy Iassenev // Description : Movement manager //////////////////////////////////////////////////////////////////////////// #pragma once #i...
OLR-xray/OLR-3.0
src/xray/xr_3da/xrGame/movement_manager.h
C
apache-2.0
6,619
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...
lightbend-training/course-management-tools
course-templates/scala3-cmt-template-no-common/project/Dependencies.scala
Scala
apache-2.0
511
<!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...
simplegeo/hadoop
docs/jdiff-cloudera/changes/constructors_index_additions.html
HTML
apache-2.0
9,849
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...
gabedwrds/cas
support/cas-server-support-oauth/src/main/java/org/apereo/cas/ticket/code/DefaultOAuthCodeFactory.java
Java
apache-2.0
1,592
// 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...
jwren/intellij-community
platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/PassExecutorService.java
Java
apache-2.0
25,837
// 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.Channel.V1/Google.Cloud.Channel.V1.GeneratedSnippets/CloudChannelServiceClient.DeleteCustomerRequestObjectSnippet.g.cs
C#
apache-2.0
1,748
###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...
nixta/geodev-hackerlabs
develop/jsapi/create_starter_map/lab.md
Markdown
apache-2.0
3,342
.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,...
javimosch/bastack
src/client/hglove/css/layout.css
CSS
apache-2.0
1,705
/* * 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...
hpehl/hal.next
app/src/main/java/org/jboss/hal/client/runtime/subsystem/elytron/wizardpassword/PasswordState.java
Java
apache-2.0
787
# 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...
detiber/lib_openshift
docs/V1SecurityContextConstraintsList.md
Markdown
apache-2.0
1,104
/* * 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 ...
kidaa/rave
rave-components/rave-jpa/src/main/java/org/apache/rave/portal/repository/impl/JpaApplicationDataRepository.java
Java
apache-2.0
7,525
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 ...
mhsieh/pitchfork
ports/pacbio/pbsvtools/Makefile
Makefile
apache-2.0
841
# 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...
idaholab/raven
framework/SupervisedLearning/ScikitLearn/LinearModel/LassoLarsIC.py
Python
apache-2.0
6,386
/* * 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 ...
dimone-kun/cuba
modules/web-widgets/src/com/haulmont/cuba/web/widgets/client/addons/dragdroplayouts/ui/tabsheet/DDTabSheetState.java
Java
apache-2.0
1,315
/* * 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
fontbox/src/main/java/org/apache/fontbox/ttf/HorizontalMetricsTable.java
Java
apache-2.0
4,062
/* * 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/incubator-asterixdb
asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/library/java/base/JComplexObject.java
Java
apache-2.0
1,245
/* 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...
k8sdb/apimachinery
vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/workload.go
GO
apache-2.0
4,090
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 * *...
twitter/cloudhopper-commons
ch-commons-charset/src/test/java/com/cloudhopper/commons/charset/demo/Charset5Main.java
Java
apache-2.0
1,291
/* 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" /*********************************************...
laxmandhulipala/PWSA-Star
xytheta/pwsa_project/PWSA/pasl/graph/include/adjlist.hpp
C++
apache-2.0
8,982
<!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...
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/ml/model/class-use/SequenceStreamEventStream.html
HTML
apache-2.0
4,540
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...
rLadia/AttacknidPatch
decompiled_src/Procyon/org/anddev/andengine/opengl/texture/BuildableTexture.java
Java
apache-2.0
4,239
/** 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...
suttonj/YoutubePlaylistCuratorChromeExtension
src/js/thirdParty/require.js
JavaScript
apache-2.0
83,052
/* 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...
stefan-ziel/Activiti
modules/activiti-dmn-engine/src/main/java/org/activiti/dmn/engine/impl/parser/DmnParse.java
Java
apache-2.0
6,382
import application = require("application"); // Specify custom UIApplicationDelegate. /* class MyDelegate extends UIResponder implements UIApplicationDelegate { public static ObjCProtocols = [UIApplicationDelegate]; applicationDidFinishLaunchingWithOptions(application: UIApplication, launchOptions: NSDiction...
hdeshev/NativeScript
apps/tests/app/app.ts
TypeScript
apache-2.0
5,921
//// [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...
Microsoft/TypeScript
tests/baselines/reference/variadicTuples1.js
JavaScript
apache-2.0
30,820
/* 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/derby
java/build/org/apache/derbyBuild/MessageVetter.java
Java
apache-2.0
7,276
<?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...
saddle/saddle
saddle-core/target/scala-2.10/api/org/saddle/groupby/package.html
HTML
apache-2.0
7,315
/* * 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")...
IAMTJW/Tomcat-8.5.20
tomcat-8.5.20/java/org/apache/tomcat/util/http/parser/MediaTypeCache.java
Java
apache-2.0
2,331
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; }
AbleOne/link-rest
agrest/src/test/java/io/agrest/it/fixture/cayenne/E15E1.java
Java
apache-2.0
183
<!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...
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/doccat/package-frame.html
HTML
apache-2.0
2,512
<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> ...
jivesoftware/jive-sdk
jive-sdk-service/generator/examples/example-basecamp/tiles/BaseCamp-ProjectInfo/public/action.html
HTML
apache-2.0
1,748
#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 // ...
mpimenov/omim
generator/collector_tag.hpp
C++
apache-2.0
1,262
################################################################################ # 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...
clarkyzl/flink
flink-python/pyflink/fn_execution/timerservice_impl.py
Python
apache-2.0
4,824
/* * 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/test/java/org/assertj/core/error/ShouldOnlyHaveFields_create_Test.java
Java
apache-2.0
8,163
/*- * 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*...
racker/omnibus
source/db-5.0.26.NC/os/os_pid.c
C
apache-2.0
1,092
@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')...
artemsky/EvartFM
resources/views/dashboard/pages/schedule/index.blade.php
PHP
apache-2.0
6,950
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...
nalind/buildah-1
tests/tools/vendor/github.com/mgechev/revive/rule/imports-blacklist.go
GO
apache-2.0
1,377
#!/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...
bprashanth/kubernetes
cluster/vagrant/config-default.sh
Shell
apache-2.0
2,933
/** * 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...
enachb/mesos
src/tests/environment.hpp
C++
apache-2.0
1,236
<?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...
royalwang/saivi
tpl/User/default/common/wxq/source/function/template.func.php
PHP
apache-2.0
3,255
// 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;...
goodwinnk/intellij-community
platform/platform-impl/src/com/intellij/openapi/diff/impl/settings/DiffMergeSettingsAction.java
Java
apache-2.0
3,098
/* * 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...
stuartwdouglas/undertow
servlet/src/test/java/io/undertow/servlet/test/response/cookies/ResponseCookiesTestCase.java
Java
apache-2.0
7,421
// 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...
asolntsev/selenium
java/server/test/org/openqa/selenium/grid/node/local/CreateSessionTest.java
Java
apache-2.0
7,428
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...
FRC-Team5333/2015-RecycleRush
FRC2015/src/main/java/frc/team5333/lib/RobotData.java
Java
apache-2.0
455
/* * 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 ...
nicolaferraro/camel
components/camel-kubernetes/src/main/java/org/apache/camel/component/openshift/build_configs/OpenshiftBuildConfigsProducer.java
Java
apache-2.0
6,392
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;");...
tisnats/tisnats.com
static/functions/user.js
JavaScript
apache-2.0
8,556
#!/bin/bash rm -r /var/zootmp/* echo "1" > /var/zootmp/myid rm -r /var/lib/cassandra/* rm ./AcaZoo-CompactionStats.dat ant build
placrosse/ACaZoo
acazooScript.sh
Shell
apache-2.0
130
#!/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...
danstaines/ensembl
misc-scripts/xref_mapping/store_ccds_xrefs.pl
Perl
apache-2.0
11,327
// 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...
EricArndt/roslyn
src/Compilers/CSharp/Portable/Compilation/CSharpCompilation.cs
C#
apache-2.0
126,286
/******************************************************************************* * 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 ...
harinigunabalan/PerformanceHat
cw-feedback-handler/src/main/java/CloudWave/CloudWaveJNI.java
Java
apache-2.0
3,270
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;
kjirou/reversi-tactics
src/mixins/NamingMixin.js
JavaScript
apache-2.0
309
from mainapp import create_app app = create_app() if __name__ == '__main__': app.run(host='0.0.0.0')
jonaubf/flask-mongo-testapp
testapp/run.py
Python
apache-2.0
107
/* * 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...
wattale/carbon-identity
components/identity/org.wso2.carbon.identity.entitlement.filter/src/main/java/org/wso2/carbon/identity/entitlement/filter/callback/BasicAuthCallBackHandler.java
Java
apache-2.0
1,973
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...
hnlq715/gofluent
in_tail.go
GO
apache-2.0
4,521
/* * 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...
vakninr/spring-boot
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/DeferredLogTests.java
Java
apache-2.0
4,690
# 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...
varunarya10/python-openstackclient
openstackclient/identity/v2_0/ec2creds.py
Python
apache-2.0
5,662
/* * 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...
mariofusco/droolsjbpm-integration
drools-pipeline/src/main/java/org/drools/runtime/pipeline/Transformer.java
Java
apache-2.0
836
<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...
liviuignat/PlayScalaAngularOAuth
app/assets/client/src/app/search/searchuser.tpl.html
HTML
apache-2.0
486
/* * 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...
xuwei-k/xsbt
server-test/src/test/scala/testpkg/ServerCompletionsTest.scala
Scala
apache-2.0
1,442
/******************************************************************************* * 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...
antelder/tool.lars
server/src/test/java/com/ibm/ws/lars/rest/TestUtils.java
Java
apache-2.0
2,655
/* * 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 ...
mdogan/hazelcast
hazelcast/src/test/java/com/hazelcast/topic/impl/reliable/SubscriptionMigrationTest.java
Java
apache-2.0
5,092
# 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...
frossigneux/blazar
climate/openstack/common/config/generator.py
Python
apache-2.0
10,412
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 ...
RavenX8/osIROSE-new
scripts/npcs/ai/[gypsy_jewel_seller]_mina.lua
Lua
apache-2.0
1,070
/* * 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 ...
pdxrunner/geode
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CountDurableCQEventsCommand.java
Java
apache-2.0
4,255
/** * @author Oleksandr Prunyak (987456987p@gmail.com) * @version $Id$ * @since 0.1 */ package ru.job4j.loop;
Alex0889/oprunyak
chapter_001/src/test/java/ru/job4j/loop/package-info.java
Java
apache-2.0
110
/** * @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...
andy-hanson/tslint
src/rules/code-examples/preferWhile.examples.ts
TypeScript
apache-2.0
1,470
/* * 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...
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
Java
apache-2.0
1,772
{% 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...
mit0110/oppia
core/templates/dev/head/base.html
HTML
apache-2.0
20,182
<!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...
sjorek/goatee-rules
doc/src/Parser.coffee.html
HTML
apache-2.0
5,944
<!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...
iconnor/pmd
docs/apidocs/net/sourceforge/pmd/typeresolution/rules/imports/package-tree.html
HTML
apache-2.0
7,723
/* * 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 ...
firebase/firebase-ios-sdk
Firestore/core/test/unit/local/memory_bundle_cache_test.cc
C++
apache-2.0
1,204
<?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...
chargely/chargify-sdk-php
src/Crucial/Service/Chargify.php
PHP
apache-2.0
7,766
/* * 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 ...
Digaku/closure-template
java/src/com/google/template/soy/exprtree/OperatorNodes.java
Java
apache-2.0
7,510
/* * 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
common/src/main/java/com/thoughtworks/go/remote/work/artifact/ArtifactRequestProcessor.java
Java
apache-2.0
5,906
<!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...
OryxProject/oryx
docs/apidocs/com/cloudera/oryx/api/serving/package-frame.html
HTML
apache-2.0
1,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...
javasoze/sensei
sensei-core/src/main/java/com/senseidb/search/node/impl/AbstractJsonQueryBuilderFactory.java
Java
apache-2.0
774
/* * 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...
mbolivar/zephyr
samples/boards/96b_argonkey/src/main.c
C
apache-2.0
8,806
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...
mike-jumper/incubator-guacamole-website
doc/0.9.9/libguac/search/all_12.js
JavaScript
apache-2.0
644
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...
visallo/vertexium
core/src/main/java/org/vertexium/util/VerticesToEdgeIdsIterable.java
Java
apache-2.0
855
package com.kit.db; public class Obj { }
BigAppOS/BigApp_Discuz_Android
libs/ZUtils/src/com/kit/db/Obj.java
Java
apache-2.0
43
/* * 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/incubator-systemml
src/test/java/org/apache/sysds/test/functions/recompile/FunctionRecompileTest.java
Java
apache-2.0
4,614
/* * 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 ...
hwstreaming/flink
flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java
Java
apache-2.0
7,730
#import "DockSquadImporter.h" @interface DockSquadImporteriOS : DockSquadImporter @end
tblackwe/spacedock
ios/DockSquadImporteriOS.h
C
apache-2.0
89
/* * 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...
ngs-mtech/drools
drools-core/src/main/java/org/drools/core/base/accumulators/CountAccumulateFunction.java
Java
apache-2.0
2,915
<!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...
tenaciousjzh/titan-solr-cloud-test
solr-4.4.0/docs/solr-solrj/org/apache/solr/client/solrj/response/class-use/RangeFacet.Count.html
HTML
apache-2.0
8,940
/* * 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...
ptkool/presto
presto-main/src/test/java/com/facebook/presto/type/TestIpPrefixOperators.java
Java
apache-2.0
13,240
--- 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...
hungmai-msft/azure-powershell
src/ResourceManager/HDInsight/Commands.HDInsight/help/New-AzureRmHDInsightSqoopJobDefinition.md
Markdown
apache-2.0
2,929
""" 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...
FDio/vpp
test/vpp_ip.py
Python
apache-2.0
6,921
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...
plasma-framework/plasma
plasma-provisioning/src/main/java/org/plasma/provisioning/rdb/mysql/v5_5/query/QTableColumnConstraint.java
Java
apache-2.0
3,301
// 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 //...
appscode/helm
pkg/proto/hapi/chart/metadata.pb.go
GO
apache-2.0
11,564