repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
UXAspects/UXAspects
docs/app/components/landing-page-feature-list/landing-page-feature-list.component.ts
284
import { Component } from '@angular/core'; @Component({ selector: 'uxd-landing-page-feature-list', template: '<ng-content></ng-content>', styles: [':host { display: block; }'], host: { 'class': 'row' } }) export class LandingPageFeatureListComponent { }
apache-2.0
wildfly-swarm/wildfly-swarm-javadocs
2.5.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentConsumer.html
13410
<!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 Jul 17 13:50:51 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
apache-2.0
wildfly-swarm/wildfly-swarm-javadocs
2017.1.1/apidocs/org/wildfly/swarm/config/class-use/NamingConsumer.html
8813
<!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_60-ea) on Wed Jan 04 17:08:18 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wil...
apache-2.0
mischief/mantle
Godeps/_workspace/src/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go
557
// Copyright 2015 The oauth2 Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package odnoklassniki provides constants for using OAuth2 to access Odnoklassniki. package odnoklassniki import ( "github.com/coreos/mantle/Godeps/_wor...
apache-2.0
emag/codereading-undertow
core/src/main/java/io/undertow/attribute/ThreadNameAttribute.java
1955
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
apache-2.0
m-unkel/OHSystem
ghost/src/stats/stats.cpp
1101
/** * Copyright [2013-2014] [OHsystem] * * We spent a lot of time writing this code, so show some respect: * - Do not remove this copyright notice anywhere (bot, website etc.) * - We do not provide support to those who removed copyright notice * * OHSystem is free software: You can redistribute it and/or modify * it un...
apache-2.0
znck/technothlon-android-app
katana/src/main/java/org/techniche/technothlon/katana/tcd/TCDContent.java
13524
package org.techniche.technothlon.katana.tcd; import android.content.Context; import android.content.SharedPreferences; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import android.os.L...
apache-2.0
punkhorn/camel-upstream
components/camel-spring/src/test/java/org/apache/camel/spring/scan/DefaultPackageScanClassResolverTest.java
8636
/** * 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
codarchlab/idai-field-client
desktop/src/app/components/image/overview/link-modal.component.ts
902
import {Component} from '@angular/core'; import {NgbActiveModal} from '@ng-bootstrap/ng-bootstrap'; import {Category} from 'idai-field-core'; import {ProjectConfiguration} from '../../../core/configuration/project-configuration'; @Component({ selector: 'link-modal', templateUrl: './link-modal.html', host:...
apache-2.0
google/eng-edu
ml/cc/prework/README.md
918
Get up to speed on [pandas](http://pandas.pydata.org/) and [TensorFlow](https://www.tensorflow.org/) basics with these Datalab notebooks (click [here](https://github.com/google/eng-edu/blob/master/ml/cc/README.md) for installation instructions): * **Hello World:** An introduction to the Datalab notebook environment ...
apache-2.0
dstufft/warehouse
.github/ISSUE_TEMPLATE/~good-first-issue.md
1092
--- name: (Maintainers Only) Good First Issue about: For maintainers to create an issue that is good for new contributors --- <!-- Issue text below --> <!-- End issue text, leave the following intact --> --- **Good First Issue**: This issue is good for first time contributors. If you've already contributed to Wareh...
apache-2.0
opennetworkinglab/onos
protocols/snmp/ctl/src/test/java/org/onosproject/snmp/ctl/DefaultSnmpControllerTest.java
4414
/* * Copyright 2016-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
apache-2.0
mdoering/backbone
life/Chromista/Ochrophyta/Chrysophyceae/Dictyochales/Dictyochaceae/Neonaviculopsis/Neonaviculopsis spinosa/README.md
221
# Neonaviculopsis spinosa (D. Bukry) P. Prema & T. V. Desikachary SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
weiwenqiang/GitHub
SelectWidget/city/CityPicker/citypicker/src/main/java/com/zaaach/citypicker/db/DBManager.java
3876
package com.zaaach.citypicker.db; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Environment; import com.zaaach.citypicker.model.City; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.Inp...
apache-2.0
leapmotion/autowiring
src/autowiring/SatCounter.h
1359
// Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved. #pragma once #include "AutoFilterDescriptor.h" namespace autowiring { /// <summary> /// A single subscription counter entry /// </summary> struct SatCounter: AutoFilterDescriptor { SatCounter(void) = default; SatCounter(const AutoFilterDescripto...
apache-2.0
Hyperstore/Hyperstore.CodeAnalysis
Hyperstore.CodeAnalysis/Compilation/HyperstoreCompiler.cs
4432
using Hyperstore.CodeAnalysis.Syntax; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hyperstore.CodeAnalysis.Compilation { public class HyperstoreCompiler { private readonly string _basePath; privat...
apache-2.0
FirebaseExtended/mlkit-custom-image-classifier
functions/src/automlapi.ts
11363
// 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 ...
apache-2.0
apple/swift-llvm
lib/Target/ARM/ARMISelDAGToDAG.cpp
172333
//===-- ARMISelDAGToDAG.cpp - A dag to dag inst selector for ARM ----------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
apache-2.0
eSDK/esdk_sms
source/esdk_sms_neadp_http/src/main/java/com/huawei/esdk/sms/north/http/common/AbstractXMLProcessor.java
4493
package com.huawei.esdk.sms.north.http.common; import java.io.ByteArrayInputStream; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import o...
apache-2.0
gooraye/GoorayeWeixin
tpl/User/default/Index_header.html
3074
<!DOCTYPE html > <html > <head> <title> {gooraye:$f_siteTitle} {gooraye:$f_siteName}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="{gooraye:$f_metaKeyword}" /> <meta name="description" content="{gooraye:$f_metaDes}" /> <meta http-equiv="MSThemeCompatible" c...
apache-2.0
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_4359_good_v7d.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
Ensembl/ensc-core
src/DataModel/IntronSupportingEvidence.h
5064
/* * Copyright [1999-2017] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * * 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.o...
apache-2.0
t3377/MyPuppet
modules/dsc/lib/puppet_x/dsc_resources/xJea/xJea.psd1
1015
# Copyright © 2014, Microsoft Corporation. All rights reserved. @{ # Version number of this module. ModuleVersion = '0.3.0.0' # ID used to uniquely identify this module GUID = '1088cfb5-36e8-4e9f-b7e4-d49e8032dde6' # Author of this module Author = 'Microsoft Corporation' # Company or vendor of this module CompanyNam...
apache-2.0
nishtahir/Mektory-BeginnersAndroid
Week2/mygame/src/main/java/com/example/Movable.java
147
package com.example; /** * Created by Nish on 2/21/15. */ public interface Movable { public void moveLeft(); public void moveRight(); }
apache-2.0
resin-io-library/base-images
balena-base-images/golang/orange-pi-zero/alpine/3.13/1.16.14/run/Dockerfile
2473
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-alpine:3.13-run ENV GO_VERSION 1.16.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] ...
apache-2.0
kobejean/tensorflow
tensorflow/python/framework/function.py
43277
# Copyright 2015 The TensorFlow 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 applica...
apache-2.0
IGME-Production-Studio/driftwoodrp
update/public/static/scripts/socket.js
2530
//************************************************************* // Filename: socket.js // // Author: Jake Higgins <jth7036@rit.edu> //************************************************************* var Socket; function addSocketListeners() { Socket = new io(); Socket.on('sync objects', function(objects, room, ca...
apache-2.0
nes1983/tree-regex
src/ch/unibe/scg/regex/RegexToNFA.java
10402
package ch.unibe.scg.regex; import static java.util.Collections.singleton; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.SortedSet; import java.util.TreeSet; import ch.unibe.scg.regex.ParserProvider.Node; import ch.unibe.scg.regex.ParserProvider.Node.Basic; import c...
apache-2.0
TextGlass/reference
client/src/TransformerIsNumber.java
972
/* * Copyright (c) 2015 TextGlass * * 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...
apache-2.0
pepperonas/MaterialDialog
library/src/main/java/com/pepperonas/materialdialog/adapter/ShareAdapter.java
3990
/* * Copyright (c) 2017 Martin Pfeffer * * 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...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Rhexia/Rhexia reticulata/README.md
182
# Rhexia reticulata Humb. & Bonpl. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
istio/istio
pkg/test/echo/server/forwarder/util.go
1156
// Copyright Istio Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wri...
apache-2.0
ylyxf/stone-sdk
src/main/java/com/siqisoft/stone/admin/dict/controller/DictController.java
2471
package com.siqisoft.stone.admin.dict.controller; import java.util.List; import org.siqisource.stone.dict.model.Dict; import org.siqisource.stone.dict.service.DictService; import org.siqisource.stone.orm.condition.Condition; import org.siqisource.stone.ui.AjaxResponse; import org.siqisource.stone.ui.Notify; ...
apache-2.0
mdoering/backbone
life/Plantae/Pteridophyta/Polypodiopsida/Schizaeales/Schizaeaceae/Schizaea/Schizaea palmata/README.md
181
# Schizaea palmata Hombr. & Jacq. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
consulo/consulo
modules/base/lang-api/src/main/java/com/intellij/refactoring/listeners/RefactoringElementListenerProvider.java
1347
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
johnktims/gh-event-api
src/main/java/com/github/shredder121/gh_event_api/handler/pull_request/PullRequestHandler.java
873
/* * Copyright 2016 Shredder121. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
apache-2.0
ChristianHerber/UebiControl
application/core/MY_Model.php
2979
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class MY_Model extends CI_Model { // Variável que define o nome da tabela var $table = ""; /** * Método Construtor */ function __construct() { parent::__construct(); } /** * Insere um registro na tabela * * @param arr...
apache-2.0
techmaster-prj/BenhAnDienTu
BenhAnDienTu/src/com/nguyenmanhtuan/benhandientu/RegisteredActivity.java
2788
package com.nguyenmanhtuan.benhandientu; import android.app.Activity; import android.content.Intent; import android.content.res.Configuration; import android.content.res.Resources; import android.os.Bundle; import android.util.DisplayMetrics; import android.view.View; import android.widget.Button; import android.widge...
apache-2.0
Vertabelo/mobiorm-demo-android
app/src/main/java/com/vertabelo/mobileorm/myplaces/orm/gen/AddressViewDAOImpl.java
6557
package com.vertabelo.mobileorm.myplaces.orm.gen; public class AddressViewDAOImpl extends com.vertabelo.mobileorm.myplaces.orm.runtime.dao.BaseDAO<AddressView> implements AddressViewDAO { public AddressViewDAOImpl(com.vertabelo.mobileorm.myplaces.orm.runtime.util.SQLiteDataSource dataSource) { ...
apache-2.0
zhangminglei/flink
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPMigrationTest.java
24021
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
apache-2.0
kubernetes-sigs/kustomize
cmd/gorepomod/internal/misc/trackedrepo.go
89
package misc // TrackedRepo identifies a git remote repository. type TrackedRepo string
apache-2.0
armstrong/docs.armstrongcms.org
source/conf.py
8620
# -*- coding: utf-8 -*- # # Armstrong Platform Documentation documentation build configuration file, created by # sphinx-quickstart on Mon Sep 26 13:38:48 2011. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # au...
apache-2.0
paplorinc/intellij-community
java/java-impl/src/com/intellij/codeInsight/generation/OverrideImplementsAnnotationsHandler.java
3542
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.generation; import com.intellij.codeInsight.AnnotationUtil; import com.intellij.codeInsight.intention.AddAnnotationPsiFix; import com.intellij.op...
apache-2.0
Tarrest/java_home
addressbook/src/test/java/com/chisw/work/addressbook/test/TestGroupModification.java
1230
package com.chisw.work.addressbook.test; import com.chisw.work.addressbook.Data.GroupData; import com.chisw.work.addressbook.Data.Groups; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.MatcherAssert.assertThat;...
apache-2.0
omengye/ws
common/src/main/java/io/omengye/common/utils/constants/Constants.java
153
package io.omengye.common.utils.constants; public class Constants { private Constants(){} public static final String RESULT_FLAG = "flag"; }
apache-2.0
alexruiz/fest-assert-2.x
src/test/java/org/fest/assertions/api/LongAssert_isNull_Test.java
1440
/* * Created on Mar 29, 2009 * * 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...
apache-2.0
pibomb/crowbot
Crowbot/Crowbot/Layer.h
330
#ifndef LAYER_H_INCLUDED #define LAYER_H_INCLUDED #include "basicresource.h" #include "Drawable.h" class Layer : public Drawable { private: void transformation() override; void onDraw() override; void postDraw() override; public: Layer(): Drawable() { // } }; #endif // LAYER_H...
apache-2.0
nolawi/champs-dialog-sg
src/components/DoublePeerAvatar/DoublePeerAvatar.js
6308
/** * Copyright 2017 dialog LLC <info@dlg.im> * @flow */ import type { PeerInfo } from '@dlghq/dialog-types'; import type { AvatarSize } from '../Avatar/getAvatarSize'; import type { Gradient } from '../Avatar/getAvatarColor'; import React, { PureComponent } from 'react'; import classNames from 'classnames'; impor...
apache-2.0
ecnahc515/docker
Dockerfile
2339
# This file describes the standard way to build Docker, using docker # # Usage: # # # Assemble the full dev environment. This is slow the first time. # docker build -t docker . # # # Mount your source in an interactive container for quick testing: # docker run -v `pwd`:/go/src/github.com/dotcloud/docker -privileged -i ...
apache-2.0
openhoodie/hoodie
xatmi/src/main/cxx/tpdiscon.c
1261
/* ** Copyright (c) 2007, DNA Pty Ltd and contributors ** ** Permission is hereby granted, free of charge, to any person obtaining a copy ** of this software and associated documentation files (the "Software"), to deal ** in the Software without restriction, including without limitation the rights ** to use, copy, mo...
apache-2.0
tipsybear/ormbad
ormbad/version.py
1161
# ormbad.version # Helper module for ORMBad version information # # Author: Benjamin Bengfort <benjamin@bengfort.com> # Created: Thu Aug 13 12:38:42 2015 -0400 # # Copyright (C) 2015 Tipsy Bear Studios # For license information, see LICENSE.txt # # ID: version.py [] benjamin@bengfort.com $ """ Helper module for ORM...
apache-2.0
msandeepraj211/phantom
recent.js
1995
/** * Created by raj on 19/8/14. */ var fs = require('fs'); var content = fs.read ('animeEpisode.json'); console.log(JSON.stringify(JSON.parse(content)[1][0].title)); videolinks=JSON.parse(content); links=[]; function pages(k) { var page = new WebPage(); page.open('http://www.gogoanime.com/', functi...
apache-2.0
googleads/googleads-adxbuyer-examples
python/samples/v2_x/create_bidder_level_filter_set.py
7717
#!/usr/bin/python # # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
apache-2.0
openpreserve/plato
plato-model/src/main/java/eu/scape_project/planning/model/transform/Transformer.java
4334
/******************************************************************************* * Copyright 2006 - 2012 Vienna University of Technology, * Department of Software Technology and Interactive Systems, IFS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except i...
apache-2.0
devansh2015/hbase-0.98.8
docs/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.html
4584
<!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_67) on Fri Nov 14 18:25:20 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.a...
apache-2.0
ageron/tensorflow
tensorflow/python/keras/layers/core_test.py
11584
# Copyright 2016 The TensorFlow 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 applica...
apache-2.0
jgpacker/rundeck
core/src/test/java/com/dtolabs/rundeck/core/execution/workflow/TestStepFirstWorkflowStrategy.java
100809
/* * Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
apache-2.0
GerritCodeReview/plugins_hooks-rtc
src/main/java/com/googlesource/gerrit/plugins/hooks/rtc/network/HttpPatch.java
999
// Copyright (C) 2013 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 applicable ...
apache-2.0
mtunique/flink
flink-tests/src/test/java/org/apache/flink/test/runtime/NetworkStackThroughputITCase.java
10771
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
apache-2.0
jarcec/rbclips
src/clips/dffctpsr.h
1468
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* ...
apache-2.0
abotos/ClujLiveTransit
Java/appengine-code/appengine-web-ui/src/java/org/cluj/bus/servlet/BusScheduleServlet.java
3589
/* * ************************************************************************* * Copyright (C) FRS Belgium NV ("FRSGlobal"). All rights reserved. * * This computer program is protected by copyright law and international * treaties. Unauthorized reproduction or distribution of this program, * or any portion of it,...
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Entolomataceae/Rhodocybe/Rhodocybe fallax/README.md
238
# Rhodocybe fallax (Quél.) Singer, 1946 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Farlowia 2: 549 (1946) #### Original name Omphalia fallax Quél., 1896 ### Remarks null
apache-2.0
lokm01/spark-xml
README.md
18194
# XML Data Source for Apache Spark [![Build Status](https://travis-ci.org/databricks/spark-xml.svg?branch=master)](https://travis-ci.org/databricks/spark-xml) [![codecov.io](http://codecov.io/github/databricks/spark-xml/coverage.svg?branch=master)](http://codecov.io/github/databricks/spark-xml?branch=master) - A libr...
apache-2.0
logzio/camel
components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyComponent.java
5124
/** * 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
IAMTJW/Tomcat-8.5.20
tomcat-8.5.20/java/org/apache/catalina/valves/rewrite/Resolver.java
1568
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
apache-2.0
carlosgsouza/types-and-quality
experiments/1_vinyl_collection/a0/analysis/data/pedro/snapshots/1386956683120/build/reports/tests/carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec.html
1764
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta httpEquiv="Content-Type" content="text/html; charset=utf-8"/> <title>Test results - Class carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec</title> <link href="base-style.css" rel="stylesheet" type="t...
apache-2.0
fogbeam/Heceta_droids
droids-core/src/main/java/org/apache/droids/impl/SequentialTaskMaster.java
4864
/* * 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
reaction1989/roslyn
src/Features/CSharp/Portable/Completion/CompletionProviders/KeywordCompletionProvider.cs
9814
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Setaria/Setaria sagittifolia/ Syn. Cymbosetaria sagittifolia/README.md
239
# Cymbosetaria sagittifolia (A.Rich.) Schweick. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Hook. F. , Icon. Pl. 34 (T. 3320):1. 1936 #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Psoralea/Psoralea harveyana/README.md
175
# Psoralea harveyana Meisn. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
ForeverWJY/CoolQ_Java_Plugin
src/main/java/com/wjyup/coolq/util/SendMessageUtil.java
1815
package com.wjyup.coolq.util; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.google.common.hash.HashCode; import com.google.common.hash.HashFunction; import com.google.common.hash.Hashing; import com.google.gson.JsonObject; import org.apache.logging.log4j.LogManager; import org.ap...
apache-2.0
DataSketches/DataSketches.github.io
api/java/snapshot/apidocs/org/apache/datasketches/quantiles/class-use/DoublesUnionBuilder.html
7944
<!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_222) on Thu Jan 16 21:49:29 PST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.da...
apache-2.0
drostron/quasar
mongodb/src/main/scala/quasar/physical/mongodb/javascript/package.scala
2413
/* * Copyright 2014–2017 SlamData 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...
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Agaricaceae/Lepiota/Lepiota olivaceomammosa/Lepiota olivaceomammosa irritans/README.md
248
# Lepiota olivaceomammosa var. irritans Raithelh. VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in Metrodiana 16(1-3): 19 (1988) #### Original name Lepiota olivaceomammosa var. irritans Raithelh. ### Remarks null
apache-2.0
naziris/HomeSecPi
picamera/bcm_host.py
2448
# vim: set et sw=4 sts=4 fileencoding=utf-8: # # Python header conversion # Copyright (c) 2013,2014 Dave Hughes <dave@waveform.org.uk> # # Original headers # Copyright (c) 2012, Broadcom Europe Ltd # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitte...
apache-2.0
emschimmel/CameraPi
camera_try.py
2985
# quick demo of some python image filters # using raspberry pi camera import Tkinter as tk from picamera import PiCamera from time import sleep from PIL import Image,ImageFilter,ImageChops,ImageTk imagefile = "image.jpg" w = 320 h = 240 lastfilter = "none" camera = PiCamera() def takephoto(): camera.capture(imagefi...
apache-2.0
spariev/snakeyaml
src/main/java/org/yaml/snakeyaml/tokens/DirectiveToken.java
1789
/** * Copyright (c) 2008-2010 Andrey Somov * * 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...
apache-2.0
stweil/tesseract-ocr.github.io
4.0.0/a02307.js
4880
var a02307 = [ [ "GenericVector", "a02307.html#a60d42eebf02708482a8b506edd417990", null ], [ "GenericVector", "a02307.html#a28a69767bcadb6058a2a9df4afecd5fc", null ], [ "GenericVector", "a02307.html#a2b61cd1cd756770518f5ac30f817a9bf", null ], [ "~GenericVector", "a02307.html#a49840c8743a063b87839baef7e1...
apache-2.0
ibissource/iaf
core/src/test/java/nl/nn/adapterframework/http/cxf/SoapProviderTest.java
16059
/* Copyright 2018 Nationale-Nederlanden 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...
apache-2.0
codetojoy/gists
docker/jdk9_jun_2017/NOTES.md
556
### note * this is a resuable container for a given project/volume ### initial steps * ensure current directory contains `resources/jdk-9+175_linux-x64_bin.tar.gz` * run: `docker build -t="jdk9/b175" .` * run: `docker run -i -t -v $(pwd):/data jdk9/b175` * inside container, run: `/data/resources/install.sh` * insi...
apache-2.0
JunfeiYang/sextant
cloud-config-server/template/template_test.go
1218
package template import ( "bytes" "io" "io/ioutil" "log" "os" "testing" "text/template" "github.com/k8sp/sextant/cloud-config-server/certgen" "github.com/k8sp/sextant/clusterdesc" "github.com/stretchr/testify/assert" "github.com/topicai/candy" "gopkg.in/yaml.v2" ) func TestExecute(t *testing.T) { out, e...
apache-2.0
emite-mx/ef-sdk-java
ef-sdk-java/src/main/java/mx/emite/sdk/scot/request/SucursalesAltaRequest.java
1030
package mx.emite.sdk.scot.request; import java.util.List; import javax.validation.Valid; import javax.validation.constraints.NotNull; import org.hibernate.validator.constraints.NotEmpty; import lombok.Builder; import lombok.Data; import lombok.Singular; import mx.emite.sdk.cfdi32.anotaciones.Rfc; import mx.emite.sd...
apache-2.0
vschs007/buck
src/com/facebook/buck/rust/RustTestDescription.java
6463
/* * Copyright 2016-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
apache-2.0
shibukraj/Masstransit.PubSubSample
MassTransit.Publisher/Properties/AssemblyInfo.cs
1382
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("MassTransit.Publisher")] [assembly: Asse...
apache-2.0
shangsony/fabric_sdk_golang
core/crypto/attributes/attributes.go
9892
/* Copyright IBM Corp. 2016 All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wri...
apache-2.0
GiulianoFranchetto/zephyr
drivers/sensor/bme680/bme680.c
11979
/* bme680.c - Driver for Bosch Sensortec's BME680 temperature, pressure, * humidity and gas sensor * * https://www.bosch-sensortec.com/bst/products/all_products/bme680 */ /* * Copyright (c) 2018 Bosch Sensortec GmbH * * SPDX-License-Identifier: Apache-2.0 */ #include "bme680.h" #include <gpio.h> #include <i2c...
apache-2.0
mbutler/nfn
node_modules/hem/node_modules/strata/lib/session/cookie.js
4665
var crypto = require("crypto"), Request = require("./../request"), Response = require("./../response"); module.exports = sessionCookie; /** * A middleware for storing and retrieving session data using HTTP cookies. * The `options` may be any of the following: * * - secret A secret string to use to...
apache-2.0
TheDan64/inkwell
tests/all/test_instruction_values.rs
21302
use inkwell::context::Context; use inkwell::values::{BasicValue, InstructionOpcode::*}; use inkwell::{AddressSpace, AtomicOrdering, AtomicRMWBinOp, FloatPredicate, IntPredicate}; #[test] fn test_operands() { let context = Context::create(); let module = context.create_module("ivs"); let builder = context.c...
apache-2.0
artyomkorzun/efix
src/main/java/org/efix/util/buffer/BufferUtil.java
536
package org.efix.util.buffer; import org.efix.util.ByteSequenceWrapper; import org.efix.util.StringUtil; public class BufferUtil { public static UnsafeBuffer fromString(String string) { return new UnsafeBuffer(StringUtil.asciiBytes(string)); } public static String toString(Buffer buffer) { ...
apache-2.0
apache/incubator-shardingsphere
examples/shardingsphere-sample/shardingsphere-example-generated/shardingsphere-jdbc-sample/shardingsphere-jdbc-memory-local-db-discovery-spring-namespace-jdbc-example/src/main/java/org/apache/shardingsphere/example/db/discovery/spring/namespace/jdbc/repository/AddressRepository.java
4185
/* * 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
LQJJ/demo
126-go-common-master/app/admin/ep/merlin/dao/mysql_mail_log_test.go
832
package dao import ( "go-common/app/admin/ep/merlin/model" "testing" . "github.com/smartystreets/goconvey/convey" ) var ( username = "fengyifenguitest@bilibili.com" ) func Test_Mail_Log(t *testing.T) { Convey("test add mail log", t, func() { ml := &model.MailLog{ ReceiverName: username, MailType: 1...
apache-2.0
formkiq/formkiq-server
core/src/main/resources/templates/setup.html
890
<!DOCTYPE html> <html layout:decorate="~{layouts/adminlte}"> <head> <title>FormKiQ Server - Setup</title> </head> <body> <div layout:fragment="content"> <!-- Main content --> <section class="content"> <div class="row"> <form method="post"> <...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Capnodiales/Mycosphaerellaceae/Pseudocercospora/Pseudocercospora membranaceae/README.md
270
# Pseudocercospora membranaceae H.S.G. Rao & S. Narayan SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Journal of Living World 6(2): 14 (1999) #### Original name Pseudocercospora membranaceae H.S.G. Rao & S. Narayan ### Remarks null
apache-2.0
zy4kamu/Coda
src/utils/Eigen/eigen-tools.h
13529
/** * @file eigen-tools.h * @brief header file containing all header with eigen API and tools functions * * .. invisible: * _ _ _____ _ _____ _____ * * | | | | ___| | | ___/ ___| * * | | | | |__ | | | |__ \ `--. * * | | | | __|| | | __| `--. \ * * \ \_/ / |___| |___| |___/\...
apache-2.0
mydearxym/mastani
src/widgets/Charger/styles/index.ts
3323
import styled, { css as styledCss, keyframes } from 'styled-components' import type { TTestable } from '@/spec' import Img from '@/Img' import { theme } from '@/utils/themes' import css from '@/utils/css' const DURATION = '2.5s' const load = keyframes` 0% { top: 24px; } 70% { top: 10px; } 90% { ...
apache-2.0
EsikAntony/camunda-task-dispatcher
camunda-task-dispatcher-mapper-xml/src/main/java/com/ae/camunda/dispatcher/mapper/xml/XmlTaskMapper.java
1991
/* * Copyright (c) 2017 Antony Esik * * 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...
apache-2.0
vitessio/vitess
go/vt/vtgate/planbuilder/physical/system_tables.go
4314
/* Copyright 2022 The Vitess Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
apache-2.0
titilambert/home-assistant
homeassistant/components/template/switch.py
6023
"""Support for switches which integrates with other components.""" import logging import voluptuous as vol from homeassistant.components.switch import ( ENTITY_ID_FORMAT, PLATFORM_SCHEMA, SwitchEntity, ) from homeassistant.const import ( ATTR_ENTITY_ID, ATTR_FRIENDLY_NAME, CONF_ENTITY_PICTURE_...
apache-2.0
fywxin/base
system-parent/ext-code/src/main/java/org/whale/ext/domain/Domain.java
3741
package org.whale.ext.domain; import java.util.ArrayList; import java.util.List; import org.whale.system.annotation.jdbc.Column; import org.whale.system.annotation.jdbc.Id; import org.whale.system.annotation.jdbc.Table; import org.whale.system.annotation.jdbc.Validate; import org.whale.system.base.BaseEntry; import o...
apache-2.0
WarlockD/arm-cortex-v7-unix
f9_os/inc/os/syscall.cpp
2217
/* * syscall.cpp * * Created on: Jun 3, 2017 * Author: warlo */ #include "syscall.hpp" #include <diag\Trace.h> namespace os { #if 0 static void dispatch_syscall(void) naked_function; static void dispatch_syscall(void) { __asm__ __volatile__ ( " sub sp, sp, #16\n" /* Create a stack frame ...
apache-2.0