code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
create function get_person(person_id integer) returns integer as $$ begin return person_id; end; $$ language plpgsql;
endeavourhealth/DBPatcher
src/test/resources/testdb/functions/get_person.sql
SQL
apache-2.0
119
/* * 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 ...
objectiser/camel
components/camel-ehcache/src/main/java/org/apache/camel/component/ehcache/EhcacheConsumer.java
Java
apache-2.0
3,304
package com.BISPL.config; import java.io.File; import java.util.concurrent.TimeUnit; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.testng.annotations.AfterMethod; ...
SeleniumAutomation/SeleniumFramework
src/com/BISPL/config/Config.java
Java
apache-2.0
1,819
<!-- Intro Header --> <header class="intro"> <div class="intro-body"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 class="brand-heading">{{ site.title }}</h1> <p class=...
stephen-mitchell/stephen-mitchell.github.io
_includes/header.html
HTML
apache-2.0
638
# Resinicium praeteritum (H.S. Jacks. & Dearden) Ginns & M.N.L. Lefebvre SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Mycol. Mem. 19: 138 (1993) #### Original name Corticium praeteritum H.S. Jacks. & Dearden ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Meruliaceae/Resinicium/Resinicium praeteritum/README.md
Markdown
apache-2.0
264
package org.ripple.power.blockchain.list; import java.io.Serializable; import org.ripple.bouncycastle.util.encoders.Hex; public class DecodeResult implements Serializable { /** * */ private static final long serialVersionUID = 1L; private int pos; private Object decoded; public DecodeResult(int pos, Obje...
cping/RipplePower
eclipse/RipplePower/src/org/ripple/power/blockchain/list/DecodeResult.java
Java
apache-2.0
974
### Installing Ruby Mac install be default, has a ruby install. This is installed in a folder that is root/admin owned. Need to install a ruby manager to install a client/user copy * Install ruby version manager `brew install rbenv` * Install Ruby `rbenv install 2.3.0` * Initialize the Ruby Version `rbenv init` * ...
swhalley/KnowledgeBase
Ruby.md
Markdown
apache-2.0
1,725
package edu.umass.ciir.kbbridge import java.io.{PrintWriter, File} import edu.umass.ciir.kbbridge.tac.TacQueryUtil /** * Created with IntelliJ IDEA. * User: jdalton * Date: 7/22/13 * Time: 1:27 PM */ object TacMentionLinkerScript extends App { val allqueries = TacQueryUtil.queriesByYear()("2012")._2 //val q...
daltonj/KbBridge
src/main/scala/edu/umass/ciir/kbbridge/TacMentionLinkerScript.scala
Scala
apache-2.0
2,048
#!/usr/bin/env bash # Copyright 2016 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 applica...
JacobTanenbaum/kubernetes
cluster/gce/gci/configure-helper.sh
Shell
apache-2.0
118,961
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B.V. * 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 sou...
wso2/carbon-analytics
components/org.wso2.carbon.siddhi.editor.core/src/main/resources/web/editor/commons/lib/ace-editor/mode/ruby_highlight_rules.js
JavaScript
apache-2.0
15,221
<!DOCTYPE html> <html> <head> <title>A6-3我的收藏</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <link href="resources/css/jquery-ui-themes.css" type="text/cs...
yicold/axure-case
100treeedu/a6-3我的收藏.html
HTML
apache-2.0
27,863
# Cercospora dalbergiae-latifoliae Chidd. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Sydowia 13: 158 (1959) #### Original name Cercospora dalbergiae-latifoliae Chidd. ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Capnodiales/Mycosphaerellaceae/Cercospora/Cercospora dalbergiae-latifoliae/README.md
Markdown
apache-2.0
225
# Russula furcata f. subtomentosa (Cern. & H. Raab) H. Raab FORM #### Status ACCEPTED #### According to Index Fungorum #### Published in Sydowia 10(1-6): 191 (1957) #### Original name Russula subtomentosa Cern. & H. Raab ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Russulales/Russulaceae/Russula/Russula cyanoxantha/Russula furcata subtomentosa/README.md
Markdown
apache-2.0
242
/* * 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 ...
richkadel/flip.tv
kwsim/src/main/java/com/appeligo/fliptv/simulator/KeywordSimulator.java
Java
apache-2.0
5,771
/** * 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...
frenzqse/loom-csharp-parser
src/main/java/org/openengsb/parser/csharp/reader/Reader.java
Java
apache-2.0
1,265
/* * Copyright 2014 Red Hat, Inc. and/or 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 a...
adrielparedes/guvnor
guvnor-services/guvnor-services-api/src/main/java/org/guvnor/common/services/backend/cache/LRUCache.java
Java
apache-2.0
2,340
package org.example.domain.query.assoc; import io.ebean.typequery.PLong; import io.ebean.typequery.PString; import io.ebean.typequery.PTimestamp; import io.ebean.typequery.TQAssocBean; import io.ebean.typequery.TQProperty; import io.ebean.typequery.TypeQueryBean; import org.example.domain.Contact; import org.example.d...
ebean-orm/avaje-ebeanorm-typequery-generator
src/test/java/org/example/domain/query/assoc/QAssocContact.java
Java
apache-2.0
1,124
/* * 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...
JasonHZXie/dubbo
dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/CacheFactory.java
Java
apache-2.0
1,189
package com.deliveredtechnologies.rulebook.model.runner.test.rulebooks.subpkg; import com.deliveredtechnologies.rulebook.Fact; import com.deliveredtechnologies.rulebook.FactMap; import com.deliveredtechnologies.rulebook.RuleState; import com.deliveredtechnologies.rulebook.annotation.Rule; import com.deliveredtechnolog...
rulebook-rules/rulebook
rulebook-core/src/test/java/com/deliveredtechnologies/rulebook/model/runner/test/rulebooks/subpkg/SampleRuleWithResult.java
Java
apache-2.0
2,588
/** * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
mikes01/obd-java-api
src/main/java/com/github/pires/obd/exceptions/UnknownObdErrorException.java
Java
apache-2.0
1,361
# Carex littoralis Petrie SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Carex/Carex litorosa/ Syn. Carex littoralis/README.md
Markdown
apache-2.0
180
// Copyright 2003-2004 DigitalCraftsmen - http://www.digitalcraftsmen.com.br/ // // 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 // //...
castleproject/castle-READONLY-SVN-dump
Experiments/Attic/ManagedExtensions/ManagementExtensionsTest/InterfacedComponentTestCase.cs
C#
apache-2.0
1,632
# Hebanthe Mart. GENUS #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Amaranthaceae/Hebanthe/README.md
Markdown
apache-2.0
162
/* * Copyright 2014 Objectos, Fábrica de Software LTDA. * * 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...
objectos/gdrive
src/main/java/br/com/objectos/way/gdrive/WayGDriveModuleBuilder.java
Java
apache-2.0
1,313
# Copyright (c) 2016 Mirantis, 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...
olivierlemasle/murano
murano_tempest_tests/tests/api/application_catalog/test_environments_negative.py
Python
apache-2.0
3,454
package io.leopard.javahost.impl; import io.leopard.javahost.Hosts; import io.leopard.javahost.model.Host; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * Hosts文件解析抽象实现. * * @author 阿海 * */ public abstract class Abst...
tanhaichao/javahost
src/main/java/io/leopard/javahost/impl/AbstractHosts.java
Java
apache-2.0
1,628
# Desmotheca S.O. Lindberg, 1873 GENUS #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Bryophyta/Bryopsida/Orthotrichales/Orthotrichaceae/Desmotheca/README.md
Markdown
apache-2.0
186
/* * 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 ...
pujav65/incubator-rya
dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/operators/aggregation/AggregationUtil.java
Java
apache-2.0
4,191
// Copyright 2021 gRPC 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 i...
nicolasnoble/grpc
examples/android/binder/java/io/grpc/binder/cpp/exampleserver/native.cc
C++
apache-2.0
3,156
--- layout: feature title: 'Person' shortdef: 'person' udver: '2' --- <table class="typeindex" border="1"> <tr> <td style="background-color:cornflowerblue;color:white"><strong>Values:</strong> </td> <td><a href="">1</a></td> <td><a href="">2</a></td> <td><a href="">3</a></td> </tr> </table> `Person` in Ka'...
UniversalDependencies/docs
_urb/feat/Person.md
Markdown
apache-2.0
1,010
Opendi Solr Client Changelog ============================ 1.1.0. (2015-12-07) ------------------- * Update to new major version of `opendi/lang` (for php7 compatibility) 1.0.2. (2015-09-09) ------------------- * Fixed a broken test 1.0.1. (2015-09-09) ------------------- * Added `SolrClientServiceProvider::factor...
opendi/solrclient
CHANGELOG.md
Markdown
apache-2.0
2,783
/* * Copyright 2015 herd contributors * * 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...
FINRAOS/herd
herd-code/herd-dao/src/test/java/org/finra/herd/dao/SchemaColumnDaoTestHelper.java
Java
apache-2.0
7,044
package org.webdsl.lang; public interface IEnvironmentTemplateLookup { public Class<?> getTemplate(String key); public IEnvironmentTemplateLookup putTemplate(String key, Class<?> value); }
webdsl/webdsl
java-runtime/src/org/webdsl/lang/IEnvironmentTemplateLookup.java
Java
apache-2.0
195
\subsubsection{HistorySetSnapShot} \label{HistorySetSnapShot} This PostProcessor performs a conversion from HistorySet to PointSet. The conversion is made so that each history $H$ is converted to a single point $P$. There are several methods that can be employed to choose the single point from the history: \begin{item...
idaholab/raven
doc/user_manual/PostProcessors/HistorySetSnapShot.tex
TeX
apache-2.0
5,418
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, s...
googleapis/python-compute
samples/snippets/tests/test_sample_images.py
Python
apache-2.0
1,097
package com.suscipio_solutions.consecro_mud.MOBS; /* Copyright 2000-2014 Mike Rundell 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 ...
ConsecroMUD/ConsecroMUD
com/suscipio_solutions/consecro_mud/MOBS/GreenDragon.java
Java
apache-2.0
829
# Cephaelis hoffmannseggiana Willd. ex Schult. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Syst. veg. 5:214. 1819 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Psychotria/Psychotria hoffmannseggiana/ Syn. Cephaelis hoffmannseggiana/README.md
Markdown
apache-2.0
219
#pragma once #include <string> #include "envoy/server/filter_config.h" #include "common/config/well_known_names.h" namespace Envoy { namespace Server { namespace Configuration { /** * Config registration for the cors filter. @see NamedHttpFilterConfigFactory. */ class CorsFilterConfig : public NamedHttpFilterCon...
tdmackey/envoy
source/server/config/http/cors.h
C
apache-2.0
722
package com.idiot.rudra.std; /****************************************************************************** * Compilation: javac StdIn.java * Execution: java StdIn (interactive test of basic functionality) * Dependencies: none * * Reads in data of various types from standard input. * *********...
idiotrudra/projects
algo/src/main/java/com/idiot/rudra/std/StdIn.java
Java
apache-2.0
21,681
# Archangiopteris Christ & Giesenh. GENUS #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Pteridophyta/Marattiopsida/Marattiales/Angiopteridaceae/Archangiopteris/README.md
Markdown
apache-2.0
189
# Config Sync Redis does not replicate configuration changes made via the `CONFIG SET` command. Nor does Sentinel. This is a small tool which is meant to reside on a sentinel to read it's config and synchronize all monitored slaves with their master's for a list of configuration directives. # Configuration The confi...
therealbill/configsync
README.md
Markdown
apache-2.0
1,061
package folioxml.css; import folioxml.core.InvalidMarkupException; import folioxml.slx.SlxRecord; import folioxml.slx.SlxToken; /** * Operates on SLX valid only (that has been CssClassCleaner proccessed inside SlxTransformer) * * @author nathanael */ public class StylesheetBuilder { private SlxRecord root = ...
imazen/folioxml
core/folioxml/src/folioxml/css/StylesheetBuilder.java
Java
apache-2.0
7,315
# Clitocybe macromphala Mont. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Clitocybe macromphala Mont. ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Tricholomataceae/Clitocybe/Clitocybe macromphala/README.md
Markdown
apache-2.0
183
/** * SVPAlib * transducers.sst * Apr 21, 2015 * @author Loris D'Antoni */ package transducers.sst; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import theory.BooleanAlgebraSubst; /** * A variable assignment. A function mapping each variable to its current value * @param <S...
lorisdanto/symbolicautomata
models/src/main/java/transducers/sst/VariableAssignment.java
Java
apache-2.0
1,734
/** * Copyright 2013 Jim Burton. * * Licensed under the MIT license (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/mit-license.php * * Unless required by applicable law or agreed to in writing, ...
hank/litecoinj-new
core/src/main/java/com/google/litecoin/crypto/EncryptedPrivateKey.java
Java
apache-2.0
4,636
<script src="assets/lib/lesson.js"></script> <link rel="stylesheet" type="text/css" href="assets/css/lesson.css"> <script> var wordList=["an", "ans", "auch", "auf", "Ausflug", "Ausflüge", "ausfüllen", "ausgefüllt", "baden", "Bergen", "bringen", "Broschüren", "dein", "den", "fahren", "Ferien", "gefahren", "gegessen",...
danieldanciu/schoggi
assets/html/laute16A.html
HTML
apache-2.0
17,955
# Cattleya labiata var. purpureostriata VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Cattleya/Cattleya labiata/ Syn. Cattleya labiata purpureostriata/README.md
Markdown
apache-2.0
194
package history import ( "bytes" "encoding/json" "fmt" "os" "sync" "github.com/admpub/spider/app/downloader/request" "github.com/admpub/spider/common/mgo" "github.com/admpub/spider/common/mysql" "github.com/admpub/spider/common/pool" "github.com/admpub/spider/config" ) type Failure struct { tabName st...
admpub/spider
app/aid/history/failure.go
GO
apache-2.0
3,222
--- author: leifmadsen comments: true date: 2010-02-19 14:39:35+00:00 layout: post slug: update-on-tfot-v3-progress title: Update on TFoT v3 Progress wordpress_id: 166 categories: - Asterisk - Musings tags: - Asterisk - asterisk book - TFoT - writing --- Just another quick update on the progress of the 3rd edition of ...
leifmadsen/blog
content/post/2010-02-19-update-on-tfot-v3-progress.markdown
Markdown
apache-2.0
1,860
using YAF.Lucene.Net.Analysis.Util; using System.Collections.Generic; namespace YAF.Lucene.Net.Analysis.Fa { /* * 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 copyri...
Pathfinder-Fr/YAFNET
yafsrc/Lucene.Net/Lucene.Net.Analysis.Common/Analysis/Fa/PersianNormalizationFilterFactory.cs
C#
apache-2.0
2,184
# # Cookbook Name:: php-fpm # Recipe:: default # # Copyright 2015, E Source Companies, LLC # # Downloading the Webtatic repository. remote_file "#{Chef::Config[:file_cache_path]}/webtatic_repo_latest.rpm" do source "https://mirror.webtatic.com/yum/el7/webtatic-release.rpm" action :create end # Installing Webt...
ESourceDevOps/vagrantbox
chef-repo/cookbooks/php-fpm/recipes/default.rb
Ruby
apache-2.0
987
package cn.edu.hpu.yuan.yuannews.user.register; import dagger.Module; import dagger.Provides; /** * Created by yuan on 16-5-12. */ @Module public class RegisterModule { protected RegisterContancts.RegisterCOntanctsView registerCOntanctsView; public RegisterModule(RegisterContancts.RegisterCOntanctsView ...
LABELNET/YuanNewsForAndroid
yuannews/src/main/java/cn/edu/hpu/yuan/yuannews/user/register/RegisterModule.java
Java
apache-2.0
720
/** * */ /** * 配置相关的包 * @author Raye * @since 2016年10月7日17:14:42 */ package wang.raye.admin.config;
thikill/ace-boot-02
src/main/java/wang/raye/admin/config/package-info.java
Java
apache-2.0
124
//////////////////////////////////////////////////////////////////////////////////////////////////// /// This file is part of Quark-Engine, licensed under the Apache 2.0 License. /// /// Copyright (c) 2015-2016 - Quark-Engine developers <https://github.com/QuarkEngine/QuarkEngine>. /// /// Licensed under the Apache Lic...
QuarkEngine/QuarkEngine
Quark-API/Util/HashHelper.hpp
C++
apache-2.0
1,234
#pragma once #include <nstd/Base.hpp> class Math { public: template<typename T> static const T& max(const T& a, const T& b) {return a > b ? a : b;} template<typename T> static const T& min(const T& a, const T& b) {return a < b ? a : b;} template<typename T> static const T abs(const T& v) {return v < 0 ? -v : v...
craflin/libnstd
include/nstd/Math.hpp
C++
apache-2.0
786
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="en"> <head> <title>io.thesis.collector.manager - start</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap.min.css}" href=...
markuslamm/io.thesis
collector-manager/collector-manager-app/src/main/resources/templates/index.html
HTML
apache-2.0
1,918
require 'test_helper' class ImporterTest< Minitest::Test def setup @db = Mongoid.default_session @bundle_root = File.join("test","fixtures","bundles") @b_2_0_1 = File.join(@bundle_root,"bundle_version_2.0.1.zip") @b_2_0_2 = File.join(@bundle_root,"bundle_version_2.0.2.zip") @b_no_version = File...
Xodarap/health-data-standards
test/unit/import/bundle/importer_test.rb
Ruby
apache-2.0
5,496
phantomjs CHANGELOG =================== v1.0.1 ------ - **CHANGELOG is deprecated - see [releases](https://github.com/customink-webops/phantomjs/releases)** v1.0.0 ------ - Added support for Windows - Added tests and refactored code v0.0.6 ------- - Initial CHANGELOG created
locomote-cookbooks/phantomjs
CHANGELOG.md
Markdown
apache-2.0
278
from functools import wraps from itertools import chain from django.db.models import Prefetch, Q from django.urls import Resolver404, resolve from django.utils.functional import cached_property from django.utils.translation import ugettext_lazy as _ from rest_framework.authentication import SessionAuthentication from ...
c3nav/c3nav
src/c3nav/editor/api.py
Python
apache-2.0
29,810
using NMF.Collections.Generic; using NMF.Models; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; namespace NMF.Expressions { internal abstract class Mod...
georghinkel/NMF
Expressions/Models.Expressions/ModelExpressionVisitorBase.cs
C#
apache-2.0
23,129
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Sep 03 20:00:47 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>AccessControlProtos...
lshain/hbase-0.98.6-hadoop2
docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/AccessControlProtos.RevokeRequestOrBuilder.html
HTML
apache-2.0
11,633
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
googleads/google-ads-dotnet
tests/V9/Services/ProductBiddingCategoryConstantServiceClientTest.g.cs
C#
apache-2.0
15,471
var interfaceorg_1_1onosproject_1_1net_1_1flow_1_1StoredFlowEntry = [ [ "setBytes", "interfaceorg_1_1onosproject_1_1net_1_1flow_1_1StoredFlowEntry.html#abcee4c5061efc787a287d076123efd1d", null ], [ "setLastSeen", "interfaceorg_1_1onosproject_1_1net_1_1flow_1_1StoredFlowEntry.html#acb36228a788838ba7138144b79c4aa...
onosfw/apis
onos/apis/interfaceorg_1_1onosproject_1_1net_1_1flow_1_1StoredFlowEntry.js
JavaScript
apache-2.0
725
[org.apache.struts.tiles](../../../../org/apache/struts/tiles/package-summary.html.md) |---------------------------------------------------------------------------------------| | Classes  [CustomI18nFactorySet](CustomI18nFactorySet.html.md ...
ExclamationLabs/struts-1.3.10_docs
struts-tiles/testapidocs/org/apache/struts/tiles/package-frame.html.md
Markdown
apache-2.0
454
#!/bin/bash # $1 -> Job workspace WORKSPACE=$1 # Disable IPv6 in the test machines var=' # Disable IPv6\n - lineinfile: dest=/etc/sysctl.conf regexp="{{ item }}" line="{{ item }} = 1"\n with_items:\n - 'net.ipv6.conf.all.disable_ipv6'\n - 'net.ipv6.conf.default.disable_ipv6'\n - 'net.ipv6....
grycap/jenkins
config-scripts/im/disable-ipv6-ansible.sh
Shell
apache-2.0
491
# Polytaenium chlorosporum (Mickel & Beitel) E.H.Crane SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Vittariaceae/Polytaenium/Polytaenium chlorosporum/README.md
Markdown
apache-2.0
202
<?php /** * Created by JetBrains PhpStorm. * User: occul_000 * Date: 04/03/13 * Time: 00:18 * To change this template use File | Settings | File Templates. */ require_once('../controller/PDOUserManager.php'); session_start(); $PDOUserManager = new PDOUserManager(); $PDOUserManager->deleteUser($_SES...
GuillaumeOcculy/anfshift_paris
view/delete_account.php
PHP
apache-2.0
337
cosu-vim ======== my own vim config as a vundle plugin
cosu/cosu-vim
Readme.md
Markdown
apache-2.0
55
package org.n52.v3d.worldviz.projections.dymaxion; /** * Implementation helper class * * @author Benno Schmidt * */ public class InfoObj { public int tri; public int hlcd; }
nuest/worldviz
src/main/java/org/n52/v3d/worldviz/projections/dymaxion/InfoObj.java
Java
apache-2.0
183
<?php $this->load->view('admin/_header'); ?> <header class="Hui-header cl"> <a class="Hui-logo l" title="H-ui.admin v2.3" href="/">AWZ-admin</a> <a class="Hui-logo-m l" href="/" title="H-ui.admin">H-ui</a> <span class="Hui-subtitle l">V1.0</span> <nav class="mainnav cl" id="Hui-nav"> <ul> <li class="dropDown dro...
yuncopy/AWZ
application/views/admin/index.php
PHP
apache-2.0
10,111
/** * Copyright 2016 Netflix, 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 ...
balajivenki/dyno
dyno-jedis/src/test/java/com/netflix/dyno/jedis/UnitTestConnectionPoolForCompression.java
Java
apache-2.0
7,523
# Puccinia leontodontis var. leontodontis VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in Composit. Puccin. 75 (1899) #### Original name Puccinia leontodontis var. leontodontis ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Pucciniomycetes/Pucciniales/Pucciniaceae/Puccinia/Puccinia punctiformis/Puccinia hieracii hieracii/Puccinia leontodontis leontodontis/README.md
Markdown
apache-2.0
230
// test for comments in templates test('comments', 8, function() { var template = '{!this won\'t show up!}'; equal(whiskers.render(template, {}), '') var template = '{!!}'; equal(whiskers.render(template, {}), '') var template = '{!this won\'t show up\neither!}'; equal(whiskers.render(template, {}), '') ...
brad-langshaw/project2
node_modules/whiskers/test/browser/test-comments.js
JavaScript
apache-2.0
879
# # 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 # ...
dims/heat
heat/engine/resources/openstack/neutron/qos.py
Python
apache-2.0
6,587
// // KeyboardBar.h // IB Checker // // Created by Thanh on 5/18/15. // Copyright (c) 2015 Puganda_Mac. All rights reserved. // #import <UIKit/UIKit.h> @interface KeyboardBar : UIView @property (strong, nonatomic) UITextView *textView; @end
Thanhktm/IBChecker
Transaction/KeyboardBar.h
C
apache-2.0
250
package gov.nasa.jpl.labcas.data_access_api.service; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.container.ContainerRequestContext; import javax.ws.rs.core.Response; /** * Service used to create list of files to be downloaded. * * @author Luca Cinquini * */ public in...
EDRN/labcas-backend
data-access-api/src/gov/nasa/jpl/labcas/data_access_api/service/ListService.java
Java
apache-2.0
1,410
--- author: lixing123 comments: true date: 2013-04-05 17:20:24+00:00 layout: post link: http://127.0.0.1/lixing123.com/?p=56 slug: '%e5%8f%b0%e7%90%83%ef%bc%8c%e6%9c%80%e5%b8%85%e7%9a%84%e8%bf%90%e5%8a%a8' title: 台球,最帅的运动 wordpress_id: 56 --- 每次到台球室,总会感觉,里面的每个人,动作都很优雅,男的帅,女的靓;无论是认真地瞄杆,还是寻找容易进的球;无论是在旁边围观,还是坐在椅子上休息,那一举一...
lixing123/lixing123.github.io
_posts/2013-04-05-e58fb0e79083efbc8ce69c80e5b885e79a84e8bf90e58aa8.markdown
Markdown
apache-2.0
2,377
// Copyright 2013 Serilog Contributors // // 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 ...
paulcbetts/serilog
src/Serilog.Sinks.CouchDB/Sinks/CouchDB/CouchDBSink.cs
C#
apache-2.0
4,618
/* Copyright 2004-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
lpicanco/grails
src/web/org/codehaus/groovy/grails/web/taglib/GroovyDefTag.java
Java
apache-2.0
2,080
# C examples This directory contains example benchmarks written in C.
delcypher/svcomp-build-mockup
benchmarks/c/examples/README.md
Markdown
apache-2.0
71
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Web; using Weiz.TaskManager.Models; using Weiz.TaskManager.Common; using Weiz.TaskManager.DBUtility; namespace Weiz.TaskManager.DAL { public class TaskDAL { /// <summary> /// 获...
weizhong1988/Weiz.TaskManager
Weiz.TaskManager.DAL/TaskDAL.cs
C#
apache-2.0
7,073
 using System; using UnityEngine; using System.Collections; using System.Collections.Generic; using Alkaid; public enum NetCtr { Lobby = 1, Room, } public class Rosetta : Singleton<Rosetta>, Lifecycle { public bool Init() { // 文件位置 if (Application.isEditor) { Fram...
AlkaidFang/Rosetta
Unity/Assets/Scripts/Rosetta/Rosetta.cs
C#
apache-2.0
2,442
<!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 Sun Mar 17 11:03:39 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.s...
wildfly-swarm/wildfly-swarm-javadocs
2.4.0.Final/apidocs/org/wildfly/swarm/config/management/security_realm/class-use/PlugInAuthorization.html
HTML
apache-2.0
15,712
var platform = require('platformSupport'); var alloyAnimation = require('alloy/animation'); var screenWidth ; if(OS_IOS){ screenWidth = platform.getScreenWidth(); }else{ screenWidth = platform.convertDptoPx(platform.getScreenWidth()); } var screenHeight ; if(OS_IOS){ screenHeight = platform.getScreenHeight(); }else...
Plexsim/citytourApps
app/lib/animation.js
JavaScript
apache-2.0
2,022
/* * 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...
ind9/gocd
server/webapp/WEB-INF/rails/webpack/models/materials/serialization.ts
TypeScript
apache-2.0
1,987
#!/usr/bin/python3.7 import ssl import remi.gui as gui from remi import start, App class Camera(App): def __init__(self, *args, **kwargs): super(Camera, self).__init__(*args) def video_widgets(self): width = '300' height = '300' self.video = gui.Widget(_type='video') s...
dddomodossola/remi
examples/examples_from_contributors/camera.py
Python
apache-2.0
2,815
package com.pungwe.cms.core.annotations.util; import org.springframework.beans.factory.annotation.Autowired; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Used to define a hook implementation. Th...
thunderbird/pungwecms
core/src/main/java/com/pungwe/cms/core/annotations/util/Hook.java
Java
apache-2.0
680
/** * Copyright (C) 2013 * by 52 North Initiative for Geospatial Open Source Software GmbH * * Contact: Andreas Wytzisk * 52 North Initiative for Geospatial Open Source Software GmbH * Martin-Luther-King-Weg 24 * 48155 Muenster, Germany * info@52north.org * * This program is free software; you can redistribu...
52North/WeatherDataCollector
src/main/java/org/n52/sensorweb/wdc/WeatherDataCollector.java
Java
apache-2.0
6,741
package br.com.controle.util.dao; import br.com.controle.util.modelo.Horario; /** * * @author Otavio Costa */ public class HorarioDAO extends DAOGenerico<Horario> { }
OtavioCostaLima/ControleDeNotas
src/br/com/controle/util/dao/HorarioDAO.java
Java
apache-2.0
187
// Lucene version compatibility level 4.8.1 #if FEATURE_BREAKITERATOR using ICU4N.Support.Text; using YAF.Lucene.Net.Support; using System; using System.Diagnostics.CodeAnalysis; namespace YAF.Lucene.Net.Analysis.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributo...
YAFNET/YAFNET
yafsrc/Lucene.Net/Lucene.Net.Analysis.Common/Analysis/Util/CharArrayIterator.cs
C#
apache-2.0
5,034
<!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 (10.0.1) on Tue Aug 21 17:44:24 AEST 2018 --> <title>Timer (acceloapi 0.0.1-SNAPSHOT API)</title> <meta http-equiv="Content-Type" content="text/html; ...
bsutton/acceloapi
docs/au/com/noojee/acceloapi/entities/Timer.html
HTML
apache-2.0
9,216
# Beaucarnea longifolia (Karw. ex Schult. & Schult.f.) Baker SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Asparagaceae/Nolina/Nolina longifolia/ Syn. Beaucarnea longifolia/README.md
Markdown
apache-2.0
215
#!/bin/bash WGET='/usr/bin/wget -q' MD5SUM='/usr/bin/md5sum' GUNZIP='/bin/gunzip' RM='/bin/rm' $RM -r delegated-afrinic-latest.md5 $WGET ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-latest.md5 if ! $MD5SUM --check delegated-afrinic-latest.md5 > /dev/null 2>&1; then $RM -f delegated-afrinic-latest $WGE...
Markus-Go/ip-countryside
getDBs.sh
Shell
apache-2.0
1,933
package org.gradle.test.performance.mediummonolithicjavaproject.p422; public class Production8447 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; ...
oehme/analysing-gradle-performance
my-app/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p422/Production8447.java
Java
apache-2.0
1,891
/** * */ package org.vaadin.netbeans.refactoring; import java.util.List; import javax.lang.model.element.AnnotationMirror; import javax.lang.model.element.TypeElement; import org.netbeans.api.java.source.TreeMaker; import org.netbeans.api.java.source.WorkingCopy; import org.netbeans.modules.refactoring.api.SafeDel...
Artur-/foobar
src/org/vaadin/netbeans/refactoring/DeletePackageRefactoringPlugin.java
Java
apache-2.0
4,746
#include "stdafx.h" #include "radioactivezone.h" #include "hudmanager.h" #include "level.h" #include "xrmessages.h" #include "../bone.h" #include "clsid_game.h" #include "game_base_space.h" #include "Hit.h" CRadioactiveZone::CRadioactiveZone(void) {} CRadioactiveZone::~CRadioactiveZone(void) {} void CRadioactiveZ...
OLR-xray/XRay-NEW
XRay/xr_3da/xrGame/RadioactiveZone.cpp
C++
apache-2.0
3,021
# Gasteria spiralis var. tortulata VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Xanthorrhoeaceae/Gasteria/Gasteria obliqua/ Syn. Gasteria spiralis tortulata/README.md
Markdown
apache-2.0
189
// Copyright 2019 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 writi...
stems/google-api-nodejs-client
src/apis/translate/index.ts
TypeScript
apache-2.0
1,538
/* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic Corporation. 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 i...
DenverM80/ds3_java_sdk
ds3-sdk/src/main/java/com/spectralogic/ds3client/commands/spectrads3/ImportS3TargetSpectraS3Response.java
Java
apache-2.0
1,220
# Ivysalt's sentry module. It keeps track of people who join and leave a chat. # LICENSE: This single module is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. # @category Tools # @copyright Copyright (c) 2018 dpc # @version 1.1 # @author dpc import asyncio i...
retrodpc/Bulbaspot-Cogs
sentry/sentry.py
Python
apache-2.0
11,849