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
/* * JBoss, Home of Professional Open Source. * Copyright 2015 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
sguilhen/wildfly-elytron
src/main/java/org/wildfly/security/sasl/util/CredentialSaslServerFactory.java
Java
apache-2.0
2,996
package com.board; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; public class BoardDAO { private Connection conn; public BoardDAO(Connection conn){ this.conn = conn; } //1. num의 최대값 public int getMaxNum(){ ...
xerato/vk-study
src/com/board/BoardDAO.java
Java
apache-2.0
7,784
/* * Copyright 2016 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 applica...
AntennaeSDK/MMS
client-api/src/main/java/com/github/antennaesdk/common/messages/ServerRestMessage.java
Java
apache-2.0
4,171
package io.quarkus.it.spring.data.jpa; import java.io.Serializable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.repository.NoRepositoryBean; @NoRepositoryBean public interface IntermediateRepository<T, ID extends Serializable> extends JpaRepository<T, ID> { defa...
quarkusio/quarkus
integration-tests/spring-data-jpa/src/main/java/io/quarkus/it/spring/data/jpa/IntermediateRepository.java
Java
apache-2.0
508
/* * Copyright 2016 The Error Prone 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 ...
cushon/error-prone
core/src/main/java/com/google/errorprone/bugpatterns/threadsafety/ImmutableAnalysis.java
Java
apache-2.0
12,491
package com.planet_ink.coffee_mud.Abilities.Songs; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.pl...
vjanmey/EpicMudfia
com/planet_ink/coffee_mud/Abilities/Songs/Play_Organs.java
Java
apache-2.0
2,094
// Copyright 2016 Pikkpoiss // // 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 wr...
pikkpoiss/gamejam
v1/gamejam/scene.go
GO
apache-2.0
1,558
package com.mygame; import java.util.Vector; import loon.geom.RectBox; public class StepSwitch extends Switch { StepSwitch(int x, int y, Vector<Thing> blocks) { this.x = x; this.y = y; this.blocks = blocks; orgblocks = new Vector<Thing>(); for(int i = 0; i < blocks.si...
cping/LGame
Java/Examples/arpggame(0.5)/src/com/mygame/StepSwitch.java
Java
apache-2.0
1,359
/* * DateAxisBuilder.java * * Created on March 17, 2007, 10:17 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.thecoderscorner.groovychart.axis; import java.beans.IntrospectionException; import java.util.Map; import java.util.logging.Level; ...
davetcc/groovychart
src/main/java/com/thecoderscorner/groovychart/axis/NumberAxisBuilder.java
Java
apache-2.0
2,310
/* * 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...
aws/aws-sdk-java
aws-java-sdk-servicecatalog/src/main/java/com/amazonaws/services/servicecatalog/model/transform/UpdateServiceActionRequestMarshaller.java
Java
apache-2.0
3,346
$(document).ready(function(){ $('#datepickerDay1').hide(); $('#datepickerDay2').hide(); $('#datepickerMnd1').hide(); $('#datepickerMnd2').hide(); $('#datepickerYear1').hide(); $('#datepickerYear2').hide(); $('select').change(function(){ var index = $('select').val(); if(index == 0){ //day ...
lavhmrps/SharityCRM
js/comparison.js
JavaScript
apache-2.0
25,646
/* The all pages that do not require authentication */ function UnAuthenticatedHandler() { "use strict"; this.displayAboutPage = function(req, res, next) { return res.render("about"); }; this.displayContactPage = function(req, res, next) { return res.render("contact"); }; this...
bertonjulian/NodeGoat
app/routes/unauthenticated.js
JavaScript
apache-2.0
549
/* * Copyright (C) 2016 the original author or authors. * * This file is part of jGrades Application Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 */ package org.jgrades.lic.api.model;...
jgrades/jgrades
jg-backend/implementation/base/jg-lic/interface/src/main/java/org/jgrades/lic/api/model/LicenceValidationResult.java
Java
apache-2.0
636
/* * Copyright 2014-2019 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...
jentfoo/aws-sdk-java
aws-java-sdk-mediaconvert/src/main/java/com/amazonaws/services/mediaconvert/model/DeinterlacerMode.java
Java
apache-2.0
2,135
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cats.Models { public class RationDetail { public int RationDetailID { get; set; } public int RationID { get; set; } public int CommodityID { get; set; } public decimal Amount { get; ...
ndrmc/cats
Models/Cats.Models/RationDetail.cs
C#
apache-2.0
552
<div id="print_area" style="width:200px; font-size:12px;"> <?php include('dbcon_s.php'); $date=date('Y-m-d', $time_now); if($_POST['h_status']=='off') { $query=mysql_query("select count(*) as num_order, sum(person) as total_person, sum(order_total) as total_order, sum(discount) as total_discount, sum(ser_charge) as ...
DR-PHP666/RMS
print_day_report.php
PHP
apache-2.0
3,222
/* * Copyright (c) 2015 Ngewi Fet <ngewif@gmail.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 applica...
lxbzmy/gnucash-android
app/src/main/java/org/gnucash/android/ui/common/BaseDrawerActivity.java
Java
apache-2.0
13,912
function $childNode(o) { return window.frames[o] } function animationHover(o, e) { o = $(o), o.hover(function () { o.addClass("animated " + e) }, function () { window.setTimeout(function () { o.removeClass("animated " + e) }, 2e3) }) } function WinMove() { var o =...
pantisocracy/live-report
src/main/resources/static/resource/js/content.min.js
JavaScript
apache-2.0
1,277
# Copyright 2020 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 writing, ...
googleapis/python-bigquery-storage
google/cloud/bigquery_storage_v1/reader.py
Python
apache-2.0
27,503
/* Copyright 2019 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, software dis...
conversationai/conversationai-moderator
packages/frontend-web/src/app/scenes/Tables/components.tsx
TypeScript
apache-2.0
4,167
from capstone import * from .architecture import Architecture from avatar2.installer.config import GDB_X86, OPENOCD class X86(Architecture): get_gdb_executable = Architecture.resolve(GDB_X86) get_oocd_executable = Architecture.resolve(OPENOCD) qemu_name = 'i386' gdb_name = 'i386' registers =...
avatartwo/avatar2
avatar2/archs/x86.py
Python
apache-2.0
6,401
# Copyright (c) 2015 Intel Research and Development Ireland Ltd. # # 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...
dtudares/hello-world
yardstick/yardstick/vTC/apexlake/experimental_framework/benchmarks/instantiation_validation_noisy_neighbors_benchmark.py
Python
apache-2.0
3,974
package de.nl.moo.data.loader.systems; import de.nl.moo.data.beans.systems.SystemsApplyerBean; import de.nl.moo.data.beans.systems.SystemsBean; import de.nl.moo.data.beans.systems.SystemsSystemBean; import de.nl.moo.data.dao.GameBeanDAO; import de.nl.moo.data.loader.AbstractBeanLoader; import org.springframework.beans...
dayaftereh/master-of-orion
src/main/java/de/nl/moo/data/loader/systems/SystemsBeanLoader.java
Java
apache-2.0
2,608
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.plugins.newui; import com.intellij.ide.IdeBundle; import com.intellij.ui.JBColor; import com.intellij.util.ui.JBUI; import org.jetbrains.annotations.Nls;...
JetBrains/intellij-community
platform/platform-impl/src/com/intellij/ide/plugins/newui/TagComponent.java
Java
apache-2.0
2,357
package esilegacy /* Gateway timeout model */ type GatewayTimeout struct { /* Gateway timeout message */ Error_ string `json:"error,omitempty"` /* number of seconds the request was given */ Timeout int32 `json:"timeout,omitempty"` }
antihax/mock-esi
legacy/go/model_gateway_timeout.go
GO
apache-2.0
242
/* * Copyright 2013-2019 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud/spring-cloud-consul
spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulCatalogWatchTests.java
Java
apache-2.0
1,452
// Copyright 2012 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 applicable...
WeTheInternet/collide
client/src/main/java/com/google/collide/client/editor/CoordinateMap.java
Java
apache-2.0
12,795
package org.targettest.org.apache.lucene.store; /** * 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...
chrishumphreys/provocateur
provocateur-thirdparty/src/main/java/org/targettest/org/apache/lucene/store/IndexInput.java
Java
apache-2.0
8,089
## 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 ...
google-business-communications/bm-snippets-python
send-message-suggested-action-dial.py
Python
apache-2.0
3,227
<?php /** * Skeleton subclass for representing a row from the 'data2010' table. * * * * You should add additional methods to this class to meet the * application requirements. This class will only be generated as * long as it does not already exist in the output directory. * * @package propel.generator....
royrusso/fishbase
classes/fbapp/Data2010.php
PHP
apache-2.0
370
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.08.19 at 01:05:...
gawkermedia/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/jaxb/v201509/SortOrder.java
Java
apache-2.0
1,139
package ru.job4j; import org.junit.Test; import java.util.*; /** * Класс для тестирования. * @author agavrikov * @since 13.07.2017 * @version 1 */ public class TestTimeCollectionTest { /** * Тестирование метода добавления. */ @Test public void add() { TestTimeCollection methods = ...
AntonGavr92/agavrikov
chapter_003/src/test/java/ru/job4j/TestTimeCollectionTest.java
Java
apache-2.0
1,926
package tinymonkeys.vue; import java.awt.Color; import java.awt.Graphics; import javax.swing.JPanel; /** * Classe du panneau de la carte. * * @version 1.0 * @author Camille Constant * */ public class VueCarte extends JPanel { /** * UID auto-généré. */ private static final long serialVersionUID = 488496...
afraisse/TinyMonkey
src/tinymonkeys/vue/VueCarte.java
Java
apache-2.0
5,524
package org.sagebionetworks.auth.services; import org.sagebionetworks.repo.manager.AuthenticationManager; import org.sagebionetworks.repo.manager.MessageManager; import org.sagebionetworks.repo.manager.UserManager; import org.sagebionetworks.repo.manager.authentication.PersonalAccessTokenManager; import org.sagebionet...
Sage-Bionetworks/Synapse-Repository-Services
services/repository/src/main/java/org/sagebionetworks/auth/services/AuthenticationServiceImpl.java
Java
apache-2.0
8,736
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; class CreateTypeBuysTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('type_buys', function(Blueprint $table) { $table->increments('id'); ...
sonico999/deliveryguy
app/database/migrations/2014_11_05_213148_create_type_buys_table.php
PHP
apache-2.0
548
# -*- coding: utf-8 -*- #!/usr/bin/env python # # Copyright 2014 BigML # # 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 b...
ShaguptaS/python
bigml/tests/read_project_steps.py
Python
apache-2.0
869
# automate/server/user/views.py ################# #### imports #### ################# #from flask import render_template, Blueprint, url_for, \ # redirect, flash, request #from flask_login import login_user, logout_user, login_required #from automate.server import bcrypt, db #from automate.server import db #from...
JeromeErasmus/browserstack_automate
automate/server/user/views.py
Python
apache-2.0
2,112
<?php /** * PHP Version 5. * * @category Amazon * * @copyright Copyright 2009 Amazon Technologies, Inc. * * @see http://aws.amazon.com * * @license http://aws.amazon.com/apache2.0 Apache License, Version 2.0 * * @version 2009-01-01 */ /*********************************************...
coopTilleuls/amazon-mws
src/MarketplaceWebService/Model/ErrorResponse.php
PHP
apache-2.0
5,341
/* * Copyright 2019 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...
jyotisingh/gocd
server/webapp/WEB-INF/rails/webpack/models/admins/admin_crud.ts
TypeScript
apache-2.0
1,266
/* * Copyright 2014-2019 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...
jentfoo/aws-sdk-java
aws-java-sdk-iotevents/src/main/java/com/amazonaws/services/iotevents/model/UntagResourceResult.java
Java
apache-2.0
2,326
// Copyright (c) kuicker.org. All rights reserved. // Modified By YYYY-MM-DD // kevinjong 2016-02-11 - Creation using System.IO; using System.Linq; using Xunit; namespace IsTo.Tests { public class TestHelper { internal static void StreamComparison( Stream stream1, Stream stream2) ...
Kuick/IsTo
IsTo.Tests/Misc/TestHelper.cs
C#
apache-2.0
765
/* * Copyright 2020 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 ...
googleapis/java-aiplatform
proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ExportModelResponse.java
Java
apache-2.0
16,200
/*! * Module requirements */ var NeopreneError = require('../error') /** * Document Validation Error * * @api private * @param {Document} instance * @inherits NeopreneError */ function ValidationError (instance) { NeopreneError.call(this, "Validation failed"); Error.captureStackTrace(this, arguments.cal...
rorymadden/neoprene
lib/errors/validation.js
JavaScript
apache-2.0
813
/* * Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved. */ package com.aqua.filetransfer.ftp; import java.io.File; import java.io.FileInputStream; import java.util.Properties; import jsystem.framework.JSystemProperties; import jsystem.framework.system.SystemObjectImpl; import jsystem.utils.FileUtils...
Top-Q/jsystem
jsystem-core-system-objects/FileTransfer-so/src/main/java/com/aqua/filetransfer/ftp/FTPRemoteClient.java
Java
apache-2.0
17,775
/******************************************************************************* * Copyright 2017 Bstek * * 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/l...
youseries/uflo
uflo-core/src/main/java/com/bstek/uflo/command/impl/GetListHistoryTasksCommand.java
Java
apache-2.0
1,555
/* * Copyright 2012-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 "licen...
dagnir/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/model/transform/DescribeClusterResultJsonUnmarshaller.java
Java
apache-2.0
2,841
// @target: ES6 var x = 1 % `abc${ 1 }def`;
freedot/tstolua
tests/cases/conformance/es6/templates/templateStringInModuloES6.ts
TypeScript
apache-2.0
46
jQuery("#simulation") .on("click", ".s-cd8b0318-8942-4a64-b2c9-ee7c253d6b7d .click", function(event, data) { var jEvent, jFirer, cases; if(data === undefined) { data = event; } jEvent = jimEvent(event); jFirer = jEvent.getEventFirer(); if(jFirer.is("#s-Label_58")) { cases = [ { ...
yicold/axure-case
caiqu/财趣v1.5/resources/screens/cd8b0318-8942-4a64-b2c9-ee7c253d6b7d-1445822636718.js
JavaScript
apache-2.0
13,587
# Copyright 2015 Cisco Systems, Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requir...
Gitweijie/first_project
networking_cisco/plugins/cisco/l3/drivers/asr1k/asr1k_routertype_driver.py
Python
apache-2.0
29,107
/* Copyright 2017 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, ...
k82cn/kube-arbitrator
pkg/version/version.go
GO
apache-2.0
1,456
package no.dusken.momus.model.websocket; public enum Action { CREATE, UPDATE, DELETE }
Studentmediene/Momus
src/main/java/no/dusken/momus/model/websocket/Action.java
Java
apache-2.0
91
/* * Copyright (c) 2021, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.org). * * 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.apac...
lessthanoptimal/BoofCV
demonstrations/src/main/java/boofcv/demonstrations/imageprocessing/DisplaySteerableBase.java
Java
apache-2.0
4,148
/* * Copyright (c) 2017 Trail of Bits, 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 o...
trailofbits/remill
lib/Arch/X86/Semantics/DATAXFER.cpp
C++
apache-2.0
75,427
/** * Copyright 2011-2017 Asakusa Framework Team. * * 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...
cocoatomo/asakusafw
mapreduce/compiler/core/src/test/java/com/asakusafw/compiler/batch/NotPublic.java
Java
apache-2.0
1,012
package com.google.api.ads.dfp.jaxws.v201511; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for CustomTargetingValue.Status. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleTyp...
gawkermedia/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201511/CustomTargetingValueStatus.java
Java
apache-2.0
1,306
/* ### * IP: GHIDRA * REVIEWED: YES * * 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...
NationalSecurityAgency/ghidra
Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/compositeeditor/CompositeModelSelectionListener.java
Java
apache-2.0
904
/* * 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...
JoyIfBam5/aws-sdk-cpp
aws-cpp-sdk-ec2/source/model/DescribeInstancesResponse.cpp
C++
apache-2.0
2,558
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
apache/incubator-airflow
tests/providers/google/cloud/hooks/test_vision.py
Python
apache-2.0
38,031
/* COPYRIGHT 2012 SUPERMAP * 本程序只能在有效的授权许可下使用。 * 未经许可,不得以任何手段擅自使用或传播。*/ /** * @requires SuperMap/Util.js * @requires SuperMap/REST.js */ /** * Class: SuperMap.REST.ChartQueryParameters * 海图查询参数类,该类用于设置海图查询时的相关参数,海图查询分为海图属性 * 查询和海图范围查询两类,通过属性queryMode指定查询模式。必设属性有: * queryMode、chartLayerNames、chart...
SuperMap/iClient-for-JavaScript
libs/SuperMap/REST/Query/ChartQueryParameters.js
JavaScript
apache-2.0
6,706
/* * 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...
aws/aws-sdk-java
aws-java-sdk-cloudwatch/src/main/java/com/amazonaws/services/cloudwatch/model/transform/ListDashboardsRequestMarshaller.java
Java
apache-2.0
2,151
/* * Copyright 2013 Thomas Bocek * * 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 ...
jonaswagner/TomP2P
core/src/main/java/net/tomp2p/futures/FutureDone.java
Java
apache-2.0
1,873
package de.mhu.com.morse.channel.sql; import java.lang.reflect.InvocationTargetException; import java.sql.SQLException; import java.util.Iterator; import java.util.LinkedList; import de.mhu.lib.ASql; import de.mhu.lib.dtb.Sth; import de.mhu.com.morse.aaa.IAclManager; import de.mhu.com.morse.channel.CMql; i...
mhus/mhus-inka
de.mhus.app.inka.morse.server/src/de/mhu/com/morse/channel/sql/WhereSqlListener.java
Java
apache-2.0
10,620
/* * Copyright 2016 Code Above Lab 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 agr...
codeabovelab/haven-platform
common/common-utils/src/main/java/com/codeabovelab/dm/common/utils/StringUtils.java
Java
apache-2.0
9,252
from django.db import models from django.utils.html import format_html from sorl.thumbnail import get_thumbnail from sorl.thumbnail.fields import ImageField from sno.models import Sno class SnoGalleries(models.Model): class Meta: verbose_name = 'Фотография в галереи СНО' verbose_name_plural = 'Фот...
glad-web-developer/zab_sno
src/sno_galleries/models.py
Python
apache-2.0
1,164
/* * Copyright 2015 Namihiko Matsumura (https://github.com/n-i-e/) * * 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 * * Un...
n-i-e/deepfolderview
src/main/java/com/github/n_i_e/deepfolderview/SwtFileFolderMenu.java
Java
apache-2.0
41,340
/* * Copyright 2014-2019 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...
jentfoo/aws-sdk-java
aws-java-sdk-medialive/src/main/java/com/amazonaws/services/medialive/model/StaticImageDeactivateScheduleActionSettings.java
Java
apache-2.0
5,899
/** * Copyright (C) 2010-2013 Alibaba Group Holding Limited * * 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 req...
dingjun84/mq-backup
rocketmq-broker/src/main/java/com/alibaba/rocketmq/broker/client/ConsumerIdsChangeListener.java
Java
apache-2.0
963
// copyright (c) 2017 vmware, 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...
wknet123/harbor
src/common/dao/scan_job.go
GO
apache-2.0
2,269
package com.bjorktech.cayman.idea.designpattern.structure.proxy; public class TargetClass implements TargetInterface { @Override public long add(long a, long b) { long temp = a + b; System.out.println(temp); return temp; } @Override public long sub(long a, long b) { long temp = a - b; System.out.print...
wanliwang/cayman
cm-idea/src/main/java/com/bjorktech/cayman/idea/designpattern/structure/proxy/TargetClass.java
Java
apache-2.0
351
package com.badlogic.gdx.ingenuity.scene2d; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.ingenuity.GdxData; import com.badlogic.gdx.ingenuity.helper.PixmapHelper; import com.badlogic.gdx.ingenuity.utils.GdxUtilities; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2...
mitkey/libgdx-ingenuity
depot/src/com/badlogic/gdx/ingenuity/scene2d/Loading.java
Java
apache-2.0
1,675
<?php /** * amadeus-ws-client * * Copyright 2020 Amadeus Benelux NV * * 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 requir...
amabnl/amadeus-ws-client
src/Amadeus/Client/RequestCreator/Converter/Fare/PriceUpsellWithoutPNRConv.php
PHP
apache-2.0
1,463
package com.concavenp.nanodegree.shared; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); ...
concaveNP/GoUbiquitous
shared/src/test/java/com/concavenp/nanodegree/shared/ExampleUnitTest.java
Java
apache-2.0
324
/* * Copyright (c) 2013-2015 Josef Hardi <josef.hardi@gmail.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 requir...
obidea/semantika
src/main/java/com/obidea/semantika/datatype/AbstractDerivedDecimalType.java
Java
apache-2.0
1,709
using System; namespace EtoTest.Model { public class DataFileVersion { /// <summary> /// The name of this station - writen to name of conlict files when resyncing. /// </summary> public String StationName { get; set; } /// <summary> /// If this ID is different f...
michaeljfarr/FilePharoah
m.Indexer/EtoTest/Model/DataFileVersion.cs
C#
apache-2.0
984
/* Copyright (C) 2013-2020 Expedia 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 wri...
mikkokar/styx
support/testsupport/src/main/java/com/hotels/styx/support/matchers/IsOptional.java
Java
apache-2.0
3,272
<?php namespace Deliveryboy\V1\Rest\Orderproducts; class OrderproductsEntity { public $order_product_id; public $order_id; public $order_product_name; public $order_item_id; public $order_offer_id; public $order_type; public $package_id; public $unit_price; public $total_price; ...
ankuradhey/laundry
api/module/Deliveryboy/src/Deliveryboy/V1/Rest/Orderproducts/OrderproductsEntity.php
PHP
apache-2.0
1,519
/* * Copyright (C) 2016 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 ...
kuri65536/sl4a
android/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java
Java
apache-2.0
2,132
/* * Copyright [2017] * * 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, ...
WindsorWang/Spools
spools-book/src/main/java/com/netpet/spools/book/insidethejavavirtualmachine/chapter18/Hello.java
Java
apache-2.0
789
<?php /******************************************************************************* * Copyright 2009-2014 Amazon Services. 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 L...
brickfox/mws
src/MarketplaceWebServiceSellers/Mock.php
PHP
apache-2.0
4,108
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Trifolia.DB { public enum Conformance { SHALL = 1, SHALL_NOT = 2, SHOULD = 3, SHOULD_NOT = 4, MAY = 5, MAY_NOT = 6, UNKNOWN = 999 } }
lantanagroup/trifolia
Trifolia.DB/Conformance.cs
C#
apache-2.0
302
package com.coolweather.android.util; import okhttp3.OkHttpClient; import okhttp3.Request; /** * Created by fengj on 2017/1/27. */ public class HttpUtil { public static void sendOkHttpRequest(String address,okhttp3.Callback callback){ OkHttpClient client=new OkHttpClient(); Request request=new ...
cabbagemaoyi/coolweather
app/src/main/java/com/coolweather/android/util/HttpUtil.java
Java
apache-2.0
419
# Copyright 2018 Flight Lab 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in w...
google/flight-lab
controller/common/net.py
Python
apache-2.0
1,062
/* * Copyright 2013 * * 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 ...
mariusj/org.openntf.domino
domino/core/archive/AbstractDominoIterator.java
Java
apache-2.0
4,458
'use strict'; var chai = require('chai'); var promised = require('chai-as-promised'); chai.use(promised); global.expect = chai.expect; exports.config = { // The timeout for each script run on the browser. This should be longer // than the maximum time your application needs to stabilize between tasks. a...
jangalinski/camunda-bpm-webapp
webapp/src/test/js/e2e/ci.conf.js
JavaScript
apache-2.0
2,310
/* * Copyright (c) 2015 IRCCloud, Ltd. * * 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 ...
irccloud/android
src/com/irccloud/android/fragment/TextListFragment.java
Java
apache-2.0
4,169
// 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 applicable...
adfin/statster
metrics/sinks/log/log_sink_test.go
GO
apache-2.0
3,246
import functools import warnings from collections import Mapping, Sequence from numbers import Number import numpy as np import pandas as pd from . import ops from . import utils from . import common from . import groupby from . import indexing from . import alignment from . import formatting from .. import conventio...
kjordahl/xray
xray/core/dataset.py
Python
apache-2.0
72,806
<?php App::uses('AppModel', 'Model'); /** * ProdCodeDivn Model * * @property ProdCodeSection $ProdCodeSection * @property ProdCodeGroup $ProdCodeGroup */ class ProdCodeDivn extends AppModel { /** * Display field * * @var string */ public $displayField = 'divn_desc_eng'; /** * Validation rules * * @var ar...
hasanmbstu13/Project
Cakephp/ec2014/app/Model/ProdCodeDivn.php
PHP
apache-2.0
1,803
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2010 Oracle. All rights reserved. * * $Id: ReplicaSyncupReader.java,v 1.4 2010/01/11 20:00:48 linda Exp $ */ package com.sleepycat.je.rep.stream; import static com.sleepycat.je.utilint.DbLsn.NULL_LSN; import java.io.IOException; ...
bjorndm/prebake
code/third_party/bdb/src/com/sleepycat/je/rep/stream/ReplicaSyncupReader.java
Java
apache-2.0
12,355
using De.Osthus.Ambeth.Bytecode.Visitor; using De.Osthus.Ambeth.Ioc.Annotation; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Merge; using De.Osthus.Ambeth.Merge.Model; using De.Osthus.Ambeth.Proxy; using System; using System.Collections.Generic; namespace De.Osthus.Ambeth.Bytecode.Behavior { public class Enh...
Dennis-Koch/ambeth
ambeth/Ambeth.Cache.Bytecode/ambeth/bytecode/behavior/EnhancedTypeBehavior.cs
C#
apache-2.0
1,613
/* * 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/jsecurity
src/org/jsecurity/authz/aop/AuthorizingAnnotationMethodInterceptor.java
Java
apache-2.0
1,745
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
equella/Equella
Source/Plugins/Core/com.equella.core/src/com/tle/web/workflow/soap/TaskListSoapInterface.java
Java
apache-2.0
1,054
package com.soulkey.calltalent.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.soulkey.calltalent.db.model.SettingModel; import com.soulkey.calltalent.db.populator.SettingPopulator; public final class DbOpenHelper extends ...
wpcfan/calltalent
app/src/main/java/com/soulkey/calltalent/db/DbOpenHelper.java
Java
apache-2.0
1,109
package com.splinter.graphing; import org.junit.Assert; import org.junit.Test; import java.util.HashMap; import java.util.Map; public class SplinterLogTest { @Test public void testDisableLogs() { try { SLog.setEnabled(false); String expected = ""; Assert.assertEqua...
dimitarz/splinter
src/test/java/com/splinter/graphing/SplinterLogTest.java
Java
apache-2.0
7,294
package io.zrz.graphql.core.decl; import java.util.List; import org.eclipse.jdt.annotation.Nullable; import io.zrz.graphql.core.doc.GQLDirective; import io.zrz.graphql.core.parser.GQLSourceLocation; public interface GQLDeclaration { @Nullable String description(); <R> R apply(GQLDeclarationVisitor<R> visito...
zourzouvillys/graphql
graphql-core/src/main/java/io/zrz/graphql/core/decl/GQLDeclaration.java
Java
apache-2.0
651
/* * @class TableExamplesService */ export default class TableExamplesService { constructor($http) { this.$http = $http; } static getClassName() { return 'TableExamplesService'; } getClassName() { return TableExamplesService.getClassName(); } /* * @func getColumns * @desc getes a list of columns...
garrettwong/GDashboard
client/app/components/tableExamples/tableExamples.service.js
JavaScript
apache-2.0
1,084
/* * Copyright © 2016 - 2017 Dominik Szalai (emptulik@gmail.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 require...
empt-ak/meditor
editor-backend/src/test/java/cz/muni/fi/editor/support/WithEditorUser.java
Java
apache-2.0
1,489
/** * Licensed to the Austrian Association for Software Tool Integration (AASTI) * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. The AASTI licenses this file to you under the Apache License, * Version 2...
openengsb/openengsb
ui/admin/src/main/java/org/openengsb/ui/admin/tree/editablePanel/EditablePanel.java
Java
apache-2.0
1,593
#!/usr/bin/env python # -*- coding: utf-8 -*- # File: common.py # Author: Yuxin Wu <ppwwyyxxc@gmail.com> import random import time import threading import multiprocessing import numpy as np from tqdm import tqdm from six.moves import queue from tensorpack import * from tensorpack.utils.concurrency import * from tensor...
haamoon/tensorpack
examples/DeepQNetwork/common.py
Python
apache-2.0
3,829
package org.devocative.demeter.service.template; import groovy.lang.Binding; import groovy.lang.Script; import org.devocative.demeter.iservice.template.BaseStringTemplate; import java.util.Map; public class GroovyScript extends BaseStringTemplate<Script> { private Script script; public GroovyScript(Script script)...
mbizhani/Demeter
service/src/main/java/org/devocative/demeter/service/template/GroovyScript.java
Java
apache-2.0
690