repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
jhenziz/Fruit-Basket
Resources/app.js
222
var Alloy = require("alloy"), _ = Alloy._, Backbone = Alloy.Backbone; Alloy.Globals.steps = 0; Alloy.Globals.capacity = 0; Alloy.Globals.basketImage = ""; Alloy.Globals.fruitCount = 0; Alloy.createController("index");
apache-2.0
markus1978/clickwatch
util/de.hub.specificmodels.test/src-gen/de/hub/specificmodels/tests/testsourcemodel/impl/TestSourceModelPackageImpl.java
16757
/** * <copyright> * </copyright> * * $Id$ */ package de.hub.specificmodels.tests.testsourcemodel.impl; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import org.eclipse.emf.ecore.impl.EPackageImpl; impo...
apache-2.0
joewalnes/idea-community
java/java-impl/src/com/intellij/refactoring/typeCook/deductive/util/VictimCollector.java
3283
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
pebble2015/cpoi
src/org/apache/poi/hssf/usermodel/HSSFName.hpp
2520
// Generated from /POI/java/org/apache/poi/hssf/usermodel/HSSFName.java #pragma once #include <fwd-POI.hpp> #include <java/lang/fwd-POI.hpp> #include <org/apache/poi/hssf/record/fwd-POI.hpp> #include <org/apache/poi/hssf/usermodel/fwd-POI.hpp> #include <org/apache/poi/ss/formula/ptg/fwd-POI.hpp> #include <java/lang/O...
apache-2.0
hairlun/customer-visit-web
WebRoot/task/index.js
49167
Ext.namespace("Ext.haode"); Ext.haode.Control = function(args){ Ext.apply(this, args); this.init(); }; Ext.haode.Control.prototype = { userName : '', version : '', app_name : '', copyright : '', viewport : null, cn : 1, init : function() { this.viewport = this.getViewp...
apache-2.0
literat/ete89e
app/presenters/ContactPresenter.php
113
<?php namespace App\Presenters; use Nette; class ContactPresenter extends Nette\Application\UI\Presenter { }
apache-2.0
xyp260466/dubbo-lite
dubbo-spring/src/main/java/com/xyp260466/dubbo/annotation/Consumer.java
1109
/** * Copyright 2002-2016 xiaoyuepeng * * 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
tetrapak07/testPhalcon
app/controllers/UserControlController.php
3697
<?php namespace Test\Controllers; use Test\Models\EmailConfirmations; use Test\Models\ResetPasswords; /** * UserControlController * Provides help to users to confirm their passwords or reset them */ class UserControlController extends ControllerBase { public function initialize() { if ($this->ses...
apache-2.0
shot/hadoop-source-reading
src/hdfs/org/apache/hadoop/hdfs/server/namenode/SecondaryNameNode.java
18270
/** * 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
superphy/backend
app/modules/phylotyper/exceptions.py
874
"""Custom Exception Classes for Phylotyper Module """ class PhylotyperError(Exception): """Basic exception for errors raised by Phylotyper modules""" def __init__(self, subtype, msg=None): if msg is None: msg = "An error occured for subtype {}".format(subtype) super(PhylotyperError...
apache-2.0
openstack/mistral-dashboard
mistraldashboard/default/templates/default/_booleanfield.html
120
<span class="boolfield"> <i class="{{ type.color }} {{ type.icon }}" aria-hidden="true"></i> {{ bool }} </span>
apache-2.0
enyojs/enyo-docs
developer-guide/design/controls/date-picker.md
865
% Date Picker ## About A Date Picker is a control used for selecting a date. ## API Reference [moon.DatePicker]($api/#/kind/moon.DatePicker) ## Behavior When closed, the first title line should inform the user of the picker's function. The second line of text shows the currently selected value. When the picker...
apache-2.0
bellycard/procd
scripts/chef/cookbooks/go/metadata.rb
331
maintainer "Belly, Inc." maintainer_email "sysops@bellycard.com" license "Apache v2.0" description "Installs/Configures Google Go" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.0" # Operating systems supported %w{ debian ubuntu }.each do |os| suppo...
apache-2.0
GoogleCloudPlatform/wsi-to-dicom-converter
CMake/OpenJpeg.cmake
4763
# Copyright 2019 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 in writing, ...
apache-2.0
platinalfred/buladde
lib/LoanStatus.php
1146
<?php $curdir = dirname(__FILE__); require_once($curdir.'/Db.php'); class LoanStatus extends Db { protected static $table_name = "loanstatus"; protected static $db_fields = array("id", "name", "description"); public function findById($id){ $result = $this->getrec(self::$table_name, "id=".$id, ""); return !emp...
apache-2.0
Adrian0350/PHP-AMI
src/PHPAMI/Message/Action/DBDelTreeAction.php
1740
<?php /** * DBDelTree action message. * * PHP Version 5 * * @category PHPAMI * @package Message * @subpackage Action * @author Jaime Ziga <jaime.ziga@gmail.com> * @license http://github.com/Adrian0350/PHP-AMI/ Apache License 2.0 * @version SVN: $Id$ * @link http://github.com/Adrian0350/P...
apache-2.0
georgenorman/css-lab
src/js/tags/cssLabAbout.js
2522
/* ~ Copyright (c) 2014 George Norman. ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ -------------------------------------------------------------- ~ Renders <css-lab-about> tags - sharable among all projects. ~ ----------------------------...
apache-2.0
midoks/chrome-extensions
webtool/html/info.html
570
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>快查网-chrome插件</title> <script type="text/javascript" src="../js/jquery.js" charset="utf-8"></script> <script type="text/javascript" src="../js/benchmark.js" charset="utf-8"></script> <script type="t...
apache-2.0
GoogleChromeLabs/tooling.report
tests/code-splitting/subtests/shared-references-between-chunks/webpack/index.md
222
--- result: pass --- Webpack preserves live bindings in modules. This remains true in cases where source modules are intentionally duplicated across bundles, since only a single _instance_ of each module is ever created.
apache-2.0
soulmachine/JRubyExample
JRubyExample/src/main/java/me/soulmachine/JRubyExample.java
2633
package me.soulmachine; import org.jruby.embed.ScriptingContainer; import java.util.List; import javax.script.ScriptEngine; import javax.script.ScriptEngineFactory; import javax.script.ScriptEngineManager; import javax.script.ScriptException; /** * A simple JRuby example to execute Python scripts from Java. */ f...
apache-2.0
NeverNight/SimplesPatterns.Java
src/com/arthurb/iterator/dinermergergery/DinerMenu.java
1583
package com.arthurb.iterator.dinermergergery; import java.util.Iterator; /** * Created by Blackwood on 07.03.2016 18:16. */ public class DinerMenu implements Menu { static final int MAX_ITEMS = 6; int numberOfItems = 0; MenuItem[] menuItems; public DinerMenu() { menuItems = new MenuItem[MA...
apache-2.0
jpettitt/amphtml
build-system/server/app-index/settings.js
4586
/* eslint-disable local/html-template */ const documentModes = require('./document-modes'); const {AmpState, ampStateKey} = require('./amphtml-helpers'); const {html, joinFragments} = require('./html'); const jsModes = [ { value: 'default', description: `Unminified AMP JavaScript is served from the local ser...
apache-2.0
lei-xia/helix
helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/model/AssignableNode.java
15277
package org.apache.helix.controller.rebalancer.waged.model; /* * 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 u...
apache-2.0
treasure-data/digdag
digdag-tests/src/test/resources/acceptance/emr/query.sql
24
select "${session_uuid}"
apache-2.0
LiangYue1981816/CrossEngine
Tools/MaxExporter/MaxSDKs/2010/include/gfx.h
101873
//**************************************************************************/ // Copyright (c) 1998-2006 Autodesk, Inc. // All rights reserved. // // These coded instructions, statements, and computer programs contain // unpublished proprietary information written by Autodesk, Inc., and are // protected by Federal cop...
apache-2.0
markuz-brasil/runtime-type-system
gulpfile.js
2272
/** * * Web Starter Kit * Copyright 2014 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 * ...
apache-2.0
sofiamoral/sofiamoral.github.io
js/custom.js
391
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga')...
apache-2.0
i-black-angel/libpunica
src/mlog.cpp
3839
/** * Copyright 2017 Shusheng Shao <iblackangel@163.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 appl...
apache-2.0
fceller/arangodb
arangod/Replication/common-defines.cpp
2510
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
apache-2.0
bzz/kythe
kythe/go/platform/tools/indexpack_test.sh
1213
#!/bin/bash -e # # Copyright 2014 The Kythe 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 ...
apache-2.0
codemeow5/deployment
web2/html/index.html
5598
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ClickCloud | Rapid deployment</title> <link rel="stylesheet" type="text/css" href="static/styles/font-awesome.css" /> <!--[if IE ...
apache-2.0
tapglue/snaas
service/event/logging.go
3954
package event import ( "time" "github.com/go-kit/kit/log" ) type logService struct { logger log.Logger next Service } // LogServiceMiddleware given a Logger wraps the next Service with logging capabilities. func LogServiceMiddleware(logger log.Logger, store string) ServiceMiddleware { return func(next Servic...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Hieracium/Hieracium peterfii/README.md
169
# Hieracium peterfii Nyár. & Zahn SPECIES #### Status ACCEPTED #### According to Euro+Med Plantbase #### Published in null #### Original name null ### Remarks null
apache-2.0
Jasonudoo/mytestcase
client/templates/includes/home_footer.html
11853
<template name="home_footer"> <footer> <section class="container"> <div class="blk-card-bg blk-card text-center"> <div class="client-logos"> <ul class="thumb-list"> <li> <img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/i...
apache-2.0
ThilinaManamgoda/incubator-taverna-workbench
taverna-graph-view/src/main/java/org/apache/taverna/workbench/views/graph/config/GraphViewConfigurationUIFactory.java
1714
/* * 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
aws/aws-sdk-java
aws-java-sdk-cloudsearch/src/main/java/com/amazonaws/services/cloudsearchv2/model/transform/UpdateDomainEndpointOptionsResultStaxUnmarshaller.java
2682
/* * Copyright 2017-2022 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 "licen...
apache-2.0
johnjianfang/jxse
src/main/java/net/jxta/platform/NetworkConfigurator.java
82829
/* * Copyright (c) 2006-2007 Sun Microsystems, Inc. All rights reserved. * * The Sun Project JXTA(TM) Software License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code m...
apache-2.0
jaawerth/RxJS-1
src/operators/merge.ts
254
import Observable from '../Observable'; import mergeStatic from './merge-static'; export default function merge<R>(...observables: (Observable<any>|number)[]): Observable<R> { observables.unshift(this); return mergeStatic.apply(this, observables); }
apache-2.0
KimShen/sissi
src/main/java/com/sissi/protocol/message/Thread.java
1026
package com.sissi.protocol.message; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlValue; import com.sissi.io.read.Metadata; /** * @author kim 2014年1月28日 */ @Metadata(uri = Message.XMLNS, localName = Thread.NAME) @XmlRootElement p...
apache-2.0
tectronics/rootfinder
2.1/docs/Javadoc/org/drip/analytics/holset/class-use/IEPHoliday.html
4253
<!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 (version 1.7.0) on Fri Feb 01 09:13:22 EST 2013 --> <title>Uses of Class org.drip.analytics.holset.IEPHoliday</title> <meta name="date" content=...
apache-2.0
riversoforion/kauri
README.md
8
# kauri
apache-2.0
inderdhir/MemeGrabber
Pods/Target Support Files/SwiftHTTP/SwiftHTTP-umbrella.h
140
#import <Cocoa/Cocoa.h> FOUNDATION_EXPORT double SwiftHTTPVersionNumber; FOUNDATION_EXPORT const unsigned char SwiftHTTPVersionString[];
apache-2.0
tduehr/cas
docs/cas-server-documentation/password_management/Password-Management.md
2623
--- layout: default title: CAS - Password Management category: Password Management --- # Password Management If authentication fails due to a rejected password policy, CAS is able to intercept that request and allow the user to update the account password in place. The password management features of CAS are rather m...
apache-2.0
scaleway/scaleway-cli
internal/namespaces/instance/v1/custom_user_data_test.go
3105
package instance import ( "io/ioutil" "os" "testing" "github.com/scaleway/scaleway-cli/internal/core" ) func Test_UserDataGet(t *testing.T) { t.Run("Get an existing key", core.Test(&core.TestConfig{ BeforeFunc: core.BeforeFuncCombine( createServer("Server"), core.ExecBeforeCmd("scw instance user-data se...
apache-2.0
KHP-Informatics/wardtrack
README.md
74
# wardtrack A web application to track and visualise questionnaire data.
apache-2.0
ra0o0f/arangoclient.net
src/ArangoDB.Client/BaseResultAnalyzer.cs
774
using ArangoDB.Client.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ArangoDB.Client { public class BaseResultAnalyzer { IArangoDatabase db; public BaseResultAnalyzer(IArangoDatabase db) { ...
apache-2.0
youtongluan/sumk
src/main/java/org/yx/asm/AsmUtils.java
6539
/** * Copyright (C) 2016 - 2030 youtongluan. * * 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
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Jacksonia/Jacksonia aculeata/README.md
185
# Jacksonia aculeata W.Fitzg. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
seelmann/ldapcon2009-datanucleus
DataNucleus-Advanced/src/main/java/com/example/dao/TeamDao.java
1280
/********************************************************************** Copyright (c) 2009 Stefan Seelmann. 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...
apache-2.0
googleapis/google-api-ruby-client
google-api-client/generated/google/apis/lifesciences_v2beta/service.rb
17086
# Copyright 2015 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 in writing,...
apache-2.0
Metrink/metrink
src/main/java/com/metrink/action/SmsAction.java
1947
package com.metrink.action; import org.apache.commons.mail.EmailException; import org.apache.commons.mail.SimpleEmail; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.inject.Provider; import com.metrink.alert.ActionBean; import com.metrink.alert.AlertBean; import com.metrink.metric.Metric; ...
apache-2.0
stevearm/filecabinet
couchapp/_attachments/css/main.css
2274
/* Fix a gap in ui-bootstrap's styling */ .nav, .pagination, .carousel, .panel-title a { cursor: pointer; } body { min-height: 2000px; padding-top: 70px; } /* Fix tag filters on index page */ #tags span.label { font-size: 100%; line-height: 2; margin: 2px; } .label-toggle { cursor: pointer; }...
apache-2.0
datathings/greycat
greycat/src/main/java/greycat/internal/task/ActionDelete.java
1871
/** * Copyright 2017-2019 The GreyCat Authors. All rights reserved. * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Un...
apache-2.0
chacal88/sb-admin-angular
app/modules/auth/application/bootstrap.js
2840
//Declare app level module which depends on filters, and services var SFApplicationAuth = angular.module('SFApplicationAuth.Auth',[]); SFApplicationAuth.config( [ '$stateProvider', '$urlRouterProvider', function ( $stateProvider, $urlRouterProvider ) { console.log("inciando bootstrap auth"); $stateProvid...
apache-2.0
alphatan/workspace_java
spring-boot-web-fps-demo/src/main/java/com/at/springboot/mybatis/po/JsonUser.java
3937
package com.at.springboot.mybatis.po; public class JsonUser { /** * This field was generated by MyBatis Generator. This field corresponds to the database column JSON_USER.JSON_USER_ID * @mbg.generated Thu Aug 29 17:59:18 CST 2019 */ private byte[] jsonUserId; /** * This fiel...
apache-2.0
ViniciusBezerra94/WsStyleHair
src/main/java/br/com/stylehair/servicos/AgendamentoResource.java
3529
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.com.stylehair.servicos; import br.com.stylehair.dao.AgendamentoDAO; import br.com.stylehair.entity.Agendamento; import com....
apache-2.0
wwitzel3/awx
awx/ui/test/e2e/commands/navigateTo.js
341
const spinny = 'div.spinny'; exports.command = function navigateTo (url, expectSpinny = true) { this.url('data:,'); // https://github.com/nightwatchjs/nightwatch/issues/1724 this.url(url); if (expectSpinny) { this.waitForElementVisible(spinny); this.waitForElementNotVisible(spinny); } ...
apache-2.0
saveendhiman/SampleApp
app/src/main/java/com/sampleapp/base/SampleApplication.java
915
package com.sampleapp.base; import android.app.Application; import com.crashlytics.android.Crashlytics; import com.sampleapp.BuildConfig; import com.sampleapp.utils.UtilsModule; import io.fabric.sdk.android.Fabric; import timber.log.Timber; /** * Created by saveen_dhiman on 05-November-16. * Initialization of re...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Apera/Apera spica-venti/ Syn. Agrostis filiformis/README.md
182
# Agrostis filiformis Vill. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
coger/coger.github.io
_includes/footer.html
2062
<!-- Footer --> <footer class="text-center"> <div class="footer-above"> <div class="container"> <div class="row"> <div class="footer-col col-md-4"> <h3>{{ site.footer.location }}</h3> <p> ...
apache-2.0
Axway/ats-framework
corelibrary/src/main/java/com/axway/ats/core/filesystem/exceptions/FileDoesNotExistException.java
1344
/* * Copyright 2017 Axway Software * * 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
FasterXML/jackson-databind
src/main/java/com/fasterxml/jackson/databind/node/IntNode.java
3398
package com.fasterxml.jackson.databind.node; import java.io.IOException; import java.math.BigDecimal; import java.math.BigInteger; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.io.NumberOutput; import com.fasterxml.jackson.databind.SerializerProvider; /** * Numeric node that contains simpl...
apache-2.0
chetankrishna08/aws-health-tools
automated-actions/AWS_EBS_VOLUME_LOST/SydneySummitDemo/readme.md
4703
## AWS Health AWS_EBS_VOLUME_LOST **Note:** This instruction is deprecated. Please refer to the [stepbystep/README](https://github.com/aws/aws-health-tools/blob/master/automated-actions/AWS_EBS_VOLUME_LOST/stepbystep/README.md) for the latest instruction. --- ### Description Underlying hardware related to your EBS v...
apache-2.0
etarnovskaya/sel_6_Lena
sel-test/src/test/java/lena/lerning/selenium/EdgeTest.java
1062
package lena.lerning.selenium; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.edge.EdgeDriver; import org.openqa.selenium.support.ui.WebDriverWait; import java.util...
apache-2.0
lukiano/finagle
finagle-mdns/src/main/scala/com/twitter/finagle/mdns/MDNS.scala
3301
package com.twitter.finagle.mdns import com.twitter.finagle.{Announcer, Announcement, Resolver, Addr, Address} import com.twitter.util.{Future, Return, Throw, Try, Var} import java.lang.management.ManagementFactory import java.net.{InetSocketAddress, SocketAddress} import scala.collection.mutable class MDNSAddressExc...
apache-2.0
vivantech/kc_fixes
src/main/java/org/kuali/kra/common/notification/exception/UnknownRoleException.java
1435
/* * Copyright 2005-2014 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless required by...
apache-2.0
livingvirus/jphp
jphp-android/src/main/java/org/develnext/jphp/android/ext/classes/app/WrapBootstrapActivity.java
616
package org.develnext.jphp.android.ext.classes.app; import android.os.Bundle; import org.develnext.jphp.android.AndroidStandaloneLoader; import org.develnext.jphp.android.ext.AndroidExtension; import php.runtime.annotation.Reflection; @Reflection.Name(AndroidExtension.NAMESPACE + "app\\BootstrapActivity") public clas...
apache-2.0
truward/brikar
brikar-maintenance/src/main/java/com/truward/brikar/maintenance/log/processor/LogMessageProcessor.java
4636
package com.truward.brikar.maintenance.log.processor; import com.truward.brikar.common.log.LogUtil; import com.truward.brikar.maintenance.log.CommaSeparatedValueParser; import com.truward.brikar.maintenance.log.Severity; import com.truward.brikar.maintenance.log.message.LogMessage; import com.truward.brikar.maintenanc...
apache-2.0
yimogod/boom
trunk/effect/Assets/Magical/Sources/Scripts/FX_SpawnDirection.cs
1578
using UnityEngine; using System.Collections; namespace MagicalFX { public class FX_SpawnDirection : MonoBehaviour { public int Number = 10; public float Frequency = 1; public bool FixRotation = false; public bool Normal; public GameObject FXSpawn; public float LifeTime = 0; public float TimeSpawn = 0;...
apache-2.0
laszewski/laszewski.github.io
backup/proceeding/index.html
12133
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 3.1.1"> <meta name="generator" content="Hugo 0.55.6" /> <meta...
apache-2.0
StanislavEsin/estanislav
chapter_007/src/main/java/ru/job4j/servlet/services/UpdateUserController.java
1967
package ru.job4j.servlet.services; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.job4j.servlet.model.User; import ru.job4j.servlet.repository.RepositoryException; import ru.job4j.servlet.repository.UserStore; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import ja...
apache-2.0
Asucanc/Windy-Street-Weather
app/src/main/java/com/kenshin/windystreet/db/County.java
901
package com.kenshin.windystreet.db; import org.litepal.crud.DataSupport; /** * Created by Kenshin on 2017/4/3. */ public class County extends DataSupport { private int id; //编号 private String countyName; //县名 private String weatherId; //对应的天气id private int cityId; //所属市的id public void setI...
apache-2.0
LegNeato/buck
src/com/facebook/buck/core/model/actiongraph/AbstractActionGraphAndResolver.java
1075
/* * Copyright 2016-present 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...
apache-2.0
Fokko/incubator-airflow
tests/models/test_variable.py
3100
# -*- coding: utf-8 -*- # # 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
mdoering/backbone
life/Fungi/Basidiomycota/Agaricostilbomycetes/Agaricostilbales/Chionosphaeraceae/Stilbum/Stilbum clavaeforme/README.md
226
# Stilbum clavaeforme (Preuss) Goid. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Annali Bot. (Torino) 21: 49 (1935) #### Original name Stilbum claviforme (Preuss) Goid. ### Remarks null
apache-2.0
madmax983/h2o-3
h2o-core/src/main/java/water/api/Schema.java
52870
package water.api; import org.reflections.Reflections; import java.lang.reflect.Array; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Modifier; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.ArrayList; import ja...
apache-2.0
deggs7/sign-in-board-stackeasy
README.md
84
# Develop based on 'TypeScript & AngularJS TodoMVC Example' ## available on Chrome
apache-2.0
UniversalDependencies/universaldependencies.github.io
ru/dep/obl.html
7672
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>obl</title> <link rel="root...
apache-2.0
U-QASAR/u-qasar.platform
src/main/java/eu/uqasar/model/measure/MetricSource.java
1796
package eu.uqasar.model.measure; /* * #%L * U-QASAR * %% * Copyright (C) 2012 - 2015 U-QASAR Consortium * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * htt...
apache-2.0
prigaux/compte-externe
server/esup_activ_bo.ts
7793
'use strict'; import * as _ from 'lodash'; import * as fs from 'fs'; import * as xml2js from 'xml2js'; import * as Mustache from 'mustache'; import * as helpers from './helpers'; import * as utils from './utils'; import * as conf from './conf'; const parseString: (xml: string, options: xml2js.Options) => Promise<any>...
apache-2.0
sapcc/kubernikus
docs/guide/common_addons.md
11715
--- title: Common Addons --- ## Kubernetes Dashboard [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. ### Installation...
apache-2.0
tensorflow/tensorboard
tensorboard/plugins/hparams/download_data_test.py
8571
# Copyright 2019 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
apache-2.0
faustineinsun/WiseCrowdRec
deprecated-wisecrowdrec-springmvc/WiseCrowdRec/src/main/java/com/feiyu/storm/streamingdatacollection/spout/ForTestFakeSpout.java
2356
package com.feiyu.storm.streamingdatacollection.spout; /** * from https://github.com/apache/incubator-storm/blob/master/examples/storm-starter/src/jvm/storm/starter/spout/RandomSentenceSpout.java * modified by feiyu */ import java.util.Map; import java.util.Random; import backtype.storm.spout.SpoutOutputCollector;...
apache-2.0
hmrc/amls-frontend
test/controllers/AmlsControllerSpec.scala
2119
/* * Copyright 2021 HM Revenue & Customs * * 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
axibase/atsd-api-java
src/main/java/com/axibase/tsd/model/meta/EntityAndTags.java
1151
/* * Copyright 2016 Axibase Corporation 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://www.axibase.com/atsd/axibase-apache-2.0.pdf * ...
apache-2.0
mindthegab/SFE-Minuet-DesktopClient
docs/api/storage-local.md
957
# paragon.storage.local Use the `paragon.storage.local` API to store, retrieve, and track changes to user data. ## Methods The 'paragon.storage.local' object has the following methods: ### get(keys, callback) Returns an object that has the properties corresponding to the keys referenced from the local storage stor...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Astracantha/Astracantha trojana/ Syn. Astragalus lesbiacus/README.md
188
# Astragalus lesbiacus P.Candargy SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Saxifragales/Crassulaceae/Sedum/Sedum leblancei/README.md
206
# Sedum leblancei Raym.-Hamet SPECIES #### Status ACCEPTED #### According to GRIN Taxonomy for Plants #### Published in Repert. Spec. Nov. egni Veg. 8:311. 1910 #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Oleaceae/Fraxinus/Fraxinus fungosa/README.md
172
# Fraxinus fungosa Lodd. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Helichrysum dracaenifolium/README.md
184
# Helichrysum dracaenifolium Humbert SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Stipa/Stipa durifolia/README.md
180
# Stipa durifolia Torres SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Amphisphaeriaceae/Massariella/Massariella bispora/README.md
191
# Massariella bispora M.A. Curtis SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Massariella bispora M.A. Curtis ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Briza/Briza subaristata/ Syn. Briza triloba interrupta/README.md
186
# Briza triloba var. interrupta VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Brassicales/Brassicaceae/Raphanus/Raphanus sativus/Raphanus sativus incarnatus/README.md
191
# Raphanus sativus var. incarnatus Sazonova VARIETY #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Amaranthaceae/Gomphrena/Gomphrena serrata/Gomphrena decumbens decumbens/README.md
182
# Gomphrena decumbens subvar. decumbens SUBVARIETY #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
apache-2.0
Getsidecar/googleads-php-lib
examples/Dfp/v201611/AudienceSegmentService/PopulateFirstPartyAudienceSegments.php
3948
<?php /** * This example populates a first party audience segment. To determine which * audience segments exist, run GetAllAudienceSegments.php. * * PHP version 5 * * Copyright 2014, Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file...
apache-2.0
gophergala/melted_brains
server.go
498
package main import ( "log" "net/http" "github.com/gophergala/melted_brains/http_handler" "golang.org/x/net/websocket" ) func main() { http.HandleFunc("/game/", http_handler.GameHandler) http.Handle("/events/", websocket.Handler(http_handler.EventsHandler)) http.Handle("/waiting/", websocket.Handler(http_hand...
apache-2.0
cognostics/serlo-abc
src/components/exercises/VideoQuestion.test.js
526
import React from 'react'; import renderer from 'react-test-renderer'; import VideoQuestion from './VideoQuestion'; jest.mock('expo', () => ({ Video: 'Video' })); it('renders without crashing', () => { const tree = renderer.create( <VideoQuestion video={require('../../assets/videos/placeholder.mp4')} ...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Teloschistales/Physciaceae/Heterodermia/Heterodermia erinacea/README.md
248
# Heterodermia erinacea (Ach.) W. A. Weber SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in in Egan, Bryologist 90(2): 163 (1987) #### Original name Lichen erinaceus Ach. ### Remarks null
apache-2.0
mF2C/COMPSs
compss/programming_model/bindings/python/src/exaqute/ExaquteTaskPyCOMPSs.py
1613
#!/usr/bin/python # # Copyright 2002-2019 Barcelona Supercomputing Center (www.bsc.es) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
apache-2.0