code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
+++ title = "John Behrens" image = "john-behrens.jpg" twitter = "webconsultseu" website = "http://www.skills-for-teams.com" type = "speaker" linktitle = "john-behrens" +++ John Behrens is a freelancer from Hamburg Germany, he is fulfilling different roles in Developer, Tester, Scrum Master, Engineer, Architect, Train...
gomex/devopsdays-web
content/events/2019-stockholm/speakers/john-behrens.md
Markdown
apache-2.0
440
require 'puppet/node/facts' require 'puppet/indirector/rest' require 'puppet/util/puppetdb' class Puppet::Node::Facts::Puppetdb < Puppet::Indirector::REST include Puppet::Util::Puppetdb include Puppet::Util::Puppetdb::CommandNames def save(request) facts = request.instance.dup facts.values = facts.value...
melissa/puppetdb
puppet/lib/puppet/indirector/facts/puppetdb.rb
Ruby
apache-2.0
3,402
/* * Copyright 2021 Red Hat, Inc. and/or its affiliates * and other 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 License at * * http://www.apach...
stianst/keycloak
quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/storage/database/liquibase/QuarkusLiquibaseConnectionProvider.java
Java
apache-2.0
5,267
<!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_45) on Fri Aug 28 09:51:25 EDT 2015 --> <title>Cassandra.AsyncClient.atomic_batch_mutate_call (apache-cassandra API)</title> <meta name="date" ...
mitch-kyle/message-board
support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/thrift/Cassandra.AsyncClient.atomic_batch_mutate_call.html
HTML
apache-2.0
16,255
package org.apereo.cas.web.flow.actions; import org.apereo.cas.authentication.CoreAuthenticationTestUtils; import org.apereo.cas.authentication.principal.ResponseBuilderLocator; import org.apereo.cas.authentication.principal.WebApplicationService; import org.apereo.cas.authentication.principal.WebApplicationServiceRes...
robertoschwald/cas
core/cas-server-core-webflow/src/test/java/org/apereo/cas/web/flow/actions/RedirectToServiceActionTests.java
Java
apache-2.0
2,947
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" > <title>Berlin 2013 - Proposal</title> <meta name="author" content="Tim Lossen" > <link rel="alternate" type="applicat...
benjohnson77/devopsdays-web
static/events/2013-berlin/proposals/Podularity FTW/index.html
HTML
apache-2.0
9,252
package org.camunda.bpm.engine.rest.wink; import org.camunda.bpm.engine.rest.AbstractMessageRestServiceTest; import org.camunda.bpm.engine.rest.util.WinkTomcatServerBootstrap; import org.junit.AfterClass; import org.junit.BeforeClass; public class MessageRestServiceTest extends AbstractMessageRestServiceTest { pro...
tkaefer/camunda-bpm-platform
engine-rest/src/test/java/org/camunda/bpm/engine/rest/wink/MessageRestServiceTest.java
Java
apache-2.0
629
let connectionIdx = 0; let messageIdx = 0; function addConnection(connection) { connection.connectionId = ++connectionIdx; addMessage('New connection #' + connectionIdx); connection.addEventListener('message', function(event) { messageIdx++; const data = JSON.parse(event.data); const logString = 'Me...
beaufortfrancois/samples
presentation-api/receiver/receiver.js
JavaScript
apache-2.0
1,980
/* * Copyright 2013 Steve Vickers * * 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 ...
ReactiveMongo/ReactiveMongo-Extensions
bson/src/test/scala/dsl/criteria/UntypedWhereSpec.scala
Scala
apache-2.0
3,275
/* * JBoss, Home of Professional Open Source * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual * contributors by the @authors tag. See the copyright.txt in the * distribution for a full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
jboss-developer/jboss-wfk-quickstarts
deltaspike-partialbean-basic/src/main/java/org/jboss/as/quickstart/deltaspike/partialbean/ExamplePartialBeanImplementation.java
Java
apache-2.0
1,876
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
jmartisk/hibernate-validator
engine/src/main/java/org/hibernate/validator/cfg/defs/EmailDef.java
Java
apache-2.0
1,337
/* 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 ag...
stonejiang208/fabric
protos/common/block.go
GO
apache-2.0
1,283
<?php /* * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
googleapis/google-cloud-php-access-approval
src/V1/AccessApprovalClient.php
PHP
apache-2.0
1,209
/* * Copyright (c) 2010. All rights reserved. */ package ro.isdc.wro.model.resource.processor; import static org.junit.Assert.assertEquals; import java.io.File; import java.net.URL; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import ro.isdc.wro.config...
UAK-35/wro4j
wro4j-core/src/test/java/ro/isdc/wro/model/resource/processor/TestConformColorsCssProcessor.java
Java
apache-2.0
1,512
/* Copyright 2017 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 applicable law or a...
snnn/tensorflow
tensorflow/core/grappler/optimizers/arithmetic_optimizer_test.cc
C++
apache-2.0
128,921
require 'spec_helper' describe Puppet::Type.type(:openldap_access) do describe 'namevar title patterns' do it 'handles componsite name' do access = described_class.new(name: 'to attrs=userPassword,shadowLastChange by dn="cn=admin,dc=example,dc=com" write by anonymous auth') expect(access[:name]).to e...
nfrance-conseil/puppet-openldap
spec/unit/puppet/type/openldap_acess_spec.rb
Ruby
apache-2.0
2,911
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/forecast/ForecastService_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServic...
awslabs/aws-sdk-cpp
aws-cpp-sdk-forecast/include/aws/forecast/model/CreateForecastExportJobResult.h
C
apache-2.0
2,341
/* Copyright 2020 The Knative 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, sof...
google/knative-gcp
vendor/knative.dev/pkg/codegen/cmd/injection-gen/generators/reconciler_controller_stub.go
GO
apache-2.0
4,426
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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.a...
dakshika/product-mss
samples/petstore/frontend-util/src/main/java/org/wso2/carbon/mss/examples/petstore/util/fe/view/NavigationBean.java
Java
apache-2.0
1,401
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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/li...
darshanasbg/identity-inbound-auth-oauth
components/org.wso2.carbon.identity.oauth/src/test/java/org/wso2/carbon/identity/oauth2/validators/OAuth2TokenValidationMessageContextTest.java
Java
apache-2.0
2,398
/* * XDD - a data movement and benchmarking toolkit * * Copyright (C) 1992-2013 I/O Performance, Inc. * Copyright (C) 2009-2013 UT-Battelle, LLC * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License version 2, as published by the Free Software ...
eunsungc/gt6-RAMSES_8_5
xdd-7.0.0.rc-ramses3/src/bx/bx_worker_thread.c
C
apache-2.0
7,048
/* Copyright 2011-2016 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 by applicable law or agreed t...
chubbymaggie/binnavi
src/main/java/com/google/security/zynamics/binnavi/disassembly/INaviEdgeListener.java
Java
apache-2.0
1,248
package com.bazaarvoice.emodb.common.dropwizard.leader; import com.bazaarvoice.curator.recipes.leader.LeaderService; import com.bazaarvoice.emodb.common.dropwizard.task.TaskRegistry; import com.bazaarvoice.emodb.common.zookeeper.leader.PartitionedLeaderService; import com.google.common.collect.ImmutableMultimap; impor...
billkalter/emodb
common/dropwizard/src/main/java/com/bazaarvoice/emodb/common/dropwizard/leader/LeaderServiceTask.java
Java
apache-2.0
5,047
<!DOCTYPE html> <html devsite> <head> <meta name="project_path" value="/web/tools/workbox/_project.yaml" /> <meta name="book_path" value="/web/tools/workbox/_book.yaml" /> <meta name="gtm_var" data-key="docType" data-value="reference"> <title>Source: workbox-webpack-plugin/src/inject-manifest.js</title> <lin...
ebidel/WebFundamentals
src/content/en/tools/workbox/reference-docs/v3.0.0-beta.0/workbox-webpack-plugin_src_inject-manifest.js.html
HTML
apache-2.0
6,558
/** * Copyright 2014 IBM 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 applicable law or agreed to in wr...
ty4tw/node-red
test/red/api/library_spec.js
JavaScript
apache-2.0
8,945
#!/bin/bash # Copyright 2017 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law ...
jinlmsft/kubernetes
test/kubemark/gce/util.sh
Shell
apache-2.0
5,070
"""Support for OpenWRT (ubus) routers.""" import logging import re from openwrt.ubus import Ubus import voluptuous as vol from homeassistant.components.device_tracker import ( DOMAIN, PLATFORM_SCHEMA as PARENT_PLATFORM_SCHEMA, DeviceScanner, ) from homeassistant.const import CONF_HOST, CONF_PASSWORD, CON...
jawilson/home-assistant
homeassistant/components/ubus/device_tracker.py
Python
apache-2.0
5,843
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/usr/hwpf/hwp/core_activate/proc_post_winkle/proc_post_winkle.C $ */ /* ...
csmart/hostboot
src/usr/hwpf/hwp/core_activate/proc_post_winkle/proc_post_winkle.C
C++
apache-2.0
6,536
package org.elasticsearch.action.get; import com.bazaarvoice.elasticsearch.client.core.spi.RestExecutor; import com.bazaarvoice.elasticsearch.client.core.spi.RestResponse; import com.bazaarvoice.elasticsearch.client.core.util.UrlBuilder; import org.elasticsearch.action.AbstractRestClientAction; import org.elasticsearc...
bazaarvoice/es-client-java
es-rest-client-1.3/core/src/main/java/org/elasticsearch/action/get/GetRest.java
Java
apache-2.0
2,328
package internalversion import ( "github.com/openshift/origin/pkg/template/api" "k8s.io/apimachinery/pkg/api/errors" ) // TemplateListerExpansion allows custom methods to be added to // TemplateLister. type TemplateListerExpansion interface { GetByUID(uid string) (*api.Template, error) } // TemplateNamespaceListe...
louyihua/origin
pkg/template/generated/listers/template/internalversion/template_expansion.go
GO
apache-2.0
756
dir = File.expand_path(File.dirname(__FILE__)) $LOAD_PATH.unshift File.join(dir, "../lib") # Maybe puppetlabs_spec_helper is in a directory next to puppetdb. If not, we # don't fail any worse than we already would. $LOAD_PATH.push File.join(dir, "../../../puppetlabs_spec_helper") require 'rspec' require 'puppetlabs_sp...
melissa/puppetdb
puppet/spec/spec_helper.rb
Ruby
apache-2.0
718
/************************************************************************************************************ DHTML Suite for Applications (C) www.dhtmlgoodies.com, Janury 2007 CSS for the DHTMLSuite.imageSelection class. www.dhtmlgoodies.com Alf Magne Kalleland *********************************************...
afamorim/Vortice
apps/vortice-webapp/target/vortice-webapp/nucleo/themes/zune/css/image-selection.css
CSS
apache-2.0
1,890
/* * 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 ...
benmccann/pdfbox
tools/src/main/java/org/apache/pdfbox/tools/TextToPDF.java
Java
apache-2.0
11,926
/* * Copyright 2012 International Business Machines Corp. * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. Licensed under the Apache License, * Version 2.0 (the "License"); you may not use this file except in compliance * with the License. You ...
sidgoyal/standards.jsr352.jbatch
javax.batch/src/main/java/javax/batch/api/chunk/listener/AbstractItemWriteListener.java
Java
apache-2.0
2,264
/* * #%L * SparkCommerce Framework Web * %% * 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/L...
akdasari/SparkIntegration
src/test/java/org/sparkcommerce/core/payment/service/NullPaymentGatewayConfigurationImpl.java
Java
apache-2.0
3,194
/* * Copyright (C) 2015 Stratio (http://stratio.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 by app...
Stratio/Sparta
web/src/scripts/controllers/drivers-list.js
JavaScript
apache-2.0
3,460
"""Support for Switchbot devices.""" from asyncio import Lock import switchbot # pylint: disable=import-error from homeassistant.config_entries import ConfigEntry from homeassistant.const import CONF_SENSOR_TYPE, Platform from homeassistant.core import HomeAssistant from homeassistant.exceptions import ConfigEntryNo...
home-assistant/home-assistant
homeassistant/components/switchbot/__init__.py
Python
apache-2.0
4,051
package org.zstack.sdk.zwatch.thirdparty.api; public class QueryThirdpartyAlertResult { public java.util.List inventories; public void setInventories(java.util.List inventories) { this.inventories = inventories; } public java.util.List getInventories() { return this.inventories; }...
zstackorg/zstack
sdk/src/main/java/org/zstack/sdk/zwatch/thirdparty/api/QueryThirdpartyAlertResult.java
Java
apache-2.0
513
/** * 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...
ascrutae/sky-walking-ui
src/routes/Exception/500.js
JavaScript
apache-2.0
1,035
+++ Talk_date = "" Talk_start_time = "" Talk_end_time = "" Title = "Postmortem da estrela da morte" Type = "talk" Speakers = ["rafael-barbosa"] youtube = "" slideshare = "" slides = "" +++ Blameless postmortem, um dos rituais mais importante da cultura Devops sendo aplicado aos erros do projeto da estrela da morte e ...
gomex/devopsdays-web
content/events/2019-goiania/program/rafael-barbosa.md
Markdown
apache-2.0
461
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
dpursehouse/elasticsearch
core/src/test/java/org/elasticsearch/discovery/zen/publish/PublishClusterStateActionTests.java
Java
apache-2.0
44,836
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/kinesisanalytics/model/LambdaOutputUpdate.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace...
jt70471/aws-sdk-cpp
aws-cpp-sdk-kinesisanalytics/source/model/LambdaOutputUpdate.cpp
C++
apache-2.0
1,459
package com.orientechnologies.orient.core.index; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import com.orientechnologies.common.collection.OCompositeKey; import com....
nengxu/OrientDB
core/src/test/java/com/orientechnologies/orient/core/index/OSimpleKeyIndexDefinitionTest.java
Java
apache-2.0
4,965
# # Copyright (c) 2008-2015 Citrix Systems, 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...
benfinke/ns_python
nssrc/com/citrix/netscaler/nitro/resource/config/system/systemglobal_authenticationpolicy_binding.py
Python
apache-2.0
6,831
/* * Copyright 2000-2010 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...
IllusionRom-deprecated/android_platform_tools_idea
plugins/ant/src/com/intellij/lang/ant/refactoring/AntRenameHandler.java
Java
apache-2.0
3,289
""" Drone.io badge generator. Currently set up to work on Mac. Requires Pillow. """ import os from PIL import Image, ImageDraw, ImageFont SIZE = (95, 18) def hex_colour(hex): if hex[0] == '#': hex = hex[1:] return ( int(hex[:2], 16), int(hex[2:4], 16), int(hex[4:6], 16), ...
21strun/django-coverage
assets/badges/drone.io/badge_maker.py
Python
apache-2.0
1,424
# -*- coding: utf-8 -*- # Copyright 2010 British Broadcasting Corporation and Kamaelia Contributors(1) # # (1) Kamaelia Contributors are listed in the AUTHORS file and at # http://www.kamaelia.org/AUTHORS - please extend this file, # not this notice. # # Licensed under the Apache License, Version 2.0 (the "Lic...
sparkslabs/kamaelia_
Sketches/JT/Jam/library/trunk/Axon/SchedulingComponent.py
Python
apache-2.0
3,988
// scalac: -Ystop-after:parser // object foo { val n = <a xmlns=""/> n.namespace == null }
scala/scala
test/files/pos/xml-ns-empty.scala
Scala
apache-2.0
100
<?php namespace PHPExcel\Reader\Excel5; /** * PHPExcel_Reader_Excel5_RC4 * * Copyright (c) 2006 - 2015 PHPExcel * * 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 * versio...
winerQin/yesnophp
library/PHPExcel/Reader/Excel5/RC4.php
PHP
apache-2.0
2,548
/* * Copyright 2011 Christopher Pheby * * 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...
JadiraOrg/jadira
bindings/src/main/java/org/jadira/bindings/core/binder/RegisterableBinder.java
Java
apache-2.0
8,392
/** * @license * Copyright 2013 Palantir Technologies, 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...
cloudfoundry-community/asp.net5-buildpack
fixtures/node_apps/angular_dotnet/ClientApp/node_modules/tslint/lib/configuration.d.ts
TypeScript
apache-2.0
6,738
/* * Copyright 2014 Guidewire Software, Inc. */ package gw.plugin.ij.intentions; import com.intellij.codeInsight.CodeInsightUtilBase; import com.intellij.codeInspection.LocalQuickFixAndIntentionActionOnPsiElement; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.project.Project; import com.int...
pdalbora/gosu-lang
idea-gosu-plugin/src/main/java/gw/plugin/ij/intentions/WhileToForFix.java
Java
apache-2.0
4,712
/* * Author: Markus Stenberg <markus stenberg@iki.fi> * Author: Steven Barth <steven@midlink.org> * Author: Pierre Pfister * * Copyright (c) 2014-2015 cisco Systems, Inc. */ #pragma once /* Anything up to INFO is compiled in by default; syslog can be used * to filter them out. DEBUG can be quite spammy and isn...
sbyx/hnetd
src/hnetd.h
C
apache-2.0
2,413
# 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...
ppwwyyxx/tensorflow
tensorflow/python/training/checkpoint_utils.py
Python
apache-2.0
19,434
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you ma...
tcNickolas/reef
lang/cs/SharedAssemblyInfo.cs
C#
apache-2.0
1,475
// Copyright 2012 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. #ifndef V8_DATE_H_ #define V8_DATE_H_ #include "src/base/timezone-cache.h" #include "src/globals.h" #include "src/objects/smi.h" namespace v8 { namesp...
weolar/miniblink49
v8_7_5/src/date.h
C
apache-2.0
8,226
// // SZUserSettingsViewControllerIOS6.h // Socialize // // Created by David Jedeikin on 1/6/14. // Copyright (c) 2014 ShareThis. All rights reserved. // #import <Socialize/Socialize.h> @interface SZUserSettingsViewControllerIOS6 : SZUserSettingsViewController @end
ngrebenshikov/SisyphusHill
src/pyramid-xcode/Pyramid/Pods/Socialize/Socialize/SZUserSettingsViewControllerIOS6.h
C
apache-2.0
273
/* Copyright 2019 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 applicable law or a...
karllessard/tensorflow
tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/legalize_to_standard.cc
C++
apache-2.0
7,534
/* * 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 ...
jgrivolla/uima-addons
RegularExpressionAnnotator/src/main/java/org/apache/uima/annotator/regex/RegexVariables.java
Java
apache-2.0
1,870
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
wwjiang007/alluxio
core/client/fs/src/main/java/alluxio/client/block/stream/DefaultBlockWorkerClient.java
Java
apache-2.0
9,174
/* * Copyright (c) 2005-2010 Grameen Foundation USA * 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 * * Unl...
vorburger/mifos-head
acceptanceTests/src/test/java/org/mifos/test/acceptance/framework/loan/CreateLoanAccountSearchParameters.java
Java
apache-2.0
1,290
/* * Copyright 2014 Realm 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 in wr...
ShikaSD/realm-java
realm/realm-library/src/androidTest/java/io/realm/internal/test/CodeGenTest.java
Java
apache-2.0
901
/* mustache.js — Logic-less templates in JavaScript See http://mustache.github.com/ for more info. */ var Mustache = function() { var Renderer = function() {}; Renderer.prototype = { otag: "{{", ctag: "}}", pragmas: {}, buffer: [], pragmas_implemented: { "IMPLICIT-ITERATOR": true, ...
EHJ-52n/js-sensorweb-client
src/main/js/libs/mustache.js
JavaScript
apache-2.0
11,529
/* * $Id: WrapperClassBean.java 799110 2009-07-29 22:44:26Z musachy $ * * 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 ...
WillJiang/WillJiang
src/plugins/json/src/test/java/org/apache/struts2/json/WrapperClassBean.java
Java
apache-2.0
4,821
package alien4cloud.tosca.parser.mapping.generator; import java.io.IOException; import java.util.AbstractMap; import java.util.Map; import javax.annotation.PostConstruct; import javax.annotation.Resource; import lombok.extern.slf4j.Slf4j; import org.springframework.context.ApplicationContext; import org.springframe...
loicalbertin/alien4cloud
alien4cloud-core/src/main/java/alien4cloud/tosca/parser/mapping/generator/MappingGenerator.java
Java
apache-2.0
12,944
--- id: io-kinesis-sink title: Kinesis sink connector sidebar_label: "Kinesis sink connector" original_id: io-kinesis-sink --- The Kinesis sink connector pulls data from Pulsar and persists data into Amazon Kinesis. ## Configuration The configuration of the Kinesis sink connector has the following property. ### Pro...
massakam/pulsar
site2/website-next/versioned_docs/version-2.5.0/io-kinesis-sink.md
Markdown
apache-2.0
3,793
'use strict'; import { module } from 'angular'; import _ from 'lodash'; import { AccountService, ExpectedArtifactService } from '@spinnaker/core'; import { KubernetesProviderSettings } from '../../../kubernetes.settings'; export const KUBERNETES_V1_CLUSTER_CONFIGURE_COMMANDBUILDER = 'spinnaker.kubernetes.clusterCom...
sgarlick987/deck
app/scripts/modules/kubernetes/src/v1/cluster/configure/CommandBuilder.js
JavaScript
apache-2.0
10,658
# Copyright 2016 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 by applicable law or a...
aljim/deploymentmanager-samples
examples/v2/waiter/instance.py
Python
apache-2.0
2,634
/* * 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 ...
foryou2030/incubator-carbondata
core/src/test/java/org/apache/carbondata/core/writer/sortindex/CarbonDictionarySortIndexWriterImplTest.java
Java
apache-2.0
6,533
import { getGlobal } from '../src/prebidGlobal.js'; import { createBid } from '../src/bidfactory.js'; import { STATUS } from '../src/constants.json'; import { ajax } from '../src/ajax.js'; import * as utils from '../src/utils.js'; import { config } from '../src/config.js'; import { getHook } from '../src/hook.js'; con...
mcallari/Prebid.js
modules/currency.js
JavaScript
apache-2.0
11,629
<!-- ~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) 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 ...
dhanuka84/carbon-apimgt
features/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.feature/src/main/resources/api-docs/docs/guide.html
HTML
apache-2.0
4,648
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/codecommit/CodeCommit_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/codecommit/model/Conflict.h>...
awslabs/aws-sdk-cpp
aws-cpp-sdk-codecommit/include/aws/codecommit/model/BatchDescribeMergeConflictsResult.h
C
apache-2.0
11,100
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contribut...
Kerensky256/Database
docs/html/ref/rrefproperpasswordmillis.html
HTML
apache-2.0
13,637
import app from 'common/electron/app'; import path from 'path'; /** * @return the theme's css path */ function getThemePath (name) { return path.join(app.getAppPath(), 'themes', name + '.css'); } /** * @return the style's css path */ function getStylePath (name) { return path.join(app.getAppPath(), 'styles', ...
rafael-neri/whatsapp-webapp
src/scripts/common/utils/file-paths.js
JavaScript
apache-2.0
963
{% extends "admin/change_form.html" %} {% load i18n admin_static admin_modify admin_urls %} {% block extrahead %} {{ block.super }} {# hackily include js required for django admin datepicker #} <script type="text/javascript" src="{% static 'admin/js/core.js' %}"></script> <script type="text/javascript"...
CenterForOpenScience/SHARE
templates/admin/harvest.html
HTML
apache-2.0
2,127
/* $NetBSD: disklabel.h,v 1.12 2013/05/27 07:37:20 msaitoh Exp $ */ /* * Copyright (c) 1994 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. * * This code is derived from software written for Brini by Mark Brinicombe * * Redistribution and use in source and binary forms, with or without * mo...
veritas-shine/minix3-rpi
sys/arch/arm/include/disklabel.h
C
apache-2.0
3,896
/** * Copyright (C) 2015 Born Informatik AG (www.born.ch) * * 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 r...
bbrehman/wte4j
wte4j-core/src/main/java/org/wte4j/impl/service/MapperSqlType.java
Java
apache-2.0
2,743
/* Copyright 2017 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 applicable law or a...
JingJunYin/tensorflow
tensorflow/compiler/xla/tools/parser/hlo_parser.cc
C++
apache-2.0
84,539
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Xunit; // 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: Asse...
AzureRT/azure-powershell
src/ResourceManager/ServiceBus/Commands.ServiceBus.Test/Properties/AssemblyInfo.cs
C#
apache-2.0
1,478
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14 #pragma once #ifndef WINRT_Windows_Devices_Portable_1_H #define WINRT_Windows_Devices_Portable_1_H #include "winrt/impl/Windows.Devices.Portable.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::Portable { struct __declspec(em...
google/nearby
internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Portable.1.h
C
apache-2.0
1,085
// // HWTextPart.h // 黑马微博2期 // // Created by apple on 14/11/15. // Copyright (c) 2014年 heima. All rights reserved. // 文字的一部分 #import <Foundation/Foundation.h> @interface HWTextPart : NSObject /** 这段文字的内容 */ @property (nonatomic, copy) NSString *text; /** 这段文字的范围 */ @property (nonatomic, assign) NSRange range; /...
yujiemin/qwert123
黑马微博2期52-离线缓存/黑马微博2期/Classes/Home(首页)/Model/HWTextPart.h
C
apache-2.0
557
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <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" /> <title>ZKTableArchiveClient xref</title> <link type="...
scalingdata/Impala
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref/org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.html
HTML
apache-2.0
21,962
/* * Copyright 2014 The Netty Project * * The Netty Project 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 ...
yrcourage/netty
handler/src/main/java/io/netty/handler/ssl/OpenSsl.java
Java
apache-2.0
11,625
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_51) on Fri Jun 28 10:55:02 CEST 2013 --> <TITLE> UpdateInfoListener </TITLE> <META NAME="date" CONTENT="2013-06-28"> <LINK REL ="stylesheet" TYPE="...
david-byng/cordova-plugin-hockeyapp
src/android/HockeySDK-Android/docs/net/hockeyapp/android/UpdateInfoListener.html
HTML
apache-2.0
9,725
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/workmail/WorkMail_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/workmail/model/ResourceType.h> #include <aws/workmail/model/EntityState.h> #inclu...
awslabs/aws-sdk-cpp
aws-cpp-sdk-workmail/include/aws/workmail/model/Resource.h
C
apache-2.0
9,739
/* * Copyright (C) 2013 Google Inc., authors, and contributors <see AUTHORS file> * Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file> * Created By: * Maintained By: */ //= require can.jquery-all //= require models/cacheable (function(ns, can) { can.Model.Cacheable("CMS.Models.Document...
hamyuan/ggrc-self-test
src/ggrc/assets/javascripts/pbc/document.js
JavaScript
apache-2.0
3,489
/** * * Copyright 2017 Paul Schaub, 2020 Florian Schmaus * * 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...
igniterealtime/Smack
smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/OmemoManager.java
Java
apache-2.0
49,782
/* * Copyright 2020 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 applica...
AndroidX/androidx
vectordrawable/integration-tests/testapp/src/main/java/com/example/android/support/vectordrawable/app/SeekableDemo.java
Java
apache-2.0
4,134
// (C) Copyright 2015 Moodle Pty 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 law or agree...
FMCorz/moodlemobile2
src/addon/mod/chat/pages/sessions/sessions.module.ts
TypeScript
apache-2.0
1,440
/* * 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...
freeVM/freeVM
enhanced/java/classlib/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialExceptionTest.java
Java
apache-2.0
1,516
/* * Copyright 2020 ThoughtWorks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
arvindsv/gocd
common/src/main/java/com/thoughtworks/go/domain/materials/scm/PluggableSCMMaterialAgent.java
Java
apache-2.0
4,585
/** * Copyright (c) 2010 Yahoo! 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 by applic...
sunmeng007/oozie
core/src/main/java/org/apache/oozie/service/ActionCheckerService.java
Java
apache-2.0
9,013
package com.google.api.ads.dfp.jaxws.v201508; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** * * The content partner related validation errors. * ...
shyTNT/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201508/ContentPartnerError.java
Java
apache-2.0
1,711
# Copyright 2015, Google, 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 in writing, s...
clarko1/Cramd
bigquery/api/getting_started_test.py
Python
apache-2.0
808
<?php namespace Neomerx\JsonApi\Parameters\Headers; /** * Copyright 2015 info@neomerx.com (www.neomerx.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/l...
creocoder/json-api
src/Parameters/Headers/MediaType.php
PHP
apache-2.0
5,426
--- layout: default description: Sequential Access and Cursors --- Sequential Access and Cursors ============================= If a query returns a cursor (for example by calling `db._query(...)`), then you can use *hasNext* and *next* to iterate over the result set or *toArray* to convert it to an array. If the numb...
arangodb/docs
3.7/appendix-references-cursor-object.md
Markdown
apache-2.0
7,046
# 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 u...
dmlc/tvm
apps/topi_recipe/gemm/gemm_int8.py
Python
apache-2.0
5,879
/** * Copyright 2017 LinkedIn Corp. 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...
xiahome/ambry
ambry-store/src/main/java/com.github.ambry.store/ScanResults.java
Java
apache-2.0
10,385
/* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
nlandolfi/test-infra-1
mungegithub/mungeopts/mungeopts.go
GO
apache-2.0
2,994
/* * 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 ...
mafulafunk/wicket
wicket-core/src/main/java/org/apache/wicket/application/ReloadingClassLoader.java
Java
apache-2.0
9,526