code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
// // HomeScreenItem.h // AppleWatchSBB // // Created by Dylan Marriott on 19.06.15. // Copyright (c) 2015 Dylan Marriott. All rights reserved. // #import <Foundation/Foundation.h> @interface HomeScreenItem : UIView - (instancetype)initWithFrame:(CGRect)frame title:(NSString *)title subtitle:(NSString *)subtitle...
intfrr/OnTime
AppleWatchSBB/View/HomeScreenItem.h
C
apache-2.0
328
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>DataList Sample</title> <!-- --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- Less.js (uncomment for client-side rendering ...
mcanthony/moonstone
samples/DataListSample.html
HTML
apache-2.0
1,300
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
google/auto
value/src/test/java/com/google/auto/value/processor/AutoValueCompilationTest.java
Java
apache-2.0
139,312
 // // Copyright 2011 Ekon Benefits // // 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 appl...
curit/dynamitey
Dynamitey/Internal/Optimization/InvokeHelper.cs
C#
apache-2.0
42,310
package org.apereo.cas.web.support; import org.apereo.cas.audit.RedisAuditTrailManager; import lombok.extern.slf4j.Slf4j; import lombok.val; import org.apereo.inspektr.audit.AuditActionContext; import org.apereo.inspektr.common.web.ClientInfoHolder; import org.springframework.data.redis.core.RedisTemplate; import ja...
rrenomeron/cas
support/cas-server-support-throttle-redis/src/main/java/org/apereo/cas/web/support/RedisThrottledSubmissionHandlerInterceptorAdapter.java
Java
apache-2.0
2,579
package smartthings.dw.successmeter; import smartthings.dw.guice.AbstractDwModule; import static com.google.inject.matcher.Matchers.annotatedWith; import static com.google.inject.matcher.Matchers.any; public class SuccessMeterModule extends AbstractDwModule { @Override protected void configure() { ...
elventear/dropwizard-common
dropwizard-success-meter/src/main/java/smartthings/dw/successmeter/SuccessMeterModule.java
Java
apache-2.0
548
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
flofreud/aws-sdk-java
aws-java-sdk-kms/src/main/java/com/amazonaws/services/kms/model/ReEncryptResult.java
Java
apache-2.0
8,596
from gluon.storage import Storage settings = Storage() settings.migrate = True settings.title = 'Syndicate Metadata Service' settings.subtitle = 'Princeton University' settings.author = 'Jude Nelson' settings.author_email = 'jcnelson@cs.princeton.edu' settings.keywords = '' settings.description = 'Web front-end for th...
jcnelson/syndicate
old/md-service/SMDS/web2py/applications/SMDS/models/0.py
Python
apache-2.0
635
define(["jquery", "bootstrap", "d3","jnj_chart", "ohdsi_common", "datatables", "datatables-colvis", "colorbrewer", "tabletools"], function ($, bootstrap, d3, jnj_chart, common, DataTables, DataTablesColvis, colorbrewer, TableTools) { function ObservationsRenderer() {} ObservationsRenderer.prototype...
OHDSI/Olympus
src/main/webapp/Heracles/src/js/charts/observations.js
JavaScript
apache-2.0
25,745
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>{Saivi:$info.title}</title> <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="ap...
taobataoma/saivi
tpl/Wap/default/Business_plist.html
HTML
apache-2.0
4,214
import responses import unittest from unittest import skipIf from unittest.mock import mock_open, patch, ANY, call from docopt import docopt, DocoptExit from io import StringIO from collections import OrderedDict import sys import nio_cli.cli as cli from nio_cli.commands.base import Base from nio.block.terminals impor...
nioinnovation/nio-cli
tests/test_cli.py
Python
apache-2.0
27,669
/* * Copyright (c) 2016 Cisco 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 applicabl...
GabrielGanne/vpp-flowtable
src/vpp-api/java/jvpp-ioamexport/jvpp_ioam_export.h
C
apache-2.0
1,388
using System; using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; using System.Linq; using EnvDTE; using EnvDTE80; using Microsoft.VisualStudio.ComponentModelHost; namespace NuGet.VisualStudio { [Export(typeof(IFileSystemProvider))] public class VsFileSystemProvider : IF...
mdavid/nuget
src/VisualStudio/VsFileSystemProvider.cs
C#
apache-2.0
3,640
# Copyright 2012 OpenStack 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 applicable l...
zhangg/trove
trove/tests/unittests/guestagent/test_mongodb_manager.py
Python
apache-2.0
15,121
require 'spec_helper' describe 'duplicity::profile' do let(:title) { 'default' } let(:facts) { {:concat_basedir => '/path/to/dir'} } let(:default_config_file) { '/etc/duply/default/conf' } let(:default_filelist) { '/etc/duply/default/exclude' } describe 'by default' do let(:params) { {} } it { ...
adamcrews/puppet-duplicity
spec/defines/profile_spec.rb
Ruby
apache-2.0
10,421
/* * 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 ...
vlsi/calcite
core/src/main/java/org/apache/calcite/prepare/RelOptTableImpl.java
Java
apache-2.0
17,920
/* * 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 ...
britter/commons-lang
src/main/java/org/apache/commons/lang3/function/FailableIntPredicate.java
Java
apache-2.0
3,391
/* * Copyright 2005-2015 Red Hat, Inc. * * Red Hat licenses this file to you under the Apache License, version * 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
migue/fabric8
components/fabric8-arquillian/src/main/java/io/fabric8/arquillian/kubernetes/await/SessionServicesAreReady.java
Java
apache-2.0
6,012
/* * * Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your opti...
OpenXIP/xip-libraries
src/extern/inventor/lib/nodekits/include/Inventor/misc/upgraders/SoV1AppearanceKit.h
C
apache-2.0
4,929
/** * Copyright (c) 2013-2020 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
locationtech/geowave
core/store/src/main/java/org/locationtech/geowave/core/store/memory/MemoryAdapterStore.java
Java
apache-2.0
3,177
/******************************************************************************* * * Pentaho Data Integration * * Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (the ...
lihongqiang/kettle-4.4.0-stable
src/org/pentaho/di/trans/steps/metainject/MetaInjectMeta.java
Java
apache-2.0
16,453
/* * Copyright (C) 2011 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...
android-art-intel/marshmallow
art-extension/runtime/arch/instruction_set.cc
C++
apache-2.0
4,097
/* * Copyright 2005-2017 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * * In applying this licence, ECMWF does not waive the privileges and immunities granted to it by * virtue of its status as an int...
weathersource/grib_api
src/encode_double_array.c
C
apache-2.0
11,692
/** * Copyright (c) 2013-2020 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
locationtech/geowave
extensions/cli/sentinel2/src/main/java/org/locationtech/geowave/format/sentinel2/theia/TheiaImageryProvider.java
Java
apache-2.0
17,063
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
Simran-B/arangodb
arangod/VocBase/Methods/UpgradeTasks.cpp
C++
apache-2.0
23,269
/* * Copyright 2015 Comcast Cable Communications Management, 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 require...
smalenfant/traffic_control
traffic_router/core/src/test/java/com/comcast/cdn/traffic_control/traffic_router/core/external/StatsTest.java
Java
apache-2.0
4,915
/* * 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...
snorden/parquet-mr-apache-parquet-1.7.0
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestParquetFileWriter.java
Java
apache-2.0
21,679
<!DOCTYPE html> <html ng-app="cvapp"> <head lang="en"> <meta charset="UTF-8"> <title>Computer Vision Trainer</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link href='https://fonts.googleapis.com/css?family=Open+Sans|Lato:400,300' rel='stylesheet' type='text/css'/> <li...
saraguittarclark/cvtrainer
dist/index.html
HTML
apache-2.0
1,953
using Lucene.Net.Queries; using Lucene.Net.Search; using Lucene.Net.Spatial.Prefix.Tree; using Lucene.Net.Spatial.Queries; using Lucene.Net.Util; using Spatial4n.Shapes; using System; using System.Collections.Generic; namespace Lucene.Net.Spatial.Prefix { /* * Licensed to the Apache Software Foundation (ASF)...
apache/lucenenet
src/Lucene.Net.Spatial/Prefix/TermQueryPrefixTreeStrategy.cs
C#
apache-2.0
2,939
/* * Swift Parallel Scripting Language (http://swift-lang.org) * Code from Java CoG Kit Project (see notice below) with modifications. * * Copyright 2005-2014 University of Chicago * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licens...
swift-lang/swift-k
src/org/griphyn/vdl/karajan/monitor/processors/coasters/WorkerActiveProcessor.java
Java
apache-2.0
2,365
package org.mindinformatics.gwt.domeo.client.ui.annotation.forms; /** * @author Paolo Ciccarese <paolo.ciccarese@gmail.com> */ public interface IAllowsMultipleTargets { }
rkboyce/DomeoClient
src/org/mindinformatics/gwt/domeo/client/ui/annotation/forms/IAllowsMultipleTargets.java
Java
apache-2.0
175
/** * Copyright 2015 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 ...
cfieber/spectator
spectator-reg-servo/src/test/java/com/netflix/spectator/servo/ServoCounterTest.java
Java
apache-2.0
2,163
// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MI...
untitaker/rust
src/libarena/lib.rs
Rust
apache-2.0
20,496
/*global require*/ 'use strict'; // Require.js allows us to configure shortcut alias require.config({ // The shim config allows us to configure dependencies for // scripts that do not call define() to register a module shim: { underscore: { exports: '_' }, backbone: { deps: [ 'underscore', 'jque...
jiangjianqing/flow-demo
activiti/activiti5.springmvc/src/main/webapp/app/main.js
JavaScript
apache-2.0
867
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/include/usr/vpd/vpdreasoncodes.H $ */ /* ...
alvintpwang/hostboot
src/include/usr/vpd/vpdreasoncodes.H
C++
apache-2.0
6,818
package org.apache.lucene.search.suggest.analyzing; /* * 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 Apa...
smartan/lucene
src/main/java/org/apache/lucene/search/suggest/analyzing/BlendedInfixSuggester.java
Java
apache-2.0
9,762
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.fieldsConflictMessage = fieldsConflictMessage; exports.OverlappingFieldsCanBeMerged = OverlappingFieldsCanBeMerged; var _error = require('../../error'); var _find = require('../../jsutils/find'); var _find2 = _interopRequireDefau...
Khan/khan-linter
node_modules/graphql/validation/rules/OverlappingFieldsCanBeMerged.js
JavaScript
apache-2.0
25,753
/* * 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...
cedral/aws-sdk-cpp
aws-cpp-sdk-mturk-requester/include/aws/mturk-requester/model/UpdateHITTypeOfHITResult.h
C
apache-2.0
1,222
/* * Copyright (c) 2013-2014 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief New thread creation for ARM Cortex-M and Cortex-R * * Core thread related primitives for the ARM Cortex-M and Cortex-R * processor architecture. */ #include <kernel.h> #include <ksched.h> #i...
Vudentz/zephyr
arch/arm/core/aarch32/thread.c
C
apache-2.0
19,460
/* * 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...
chiaming0914/awe-cpp-sdk
aws-cpp-sdk-route53/include/aws/route53/model/GetHealthCheckStatusResult.h
C
apache-2.0
4,264
/* * 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...
chiaming0914/awe-cpp-sdk
aws-cpp-sdk-datapipeline/source/model/DescribeObjectsRequest.cpp
C++
apache-2.0
2,056
/** * xrdp: A Remote Desktop Protocol server. * * Copyright (C) Jay Sorg 2004-2012 * * 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 ...
awakecoding/xrdp-ng
freerds/core/listener.c
C
apache-2.0
2,099
git clone https://github.com/nlpie/nlptab-webapp.git cd nlptab-webapp npm install gulp sed -i.bak "s/esServer: 'localhost:9200'/esServer: 'localhost:58032'/g" app/config.js cp -R app/* /var/www/html/ ufw allow http
NLPIE/NLP-TAB-vm
scripts/nlptab-webapp.sh
Shell
apache-2.0
215
// Copyright (c) 2012 The Chromium 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 "content/common/resource_messages.h" #include "net/base/load_timing_info.h" #include "net/http/http_response_headers.h" #include "webkit/glu...
plxaye/chromium
src/content/common/resource_messages.cc
C++
apache-2.0
9,210
/** * 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 not us...
growingio/phoenix
phoenix-core/src/test/java/org/apache/phoenix/query/GuidePostsCacheWrapperTest.java
Java
apache-2.0
4,037
/* * #%L * SparkCommerce Framework * %% * Copyright (C) 2009 - 2013 Spark Commerce * %% * 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/LICEN...
akdasari/SparkCore
spark-framework/src/main/java/org/sparkcommerce/core/util/domain/CodeType.java
Java
apache-2.0
1,219
#include "search/geometry_utils.hpp" #include "indexer/scales.hpp" #include "geometry/mercator.hpp" namespace search { double PointDistance(m2::PointD const & a, m2::PointD const & b) { return MercatorBounds::DistanceOnEarth(a, b); } bool IsEqualMercator(m2::RectD const & r1, m2::RectD const & r2, double eps) { ...
VladiMihaylenko/omim
search/geometry_utils.cpp
C++
apache-2.0
384
// 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...
helifu/kudu
java/kudu-client/src/test/java/org/apache/kudu/client/TestPartitionPruner.java
Java
apache-2.0
35,532
#!/bin/bash # Creates shallow haddocks for GitHub pages. set -eu -o pipefail IMAGE_NAME=tensorflow/haskell:v0 STACK="stack --docker --docker-image=$IMAGE_NAME" $STACK haddock --no-haddock-deps tensorflow* DOC_ROOT=$($STACK path --local-doc-root) DOCS=docs/haddock git rm -fr $DOCS mkdir -p $DOCS cp $DOC_ROOT/{*.html...
cem3394/haskell
tools/haddock.sh
Shell
apache-2.0
422
package com.cronutils.model.time.generator; import com.cronutils.model.field.expression.FieldExpression; import org.apache.commons.lang3.Validate; import java.util.List; /* * Copyright 2015 jmrozanec * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
ucpwang/cron-utils
src/main/java/com/cronutils/model/time/generator/FieldValueGenerator.java
Java
apache-2.0
2,439
/* * Copyright (c) 2008-2021, Hazelcast, 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 ...
jerrinot/hazelcast
hazelcast/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java
Java
apache-2.0
58,765
package zktopo import ( "encoding/json" "path" "strings" "github.com/golang/protobuf/proto" topodatapb "github.com/youtube/vitess/go/vt/proto/topodata" vschemapb "github.com/youtube/vitess/go/vt/proto/vschema" ) // This file contains utility functions to maintain backward compatibility // with old-style non-B...
theskyinflames/bpulse-go-client
vendor/github.com/youtube/vitess/go/vt/zktopo/convert.go
GO
apache-2.0
2,481
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #include "base/os.h" #include <boost/assign/list_of.hpp> #include <cfg/cfg_init.h> #include <cfg/cfg_interface.h> #include <oper/operdb_init.h> #include <controller/controller_init.h> #include <controller/controller_ifmap.h> #include <pkt/pkt_in...
tcpcloud/contrail-controller
src/vnsw/agent/test/test_vmport_cfg.cc
C++
apache-2.0
59,044
{base}, Standard as ( SELECT distinct SOURCE_CODE, TARGET_CONCEPT_ID, TARGET_DOMAIN_ID, SOURCE_VALID_START_DATE as VALID_START_DATE, SOURCE_VALID_END_DATE as VALID_END_DATE, SOURCE_VOCABULARY_ID FROM Source_to_Standard WHERE lower(SOURCE_VOCABULARY_ID) IN ('icd10') ), Source as ( SELECT distinct SOURCE_CODE, TARGET_CO...
OHDSI/ETL-CDMBuilder
source/org.ohdsi.cdm.framework.etl/org.ohdsi.cdm.framework.etl.cprdhes/ETL/CPRDHES/Lookups/icd10.sql
SQL
apache-2.0
1,082
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE HTML> <html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=717103 --> <head> <title>Test for the device storage API </title> <script type="text/javascript" src="/tests/SimpleTest/SimpleTest....
wilebeast/FireFox-OS
B2G/gecko/dom/devicestorage/test/test_enumerate.html
HTML
apache-2.0
2,907
// // Copyright 2019 SenX S.A.S. // // 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...
cityzendata/warp10-platform
warp10/src/main/java/io/warp10/WarpManager.java
Java
apache-2.0
1,972
/** * @preserve Copyright 2012 Martijn van de Rijdt & Modilabs * * 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...
alxndrsn/enketo-core
src/widget/note/notewidget.js
JavaScript
apache-2.0
2,293
# FOSSology+SPDX Makefile - utils/ # Copyright (C) 2013 University of Nebraska at Omaha. # Create and install: # fossyspdx-postinstall TOP=.. VARS=$(TOP)/Makefile.conf include $(VARS) CONFPATH=$(SYSCONFDIR) all: fossyspdx-postinstall defconf/fossologyspdx.conf # include the preprocessing stuff include $(TOP)/Mak...
FOSSology-SPDX/fossology-spdx
utils/Makefile
Makefile
apache-2.0
2,158
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
flofreud/aws-sdk-java
aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/GetFunctionConfigurationRequestMarshaller.java
Java
apache-2.0
3,688
/* * * Copyright 2012-2014 Eurocommercial Properties NV * * * 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 req...
kigsmtua/estatio
estatioapp/fixture/src/main/java/org/estatio/fixture/party/PersonAbstract.java
Java
apache-2.0
3,768
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Dashboards</title> <script type="text/javascript"> var mantle_win; if (parent) mantle_win = parent; if (window.opener) { if (window.opener.parent) mantle_win = window.opener...
rpbouman/spuc
src/html/spuc.html
HTML
apache-2.0
3,120
##### Creating a basic module Modules can be very useful by providing you with more features that can be used within web pages and can even provide a full web app that will work on top of your website. You can get more information about modules in the [modules](../modules/Home) section of the documentation.<br/> Here,...
wh1t3projects/Pure_PHP_Framework
docs/quickstart/Page07-CreatingABasicModule.md
Markdown
apache-2.0
3,453
package wtf.pants.stamp.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Pants * * Currently only works for methods */ @Retention(RetentionPolicy.CLASS) @Target({ElementType.M...
Pants/stamp-java-obfuscator
src/main/java/wtf/pants/stamp/annotations/StampPreserve.java
Java
apache-2.0
364
/* * Copyright 2019, EnMasse authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ // Code generated by go generate; DO NOT EDIT. package watchers import ( "fmt" tp "github.com/enmasseproject/enmasse/pkg/apis/enmasse/v1beta1" cp "github.com/enmasseproj...
EnMasseProject/enmasse
pkg/consolegraphql/watchers/resource_watcher_addressspaceschema.go
GO
apache-2.0
7,437
<html> <head> <meta http-equiv="refresh" content="0; URL=r_date-time-functions.html" /> </head> </html>
shawkins/teiid-documents
reference/Date_Time_Functions.html
HTML
apache-2.0
103
/* * SessionFitFunctionsPresentationView.java * * Copyright 2006-2015 James F. Bowring and www.Earth-Time.org * * 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.a...
clementparizot/ET_Redux
src/main/java/org/earthtime/Tripoli/dataViews/fitFunctionPresentationViews/SessionFitFunctionsPresentationView.java
Java
apache-2.0
2,640
// Copyright 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" file acco...
swipely/amazon-ecs-agent
agent/taskresource/fsxwindowsfileserver/fsxwindowsfileserverstatus.go
GO
apache-2.0
2,717
/* * INTEL CONFIDENTIAL * Copyright (c) 2002, 2003 Intel Corporation. All rights reserved. * * The source code contained or described herein and all documents * related to the source code ("Material") are owned by Intel * Corporation or its suppliers or licensors. Title to the * Material remains with Intel Co...
dlna/DeveloperToolsForUPnP
Tools/DeviceBuilder/Util/ILibParsers.h
C
apache-2.0
24,999
package com.couchbase.lite; import com.couchbase.lite.internal.RevisionInternal; import com.couchbase.lite.mockserver.MockDispatcher; import com.couchbase.lite.mockserver.MockHelper; import com.couchbase.lite.replicator.Replication; import com.couchbase.lite.support.FileDirUtils; import com.couchbase.lite.support.Revi...
vladoatanasov/couchbase-lite-android
src/androidTest/java/com/couchbase/lite/DatabaseTest.java
Java
apache-2.0
8,892
#ifndef __LUMENSEGMENTATION_H #define __LUMENSEGMENTATION_H #include <vtkPolyDataAlgorithm.h> #include <vtkImageData.h> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include <vtkPolyDataCollection.h> #include <vtkOrientedGlyphContourRepresentation.h> class LumenSegmentationFilter : public vtkPolyDataAlgori...
wuzhuobin/Vessel_Project
codes/Algorithm/LumenSegmentationFilter/LumenSegmentationFilter.h
C
apache-2.0
2,029
/* Copyright (c) 2013, salesforce.com, inc. All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of con...
Sependa/SalesforceSDKCore-Taptera
SalesforceSDKCoreTests/SFSmartStoreTestCase.h
C
apache-2.0
2,005
package uk.ac.ebi.pride.psmindex.search.model; import org.apache.solr.client.solrj.beans.Field; import uk.ac.ebi.pride.archive.dataprovider.identification.ModificationProvider; import uk.ac.ebi.pride.archive.dataprovider.identification.PeptideSequenceProvider; import uk.ac.ebi.pride.archive.dataprovider.param.CvParamP...
PRIDE-Archive/psm-index-service
src/main/java/uk/ac/ebi/pride/psmindex/search/model/Psm.java
Java
apache-2.0
2,617
--- layout: vakit_dashboard title: DE KRIM (ZWOLLE), HOLLANDA için iftar, namaz vakitleri ve hava durumu - ilçe/eyalet seç permalink: /HOLLANDA/DE KRIM (ZWOLLE) --- ## DE KRIM (ZWOLLE) (HOLLANDA) için iftar, namaz vakitleri ve hava durumu görmek için bir ilçe/eyalet seç Aşağıdaki listeden bir şehir ya da semt seçin ...
hakanu/iftar
_posts_/vakit/HOLLANDA/DE_KRIM_(ZWOLLE)/2017-02-01-DE_KRIM_(ZWOLLE).markdown
Markdown
apache-2.0
587
/* * Copyright (C) 2015 Intel 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
zhaobob/libyami
common/surfacepool.cpp
C++
apache-2.0
2,169
package cn.itcast_05; public class SetThread implements Runnable { private Student s; private int x = 0; public SetThread(Student s) { this.s = s; } @Override public void run() { while (true) { synchronized (s) { //判断有没有 if(s.flag){ try { s.wait(); //t1等着,释放锁 } catch (Interrupte...
aircjm/JavaSeStudy
day24/code/day24_Thread/src/cn/itcast_05/SetThread.java
Java
apache-2.0
748
/** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Blockly module for Node. It includes Blockly core, * built-in blocks, all the generators and the English locale. */ /* eslint-disable */ 'use strict'; // Include the EN Locale by default. Bloc...
google/blockly
scripts/package/node/index.js
JavaScript
apache-2.0
339
package biz.aQute.resolve; import static test.lib.Utils.createRepo; import java.util.Arrays; import java.util.HashSet; import java.util.List; import java.util.Set; import org.osgi.framework.namespace.IdentityNamespace; import org.osgi.resource.Capability; import org.osgi.resource.Requirement; import org.osgi.resourc...
psoreide/bnd
biz.aQute.resolve/test/biz/aQute/resolve/GenericResolveContextResolveTest.java
Java
apache-2.0
5,184
/* * Copyright 2018 ImpactDevelopment * * 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...
ImpactDevelopment/ClientAPI
src/main/java/clientapi/gui/widget/data/DefaultWidgetAlignment.java
Java
apache-2.0
1,076
import { Component, Input } from '@angular/core'; import { User } from 'ngx-login-client'; @Component({ selector: 'f8-assignee', templateUrl: './assignee.component.html', styleUrls: ['./assignee.component.less'], }) export class AssigneesComponent { private assignees: User[] = []; @Input() truncateAfter: nu...
fabric8-ui/fabric8-ui
packages/planner/src/app/components_ngrx/assignee/assignee.component.ts
TypeScript
apache-2.0
502
package gwt.material.design.client.ui.html; /* * #%L * GwtBootstrap3 * %% * Copyright (C) 2013 GwtBootstrap3 * %% * 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...
GwtMaterialDesign/gwt-material
gwt-material/src/main/java/gwt/material/design/client/ui/html/Code.java
Java
apache-2.0
1,196
// 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 ...
jay-hodgson/SynapseWebClient
src/main/webapp/js/goog/ui/editor/toolbarcontroller.js
JavaScript
apache-2.0
9,007
/* * Copyright (c) 2017. HSJ * * 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...
ShengJunHu/FastAndroid
library/common/src/main/java/com/hsj/common/rxbus/BusThead.java
Java
apache-2.0
1,429
/* * Copyright (C) 2009 The Guava 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 agre...
DavesMan/guava
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableBiMap.java
Java
apache-2.0
4,820
# -*- coding: utf-8 -*- """ CSS Selectors based on XPath ============================ This module supports selecting XML/HTML elements based on CSS selectors. See the `CSSSelector` class for details. :copyright: (c) 2007-2012 Ian Bicking and contributors. See AUTHORS for more deta...
frvannes16/Cops-Robbers-Coding-Challenge
src/competition_code/libs/cssselect/__init__.py
Python
apache-2.0
639
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection.PortableExecutable; usin...
furesoft/roslyn
src/Compilers/Core/Portable/PEWriter/PeWriter.cs
C#
apache-2.0
69,905
package gr.forth.ics.graph.event; public interface GraphListener extends NodeListener, EdgeListener { }
DimitrisAndreou/flexigraph
src/gr/forth/ics/graph/event/GraphListener.java
Java
apache-2.0
105
/* * 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...
k21/buck
test/com/facebook/buck/rules/CachingBuildEngineFactory.java
Java
apache-2.0
6,351
/* * Waltz - Enterprise Architecture * Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project * See README.md for more information * * 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 ...
khartec/waltz
waltz-jobs/src/main/java/org/finos/waltz/jobs/harness/MeasurableRatingHarness.java
Java
apache-2.0
2,714
package org.finos.waltz.integration_test.inmem.helpers; import org.finos.waltz.model.EntityKind; import org.finos.waltz.model.EntityReference; import org.finos.waltz.model.Operation; import org.finos.waltz.model.involvement.EntityInvolvementChangeCommand; import org.finos.waltz.model.involvement.ImmutableEntityInvolve...
khartec/waltz
waltz-integration-test/src/test/java/org/finos/waltz/integration_test/inmem/helpers/InvolvementHelper.java
Java
apache-2.0
2,071
/******************************************************************************** ** Form generated from reading UI file 'moments.ui' ** ** Created by: Qt User Interface Compiler version 5.8.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *******************************************...
DPSablowski/croco
build-CroCo-Desktop_Qt_5_8_0_GCC_64bit-Release/ui_moments.h
C
apache-2.0
12,132
/** * Copyright &copy; 2012-2016 <a href="https://github.com/tlkzzz/jeesite">JeeSite</a> All rights reserved. */ package com.tlkzzz.jeesite.modules.sys.service; import java.util.List; import com.tlkzzz.jeesite.common.service.CrudService; import com.tlkzzz.jeesite.common.utils.CacheUtils; import com.tlkzzz.jeesite.m...
tlkzzz/xpjfx
src/main/java/com/tlkzzz/jeesite/modules/sys/service/DictService.java
Java
apache-2.0
1,144
/* * 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 ...
trekawek/jackrabbit-oak
oak-core/src/test/java/org/apache/jackrabbit/oak/security/authorization/accesscontrol/PrincipalACLTest.java
Java
apache-2.0
4,767
/** * 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...
ErikKringen/kafka
core/src/test/scala/unit/kafka/server/ClientQuotaManagerTest.scala
Scala
apache-2.0
19,816
# # Copyright:: Copyright (c) 2014 Chef Software Inc. # License:: Apache License, Version 2.0 # # 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....
vinyar/chef-dk
lib/chef-dk/command/update.rb
Ruby
apache-2.0
4,086
/* * Copyright 2000-2017 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...
apixandru/intellij-community
java/java-analysis-impl/src/com/intellij/codeInspection/dataFlow/inliner/CollectionFactoryInliner.java
Java
apache-2.0
3,317
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef nsJSEventListener_h__ #def...
sergecodd/FireFox-OS
B2G/gecko/dom/src/events/nsJSEventListener.h
C
apache-2.0
1,431
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
lordjone/libgdx
extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/btSolverBody.java
Java
apache-2.0
9,009
// 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 w...
google/go-genproto
googleapis/cloud/osconfig/v1alpha/instance_os_policies_compliance.pb.go
GO
apache-2.0
36,598
/* * Copyright (C) 2014 The Android Open Source Project * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
life-beam/j2objc
jre_emul/android/platform/libcore/ojluni/src/main/java/java/io/PrintStream.java
Java
apache-2.0
41,821
/* Copyright 2015 The Kubernetes 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 applicable law or ag...
swagiaal/kubernetes
test/e2e/resource_usage_gatherer.go
GO
apache-2.0
7,581