code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/**
* @license
* Copyright 2019 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Blockly module for Node. It includes Blockly core,
* built-in blocks, all the generators and the English locale.
*/
/* eslint-disable */
'use strict';
// Include the EN Locale by default.
Bloc... | google/blockly | scripts/package/node/index.js | JavaScript | apache-2.0 | 339 |
package biz.aQute.resolve;
import static test.lib.Utils.createRepo;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.osgi.framework.namespace.IdentityNamespace;
import org.osgi.resource.Capability;
import org.osgi.resource.Requirement;
import org.osgi.resourc... | psoreide/bnd | biz.aQute.resolve/test/biz/aQute/resolve/GenericResolveContextResolveTest.java | Java | apache-2.0 | 5,184 |
/*
* Copyright 2018 ImpactDevelopment
*
* 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... | ImpactDevelopment/ClientAPI | src/main/java/clientapi/gui/widget/data/DefaultWidgetAlignment.java | Java | apache-2.0 | 1,076 |
import { Component, Input } from '@angular/core';
import { User } from 'ngx-login-client';
@Component({
selector: 'f8-assignee',
templateUrl: './assignee.component.html',
styleUrls: ['./assignee.component.less'],
})
export class AssigneesComponent {
private assignees: User[] = [];
@Input() truncateAfter: nu... | fabric8-ui/fabric8-ui | packages/planner/src/app/components_ngrx/assignee/assignee.component.ts | TypeScript | apache-2.0 | 502 |
package gwt.material.design.client.ui.html;
/*
* #%L
* GwtBootstrap3
* %%
* Copyright (C) 2013 GwtBootstrap3
* %%
* 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... | GwtMaterialDesign/gwt-material | gwt-material/src/main/java/gwt/material/design/client/ui/html/Code.java | Java | apache-2.0 | 1,196 |
// 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 ... | jay-hodgson/SynapseWebClient | src/main/webapp/js/goog/ui/editor/toolbarcontroller.js | JavaScript | apache-2.0 | 9,007 |
/*
* Copyright (c) 2017. HSJ
*
* 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... | ShengJunHu/FastAndroid | library/common/src/main/java/com/hsj/common/rxbus/BusThead.java | Java | apache-2.0 | 1,429 |
/*
* Copyright (C) 2009 The Guava 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 agre... | DavesMan/guava | guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableBiMap.java | Java | apache-2.0 | 4,820 |
# -*- coding: utf-8 -*-
"""
CSS Selectors based on XPath
============================
This module supports selecting XML/HTML elements based on CSS selectors.
See the `CSSSelector` class for details.
:copyright: (c) 2007-2012 Ian Bicking and contributors.
See AUTHORS for more deta... | frvannes16/Cops-Robbers-Coding-Challenge | src/competition_code/libs/cssselect/__init__.py | Python | apache-2.0 | 639 |
// 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.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection.PortableExecutable;
usin... | furesoft/roslyn | src/Compilers/Core/Portable/PEWriter/PeWriter.cs | C# | apache-2.0 | 69,905 |
package gr.forth.ics.graph.event;
public interface GraphListener extends NodeListener, EdgeListener {
}
| DimitrisAndreou/flexigraph | src/gr/forth/ics/graph/event/GraphListener.java | Java | apache-2.0 | 105 |
/*
* 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... | k21/buck | test/com/facebook/buck/rules/CachingBuildEngineFactory.java | Java | apache-2.0 | 6,351 |
/*
* Waltz - Enterprise Architecture
* Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project
* See README.md 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 may obtain a copy of the License ... | khartec/waltz | waltz-jobs/src/main/java/org/finos/waltz/jobs/harness/MeasurableRatingHarness.java | Java | apache-2.0 | 2,714 |
package org.finos.waltz.integration_test.inmem.helpers;
import org.finos.waltz.model.EntityKind;
import org.finos.waltz.model.EntityReference;
import org.finos.waltz.model.Operation;
import org.finos.waltz.model.involvement.EntityInvolvementChangeCommand;
import org.finos.waltz.model.involvement.ImmutableEntityInvolve... | khartec/waltz | waltz-integration-test/src/test/java/org/finos/waltz/integration_test/inmem/helpers/InvolvementHelper.java | Java | apache-2.0 | 2,071 |
/**
* Copyright © 2012-2016 <a href="https://github.com/tlkzzz/jeesite">JeeSite</a> All rights reserved.
*/
package com.tlkzzz.jeesite.modules.sys.service;
import java.util.List;
import com.tlkzzz.jeesite.common.service.CrudService;
import com.tlkzzz.jeesite.common.utils.CacheUtils;
import com.tlkzzz.jeesite.m... | tlkzzz/xpjfx | src/main/java/com/tlkzzz/jeesite/modules/sys/service/DictService.java | Java | apache-2.0 | 1,144 |
/*
* 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 ... | trekawek/jackrabbit-oak | oak-core/src/test/java/org/apache/jackrabbit/oak/security/authorization/accesscontrol/PrincipalACLTest.java | Java | apache-2.0 | 4,767 |
#
# Copyright:: Copyright (c) 2014 Chef Software Inc.
# 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.... | vinyar/chef-dk | lib/chef-dk/command/update.rb | Ruby | apache-2.0 | 4,086 |
/*
* 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... | apixandru/intellij-community | java/java-analysis-impl/src/com/intellij/codeInspection/dataFlow/inliner/CollectionFactoryInliner.java | Java | apache-2.0 | 3,317 |
// 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 in w... | google/go-genproto | googleapis/cloud/osconfig/v1alpha/instance_os_policies_compliance.pb.go | GO | apache-2.0 | 36,598 |
/*
* Copyright (C) 2014 The Android Open Source Project
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publi... | life-beam/j2objc | jre_emul/android/platform/libcore/ojluni/src/main/java/java/io/PrintStream.java | Java | apache-2.0 | 41,821 |
/*
Copyright 2015 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 required by applicable law or ag... | swagiaal/kubernetes | test/e2e/resource_usage_gatherer.go | GO | apache-2.0 | 7,581 |
/* 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... | dbmalkovsky/flowable-engine | modules/flowable-cmmn-converter/src/test/java/org/flowable/test/cmmn/converter/CasePageTaskSameDeploymentCmmnXmlConverterTest.java | Java | apache-2.0 | 2,479 |
/*
* 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... | cedral/aws-sdk-cpp | aws-cpp-sdk-clouddirectory/source/model/BatchUpdateObjectAttributesResponse.cpp | C++ | apache-2.0 | 1,706 |
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... | sdgdsffdsfff/zeus | slb/src/main/java/com/ctrip/zeus/task/clean/CleanDbTask.java | Java | apache-2.0 | 1,085 |
/*
* 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... | vorburger/mifos-head | application/src/test/java/org/mifos/domain/builders/ClientPersonalDetailDtoBuilder.java | Java | apache-2.0 | 1,421 |
/*
* 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... | marques-work/gocd | server/src/test-integration/java/com/thoughtworks/go/fixture/DatabaseDiskIsLow.java | Java | apache-2.0 | 1,397 |
/*
* 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/xalan-c | src/xalanc/XercesParserLiaison/Deprecated/XercesBridgeHelper.cpp | C++ | apache-2.0 | 4,549 |
/*
* 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... | cedral/aws-sdk-cpp | aws-cpp-sdk-ds/source/model/UpdateConditionalForwarderRequest.cpp | C++ | apache-2.0 | 2,001 |
/*
* 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... | atomix/atomix | utils/src/main/java/io/atomix/utils/logging/DelegatingLogger.java | Java | apache-2.0 | 7,703 |
// 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... | vishnudevk/MiBandDecompiled | Original Files/source/src/com/xiaomi/infra/galaxy/common/model/Condition.java | Java | apache-2.0 | 8,239 |
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... | 0359xiaodong/android-progress-panel | demo/src/main/java/com/marvinlabs/widget/progresspanel/demo/DemoListActivity.java | Java | apache-2.0 | 2,294 |
/*
* 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... | googleapis/google-api-java-client-services | clients/google-api-services-containeranalysis/v1alpha1/1.31.0/com/google/api/services/containeranalysis/v1alpha1/model/Basis.java | Java | apache-2.0 | 2,988 |
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... | Modesteam/Urutau | src/main/java/com/modesteam/urutau/model/system/MemberPager.java | Java | apache-2.0 | 342 |
#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... | nairs77/GB-Unity-Plugin | Assets/GB/Script/Common/GBCommonAndroidHelper.cs | C# | apache-2.0 | 4,838 |
#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... | Espigah/HaxeRepo | Learning/HaxeClient/unity/out/src/cs/internal/Exceptions.cs | C# | apache-2.0 | 2,036 |
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... | DynamoDS/designscript-archive | UIs/Editor/DesignScriptEditor/DesignScriptEditorCore/UnitTests/TextBufferMultilineTests.cs | C# | apache-2.0 | 835 |
/**
* 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;
... | sophieyoung717/mimir | src/main/java/mimir/context/ScanForFunctions.java | Java | apache-2.0 | 1,951 |
//// [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... | microsoft/TypeScript | tests/baselines/reference/invalidTaggedTemplateEscapeSequences(target=es5).js | JavaScript | apache-2.0 | 3,182 |
# 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/incubator-superset | superset/db_engine_specs/druid.py | Python | apache-2.0 | 4,908 |
/**
* 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... | aaronwalker/camel | components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneIndexer.java | Java | apache-2.0 | 5,933 |
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... | awslabs/aws-sdk-net-samples | Talks/vslive-2015/ZipCodes/ZipCodeFinal/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs | C# | apache-2.0 | 19,494 |
/*
* 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/api/bigdecimal/BigDecimalAssert_usingDefaultComparator_Test.java | Java | apache-2.0 | 1,806 |
// 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.Compute.V1/Google.Cloud.Compute.V1.GeneratedSnippets/InstanceGroupManagersClient.InsertRequestObjectAsyncSnippet.g.cs | C# | apache-2.0 | 2,871 |
<?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.',
);
| calonso-conabio/intranet | protected/humhub/modules/admin/messages/de/views_module_info.php | PHP | apache-2.0 | 230 |
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 ... | ahennr/shogun2 | src/shogun-core-main/src/main/java/de/terrestris/shoguncore/dao/LayerDataSourceDao.java | Java | apache-2.0 | 668 |
/*
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, ... | vmware/kubernetes | staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest.go | GO | apache-2.0 | 11,462 |
/*
* 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... | speedy01/Openfire | xmppserver/src/main/java/org/jivesoftware/openfire/pep/PEPServiceInfo.java | Java | apache-2.0 | 1,128 |
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;
... | TeMoMuKo/AutoStopRace | app/src/main/java/pl/temomuko/autostoprace/ui/teamslocationsmap/adapter/map/TeamLocationInfoWindowAdapter.java | Java | apache-2.0 | 1,400 |
/**
* 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... | 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 | Java | apache-2.0 | 2,029 |
/*
* 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... | boneman1231/org.apache.felix | trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrUpdate.java | Java | apache-2.0 | 11,514 |
//-----------------------------------------------------------------------
// <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... | simonlaroche/akka.net | src/core/Akka.Persistence.TestKit/Journal/IJournalInterceptor.cs | C# | apache-2.0 | 961 |
/*
* 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... | gsoundar/mambo-ec2-deploy | packages/tachyon-0.5.0/core/src/main/java/tachyon/worker/WorkerSpaceCounter.java | Java | apache-2.0 | 2,787 |
/*
* 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... | bclozel/spring-boot | spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestContextBootstrapper.java | Java | apache-2.0 | 15,659 |
<!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... | bgd-point/point-app-test | packages/point/point-sales/src/views/app/sales/point/pos/report/pdf.blade.php | PHP | apache-2.0 | 1,787 |
/*
* 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... | semonte/intellij-community | platform/projectModel-impl/src/com/intellij/openapi/roots/impl/RootIndex.java | Java | apache-2.0 | 31,099 |
// 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... | wisechengyi/intellij-pants-plugin | tests/com/twitter/intellij/pants/execution/PantsMakeMessageTest.java | Java | apache-2.0 | 3,201 |
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 ... | NYPL/building-inspector | app/assets/javascripts/lib/vendor/leaflet-editable-polygon.js | JavaScript | apache-2.0 | 23,188 |
// 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... | yonglehou/Akka.Persistence.ServiceFabric | src/ServiceFabricPersistence/ServiceFabricSnapshotStore.cs | C# | apache-2.0 | 4,298 |
/*
* 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... | vbehar/rundeck-api-java-client | src/main/java/org/rundeck/api/domain/RundeckJobsImportResult.java | Java | apache-2.0 | 3,268 |
# 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... | sipplified/forge | forge/_version.py | Python | apache-2.0 | 18,448 |
(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
};
}
]);
})();... | Hodorable/0602 | horizon/static/framework/widgets/help-panel/help-panel.js | JavaScript | apache-2.0 | 321 |
<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... | niknokseyer/formdev | application/views/proj_milestones_edit.php | PHP | apache-2.0 | 2,067 |
// 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... | processone/google-wave-api | wave-model/src/test/java/org/waveprotocol/wave/model/document/indexed/IndexedDocumentImplTest.java | Java | apache-2.0 | 48,115 |
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... | venukb/any23 | any23-core/src/test/java/org/deri/any23/extractor/html/HRecipeExtractorTest.java | Java | apache-2.0 | 1,895 |
/*
* 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.
*/
'... | xingwu1/azure-sdk-for-node | lib/services/hdInsightManagement/lib/models/clusterMonitoringRequest.js | JavaScript | apache-2.0 | 1,464 |
/*
* 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... | spyhunter99/mil-sym-android | renderer/src/main/java/armyc2/c2sd/renderer/utilities/SinglePointLookupInfo.java | Java | apache-2.0 | 2,634 |
/**
* 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... | cedricbellet/lighthouse | lighthouse-core/test/audits/dobetterweb/external-anchors-use-rel-noopener-test.js | JavaScript | apache-2.0 | 2,145 |
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... | alien4cloud/alien4cloud | alien4cloud-core/src/main/java/org/alien4cloud/alm/deployment/configuration/services/LocalDeploymentConfigurationRepositoryCleaner.java | Java | apache-2.0 | 1,050 |
<?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... | huahuajjh/ppx | src/extensions/oauth/qq.php | PHP | apache-2.0 | 11,607 |
/*
* 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 ... | devjin24/howtomcatworks | bookrefer/jakarta-tomcat-5.0.18-src/jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpServletRequest.java | Java | apache-2.0 | 20,909 |
// 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... | 5hawnknight/selenium | java/client/src/org/openqa/selenium/internal/BuildInfo.java | Java | apache-2.0 | 995 |
# -*- 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... | dhermes/google-cloud-python | dataproc/google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py | Python | apache-2.0 | 8,646 |
#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... | wecacuee/modern-occupancy-grid | src/two_assumption_alg.cpp | C++ | apache-2.0 | 4,475 |
/**
* 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... | bradsokol/migrations | src/main/java/org/apache/ibatis/migration/commands/InfoCommand.java | Java | apache-2.0 | 3,217 |
// 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... | argv0/cloudstack | server/src/com/cloud/resource/ResourceManager.java | Java | apache-2.0 | 5,753 |
/**
* 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... | awslabs/aws-sdk-cpp | aws-cpp-sdk-securityhub/source/model/AwsEcsTaskDefinitionInferenceAcceleratorsDetails.cpp | C++ | apache-2.0 | 1,594 |
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... | viggyprabhu/geowave | geowave-analytics/src/main/java/mil/nga/giat/geowave/analytics/kmeans/mapreduce/KMeansDistortionMapReduce.java | Java | apache-2.0 | 9,638 |
/*
* 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
... | tapglue/android_sdk | v1/tapglue-android-sdk/tapglue-android-sdk/src/main/java/com/tapglue/managers/TGFeedManagerImpl.java | Java | apache-2.0 | 8,313 |
#!/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 ... | kinverarity1/geotransect | profile_plot.py | Python | apache-2.0 | 4,222 |
#
# 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-... | vkhatri/chef-icinga2 | resources/idomysqlconnection.rb | Ruby | apache-2.0 | 1,543 |
/*
* 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/util/CaseInsensitiveStringComparator.java | Java | apache-2.0 | 1,076 |
# 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... | arunkumarsekar06/megam_api | lib/megam/core/components.rb | Ruby | apache-2.0 | 6,597 |
/*
* 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... | WeRockStar/iosched | lib/src/main/java/com/google/samples/apps/iosched/provider/ScheduleProvider.java | Java | apache-2.0 | 51,535 |
/*
* 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... | codecentric/spring-boot-admin | spring-boot-admin-server-ui/src/main/frontend/views/instances/details/process-uptime.js | JavaScript | apache-2.0 | 1,540 |
/*
* 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
... | songeunwoo/ngrinder | ngrinder-controller/src/main/java/org/ngrinder/script/handler/ScriptHandler.java | Java | apache-2.0 | 10,936 |
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: ... | alfredo777/btmglobalconsulting | plugins/phonegap-plugin-push/scripts/copyAndroidFile.js | JavaScript | apache-2.0 | 856 |
/*
* 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/jena | jena-arq/src/main/java/org/apache/jena/sparql/exec/http/QueryExecHTTP.java | Java | apache-2.0 | 24,139 |
/*
* 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 ... | jorgebay/tinkerpop | gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Connection.java | Java | apache-2.0 | 18,349 |
/*
* 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 ... | asurve/arvind-sysml | src/test/java/org/apache/sysml/test/integration/functions/compress/BasicGetValueTest.java | Java | apache-2.0 | 4,624 |
/*
* 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")... | skoulouzis/lobcder | milton2/milton-server-ce/src/main/java/io/milton/http/values/HrefListValueWriter.java | Java | apache-2.0 | 2,213 |
/**
* 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 } ... | tchibirev/Prebid.js | modules/validationFpdModule/index.js | JavaScript | apache-2.0 | 7,184 |
/*
* 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... | googleapis/google-api-java-client-services | clients/google-api-services-binaryauthorization/v1beta1/1.31.0/com/google/api/services/binaryauthorization/v1beta1/model/ValidateAttestationOccurrenceRequest.java | Java | apache-2.0 | 4,580 |
/* Generated By:JavaCC: Do not edit this line. SelectorParserImpl.java */
/**
* 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 fil... | avranju/qpid-jms | qpid-jms-client/src/main/java/org/apache/qpid/jms/selector/parser/SelectorParserImpl.java | Java | apache-2.0 | 30,987 |
package com.mentor.nucleus.bp.model.compare.contentmergeviewer;
//=====================================================================
//
//File: $RCSfile: ModelMergeViewer.java,v $
//Version: $Revision: 1.2 $
//Modified: $Date: 2013/01/17 03:35:34 $
//
//(c) Copyright 2013-2014 by Mentor Graphics Corp.... | HebaKhaled/bposs | src/com.mentor.nucleus.bp.model.compare/src/com/mentor/nucleus/bp/model/compare/contentmergeviewer/ModelMergeViewer.java | Java | apache-2.0 | 1,964 |
/**
* Created by Daniel Eaton on 12/11/2016.
*/
import
{Component} from "@angular/core";
import {Router} from "@angular/router";
@Component({
templateUrl: "./templates/settings.php"
})
export class SettingsComponent { }
| DannyEaton/growify | app/components/settings-component.ts | TypeScript | apache-2.0 | 225 |
/*
* Orika - simpler, better and faster Java bean mapping
*
* Copyright (C) 2011-2013 Orika 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/lic... | andreabertagnolli/orika | tests/src/main/java/ma/glasnost/orika/test/community/Issue44TestCase.java | Java | apache-2.0 | 8,357 |
// 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.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1.GeneratedSnippets/DatabaseAdminClient.ListDatabasesRequestObjectSnippet.g.cs | C# | apache-2.0 | 3,278 |
/**
* <copyright>
* </copyright>
*
*
*/
package eu.hyvar.mspl.manifest.resource.hymanifest.ui;
/**
* The BracketHandler is responsible for handling the input of brackets. It
* automatically adds closing brackets, if the opening counterpart is entered in
* editors. It does also ignore the input of closing bra... | HyVar/DarwinSPL | plugins/eu.hyvar.mspl.manifest.resource.hymanifest.ui/src-gen/eu/hyvar/mspl/manifest/resource/hymanifest/ui/IHymanifestBracketHandler.java | Java | apache-2.0 | 675 |
package org.apache.maven.plugins.site;
/*
* 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 Licen... | khmarbaise/maven-plugins | maven-site-plugin/src/main/java/org/apache/maven/plugins/site/AbstractStagingMojo.java | Java | apache-2.0 | 2,132 |
'''
Copyright 2015 University of Auckland
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... | OpenCMISS/neon | src/opencmiss/neon/core/problems/constants.py | Python | apache-2.0 | 714 |