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
/* * ========================================================= * ========================================================= * ColorPicker * ========================================================= * ========================================================= * */ #editor { margin-top: 250px; margin-left: 50...
georules/Inlet
src/style.css
CSS
mit
4,160
/** * The MIT License (MIT) * * Copyright (c) 2011-2016 Incapture Technologies LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation t...
scarabus/Rapture
Libs/Reflex/src/main/java/reflex/node/io/FileReadAdapter.java
Java
mit
1,549
#include "i_explosion_component.h" #include <portable_iarchive.hpp> #include <portable_oarchive.hpp> REAPING2_CLASS_EXPORT_IMPLEMENT( IExplosionComponent, IExplosionComponent );
HalalUr/Reaping2
src/core/i_explosion_component.cpp
C++
mit
179
/* * @brief LPC8xx System & Control driver * * @note * Copyright(C) NXP Semiconductors, 2012 * All rights reserved. * * @par * Software that is described herein is for illustrative purposes only * which provides customers with programming information regarding the * LPC products. This software is s...
Defconbots/2015_target
sw/driver_lib/src/syscon_8xx.c
C
mit
3,978
require_relative 'test_helper' class TurbolinksController < ActionController::Base def simple_action render text: ' ' end def redirect_to_same_origin redirect_to "#{request.protocol}#{request.host}/path" end def redirect_to_different_host redirect_to "#{request.protocol}foo.#{request.host}/path...
peterjm/turbolinks
test/turbolinks/turbolinks_test.rb
Ruby
mit
4,592
body { background-color : #000; margin : 0px; padding : 0px; color : #fff; overflow: hidden; }
Kike-Ramirez/canoaGame
public/css/style.css
CSS
mit
99
// Copyright (c) 2009-2010 Satoshi Nakamoto // Original Code: Copyright (c) 2009-2014 The Bitcoin Core Developers // Modified Code: Copyright (c) 2014 Project Bitmark // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef B...
coinkeeper/2015-04-19_21-08_bitmark
src/serialize.h
C
mit
47,783
/*============================================================================ * Copyright (C) Microsoft Corporation, All rights reserved. *============================================================================ */ #region Using directives using System.Collections; using System; using System.Collections.Gene...
KarolKaczmarek/PowerShell
src/Microsoft.Management.Infrastructure.CimCmdlets/CimRemoveCimInstance.cs
C#
mit
5,165
# -*- coding: utf-8 -*- from __future__ import print_function, division from qsrlib_qsrs.qsr_rcc_abstractclass import QSR_RCC_Abstractclass class QSR_RCC8(QSR_RCC_Abstractclass): """Symmetrical RCC5 relations. Values of the abstract properties * **_unique_id** = "rcc8" * **_all_possible_relat...
cdondrup/strands_qsr_lib
qsr_lib/src/qsrlib_qsrs/qsr_rcc8.py
Python
mit
1,237
/* * F21Handler.cpp * * Created on: 15 maj 2014 * Author: MattLech */ #include "F21Handler.h" static F21Handler *instance; F21Handler *F21Handler::getInstance() { if (!instance) { instance = new F21Handler(); }; return instance; }; F21Handler::F21Handler() { } int F21Handler::execute(Command...
FarmBot/farmbot-arduino-firmware
src/F21Handler.cpp
C++
mit
409
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js * * Copyright (c) 2009-2016 The MathJax Consortium * * 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...
masterfish2015/my_project
半导体物理/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js
JavaScript
mit
1,609
/* * 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 ...
plumer/codana
tomcat_files/8.0.21/Substitution.java
Java
mit
9,922
//-***************************************************************************** // // Copyright (c) 2009-2011, // Sony Pictures Imageworks, Inc. and // Industrial Light & Magic, a division of Lucasfilm Entertainment Company Ltd. // // All rights reserved. // // Redistribution and use in source and binary forms, with...
uimac/walker
lib/alembic/include/Alembic/Abc/ICompoundProperty.cpp
C++
mit
4,822
namespace Nancy.Routing { using System; using System.Collections.Generic; /// <summary> /// Represents the various parts of a route lambda. /// </summary> public sealed class RouteDescription { /// <summary> /// Initializes a new instance of the <see cref="RouteDe...
yannisgu/Nancy
src/Nancy/Routing/RouteDescription.cs
C#
mit
3,057
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Diagnostics; using Microsoft.Azure.WebJobs.Host.Converters; using Microsoft.Azure.WebJobs.Host.Storage.Blob; using Microsoft.WindowsAzure.St...
brendankowitz/azure-webjobs-sdk
src/Microsoft.Azure.WebJobs.Host/Blobs/StorageBlobToCloudBlockBlobConverter.cs
C#
mit
923
<!doctype html> <html lang="en" ng-app="docsApp" ng-strict-di ng-controller="DocsController"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="Description" content="AngularJS is...
viral810/ngSimpleCMS
web/bundles/sunraangular/js/angular/angular-1.3.3/docs/index-production.html
HTML
mit
13,105
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Model\Base\Order | Thelia 2 API</title> <link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css"...
thelia/thelia.github.io
api/2.2/Thelia/Model/Base/Order.html
HTML
mit
300,163
Translations = Class.new class Locale < Struct.new(:code) ENGLISH_LOCALE_CODE = :en extend ActiveModel::Naming include ActiveModel::Conversion def initialize(code) super(code.to_sym) end def self.model_name ActiveModel::Name.new(Translations) end def self.current new(I18n.locale) end ...
YOTOV-LIMITED/whitehall
lib/locale.rb
Ruby
mit
1,447
<?php namespace Kunstmaan\LeadGenerationBundle\Form\Rule; use Kunstmaan\AdminBundle\Helper\DomainConfigurationInterface; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\FormBuilderInterface; class LocaleWhiteListAdminType extends AbstractRuleAdminType { private $locales; ...
mwoynarski/KunstmaanBundlesCMS
src/Kunstmaan/LeadGenerationBundle/Form/Rule/LocaleWhiteListAdminType.php
PHP
mit
1,531
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML style="overflow:auto;"> <HEAD> <meta name="generator" content="JDiff v1.1.0"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which ...
AzureZhao/android-developer-cn
sdk/api_diff/17/changes/android.net.SSLCertificateSocketFactory.html
HTML
mit
5,363
require "spec_helper" describe Mongoid::Extensions::Time do describe ".demongoize" do after(:all) do Mongoid.use_utc = false Mongoid.use_activesupport_time_zone = true end let!(:time) do Time.local(2010, 11, 19) end context "when the time zone is not defined" do befor...
Zhomart/mongoid
spec/mongoid/extensions/time_spec.rb
Ruby
mit
11,359
' 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. Imports System.Composition Imports Microsoft.CodeAnalysis.Editor.Implementation.InlineRename Imports Microsoft.CodeAna...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasic/InlineRename/VisualBasicEditorInlineRenameService.vb
Visual Basic
mit
1,148
//===-- CGValue.h - LLVM CodeGen wrappers for llvm::Value* ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
dbrumley/recfi
llvm-3.3/tools/clang/lib/CodeGen/CGValue.h
C
mit
16,268
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); y...
joshball/Lucene.In.Action.NET
vendor/lucene.net/test/core/Support/SmallObject.cs
C#
mit
995
### Theme assets # helps create a theme asset def create_plain_text_asset(name, type) asset = FactoryGirl.build(:theme_asset, { :site => @site, :plain_text_name => name, :plain_text => 'Lorem ipsum', :plain_text_type => type, :performing_plain_text => true }) # asset.should be_valid asset.s...
travis-repos/engine
features/step_definitions/theme_asset_steps.rb
Ruby
mit
1,235
//****************************************************************************** // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
rajsesh-msft/WinObjC
include/Platform/Universal Windows/UWP/WindowsGlobalizationDateTimeFormatting.h
C
mit
6,945
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Collections.Generic; using Azure.Core; namespace Azure.ResourceManager.Network.Models { /// <summary> Common resource representation. </summary> public partial ...
ayeletshpigelman/azure-sdk-for-net
sdk/network/Azure.ResourceManager.Network/src/Generated/Models/Resource.cs
C#
mit
1,612
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Tue Feb 09 12:58:22 EST 2016 --> <title>LaunchActivityConstantsList</title> <meta name="date" content="2016-02-09"> <link rel="s...
TeamTorch5942/ftc_app
docs-FTC/javadoc/com/qualcomm/ftccommon/LaunchActivityConstantsList.html
HTML
mit
10,556
package com.uuzuche.lib_zxing; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void ...
DarkYeahs/QRCodeAndroid
lib-zxing/src/test/java/com/uuzuche/lib_zxing/ExampleUnitTest.java
Java
mit
399
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js * * Copyright (c) 2009-2016 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
masterfish2015/my_project
半导体物理/js/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js
JavaScript
mit
4,295
FROM node:argon # Create app directory RUN mkdir -p /usr/src/app WORKDIR /usr/src/app # Install app dependencies COPY package.json /usr/src/app/ RUN npm install # Bundle app source COPY laravel-echo-server.json /usr/src/app/laravel-echo-server.json EXPOSE 3000 CMD [ "npm", "start" ]
NewbMiao/laradock
laravel-echo-server/Dockerfile
Dockerfile
mit
291
// This file is part of the uSTL library, an STL implementation. // // Copyright (c) 2005-2009 by Mike Sharov <msharov@users.sourceforge.net> // This file is free software, distributed under the MIT License. #ifndef UPREDALGO_H_2CB058AE0807A01A2F6A51BA5D5820A5 #define UPREDALGO_H_2CB058AE0807A01A2F6A51BA5D5820A5 name...
Arty89/avrstl
upredalgo.h
C
mit
22,015
/* * Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights...
bglassy/brackets
src/extensions/default/RecentProjects/main.js
JavaScript
mit
17,380
const BaseChecker = require('./../base-checker') const ruleId = 'imports-on-top' const meta = { type: 'order', docs: { description: `Import statements must be on top.`, category: 'Style Guide Rules' }, isDefault: false, recommended: true, defaultSetup: 'warn', schema: null } class ImportsOnTo...
protofire/solhint
lib/rules/order/imports-on-top.js
JavaScript
mit
903
// // ColumnArtistCellText.cs // // Author: // Aaron Bockover <abockover@novell.com> // Frank Ziegler <funtastix@googlemail.com> // // Copyright (C) 2007 Novell, Inc. // Copyright (C) 2013 Frank Ziegler // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associ...
GNOME/banshee
src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellArtistText.cs
C#
mit
2,406
--- title: 'Skin for Skin: The Battle Continues' date: 10/10/2016 --- Job 2:1–3 begins almost repeating some of Job 1:6–8. The big change is the last part of Job 2:3, where the Lord Himself talks about how faithful Job remained despite the calamities that befell him. Thus, by the time we get to Job 2:3, it looks as...
PrJared/sabbath-school-lessons
src/en/2016-04/03/03.md
Markdown
mit
2,172
<?php namespace TypiCMS\Modules\Blocks\Repositories; use App; use Illuminate\Database\Eloquent\Collection; use TypiCMS\Repositories\CacheAbstractDecorator; use TypiCMS\Services\Cache\CacheInterface; class CacheDecorator extends CacheAbstractDecorator implements BlockInterface { public function __construct(BlockI...
laravelproject2016/project
app/TypiCMS/Modules/Blocks/Repositories/CacheDecorator.php
PHP
mit
1,743
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Search &mdash; dlib documentation</title> ...
eldilibra/mudsling
include/dlib-18.9/docs/python/search.html
HTML
mit
3,323
require File.join(File.dirname(__FILE__), 'lib', 'image_spec')
edgerunner/merttorun.com
vendor/extensions/paperclipped/vendor/plugins/imagespec/init.rb
Ruby
mit
63
--- sponsors: true type: sponsors ---
vuejs-kr/kr.vuejs.org
src/support-vuejs/index.md
Markdown
mit
38
/******************************************************************************* * Copyright (c) 1998, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 ...
RallySoftware/eclipselink.runtime
foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsPerformanceTest.java
Java
epl-1.0
2,586
/** * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is av...
Snickermicker/smarthome
extensions/binding/org.eclipse.smarthome.binding.onewire/src/main/java/org/eclipse/smarthome/binding/onewire/internal/SensorId.java
Java
epl-1.0
3,046
/******************************************************************************* * Copyright (c) 1998, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 ...
RallySoftware/eclipselink.runtime
utils/eclipselink.utils.workbench.test/uitools/source/org/eclipse/persistence/tools/workbench/test/uitools/SwitcherPanelTests.java
Java
epl-1.0
8,480
package org.intalio.tempo.workflow.wds.core.xforms; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.net.URL; import java.util.regex.Pattern; import org.junit.runner.RunWith; import com.googlecode.instinct.expect.ExpectThat; impor...
ray-dong/tempo
wds-service/src/test/java/org/intalio/tempo/workflow/wds/core/xforms/XFormConversionTest.java
Java
epl-1.0
2,325
/******************************************************************************* * Copyright (c) 1998, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 ...
gameduell/eclipselink.runtime
moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/xmlelementref/duplicatename/BeanA.java
Java
epl-1.0
965
/* * Copyright © 2014 Red Hat. * * 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 copyright * notice and this permission notice appear in s...
parheliamm/T440p-kernel
include/drm/drm_dp_mst_helper.h
C
gpl-2.0
14,494
/* Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
bcnice20/Shooter-2.6.35_mr
drivers/media/video/msm/msm_camera.c
C
gpl-2.0
106,421
/* Copyright (c) 2005-2009 by Jakob Schroeter <js@camaya.net> This file is part of the gloox library. http://camaya.net/gloox This software is distributed under a license. The full license agreement can be found in the file LICENSE in this distribution. This software may not be copied, modified, sold or dist...
segfault/gloox-clone
src/messageeventfilter.cpp
C++
gpl-2.0
2,847
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
bSr43/scummvm
engines/fullpipe/scenes/scene09.cpp
C++
gpl-2.0
16,585
<!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"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>matrix_cross_product.hpp Source File</title> <link href="tabs.css"...
tuituji/184.1x-BerkeleyX-CG
hw2-linuxosx/glm-0.9.2.7/doc/api-0.9.2/a00072_source.html
HTML
gpl-2.0
5,723
/* * Javassist, a Java-bytecode translator toolkit. * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. * * 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. Alternatively, the contents of th...
HighTower1991/HotswapAgent
hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/web/Webserver.java
Java
gpl-2.0
12,400
/* packet-rstat.c * Stubs for Sun's remote statistics RPC service * * Guy Harris <guy@alum.mit.edu> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
MichaelQQ/Wireshark-PE
epan/dissectors/packet-rstat.c
C
gpl-2.0
4,569
/* Interface between GCC C++ FE and GDB Copyright (C) 2014-2020 Free Software Foundation, Inc. This file is part of GCC. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either versio...
mattstock/binutils-bexkat1
include/gcc-cp-interface.h
C
gpl-2.0
15,167
#ifndef _ASM_X86_APICDEF_H #define _ASM_X86_APICDEF_H /* * Constants for various Intel APICs. (local APIC, IOAPIC, etc.) * * Alan Cox <Alan.Cox@linux.org>, 1995. * Ingo Molnar <mingo@redhat.com>, 1999, 2000 */ #define APIC_DEFAULT_PHYS_BASE 0xfee00000 #define APIC_ID 0x20 #define APIC_LVR 0x30 #define APIC_L...
BCLinux/qga-bc
qemu-kvm-0.12.1.2/kvm/user/test/lib/x86/apic-defs.h
C
gpl-2.0
4,197
/*************************************************************************** qgspainteffectwidget.cpp ------------------------ begin : January 2015 copyright : (C) 2015 by Nyall Dawson email : nyall dot dawson at gmail.com ***********************************...
AsgerPetersen/QGIS
src/gui/effects/qgspainteffectwidget.cpp
C++
gpl-2.0
23,696
/* * Copyright (c) 2018, 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 Softwa...
openjdk/jdk8u
jdk/test/sun/security/pkcs12/PBES2Encoding.java
Java
gpl-2.0
7,840
/* * exynos_thermal.h - Samsung EXYNOS TMU (Thermal Management Unit) * * Copyright (C) 2011 Samsung Electronics * Donggeun Kim <dg77.kim@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softw...
rutvik95/android_kernel_samsung_universal-5260
include/linux/platform_data/exynos_thermal.h
C
gpl-2.0
3,580
/* Unix SMB/CIFS implementation. replacement routines for broken systems Copyright (C) Andrew Tridgell 1992-1998 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2...
ipwndev/DSLinux-Mirror
user/samba/source/lib/replace1.c
C
gpl-2.0
1,178
/* -*- Mode: c; c-basic-offset: 4; indent-tabs-mode: t; tab-width: 8; -*- */ /* cairo - a vector graphics library with display and print output * * Copyright © 2000 Keith Packard * Copyright © 2005 Red Hat, Inc * * This library is free software; you can redistribute it and/or * modify it either under the terms of...
twobob/buildroot-kindle
output/build/cairo-1.10.2/src/cairo-ft-font.c
C
gpl-2.0
94,222
<?php /* Copyright 2013 I.T.RO.® (email : support.itro@live.com) This file is part of ITRO Popup Plugin. */ global $wpdb; define ('OPTION_TABLE_NAME', $wpdb->prefix . 'itro_plugin_option'); define ('FIELD_TABLE_NAME', $wpdb->prefix . 'itro_plugin_field'); /* -------Create plugin tables */ function itro_db_init() { g...
SayenkoDesign/selectahead
wp-content/plugins/itro-popup/functions/database-function.php
PHP
gpl-2.0
3,493
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2008 by Eran Ifrah // file name : lexer_configuration.h // // --------------------------------------------------------...
Alexpux/codelite
Plugin/lexer_configuration.h
C
gpl-2.0
6,168
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #include "WIN32Util.h" #include "Application.h" #include "CompileInfo.h" #include "ServiceBroker.h" #include "Util.h" #include ...
scbash/xbmc
xbmc/platform/win32/WIN32Util.cpp
C++
gpl-2.0
45,687
<?php global $wpdb; if (!defined('ABSPATH')) { require_once '../../../../wp-load.php'; } list($email_id, $user_id) = explode(';', base64_decode($_GET['r']), 2); $wpdb->insert(NEWSLETTER_STATS_TABLE, array( 'email_id' => $email_id, 'user_id' => $user_id, 'ip' => $_SERVER['REMOTE_ADDR'] ) ); he...
phucanh92/vietlong
wp-content/plugins/newsletter/statistics/open.php
PHP
gpl-2.0
442
/* * The MIT License (MIT) * * Copyright (c) 2013 AlgorithmX2 * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use...
Vexatos/PeripheralsPlusPlus
src/api/java/appeng/api/networking/energy/IAEPowerStorage.java
Java
gpl-2.0
2,432
// Copyright 2008 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. // Additional copyrights go to Duddie (c) 2005 (duddie@walla.com) #include "Core/DSP/DSPTables.h" #include <algorithm> #include <array> #include <cstddef> #include "Common/CommonTypes.h" #include "Common/L...
LAGonauta/dolphin
Source/Core/Core/DSP/DSPTables.cpp
C++
gpl-2.0
53,941
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager -- Network link manager * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of th...
vicamo/NetworkManager
src/nm-rfkill-manager.c
C
gpl-2.0
11,265
<?php /** * File containing the RestContentType ValueObjectVisitor class * * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. * @version 2014.11.1 */ namespace eZ\Publish\Core\REST\Server\Output...
wnsonsa/destin-foot
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/REST/Server/Output/ValueObjectVisitor/RestContentType.php
PHP
gpl-2.0
6,138
/* input.h - Interface to the input component of a virtual console. Copyright (C) 2002 Free Software Foundation, Inc. Written by Marcus Brinkmann. This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License...
sebastianscatularo/hurd
console/input.h
C
gpl-2.0
2,348
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 4.2 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2012 | +---------------------...
GreeneHillFoodCoop/members
sites/all/modules/civicrm/CRM/Utils/Migrate/ExportJSON.php
PHP
gpl-2.0
16,208
/* * Copyright (c) 1999, 2016, 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 ...
md-5/jdk10
test/jdk/java/awt/datatransfer/SystemSelection/SystemSelectionAWTTest.java
Java
gpl-2.0
6,193
/* <!-- copyright */ /* * aria2 - The high speed download utility * * Copyright (C) 2006 Tatsuhiro Tsujikawa * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice...
bright-sparks/aria2
src/TimedHaltCommand.h
C
gpl-2.0
2,103
//=========================================================== // Lukas Valine * Mr. Inspiration * February 18, 2015 //=========================================================== // An algorithmic approach to music composition //----------------------------------------------------------- import java.awt.Color; import ...
Valine/mri
SwingVersion/Mr.i_0.3/src/MrInspiration.java
Java
gpl-2.0
1,064
/* * Copyright 2009 Marco Martin <notmart@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2, or * (at your option) any later version. * * ...
vasi/kdelibs
plasma/private/associatedapplicationmanager_p.h
C
gpl-2.0
2,204
############################################################################ # IlbcRfc3951Config.cmake # Copyright (C) 2015 Belledonne Communications, Grenoble France # ############################################################################ # # This program is free software; you can redistribute it and/or # modif...
husseinalzand/linphone
liblinphone-sdk/x86_64-apple-darwin.ios/lib/cmake/IlbcRfc3951/IlbcRfc3951Config.cmake
CMake
gpl-2.0
1,612
/* * Copyright (c) 2002, 2018, 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 ...
md-5/jdk10
test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/hoist/hoist01/hoist01.java
Java
gpl-2.0
3,088
Ext.define('KitchenSink.view.charts.area.NegativeController', { extend: 'Ext.app.ViewController', alias: 'controller.area-negative', onPreview: function () { var chart = this.lookupReference('chart'); chart.preview(); }, getSeriesConfig: function (field, title) { ...
mesocentrefc/Janua-SMS
janua-web/ext/examples/kitchensink/classic/samples/view/charts/area/NegativeController.js
JavaScript
gpl-2.0
1,559
// NAnt - A .NET build tool // Copyright (C) 2001-2008 Gerry Shaw // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version....
nant/nant
src/NAnt.Core/Extensibility/IPlugin.cs
C#
gpl-2.0
913
{template "content","header"} <link href="{CSS_PATH}vms/vms.css" rel="stylesheet" type="text/css" /> <div class="clr ct show_pg"> <div class="crumbs"><a href="{APP_PATH}">首页</a><span> &gt; </span>{catpos($catid)}&gt; 正文</div> <div class="ad"><a href="#" title="text"><img src="{IMG_PATH}vms/vms/ad960x40.jpg" width="9...
fishermanmax/fdyzt
phpcms/templates/xsc_fdyzt/content/play_list.html
HTML
gpl-2.0
5,601
#ifndef included_main_version_h #define included_main_version_h /*****************************************************************************/ /* */ /* Copyright (c) 1990-2001 Morgan Stanley Dean Witter & Co. All rights reserved. */ /* See .../...
PlanetAPL/a-plus
src/main/version.h
C
gpl-2.0
842
#! /usr/bin/python # Script for increasing versions numbers across the code import sys import glob import re import argparse def check_version_format(version): """Check format of version number""" pattern = '^[0-9]+[\.][0-9]+[\.][0-9]+(\-.+)*$' return re.match(pattern, version) is not None BIO_FORMATS_...
stelfrich/bioformats
tools/bump_maven_version.py
Python
gpl-2.0
3,006
<?php /** * This software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ and is * licensed under The BSD license. * --- * Copyright (c) 2011, Oxwall Foundation * All rights reserved. * Redistribution and use in source and binary forms, with or without modification, are permitted...
seret/oxtebafu
ow_plugins/event/update/3521/update.php
PHP
gpl-2.0
2,153
/* Handle loading and unloading shared objects for internal libc purposes. Copyright (C) 1999-2002,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Zack Weinberg <zack@rabi.columbia.edu>, 1999. The GNU C Library is free software; you can redistribute it a...
mseaborn/nacl-glibc
elf/dl-libc.c
C
gpl-2.0
6,598
/** * * This example shows how to create a pivot grid and display the results in * a compact layout. * */ Ext.define('KitchenSink.view.pivot.LayoutCompact', { extend: 'Ext.pivot.Grid', xtype: 'compact-pivot-grid', controller: 'pivotlayout', requires: [ 'KitchenSink.store.pivot....
mesocentrefc/Janua-SMS
janua-web/ext/examples/kitchensink/classic/samples/view/pivot/LayoutCompact.js
JavaScript
gpl-2.0
3,950
<?php /** * File generates service container builder instance * * Expects global $installDir to be set by caller * * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. * @version 2014.11.1 */ us...
cjw-network/cjwpublish1411
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/settings/containerBuilder.php
PHP
gpl-2.0
2,414
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon...
EdHubbell/truxieXamarin
packages/Xamarin.GooglePlayServices.19.0.0.1/lib/MonoAndroid23/19/content/google-play-services/docs/reference/com/google/android/gms/drive/events/ChangeEvent.html
HTML
gpl-2.0
52,916
// directory.h // Data structures to manage a UNIX-like directory of file names. // // A directory is a table of pairs: <file name, sector #>, // giving the name of each file in the directory, and // where to find its file header (the data structure describing // where to find the file's data blocks) on disk. /...
k4rtik/nachos-nitc
nachos-3.4/code/filesys/directory.h
C
gpl-2.0
2,878
<?php /** * @package Joomla.Administrator * @subpackage com_contact * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * View to edit a contact. * * @sinc...
SyntaxC4-MSFT/joomla-cms
administrator/components/com_contact/views/contact/view.html.php
PHP
gpl-2.0
3,413
/* $Id$ */ /** @file * VBox OpenGL list of opengl functions common in Mesa and vbox opengl stub */ /* * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it ...
mirror/vbox
src/VBox/Additions/common/crOpenGL/fakedri_glxfuncsList.h
C
gpl-2.0
3,040
using System; using System.Collections.Generic; using Server.ContextMenus; using Server.Mobiles; namespace Server.Items { [FlipableAttribute(0x2790, 0x27DB)] public class LeatherNinjaBelt : BaseWaist, IDyable, INinjaWeapon { private int m_UsesRemaining; private Poison m_Poison; priv...
tbewley10310/Land-of-Archon
Scripts/Items/Equipment/Clothing/LeatherNinjaBelt.cs
C#
gpl-2.0
5,823
/* * linux/fs/namei.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * Some corrections by tytso. */ /* [Feb 1997 T. Schoebel-Theuer] Complete rewrite of the pathname * lookup logic. */ /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. */ #include <linux/init.h> #include <linux/export.h...
Tilde88/android_kernel_lge_msm8996
fs/namei.c
C
gpl-2.0
116,687
// Project64 - A Nintendo 64 emulator // https://www.pj64-emu.com/ // Copyright(C) 2001-2021 Project64 // Copyright(C) 2000-2015 Azimer // GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html #pragma once #include <Common/SyncEvent.h> #include <Common/CriticalSection.h> class SoundDriverBase { public: SoundD...
project64/project64
Source/Project64-audio/Driver/SoundBase.h
C
gpl-2.0
1,444
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Implementation of the Transmission Control Protocol(TCP). * * Authors: Ross Biro * Fred N. van Kempen, <wa...
longman88/kernel-qspinlock
net/ipv4/tcp_minisocks.c
C
gpl-2.0
24,460
#ifndef __ARM_ARCH_DEV_HAWII_LOGANDS_NFC_H #define __ARM_ARCH_DEV_HAWII_LOGANDS_NFC_H void __init hawaii_nfc_init(void); #endif
alexey6600/kernel_sony_tetra_2
arch/arm/mach-hawaii/include/mach/dev-hawaii_logands_nfc.h
C
gpl-2.0
127
/* * AMD Elan SC520 processor Watchdog Timer driver * * Based on acquirewdt.c by Alan Cox, * and sbc60xxwdt.c by Jakob Oestergaard <jakob@unthought.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published b...
ipwndev/DSLinux-Mirror
linux-2.6.x/drivers/char/watchdog/sc520_wdt.c
C
gpl-2.0
11,394
# Copyright (C) 2010-2013 Zentyal S.L. # # This program 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 Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANT...
Zentyal/zentyal
main/core/src/EBox/CGI/Wizard.pm
Perl
gpl-2.0
2,778
// // $Id$ // // // Copyright (c) 2001-2015, Andrew Aksyonoff // Copyright (c) 2008-2015, Sphinx Technologies Inc // All rights reserved // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License. You should have // received a copy of the GPL lice...
remialvado/sphinxsearch
src/sphinxsort.cpp
C++
gpl-2.0
157,080
/* * \brief Signal context for timer events * \author Josef Soentgen * \date 2014-10-10 */ /* * Copyright (C) 2014 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ /* Genode includes */ #include <base/...
waylon531/genode
repos/dde_linux/src/lib/wifi/timer.cc
C++
gpl-2.0
7,017
/* Copyright (C) 1999-2008 by Mark D. Hill and David A. Wood for the Wisconsin Multifacet Project. Contact: gems@cs.wisc.edu http://www.cs.wisc.edu/gems/ -------------------------------------------------------------------- This file is part of the Opal Timing-First Microarchitectural Simulat...
xpuente/tpzsimul.gems
opal/bypassing/Cache.h
C
gpl-2.0
3,841
/* OS/2 compatibility functions. Copyright (C) 2001-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, or (at your option) an...
ipwndev/DSLinux-Mirror
user/sed/src/intl/os2compat.c
C
gpl-2.0
3,451
#define yy_create_buffer ada__create_buffer #define yy_delete_buffer ada__delete_buffer #define yy_scan_buffer ada__scan_buffer #define yy_scan_string ada__scan_string #define yy_scan_bytes ada__scan_bytes #define yy_flex_debug ada__flex_debug #define yy_init_buffer ada__init_buffer #define yy_flush_buffer ada__flush_b...
ddaygold/cgdb
lib/tokenizer/adalexer.c
C
gpl-2.0
58,434