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
#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-...
sgaluzin/pechki
callme/templates/fb/style.css
CSS
gpl-2.0
3,750
<?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...
baxtree/OKBook
sites/all/modules/rdf/vendor/arc/serializers/ARC2_RDFXMLSerializer.php
PHP
gpl-2.0
5,008
<?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...
phpbb-extensions/boardrules
tests/operators/rule_operator_move_test.php
PHP
gpl-2.0
4,883
package dataset; public class UndefinedSampleLengthException extends Exception { private static final long serialVersionUID = 1L; }
ric2b/POO
java/src/dataset/UndefinedSampleLengthException.java
Java
gpl-2.0
135
/* * 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...
astarasikov/uboot-bn-nook-hd-fastboot
drivers/max17042.c
C
gpl-2.0
30,417
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...
TeamGlide/android_kernel_htc_msm7x30
drivers/video/msm/Makefile
Makefile
gpl-2.0
6,199
<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">
TechnoTroopInc/portal
site/themes/hugo-fresh/layouts/partials/meta.html
HTML
gpl-2.0
163
/* * * 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...
TheGameCreators/AGKIDE
tagmanager/ctags/rust.c
C
gpl-2.0
22,209
/* * 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")...
skyHALud/codenameone
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/classlib/modules/luni/src/main/native/luni/shared/dblparse.c
C
gpl-2.0
28,372
/* * 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")...
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
Java
gpl-2.0
3,164
/** ****************************************************************************** * @file fatfs.c * @brief Code for fatfs applications ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics. * All right...
cafe-alpha/wascafe
v13/stm32_bup_test/r07c_firm_F446RE/Src/fatfs.c
C
gpl-2.0
1,568
/* 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...
guoqingzhang/binutils-coffee
bfd/elf64-mmix.c
C
gpl-2.0
94,117
puavo-sharedir ============== A script to manage "shared directories", using inotify and ACLs, and some additional scripts.
puavo-org/puavo-os
parts/sharedir/README.md
Markdown
gpl-2.0
125
#!/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 ...
ysleu/RTL8685
uClinux-dist/lib/ncurses/misc/run_tic.sh
Shell
gpl-2.0
7,003
<?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...
grchis/android
administrator/components/com_sauto/assets/includes/p_delete_stare.php
PHP
gpl-2.0
581
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]] ...
eggla/LA-glazed
sites/all/modules/openlayers/modules/openlayers_library/src/Plugin/Component/Hilbert/js/hilbert_algo.js
JavaScript
gpl-2.0
1,468
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// Responsive Framework CSS Rules Start */ /*////////////////////////////////////////////////////////////////////...
JoelPub/wordpress-amazon
order/themes/mobile/style62/css/responsive.css
CSS
gpl-2.0
1,218
/* ************************************************************************************* * Linux * USB Host Controller Driver * * (c) Copyright 2006-2012, SoftWinners Co,Ld. * All Rights Reserved * * File Name : sw_hcd_virt_hub.c * * Author : ja...
mozilla-b2g/kernel_flatfish
drivers/usb/sun7i_usb/hcd/core/sw_hcd_virt_hub.c
C
gpl-2.0
15,810
/* * 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...
uwehermann/easybox-904-lte-firmware
linux/linux-2.6.32.32/drivers/pci/quirks.c
C
gpl-2.0
94,163
<?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> ...
pollux1er/SajoscolApp
edt_organisation/lib/template/indexSuccess.php
PHP
gpl-2.0
2,906
<?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 ...
marmotwb/2.8.x
wb/modules/news/languages/SE.php
PHP
gpl-2.0
1,238
/* * 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...
michaellass/lenovo_a1_07_kernel
drivers/media/video/omapgfx/gfx_tiler.c
C
gpl-2.0
4,322
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...
dwbruhn/stedt
rootcanal/perl/STEDT/Table/Mesoroots.pm
Perl
gpl-2.0
2,261
/** * @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...
schnitzel25/conta
sites/default/files/js/js_3YI8rlQtCphHC8k7Vs22nkB6_u47OqwXcD7P8Jm9QQg_BHuNkXbS1MEkV6lGkimSfQE6366BcKxzYtd8U65iUpM.js
JavaScript
gpl-2.0
96,793
\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...
12019/SOSSE
doxygen/latex/annotated.tex
TeX
gpl-2.0
476
/* 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...
unofficial-opensource-apple/gcc_40
libjava/gnu/xml/transform/OtherwiseNode.java
Java
gpl-2.0
3,110
# # 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...
champtar/packages
utils/findutils/Makefile
Makefile
gpl-2.0
2,477
// 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...
hbbpb/stanford-corenlp-gv
src/edu/stanford/nlp/parser/lexparser/FactoredParser.java
Java
gpl-2.0
23,782
/* -*- 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...
SunguckLee/MariaDB
storage/tokudb/hatoku_hton.cc
C++
gpl-2.0
90,471
//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...
zodttd/gameboy4iphone
Z/gp32_good.h
C
gpl-2.0
363,975
/* * 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...
aecon/uDeviceX
cuda-rbc/rbc-cuda.h
C
gpl-2.0
1,245
// 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...
pierrewillenbrock/dolphin
Source/Core/UICommon/AutoUpdate.h
C
gpl-2.0
1,391
<?php /* +--------------------------------------------------------------------+ | CiviCRM version 4.3 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2013 | +---------------------...
TheCraftyCanvas/folkshuln
sites/all/modules/civicrm/CRM/Core/Page/AJAX/Location.php
PHP
gpl-2.0
12,375
// $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" ...
tizbac/qtlobby
src/TLDList.cpp
C++
gpl-2.0
9,013
// 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...
rncbc/qtractor
src/qtractorAtomic.h
C
gpl-2.0
4,341
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_...
AesopInteractive/ase-code-snippet-library
filters/timeline/integrations.md
Markdown
gpl-2.0
495
/* * 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 ...
skeeterslint/linux-2.6.29
include/linux/regulator/max8698.h
C
gpl-2.0
1,704
<?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...
YaManicKill/viewfield
web/modules/webform/modules/webform_node/src/WebformNodeUninstallValidator.php
PHP
gpl-2.0
1,995
<?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...
stoicattempt/testwp_ssass
wp-content/themes/testwp_ssass/inc/template-tags.php
PHP
gpl-2.0
5,871
#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...
JaredOlson/MuskegonFun
wp-content/plugins/contact-form-manager/css/xyz_cfm_styles.css
CSS
gpl-2.0
1,009
<?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...
M4Gd/changelog
public/views/public.php
PHP
gpl-2.0
427
<?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), '...
achyutdahal/1234
wp-content/themes/urbannews32/framework/includes/related-img.php
PHP
gpl-2.0
1,123
<?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')...
bembelimen/joomla-cms
administrator/components/com_config/src/View/Component/HtmlView.php
PHP
gpl-2.0
3,193
#===================================================================== # SQL-Ledger ERP # Copyright (c) 2006 # # Author: DWS Systems Inc. # Web: http://www.sql-ledger.com # #====================================================================== # # module for preparing Income Statement and Balance Sheet # #======...
sweitmann/rma-community-version
bin/lynx/rp.pl
Perl
gpl-2.0
89,744
<!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>...
hiplayer/giac
giac/giac-1.2.2/doc/en/cascmd_en/cascmd_en107.html
HTML
gpl-2.0
2,505
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...
vaginessa/Lanmitm
src/com/oinux/lanmitm/service/BaseService.java
Java
gpl-2.0
1,380
<?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...
napoleon789/qlkh
osv/protected/models/Message.php
PHP
gpl-2.0
18,568
<?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...
nfe/woo-nfe
li/client-php/lib/NFe/APIChildResource.php
PHP
gpl-2.0
1,755
# 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...
specpose/stopeight
stopeight/util/editor/modules/analyzer.py
Python
gpl-2.0
413
<?php if (is_category('stem')) { get_template_part('templates/content', 'stem'); } else { get_template_part('templates/content', 'category'); } ?>
JulienMelissas/EdNC
wp-content/themes/ednc-roots/category.php
PHP
gpl-2.0
151
/* 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...
12019/Dorimanx-SG2-I9100-Kernel
net/bluetooth/cmtp/sock.c
C
gpl-2.0
5,532
/* * * 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...
billhhh/whBK
logic/logic_whPort.h
C
gpl-2.0
651
/* 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...
drupaals/demo.com
d7/sites/all/libraries/nicedit/nicEdit.js
JavaScript
gpl-2.0
50,796
/**************************************************************************** * 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 * ...
silver-alx/ac100_kernel
drivers/net/wireless/DPA_RT3070_WiFiBTCombo/NETIF/os/linux/rt_profile.c
C
gpl-2.0
2,320
/* 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...
nerilex/avr-crypto-lib
test_src/main-rc6-test.c
C
gpl-2.0
2,347
/* * 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 ...
TeamFahQ/kernel_linux_next
ipc/kdbus/bus.c
C
gpl-2.0
14,169
/* ==================================================================== * 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...
adamdoupe/enemy-of-the-state
jcc/java/org/apache/jcc/PythonVM.java
Java
gpl-2.0
1,466
/* * 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 ...
SpoonLabs/astor
examples/math_63/src/test/java/org/apache/commons/math/analysis/interpolation/LinearInterpolatorTest.java
Java
gpl-2.0
6,231
# -*- 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...
sixuanwang/SAMSaaS
wirecloud-develop/src/wirecloud/oauth2provider/models.py
Python
gpl-2.0
2,919
/////////////////////////////////////////////////////////////////////////////// // 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...
NullNoname/dolphin
Externals/wxWidgets3/include/wx/osx/popupwin.h
C
gpl-2.0
1,090
/* * 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 ...
k2wl/kernel-gt-i9082-stock-based
drivers/cpufreq/cpufreq_sakuractive.c
C
gpl-2.0
22,646
/* 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...
jeffegg/beaglebone
net/sctp/ulpevent.c
C
gpl-2.0
32,388
/* 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...
kito-cheng/gcc
gcc/lto-streamer.c
C
gpl-2.0
11,719
/* 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 * ...
GargoyleSoftware/voip-client-ios
Classes/LinphoneUI/LinphoneUIDelegates.h
C
gpl-2.0
2,635
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 ...
JJDJJ/TtNum
TtNum/TtNum/team_buying/goods.aspx.cs
C#
gpl-2.0
5,347
/* * 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...
cryptonome/nwframework
Framework/NWStream/NWStreamBlockVideo.cpp
C++
gpl-2.0
3,001
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 ...
kostaskoufou/Innovation_credits
vendor/db/migrate/20130618120305_create_users.rb
Ruby
gpl-2.0
385
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...
ataranlen/civcraft
civcraft/src/com/avrgaming/civcraft/structure/MobGrinder.java
Java
gpl-2.0
2,644
/* * 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> ...
onelife/rt-thread
bsp/stm32/libraries/HAL_Drivers/drv_usart.h
C
gpl-2.0
2,010
<?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...
stulentsev/mafiaoffline
wp-includes/capabilities.php
PHP
gpl-2.0
24,111
# 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...
NightCotRe0110/SkyFire.548
cmake/macros/EnsureVersion.cmake
CMake
gpl-2.0
5,533
<!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>
MarcGroef/ros-vision
catkin_ws/Reports/BOLD vs SIFT=0?BOLD-SIFT-5fold-all-10%/coca_cola_cherry/coca_cola_cherry10.html
HTML
gpl-2.0
316
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 ...
ausarbluhd/EternalLLC
scripts/pentbox/lib/bit-struct/bit-struct/float-field.rb
Ruby
gpl-2.0
1,559
<?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; } ...
HSrcWrld/DKWP
wp-content/themes/limitless/backend/classes/class_font_support.php
PHP
gpl-2.0
936
/****************************************************************************** * * 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 ...
JideTechnology/remixos-kernel
drivers/staging/rtl8812au/hal/phydm/phydm_acs.c
C
gpl-2.0
41,700
<?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;...
rloos289/PDXwing
vendor/pantheon-systems/terminus/tests/unit_tests/Commands/Tag/TagCommandTest.php
PHP
gpl-2.0
3,447
<!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/...
benelot/GVG-AI-2015
doc/javadoc/tools/package-summary.html
HTML
gpl-2.0
6,179
; 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
bitfixer/bitfixer
dg/z88dk/libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_clear_fastcall.asm
Assembly
gpl-2.0
249
/** * 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...
stephdl/roundcubemail_plugins
root/usr/share/roundcubemail/plugins/calendar/calendar_ui.js
JavaScript
gpl-2.0
114,423
<?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...
grchis/android
components/com_sauto/views/adding/tmpl/default_8.php
PHP
gpl-2.0
6,604
#!/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...
vermaete/ipxact2systemverilog
ipxact2systemverilog/ipxact2hdlCommon.py
Python
gpl-2.0
46,497
<?php /* +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========== | | |...
maestrano/openx
lib/OA/Dal/PasswordRecovery.php
PHP
gpl-2.0
4,846
/* * 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...
photom/simon
simond/src/config/simondnetworkconfiguration.h
C
gpl-2.0
1,377
/* * $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....
knabar/openmicroscopy
components/server/test/ome/server/itests/hibernate/ExtendedMetadataTest.java
Java
gpl-2.0
8,808
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...
vjudge1/score
db/migrate/20150908120446_create_teachers.rb
Ruby
gpl-2.0
322
<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...
alucardxlx/caoticamente-shards
docs/types/OnItemConsumed.html
HTML
gpl-2.0
1,117
describe('PastDateValidatorWidgetFactory', function() { var Mock = {}; var factory; var whoAmI; beforeEach(function() { angular.mock.module('studio'); mockElement(); inject(function(_$injector_) { mockWidgetScope(_$injector_); factory = _$injector_.get(...
ccem-dev/studio
tests/unit/editor/ui/validation/require/past-date/past-date-validator-widget-factory-spec.js
JavaScript
gpl-2.0
2,268
/* * 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...
dhiru1602/android_kernel_samsung_latona
drivers/video/omap2/omapfb/omapfb-progressbar.c
C
gpl-2.0
6,333
/* * 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...
jchalco/Ate
sistema/sistema-ejb/src/java/bc/ReporteFumigacionFacade.java
Java
gpl-2.0
663
/* 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...
cth103/ardour-cth103
libs/ardour/ardour/midi_automation_list_binder.h
C
gpl-2.0
1,405
/* * 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 ...
dinoboy197/Empathy
src/empathy-streamed-media-factory.c
C
gpl-2.0
8,514
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...
scottwainstock/pbm-blog
spec/controllers/pages_controller_spec.rb
Ruby
gpl-2.0
1,013
/* 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...
onkelhotte/test
src/Dialogs/Task/Widgets/CylinderZoneEditWidget.hpp
C++
gpl-2.0
1,691
<?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...
prabhu9484/testFork
components/com_phocagallery/views/detail/tmpl/default_rating.php
PHP
gpl-2.0
2,301
#!/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...
DiegoQueiroz/scriptLattes
scriptLattes/producoesBibliograficas/outroTipoDeProducaoBibliografica.py
Python
gpl-2.0
3,771
<?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'; ?...
todd3773/netpartnering
wp-content/plugins/Divi_Children_2.0.8/includes/results-page.php
PHP
gpl-2.0
2,728
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...
cooglex/CodeMask
CodeMask/CodeMask.WPF.Controls/Gif/Decoding/GifCommentExtension.cs
C#
gpl-2.0
929
/** * @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. */ /*===========================...
tdautc19841202/firmware
platform/cc2538/SleepTimer.cpp
C++
gpl-2.0
2,420
<?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...
Regis85/gepi
gestion/info_gepi.php
PHP
gpl-2.0
8,127
/* * 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 ...
SpoonLabs/astor
examples/math_5/src/main/java/org/apache/commons/math3/stat/clustering/EuclideanDoublePoint.java
Java
gpl-2.0
3,065