repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
dbmalkovsky/flowable-engine
modules/flowable-cmmn-converter/src/test/java/org/flowable/test/cmmn/converter/CasePageTaskSameDeploymentCmmnXmlConverterTest.java
2479
/* 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...
apache-2.0
cedral/aws-sdk-cpp
aws-cpp-sdk-clouddirectory/source/model/BatchUpdateObjectAttributesResponse.cpp
1706
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
apache-2.0
sdgdsffdsfff/zeus
slb/src/main/java/com/ctrip/zeus/task/clean/CleanDbTask.java
1085
package com.ctrip.zeus.task.clean; import com.ctrip.zeus.clean.CleanDbManager; import com.ctrip.zeus.task.AbstractTask; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import javax.annotation.Resource; /** * Created by fanqq on 2016/1/5. */ @Co...
apache-2.0
vorburger/mifos-head
application/src/test/java/org/mifos/domain/builders/ClientPersonalDetailDtoBuilder.java
1421
/* * Copyright (c) 2005-2010 Grameen Foundation USA * 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 * * Unl...
apache-2.0
hakanu/iftar
_posts_/vakit/YENI_ZELLANDA/HASTINGS/2017-02-01-HASTINGS.markdown
561
--- layout: vakit_dashboard title: HASTINGS, YENI ZELLANDA için iftar, namaz vakitleri ve hava durumu - ilçe/eyalet seç permalink: /YENI ZELLANDA/HASTINGS --- ## HASTINGS (YENI ZELLANDA) için iftar, namaz vakitleri ve hava durumu görmek için bir ilçe/eyalet seç Aşağıdaki listeden bir şehir ya da semt seçin * [ (HAS...
apache-2.0
marques-work/gocd
server/src/test-integration/java/com/thoughtworks/go/fixture/DatabaseDiskIsLow.java
1397
/* * Copyright 2021 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
onechain/fabric-explorer
explorer_client/css/api/screen.css
46460
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */ .swagger-section pre code { display: block; padding: 0.5em; background: #F0F0F0; } .swagger-section pre code, .swagger-section pre .subst, .swagger-section pre .tag .title, .swagger-section pre .lisp .title, .swagger-sect...
apache-2.0
wilebeast/FireFox-OS
B2G/gecko/layout/reftests/bugs/9458-valign-1.html
1289
<!DOCTYPE html> <html> <head> <title>CSS 2.1 Test Suite: Test for vertical alignment on inline-block</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/" /> <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#...
apache-2.0
apache/xalan-c
src/xalanc/XercesParserLiaison/Deprecated/XercesBridgeHelper.cpp
4549
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the "License"); * you m...
apache-2.0
cedral/aws-sdk-cpp
aws-cpp-sdk-ds/source/model/UpdateConditionalForwarderRequest.cpp
2001
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
apache-2.0
opentrv/OpenTRV-Arduino-V0p2
Arduino/snapshots/20141111-r3586-V0p2-Arduino-REV2-code-snapshot-for-install/V0p2_Main/V0p2_Generic_Config.h
7058
/* The OpenTRV project licenses this file to you under the Apache Licence, Version 2.0 (the "Licence"); you may not use this file except in compliance with the Licence. You may obtain a copy of the Licence at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
apache-2.0
atomix/atomix
utils/src/main/java/io/atomix/utils/logging/DelegatingLogger.java
7703
/* * Copyright 2017-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
apache-2.0
vishnudevk/MiBandDecompiled
Original Files/source/src/com/xiaomi/infra/galaxy/common/model/Condition.java
8239
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.xiaomi.infra.galaxy.common.model; import com.xiaomi.infra.galaxy.common.GalaxyClientException; import com.xiaomi.infra.galaxy.common...
apache-2.0
0359xiaodong/android-progress-panel
demo/src/main/java/com/marvinlabs/widget/progresspanel/demo/DemoListActivity.java
2294
package com.marvinlabs.widget.progresspanel.demo; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import com.marvinlabs.widget.progresspanel.demo.R; public class DemoListActivity extends FragmentActivity implements Demo...
apache-2.0
HeidCloud/devstack
extras.d/80-opendaylight.sh
1958
# opendaylight.sh - DevStack extras script if is_service_enabled odl-server odl-compute; then # Initial source [[ "$1" == "source" ]] && source $TOP_DIR/lib/opendaylight fi if is_service_enabled odl-server; then if [[ "$1" == "source" ]]; then # no-op : elif [[ "$1" == "stack" && "$2" ...
apache-2.0
googleapis/google-api-java-client-services
clients/google-api-services-containeranalysis/v1alpha1/1.31.0/com/google/api/services/containeranalysis/v1alpha1/model/Basis.java
2988
/* * 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
gmilos/swift
include/swift/Driver/Job.h
6029
//===--- Job.h - Commands to Execute ----------------------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
apache-2.0
Modesteam/Urutau
src/main/java/com/modesteam/urutau/model/system/MemberPager.java
342
package com.modesteam.urutau.model.system; public class MemberPager { private Integer page; private Integer limit; public Integer getPage() { return page; } public void setPage(Integer page) { this.page = page; } public Integer getLimit() { return limit; } public void setLimit(Integer limit) { thi...
apache-2.0
nairs77/GB-Unity-Plugin
Assets/GB/Script/Common/GBCommonAndroidHelper.cs
4838
#if UNITY_ANDROID using UnityEngine; using System.Collections; namespace GB { public class GBCommonAndroidHelper : GBAndroidHelper, ICommonHelper { private static readonly string ANDROID_PLUGIN_CLASS_PACKAGE = "com.gebros.platform.unity.GBUnityPlugin"; private static readonly string ANDROID_UTILITY_PLUGIN_CLASS_P...
apache-2.0
Vudentz/zephyr
doc/custom-doxygen/customdoxygen.css
625
/* Custom CSS for Doxygen-generated HTML * Copyright (c) 2015 Intel Corporation * SPDX-License-Identifier: Apache-2.0 */ code { font-family: Monaco,Menlo,Consolas,"Courier New",monospace; background-color: #D8D8D8; padding: 0 0.25em 0 0.25em; } pre.fragment { display: block; font-family: Monaco,Menlo,Con...
apache-2.0
Espigah/HaxeRepo
Learning/HaxeClient/unity/out/src/cs/internal/Exceptions.cs
2036
#pragma warning disable 109, 114, 219, 429, 168, 162 namespace haxe.lang{ public class Exceptions { public Exceptions(){ unchecked { #line 25 "C:\\HaxeToolkit\\haxe\\std\\cs\\internal\\Exceptions.hx" { } } #line default } [System.ThreadStaticAttribute] public static global...
apache-2.0
DynamoDS/designscript-archive
UIs/Editor/DesignScriptEditor/DesignScriptEditorCore/UnitTests/TextBufferMultilineTests.cs
835
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; namespace DesignScript.Editor.Core.UnitTest { class TextBufferMultilineTests { TextBuffer textBuffer; [SetUp] public void Setup() { textBuffe...
apache-2.0
sophieyoung717/mimir
src/main/java/mimir/context/ScanForFunctions.java
1951
/** * Identify the name of all functions invoked within a given Expression * * Descend through the expression, identify every instance of a Function * expression, and record the name of every function encountered. * * General usage is of the form * ScanForFunctions.scan(myExpression) */ package mimir.context; ...
apache-2.0
microsoft/TypeScript
tests/baselines/reference/invalidTaggedTemplateEscapeSequences(target=es5).js
3182
//// [invalidTaggedTemplateEscapeSequences.ts] function tag (str: any, ...args: any[]): any { return str } const a = tag`123` const b = tag`123 ${100}` const x = tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; const y = `\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld...
apache-2.0
apache/incubator-superset
superset/db_engine_specs/druid.py
4908
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
apache-2.0
aaronwalker/camel
components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneIndexer.java
5933
/** * 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
awslabs/aws-sdk-net-samples
Talks/vslive-2015/ZipCodes/ZipCodeFinal/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs
19494
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace ZipCodeFinal.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wit...
apache-2.0
xasx/assertj-core
src/test/java/org/assertj/core/api/bigdecimal/BigDecimalAssert_usingDefaultComparator_Test.java
1806
/* * 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
googleapis/google-cloud-dotnet
apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.GeneratedSnippets/InstanceGroupManagersClient.InsertRequestObjectAsyncSnippet.g.cs
2871
// 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
gitpan/GOOGLE-ADWORDS-PERL-CLIENT
lib/Google/Ads/AdWords/v201409/CampaignSharedSetService/mutate.pm
2022
package Google::Ads::AdWords::v201409::CampaignSharedSetService::mutate; use strict; use warnings; { # BLOCK to scope variables sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201409' } __PACKAGE__->__set_name('mutate'); __PACKAGE__->__set_nillable(); __PACKAGE__->__set_minOccurs(); __PACKAGE__->__set_m...
apache-2.0
barmalei/zebkit
apidoc/light/classes/zebkit.ui.event.FocusEvent.html
93098
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>zebkit.ui.event.FocusEvent - zebkit</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesh...
apache-2.0
calonso-conabio/intranet
protected/humhub/modules/admin/messages/de/views_module_info.php
230
<?php return array ( '<strong>Module</strong> details' => '<strong>Modul</strong> Informationen ', 'This module doesn\'t provide further informations.' => 'Dieses Modul stellt keine weiteren Informationen zur Verfügung.', );
apache-2.0
bazelbuild/tulsi
site/docs/faq.md
4853
--- layout: default title: FAQ --- # How do I build for debug or release? Tulsi generated projects behave just like Xcode projects in this respect. You simply change the build configuration for your target scheme. Note that Tulsi does not support Bazel's fastbuild compilation mode due to debugging limitations. 1. Op...
apache-2.0
ahennr/shogun2
src/shogun-core-main/src/main/java/de/terrestris/shoguncore/dao/LayerDataSourceDao.java
668
package de.terrestris.shoguncore.dao; import de.terrestris.shoguncore.model.layer.source.LayerDataSource; import org.springframework.stereotype.Repository; @Repository("layerDataSourceDao") public class LayerDataSourceDao<E extends LayerDataSource> extends GenericHibernateDao<E, Integer> { /** * Public ...
apache-2.0
vmware/kubernetes
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest.go
11462
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
apache-2.0
speedy01/Openfire
xmppserver/src/main/java/org/jivesoftware/openfire/pep/PEPServiceInfo.java
1128
/* * Copyright (C) 2017 Ignite Realtime Foundation. 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...
apache-2.0
TeMoMuKo/AutoStopRace
app/src/main/java/pl/temomuko/autostoprace/ui/teamslocationsmap/adapter/map/TeamLocationInfoWindowAdapter.java
1400
package pl.temomuko.autostoprace.ui.teamslocationsmap.adapter.map; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.widget.TextView; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.model.Marker; import javax.inject.Inject; ...
apache-2.0
ua-eas/ksd-kc5.2.1-rice2.3.6-ua
rice-middleware/core/framework/src/main/java/org/kuali/rice/core/framework/persistence/jpa/metadata/ManyToOneDescriptor.java
2029
/** * 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/ecl2.php * * Unless required by a...
apache-2.0
LiangYue1981816/CrossEngine
Tools/MaxExporter/MaxSDKs/2012/include/ipoint2.h
5515
/********************************************************************** *< FILE: ipoint2.h DESCRIPTION: Class definintion for IPoint2: Integer 2D point. CREATED BY: Dan Silva HISTORY: *> Copyright (c) 1994, All Rights Reserved. **********************************************************************/ #pragma o...
apache-2.0
boneman1231/org.apache.felix
trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrUpdate.java
11514
/* * 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
simonlaroche/akka.net
src/core/Akka.Persistence.TestKit/Journal/IJournalInterceptor.cs
961
//----------------------------------------------------------------------- // <copyright file="IJournalInterceptor.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyrig...
apache-2.0
gsoundar/mambo-ec2-deploy
packages/tachyon-0.5.0/core/src/main/java/tachyon/worker/WorkerSpaceCounter.java
2787
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
apache-2.0
bclozel/spring-boot
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestContextBootstrapper.java
15659
/* * Copyright 2012-2018 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
bgd-point/point-app-test
packages/point/point-sales/src/views/app/sales/point/pos/report/pdf.blade.php
1787
<!DOCTYPE html> <html> <head> <title>Sales Report</title> <link rel="stylesheet" href="{{asset('core/themes/appui-backend/css/bootstrap.min.css')}}"> </head> <body> <div class="h3 text-center">Sales Report</div> <div class="text-center">Period : {{ $period }}</div> <br> <table class="table tabbl...
apache-2.0
iriscouch/browserid_couchdb
example/node_modules/static-plus/node_modules/fixed-event/README.md
3377
# Fixed Event: Once and forever event emitter Fixed Event is a Javascript and Node.js package for a common `EventEmitter` problem: 1. Run a start-up or initialization function, e.g. connect to the DB, load the configuration, etc. 1. Fire an event when it is done 1. Later, you have code that depends on the start-up ro...
apache-2.0
semonte/intellij-community
platform/projectModel-impl/src/com/intellij/openapi/roots/impl/RootIndex.java
31099
/* * Copyright 2000-2017 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
an4967/TizenRT
os/include/tinyara/debug/sysdbg.h
3405
/**************************************************************************** * * Copyright 2017 Samsung Electronics 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...
apache-2.0
wisechengyi/intellij-pants-plugin
tests/com/twitter/intellij/pants/execution/PantsMakeMessageTest.java
3201
// Copyright 2017 Pants project contributors (see CONTRIBUTORS.md). // Licensed under the Apache License, Version 2.0 (see LICENSE). package com.twitter.intellij.pants.execution; import com.intellij.openapi.vfs.LocalFileSystem; import com.twitter.intellij.pants.testFramework.OSSPantsIntegrationTest; import com.twitte...
apache-2.0
NYPL/building-inspector
app/assets/javascripts/lib/vendor/leaflet-editable-polygon.js
23188
L.Polygon.polygonEditor = L.Polygon.extend({ _prepareMapIfNeeded: function() { var that = this; if(this._map._editablePolygons != null) { return; } // Container for all editable polylines on this map: this._map._editablePolygons = []; // Click anywhere ...
apache-2.0
yonglehou/Akka.Persistence.ServiceFabric
src/ServiceFabricPersistence/ServiceFabricSnapshotStore.cs
4298
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache 2 License. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using ServiceFabricPersistence.Interfaces; using Microsoft.ServiceFabric; using Microsoft.Serv...
apache-2.0
vbehar/rundeck-api-java-client
src/main/java/org/rundeck/api/domain/RundeckJobsImportResult.java
3268
/* * Copyright 2011 Vincent Behar * * 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
techdocscn/storm
source/apidocs/storm/trident/operation/builtin/class-use/FirstN.html
6169
<!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_65) on Tue Feb 04 13:29:26 EST 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class storm.trident.opera...
apache-2.0
sipplified/forge
forge/_version.py
18448
# This file helps to compute a version number in source trees obtained from # git-archive tarball (such as those provided by githubs download-from-tag # feature). Distribution tarballs (built by setup.py sdist) and build # directories (produced by setup.py build) will contain a much shorter file # that just contains t...
apache-2.0
eladfein/facebook-android-sdk-3.22.0
docs/com/facebook/android/package-frame.html
2911
<!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_60) on Tue Dec 23 14:56:36 PST 2014 --> <title>com.facebook.android</title> <meta name="date" content="2014-12-23"> <link rel="styleshe...
apache-2.0
Hodorable/0602
horizon/static/framework/widgets/help-panel/help-panel.js
321
(function () { 'use strict'; angular.module('horizon.framework.widgets.help-panel', []) .directive('helpPanel', ['horizon.framework.widgets.basePath', function (path) { return { templateUrl: path + 'help-panel/help-panel.html', transclude: true }; } ]); })();...
apache-2.0
niknokseyer/formdev
application/views/proj_milestones_edit.php
2067
<script> $(document).ready(function () { $(function() { $( "#datepicker" ).datepicker({ changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", yearRange: "c-50,c" }); }); }); function check_input(){ var temp = $('#milestone').val(); var temp1 = $('#datepicker').val(); if(temp...
apache-2.0
cedral/aws-sdk-cpp
aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/model/CreateProvisionedProductPlanResult.h
7687
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
apache-2.0
processone/google-wave-api
wave-model/src/test/java/org/waveprotocol/wave/model/document/indexed/IndexedDocumentImplTest.java
48115
// Copyright 2008 Google Inc. All Rights Reserved. package org.waveprotocol.wave.model.document.indexed; import junit.framework.TestCase; import org.waveprotocol.wave.model.document.AnnotationInterval; import org.waveprotocol.wave.model.document.DocumentTestCases; import org.waveprotocol.wave.model.document.Mutable...
apache-2.0
Peppe/vaadin-components-examples
vaadin-grid/details.html
5498
<!doctype html> <html> <head> <title>vaadin-grid Code Examples – Formatting data</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script src="../bower_components/webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="common.html"> <st...
apache-2.0
jgiara/sap
SAP_SQL.sql
52326
-- phpMyAdmin SQL Dump -- version 4.4.10 -- http://www.phpmyadmin.net -- -- Host: localhost:8889 -- Generation Time: Aug 25, 2016 at 09:21 PM -- Server version: 5.5.42 -- PHP Version: 7.0.0 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `SAP` -- -- ---------------------------------...
apache-2.0
venukb/any23
any23-core/src/test/java/org/deri/any23/extractor/html/HRecipeExtractorTest.java
1895
package org.deri.any23.extractor.html; import org.deri.any23.extractor.ExtractorFactory; import org.deri.any23.vocab.HRECIPE; import org.deri.any23.vocab.SINDICE; import org.junit.Test; import org.openrdf.model.Value; import org.openrdf.model.vocabulary.RDF; import org.openrdf.repository.RepositoryException; /** * T...
apache-2.0
xingwu1/azure-sdk-for-node
lib/services/hdInsightManagement/lib/models/clusterMonitoringRequest.js
1464
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
apache-2.0
spyhunter99/mil-sym-android
renderer/src/main/java/armyc2/c2sd/renderer/utilities/SinglePointLookupInfo.java
2634
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package armyc2.c2sd.renderer.utilities; /** * * @author michael.spinelli */ public class SinglePointLookupInfo { private String _SymbolID = ""; private String _Description = ""; private int _mappingP...
apache-2.0
cedricbellet/lighthouse
lighthouse-core/test/audits/dobetterweb/external-anchors-use-rel-noopener-test.js
2145
/** * Copyright 2016 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
apache-2.0
alien4cloud/alien4cloud
alien4cloud-core/src/main/java/org/alien4cloud/alm/deployment/configuration/services/LocalDeploymentConfigurationRepositoryCleaner.java
1050
package org.alien4cloud.alm.deployment.configuration.services; import javax.inject.Inject; import org.alien4cloud.alm.events.BeforeApplicationEnvironmentDeleted; import org.alien4cloud.alm.events.BeforeApplicationTopologyVersionDeleted; import org.springframework.context.event.EventListener; import org.springframewor...
apache-2.0
huahuajjh/ppx
src/extensions/oauth/qq.php
11607
<?php /* * user_info */ function get_user_info($config, $oauth_data) { $aConfig = array ( 'appid' => $config['appid'], 'appkey' => $config['appkey'], 'api' => 'get_user_info,add_topic,add_one_blog,add_album,upload_pic,list_album,add_share,check_page_fans,add_t,add_pic_t,del_t,get_repost_list,get_info,g...
apache-2.0
devjin24/howtomcatworks
bookrefer/jakarta-tomcat-5.0.18-src/jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpServletRequest.java
20909
/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * 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 ...
apache-2.0
5hawnknight/selenium
java/client/src/org/openqa/selenium/internal/BuildInfo.java
995
// 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
dhermes/google-cloud-python
dataproc/google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py
8646
# -*- coding: utf-8 -*- # # Copyright 2018 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...
apache-2.0
Kitware/cumulus
tests/cases/fixtures/job/sge_submission_script_gpus.sh
360
#!/bin/sh # _ # | | # ___ _ _ _ __ ___ _ _| |_ _ ___ # / __| | | | '_ ` _ \| | | | | | | / __| # | (__| |_| | | | | | | |_| | | |_| \__ \ # \___|\__,_|_| |_| |_|\__,_|_|\__,_|___/ # # #$ -S /bin/bash #$ -N dummy-123432423 #$ -l gpus=2 cd $SGE_O_WORKDIR ...
apache-2.0
wecacuee/modern-occupancy-grid
src/two_assumption_alg.cpp
4475
#include "OccupancyGrid/occgrid.hpp" #include "OccupancyGrid/cvmat_serialization.h" #include <opencv2/opencv.hpp> #include <boost/format.hpp> /// Override class to override is_occupied function so that it can copy the /// ground truth map everytime a laser crosses a cell. template<typename real_t, typename int_t> clas...
apache-2.0
bradsokol/migrations
src/main/java/org/apache/ibatis/migration/commands/InfoCommand.java
3217
/** * Copyright 2010-2015 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 * * Unle...
apache-2.0
argv0/cloudstack
server/src/com/cloud/resource/ResourceManager.java
5753
// 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
awslabs/aws-sdk-cpp
aws-cpp-sdk-securityhub/source/model/AwsEcsTaskDefinitionInferenceAcceleratorsDetails.cpp
1594
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/securityhub/model/AwsEcsTaskDefinitionInferenceAcceleratorsDetails.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespa...
apache-2.0
robojukie/myrobotlab
javadoc/org/myrobotlab/chess/class-use/Constants.html
8043
<!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 --> <title>Uses of Interface org.myrobotlab.chess.Constants</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" tit...
apache-2.0
martinwicke/tensorflow
tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.Tensor.md
24104
Represents one of the outputs of an `Operation`. A `Tensor` is a symbolic handle to one of the outputs of an `Operation`. It does not hold the values of that operation's output, but instead provides a means of computing those values in a TensorFlow [`Session`](../../api_docs/python/client.md#Session). This class has ...
apache-2.0
viggyprabhu/geowave
geowave-analytics/src/main/java/mil/nga/giat/geowave/analytics/kmeans/mapreduce/KMeansDistortionMapReduce.java
9638
package mil.nga.giat.geowave.analytics.kmeans.mapreduce; import java.io.IOException; import java.util.List; import mil.nga.giat.geowave.accumulo.mapreduce.GeoWaveWritableInputMapper; import mil.nga.giat.geowave.accumulo.mapreduce.input.GeoWaveInputKey; import mil.nga.giat.geowave.analytics.clustering.CentroidManagerG...
apache-2.0
PDX-Flamingo/codoncount-prototype-c
trie_codon.c
8066
/* Copyright (c) 2005-2008, Simon Howard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL ...
apache-2.0
gomex/devopsdays-web
static/events/2017-berlin/speakers/jan-nabbefeld/index.html
13949
<!DOCTYPE html> <html itemscope lang="en-us"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="g...
apache-2.0
tapglue/android_sdk
v1/tapglue-android-sdk/tapglue-android-sdk/src/main/java/com/tapglue/managers/TGFeedManagerImpl.java
8313
/* * Copyright (c) 2015-2016 Tapglue (https://www.tapglue.com/). 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
kinverarity1/geotransect
profile_plot.py
4222
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Defines various data containers for plotting a transect. This file is not used in the current version of `geotransect` but is kept here in case it's useful later. :copyright: 2015 Agile Geoscience :license: Apache 2.0 """ import sys import os import numpy as np from ...
apache-2.0
deepu105/generator-jhipster
generators/client/templates/angular/src/main/webapp/app/admin/logs/_logs.component.html
2509
<%# Copyright 2013-2017 the original author or authors from the JHipster project. This file is part of the JHipster project, see http://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You ma...
apache-2.0
vkhatri/chef-icinga2
resources/idomysqlconnection.rb
1543
# # Cookbook Name:: icinga2 # Resource:: idomysqlconnection # # Copyright 2014, Virender Khatri # # 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-...
apache-2.0
xasx/assertj-core
src/test/java/org/assertj/core/util/CaseInsensitiveStringComparator.java
1076
/* * 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
arunkumarsekar06/megam_api
lib/megam/core/components.rb
6597
# Copyright:: Copyright (c) 2012, 2014 Megam Systems # License:: Apache License, Version 2.0 # # 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
WeRockStar/iosched
lib/src/main/java/com/google/samples/apps/iosched/provider/ScheduleProvider.java
51535
/* * Copyright 2015 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
apache-2.0
LucasGandel/ITK
Modules/ThirdParty/HDF5/src/itkhdf5/src/H5Epubgen.h
21996
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
apache-2.0
adishavit/RaftLib
docs/html/class_port_exception-members.html
4832
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
apache-2.0
codecentric/spring-boot-admin
spring-boot-admin-server-ui/src/main/frontend/views/instances/details/process-uptime.js
1540
/* * Copyright 2014-2018 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 app...
apache-2.0
songeunwoo/ngrinder
ngrinder-controller/src/main/java/org/ngrinder/script/handler/ScriptHandler.java
10936
/* * 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 ...
apache-2.0
alfredo777/btmglobalconsulting
plugins/phonegap-plugin-push/scripts/copyAndroidFile.js
856
module.exports = function(ctx) { var fs = ctx.requireCordovaModule('fs'), path = ctx.requireCordovaModule('path'), os = require("os"), readline = require("readline"), deferral = ctx.requireCordovaModule('q').defer(); var lineReader = readline.createInterface({ terminal: ...
apache-2.0
apache/jena
jena-arq/src/main/java/org/apache/jena/sparql/exec/http/QueryExecHTTP.java
24139
/* * 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
daisy/pipeline-issues
modules/scripts-utils/zedai-utils/src/main/resources/xml/schema/z3998-book-1.0-latest/schemadoc/subfiles/e-lngroup02.html
6522
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>S...
apache-2.0
jorgebay/tinkerpop
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Connection.java
18349
/* * 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
asurve/arvind-sysml
src/test/java/org/apache/sysml/test/integration/functions/compress/BasicGetValueTest.java
4624
/* * 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
crazypoo/SkyCalendarPriceView
SkyCalendarPriceViewTest/SkyCalendarPriceViewTest/AppDelegate.h
291
// // AppDelegate.h // SkyCalendarPriceViewTest // // Created by skytoup on 15/7/24. // Copyright (c) 2015年 skytoup. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
apache-2.0
skoulouzis/lobcder
milton2/milton-server-ce/src/main/java/io/milton/http/values/HrefListValueWriter.java
2213
/* * 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
thotro/arduino-dw1000
src/DW1000Time.h
4856
/** * Copyright (c) 2015 by Thomas Trojer <thomas@trojer.net> * Copyright (c) 2016 by Ludwig Grill (www.rotzbua.de); refactored class * Decawave DW1000 library for arduino. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
apache-2.0
tchibirev/Prebid.js
modules/validationFpdModule/index.js
7184
/** * This module sets default values and validates ortb2 first part data * @module modules/firstPartyData */ import { config } from '../../src/config.js'; import * as utils from '../../src/utils.js'; import { ORTB_MAP } from './config.js'; import { submodule } from '../../src/hook.js'; import { getStorageManager } ...
apache-2.0
googleapis/google-api-java-client-services
clients/google-api-services-binaryauthorization/v1beta1/1.31.0/com/google/api/services/binaryauthorization/v1beta1/model/ValidateAttestationOccurrenceRequest.java
4580
/* * 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