repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
phurtado1112/cnaemvc
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/components/list/class-use/HorizontalFillList.html
4741
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:24 EEST 2014 --> <title>Uses of Class net.sf.jasperreports.components.list.HorizontalFillList (JasperReports 5....
apache-2.0
tamirhassan/pdfxtk
src/com/tamirhassan/pdfxtk/comparators/XmidComparator.java
2438
package com.tamirhassan.pdfxtk.comparators; /** * pdfXtk - PDF Extraction Toolkit * Copyright (c) by the authors/contributors. All rights reserved. * This project includes code from PDFBox and TouchGraph. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provide...
apache-2.0
googleapis/google-cloud-cpp
google/cloud/ids/ids_options.h
2058
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
apache-2.0
mdoering/backbone
life/Plantae/Bryophyta/Bryopsida/Bryales/Bartramiaceae/Bartramia/Bartramia nothostricta/README.md
197
# Bartramia nothostricta Catcheside, 1987 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
meltmedia/dropwizard-etcd
bundle/src/main/java/com/meltmedia/dropwizard/etcd/json/EtcdJsonBundle.java
3068
/** * Copyright (C) 2015 meltmedia (christian.trimble@meltmedia.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...
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Tremellomycetes/Tremellales/Tremellaceae/Cryptococcus/Cryptococcus cylindricus/README.md
268
# Cryptococcus cylindricus Á. Fonseca, Scorzetti & Fell SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Can. J. Microbiol. 46(1): 22 (2000) #### Original name Cryptococcus cylindricus Á. Fonseca, Scorzetti & Fell ### Remarks null
apache-2.0
British-Open-Educational-Software-Group/BOESG-Website
README.md
243
# BOESG-website Public facing website for British Open Educational Software Group at http://www.boesg.org.uk. ### Note for Contributors Deployment is automated upon merge to the master branch via CI. Please raise PRs against the dev branch.
apache-2.0
chax0r/PlayGround
playGround/src/main/java/DateValueSortFunction.java
329
import com.google.common.base.Function; import javax.annotation.Nullable; /** * Created by ckale on 10/29/14. */ public class DateValueSortFunction implements Function<PojoDTO, Long>{ @Nullable @Override public Long apply(@Nullable final PojoDTO input) { return input.getDateTime().getMillis();...
apache-2.0
Olbar/courseJava
mantis-tests/src/test/java/ru/stqa/javacourse/mantis/tests/SoapTest.java
1172
package ru.stqa.javacourse.mantis.tests; import org.testng.annotations.Test; import ru.stqa.javacourse.mantis.model.Issue; import ru.stqa.javacourse.mantis.model.Project; import javax.xml.rpc.ServiceException; import java.net.MalformedURLException; import java.rmi.RemoteException; import java.util.Set; import stati...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Hyaloscyphaceae/Belonidium/Belonidium tremulae/Belonidium tremulae ulmaceum/README.md
247
# Belonidium tremulae var. ulmaceum Velen. VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in Monogr. Discom. Bohem. (Prague) 404 (1934) #### Original name Belonidium tremulae var. ulmaceum Velen. ### Remarks null
apache-2.0
googleads/google-ads-java
google-ads-stubs-v10/src/main/java/com/google/ads/googleads/v10/services/CustomerConversionGoalOperation.java
36172
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v10/services/customer_conversion_goal_service.proto package com.google.ads.googleads.v10.services; /** * <pre> * A single operation (update) on a customer conversion goal. * </pre> * * Protobuf type {@code google.ads.goog...
apache-2.0
coderReview/NTL-ISS-Food-Intake-Tracker
Admin Tool/public/css/style.css
960
.container { clear: both; } body { font-family: Verdana, Arial, sans-serif; } h3 { font-family: Verdana, Arial, sans-serif; font-size: 18px; line-height: normal; } a.button, span.button { margin-left:10px; height:36px; } #sides{ margin:0; height:144px; width: 100%; } #left{ f...
apache-2.0
JohnSnowLabs/spark-nlp
src/main/scala/com/johnsnowlabs/nlp/HasCaseSensitiveProperties.scala
1182
/* * Copyright 2017-2022 John Snow Labs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
apache-2.0
openjava2017/openjava-upay
upay-server/src/main/java/org/openjava/upay/web/domain/TablePage.java
1263
package org.openjava.upay.web.domain; import java.util.List; public class TablePage<T> { private long start; private int length; private long recordsTotal; private long recordsFiltered; private List<T> data; public TablePage() { } public long getStart() { return star...
apache-2.0
Aliced3645/DataCenterMarketing
suanshu-javadoc-1.3.1/com/numericalmethod/suanshu/optimization/constrained/linearprogramming/simplex/standard/package-frame.html
1831
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Tue Apr 26 20:40:28 CST 2011 --> <TITLE> com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard (SuanSh...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Eleocharis/Eleocharis confervoides/ Syn. Eleocharis submersa/README.md
181
# Eleocharis submersa Miq. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
LiangYue1981816/CrossEngine
Tools/MaxExporter/MaxSDKs/2011/include/maxscrpt/timepro.h
132
// This header file is deprecated in 3ds Max 2011. // Please use header file listed below. #include "..\maxscript\protocols\time.h"
apache-2.0
cdcdec/Lbooks
sinology/论语别裁/10乡党.md
5335
# 10乡党 我们还有一篇没有讲的第十篇《乡党》。这一篇不补讲了。《乡党》这一篇,以现在观念来说,都是描述孔子的生活形态,以现代新闻报道的方式来看,也可以说是孔子生活的“花絮”,中间提到了孔子办外交的时候什么态度,对人的时候什么态度,上班的时候什么态度,开会的时候什么态度。这篇书过去的读书人看得很严重,现在看来是生活的艺术。孔子的学生们要为孔子立一个塑像,或演一出孔子的戏,就要拿这一篇好好研究了。 孔子于乡党,恂恂如也,似不能言者。其在宗庙朝廷,便便言,唯谨尔。 朝,与下大夫言,侃侃如也。与上大夫言,訚訚如也。君在,踧踖如也,与与如也。 君召使摈,色勃如也,足躩如也。揖所与立,左右手,衣前后,襜如也。趋进,翼如也。宾退,必复...
apache-2.0
futureskywei/whale
src/main/java/com/jy/controller/workflow/online/apply/PatchController.java
5402
package com.jy.controller.workflow.online.apply; import com.jy.common.ajax.AjaxRes; import com.jy.common.utils.DateUtils; import com.jy.common.utils.base.Const; import com.jy.common.utils.security.AccountShiroUtil; import com.jy.controller.base.BaseController; import com.jy.entity.attendance.WorkRecord; import com.jy....
apache-2.0
palantir/grunt-tslint
README.md
2297
# grunt-tslint [![NPM version](https://badge.fury.io/js/grunt-tslint.svg)](https://www.npmjs.com/package/grunt-tslint) [![Downloads](http://img.shields.io/npm/dm/grunt-tslint.svg)](https://npmjs.org/package/grunt-tslint) > A grunt plugin for [tslint](https://github.com/palantir/tslint). ## Getting Started This plugi...
apache-2.0
enterprisegeeks/try_java_ee7
try_java_ee7-web/src/main/webapp/rest/index.html
2108
<!DOCTYPE html> <html> <head> <title>try chat(JAX-RS)</title> <meta charset="UTF-8"> <link rel="stylesheet" href="../webjars/bootstrap/3.3.1/css/bootstrap.min.css" /> <link rel="stylesheet" href="../resources/css/style.css" /> <script type='text/javascript' src="../w...
apache-2.0
rstals/Unity-SCORM-Integration-Kit
Documentation/search/enums_2.js
148
var searchData= [ ['interactiontype',['InteractionType',['../class_student_record.html#a00e060bc8aa9829e5db087e2cba21009',1,'StudentRecord']]] ];
apache-2.0
pierre/eventtracker
scribe/src/test/java/com/ning/metrics/eventtracker/TestIntegration.java
4231
/* * Copyright 2010-2011 Ning, Inc. * * Ning 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/licenses/LICENSE-2.0 * * Unless required by a...
apache-2.0
mital/kroll
boot/breakpad/client/windows/crash_generation/minidump_generator.cc
9978
// Copyright (c) 2008, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditi...
apache-2.0
nosolojava/scxml-java
scxml-java-implementation/src/main/java/com/nosolojava/fsm/impl/runtime/executable/basic/BasicIf.java
2082
package com.nosolojava.fsm.impl.runtime.executable.basic; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import com.nosolojava.fsm.runtime.Context; import com.nosolojava.fsm.runtime.executable.Elif; import com.nosolojava.fsm.runtime.executable.Else; import com.nosolojava.fsm.ru...
apache-2.0
santhosh-tekuri/jlibs
wamp4j-core/src/main/java/jlibs/wamp4j/spi/Listener.java
1010
/** * Copyright 2015 Santhosh Kumar Tekuri * * The JLibs authors license 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/licenses/LICENSE-2.0 * * Unl...
apache-2.0
myplaylife/dadbear
framework/core/src/main/java/me/littlepanda/dadbear/core/queue/DistributedQueue.java
402
package me.littlepanda.dadbear.core.queue; import java.util.Queue; /** * @author 张静波 myplaylife@icloud.com * */ public interface DistributedQueue<T> extends Queue<T> { /** * <p>如果使用无参构造函数,需要先调用这个方法,队列才能使用</p> * @param queue_name * @param clazz */ abstract public void init(String queue_name,...
apache-2.0
VladoLavor/vpp-agent
CHANGELOG.md
63920
# Changelog [![GitHub commits since latest release](https://img.shields.io/github/commits-since/ligato/vpp-agent/latest.svg?style=flat-square)](https://github.com/ligato/vpp-agent/compare/v3.2.0...master) ## Release Notes - [v3.2.0](#v3.2.0) - [v3.1.0](#v3.1.0) - [v3.0.0](#v3.0.0) - [v3.0.1](#v3.0.1) - [v2.5.0](#v...
apache-2.0
xiilei/phpsync
tests/test.php
942
<?php require 'common.php'; require Sc::$rootDir.'/driver/file.php'; class Test{ static public $d = NULL; static public function testAdd(){ if(empty(self::$d)){ self::$d = new Sc_Driver_File(); } self::$d->add(array( 'hash'=>'hash1', 'node'=...
apache-2.0
debop/debop4s
debop4s-data-orm/src/main/scala/debop4s/data/orm/hibernate/repository/HibernateQueryDslDao.scala
3192
package debop4s.data.orm.hibernate.repository import com.mysema.query.jpa.hibernate._ import com.mysema.query.types.EntityPath import debop4s.data.orm.ReadOnlyConnection import debop4s.data.orm.model.HConnectPageImpl import org.hibernate.{LockOptions, Session, SessionFactory} import org.slf4j.LoggerFactory import org....
apache-2.0
morozumi-h/oauth2-server
src/test/java/jp/eisbahn/oauth2/server/spi/servlet/HttpServletRequestAdapterTest.java
1972
/* * 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 ma...
apache-2.0
afs/lizard
lizard-base/src/main/java/lizard/api/TLZ/TLZ_Patch.java
13636
/** * Autogenerated by Thrift Compiler (0.10.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package lizard.api.TLZ; @SuppressWarnings("all") @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.10.0)", date = "2018-06-17") public class TLZ_Patch implem...
apache-2.0
moosbusch/xbLIDO
src/net/opengis/gml/MultiSurfaceType.java
10068
/* * Copyright 2013 Gunnar Kappei. * * 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...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-redshift/src/main/java/com/amazonaws/services/redshift/model/transform/AuthenticationProfileNotFoundExceptionUnmarshaller.java
1678
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
apache-2.0
dimir2/vivanov
part2/ch1/src/test/java/ru/job4j/pro/collections/list/NodeListTest.java
2090
package ru.job4j.pro.collections.list; import org.junit.Test; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * NodeListTest class. * * @author Vladimir Ivanov * @version 0.1 * @since 30.08.2017 */ public class NodeListTest { /** * Test list is not cycled. */...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Zingiberales/Zingiberaceae/Aframomum/Aframomum alboviolaceum/ Syn. Amomum macrospermum/README.md
180
# Amomum macrospermum Sm. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
g8te/lubri
client/app/scripts/controllers/members.js
7033
'use strict'; /** * @ngdoc function * @name lubriApp.controller:MembersCtrl * @description * # MembersCtrl * Controller of the lubriApp */ angular.module('lubriApp') .config(function($stateProvider) { $stateProvider.state('app.members', { abstract: true, url: '/members', templateUrl: 'vi...
apache-2.0
zhubinqiang/myTMS
src/test/java/com/intel/media/mts/dao/impl/SoftwareDaoImplTest.java
598
package com.intel.media.mts.dao.impl; import org.junit.Assert; import org.junit.Test; import com.intel.media.mts.dao.DaoTestSupport; import com.intel.media.mts.model.Software; public class SoftwareDaoImplTest extends DaoTestSupport { @Test public void test(){ Software s = new Software(); String name = "Ubuntu...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Pennisetum/Pennisetum glaucum/ Syn. Pennisetum aureum/README.md
179
# Pennisetum aureum Link SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
cuiqunhao/jeesite
src/main/java/com/thinkgem/jeesite/modules/purifier/dao/WareDao.java
411
package com.thinkgem.jeesite.modules.purifier.dao; import com.thinkgem.jeesite.common.persistence.CrudDao; import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao; import com.thinkgem.jeesite.modules.purifier.entity.Ware; /** * 仓库管理dao * * @author addison * @since 2017年03月02日 */ @MyBatisDao public i...
apache-2.0
redduck3/CodeRush
ourplatform/static/js/template/form.html
4914
<form class="form-horizontal" role="form" name="form" ng-show="model" ng-submit="onFormSubmit()"> <div class="form-custom-alerts"> <alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.msg}}</alert> </div> <div ng-form ng-repeat="field in fields" name="innerForm...
apache-2.0
mdoering/backbone
life/Plantae/Bryophyta/Bryopsida/Pottiales/Pottiaceae/Hyophila/Hyophila involuta/ Syn. Hyophila tortula/README.md
191
# Hyophila tortula (Schwaegr.) Hampe SPECIES #### Status SYNONYM #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Artemisia/Artemisia dracunculus/ Syn. Artemisia glauca cernua/README.md
198
# Artemisia glauca var. cernua (Nutt.) Bush VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Piperales/Piperaceae/Peperomia/Peperomia acuminata/Peperomia acuminata acuminata/README.md
171
# Peperomia acuminata f. acuminata FORM #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Amaryllidaceae/Brunsvigia/Brunsvigia orientalis/ Syn. Coburgia multiflora/README.md
194
# Coburgia multiflora (W.T.Aiton) Herb. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Leucanthemum/Leucanthemum sylvaticum/ Syn. Leucanthemum vulgare silvaticum/README.md
212
# Leucanthemum vulgare subsp. silvaticum (Brot.) Nyman SUBSPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Ranunculales/Menispermaceae/Syntriandrum/README.md
166
# Syntriandrum Engl. GENUS #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Commelinales/Commelinaceae/Tradescantia/Tradescantia subacaulis/ Syn. Tradescantia harbisonii/README.md
185
# Tradescantia harbisonii Bush SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Rhodophyta/Florideophyceae/Ceramiales/Rhodomelaceae/Chondria/Chondria decidua/README.md
187
# Chondria decidua Tani & Masuda, 2003 SPECIES #### Status ACCEPTED #### According to World Register of Marine Species #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Gnomoniaceae/Asteroma/Depazea erdingeri/README.md
177
# Depazea erdingeri Thüm. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Depazea erdingeri Thüm. ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Asclepiadaceae/Callaeolepium/Callaeolepium warscewiczii/README.md
183
# Callaeolepium warscewiczii Karst. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Cousinia concolor/ Syn. Arctium concolor/README.md
180
# Arctium concolor Kuntze SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Apocynaceae/Vincetoxicum/Vincetoxicum raddeanum/README.md
178
# Vincetoxicum raddeanum Albov SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Celastrales/Celastraceae/Salacia/Salacia obovata/Salacia obovata obovata/README.md
170
# Salacia obovata var. obovata VARIETY #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
apache-2.0
XNSystemsStudy/Modern-Web-Development
src/170109-optional.ts
420
function buildName(firstName = "Will", lastName: string) { return firstName + " " + lastName; } let result1 = buildName("Bob"); // error, too few parameters let result2 = buildName("Bob", "Adams", "Sr."); // error, too many parameters let result3 = buildName("Bob", "Adams"); // okay and r...
apache-2.0
cityindex-attic/logsearch
example/jmeter-loadtest/generate.rb
1659
#!/usr/bin/env ruby require 'erb' require 'json' require 'optparse' @target = nil @users = 1 @concurrency = 1 @maxrate = 10 @maxhits = nil OptionParser.new do | opts | opts.banner = "Usage: generate.rb [options] target" opts.on('--target [string]', "Specify the target server for requests (required)") do | v | ...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Orobanchaceae/Buchnera/Buchnera floridana/README.md
213
# Buchnera floridana Gand. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bull. Soc. Bot. France 66:217. 1919 #### Original name null ### Remarks null
apache-2.0
MKLab-ITI/image-forensics
java_service/src/main/java/gr/iti/mklab/reveal/forensics/util/ThumbnailExtractor/image/jpeg/TIFFHeader.java
3339
/* * @(#)TIFFHeader.java * * $Date: 2014-03-13 04:15:48 -0400 (Thu, 13 Mar 2014) $ * * Copyright (c) 2011 by Jeremy Wood. * All rights reserved. * * The copyright of this software is owned by Jeremy Wood. * You may not use, copy or modify this software, except in * accordance with the license agreement you...
apache-2.0
pinnackl/cabrette-dev
tests/Http/Controllers/PostControllerTest.php
1851
<?php use App\Models\Post; use Illuminate\Support\Facades\DB; use Test\Factory; use Test\TestCase; class PostControllerTest extends TestCase { public function setUp() { parent::setUp(); DB::table('posts')->delete(); $this->user = Factory::create('user'); $this->be($this->user); ...
apache-2.0
damico/amanaje
source-code/Amanaje/src/com/amanaje/activities/package-info.java
70
/** * */ /** * @author root * */ package com.amanaje.activities;
apache-2.0
brmson/hub
src/main/java/eu/ailao/hub/dialog/Dialog.java
1699
package eu.ailao.hub.dialog; import eu.ailao.hub.corefresol.answers.ClueMemorizer; import eu.ailao.hub.corefresol.concepts.ConceptMemorizer; import eu.ailao.hub.questions.Question; import java.util.ArrayList; /** * Created by Petr Marek on 24.02.2016. * Dialog class represents dialog. It contains id of dialog and ...
apache-2.0
yahoo/fili
fili-core/src/main/java/com/yahoo/bard/webservice/data/metric/LogicalMetricColumn.java
1271
// Copyright 2016 Yahoo Inc. // Licensed under the terms of the Apache license. Please see LICENSE.md file distributed with this work for terms. package com.yahoo.bard.webservice.data.metric; /** * LogicalMetricColumn. */ public class LogicalMetricColumn extends MetricColumn { private final LogicalMetric metric...
apache-2.0
Tpaga/tpaga-demo-api
tpaga_config.rb
218
require 'tpaga' Tpaga::Swagger.configure do |config| config.scheme = 'https' config.host = 'sandbox.tpaga.co' config.base_path = '/api' config.inject_format = false config.api_key = ENV["TPAGA_API_KEY"] end
apache-2.0
tjlam/tjlam.github.io
services/belkyra.html
10799
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Belkyra</title> <!-- Bootstrap Core CS...
apache-2.0
antihax/mock-esi
dev/go/api_incursions.go
1390
package esidev import ( "net/http" "time" "github.com/gorilla/mux" ) var _ time.Time var _ = mux.NewRouter func GetIncursions(w http.ResponseWriter, r *http.Request) { var ( localV interface{} err error datasource string ) // shut up warnings localV = localV err = err j := `[ { "conste...
apache-2.0
SpringIT/moneysharp
src/MoneySharp/Internal/Model/SalesInvoicePost.cs
322
using System.Collections.Generic; using RestSharp; using SimpleJson; namespace MoneySharp.Internal.Model { public class SalesInvoicePost : SalesInvoice { public IList<SalesInvoiceDetail> details_attributes { get; set; } public JsonObject custom_fields_attributes { get; set; } } }
apache-2.0
imie-source/Ekologia
EkologiaGUI/src/coop/ekologia/presentation/controller/user/LoginDeconnectionServlet.java
1605
package coop.ekologia.presentation.controller.user; import java.io.IOException; import javax.inject.Inject; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRespo...
apache-2.0
Activiti/Activiti
activiti-core/activiti-engine/src/main/java/org/activiti/engine/impl/cmd/CreateAttachmentCmd.java
5884
/* * Copyright 2010-2020 Alfresco Software, 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 ...
apache-2.0
ZSMHup/Tools
Tools/Page/HTML5/WebViewPushController.h
282
// // WebViewPushController.h // Tools // // Created by 张书孟 on 2018/4/16. // Copyright © 2018年 张书孟. All rights reserved. // #import "BaseViewController.h" @interface WebViewPushController : BaseViewController @property (nonatomic, strong) NSString *url; @end
apache-2.0
domaframework/doma
doma-core/src/main/java/org/seasar/doma/internal/jdbc/dialect/StandardCountCalculatingTransformer.java
656
package org.seasar.doma.internal.jdbc.dialect; import org.seasar.doma.internal.jdbc.sql.SimpleSqlNodeVisitor; import org.seasar.doma.internal.jdbc.sql.node.AnonymousNode; import org.seasar.doma.jdbc.SqlNode; public class StandardCountCalculatingTransformer extends SimpleSqlNodeVisitor<SqlNode, Void> { protected bo...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Calyceraceae/Boopis/Boopis scapigera/Boopis scapigera ventosa/README.md
193
# Boopis scapigera var. ventosa (Meyen) Wedd. VARIETY #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Pleosporales/Phaeosphaeriaceae/Phaeosphaeria/Phaeosphaeria juncicola/README.md
280
# Phaeosphaeria juncicola (Rehm ex G. Winter) L. Holm, 1957 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Symb. bot. upsal. 14(no. 3): 129 (1957) #### Original name Leptosphaeria juncicola Rehm, 1879 ### Remarks null
apache-2.0
ayermac/cblog
themes/index/inc/side.html
478
<div class="uk-width-1-4@m"> <div class="uk-card uk-card-default uk-card-body uk-margin-large-bottom"> <h3 class="uk-panel-title">分类</h3> <ul class="uk-list uk-list-line"> <li><a href="#">PHP</a></li> <li><a href="#">Javascript</a></li> </ul> </div> <div class...
apache-2.0
gerritjvv/cryptoplayground
kerberos/kdc/src/krb5-1.16/src/plugins/preauth/pkinit/pkinit_matching.c
22754
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * COPYRIGHT (C) 2007 * THE REGENTS OF THE UNIVERSITY OF MICHIGAN * ALL RIGHTS RESERVED * * Permission is granted to use, copy, create derivative works * and redistribute this software and such derivative works * for any purpose, so long as the na...
apache-2.0
irudyak/ignite
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/LocalWalModeChangeDuringRebalancingSelfTest.java
21207
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
apache-2.0
MarcinSzyszka/MobileSecondHand
AndroidStudio_Android/MobileSeconndHand/app/src/main/java/marcin_szyszka/mobileseconndhand/models/RegisterUserModel.java
260
package marcin_szyszka.mobileseconndhand.models; /** * Created by marcianno on 2016-03-02. */ public class RegisterUserModel { public String Email; public String Password; public String ConfirmPassword; public RegisterUserModel(){ } }
apache-2.0
yuanfang711/SweetFood
SweetFood/Classes/Home/cell/MianTableViewCell.h
362
// // MianTableViewCell.h // SweetFood // // Created by scjy on 16/3/4. // Copyright © 2016年 范芳芳. All rights reserved. // #import <UIKit/UIKit.h> #import "MianModel.h" #import "MainModel.h" @interface MianTableViewCell : UITableViewCell @property (strong, nonatomic) UIImageView *cellImage; @property (strong, nonat...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Polygalaceae/Xanthophyllum/Xanthophyllum subglobosum/README.md
181
# Xanthophyllum subglobosum Elmer SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
resin-io-library/base-images
balena-base-images/python/raspberrypi0-2w-64/fedora/34/3.8.12/build/Dockerfile
2446
# AUTOGENERATED FILE FROM balenalib/raspberrypi0-2w-64-fedora:34-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virt...
apache-2.0
esrille/escudo
src/html/AudioTrackListImp.cpp
1344
// Generated by esidl 0.3.0. // This file is expected to be modified for the Web IDL interface // implementation. Permission to use, copy, modify and distribute // this file in any software license is hereby granted. #include "AudioTrackListImp.h" namespace org { namespace w3c { namespace dom { namespace bootstrap {...
apache-2.0
Roma7-7-7/annoconf
src/main/java/org/annoconf/PropertyValueSource.java
173
package org.annoconf; /** * Created by roma on 3/19/17. */ public interface PropertyValueSource { boolean hasValue(String key); String getValue(String key); }
apache-2.0
beav/netty-ant
doc/api/org/jboss/netty/channel/socket/nio/class-use/NioClientSocketChannelFactory.html
6527
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Sun Feb 05 12:13:54 CET 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.jboss.netty.cha...
apache-2.0
ldlqdsdcn/wms
core/src/main/java/com/delmar/core/service/CorePageService.java
729
/****************************************************************************** * 版权所有 刘大磊 2013-07-01 * * 作者:刘大磊 * * 电话:13336390671 * * email:ldlqdsd@126.com * ***...
apache-2.0
ArnoHeid/PubApp
geocoder/src/main/java/de/hsmainz/pubapp/geocoder/controller/HttpAPIRequest.java
5824
package de.hsmainz.pubapp.geocoder.controller; import com.google.gson.Gson; import de.hsmainz.pubapp.geocoder.model.ClientInputJson; import de.hsmainz.pubapp.geocoder.model.ErrorJson; import de.hsmainz.pubapp.geocoder.model.geojson.GeoJsonCollection; import org.apache.logging.log4j.LogManager; import org.apache.loggin...
apache-2.0
storecast/hibernate-delta
src/main/java/com/txtr/hibernatedelta/model/HibernateTable.java
2751
package com.txtr.hibernatedelta.model; import static javax.xml.bind.annotation.XmlAccessType.FIELD; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.an...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Nassella/Nassella chilensis/ Syn. Nassella sadae/README.md
177
# Nassella sadae Phil. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
balajiboggaram/algorithms
src/me/learn/personal/month5/WordBreakable.java
724
/** * */ package me.learn.personal.month5; import java.util.HashSet; import java.util.List; import java.util.Set; /** * Title : * * Date : Dec 23, 2020 * * @author bramanarayan * */ public class WordBreakable { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated m...
apache-2.0
satnet-project/satnet-ng
src/operations/directives/Requests.js
17236
/* Copyright 2015 Ricardo Tubio-Pardavila Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
apache-2.0
dzufferey/scadla
src/main/scala/scadla/utils/Tube.scala
371
package scadla.utils import scadla._ import squants.space.Length import scala.language.postfixOps import squants.space.LengthConversions._ object Tube { def apply(outerRadius: Length, innerRadius: Length, height: Length) = { Difference( Cylinder(outerRadius, height), Translate(0 mm, 0 mm, -1 mm, Cy...
apache-2.0
rma350/kidneyExchange
kidneyMatching/src/web/KidneyServerSolver.java
8249
package web; import graphUtil.CycleChainDecomposition; import graphUtil.EdgeChain; import ilog.concert.IloException; import java.util.HashMap; import java.util.List; import java.util.Map; import kepLib.KepInstance; import kepLib.KepProblemData; import kepModeler.ChainsForcedRemainOpenOptions; import kepModeler.KepMo...
apache-2.0
mollyproject/mollyproject
molly/apps/places/migrations/0009_auto__add_journey__add_scheduledstop.py
13531
# encoding: utf-8 import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding model 'Journey' db.create_table('places_journey', ( ('id', self.gf('django.db.models....
apache-2.0
jaivox/tools
v2/com/jaivox/ui/appmaker/Rule2Fsm.java
4520
package com.jaivox.ui.appmaker; import java.io.*; import java.util.*; import bitpix.list.*; public class Rule2Fsm { static String dir = "./"; basicTree tree; TreeMap <String, String> states; TreeMap <String, String> tags; static String name = "data/road1.tree"; static String yes = "yes"; String startState ...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Magnoliales/Annonaceae/Monanthotaxis/Monanthotaxis pilosa/ Syn. Unona pilosa/README.md
185
# Unona pilosa (Baill.) Baill. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
ghedlund/opgraph
app/src/main/java/ca/phon/opgraph/app/commands/package-info.java
855
/* * Copyright (C) 2012 Jason Gedge <http://www.gedge.ca> * * This file is part of the OpGraph project. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License,...
apache-2.0
samlanh/aseansm
application/modules/gep/controllers/ScoreController.php
307
<?php class Gep_ScoreController extends Zend_Controller_Action { public function init() { /* Initialize action controller here */ header('content-type: text/html; charset=utf8'); } public function indexAction(){ } public function fullResultAction(){ } }
apache-2.0
wildfly-swarm/wildfly-swarm-javadocs
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/jaeger/package-frame.html
949
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 10:54:22 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.jaeger (B...
apache-2.0
LBiNetherlands/LBi.LostDoc
LBi.LostDoc.ConsoleApplication.Extensibility/Command.cs
2048
/* * Copyright 2013 DigitasLBi Netherlands B.V. * * 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 l...
apache-2.0
trisberg/spring-cloud-task
spring-cloud-task-core/src/main/resources/org/springframework/cloud/task/schema-sqlserver.sql
850
CREATE TABLE TASK_EXECUTION ( TASK_EXECUTION_ID BIGINT NOT NULL PRIMARY KEY , START_TIME DATETIME DEFAULT NULL , END_TIME DATETIME DEFAULT NULL , TASK_NAME VARCHAR(100) , EXIT_CODE INTEGER , EXIT_MESSAGE VARCHAR(2500) , ERROR_MESSAGE VARCHAR(2500) , LAST_UPDATED DATETIME , EXTERNAL_EXECUTION_ID VAR...
apache-2.0
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_3149_good_l2u.html
9178
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
apache-2.0
tboox/xmake
xmake/plugins/project/vstudio/impl/vs201x_solution.lua
4143
--!A cross-platform build utility based on Lua -- -- 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 Apach...
apache-2.0