repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
sgaluzin/pechki
callme/templates/fb/style.css
3750
#callme { height: 151px; position: fixed; *position: absolute; top: 150px; right: 0; width: 22px; z-index: 110; } .cme-form { border: 1px solid #bbc1ce; -moz-box-shadow: 0 2px 20px #333333; -webkit-box-shadow: 0 2px 20px #333333; box-shadow: 0 2px 20px #333333; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-...
gpl-2.0
baxtree/OKBook
sites/all/modules/rdf/vendor/arc/serializers/ARC2_RDFXMLSerializer.php
5008
<?php /* homepage: http://arc.semsol.org/ license: http://arc.semsol.org/license class: ARC2 RDF/XML Serializer author: Benjamin Nowack version: 2009-02-12 (Fix: scheme-detection: scheme must have at least 2 chars, thanks to Eric Schoonover) */ ARC2::inc('RDFSerializer'); class ARC2_RDFXMLSerializer extends A...
gpl-2.0
phpbb-extensions/boardrules
tests/operators/rule_operator_move_test.php
4883
<?php /** * * Board Rules extension for the phpBB Forum Software package. * * @copyright (c) 2014 phpBB Limited <https://www.phpbb.com> * @license GNU General Public License, version 2 (GPL-2.0) * */ namespace phpbb\boardrules\tests\operators; class rule_operator_move_test extends rule_operator_base { /** * Test da...
gpl-2.0
ric2b/POO
java/src/dataset/UndefinedSampleLengthException.java
135
package dataset; public class UndefinedSampleLengthException extends Exception { private static final long serialVersionUID = 1L; }
gpl-2.0
astarasikov/uboot-bn-nook-hd-fastboot
drivers/max17042.c
30417
/* * board/omap3621_boxer/max17042.c * * Copyright (C) 2010 Barnes & Noble, Inc. * Intrinsyc Software International, Inc. on behalf of Barnes & Noble, Inc. * * Max17042 Gas Gauge initialization for u-boot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
gpl-2.0
TeamGlide/android_kernel_htc_msm7x30
drivers/video/msm/Makefile
6199
obj-y := msm_fb.o obj-$(CONFIG_FB_MSM_LOGO) += logo.o obj-$(CONFIG_FB_BACKLIGHT) += msm_fb_bl.o ifeq ($(CONFIG_FB_MSM_MDP_HW),y) # MDP obj-y += mdp.o obj-$(CONFIG_DEBUG_FS) += mdp_debugfs.o ifeq ($(CONFIG_FB_MSM_MDP40),y) obj-y += mdp4_util.o obj-y += mdp4_hsic.o else obj-y += mdp_hw_init.o obj-y += mdp_ppp.o ifeq...
gpl-2.0
TechnoTroopInc/portal
site/themes/hugo-fresh/layouts/partials/meta.html
163
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge">
gpl-2.0
TheGameCreators/AGKIDE
tagmanager/ctags/rust.c
22209
/* * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Rust files. */ /* * INCLUDE FILES */ #include "general.h" /* must always come first */ #include "main.h" #include <string.h> #include "keyw...
gpl-2.0
skyHALud/codenameone
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/luni/src/main/native/luni/shared/dblparse.c
28372
/* * 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")...
gpl-2.0
skyHALud/codenameone
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/awt/src/main/java/common/org/apache/harmony/awt/text/TextFactory.java
3164
/* * 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")...
gpl-2.0
cafe-alpha/wascafe
v13/stm32_bup_test/r07c_firm_F446RE/Src/fatfs.c
1568
/** ****************************************************************************** * @file fatfs.c * @brief Code for fatfs applications ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics. * All right...
gpl-2.0
guoqingzhang/binutils-coffee
bfd/elf64-mmix.c
94117
/* MMIX-specific support for 64-bit ELF. Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson <hp@bitrange.com> This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms...
gpl-2.0
puavo-org/puavo-os
parts/sharedir/README.md
125
puavo-sharedir ============== A script to manage "shared directories", using inotify and ACLs, and some additional scripts.
gpl-2.0
ysleu/RTL8685
uClinux-dist/lib/ncurses/misc/run_tic.sh
7003
#!/bin/sh # $Id: run_tic.sh,v 1.1 2011/08/18 02:20:39 tsaitc Exp $ ############################################################################## # Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. # # # # Permission is ...
gpl-2.0
grchis/android
administrator/components/com_sauto/assets/includes/p_delete_stare.php
581
<?php /** * @package sauto * @subpackage Base * @author Dacian Strain {@link http://shop.elbase.eu} * @author Created on 17-Nov-2013 * @license GNU/GPL */ //-- No direct access defined('_JEXEC') || die('=;)'); $id =& JRequest::getVar( 'id', '', 'post', 'string' ); $db = JFactory::getDbo(); $query...
gpl-2.0
eggla/LA-glazed
sites/all/modules/openlayers/modules/openlayers_library/src/Plugin/Component/Hilbert/js/hilbert_algo.js
1468
var hilbert = (function() { // From Mike Bostock: http://bl.ocks.org/597287 // Adapted from Nick Johnson: http://bit.ly/biWkkq var pairs = [ [[0, 3], [1, 0], [3, 1], [2, 0]], [[2, 1], [1, 1], [3, 0], [0, 2]], [[2, 2], [3, 3], [1, 2], [0, 1]], [[0, 0], [3, 2], [1, 3], [2, 3]] ...
gpl-2.0
JoelPub/wordpress-amazon
order/themes/mobile/style62/css/responsive.css
1218
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// Responsive Framework CSS Rules Start */ /*////////////////////////////////////////////////////////////////////...
gpl-2.0
mozilla-b2g/kernel_flatfish
drivers/usb/sun7i_usb/hcd/core/sw_hcd_virt_hub.c
15810
/* ************************************************************************************* * Linux * USB Host Controller Driver * * (c) Copyright 2006-2012, SoftWinners Co,Ld. * All Rights Reserved * * File Name : sw_hcd_virt_hub.c * * Author : ja...
gpl-2.0
uwehermann/easybox-904-lte-firmware
linux/linux-2.6.32.32/drivers/pci/quirks.c
94163
/* * This file contains work-arounds for many known PCI hardware * bugs. Devices present only on certain architectures (host * bridges et cetera) should be handled in arch-specific code. * * Note: any quirks for hotpluggable devices must _NOT_ be declared __init. * * Copyright (c) 1999 Martin Mares <mj@ucw...
gpl-2.0
pollux1er/SajoscolApp
edt_organisation/lib/template/indexSuccess.php
2906
<?php include("./lib/template/mini_calendrier.php"); ?> <div id="lecorps"> <?php include("./lib/template/menu_edt.php"); ?> <div id="art-main"> <div class="art-sheet"> <div class="art-sheet-tl"></div> <div class="art-sheet-tr"></div> <div class="art-sheet-bl"></div> ...
gpl-2.0
marmotwb/2.8.x
wb/modules/news/languages/SE.php
1238
<?php /** * * @category modules * @package news * @author WebsiteBaker Project * @copyright 2004-2009, Ryan Djurovich * @copyright 2009-2011, Website Baker Org. e.V. * @link http://www.websitebaker2.org/ * @license http://www.gnu.org/licenses/gpl.html * @platform ...
gpl-2.0
michaellass/lenovo_a1_07_kernel
drivers/media/video/omapgfx/gfx_tiler.c
4322
/* * drivers/media/video/omap/gfx_tiler.c * * Copyright (C) 2010 Texas Instruments. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether express or implied. * */ #include <linux/errno.h> #include <l...
gpl-2.0
dwbruhn/stedt
rootcanal/perl/STEDT/Table/Mesoroots.pm
2261
package STEDT::Table::Mesoroots; use base STEDT::Table; use strict; sub new { my ($self, $dbh, $privs, $uid) = @_; my $t = $self->SUPER::new($dbh, 'mesoroots', 'mesoroots.id', $privs); # dbh, table, key, privs $t->query_from(q|mesoroots LEFT JOIN `users` ON mesoroots.uid = users.uid LEFT JOIN languagegroups ON mesoro...
gpl-2.0
schnitzel25/conta
sites/default/files/js/js_3YI8rlQtCphHC8k7Vs22nkB6_u47OqwXcD7P8Jm9QQg_BHuNkXbS1MEkV6lGkimSfQE6366BcKxzYtd8U65iUpM.js
96793
/** * @file * Provides Ajax page updating via jQuery $.ajax. * * Ajax is a method of making a request via JavaScript while viewing an HTML * page. The request returns an array of commands encoded in JSON, which is * then executed to make any changes that are necessary to the page. * * Drupal uses this file to e...
gpl-2.0
12019/SOSSE
doxygen/latex/annotated.tex
476
\subsection{Data Structures} Here are the data structures with brief descriptions:\begin{DoxyCompactList} \item\contentsline{section}{{\bf s\_\-finfo} (File info struct. This is directly written as a file header in the file system )}{\pageref{structs__finfo}}{} \item\contentsline{section}{{\bf s\_\-fpath} (File path sp...
gpl-2.0
unofficial-opensource-apple/gcc_40
libjava/gnu/xml/transform/OtherwiseNode.java
3110
/* OtherwiseNode.java -- Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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, or (at your opti...
gpl-2.0
champtar/packages
utils/findutils/Makefile
2477
# # Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=findutils PKG_VERSION:=4.6.0 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PK...
gpl-2.0
hbbpb/stanford-corenlp-gv
src/edu/stanford/nlp/parser/lexparser/FactoredParser.java
23782
// StanfordLexicalizedParser -- a probabilistic lexicalized NL CFG parser // Copyright (c) 2002, 2003, 2004, 2005 The Board of Trustees of // The Leland Stanford Junior University. All Rights Reserved. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Pu...
gpl-2.0
SunguckLee/MariaDB
storage/tokudb/hatoku_hton.cc
90471
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ // vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4: #ident "$Id$" /* COPYING CONDITIONS NOTICE: This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by th...
gpl-2.0
zodttd/gameboy4iphone
Z/gp32_good.h
363975
//GoodGBX - 1.020.0.dat char long_name[255]; #define DATROMS (2995+3501) #define GBC_ROMS 2995 struct { int crc; int size; char name[255]; } MyDat[DATROMS]={ //GBC!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! {0x204e2ceb,1048486,"1942 (U) [C][b1]"}, {0x1d7640cb,1048576,"720 (U) [C][b1]"}, {0x2a0e4db1,104857...
gpl-2.0
aecon/uDeviceX
cuda-rbc/rbc-cuda.h
1245
/* * rbc.h * ctc local * * Created by Dmitry Alexeev on Nov 3, 2014 * Copyright 2014 ETH Zurich. All rights reserved. * */ #pragma once #include <cuda_runtime.h> using namespace std; namespace CudaRBC { struct Params { float kbT, p, lmax, q, Cq, totArea0, totVolume0, ka, kv, gamma...
gpl-2.0
pierrewillenbrock/dolphin
Source/Core/UICommon/AutoUpdate.h
1391
// Copyright 2018 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include <string> // Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process // This class defines all the logic for Dolphin auto-update checking. UI-specific el...
gpl-2.0
TheCraftyCanvas/folkshuln
sites/all/modules/civicrm/CRM/Core/Page/AJAX/Location.php
12375
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 4.3 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2013 | +---------------------...
gpl-2.0
tizbac/qtlobby
src/TLDList.cpp
9013
// $Id$ // QtLobby released under the GPLv3, see COPYING for details. #include "TLDList.h" QMap<QString, QString>* TLDList::TLDMap; TLDList::TLDList( QObject* parent) : QObject(parent){ if ( TLDMap == NULL ) { TLDMap = new QMap<QString, QString>; QString TLDString = tr("AC:Ascension Island\n" ...
gpl-2.0
rncbc/qtractor
src/qtractorAtomic.h
4341
// qtractorAtomic.h // /**************************************************************************** Copyright (C) 2005-2021, rncbc aka Rui Nuno Capela. 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 as publishe...
gpl-2.0
AesopInteractive/ase-code-snippet-library
filters/timeline/integrations.md
495
Timeline Component Integration ========== This component will not function properly without the the following hook and container classes. 1. Right after the opening body tag, in your WordPress theme template, add the following hook. Aesop uses this hook to inject markup. ### Pre 1.0.5 `do_action(‘aesop_inside_body_...
gpl-2.0
skeeterslint/linux-2.6.29
include/linux/regulator/max8698.h
1704
/* * max8698.h -- Voltage regulation for the Maxim 8698 * * Copyright (C) 2009 Samsung Electrnoics * * 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 ...
gpl-2.0
YaManicKill/viewfield
web/modules/webform/modules/webform_node/src/WebformNodeUninstallValidator.php
1995
<?php namespace Drupal\webform_node; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Extension\ModuleUninstallValidatorInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\TranslationInterface; /** * Prevents webform_node module from being uninsta...
gpl-2.0
stoicattempt/testwp_ssass
wp-content/themes/testwp_ssass/inc/template-tags.php
5871
<?php /** * Custom template tags for this theme. * * Eventually, some of the functionality here could be replaced by core features. * * @package testwp_ssass */ if ( ! function_exists( 'testwp_ssass_paging_nav' ) ) : /** * Display navigation to next/previous set of posts when applicable. */ function testwp_ssa...
gpl-2.0
JaredOlson/MuskegonFun
wp-content/plugins/contact-form-manager/css/xyz_cfm_styles.css
1009
#system_notice_area_dismiss{ color: #FFFFFF; cursor: pointer; } .system_notice_area_style1 { background: #00C348; border: 1px solid green; } .system_notice_area_style0 { background: #FA5A6A; border: 1px solid brown; } .bottonWidth{ width:120px; } .img{ width:20px; height: 20px; } #bottomBorderNone{ border-b...
gpl-2.0
M4Gd/changelog
public/views/public.php
427
<?php /** * Represents the view for the public-facing component of the plugin. * * This typically includes any information, if any, that is rendered to the * frontend of the theme when the plugin is activated. * * @package Changelog * @author averta < > * @license GPL-2.0+ * @link http://example.co...
gpl-2.0
achyutdahal/1234
wp-content/themes/urbannews32/framework/includes/related-img.php
1123
<?php $orig_post = $post; global $post; $categories = get_the_category($post->ID); if ($categories) { $category_ids = array(); foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id; $args=array( 'category__in' => $category_ids, 'post__not_in' => array($post->ID), '...
gpl-2.0
bembelimen/joomla-cms
administrator/components/com_config/src/View/Component/HtmlView.php
3193
<?php /** * @package Joomla.Administrator * @subpackage com_config * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Component\Config\Administrator\View\Component; \defined('_JEXEC')...
gpl-2.0
sweitmann/rma-community-version
bin/lynx/rp.pl
89744
#===================================================================== # SQL-Ledger ERP # Copyright (c) 2006 # # Author: DWS Systems Inc. # Web: http://www.sql-ledger.com # #====================================================================== # # module for preparing Income Statement and Balance Sheet # #======...
gpl-2.0
hiplayer/giac
giac/giac-1.2.2/doc/en/cascmd_en/cascmd_en107.html
2505
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="GENERATOR" content="hevea 1.10"> <LINK rel="stylesheet" type="text/css" href="cascmd_en.css"> <TITLE>...
gpl-2.0
vaginessa/Lanmitm
src/com/oinux/lanmitm/service/BaseService.java
1380
package com.oinux.lanmitm.service; import com.oinux.lanmitm.R; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.content.Context; import android.content.Intent; import android.os.IBinder; public class BaseService exte...
gpl-2.0
napoleon789/qlkh
osv/protected/models/Message.php
18568
<?php /** * This is the model class for table "message". * * The followings are the available columns in table 'message': * @property integer $msg_id * @property string $subject * @property string $msg_content * @property string $msg_uploads * @property integer $user_id * @property string $msg_time * @proper...
gpl-2.0
nfe/woo-nfe
li/client-php/lib/NFe/APIChildResource.php
1755
<?php class NFe_APIChildResource { // @var string Parent Keys private $_parentKeys; // @var string Fabricator private $_fabricator; function __construct( $parentKeys = array(), $className ) { $this->_fabricator = $className; $this->_parentKeys = $parentKeys; } function mergeP...
gpl-2.0
specpose/stopeight
stopeight/util/editor/modules/analyzer.py
413
# Copyright (C) 2019 Fassio Blatter from stopeight import analyzer version=analyzer.version from stopeight.util.editor.data import ScribbleData def legal_segments(data): from stopeight.matrix import Vectors from stopeight.analyzer import legal_segments return legal_segments(Vectors(data)).__array__().view...
gpl-2.0
JulienMelissas/EdNC
wp-content/themes/ednc-roots/category.php
151
<?php if (is_category('stem')) { get_template_part('templates/content', 'stem'); } else { get_template_part('templates/content', 'category'); } ?>
gpl-2.0
12019/Dorimanx-SG2-I9100-Kernel
net/bluetooth/cmtp/sock.c
5532
/* CMTP implementation for Linux Bluetooth stack (BlueZ). Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org> 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; TH...
gpl-2.0
billhhh/whBK
logic/logic_whPort.h
651
/* * * function: Á¬Ïß½Ó¿Ú * * Date:2015-12-05 * * Author: Bill Wang */ #ifndef _LOGIC_WH_PORT_H_ #define _LOGIC_WH_PORT_H_ #include <assert.h> typedef struct structPort { int moduleId; int paraId; bool operator < (const structPort &port) const { if( moduleId < port.moduleId ) { //СÓÚÖ±½Ó·µ»Øtrue re...
gpl-2.0
drupaals/demo.com
d7/sites/all/libraries/nicedit/nicEdit.js
50796
/* NicEdit - Micro Inline WYSIWYG * Copyright 2007-2008 Brian Kirchoff * * NicEdit is distributed under the terms of the MIT license * For more information visit http://nicedit.com/ * Do not remove this copyright message */ var bkExtend = function(){ var args = arguments; if (args.length == 1) args = [this, ar...
gpl-2.0
silver-alx/ac100_kernel
drivers/net/wireless/DPA_RT3070_WiFiBTCombo/NETIF/os/linux/rt_profile.c
2320
/**************************************************************************** * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * (c) Copyright 2002, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work and the * ...
gpl-2.0
nerilex/avr-crypto-lib
test_src/main-rc6-test.c
2347
/* main-rc6-test.c */ /* This file is part of the AVR-Crypto-Lib. Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) 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 versi...
gpl-2.0
TeamFahQ/kernel_linux_next
ipc/kdbus/bus.c
14169
/* * Copyright (C) 2013-2015 Kay Sievers * Copyright (C) 2013-2015 Greg Kroah-Hartman <gregkh@linuxfoundation.org> * Copyright (C) 2013-2015 Daniel Mack <daniel@zonque.org> * Copyright (C) 2013-2015 David Herrmann <dh.herrmann@gmail.com> * Copyright (C) 2013-2015 Linux Foundation * Copyright (C) 2014-2015 Djalal ...
gpl-2.0
adamdoupe/enemy-of-the-state
jcc/java/org/apache/jcc/PythonVM.java
1466
/* ==================================================================== * 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 * * U...
gpl-2.0
SpoonLabs/astor
examples/math_63/src/test/java/org/apache/commons/math/analysis/interpolation/LinearInterpolatorTest.java
6231
/* * 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 ...
gpl-2.0
sixuanwang/SAMSaaS
wirecloud-develop/src/wirecloud/oauth2provider/models.py
2919
# -*- coding: utf-8 -*- # Copyright (c) 2013-2014 CoNWeT Lab., Universidad Politécnica de Madrid # This file is part of Wirecloud. # Wirecloud 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 v...
gpl-2.0
NullNoname/dolphin
Externals/wxWidgets3/include/wx/osx/popupwin.h
1090
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/popupwin.h // Purpose: wxPopupWindow class for wxMac // Author: Stefan Csomor // Modified by: // Created: // RCS-ID: $Id: popupwin.h 65680 2010-09-30 11:44:45Z VZ $ // Copyright: (c) 2006 Stefan Csomor...
gpl-2.0
k2wl/kernel-gt-i9082-stock-based
drivers/cpufreq/cpufreq_sakuractive.c
22646
/* * CPUFreq sakuractive governor * * Copyright (C) 2011 sakuramilk <c.sakuramilk@gmail.com> * * Based on hotplug governor * Copyright (C) 2010 Texas Instruments, Inc. * Mike Turquette <mturquette@ti.com> * Santosh Shilimkar <santosh.shilimkar@ti.com> * * Based on ondemand governor * Copyright (C) 2001 ...
gpl-2.0
jeffegg/beaglebone
net/sctp/ulpevent.c
32388
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001 Intel Corp. * Copyright (c) 2001 Nokia, Inc. * Copyright (c) 2001 La Monte H.P. Yarroll * * These functions manipulate an sctp event. T...
gpl-2.0
kito-cheng/gcc
gcc/lto-streamer.c
11719
/* Miscellaneous utilities for GIMPLE streaming. Things that are used in both input and output are here. Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by Doug Kwan <dougkwan@google.com> This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the t...
gpl-2.0
GargoyleSoftware/voip-client-ios
Classes/LinphoneUI/LinphoneUIDelegates.h
2635
/* LinphoneUIControler.h * * Copyright (C) 2011 Belledonne Comunications, Grenoble, France * * 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 * ...
gpl-2.0
JJDJJ/TtNum
TtNum/TtNum/team_buying/goods.aspx.cs
5347
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; namespace TtNum1.team_buying { public partial class goods : System.Web.UI.Page { TtNum1.BLL.GoodsInfo bllgoodsinfo ...
gpl-2.0
cryptonome/nwframework
Framework/NWStream/NWStreamBlockVideo.cpp
3001
/* * This file is part of NWFramework. * Copyright (c) InCrew Software and Others. * (See the AUTHORS file in the root of this distribution.) * * NWFramework is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
gpl-2.0
kostaskoufou/Innovation_credits
vendor/db/migrate/20130618120305_create_users.rb
385
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :organization t.string :department t.string :name t.string :role t.string :email t.string :password t.binary :picture t.integer :given_chips t.integer :received_chips ...
gpl-2.0
ataranlen/civcraft
civcraft/src/com/avrgaming/civcraft/structure/MobGrinder.java
2644
package com.avrgaming.civcraft.structure; import java.sql.ResultSet; import java.sql.SQLException; import java.util.concurrent.locks.ReentrantLock; import org.bukkit.Location; import com.avrgaming.civcraft.config.CivSettings; import com.avrgaming.civcraft.exception.CivException; import com.avrgaming.civcraft.excepti...
gpl-2.0
onelife/rt-thread
bsp/stm32/libraries/HAL_Drivers/drv_usart.h
2010
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018.10.30 SummerGift first version * 2019.03.05 whj4674672 add stm32h7 */ #ifndef __DRV_USART_H__ #define __DRV_USART_H__ #include <rtthread.h> ...
gpl-2.0
stulentsev/mafiaoffline
wp-includes/capabilities.php
24111
<?php /** * WordPress Roles and Capabilities. * * @package WordPress * @subpackage User */ /** * WordPress User Roles. * * The role option is simple, the structure is organized by role name that store * the name in value of the 'name' key. The capabilities are stored as an array * in the value of the 'capabi...
gpl-2.0
NightCotRe0110/SkyFire.548
cmake/macros/EnsureVersion.cmake
5533
# Copyright (C) 2011-2018 Project SkyFire <http://www.projectskyfire.org/ # Copyright (C) 2008-2018 TrinityCore <http://www.trinitycore.org/> # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this noti...
gpl-2.0
MarcGroef/ros-vision
catkin_ws/Reports/BOLD vs SIFT=0?BOLD-SIFT-5fold-all-10%/coca_cola_cherry/coca_cola_cherry10.html
316
<!DOCTYPE html> <html> <h1>coca_cola_cherry10</h1> <p> BOLD: 2/2 correct and 0/2false</p> <p> SIFT: 2/2 correct and 0/2false</p><br> <img src = "../../../BVD_M01/coca_cola_cherry/coca_cola_cherry10.jpg" alt = "coca_cola_cherry10.html" style= " width:320px;height:240px;"> <h1> Falsely compared to: </h1><br> </html>
gpl-2.0
ausarbluhd/EternalLLC
scripts/pentbox/lib/bit-struct/bit-struct/float-field.rb
1559
class BitStruct # Class for floats (single and double precision) in network order. # Declared with BitStruct.float. class FloatField < Field # Used in describe. def self.class_name @class_name ||= "float" end def add_accessors_to(cl, attr = name) # :nodoc: unless offset % 8 == 0 ...
gpl-2.0
HSrcWrld/DKWP
wp-content/themes/limitless/backend/classes/class_font_support.php
936
<?php /** * Core Class to enable hooks and actions for Fonts * @version 1.0 */ if(!class_exists('IOAFont')) { class IOAFont { private $fonts; function __construct() { $fonts = array( ); } /** * Retrives all registered fonts. */ public function getFonts() { return $this->fonts; } ...
gpl-2.0
JideTechnology/remixos-kernel
drivers/staging/rtl8812au/hal/phydm/phydm_acs.c
41700
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
gpl-2.0
rloos289/PDXwing
vendor/pantheon-systems/terminus/tests/unit_tests/Commands/Tag/TagCommandTest.php
3447
<?php namespace Pantheon\Terminus\UnitTests\Commands\Tag; use Pantheon\Terminus\Collections\OrganizationSiteMemberships; use Pantheon\Terminus\Collections\UserOrganizationMemberships; use Pantheon\Terminus\Models\Organization; use Pantheon\Terminus\Models\OrganizationSiteMembership; use Pantheon\Terminus\Models\User;...
gpl-2.0
benelot/GVG-AI-2015
doc/javadoc/tools/package-summary.html
6179
<!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_60) on Thu Jul 17 09:47:20 BST 2014 --> <title>tools</title> <meta name="date" content="2014-07-17"> <link rel="stylesheet" type="text/...
gpl-2.0
bitfixer/bitfixer
dg/z88dk/libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_clear_fastcall.asm
249
; void p_forward_list_clear_fastcall(p_forward_list_t *list) SECTION code_clib SECTION code_adt_p_forward_list PUBLIC _p_forward_list_clear_fastcall EXTERN asm_p_forward_list_clear defc _p_forward_list_clear_fastcall = asm_p_forward_list_clear
gpl-2.0
stephdl/roundcubemail_plugins
root/usr/share/roundcubemail/plugins/calendar/calendar_ui.js
114423
/** * Client UI Javascript for the Calendar plugin * * @version @package_version@ * @author Lazlo Westerhof <hello@lazlo.me> * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof <hello@lazlo.me> * Copyright (C) 2012, Kolab Systems AG <contact@kolabsys.com> * * This progr...
gpl-2.0
grchis/android
components/com_sauto/views/adding/tmpl/default_8.php
6604
<?php /** * @package sauto * @subpackage Views * @author Dacian Strain {@link http://shop.elbase.eu} * @author Created on 17-Nov-2013 * @license GNU/GPL */ //-- No direct access defined('_JEXEC') || die('=;)'); $time = time(); $app =& JFactory::getApplication(); $db = JFactory::getDbo(); $request...
gpl-2.0
vermaete/ipxact2systemverilog
ipxact2systemverilog/ipxact2hdlCommon.py
46497
#!/usr/bin/env python3 # This file is part of ipxact2systemverilog # Copyright (C) 2013 Andreas Lindh # # 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...
gpl-2.0
maestrano/openx
lib/OA/Dal/PasswordRecovery.php
4846
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | |...
gpl-2.0
photom/simon
simond/src/config/simondnetworkconfiguration.h
1377
/* * Copyright (C) 2008 Peter Grasch <peter.grasch@bedahr.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * or (at your option) any later version, as published by the Free * Software Foundation * * This p...
gpl-2.0
knabar/openmicroscopy
components/server/test/ome/server/itests/hibernate/ExtendedMetadataTest.java
8808
/* * $Id$ * * Copyright 2006 University of Dundee. All rights reserved. * Use is subject to license terms supplied in LICENSE.txt */ package ome.server.itests.hibernate; import java.util.Arrays; import java.util.Set; import ome.model.IAnnotated; import ome.model.ILink; import ome.model.IObject; import ome....
gpl-2.0
vjudge1/score
db/migrate/20150908120446_create_teachers.rb
322
class CreateTeachers < ActiveRecord::Migration def change create_table :teachers do |t| t.string :name, null: false t.integer :grade t.integer :college_id t.integer :user_id t.string :address t.string :phone t.string :email t.timestamps null: false end end en...
gpl-2.0
alucardxlx/caoticamente-shards
docs/types/OnItemConsumed.html
1117
<html> <head> <title>RunUO Documentation - Class Overview - OnItemConsumed</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Items.html">Back to Server.Items</a></h4> <h...
gpl-2.0
ccem-dev/studio
tests/unit/editor/ui/validation/require/past-date/past-date-validator-widget-factory-spec.js
2268
describe('PastDateValidatorWidgetFactory', function() { var Mock = {}; var factory; var whoAmI; beforeEach(function() { angular.mock.module('studio'); mockElement(); inject(function(_$injector_) { mockWidgetScope(_$injector_); factory = _$injector_.get(...
gpl-2.0
dhiru1602/android_kernel_samsung_latona
drivers/video/omap2/omapfb/omapfb-progressbar.c
6333
/* * linux/drivers/video/omapfb/boot_progressbar.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * * * 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 Found...
gpl-2.0
jchalco/Ate
sistema/sistema-ejb/src/java/bc/ReporteFumigacionFacade.java
663
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package bc; import be.ReporteFumigacion; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; /** * * @author argos */ @Stateless public class ReporteFumi...
gpl-2.0
cth103/ardour-cth103
libs/ardour/ardour/midi_automation_list_binder.h
1405
/* Copyright (C) 2010 Paul Davis 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. This program is distr...
gpl-2.0
dinoboy197/Empathy
src/empathy-streamed-media-factory.c
8514
/* * empathy-streamed-media-factory.c - Source for EmpathyStreamedMediaFactory * Copyright (C) 2008-2011 Collabora Ltd. * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License ...
gpl-2.0
scottwainstock/pbm-blog
spec/controllers/pages_controller_spec.rb
1013
require File.dirname(__FILE__) + '/../spec_helper' describe PagesController do describe 'handling GET for a single post' do before(:each) do @page = mock_model(Page) Page.stub(:find_by_slug).and_return(@page) end def do_get get :show, :id => 'a-page' end it "should be successf...
gpl-2.0
onkelhotte/test
src/Dialogs/Task/Widgets/CylinderZoneEditWidget.hpp
1691
/* Copyright_License { XCSoar Glide Computer - http://www.xcsoar.org/ Copyright (C) 2000-2013 The XCSoar Project A detailed list of copyright holders can be found in the file "AUTHORS". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licens...
gpl-2.0
prabhu9484/testFork
components/com_phocagallery/views/detail/tmpl/default_rating.php
2301
<?php defined('_JEXEC') or die('Restricted access'); // SEF problem $isThereQMR = false; $isThereQMR = preg_match("/\?/i", $this->tmpl['action']); if ($isThereQMR) { $amp = '&amp;'; } else { $amp = '?'; } if ((int)$this->tmpl['displayratingimg'] == 1) { // Leave message for already voted images $vote...
gpl-2.0
DiegoQueiroz/scriptLattes
scriptLattes/producoesBibliograficas/outroTipoDeProducaoBibliografica.py
3771
#!/usr/bin/python # encoding: utf-8 # filename: outroTipoDeProducaoBibliografica.py # # scriptLattes V8 # Copyright 2005-2013: Jesús P. Mena-Chalco e Roberto M. Cesar-Jr. # http://scriptlattes.sourceforge.net/ # # # Este programa é um software livre; você pode redistribui-lo e/ou # modifica-lo dentro dos termos d...
gpl-2.0
todd3773/netpartnering
wp-content/plugins/Divi_Children_2.0.8/includes/results-page.php
2728
<?php /* * Child theme creation results page */ ?> <div id="child_created" class="main-panel"> <h3><?php _e( 'Your child theme was successfully created!', 'divi-children' ); ?></h3> <div id="created_theme"> <div class="theme_screenshot"> <img src="<?php echo $divichild['new_theme_dir'] . '/screenshot.jpg'; ?...
gpl-2.0
cooglex/CodeMask
CodeMask/CodeMask.WPF.Controls/Gif/Decoding/GifCommentExtension.cs
929
using System.IO; using System.Text; namespace CodeMask.WPF.Controls.Gif.Decoding { internal class GifCommentExtension : GifExtension { internal const int ExtensionLabel = 0xFE; private GifCommentExtension() { } public string Text { get; private set; } internal...
gpl-2.0
tdautc19841202/firmware
platform/cc2538/SleepTimer.cpp
2420
/** * @file SleepTimer.cpp * @author Pere Tuset-Peiro (peretuset@openmote.com) * @version v0.1 * @date May, 2015 * @brief * * @copyright Copyright 2015, OpenMote Technologies, S.L. * This file is licensed under the GNU General Public License v2. */ /*===========================...
gpl-2.0
Regis85/gepi
gestion/info_gepi.php
8127
<?php /* * * Copyright 2001-2004 Thomas Belliard, Laurent Delineau, Edouard Hue, Eric Lebrun * * This file is part of GEPI. * * GEPI 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...
gpl-2.0
SpoonLabs/astor
examples/math_5/src/main/java/org/apache/commons/math3/stat/clustering/EuclideanDoublePoint.java
3065
/* * 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 ...
gpl-2.0