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
cmd_arch/arm/vfp/entry.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.entry.o.d -nostdinc -isystem /home/milind/toolchain/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/home/milind/work/kernel/android_kernel_samsung_i9082/arch/arm/include -Iarch/arm/include/generated -Iin...
sai9615/MY-kernel-for-grand-I9082
dragon/arch/arm/vfp/.entry.o.cmd
Batchfile
gpl-2.0
3,348
package org.xmlvm.ios; import java.util.*; import org.xmlvm.XMLVMSkeletonOnly; @XMLVMSkeletonOnly public class CFGregorianDate { /* * Variables */ public int year; public byte month; public byte day; public byte hour; public byte minute; public double second; /* * Constructors */ /** Default ...
skyHALud/codenameone
Ports/iOSPort/xmlvm/src/ios/org/xmlvm/ios/CFGregorianDate.java
Java
gpl-2.0
755
/* * synergy -- mouse and keyboard sharing utility * Copyright (C) 2012 Bolton Software Ltd. * Copyright (C) 2012 Nick Bolton * * This package is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * found in the file COPYING that should have accompanied th...
thecubic/synergy-foss
src/gui/src/IpcClient.cpp
C++
gpl-2.0
3,524
#if UNITY_4_3 || UNITY_4_3_0 || UNITY_4_3_1 #define UNITY_4_3 #elif UNITY_4_0 || UNITY_4_0_1 || UNITY_4_1 || UNITY_4_2 #define UNITY_4 #elif UNITY_3_0 || UNITY_3_0_0 || UNITY_3_1 || UNITY_3_2 || UNITY_3_3 || UNITY_3_4 || UNITY_3_5 #define UNITY_3 #endif using UnityEngine; using UnityEditor; using System.Collections; u...
Jack423/TankGame
Assets/6by7/ProBuilder/Editor/Actions/ExtrudeFace.cs
C#
gpl-2.0
2,531
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) 2006-2017 Paco Avila & Josep Llort * <p> * No bytes were intentionally harmed during the development of this application. * <p> * This program is free software; you can redistribute it and/or modify * it under the terms of the...
Beau-M/document-management-system
src/main/java/com/openkm/frontend/client/bean/GWTUserConfig.java
Java
gpl-2.0
1,807
#ifndef __STDDEF #define __STDDEF /* $Id: stddef.h,v 1.1 2002/08/28 23:59:20 drh Exp $ */ #ifndef NULL #define NULL ((void*)0) #endif #define offsetof(ty,mem) ((size_t)((char*)&((ty*)0)->mem - (char*)0)) typedef long ptrdiff_t; #if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED) #define _SIZE_T...
dpilawa/bytec
lcc/include/sparc/solaris/stddef.h
C
gpl-2.0
797
/*************************************************************************/ /*! @File @Title System Description Header @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved @Description This header provides system-specific declarations and macros @License Dual MIT/GPLv2 The...
jmztaylor/android_kernel_amazon_ariel
drivers/gpu/mt8135/rgx_1.3_2876724/services/system/rgx_tc/apollo.h
C
gpl-2.0
4,510
/* $Id: PDMDevHlp.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, Device Helpers. */ /* * Copyright (C) 2006-2015 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...
sobomax/virtualbox_64bit_edd
src/VBox/VMM/VMMR3/PDMDevHlp.cpp
C++
gpl-2.0
158,554
package com.avrgaming.civcraft.endgame; import java.util.ArrayList; import com.avrgaming.civcraft.main.CivGlobal; import com.avrgaming.civcraft.main.CivMessage; import com.avrgaming.civcraft.object.Civilization; import com.avrgaming.civcraft.object.Town; import com.avrgaming.civcraft.sessiondb.SessionEntry; import co...
netizen539/civcraft
civcraft/src/com/avrgaming/civcraft/endgame/EndConditionScience.java
Java
gpl-2.0
3,584
/* * Copyright 2010 Sun Microsystems, Inc. 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 Software Foundati...
pron/visage-compiler
visagejdi/src/org/visage/jdi/request/VisageStepRequest.java
Java
gpl-2.0
2,405
/* * Copyright (C) 2014 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
qtproject/qtwebkit
Source/bmalloc/bmalloc/mbmalloc.cpp
C++
gpl-2.0
2,010
package gr.softaware.lib_1_3.data.convert.csv; import java.util.List; /** * * @author siggouroglou * @param <T> A class that implements the CsvGenerationModel interface. */ final public class CsvGenerator<T extends CsvGenerationModel> { private final List<CsvGenerationModel> modelList; public CsvGenerat...
siggouroglou/innovathens
webnew/src/main/java/gr/softaware/lib_1_3/data/convert/csv/CsvGenerator.java
Java
gpl-2.0
1,153
<?php /** Author: Musavir Ifitkahr: kuala lumpur Malaysia */ class Admin_UserController extends Zend_Controller_Action { protected $user_session = null; protected $db; protected $language_id = null; protected $filter = null; protected $user = null; protected $baseurl = ''; public func...
mussawir/netefct
application/admin/controllers/UserController.php
PHP
gpl-2.0
8,735
/* * This file is part of KITCard Reader. * Ⓒ 2012 Philipp Kern <phil@philkern.de> * * KITCard Reader 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 optio...
simontb/kitcard-reader
src/de/Ox539/kitcard/reader/ReadCardTask.java
Java
gpl-2.0
3,022
/* * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * Copyright 2008 Luis R. Rodriguez <lrodriguz@atheros.com> * * This program is free software; you can redistribute it and/or modify * it under the terms...
maurillo71/beaglebone-linux
net/wireless/reg.c
C
gpl-2.0
61,442
/*************************************************************************** qgssourcefieldsproperties.cpp --------------------- begin : July 2017 copyright : (C) 2017 by David Signer email : david at opengis dot ch *****************************************...
dwadler/QGIS
src/app/qgssourcefieldsproperties.cpp
C++
gpl-2.0
16,637
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <!DOCTYPE html> <html lang="es_MX"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href='http://fonts...
estrategasdigitales/Golone
iframe2/app/views/header1.php
PHP
gpl-2.0
1,200
/* * IMG Pistachio USB PHY driver * * Copyright (C) 2015 Google, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. */ #include <linux/clk.h> #include <li...
chrisdearman/kernel-common
drivers/phy/phy-pistachio-usb.c
C
gpl-2.0
5,778
<?php /** * @package Joomla.Administrator * @subpackage com_supperadmin * * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $supperAdmin = JFactory::isSupperAdmin(...
cuongnd/test_pro
components/website/website_supper_admin/com_supperadmin/views/modules/tmpl/default.php
PHP
gpl-2.0
11,749
/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. 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.0, as published by the Free Software Foundation. This program is also distributed with certain so...
grooverdan/mariadb-server
storage/perfschema/pfs_setup_object.cc
C++
gpl-2.0
10,104
<?php /** Neapolitan (Nnapulitano) * * See MessagesQqq.php for message documentation incl. usage of parameters * To improve a translation please visit http://translatewiki.net * * @ingroup Language * @file * * @author Carmine Colacino * @author Cryptex * @author E. abu Filumena * @author SabineCretella * @a...
thewebmind/docs
languages/messages/MessagesNap.php
PHP
gpl-2.0
19,725
#!/usr/bin/env python import glob, os, sys import sipconfig from PyQt4 import pyqtconfig def get_diana_version(): depends = filter(lambda line: line.startswith("Depends:"), open("debian/control").readlines()) for line in depends: pieces = line.split() for piece in pi...
dboddie/python-diana
configure.py
Python
gpl-2.0
5,321
// SPDX-License-Identifier: GPL-2.0 #include "core/subsurface-string.h" #include "qPrefDisplay.h" #include "qPrefPrivate.h" #include <QApplication> #include <QFont> static const QString group = QStringLiteral("Display"); QPointF qPrefDisplay::st_tooltip_position; static const QPointF st_tooltip_position_default = QP...
dirkhh/subsurface
core/settings/qPrefDisplay.cpp
C++
gpl-2.0
6,241
from datetime import datetime from flask import current_app from flask.cli import with_appcontext from invenio_db import db from hepdata.cli import fix from hepdata.ext.elasticsearch.api import index_record_ids, push_data_keywords from hepdata.modules.submission.models import HEPSubmission, DataSubmission from hepdat...
HEPData/hepdata3
fixes/missing_record_ids.py
Python
gpl-2.0
2,910
/* Core.css for Mocha UI Theme: Default Copyright: Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>. License: MIT-style license. Required by: Layout.js */ /* Layout ---------------------------------------------------------------- */ html, body { background: #fff; ...
pmzqla/qBittorrent
src/webui/www/public/css/Layout.css
CSS
gpl-2.0
7,846
/****************************************************************************** * * rawverse.cpp - code for class 'RawVerse'- a module that reads raw text * files: ot and nt using indexs ??.bks ??.cps ??.vss * and provides lookup and parsing functions based on * class VerseKey * * $Id$ * * Copyright 19...
greg-hellings/sword
src/modules/common/rawverse.cpp
C++
gpl-2.0
8,079
// KinematicObjectSphereConstraint.h // // Breannan Smith // Last updated: 09/16/2015 #ifndef KINEMATIC_OBJECT_SPHERE_CONSTRAINT_H #define KINEMATIC_OBJECT_SPHERE_CONSTRAINT_H #include "scisim/Constraints/Constraint.h" class KinematicObjectSphereConstraint final : public Constraint { public: // sphere_idx: index...
horzelski/scisim
rigidbody3d/Constraints/KinematicObjectSphereConstraint.h
C
gpl-2.0
3,156
#pragma once #ifndef __TRINITY_UPDATEFIELDFLAGS_H__ #define __TRINITY_UPDATEFIELDFLAGS_H__ #include "UpdateFieldFlags.h" // Auto generated for version 17359 // > Object uint32 ObjectUpdateFieldFlags[OBJECT_END] = { UF_FLAG_PUBLIC, // OBJECT_FIELD_GUID UF_FLAG_PUBLIC, // OBJECT_FIELD_GUID UF_FLAG_PUBLIC, ...
CaffCore/5.4.0.17399
src/server/game/Entities/Object/Updates/UpdateFieldFlags.cpp
C++
gpl-2.0
126,099
package gitmad.bitter.ui; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import gitmad.bitter.R; import gitmad.bitter.model.Comment; import gitmad.bitter.model.User; import...
nareddyt/Bitter
app/src/main/java/gitmad/bitter/ui/CommentAdapter.java
Java
gpl-2.0
1,425
<?php if (!defined ('UPDRAFTPLUS_DIR')) die('No direct access allowed'); // Admin-area code lives here. This gets called in admin_menu, earlier than admin_init global $updraftplus_admin; if (!is_a($updraftplus_admin, 'UpdraftPlus_Admin')) $updraftplus_admin = new UpdraftPlus_Admin(); class UpdraftPlus_Admin { pub...
kfitz/plannedobsolescence
wp-content/plugins/updraftplus/admin.php
PHP
gpl-2.0
255,747
#!/bin/sh # SPDX-License-Identifier: LGPL-2.1-or-later set -eu cd "$MESON_SOURCE_ROOT" if [ ! -f .git/hooks/pre-commit.sample -o -f .git/hooks/pre-commit ]; then exit 2 # not needed fi cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit chmod +x .git/hooks/pre-commit echo 'Activated pre-commit hook'
phomes/systemd
tools/add-git-hook.sh
Shell
gpl-2.0
313
cmd_fs/jbd/checkpoint.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/jbd/.checkpoint.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri...
matteocrippa/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/jbd/.checkpoint.o.cmd
Batchfile
gpl-2.0
15,700
/* * Created on 5 Sep 2007 * * Copyright (c) 2004-2007 Paul John Leonard * * http://www.frinika.com * * This file is part of Frinika. * * Frinika 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; e...
petersalomonsen/frinika
src/com/frinika/tootX/midi/MidiHashUtil.java
Java
gpl-2.0
2,069
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2013 Richard Hughes <richard@hughsie.com> * * Licensed under the GNU General Public License Version 2 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
heysion/colord-clone
lib/huey/huey-enum.c
C
gpl-2.0
2,937
#include <iostream> #include "common.h" using namespace storage; using namespace std; StorageInterface* s = NULL; void test(const string& device) { ResizeInfo resize_info; ContentInfo content_info; if (s->getFreeInfo(device, true, resize_info, true, content_info, true)) { cout << device << " t...
gabi2/libstorage
testsuite/freeinfo1.cc
C++
gpl-2.0
895
#include <iostream> using namespace std; long long n, ans = 0; long long dn[500][500]; long long rec(long long prlvl, long long sum) { if (sum < 0) return 0; else if (sum == 0) return 1; else { if (dn[prlvl][sum] != -1) return dn[prlvl][sum]; else { long long res = 0; for (int ...
Andriy963/e-olimp.com
acm.timus.1017.cpp
C++
gpl-2.0
640
# OpenStack ocata installation script on Ubuntu 16.04.2 # by kasidit chanchio # vasabilab, dept of computer science, # Thammasat University, Thailand # # Copyright 2017 Kasidit Chanchio # # Run this with sudo or as root #!/bin/bash -x cd $HOME/OPSInstaller/controller pwd echo "check chrony" chronyc sources sleep 1 ...
kasidit/openstack-ocata-installer
documents/Example.OPSInstaller/controller/exe-stage04-SUDO-mysql.sh
Shell
gpl-2.0
1,810
#!/bin/sh # # Copyright (c) 2006 Junio C Hamano # test_description='Binary diff and apply ' . ./test-lib.sh test_expect_success 'prepare repository' \ 'echo AIT >a && echo BIT >b && echo CIT >c && echo DIT >d && git update-index --add a b c d && echo git >a && cat "$TEST_DIRECTORY"/test4012.png >b && echo g...
zhaoz/gidit
t/t4012-diff-binary.sh
Shell
gpl-2.0
2,684
/* * Copyright (C) 2001-2004 by David Brownell * * 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 progra...
btolfa/kernel_tion_pro28
drivers/usb/host/ehci-hub.c
C
gpl-2.0
31,050
/** * @file error.c Error functions * * purple * * Purple 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 t...
difro/pidgin-nateon
src/error.c
C
gpl-2.0
7,255
<?php class Zend_View_Helper_WebSectionTemplate extends Zend_View_Helper_Abstract { public function webSectionTemplate($area) { $html = ''; $html.= '<div class="row-fluid">'; $html.= '<div class="span12">'; $html.= '<div class="page-header">'; $html.= '<h1>Header Layout Default</h1>'; $ht...
AlexandrosV/beta-thesis
application/modules/default/views/helpers/WebSectionTemplate.php
PHP
gpl-2.0
1,478
var EFA = { log: [], /* Prevent backspace being used as back button in infopath form in modal. Source: http://johnliu.net/blog/2012/3/27/infopath-disabling-backspace-key-in-browser-form.html grab a reference to the modal window object in SharePoint */ OpenPopUpPage: function( u...
jwykeham/SharePoint-Bootstrap3-Master
TwitterBootstrapMasterPage/pkg/Debug/TwitterBootstrapMasterPage/Layouts/TB/js/helper.js
JavaScript
gpl-2.0
5,718
/* * arch/arm/include/asm/pgtable.h * * Copyright (C) 1995-2002 Russell King * * 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. */ #ifndef _ASMARM_PGTABLE_H #define _ASMARM_PG...
Nicklas373/Hana-CoreUX-Kernel_MSM8627-AOSP_7.0
arch/arm/include/asm/pgtable.h
C
gpl-2.0
11,085
""" Small event module ======================= """ import numpy as np import logging logger = logging.getLogger(__name__) from ...utils.decorators import face_lookup from ...geometry.sheet_geometry import SheetGeometry from ...topology.sheet_topology import cell_division from .actions import ( exchange, r...
CellModels/tyssue
tyssue/behaviors/sheet/basic_events.py
Python
gpl-2.0
6,721
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.3: mainwindow.cpp Example File (sql/masterdetail/mainwindow.cpp)</title> <link href="classic.css" r...
muromec/qtopia-ezx
qtopiacore/qt/doc/html/sql-masterdetail-mainwindow-cpp.html
HTML
gpl-2.0
17,275
/* * rtl_tcp_andro is a library that uses libusb and librtlsdr to * turn your Realtek RTL2832 based DVB dongle into a SDR receiver. * It independently implements the rtl-tcp API protocol for native Android usage. * Copyright (C) 2016 by Martin Marinov <martintzvetomirov@gmail.com> * * This program is free softwar...
AnthonyQuan/AndroidRTLPower
app/src/main/jni/queue.c
C
gpl-2.0
2,396
/********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * * Copyright 2002-2004 Wilmer van der Gaast and others * \*************************...
jianingy/bitlbee-clone
nick.h
C
gpl-2.0
1,717
#include "BitArray.h" namespace Rapid { void BitArrayT::append(char const * Bytes, std::size_t Size) { mBytes.append(Bytes, Size); } std::size_t BitArrayT::size() const { return mBytes.size() * 8; } bool BitArrayT::operator[](std::size_t Index) const { auto ByteIndex = Index / 8; auto BitIndex = Index % 8; ret...
abma/pr-downloader
src/rapid/BitArray.cpp
C++
gpl-2.0
393
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
entdark/q3mme
trunk/code/botlib/be_aas_file.c
C
gpl-2.0
24,509
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>skip (EstraierPure::Condition)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="st...
oracc/oracc
oracc-hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000028.html
HTML
gpl-2.0
713
Дополнительно для удобства добавлены некоторые настройки компонента | Параметр | По умолчанию | Описание | | -------------------------------------- | ----------------------- | ---------------------------------- | | **msgallerysearch_available_buttons**...
Alroniks/Docs
ru/01_Компоненты/59_msGallerySearch/04_Системные_настройки.md
Markdown
gpl-2.0
1,332
/* Copyright (C) 2012 - 2015 Evan Teran evan.teran@gmail.com Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lic...
Northern-Lights/edb-debugger
plugins/BinaryInfo/elf/elf_verdaux.h
C
gpl-2.0
1,257
/* * linux/drivers/usb/gadget/s3c2410_udc.h * Samsung on-chip full speed USB device controllers * * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard * Additional cleanups by Ben Dooks <ben-linux@fluff.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the ...
janrinze/loox7xxport.loox2-6-22
drivers/usb/gadget/s3c2410_udc.h
C
gpl-2.0
2,841
package org.compiere.dbPort; import java.util.Collections; import java.util.List; /** * Native PostgreSQL (pass-through) implementation of {@link Convert} * * @author tsa * */ public final class Convert_PostgreSQL_Native extends Convert { @Override protected final List<String> convertStatement(final String ...
klst-com/metasfresh
de.metas.adempiere.adempiere/base/src/main/java-legacy/org/compiere/dbPort/Convert_PostgreSQL_Native.java
Java
gpl-2.0
393
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_25) on Wed Feb 25 01:10:23 CET 2015 --> <title>Constant Field Values</title> <meta name="date" content="2015-02-25"> <link rel="stylesheet" typ...
krypticdestro/DarkOrbitProject
doc/constant-values.html
HTML
gpl-2.0
4,992
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MediaBrowser.Api.Reports { public class ReportRow { /// <summary> /// Initializes a new instance of the ReportRow class. /// </summary> public ReportRow() { Columns = new List<R...
mtlott/Emby
MediaBrowser.Api/Reports/Model/ReportRow.cs
C#
gpl-2.0
2,891
/* * Copyright (C) 2000 Ulrich Czekalla * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This libr...
jfoote/verysleepy
src/dbghelpw/include/wininet.h
C
gpl-2.0
76,854
/* Core Hardware driver for Hx4700 (ASIC3, EGPIOs) * * Copyright (c) 2005 SDG Systems, LLC * * 2005-03-29 Todd Blumer Converted basic structure to support hx4700 * 2005-04-30 Todd Blumer Add IRDA code from H2200 */ #include <linux/module.h> #include <linux/version.h> #include <linux/interrupt.h> ...
janrinze/loox7xxport.loox2-6-22
arch/arm/mach-pxa/hx4700/hx4700_core.c
C
gpl-2.0
9,113
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
tylerburton/coregtkgen
docs/reference/html/interfaceCGTKRevealer.html
HTML
gpl-2.0
162,724
/****************************************************************************** * * 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 ...
olegk0/rk3x_kernel_3.0.36
drivers/net/wireless/rtl8723au_lwfinger/include/rtw_led.h
C
gpl-2.0
6,499
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>ONIX Responsive Business &amp; Portfolio Template</title> <!-- Mobile Specific Metas --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content...
alvarotarela/php_users
Users/application/views/layouts/onix-business-portfolio-template/12-skins-v2/onix-html-color-sgrey/portfolio.html
HTML
gpl-2.0
19,153
<?php // +---------------------------------------------------------------------- // | TOPThink [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2006-2013 http://thinkphp.cn All rights reserved. // +-----------------------------------------...
545038947/haisys
ThinkPHP/Library/Think/Db/Driver/Mongo.class.php
PHP
gpl-2.0
26,886
/** * */ #include <stdio.h> #define NUM_ROWS_A 12 //rows of input [A] #define NUM_COLUMNS_A 12 //columns of input [A] #define NUM_ROWS_B 12 //rows of input [B] #define NUM_COLUMNS_B 12 //columns of input [B] #pragma xmp nodes p(*) #pragma xmp template t(0:11) #pragma xmp distribute t(block) onto p double a[NUM...
tempbottle/pop-cpp
examples/xmp-matrix/xmp-matrix.c
C
gpl-2.0
871
package mpicbg.spim.segmentation; import fiji.tool.SliceListener; import fiji.tool.SliceObserver; import ij.IJ; import ij.ImageJ; import ij.ImagePlus; import ij.ImageStack; import ij.WindowManager; import ij.gui.OvalRoi; import ij.gui.Overlay; import ij.gui.Roi; import ij.io.Opener; import ij.plugin.PlugIn; import ij....
psteinb/SPIM_Registration
src/main/java/mpicbg/spim/segmentation/InteractiveDoG.java
Java
gpl-2.0
30,536
<?php $name='KievitCyr-ExtraBold'; $type='TTF'; $desc=array ( 'Ascent' => 872, 'Descent' => -250, 'CapHeight' => 872, 'Flags' => 262148, 'FontBBox' => '[-56 -250 1278 872]', 'ItalicAngle' => 0, 'StemV' => 165, 'MissingWidth' => 566, ); $up=-143; $ut=20; $ttffile='C:/wamp/www/alfakasko/mpdf/ttfonts/KvCyX...
vponomarev279/mpdf
ttfontdata/kievitB.mtx.php
PHP
gpl-2.0
506
#ifndef __EVENT_BROWSER_TAB_INDICES_GET_ALL_H__ #define __EVENT_BROWSER_TAB_INDICES_GET_ALL_H__ /*LICENSE_START*/ /* * Copyright (C) 2014 Washington University School of Medicine * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu...
Washington-University/workbench
src/Common/EventBrowserTabIndicesGetAll.h
C
gpl-2.0
1,920
/** * \file * \brief Common IPC interface. * \ingroup l4_api */ /* * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>, * Alexander Warg <warg@os.inf.tu-dresden.de>, * Björn Döbel <doebel@os.inf.tu-dresden.de>, * Torsten Frenzel <frenzel@os.inf.tu-dresden.de> ...
MicroTrustRepos/microkernel
src/l4/pkg/l4sys/include/ipc.h
C
gpl-2.0
16,662
/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. 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 published by the Free Software Foundation; version 2 of the License. This program is distributed in t...
tempesta-tech/mariadb_10.2
storage/myisam/ft_parser.c
C
gpl-2.0
11,421
<?php /** * File containing ezcomNotification class * * @copyright Copyright (C) 1999-2011 eZ Systems AS. All rights reserved. * @license http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2 * */ /** * ezcomNotification persistent object class definition * */ class ezcomNotification extends e...
ETSGlobal/ezpublish_built
extension/ezcomments/classes/ezcomnotification.php
PHP
gpl-2.0
4,981
/* * linux/fs/ext4/ialloc.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * BSD ufs-inspired inode and directory allocation by * Stephen Tweedie (sct@redhat.com), 1993 * Big-endian to litt...
CurtisMJ/g800f_custom_kernel
fs/ext4/ialloc.c
C
gpl-2.0
33,970
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/xr19rel/WINNT_5.2_Depend/mozilla/netwerk/socket/base/nsITransportSecurityInfo.idl */ #ifndef __gen_nsITransportSecurityInfo_h__ #define __gen_nsITransportSecurityInfo_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files th...
nikgoodley-ibboost/forklabs-javaxpcom
tools/xulrunner-1.9.0.13-sdk/include/necko/nsITransportSecurityInfo.h
C
gpl-2.0
4,359
from flask import request, jsonify from sql_classes import UrlList, Acl, UserGroup, User, Role def _node_base_and_rest(path): """ Returns a tuple: (the substring of a path after the last nodeSeparator, the preceding path before it) If 'base' includes its own baseSeparator - return only a string after it ...
Aclz/Tentacles
python3/app/backend/maintree.py
Python
gpl-2.0
10,439
<?php /* core/themes/stable/templates/navigation/menu--toolbar.html.twig */ class __TwigTemplate_6d5e9324ee90ee9b5c8803c6bf39943fec4c217cff21756d529e71138cf50b3a extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; ...
suruchi10/newrepo
sites/drupal-8.dd/files/php/twig/596d9f9815a73_menu--toolbar.html.twig_tygcDb3aAI8l_rxPgfBnz0oJU/TsdWiV50UGMMzQDbKZxdPubu_ft8_iB9Bvy9p1rB-z8.php
PHP
gpl-2.0
8,688
<?php /** * --------------------------------------------------------------------- * GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2015-2021 Teclib' and contributors. * * http://glpi-project.org * * based on GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2003-2014 by the INDEPNET...
smartcitiescommunity/Civikmind
ajax/selectUnaffectedOrNewItem_Device.php
PHP
gpl-2.0
2,921
/* *************************************************************************** * 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 th...
tossp/lede-k3
package/lean/mt/drivers/mt7615d/src/mt_wifi/os/linux/rbus_prop_dev.c
C
gpl-2.0
7,562
<?php /** * Indonesia Provinces * */ global $pms_states; $pms_states['ID'] = array( 'AC' => __( 'Daerah Istimewa Aceh', 'paid-member-subscriptions' ), 'SU' => __( 'Sumatera Utara', 'paid-member-subscriptions' ), 'SB' => __( 'Sumatera Barat', 'paid-member-subscriptions' ), 'RI' => __( 'Riau', 'paid-member-subscr...
developerdinesh/theme
wp-content/plugins/paid-member-subscriptions/i18n/ID.php
PHP
gpl-2.0
2,157
/* * Copyright (c) 2003, 2015, 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 ...
lostdj/Jaklin-OpenJDK-JAXP
test/javax/xml/jaxp/functional/test/auctionportal/AuctionController.java
Java
gpl-2.0
14,668
<?php /** * Custom functions that act independently of the theme templates * * Eventually, some of the functionality here could be replaced by core features * * @package Decode */ /** * Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link. */ if ( ! function_exists( 'decode_page_menu_args' ) ) ...
casrep/wordpress-blog
wp-content/themes/decode/inc/extras.php
PHP
gpl-2.0
4,335
/* Adept MobileRobots Robotics Interface for Applications (ARIA) Copyright (C) 2004-2005 ActivMedia Robotics LLC Copyright (C) 2006-2010 MobileRobots Inc. Copyright (C) 2011-2014 Adept Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public...
sfe1012/Robot
java/com/mobilerobots/Aria/ArUrg.java
Java
gpl-2.0
3,101
/* Definitions for bytecode */ #ifndef Py_COMPILE_H #define Py_COMPILE_H #ifdef __cplusplus extern "C" { #endif /* Bytecode object */ typedef struct { PyObject_HEAD int co_argcount; /* #arguments, except *args */ int co_nlocals; /* #local variables */ int co_stacksize; /* #entries needed for evalu...
trivoldus28/pulsarch-verilog
tools/local/bas-release/bas,3.9/lib/python/include/python2.3/compile.h
C
gpl-2.0
3,391
#include <Instrument.h> // the base class for this instrument #include <vector> using std::vector; class PHASER : public Instrument { public: PHASER(); virtual ~PHASER(); virtual int init(double *, int); virtual int configure(); virtual int run(); private: void doupdate(); float *_in; int _nargs, _inc...
CLOUDS-Interactive-Documentary/RTCmix
insts/std/PHASER/PHASER.h
C
gpl-2.0
573
<HTML> <CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A> </CENTER> <HR> <H3>compute smd/ulsph_stress command </H3> <P><B>Syntax:</B> </P> <PRE>compute ID group-ID smd/ulsph_stress </P...
qipa/lammps
doc/doc2/compute_smd_ulsph_stress.html
HTML
gpl-2.0
2,020
// Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // // Olena 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, version 2 of the License. // /...
glazzara/olena
milena/tests/border/get.cc
C++
gpl-2.0
2,307
<?php /** * GISMO block * * @package block_gismo * @copyright eLab Christian Milani * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // error mode $error_mode = (isset($error_mode) AND in_array($error_mode, array("json", "moodle"))) ? $error_mode : "moodle"; // define constants if ...
lglopezf/Moodle2.8.2_Adaptativo_Trus_Model
blocks/gismo/common.php
PHP
gpl-2.0
5,932
#!/usr/bin/env python """ gateway tests - Users Copyright 2009 Glencoe Software, Inc. All rights reserved. Use is subject to license terms supplied in LICENSE.txt """ import unittest import omero import gatewaytest.library as lib from omero.gateway.scripts import dbhelpers class UserTest (lib.GTest): ...
rleigh-dundee/openmicroscopy
components/tools/OmeroPy/test/gatewaytest/user.py
Python
gpl-2.0
6,878
<?php /** * The following variables are available in this template: * - $this: the CrudCode object */ ?> <div id="mainPage" class="main"> <?php echo "<?php\n"; $nameColumn = $this->guessNameColumn($this->tableSchema->columns); $label = $this->pluralize($this->class2name($this->modelClass)); echo ...
ipti/tag
app/gii/crud/templates/yvj/update.php
PHP
gpl-2.0
1,608
/* Copyright 2007-2011 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED "AS IS" AND...
ccherrett/oom
dependencies/lilvbundle/lilv-0.5.0/src/node.c
C
gpl-2.0
10,040
/* * #%L * BSD implementations of Bio-Formats readers and writers * %% * Copyright (C) 2005 - 2016 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * Redistribution and use in source and binary forms, with or...
imunro/bioformats
components/formats-bsd/src/loci/formats/codec/LosslessJPEGCodec.java
Java
gpl-2.0
12,867
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages and that * other 'pages' on your WordPress site will use a different template. * * @package WordPress * @subpackage Twenty_Fourteen * @since...
richardbota/WordPress-Theme-Development-with-Bootstrap
wp-content/themes/twentyfourteen/page.php
PHP
gpl-2.0
1,451
\par \chapter{{\tt DenseMtx}: Dense matrix object} \par The {\tt DenseMtx} object contains a dense matrix along with row and column indices. The entries in the matrix can be double precision real or double precision complex. It needs to be able to manage its own storage, much like the {\tt Chv} and {\tt SubMtx} objects...
zagl/ccx-user
application/SPOOLES.2.2/DenseMtx/doc/intro.tex
TeX
gpl-2.0
896
# # create TRD geometry from patch file # SOURCE=Create_TRD_Geometry_v13p_3e.C TARGET=Create_TRD_Geometry_v13p_1m.C PATCH=p3etop1m.patch # echo echo cp $SOURCE $TARGET echo patch $TARGET $PATCH echo root -l $TARGET echo # cp $SOURCE $TARGET patch $TARGET $PATCH root -l $TARGET
NicolasWinckler/CbmRoot
macro/trd/geometry/trd.v13/create_TRD_Geometry_v13p_1m.sh
Shell
gpl-2.0
282
#ifndef CGITCP_H #define CGITCP_H #include "httpd.h" int cgiTcp(HttpdConnData *connData); #endif
twischer/WLAN-RGB-Para
esp-link/cgiadv/cgitcp.h
C
gpl-2.0
100
<?php namespace SJBR\StaticInfoTables\Domain\Model; /*************************************************************** * Copyright notice * * (c) 2011-2012 Armin Rüdiger Vieweg <info@professorweb.de> * (c) 2013 Stanislas Rolland <typo3(arobas)sjbr.ca> * * All rights reserved * * This script is part of the TYPO3 proj...
Loopshape/Portfolio
hostweb/typo3conf/ext/static_info_tables_de/Classes/Domain/Model/Country.php
PHP
gpl-2.0
1,688
using System; using System.Reflection; namespace OLPL_API_Server.Areas.HelpPage.ModelDescriptions { public interface IModelDocumentationProvider { string GetDocumentation(MemberInfo member); string GetDocumentation(Type type); } }
gholpl/OLPL_API-Server
OLPL-API-Server/obj/Debug/Package/PackageTmp/Areas/HelpPage/ModelDescriptions/IModelDocumentationProvider.cs
C#
gpl-2.0
260
#ifndef WSITileGraphicsItem_H #define WSITileGraphicsItem_H #include <QGraphicsItem> #include <memory> class TileManager; class MultiResolutionImage; class WSITileGraphicsItem : public QGraphicsItem { public: // make sure to set `item` to NULL in the constructor WSITileGraphicsItem(QPixmap* item, uns...
mcd8604/ASAP
workstation/WSITileGraphicsItem.h
C
gpl-2.0
1,461
/*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * * roberto@kdevelop.org * * * * This progra...
serghei/kde3-kdevelop
languages/cpp/cppsupport_events.h
C
gpl-2.0
2,051
/* * 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...
JetBrains/jdk8u_jdk
test/sun/java2d/marlin/ScaleClipTest.java
Java
gpl-2.0
8,526
<!-- Creator : groff version 1.21 --> <!-- CreationDate: Mon Dec 7 09:14:09 2015 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta http-equiv="Content-Type" content="text/htm...
artemh/asuswrt-merlin
release/src/router/tuxera/broadcom_arm_7114/ntfs/docs/html/ntfsdebug.html
HTML
gpl-2.0
2,939
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef EC_GOOGLE_WILCO_COMMANDS_H #define EC_GOOGLE_WILCO_COMMANDS_H #include <types.h> enum { /* Read and clear power state information */ KB_POWER_SMI = 0x04, /* Read but do not clear power state information */ KB_POWER_STATUS = 0x05, /* Inform the EC about the rea...
coreboot/coreboot
src/ec/google/wilco/commands.h
C
gpl-2.0
8,557
# Twisted, the Framework of Your Internet # Copyright (C) 2001 Matthew W. Lefkowitz # # This library is free software; you can redistribute it and/or # modify it under the terms of version 2.1 of the GNU Lesser General Public # License as published by the Free Software Foundation. # # This library is distributed in t...
fxia22/ASM_xf
PythonD/site_python/twisted/internet/stdio.py
Python
gpl-2.0
3,287