repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
merhawifissehaye/dreamfactory-configured | resources/views/emails/invite.blade.php | 912 | @extends('emails.layout')
{{--
This is an email blade for resetting password
The following view data is required:
$contentHeader The callout/header of the email's body
$firstName The name of the recipient.
$link The password reset link.
$code The reset code.
... | apache-2.0 |
mackeprm/cuneiform | cuneiform-core/src/main/java/de/huberlin/wbi/cuneiform/core/cre/TicketReadyMsg.java | 2394 | /*******************************************************************************
* In the Hi-WAY project we propose a novel approach of executing scientific
* workflows processing Big Data, as found in NGS applications, on distributed
* computational infrastructures. The Hi-WAY software stack comprises the func-
* ... | apache-2.0 |
ReactiveX/RxJava | src/main/java/io/reactivex/rxjava3/observers/BaseTestConsumer.java | 22394 | /*
* Copyright (c) 2016-present, RxJava 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 la... | apache-2.0 |
Sage/carbon | src/components/tabs/__internal__/tab-title/index.d.ts | 39 | export { default } from "./tab-title";
| apache-2.0 |
MICommunity/psi-jami | jami-core/src/main/java/psidev/psi/mi/jami/datasource/InteractionEvidenceSource.java | 532 | package psidev.psi.mi.jami.datasource;
import psidev.psi.mi.jami.model.InteractionEvidence;
/**
* A Data source of interaction evidences.
* It gives full access to all the interactions using Iterator or the full collection.
* It can also give information about the size of the dataSource
*
* @author Marine Dumous... | apache-2.0 |
bigbugbb/PrayerPartner | app/src/main/java/com/bigbug/android/pp/sync/EventFeedbackApi.java | 2202 | package com.bigbug.android.pp.sync;
import android.content.Context;
import com.bigbug.android.pp.Config;
import java.util.List;
import static com.bigbug.android.pp.util.LogUtils.makeLogTag;
public class EventFeedbackApi {
private static final String TAG = makeLogTag(EventFeedbackApi.class);
private stati... | apache-2.0 |
firejack-open/Firejack-Platform | platform/src/main/webapp/js/net/firejack/platform/core/validation/MessageLevel.js | 1875 | /*
* 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")... | apache-2.0 |
dimonahack/dimonahack.com | templates/gallery.html | 627 | {% extends "_layout.html" %}
{% block title %}גלריה{% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="/static/vendor/Facebook-Album-Browser/src/jquery.fb.albumbrowser.css" />
<script type="text/javascript" src="/static/vendor/Facebook-Album-Browser/src/jquery.fb.alb... | apache-2.0 |
mikosik/jsolid | src/junit/com/perunlabs/jsolid/TransformApiTest.java | 1021 | package com.perunlabs.jsolid;
import static com.perunlabs.jsolid.JSolid.cuboid;
import static com.perunlabs.jsolid.JSolid.degrees;
import static com.perunlabs.jsolid.JSolid.x;
import static com.perunlabs.jsolid.JSolid.y;
import static org.testory.Testory.any;
import static org.testory.Testory.given;
import static org.... | apache-2.0 |
ederign/uberfire | uberfire-extensions/uberfire-wires/uberfire-wires-webapp/src/main/java/org/uberfire/ext/wires/shared/preferences/bean/MyPreference.java | 2269 | /*
* Copyright 2016 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... | apache-2.0 |
SimY4/xpath-to-xml | xpath-to-json-gson/src/jmh/java/com/github/simy4/xpath/GsonJsonBuilderBenchmark.java | 1179 | package com.github.simy4.xpath;
import com.github.simy4.xpath.fixtures.FixtureAccessor;
import com.google.gson.JsonObject;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Mode;
import org.openjdk.jmh.annotations.Param;
import org.openjd... | apache-2.0 |
qintengfei/ionic-site | _site/docs/nightly/api/service/$ionicScrollDelegate/index.html | 42494 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.">
<meta name="keywords" content="html5,ja... | apache-2.0 |
dotledger/dotledger | app/models/payment.rb | 556 | require 'schedule_serializer'
class Payment < ActiveRecord::Base
include IceCube
self.inheritance_column = nil
belongs_to :category
PAYMENT_TYPES = %w[Spend Receive].freeze
PAYMENT_PERIODS = %w[Day Week Month].freeze
validates :name, presence: true
validates :category, presence: true
validates :... | apache-2.0 |
SmartDeveloperHub/sdh-vocabulary | src/test/java/org/smartdeveloperhub/vocabulary/util/CatalogsTest.java | 7465 | /**
* #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
* This file is part of the Smart Developer Hub Project:
* http://www.smartdeveloperhub.org/
*
* Center for Open Middleware
* http://www.centeropenmiddleware.com/
* #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-... | apache-2.0 |
googleapis/google-api-ruby-client | generated/google-apis-monitoring_v1/spec/generated_spec.rb | 919 | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | apache-2.0 |
silencewj/devops | _includes/header.html | 396 | <header>
<div class="header-content">
<div class="header-content-inner">
<img class="img-me" src="{{site.baseurl}}{{ site.me-img }}" alt="">
<h1>探索、记录、分享、生活</h1>
<hr>
<p>Devops,SN</p>
<a href="#contact" class="btn btn-primary btn-xl page-scroll">关于... | apache-2.0 |
tzou24/BPS | BPS/src/com/frameworkset/platform/menu/BaseColumnTree.java | 7661 | package com.frameworkset.platform.menu;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.jsp.PageContext;
import org.apache.log4j.Logger;
import com.frameworkset.platform.config.ConfigManager;
import com.frameworkset.platform.framework.Framework;
import com.framework... | apache-2.0 |
moniruzzaman-monir/Oj-solved | UVa all in C++/uva10922.cpp | 917 | #include <bits/stdc++.h>
using namespace std;
#include<string>
int mod(int n)
{
int s=0,c=1,a;
a=n;
while(a>0)
{
s+=a%10;
a/=10;
}
if(s==9)return 2;
else if(s<9)return 1;
if(s%9==0)
{
return 1+mod(s);
}
}
int main()
{
char str[1001];
int i,j,k... | apache-2.0 |
sdphome/blog-content | content/pages/about.md | 1736 | Title: 关于
Date: 2016-05-19 20:04
Update: 2016-05-19 21:47
Comment: off
[1]: http://docs.getpelican.com/ "pelican documentation"
[2]: https://github.com/sdphome/blog-content "my pelican blog repository"
[3]: https://github.com/mawenbao/niu-x2 "my pelican theme"
[5]: https://github.com/sdphome "my github homepage"
[6]: ... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Chenopodiaceae/Dysphania/Dysphania anthelmintica/Chenopodium anthelminticum hastatum/README.md | 195 | # Chenopodium anthelminticum var. hastatum Moq. VARIETY
#### 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/Rosales/Rosaceae/Rubus/Rubus gillottii/README.md | 188 | # Rubus gillottii Boulay SPECIES
#### Status
ACCEPTED
#### According to
Interim Register of Marine and Nonmarine Genera
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Saccharomycetes/Saccharomycetales/Candida/Candida viswanathii/ Syn. Trichosporon lodderae/README.md | 212 | # Trichosporon lodderae Phaff, Mrak & O.B. Williams, 1952 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/Fungi/Ascomycota/Eurotiomycetes/Onygenales/Arthrodermataceae/Trichophyton/Trichophyton dactilistegicum/README.md | 207 | # Trichophyton dactilistegicum Szathmáry SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Trichophyton dactilistegicum Szathmáry
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Chromista/Haptophyta/Prymnesiophyceae/Stephanolithiaceae/Corollithion/Corollithion ellipticum/README.md | 163 | # Corollithion ellipticum SPECIES
#### Status
ACCEPTED
#### According to
Paleobiology Database
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Dothideomycetes/Capnodiales/Mycosphaerellaceae/Pseudocercospora/Pseudocercospora bangalorensis/README.md | 249 | # Pseudocercospora bangalorensis (Thirum. & Chupp) Deighton SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycol. Pap. 140: 140 (1976)
#### Original name
Cercospora bangalorensis Thirum. & Chupp
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Fucales/Fucaceae/Silvetia/Silvetia babingtonii/ Syn. Pelvetia babingtonii/README.md | 194 | # Pelvetia babingtonii (Harvey) De Toni 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/Liliopsida/Poales/Poaceae/Sasa/Sasa kurokawana/README.md | 199 | # Sasa kurokawana Makino SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
J. Jap. Bot. 7:27. 1931
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Ramalinaceae/Bacidia/Bacidia ioeessa/README.md | 171 | # Bacidia ioeessa Herre SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Bacidia ioeessa Herre
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Magnaporthaceae/Ophioceras/Ophioceras hystrix/README.md | 186 | # Ophioceras hystrix (Ces.) Sacc. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Rhaphidospora hystrix Ces.
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Acacia/Acacia dentifera/Acacia dentifera dentifera/README.md | 188 | # Acacia dentifera var. dentifera Benth. VARIETY
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
macchina-io/macchina.io | platform/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp | 4963 | //
// HTTPSStreamFactory.cpp
//
// Library: NetSSL_OpenSSL
// Package: HTTPSClient
// Module: HTTPSStreamFactory
//
// Copyright (c) 2006-2012, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/Net/HTTPSStreamFactory.h"
#include "Poco/Net/HTT... | apache-2.0 |
amedia/meteo | meteo-jaxb/src/main/java/no/api/meteo/jaxb/temperatureverification/v1_0/Windspeed.java | 4167 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.02.... | apache-2.0 |
stackforge/cloudbase-init | cloudbaseinit/constant.py | 1737 | # Copyright 2016 Cloudbase Solutions Srl
#
# 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 |
cedral/aws-sdk-cpp | aws-cpp-sdk-ds/source/model/DescribeLDAPSSettingsRequest.cpp | 1835 | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | apache-2.0 |
arpg/Gazebo | gazebo/physics/dart/DARTMultiRayShape.hh | 1763 | /*
* Copyright 2014 Open Source Robotics 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 applicab... | apache-2.0 |
hmusavi/jpo-ode | jpo-ode-plugins/src/test/java/us/dot/its/jpo/ode/plugin/j2735/builders/MassOrWeightBuilderTest.java | 10656 | package us.dot.its.jpo.ode.plugin.j2735.builders;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import jav... | apache-2.0 |
Orbittman/MockResponse | MockResponse.Core/Utilities/DateTimeProvider.cs | 222 | using System;
namespace MockResponse.Core.Utilities
{
public class DateTimeProvider : IDateTimeProvider
{
public DateTime Now => DateTime.Now;
public DateTime UtcNow => DateTime.UtcNow;
}
} | apache-2.0 |
tensorflow/tfjs | tfjs-backend-wasm/src/cc/kernels/ResizeBilinear_test.cc | 3867 | /* Copyright 2019 Google LLC. 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... | apache-2.0 |
Sargul/dbeaver | plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/impl/edit/SQLDatabasePersistActionComment.java | 1173 | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2021 DBeaver Corp and others
*
* 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/LICE... | apache-2.0 |
knuppe/SharpNL | src/SharpNL/Utility/FeatureGen/IAdaptiveFeatureGenerator.cs | 3334 | //
// Copyright 2014 Gustavo J Knuppe (https://github.com/knuppe)
//
// 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
//
// ... | apache-2.0 |
taktos/ea2ddl | ea2ddl-dao/src/main/java/jp/sourceforge/ea2ddl/dao/cbean/cq/bs/BsTConnectorCQ.java | 53489 | package jp.sourceforge.ea2ddl.dao.cbean.cq.bs;
import java.util.Map;
import org.seasar.dbflute.cbean.*;
import org.seasar.dbflute.cbean.cvalue.ConditionValue;
import org.seasar.dbflute.cbean.sqlclause.SqlClause;
import jp.sourceforge.ea2ddl.dao.cbean.cq.ciq.*;
import jp.sourceforge.ea2ddl.dao.cbean.*;
import... | apache-2.0 |
fceller/arangodb | 3rdParty/V8/v7.1.302.28/src/torque/declaration-visitor.cc | 22124 | // Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/torque/declaration-visitor.h"
namespace v8 {
namespace internal {
namespace torque {
void DeclarationVisitor::Visit(Expression* expr) {
... | apache-2.0 |
castagna/hbase-rdf | src/main/java/com/talis/hbase/rdf/layout/vpindexed/TableDescVPIndexedCommon.java | 1247 | /*
* Copyright © 2010, 2011, 2012 Talis Systems 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 |
mguidi/SOA-Code-Factory | com.mguidi.soa/src-gen/com/mguidi/soa/soa/impl/ServiceImpl.java | 5474 | /**
*/
package com.mguidi.soa.soa.impl;
import com.mguidi.soa.soa.Operation;
import com.mguidi.soa.soa.Service;
import com.mguidi.soa.soa.SoaPackage;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common... | apache-2.0 |
lorinbeer/Pender-iOS-POC | pender/pender/spidermonkey/jsobj.h | 36644 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sw=4 et tw=78:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except... | apache-2.0 |
aws/aws-sdk-java | aws-java-sdk-iotfleethub/src/main/java/com/amazonaws/services/iotfleethub/model/transform/ListTagsForResourceResultJsonUnmarshaller.java | 2982 | /*
* 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 |
Dennis-Koch/ambeth | jambeth/jambeth-ioc/src/main/java/com/koch/ambeth/ioc/BeanMonitoringSupport.java | 1213 | package com.koch.ambeth.ioc;
import com.koch.ambeth.ioc.util.IImmutableTypeSet;
import com.koch.ambeth.util.IConversionHelper;
import com.koch.ambeth.util.typeinfo.IPropertyInfoProvider;
public class BeanMonitoringSupport extends AbstractBeanMonitoringSupport {
private IServiceContext beanContext;
private IPropert... | apache-2.0 |
MikeLx/open-source-search-engine | SafeBuf.h | 13471 | #ifndef _SAFEBUF_H_
#define _SAFEBUF_H_
//#include "Mem.h"
//#include "Unicode.h"
#include "gb-include.h"
/**
* Safe Char Buffer, or mutable Strings.
* (for java programmers, very similar to the StringBuffer class, with all the speed that c++ allows).
* Most of strings in Gigablast are handled by those.
*/
#incl... | apache-2.0 |
piibl/elearning-parent | elearning-core/src/main/java/fr/iut/csid/empower/elearning/core/service/impl/CourseSessionServiceImpl.java | 3566 | package fr.iut.csid.empower.elearning.core.service.impl;
import java.util.List;
import javax.inject.Inject;
import javax.inject.Named;
import org.springframework.data.jpa.repository.JpaRepository;
import fr.iut.csid.empower.elearning.core.domain.course.Course;
import fr.iut.csid.empower.elearning.core.domain.course... | apache-2.0 |
slimkit/thinksns-plus | app/Models/Role.php | 3639 | <?php
declare(strict_types=1);
/*
* +----------------------------------------------------------------------+
* | ThinkSNS Plus |
* +----------------------------------------------------------------------+
* | Copyright (c) 2016-Present ZhiYiChuangXiang Technol... | apache-2.0 |
mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Sphacelariales/Sphacelariaceae/Sphacelaria/Sphacelaria brevicornis/README.md | 203 | # Sphacelaria brevicornis Setchell & N.L.Gardner, 1924 SPECIES
#### Status
ACCEPTED
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
fredzannarbor/pagekicker-community | conf/jobprofiles/seriesdescriptions/wikitop.html | 344 | <p>
This MiniBriefing was autonomously created by a member of the PageKicker robot team in response to a demand cue. We're all about addressing the structural mismatch between the demand for ebooks and the supply. We have objective evidence that there's demand on this topic, so we told one of our robots to go out and... | apache-2.0 |
sip3io/tapir | twig/src/main/java/io/sip3/tapir/twig/mongo/Mongo.java | 3180 | /*
* Copyright 2017 SIP3.IO CORP.
*
* 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 applicab... | apache-2.0 |
TranscendComputing/TopStackMetricSearch | src/com/transcend/monitor/transform/BaseMonitorUnmarshaller.java | 2416 | /**
* Transcend Computing, Inc.
* Confidential and Proprietary
* Copyright (c) Transcend Computing, Inc. 2012
* All Rights Reserved.
*/
package com.transcend.monitor.transform;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import c... | apache-2.0 |
reecedantin/homebridge-openhab | node_modules/ws/node_modules/utf-8-validate/build/Makefile | 12935 | # We borrow heavily from the kernel build setup, though we are simpler since
# we don't have Kconfig tweaking settings on us.
# The implicit make rules have it looking for RCS files, among other things.
# We instead explicitly write all the rules we care about.
# It's even quicker (saves ~200ms) to pass -r on the comm... | apache-2.0 |
gds-operations/puppet-graphite | spec/classes/graphite/graphite__user_spec.rb | 455 | require 'spec_helper'
describe 'graphite', :type => :class do
let(:facts) { {:osfamily => 'Debian'} }
let(:params) {{
:user => 'graphite',
:group => 'graphite',
:manage_user => true,
}}
it { should contain_user('carbon_cache_user').with_ensure('present').
with_name('graphite').
wi... | apache-2.0 |
apetrucci/katharsis-framework | katharsis-security/src/integrationTest/java/ch/adnovum/jcan/katharsis/mock/repository/ProjectRepository.java | 1176 | package ch.adnovum.jcan.katharsis.mock.repository;
import java.util.HashMap;
import java.util.Map;
import javax.enterprise.context.ApplicationScoped;
import ch.adnovum.jcan.katharsis.mock.models.Project;
import ch.adnovum.jcan.katharsis.security.ResourcePermissionInformationImpl;
import io.katharsis.queryspec.QueryS... | apache-2.0 |
stepanovdg/big-data-plugin | api/hdfs/src/main/java/org/pentaho/bigdata/api/hdfs/HadoopFileSystemLocator.java | 1411 | /*******************************************************************************
*
* Pentaho Big Data
*
* Copyright (C) 2002-2017 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License... | apache-2.0 |
akhilesh0707/Android-Image-Cropper | cropper/src/main/java/com/theartofdev/edmodo/cropper/CropImageView.java | 23437 | /*
* Copyright 2013, Edmodo, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License.
* You may obtain a copy of the License in the LICENSE file, or at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | apache-2.0 |
relution-io/relution-sdk | lib/model/ModelContainer.d.ts | 4822 | /// <reference types="lodash" />
/**
* @module model
*/
/** */
import * as _ from 'lodash';
/**
* custom Array type supporting an index lookup.
*
* Beware, the implementation does not support modifications to the data contained.
*/
export interface ArrayLookup<T> extends Array<T> {
/**
* elements keyed b... | apache-2.0 |
googleinterns/debaised-analysis | date_detection/test_all.sh | 1554 | # Copyright 2020 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# https://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software... | apache-2.0 |
j-coll/opencga | opencga-catalog/src/main/java/org/opencb/opencga/catalog/utils/UuidUtils.java | 3545 | /*
* Copyright 2015-2020 OpenCB
*
* 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 ... | apache-2.0 |
Esri/arcobjects-sdk-community-samples | Net/Raster/GetSetKeyProperty/VBNet/Properties/AssemblyInfo.vb | 2002 | 'Copyright 2019 Esri
'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
'distri... | apache-2.0 |
prajyotpro/phpmvc | app/models/Location.php | 178 | <?php
/**
*
*/
class LocationModel
{
private $state;
public function setState($state) {
$this->state = $state;
}
public function getState() {
return $this->state;
}
} | apache-2.0 |
apixandru/intellij-community | java/java-impl/src/com/intellij/lang/java/JavaDocumentationProvider.java | 34288 | // Copyright 2000-2017 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.lang.java;
import com.intellij.codeInsight.CodeInsightBundle;
import com.intellij.codeInsight.completion.CompletionMemory;
import com.intellij.codeInsi... | apache-2.0 |
lslewis901/SqlSchemaTool | doc/Infor.SST.SQLObjects.UDDTs.Item.html | 2152 | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Item Property </title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" ... | apache-2.0 |
xunilrj/sandbox | courses/UTAustinX UT.PHP.16.01x/Assignments/Week2/C/Gemm_JI_MRxNRKernel.c | 838 | #include <stdio.h>
#include <stdlib.h>
#define alpha( i,j ) A[ (j)*ldA + (i) ] // map alpha( i,j ) to array A
#define beta( i,j ) B[ (j)*ldB + (i) ] // map beta( i,j ) to array B
#define gamma( i,j ) C[ (j)*ldC + (i) ] // map gamma( i,j ) to array C
//#define MR 4
//#define NR 4
void Gemm_MRxNRKernel( int, do... | apache-2.0 |
Vizualizer/VizualizerShop | classes/VizualizerShop/Module/Payment/Delete.php | 1168 | <?php
/**
* Copyright (C) 2012 Vizualizer 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 ... | apache-2.0 |
mbrowne/typescript-dci | tests/cases/compiler/internalAliasFunctionInsideLocalModuleWithExport.ts | 220 | // @declaration: true
export module a {
export function foo(x: number) {
return x;
}
}
export module c {
export import b = a.foo;
export var bVal = b(10);
export var bVal2 = b;
}
| apache-2.0 |
tanjoc/MyRespository | oauth/weixindemo/__init__.py | 210 | import web
urls = (
'/wx', 'Handle',
)
class Handle(object):
def GET(self):
return "hello, this is a test"
if __name__ == '__main__':
app = web.application(urls, globals())
app.run() | apache-2.0 |
gsantovena/mesos | src/master/quota.cpp | 7795 | // 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 |
hurzl/dmix | JMPDComm/src/main/java/com/anpmech/mpd/item/FilesystemTreeEntry.java | 2365 | /*
* Copyright (C) 2004 Felipe Gustavo de Almeida
* Copyright (C) 2010-2016 The MPDroid Project
*
* All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code mus... | apache-2.0 |
hschroedl/FluentAST | docs/js/main.js | 966 | $(function() {
// $('.collapse').collapse('hide');
$('.list-group-item.active').parent().parent('.collapse').collapse('show');
$.ajaxSetup({cache: true});
var fuzzyhound = new FuzzySearch();
function setsource(url, keys) {
$.getJSON(url).then(function (response) {
fuzzyhound.... | apache-2.0 |
Dempsy/dempsy-commons | dempsy-serialization.kryo/src/test/java/net/dempsy/serialization/kryo/TestKryoWithRegistration.java | 2475 | package net.dempsy.serialization.kryo;
import static net.dempsy.serialization.kryo.KryoTestUtils.defaultMock3Optimizer;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collection;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.jun... | apache-2.0 |
leondss/leonds | src/main/resources/static/archives/page/2/index.html | 14400 | <!DOCTYPE html>
<html class="theme-next pisces use-motion" lang="zh-CN">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="th... | apache-2.0 |
envoyproxy/envoy | test/test_listener.h | 1235 | #pragma once
#include "gtest/gtest.h"
namespace Envoy {
// Provides a test listener to be called after each test method. This offers
// a place to put hooks we'd like to run on every test. There's currently a
// check that all test-scoped singletons have been destroyed. A test-scoped
// singleton might remain at the... | apache-2.0 |
buri17/lambduh-maven-plugin | src/main/java/com/github/seanroy/plugins/LambduhMojo.java | 7545 | package com.github.seanroy.plugins;
/**
* A Maven plugin allowing a jar built as a part of a Maven project to be
* deployed to AWS lambda.
* @author Sean N. Roy
*/
import java.io.File;
import java.util.List;
import java.util.regex.Pattern;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugi... | apache-2.0 |
jojogreen/Orbital-Mechanix-Suite | NetWinCharts/CSharpWinCharts/rotatedarea.cs | 2394 | using System;
using ChartDirector;
namespace CSharpChartExplorer
{
public class rotatedarea : DemoModule
{
//Name of demo module
public string getName() { return "Rotated Area Chart"; }
//Number of charts produced in this demo module
public int getNoOfCharts() { return 1; }
... | apache-2.0 |
StreamReduce/streamreduce-core | core/src/main/java/com/streamreduce/core/model/dto/ConnectionCredentialsSerializer.java | 2476 | /*
* Copyright 2012 Nodeable 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 l... | apache-2.0 |
neowu/core-ng-project | core-ng/src/test/java/core/framework/internal/db/SQLParamsTest.java | 1772 | package core.framework.internal.db;
import org.junit.jupiter.api.Test;
import java.time.LocalDate;
import java.util.Set;
import static org.assertj.core.api.Assertions.assertThat;
/**
* @author neo
*/
class SQLParamsTest {
@Test
void appendWithEnum() {
var mapper = new EnumDBMapper();
mappe... | apache-2.0 |
ChinaLHR/JavaQuarkBBS | quark-admin/src/main/java/com/quark/admin/service/impl/PostsServiceImpl.java | 2846 | package com.quark.admin.service.impl;
import com.quark.admin.service.PostsService;
import com.quark.common.base.BaseServiceImpl;
import com.quark.common.dao.PostsDao;
import com.quark.common.entity.Posts;
import com.quark.common.entity.User;
import org.springframework.data.domain.Page;
import org.springframework.data.... | apache-2.0 |
zhouyao1994/incubator-superset | superset/assets/cypress/integration/sqllab/tabs.js | 1920 | /**
* 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 |
TheLimeGlass/Skellett | src/main/java/com/gmail/thelimeglass/Nametags/EffAddPlayerNametag.java | 1593 | package com.gmail.thelimeglass.Nametags;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.scoreboard.Scoreboard;
import org.eclipse.jdt.annotation.Nullable;
import com.gmail.thelimeglass.Utils.Annotations.Config;
import com.gmail.thelimeglass.Utils.Annotations.FullConfig;
import com.g... | apache-2.0 |
waykanza/fasilitas | vb/project/import_sm/My Project/Resources.Designer.vb | 2714 | '------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.1
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---------------... | apache-2.0 |
parthabb/se | model/model.php | 4147 | <?php
function GetDBHandle($machine, $username, $password, $db_name) {
$con = mysqli_connect($machine, $username, $password, $db_name);
if (mysqli_connect_errno()) {
echo "Failed to connect to MySQL: " . mysqli_connect_errno();
$_SESSION['ErrMsg'] = 'Server Error'; // put up a server error page.
... | apache-2.0 |
stesind/wetter | app/src/androidTest/java/de/sindzinski/wetter/data/TestWeatherContract.java | 1934 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Dothideomycetes/Lichenotheliaceae/README.md | 225 | # Lichenotheliaceae Henssen FAMILY
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Syst. Ascom. 5: 137 (1986)
#### Original name
Lichenotheliaceae Henssen
### Remarks
null | apache-2.0 |
sandor-nemeth/bam | bam-ui-angular/src/app/components/webDevTec/webDevTec.service.js | 2427 | (function() {
'use strict';
angular
.module('bamUiAngular')
.service('webDevTec', webDevTec);
/** @ngInject */
function webDevTec() {
var data = [
{
'title': 'AngularJS',
'url': 'https://angularjs.org/',
'description': 'HTML enhanced for web apps!',
'logo'... | apache-2.0 |
Bigsby/PoC | Web/Owin/IISApp/IISApp/Controllers/SimpleController.cs | 198 | using System.Web.Http;
namespace IISApp.Controllers
{
public class SimpleController : ApiController
{
public string Get() {
return "In controller";
}
}
}
| apache-2.0 |
gstevey/gradle | subprojects/core/src/main/java/org/gradle/internal/classpath/DefaultCachedClasspathTransformer.java | 4767 | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | apache-2.0 |
nelsonlyra/webpayments-demo | payment-apps/kryptonpay2/pay/index.html | 4204 | <!DOCTYPE html>
<html>
<head>
<title>Pay with TommyPay</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</head>
<body>
<!-- payment form HTML code -->
... | apache-2.0 |
lzanol/amphtml | src/event-helper.js | 5533 | /**
* Copyright 2015 The AMP HTML 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 require... | apache-2.0 |
spinnaker/deck | packages/cloudfoundry/src/presentation/widgets/accountRegionClusterSelector/AccountRegionClusterSelector.spec.tsx | 15140 | import type { IScope } from 'angular';
import { mock, noop } from 'angular';
import { mount, shallow } from 'enzyme';
import React from 'react';
import type { Application, ApplicationDataSource, IMoniker, IServerGroup } from '@spinnaker/core';
import { ApplicationModelBuilder, REACT_MODULE } from '@spinnaker/core';
i... | apache-2.0 |
awajid/daytrader | assemblies/javaee/dojo-ui-web/src/main/webapp/widget/Context.js | 4087 | <%--
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"); y... | apache-2.0 |
wateryan/matrix-java | src/main/java/com/wateryan/matrix/api/Version.java | 142 | package com.wateryan.matrix.api;
public class Version {
public static final String R_0 = "r0";
public static final String V_1 = "v1";
}
| apache-2.0 |
dcloudio/uni-app | packages/uni-template-compiler/__tests__/compiler-mp-kuaishou.spec.js | 3824 | const compiler = require('../lib')
function assertCodegen (template, templateCode, renderCode = 'with(this){}', options = {}) {
const res = compiler.compile(template, {
resourcePath: 'test.wxml',
mp: Object.assign({
minified: true,
isTest: true,
platform: 'mp-kuaishou'
}, optio... | apache-2.0 |
LorenzReinhart/ONOSnew | drivers/cisco/netconf/src/main/java/org/onosproject/drivers/cisco/TextBlockParserCisco.java | 11067 | /*
* Copyright 2016-present Open Networking Laboratory
*
* 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 |
Hincoin/folly | folly/Uri.h | 4076 | /*
* Copyright 2016 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 agreed to... | apache-2.0 |
bitExpert/etcetera | src/bitExpert/Etcetera/Reader/File/Excel/LegacyExcelReader.php | 3095 | <?php
declare(strict_types = 1);
/*
* This file is part of the Etcetera package.
*
* (c) bitExpert AG
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace bitExpert\Etcetera\Reader\File\Excel;
/**
* Generic implementation o... | apache-2.0 |
afs/jena-workspace | src/main/java/rdf_star/DevRDFStar.java | 10152 | /*
* 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 |