repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
gcoop-libre/SuiteCRM
modules/Campaigns/PopupCampaignRoi.php
9312
<?php if (!defined('sugarEntry') || !sugarEntry) { die('Not A Valid Entry Point'); } /** * * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. * * SuiteCRM is an extension to SugarCRM Community Edition developed by Sales...
agpl-3.0
alper/volunteer_planner
notifications/migrations/0004_auto_20151003_2033.py
847
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('organizations', '0002_migrate_locations_to_facilities'), ('notifications', '0003_auto_20150912_2049'), ] operations = [ ...
agpl-3.0
mattattack7/canvas-contrib
Branding/JS_and_CSS/change_login_username/change_login_username.css
169
/* Hide default login label, so it doesn't visibly switch from one to the other with the JS */ #login_form label[for=pseudonym_session_unique_id]>span { display: none; }
agpl-3.0
datalocale/drupal7
sites/all/libraries/recline/css/site/site.css
4405
/* Theme Name: Recline Description: Layout and styling for reclinejs.com Author: Sam Smith Author URI: http://www.mintcanary.com/ */ /* -------------------------------------------------- Table of Contents ----------------------------------------------------- :: General Styles ...
agpl-3.0
ging/vish_orange
lib/plugins/ediphy/app/assets/javascripts/lib/ckeditor/plugins/blockquote/blockquote/lang/af.js
219
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'blockquote', 'af', { toolbar: 'Sitaatblok' } );
agpl-3.0
WebsterFolksLabs/cuttlefish
db/migrate/20130425025753_add_app_id_to_emails.rb
114
class AddAppIdToEmails < ActiveRecord::Migration def change add_column :emails, :app_id, :integer end end
agpl-3.0
zooldk/tigase-server
database/postgresql-schema-4-sp.sql
13541
-- -- Tigase Jabber/XMPP Server -- Copyright (C) 2004-2012 "Artur Hefczyc" <artur.hefczyc@tigase.org> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by -- the Free Software Foundation, either version 3 of the Li...
agpl-3.0
onursumer/cbioportal
service/src/test/java/org/cbioportal/service/impl/ExpressionEnrichmentServiceImplTest.java
18869
package org.cbioportal.service.impl; import java.math.BigDecimal; import java.util.*; import org.cbioportal.model.*; import org.cbioportal.model.meta.GenericAssayMeta; import org.cbioportal.persistence.MolecularDataRepository; import org.cbioportal.service.GeneService; import org.cbioportal.service.GenericAssayService...
agpl-3.0
indictranstech/erpnext
erpnext/stock/doctype/delivery_trip/test_delivery_trip.py
2568
# -*- coding: utf-8 -*- # Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and Contributors # See license.txt from __future__ import unicode_literals import frappe import erpnext import unittest from frappe.utils import nowdate, add_days from erpnext.tests.utils import create_test_contact_and_address from erpnext.sto...
agpl-3.0
badlogicmanpreet/nupic
tests/unit/nupic/encoders/random_distributed_scalar_test.py
19742
# ---------------------------------------------------------------------- # Numenta Platform for Intelligent Computing (NuPIC) # Copyright (C) 2013, Numenta, Inc. Unless you have an agreement # with Numenta, Inc., for a separate license for this software code, the # following terms and conditions apply: # # This progra...
agpl-3.0
marshall/libcsp
src/arch/macosx/pthread_queue.c
4452
/* Cubesat Space Protocol - A small network-layer protocol designed for Cubesats Copyright (C) 2012 Gomspace ApS (http://www.gomspace.com) Copyright (C) 2012 AAUSAT3 Project (http://aausat3.space.aau.dk) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General ...
lgpl-2.1
rcorre/libgit2
tests/merge/workdir/dirty.c
8749
#include "clar_libgit2.h" #include "git2/merge.h" #include "buffer.h" #include "merge.h" #include "../merge_helpers.h" #include "posix.h" #define TEST_REPO_PATH "merge-resolve" #define MERGE_BRANCH_OID "7cb63eed597130ba4abb87b3e544b85021905520" #define AUTOMERGEABLE_MERGED_FILE \ "this file is changed in master\n" \...
lgpl-2.1
gbitzes/root
core/base/inc/TProcessID.h
4235
// @(#)root/cont:$Id$ // Author: Rene Brun 28/09/2001 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
lgpl-2.1
Chuban/moose
framework/include/actions/AddBoundsVectorsAction.h
1235
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
lgpl-2.1
hpehl/testsuite
basic/src/test/java/org/jboss/hal/testsuite/test/configuration/undertow/ServletContainerTestCase.java
5479
package org.jboss.hal.testsuite.test.configuration.undertow; import org.apache.commons.lang.RandomStringUtils; import org.jboss.arquillian.graphene.page.Page; import org.jboss.arquillian.junit.Arquillian; import org.jboss.hal.testsuite.category.Shared; import org.jboss.hal.testsuite.page.config.UndertowServletPage; im...
lgpl-2.1
manisandro/libgeos
src/geom/LineString.cpp
8533
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2011 Sandro Santilli <strk@keybit.net> * Copyright (C) 2005-2006 Refractions Research Inc. * Copyright (C) 2001-2002 Vivid Solutions Inc. * * This is free sof...
lgpl-2.1
LLNL/spack
var/spack/repos/builtin/packages/py-ilmbase/package.py
1026
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class PyIlmbase(AutotoolsPackage): """The PyIlmBase libraries provides python bindings for the I...
lgpl-2.1
kalj/dealii
tests/trilinos/sparse_matrix_vector_07.cc
3251
// --------------------------------------------------------------------- // // Copyright (C) 2004 - 2015 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
lgpl-2.1
nuclear-wizard/moose
framework/src/actions/AdaptivityAction.C
8214
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #in...
lgpl-2.1
nuclear-wizard/moose
framework/src/multiapps/FullSolveMultiApp.C
2866
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #in...
lgpl-2.1
benolee/ruby-gnome2
gtk2/sample/gtk-demo/cairo-self-intersect.rb
767
# Copyright (c) 2005 Ruby-GNOME2 Project Team # This program is licenced under the same licence as Ruby-GNOME2. # # $Id: cairo-self-intersect.rb,v 1.1 2005/10/12 05:38:30 ktou Exp $ =begin = cairo/Self Intersect This demo shows how to use GDK and cairo to show cross. From http://cairographics.org/samples/xxx_self_inte...
lgpl-2.1
mer-qt/qttools
src/assistant/assistant/bookmarkfiltermodel.cpp
10492
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Assistant of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees ...
lgpl-2.1
airsim/tvlsim
test/boost/asio/chat/chat_client.cpp
4699
// // chat_client.cpp // ~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include <cstdlib> #include <deque> #...
lgpl-2.1
kalj/dealii
tests/fe/fe_series_05.cc
7546
// --------------------------------------------------------------------- // // Copyright (C) 2016 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Public Li...
lgpl-2.1
ljo/exist
src/org/exist/management/DummyAgent.java
1815
/* * eXist Open Source Native XML Database * Copyright (C) 2001-07 The eXist Project * http://exist-db.org * * This program 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 ...
lgpl-2.1
ubuntudesign/www.ubuntu.com
templates/templates/meta.html
370
{% if level_1 == 'ubuntu' %}{% endif %} {% if level_1 == 'business' %}{% endif %} {% if level_1 == 'devices' %}{% endif %} {% if level_1 == 'cloud' %}{% endif %} {% if level_1 == 'download' %}{% endif %} {% if level_1 == 'support' %}{% endif %} {% if level_1 == 'project' %}{% endif %} {% if level_1 == 'community' %}{% ...
lgpl-3.0
Alfresco/alfresco-repository
src/main/java/org/alfresco/repo/management/subsystems/LuceneChildApplicationContextFactory.java
1669
/* * #%L * Alfresco Repository * %% * Copyright (C) 2005 - 2016 Alfresco Software Limited * %% * This file is part of the Alfresco software. * If the software was purchased under a paid Alfresco license, the terms of * the paid license agreement will prevail. Otherwise, the software is * provided under the...
lgpl-3.0
Alfresco/alfresco-repository
src/main/java/org/alfresco/repo/template/LuceneSearchResultsMap.java
2177
/* * #%L * Alfresco Repository * %% * Copyright (C) 2005 - 2016 Alfresco Software Limited * %% * This file is part of the Alfresco software. * If the software was purchased under a paid Alfresco license, the terms of * the paid license agreement will prevail. Otherwise, the software is * provided under the...
lgpl-3.0
summermk/dragonfly
dragonfly/language/other/number_arabic.py
5267
# # This file is part of Dragonfly. # (c) Copyright 2007, 2008 by Christo Butcher # Licensed under the LGPL. # # Dragonfly 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 ...
lgpl-3.0
mrnuke/libopencm3
lib/stm32/f4/crc.c
982
/** @defgroup crc_file CRC @ingroup STM32F4xx @brief <b>libopencm3 STM32F4xx CRC</b> @version 1.0.0 @date 15 October 2012 LGPL License Terms @ref lgpl_license */ /* * This file is part of the libopencm3 project. * * This library is free software: you can redistribute it and/or modify * it under the terms of t...
lgpl-3.0
project-hatohol/hatohol-14.09
doc/server/manual/rest_event.html
1711
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="manual.css"> </head> <body> <h1>Event</h1> <h2>Request</h2> <h3>Path</h3> <table> <tr> <td>/events</td> </tr> </table> <h3>Parameters</h3> <table> <tr> <td>nothing</td> </tr> </table> ...
lgpl-3.0
cd80/UtilizedLLVM
tools/clang/test/CodeGen/arm-swiftcall.c
28014
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s | FileCheck %s // This isn't really testing anything ARM-specific; it's just a convenient // 32-bit platform. #define SWIFTCALL __attribute__((swiftcall)) #define OUT __attribute__((swift_indirect_result)) #define ERROR __attribute__((swift_error_resul...
unlicense
seckcoder/lang-learn
python/sklearn/examples/svm/plot_weighted_samples.py
999
""" ===================== SVM: Weighted samples ===================== Plot decision function of a weighted dataset, where the size of points is proportional to its weight. """ print __doc__ import numpy as np import pylab as pl from sklearn import svm # we create 20 points np.random.seed(0) X = np.r_[np.random.randn...
unlicense
c-oreills/pyFaceGraph
src/facegraph/url_operations.py
2148
import urllib import urlparse def get_path(url): scheme, host, path, query, fragment = urlparse.urlsplit(url) return path def get_host(url): scheme, host, path, query, fragment = urlparse.urlsplit(url) return host def add_path(url, new_path): """Given a url and path, return a new url that combine...
unlicense
EnTeQuAk/dotfiles
sublime-text-3/Packages/shellenv/all/shellenv/_osx/open_directory.py
4675
# coding: utf-8 from __future__ import unicode_literals, division, absolute_import, print_function from getpass import getuser import ctypes from ctypes.util import find_library from ctypes import c_void_p, c_uint32, POINTER, c_bool, byref from .core_foundation import CoreFoundation, unicode_to_cfstring, cfstring_to_...
unlicense
ruhan1/pnc
common/src/test/java/org/jboss/pnc/common/util/StreamCollectorsTest.java
1999
/** * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
apache-2.0
jarst/camel
tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelChronicleTest.java
1206
/** * 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
wso2/carbon-identity-framework
components/identity-mgt/org.wso2.carbon.identity.mgt/src/main/java/org/wso2/carbon/identity/mgt/util/Utils.java
16553
/* * Copyright (c) 2014, 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/l...
apache-2.0
PubWise/Prebid.js
test/spec/modules/yieldoneBidAdapter_spec.js
16949
import { expect } from 'chai'; import { spec } from 'modules/yieldoneBidAdapter.js'; import { newBidder } from 'src/adapters/bidderFactory.js'; import { deepClone } from 'src/utils.js'; const ENDPOINT = 'https://y.one.impact-ad.jp/h_bid'; const USER_SYNC_URL = 'https://y.one.impact-ad.jp/push_sync'; const VIDEO_PLAYER...
apache-2.0
Hybrid-Cloud/cinder
cinder/volume/drivers/fujitsu/eternus_dx_fc.py
8064
# Copyright (c) 2015 FUJITSU LIMITED # Copyright (c) 2012 EMC Corporation. # Copyright (c) 2012 OpenStack Foundation # 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 Licen...
apache-2.0
mallzee/cordova-docs
docs/de/3.1.0/cordova/geolocation/PositionError/positionError.md
2158
--- license: > 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 ...
apache-2.0
veer66/cdec
extractor/vocabulary.cc
868
#include "vocabulary.h" namespace extractor { Vocabulary::~Vocabulary() {} int Vocabulary::GetTerminalIndex(const string& word) { int word_id = -1; #pragma omp critical (vocabulary) { auto it = dictionary.find(word); if (it != dictionary.end()) { word_id = it->second; } else { word_id =...
apache-2.0
yuruki/camel
components/camel-twitter/src/main/java/org/apache/camel/component/twitter/search/TwitterSearchEndpoint.java
2347
/** * 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
privet56/qDesktopSearch
clucene/CLucene/search/Scorer.h
4260
/*------------------------------------------------------------------------------ * Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team * * Distributable under the terms of either the Apache License (Version 2.0) or * the GNU Lesser General Public License, as specified in the COPYING file. -------------------...
apache-2.0
natidea/roslyn-analyzers
src/Microsoft.CodeQuality.Analyzers/VisualBasic/ApiDesignGuidelines/BasicEnumsShouldHaveZeroValue.Fixer.vb
995
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.ApiDesignGuidelines.Analyzers Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis Imports Mic...
apache-2.0
pschmitt/home-assistant
homeassistant/components/zha/device_trigger.py
2852
"""Provides device automations for ZHA devices that emit events.""" import voluptuous as vol import homeassistant.components.automation.event as event from homeassistant.components.device_automation import TRIGGER_BASE_SCHEMA from homeassistant.components.device_automation.exceptions import ( InvalidDeviceAutomati...
apache-2.0
tianfengjingjing/ZhuoHuaCMMOracle11g
WebRoot/js/admin/staff/viewStaffInfo.js
367
$(document).ready( function() { var $roles = $(".role_change"); $roles.each( function() { var str = $(this).find("input").val(); var en_role_index = getRoleIndex(str,"EN"); var cn_role_str = indexToRole(en_role_index,"CN"); $(this).find("span").append(cn_role...
apache-2.0
jomarko/kie-wb-common
kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/definition/EndCompensationEvent.java
4567
/* * Copyright 2018 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 app...
apache-2.0
issaclee/silkroad
zeppelin-server/src/testpjava/org/apache/zeppelin/rest/ZeppelinSparkClusterTest.java
7524
/* * 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
dutchcoders/ares
vendor/gopkg.in/olivere/elastic.v5/indices_delete.go
3255
// Copyright 2012-present Oliver Eilhard. All rights reserved. // Use of this source code is governed by a MIT-license. // See http://olivere.mit-license.org/license.txt for details. package elastic import ( "fmt" "net/url" "strings" "golang.org/x/net/context" "gopkg.in/olivere/elastic.v5/uritemplates" ) // I...
apache-2.0
mlperf/training_results_v0.5
v0.5.0/nvidia/submission/code/translation/pytorch/cutlass/tools/external/googletest/googlemock/src/gmock-internal-utils.cc
7665
// Copyright 2007, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
apache-2.0
naver/pinpoint
web/src/main/angular/src/app/core/components/transaction-detail-menu/transaction-detail-menu.component.html
737
<div class="l-wrapper"> <div class="l-btn-group"> <button *ngFor="let tab of tabList" [class.active]="isActive(tab.key)" (click)="onClickTab(tab.key)"> {{tab.display}} </button> <button (click)="openDetailView()">Mixed View <i class="fas fa-external-link-square-alt" aria-hidden="...
apache-2.0
nwolverson/purescript-halogen
examples/todo/dist/index.html
638
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:foo="http://www.w3.org/2000/svg"> <head> <title>Halogen Example - Todo list</title> <style> body { font-family: sans-serif; max-width: 570px; margin: auto; } ul { list-style: none; paddin...
apache-2.0
gridcf/gct
common/source/scripts/Config.pm
1744
# Copyright 1999-2010 University of Chicago # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed t...
apache-2.0
varunarya10/python-neutronclient
neutronclient/neutron/v2_0/vpn/utils.py
4400
# (c) Copyright 2013 Hewlett-Packard Development Company, L.P. # 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...
apache-2.0
shopscor/interface
phpcms/libs/classes/attachment.class.php
13084
<?php class attachment { var $contentid; var $module; var $catid; var $attachments; var $field; var $imageexts = array('gif', 'jpg', 'jpeg', 'png', 'bmp'); var $uploadedfiles = array(); var $downloadedfiles = array(); var $error; var $upload_root; var $siteid; var $site = array(); function __construct($...
apache-2.0
theposey/CMSIS-DAP
shared/cmsis/TARGET_Freescale/include/device/MK70F12/MK70F12_cmp.h
37287
/* * Copyright (c) 2014, Freescale Semiconductor, Inc. * All rights reserved. * * THIS SOFTWARE IS PROVIDED BY FREESCALE "AS IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVEN...
apache-2.0
easion/os_sdk
xlibs/X11/XrmI.h
1795
/* $Xorg: XrmI.h,v 1.4 2001/02/09 02:03:39 xorgcvs Exp $ */ /* Copyright 1990, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that ...
apache-2.0
gfyoung/elasticsearch
x-pack/plugin/watcher/src/main/java/org/elasticsearch/xpack/watcher/notification/email/EmailService.java
10810
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.watcher.notification.email; import org.elasti...
apache-2.0
idea4bsd/idea4bsd
java/java-analysis-impl/src/com/intellij/codeInspection/dataFlow/instructions/MethodCallInstruction.java
7013
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
zaeleus/rust
src/libstd/sync/mpsc/sync.rs
17232
// Copyright 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-MIT or ...
apache-2.0
radicalbit/ambari
contrib/views/pig/src/main/resources/ui/pig-web/vendor/pig-hint.js
3053
(function () { var pigKeywordsU = pigKeywordsL = pigTypesU = pigTypesL = pigBuiltinsU = pigBuiltinsL = []; var mimeMode = CodeMirror.mimeModes['text/x-pig']; Object.keys(mimeMode.keywords).forEach( function(w) { pigKeywordsU.push(w.toUpperCase()); pigKeywordsL.push(w.toLowerCase()); }); Object.key...
apache-2.0
media-net/amphtml
extensions/amp-embedly-card/0.1/amp-embedly-card-impl.js
2517
import {removeElement} from '#core/dom'; import {Layout_Enum, applyFillContent} from '#core/dom/layout'; import {Services} from '#service'; import {userAssert} from '#utils/log'; import {TAG as KEY_TAG} from './amp-embedly-key'; import {getIframe} from '../../../src/3p-frame'; import {listenFor} from '../../../src/...
apache-2.0
shyTNT/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201408/LiveStreamEvent.java
10126
package com.google.api.ads.dfp.jaxws.v201408; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** * * A {@code...
apache-2.0
weswigham/TypeScript
tests/cases/compiler/infiniteConstraints.ts
1264
// @strict: true // Both of the following types trigger the recursion limiter in getImmediateBaseConstraint type T1<B extends { [K in keyof B]: Extract<B[Exclude<keyof B, K>], { val: string }>["val"] }> = B; type T2<B extends { [K in keyof B]: B[Exclude<keyof B, K>]["val"] }> = B; // Repros from #22950 typ...
apache-2.0
sysbot/chef
spec/unit/provider/group/groupmod_spec.rb
5123
# # Author:: Dan Crosta (<dcrosta@late.am>) # Copyright:: Copyright (c) 2012 OpsCode, 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...
apache-2.0
GoogleChromeLabs/chromeos_smart_card_connector
third_party/closure-compiler/src/test/com/google/javascript/jscomp/PartialCompilationTest.java
8229
/* * Copyright 2017 The Closure Compiler 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...
apache-2.0
adfernandes/mbed
connectivity/nanostack/sal-stack-nanostack/source/libDHCPv6/dhcp_service_api.c
36946
/* * Copyright (c) 2013-2021, Pelion and affiliates. * SPDX-License-Identifier: Apache-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/LICEN...
apache-2.0
ccope/chef
spec/unit/registry_helper_spec.rb
19296
# # Author:: Prajakta Purohit (prajakta@opscode.com) # Copyright:: Copyright (c) 2012 Opscode, 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 # #...
apache-2.0
monkstone/jrubyfx
samples/javafx/tree_view.rb
4812
#!/usr/bin/env jruby require 'jrubyfx' ## # Example showing a tree_view and also how complicated you can tailor # behavior of a tree_view. In this example we allow you to drag and drop # tree_items around. There are three things you can see in d&d here: # 1. drag onto other tree item will put it as a child in that ...
apache-2.0
ravipesala/incubator-carbondata
core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/dimension/legacy/HighCardDictDimensionIndexCodec.java
3503
/* * 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
zstackorg/zstack
sdk/src/main/java/org/zstack/sdk/BackupStorageMigrateImageResult.java
330
package org.zstack.sdk; import org.zstack.sdk.ImageInventory; public class BackupStorageMigrateImageResult { public ImageInventory inventory; public void setInventory(ImageInventory inventory) { this.inventory = inventory; } public ImageInventory getInventory() { return this.inventory;...
apache-2.0
ehsan/js-symbolic-executor
closure-compiler/src/com/google/javascript/rhino/SimpleErrorReporter.java
3775
/* * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * * ...
apache-2.0
gagern/CindyJS
examples/112_TrTranslation.html
2651
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>TrTranslation.cdy</title> <style type="text/css"> * { margin: 0px; padding: 0px; } #CSConsole { background-color: #FAFAFA; border-top: 1px solid #333333; bottom: 0...
apache-2.0
dennishuo/hadoop
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
59670
/** * 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
Haulmont/cuba-charts-maps
modules/core/db/update/hsql/15/150429-1-createProduct.sql
342
create table SALES_PRODUCT ( ID varchar(36) not null, CREATE_TS timestamp, CREATED_BY varchar(50), VERSION integer, UPDATE_TS timestamp, UPDATED_BY varchar(50), DELETE_TS timestamp, DELETED_BY varchar(50), -- NAME varchar(50) not null, PRICE decimal(19, 2) not null, -- ...
apache-2.0
kpayson64/grpc
test/cpp/qps/qps_interarrival_test.cc
1693
/* * * Copyright 2015 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
apache-2.0
AzureAutomationTeam/azure-powershell
src/ResourceManager/Sql/Commands.Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs
10818
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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.apa...
apache-2.0
shuaibai/thinkphp-bjyblog
Template/default_src/Home/Index/git.html
3602
<!DOCTYPE html> <html lang="en"> <!-- head头部分开始 --> <head> <include file="Public/public_head" title="开源项目-" keywords="{$Think.config.WEB_KEYWORDS}" description="{$Think.config.WEB_DESCRIPTION}" /> </head> <!-- head头部分结束 --> <body> <!-- 顶部导航开始 --> <include file="Public/public_nav" /> <!-- 顶部导航结束 --> <div clas...
apache-2.0
arangodb/arangodb
3rdParty/rocksdb/6.29/table/sst_file_writer_collectors.h
3237
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). #pragma once #include <string> #include "db/table_proper...
apache-2.0
ehsan/js-symbolic-executor
cvc3/java/src/cvc3/Embedded.java
2909
package cvc3; import java.util.*; import java.io.*; /** Wrapper for a c++ object as a java Object. see README for details on garbage collection, i.e. interplay of delete, finalize, and EmbeddedManager to destruct the embedded c++ object. */ public abstract class Embedded { // load jni c++ library ...
apache-2.0
shun634501730/java_source_cn
src_en/com/sun/java/swing/plaf/windows/WindowsScrollBarUI.java
18587
/* * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.java.swing.plaf.windows; import java.awt.*; import java.awt.event.*; import java.awt.i...
apache-2.0
apurtell/hbase
hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestDeadServerMetricRegionChore.java
2127
/* * 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
facebook/presto
presto-thrift-api/src/main/java/com/facebook/presto/thrift/api/udf/UdfExecutionFailureInfo.java
2491
/* * 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 * distribut...
apache-2.0
dke-knu/i2am
rdma-based-storm/examples/storm-mongodb-examples/src/main/java/org/apache/storm/mongodb/topology/WordSpout.java
2496
/** * 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
jackyglony/msgpack-java
msgpack-core/src/main/java/org/msgpack/core/MessageIntegerOverflowException.java
1614
// // MessagePack for Java // // 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...
apache-2.0
daidong/DominoHBase
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestDefaultLoadBalancer.java
4805
/** * 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
davkean/roslyn
src/Workspaces/Core/Portable/Workspace/Host/PersistentStorage/NoOpPersistentStorageService.cs
1090
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Host { internal class NoOpPersistentStorageService : IChecksummedPersistentSto...
apache-2.0
coreycb/horizon
openstack_dashboard/dashboards/project/networks/tables.py
7635
# Copyright 2012 NEC Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
apache-2.0
robszumski/rocket
stage1/rootfs/diagexec/elf.h
2859
// Copyright 2014 CoreOS, 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...
apache-2.0
rmetzger/flink
flink-table/flink-table-common/src/main/java/org/apache/flink/table/descriptors/FunctionDescriptorValidator.java
1990
/* * 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
andreagenso/java2scala
test/J2s/java/openjdk-6-src-b27/jdk/src/share/classes/sun/security/smartcardio/SunPCSC.java
2515
/* * Copyright (c) 2005, 2006, 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 Public License version 2 only, as * published by the Free ...
apache-2.0
dmitrinesterenko/profiling_newrelic
vendor/gems/ruby/2.2.0/gems/newrelic_rpm-3.14.2.312/lib/new_relic/agent/commands/agent_command_router.rb
5318
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. # This class is the central point for dispatching get_agent_commands messages # to the various components that actually process them. # # This could be evented f...
apache-2.0
eadgarchen/tensorflow
tensorflow/python/layers/core_test.py
20438
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
apache-2.0
shakamunyi/mesos
3rdparty/stout/include/stout/os/windows/mkdir.hpp
2179
// 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 und...
apache-2.0
tananaev/traccar
src/main/java/org/traccar/protocol/TmgProtocol.java
1371
/* * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.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.apache.org/licenses/LICENSE-2.0 * * Unless required b...
apache-2.0
jalonsoa/mod_pagespeed
net/instaweb/http/public/cache_url_async_fetcher.h
7697
/* * Copyright 2011 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...
apache-2.0
google/init2winit
init2winit/optimizer_lib/__init__.py
603
# coding=utf-8 # Copyright 2022 The init2winit 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 la...
apache-2.0
scarcher2/stripes
stripes/src/net/sourceforge/stripes/util/HtmlUtil.java
4132
/* Copyright 2005-2006 Tim Fennell * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
apache-2.0
varshavaradarajan/gocd
agent-common/src/test/java/com/thoughtworks/go/agent/common/AgentCLITest.java
4889
/* * Copyright 2017 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...
apache-2.0