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
/* * Copyright (C) 2014 Johannes Donath <johannesd@evil-co.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...
Evil-Co-Legacy/CyborgEmulator
extension/chip8/src/main/java/org/evilco/emulator/extension/chip8/Chip8Extension.java
Java
apache-2.0
1,398
class PagosController < ApplicationController before_action :set_pago, only: [:show, :edit, :update, :destroy] # GET /pagos # GET /pagos.json def index @pagos = Pago.all end # GET /pagos/1 # GET /pagos/1.json def show end # GET /pagos/new def new @pago = Pago.new end # GET /pagos/1...
felixparra/Gestzam
gestzam/app/controllers/pagos_controller.rb
Ruby
apache-2.0
1,867
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #include "inter_vn_stats.h" #include <oper/interface.h> #include <oper/mirror_table.h> using namespace std; InterVnStatsCollector::VnStatsSet *InterVnStatsCollector::Find(string vn) { VnStatsMap::iterator it = inter_vn_stats_.find(vn); ...
sysbot/contrail-controller
src/vnsw/agent/uve/inter_vn_stats.cc
C++
apache-2.0
4,028
package com.fordprog.matrix.interpreter.type; public enum Type { RATIONAL, MATRIX, FUNCTION, VOID }
daergoth/MatrixC
src/main/java/com/fordprog/matrix/interpreter/type/Type.java
Java
apache-2.0
115
/* * Copyright 2016 peter. * * 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...
peter-mount/filesystem
filesystem-core/src/main/java/onl/area51/filesystem/io/Flat.java
Java
apache-2.0
1,156
/* * @author Flavio Keller * * Copyright 2014 University of Zurich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * ...
fkzrh/signal-collect-sna
src/main/java/com/signalcollect/sna/constants/SNAClassNames.java
Java
apache-2.0
1,155
import zerorpc import gevent.queue import logging import sys logging.basicConfig() # root logger logger = logging.getLogger() # set the mimimum level for root logger so it will be possible for a client # to subscribe and receive logs for any log level logger.setLevel(0) class QueueingLogHandler(logging.Handler): ...
benctamas/zerorpc-logging
logstream_test.py
Python
apache-2.0
3,399
<?php declare(strict_types=1); namespace DaPigGuy\PiggyCustomEnchants\enchants\armor\chestplate; use DaPigGuy\PiggyCustomEnchants\enchants\CustomEnchant; use DaPigGuy\PiggyCustomEnchants\enchants\ToggleableEnchantment; use DaPigGuy\PiggyCustomEnchants\enchants\traits\TickingTrait; use pocketmine\entity\effect\Effect...
DaPigGuy/PiggyCustomEnchants
src/DaPigGuy/PiggyCustomEnchants/enchants/armor/chestplate/ProwlEnchant.php
PHP
apache-2.0
2,425
# -*- coding: utf-8 -*- # 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 # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or...
googleapis/python-game-servers
google/cloud/gaming_v1/types/common.py
Python
apache-2.0
13,962
/** * Copyright (c) 2013-2020 Nikita Koksharov * * 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...
mrniko/redisson
redisson/src/main/java/org/redisson/iterator/RedissonBaseMapIterator.java
Java
apache-2.0
1,297
package org.artifactory.ui.rest.resource.home; import org.artifactory.api.security.AuthorizationService; import org.artifactory.ui.rest.resource.BaseResource; import org.artifactory.ui.rest.service.general.GeneralServiceFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
alancnet/artifactory
web/rest-ui/src/main/java/org/artifactory/ui/rest/resource/home/HomeResource.java
Java
apache-2.0
1,122
using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace Castleroid.NPCs { public class ai8 : ModNPC { public override void SetDefaults() { npc.name = "ai8"; npc.displayName = "ai8"; npc.width = 28; npc.height = 20; npc.damage = 2; npc.defense = 0; npc.lifeMax = 2; npc.sound...
lukanpeixe/projetocastleroid
Castleroid - tmodloader - 1.0.7/NPCs/ai8.cs
C#
apache-2.0
1,113
/* * Licensed to Cloudkick, Inc ('Cloudkick') under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Cloudkick licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not us...
cloudkick/cloudkick-android
src/com/cloudkick/LoginActivity.java
Java
apache-2.0
9,030
package ai.api.test; /*********************************************************************************************************************** * * API.AI Java SDK - client-side libraries for API.AI * ================================================= * * Copyright (C) 2014 by Speaktoit, Inc. (https://www.speaktoit....
deternan/Weather-line-bot
libai/src/test/java/ai/api/test/ProtocolProdTest.java
Java
apache-2.0
1,887
class AddResourceToVersions < ActiveRecord::Migration[6.0] def change add_column :versions, :resource_id, :integer add_column :versions, :resource_type, :string add_index :versions, [:resource_type, :resource_id] end end
psu-stewardship/scholarsphere
db/migrate/20210126195635_add_resource_to_versions.rb
Ruby
apache-2.0
237
package org.drools.persistence; import javax.transaction.xa.XAResource; public interface PersistenceManager { XAResource getXAResource(); Transaction getTransaction(); void save(); void load(); }
bobmcwhirter/drools
drools-core/src/main/java/org/drools/persistence/PersistenceManager.java
Java
apache-2.0
232
package com.coolweather.android; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.os.Build; import android.preference.PreferenceManager; import android.support.v4.view.GravityCompat; import android.support.v4.view.ScrollingView; import android.suppo...
MarkManYUN/coolweather
app/src/main/java/com/coolweather/android/WeatherActivity.java
Java
apache-2.0
9,815
package com.example.cdm.huntfun.activity; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; import android.support.v4.view.ViewPager.OnPageChangeListe...
skycdm/HuntFun
app/src/main/java/com/example/cdm/huntfun/activity/ImagePagerActivity.java
Java
apache-2.0
2,872
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ package net.sf.mmm.util.version.impl; import net.sf.mmm.util.version.api.DevelopmentPhase; import net.sf.mmm.util.version.api.VersionIdentifier; /** * This is the implementation of {@link ...
m-m-m/util
version/src/main/java/net/sf/mmm/util/version/impl/VersionIdentifierFormatterPhaseValue.java
Java
apache-2.0
1,372
package Escape; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.EventQueue; import java.awt.Insets; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTa...
Zakemi/Escape
src/main/java/Escape/Escape.java
Java
apache-2.0
5,644
/** * 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...
kevinearls/camel
components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
Java
apache-2.0
4,672
/* * Copyright (C) 2008 The Android Open Source Project * * 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...
Liyueyang/NewXmPluginSDK
common_ui/src/main/java/com/xiaomi/smarthome/common/ui/dialog/MLAlertController.java
Java
apache-2.0
39,780
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const options_1 = require("./options"); class TslintFixTask { constructor(configOrPath, options) { if (options) { this._configOrPath = configOrPath; this._options = options; } else { ...
cloudfoundry-community/asp.net5-buildpack
fixtures/node_apps/angular_dotnet/ClientApp/node_modules/@angular-devkit/schematics/tasks/tslint-fix/task.js
JavaScript
apache-2.0
913
/* * Copyright 2007 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
bxf12315/drools
drools-core/src/main/java/org/drools/core/reteoo/EntryPointNode.java
Java
apache-2.0
20,815
/* * 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-route53/src/main/java/com/amazonaws/services/route53/model/ListVPCAssociationAuthorizationsRequest.java
Java
apache-2.0
11,109
/* * 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")...
lemire/incubator-kylin
invertedindex/src/main/java/org/apache/kylin/invertedindex/index/ColumnValueContainer.java
Java
apache-2.0
1,361
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2014-2020 Couchbase, 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 * * ...
couchbase/libcouchbase
src/lcbio/ioutils.cc
C++
apache-2.0
8,898
package org.valuereporter.observation; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component...
altran/Valuereporter
src/main/java/org/valuereporter/observation/ObservedMethodsResouce.java
Java
apache-2.0
4,690
package com.lee.game; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.text.TextUtils; import android.view.View; i...
noobyang/AndroidStudy
game/src/main/java/com/lee/game/MainActivity.java
Java
apache-2.0
7,946
<?php namespace Obj; class Encoder { private $key; private $cipher; private $mode; /** * * args - array( * 'hash' => hash method * 'key' => path to private key * 'encrypt' => encryption method * ) */ public function __construct($key, $cipher = MCRYPT_RIJNDAEL_128, $mode = MCRYPT_MODE_CBC) { $k...
bnewcomer/code-samples
PHP_Projects/api-php/Obj/Encoder.php
PHP
apache-2.0
2,134
<?php /* * 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 or ag...
apigee/apigee-client-php
src/Api/Monetization/Controller/PrepaidBalanceControllerInterface.php
PHP
apache-2.0
2,834
using System; using System.Globalization; using System.Resources; using System.Diagnostics; using System.Reflection; namespace Routrek.SSHC { /// <summary> /// StringResource ‚ÌŠT—v‚Ìà–¾‚Å‚·B /// </summary> internal class StringResources { private string _resourceName; private ResourceManager _...
ehazlett/sshconsole
TerminalControl/StringResource.cs
C#
apache-2.0
1,022
/* * Copyright 2014 http://Bither.net * * 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 agree...
bither/bither-android
bither-android/src/net/bither/util/FileUtil.java
Java
apache-2.0
16,209
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace pool { static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Applicat...
knifecaojia/CoinsPro
Src/pool/Program.cs
C#
apache-2.0
494
package org.cobbzilla.util.jdbc; import java.util.regex.Matcher; import java.util.regex.Pattern; public class DbUrlUtil { public static final Pattern JDBC_URL_REGEX = Pattern.compile("^jdbc:postgresql://[\\.\\w]+:\\d+/(.+)$"); public static String setDbName(String url, String dbName) { final Matcher...
cobbzilla/cobbzilla-utils
src/main/java/org/cobbzilla/util/jdbc/DbUrlUtil.java
Java
apache-2.0
495
'use strict'; var fs = require('fs'); var path = require('path'); var util = require('util'); var dbg = require('debug'); // process.env.TABTAB_DEBUG = process.env.TABTAB_DEBUG || '/tmp/tabtab.log'; var out = process.env.TABTAB_DEBUG ? fs.createWriteStream(process.env.TABTAB_DEBUG, { flags: 'a' }) : null; module.ex...
bhav0904/netDelSolution
node_modules/tabtab/src/debug.js
JavaScript
apache-2.0
1,398
<?php /** * This is the model class for table "product_type". * * The followings are the available columns in table 'product_type': * @property string $product_type_id * @property string $parent_product_type_id * @property string $name * @property string $created * * The followings are the available model rel...
CdGitHub/live
protected/models/ProductType.php
PHP
apache-2.0
1,879
=begin Copyright 2012-2013 inBloom, Inc. and its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed...
inbloom/secure-data-service
tools/odin/spec/data_utility_spec.rb
Ruby
apache-2.0
4,529
from changes.api.serializer import Crumbler, register from changes.models.node import Cluster @register(Cluster) class ClusterCrumbler(Crumbler): def crumble(self, instance, attrs): return { 'id': instance.id.hex, 'name': instance.label, 'dateCreated': instance.date_cre...
dropbox/changes
changes/api/serializer/models/cluster.py
Python
apache-2.0
336
/* * Copyright 2015 Adaptris 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 agree...
adaptris/interlok
interlok-core/src/test/java/com/adaptris/core/services/jdbc/JdbcMapInsertCase.java
Java
apache-2.0
4,375
/* * Project Scelight * * Copyright (c) 2013 Andras Belicza <iczaaa@gmail.com> * * This software is the property of Andras Belicza. * Copying, modifying, distributing, refactoring without the author's permission * is prohibited and protected by Law. */ package hu.scelight.gui.page.replist.column.impl...
icza/scelight
src-app/hu/scelight/gui/page/replist/column/impl/DateColumn.java
Java
apache-2.0
896
"""Tests for the CSRF helper.""" import unittest import mock import webapp2 import webtest from ctc.helpers import csrf from ctc.testing import testutil MOCKED_TIME = 123 # Tests don't need docstrings, so pylint: disable=C0111 # Tests can test protected members, so pylint: disable=W0212 class CsrfTests(testutil....
samking/code-the-change-projects
ctc/helpers/csrf_test.py
Python
apache-2.0
5,296
// Copyright (c) 2015-2016 Yuya Ochiai // Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import AutoLaunch from 'auto-launch'; import {app} from 'electron'; function shouldQuitApp(cmd) { if (process.platform !== 'win32') { return false; } const sq...
yuya-oc/desktop
src/main/squirrelStartup.js
JavaScript
apache-2.0
1,409
// 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
google/supl-client
src/main/java/com/google/location/suplclient/asn1/supl2/lpp/GNSS_RealTimeIntegrityReq.java
Java
apache-2.0
4,587
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package modelo.formularios; import controlador.dbConnection; import java.sql.Connection; import java.sql.PreparedStatement; import jav...
eisnerh/PCT_315
TropiCabinas/src/modelo/formularios/Interfaz_Factura.java
Java
apache-2.0
2,200
package com.ihtsdo.snomed.model.xml; import java.sql.Date; import javax.xml.bind.annotation.XmlRootElement; import com.google.common.base.Objects; import com.google.common.primitives.Longs; import com.ihtsdo.snomed.dto.refset.RefsetDto; import com.ihtsdo.snomed.model.refset.Refset; @XmlRootElement(name="refset") pu...
IHTSDO/snomed-publish
model/src/main/java/com/ihtsdo/snomed/model/xml/RefsetDtoShort.java
Java
apache-2.0
6,129
package com.fuyoul.sanwenseller.bean.pickerview; import java.util.List; public class ProvinceModel implements IPickerViewData { private String name; private List<CityModel> cityList; @Override public String getPickerViewText() { return name; } public ProvinceModel() { super(...
newbieandroid/AppBase
app/src/main/java/com/fuyoul/sanwenseller/bean/pickerview/ProvinceModel.java
Java
apache-2.0
915
/* * Copyright 2014-2015 Red Hat, Inc. and/or its affiliates * and other 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 License at * * http://w...
140293816/Hawkular-fork
api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/BaseHandler.java
Java
apache-2.0
2,802
/* * 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")...
mike10004/appengine-imaging
gaecompat-awt-imaging/src/common/javax/accessibility/AccessibleText.java
Java
apache-2.0
1,610
/** * Copyright 2015-2016 Maven Source Dependencies * Plugin 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 License at * * http://www.apache.org...
jpkrohling/srcdeps-maven-plugin
srcdeps-core/src/main/java/org/l2x6/srcdeps/core/shell/ShellCommand.java
Java
apache-2.0
3,821
/* * Powered By agile * Web Site: http://www.agile.com * Since 2008 - 2016 */ package persistent.prestige.modules.edu.service; import java.util.Map; /** * Organization service类 * @author 雅居乐 2016-9-10 22:28:24 * @version 1.0 */ public interface OrganizationService{ /** * 保存信息 * @param datas * @return ...
dingwpmz/Mycat-Demo
src/main/java/persistent/prestige/modules/edu/service/OrganizationService.java
Java
apache-2.0
381
/** --| ADAPTIVE RUNTIME PLATFORM |---------------------------------------------------------------------------------------- (C) Copyright 2013-2015 Carlos Lozano Diez t/a Adaptive.me <http://adaptive.me>. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance wi...
AdaptiveMe/adaptive-arp-api-lib-dotnet
adaptive-arp-api/Sources/Adaptive.Arp.Api/IAdaptiveRPGroup.cs
C#
apache-2.0
1,735
/* * * * Copyright (c) 2011-2015 EPFL DATA Laboratory * * Copyright (c) 2014-2015 The Squall Collaboration (see NOTICE) * * * * 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 o...
akathorn/squall
squall-core/src/main/java/ch/epfl/data/squall/components/dbtoaster/DBToasterJoinComponent.java
Java
apache-2.0
3,862
[ { "title": "Ventes véhicules", "url": "", "imageUrl": "http://lim.local.inetpsa.com/application/images/service/car2.jpg", "language": "fr-FR", "order": "1", "workplace": "All", "department": "All", "categoryPro": "All", "status": "published", "children": [ {...
florentbruel/livein
services.js
JavaScript
apache-2.0
2,378
/* * Copyright 2009-2013 Aarhus University * * 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...
cursem/ScriptCompressor
ScriptCompressor1.0/src/dk/brics/tajs/analysis/WorkListStrategy.java
Java
apache-2.0
2,303
#include "firestore/src/swig/equality_compare.h" namespace { template <typename T> bool EqualityCompareHelper(const T* lhs, const T* rhs) { return lhs == rhs || (lhs != nullptr && rhs != nullptr && *lhs == *rhs); } } // namespace namespace firebase { namespace firestore { namespace csharp { bool QueryEquals(con...
firebase/firebase-unity-sdk
firestore/src/swig/equality_compare.cc
C++
apache-2.0
912
package at.ac.tuwien.dsg.pm.resources; import at.ac.tuwien.dsg.pm.PeerManager; import at.ac.tuwien.dsg.pm.model.Collective; import at.ac.tuwien.dsg.smartcom.model.CollectiveInfo; import at.ac.tuwien.dsg.smartcom.model.Identifier; import javax.inject.Inject; import javax.ws.rs.*; import javax.ws.rs.core.MediaType; imp...
PhilZeppe/CaaS
pm/src/main/java/at/ac/tuwien/dsg/pm/resources/CollectiveInfoResource.java
Java
apache-2.0
1,385
package com.earlysleep.model; import org.litepal.crud.DataSupport; import java.util.ArrayList; import java.util.List; /** * Created by zml on 2016/6/23. * 介绍: */ public class AllData extends DataSupport { private String music; private int musictime; private boolean musicchosse; List<TimeSeting>...
642638112/-1.0
EarlySleep/app/src/main/java/com/earlysleep/model/AllData.java
Java
apache-2.0
353
# frozen_string_literal: true # 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 applicabl...
googleapis/google-cloud-ruby
google-cloud-access_approval-v1/lib/google/cloud/access_approval/v1.rb
Ruby
apache-2.0
1,279
/* * Copyright (c) 2005-2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
wso2/andes
modules/andes-core/broker/src/main/java/org/wso2/andes/server/handler/BasicPublishMethodHandler.java
Java
apache-2.0
3,860
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
charithag/carbon-device-mgt-framework
components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/main/java/org/wso2/carbon/policy/mgt/core/task/TaskScheduleServiceImpl.java
Java
apache-2.0
5,611
package org.liveontologies.protege.justification.proof.preferences; /*- * #%L * Protege Proof Justification * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2016 - 2017 Live Ontologies Project * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with...
liveontologies/protege-proof-justification
src/main/java/org/liveontologies/protege/justification/proof/preferences/ProofPreferencesPanelPluginLoader.java
Java
apache-2.0
1,491
# encoding: utf-8 u'''MCL — Publication Folder''' from ._base import IIngestableFolder, Ingestor, IngestableFolderView from .interfaces import IPublication from five import grok class IPublicationFolder(IIngestableFolder): u'''Folder containing publications.''' class PublicationIngestor(Ingestor): u'''RDF...
MCLConsortium/mcl-site
src/jpl.mcl.site.knowledge/src/jpl/mcl/site/knowledge/publicationfolder.py
Python
apache-2.0
575
/* * 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-workdocs/src/main/java/com/amazonaws/services/workdocs/model/transform/DeleteFolderRequestProtocolMarshaller.java
Java
apache-2.0
2,620
using System; using System.IO; namespace Glass.Mapper.Sc { public class RenderingResult: IDisposable { private readonly TextWriter _writer; private readonly string _firstPart; private readonly string _lastPart; public RenderingResult(TextWriter writer, string firstP...
mikeedwards83/Glass.Mapper
Source/Glass.Mapper.Sc/RenderingResult.cs
C#
apache-2.0
614
/** * Created by Jacky.Gao on 2017-02-09. */ import {alert} from '../MsgBox.js'; export default class EditPropertyConditionDialog{ constructor(conditions){ this.conditions=conditions; this.dialog=$(`<div class="modal fade" role="dialog" aria-hidden="true" style="z-index: 11001"> <div ...
youseries/ureport
ureport2-js/src/dialog/EditPropertyConditionDialog.js
JavaScript
apache-2.0
9,326
from collections import defaultdict import codecs def count(corpus, output_file): debug = False dic = defaultdict(int) other = set() fout = codecs.open(output_file, 'w', 'utf8') for line in open(corpus, 'r'): words = line.split() for word in words: if len(word) % 3 == 0:...
jileiwang/CJ-Glo
tools/character_count.py
Python
apache-2.0
1,312
/* * Copyright 2017 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...
soundcloud/gocd
domain/test/com/thoughtworks/go/config/materials/git/GitMaterialShallowCloneTest.java
Java
apache-2.0
9,537
package wei_chih.service.handler.wei_chih; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io.IOException; import java.net.Socket; import java.security.KeyPair; import java.security.PublicKey; import java.security.SignatureException; import java.util.concurrent.locks.R...
CloudComLab/Voting-CAP
src/wei_chih/service/handler/wei_chih/WeiChihHandler.java
Java
apache-2.0
5,740
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2012-2019 Couchbase, 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 * * ...
avsej/libcouchbase
tools/common/histogram.cc
C++
apache-2.0
1,439
# frozen_string_literal: true require_relative "ruby/version" module XTF module Ruby class Error < StandardError; end # placeholder end end
jamieorc/xtf-ruby
lib/xtf/ruby.rb
Ruby
apache-2.0
154
/* -------------------------------------------------------------------------- */ /* Copyright 2002-2020, OpenNebula Project, OpenNebula Systems */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may ...
baby-gnu/one
src/sunstone/public/app/tabs/acls-tab/tabId.js
JavaScript
apache-2.0
1,267
/* Copyright 2016-2017 Vector Creations 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...
gperdomor/dendrite
vendor/src/github.com/matrix-org/gomatrixserverlib/json.go
GO
apache-2.0
8,987
package com.oauth.services.security; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.springframework.security.crypto.keygen.BytesKeyGenerator; import org.springframework.security.crypto.keygen.KeyGenerators; import org.springframework.security.crypto.password.StandardPasswordEncoder...
kinddevil/course-service
oauth/src/main/java/com/oauth/services/security/Test.java
Java
apache-2.0
1,438
<?php /** * Created by PhpStorm. * User: Bartosz Bartniczak <kontakt@bartoszbartniczak.pl> */ namespace BartoszBartniczak\EventSourcing\Shop\User\Event; use BartoszBartniczak\EventSourcing\Event\Id; class UserAccountHasBeenActivated extends Event { /** * @var string */ protected $activationToke...
BartoszBartniczak/EventSourcing-Example
src/User/Event/UserAccountHasBeenActivated.php
PHP
apache-2.0
735
/* * Copyright 2013 Square 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 ...
Zhuinden/flowless
flowless-library/src/main/java/flowless/KeyParceler.java
Java
apache-2.0
964
/* * Copyright 2012 Michael Bischoff * * 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 ...
jpaw/jpaw
jpaw-util/src/main/java/de/jpaw/util/ByteArray.java
Java
apache-2.0
18,751
/* * Copyright (C) 2014 Jörg Prante * * 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 agree...
songwie/elasticsearch-river-jdbc
src/main/java/org/xbib/elasticsearch/plugin/jdbc/feeder/JDBCFeeder.java
Java
apache-2.0
12,908
/* * Copyright @ 2015 Atlassian Pty 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 ag...
jitsi/libjitsi
src/main/java/org/jitsi/service/neomedia/stats/MediaStreamStats2.java
Java
apache-2.0
2,461
/* * Copyright 2010-2016 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 "l...
trasa/aws-sdk-java
aws-java-sdk-elasticloadbalancing/src/main/java/com/amazonaws/services/elasticloadbalancing/model/RegisterInstancesWithLoadBalancerResult.java
Java
apache-2.0
5,518
package com.example.godtemper.db; import java.util.ArrayList; import java.util.List; import com.example.godtemper.model.City; import com.example.godtemper.model.County; import com.example.godtemper.model.Province; import android.R.integer; import android.content.ContentValues; import android.content.Context; import ...
GodisGod/godtemper
src/com/example/godtemper/db/GodTemperDB.java
Java
apache-2.0
4,037
<?php return array( //'配置项'=>'配置值' /* 调试设定 */ 'SHOW_PAGE_TRACE' =>false, // 显示页面Trace信息 // 'SHOW_RUN_TIME'=>true, // 运行时间显示 // 'SHOW_ADV_TIME'=>true, // 显示详细的运行时间 // 'SHOW_DB_TIMES'=>true, // 显示数据库查询和写入次数 // 'SHOW_CACHE_TIMES'=>true, // 显示缓存操作次数 // 'SHOW_USE_MEM'=>tru...
fuermolv/treesys
Application/Common/Conf/db.php
PHP
apache-2.0
1,794
// Copyright 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 in w...
google/EXEgesis
exegesis/x86/cleanup_instruction_set_fix_operands.cc
C++
apache-2.0
19,133
require 'spec_helper' describe Rtime::Executor do let :executor do Rtime::Executor.new end describe 'execute' do it 'needs arguments to execute' do expect { executor.execute }.to raise_error ArgumentError end it 'times the executed process' do expect(executor.timer).to receive(:time...
flori/rtime
spec/executor_spec.rb
Ruby
apache-2.0
1,451
package org.axway.grapes.server.webapp.resources; import com.sun.jersey.api.client.ClientResponse; import com.sun.jersey.api.client.GenericType; import com.sun.jersey.api.client.WebResource; import com.yammer.dropwizard.auth.basic.BasicAuthProvider; import com.yammer.dropwizard.testing.ResourceTest; import org.axway.g...
Axway/Grapes
server/src/test/java/org/axway/grapes/server/webapp/resources/WebSearchResourceTest.java
Java
apache-2.0
5,448
// Code generated by MockGen. DO NOT EDIT. // Source: github.com/cri-o/cri-o/internal/lib/sandbox (interfaces: NamespaceIface) // Package sandboxmock is a generated GoMock package. package sandboxmock import ( sandbox "github.com/cri-o/cri-o/internal/lib/sandbox" gomock "github.com/golang/mock/gomock" reflect "ref...
mikebrow/cri-o
test/mocks/sandbox/sandbox.go
GO
apache-2.0
4,124
#!/usr/bin/env ruby # Encoding: 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 ...
googleads/google-ads-ruby
examples/billing/get_account_budget_proposals.rb
Ruby
apache-2.0
4,070
// Copyright 2017 The Oppia 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 ap...
AllanYangZhou/oppia
core/templates/dev/head/domain/exploration/InteractionObjectFactory.js
JavaScript
apache-2.0
3,481
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
uschindler/elasticsearch
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/MlClientDocumentationIT.java
Java
apache-2.0
199,205
package org.tmarciniak.mtp.model; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.SequenceGenerator; impo...
tmarciniak/cfmtp
mtp-core/src/main/java/org/tmarciniak/mtp/model/TradeMessage.java
Java
apache-2.0
4,895
/* * 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-polly/src/main/java/com/amazonaws/services/polly/AbstractAmazonPollyAsync.java
Java
apache-2.0
4,021
package dk.itu.pervasive.mobile.data; import android.app.Activity; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.preference.PreferenceManager; import android.provider.MediaStore; import android.util.Log; import android.widget.Toast; import dk.itu.pervasive.mobil...
tonybeltramelli/Ubiquitous-Media-Sharing-Surface
dk.itu.pervasive.mobile.android/src/dk/itu/pervasive/mobile/data/DataManager.java
Java
apache-2.0
2,863
/* * Copyright (c) 2005-2011 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...
jpodeszwik/mifos
application/src/main/java/org/mifos/accounts/struts/actionforms/AccountApplyPaymentActionForm.java
Java
apache-2.0
15,538
package org.apache.activemq.nob.filestore.uuiddir; import org.apache.activemq.nob.filestore.BrokerFilenameDecoder; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; import java.util.UUID; /** * Decoder of filenames in a UUID-based filesystem store of broker configuration files. This sto...
hzbarcea/activemq-nob
activemq-nob-filestore/src/main/java/org/apache/activemq/nob/filestore/uuiddir/UUIDDirectoryStoreFilenameDecoder.java
Java
apache-2.0
2,083
<<<<<<< HEAD <?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved. // +---------------------------------...
zhoujiangyou/happychou
Inc/Conf/convention.php
PHP
apache-2.0
22,628
"use strict"; import {Vector2, Vector3, Matrix4, Vector4} from 'vectormath'; /* NOTE: this was originally a WebGL UI library I wrote. it's gone through several transitions since then, and is now a canvas2d UI library (bleh). the code is quite horrible. */ #include "src/utils/utildefine.js" //we keep track of any c...
joeedh/webblender
src/editors/interface/UICanvas.js
JavaScript
apache-2.0
46,545
/* Copyright 2014 Jonathan Holland. * * 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 ...
WaveServiceBus/WaveServiceBus
src/Wave.Core/Interfaces/IOutboundMessageFilter.cs
C#
apache-2.0
735
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; namespace CJia.Health.Presenters.Web { public class MyPicturePresenter:CJia.Health.Tools.PresenterPage<Models.Web.MyPictureModel,Views.Web.IMyPictureView> { public MyPicturePresenter(Views.Web.IMyP...
leborety/CJia
CJia.HealthFileProject/CJia.Health/Presenters/Web/MyPicturePresenter.cs
C#
apache-2.0
1,049
$.FAQ = function(){ $self = this; this.url = "/faq" this.send = function(inputs){ var params = new FormData(); // var csrf = $("#csrf").val(); // params.append("csrf_ID", csrf); $.each(inputs, function(key, val){ params.append(key,val); }); $.ajax({ url : $self.url, type: 'PO...
ajaykiet2/htdocs
assets/js/website/faq.js
JavaScript
apache-2.0
1,284
/** * 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
testing-project/asakusa-test-moderator/src/main/java/com/asakusafw/testdriver/rule/DecimalRange.java
Java
apache-2.0
2,011