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
# Docker for Proximis [![Build Status](https://travis-ci.org/EmakinaFR/docker-proximis.svg?branch=master)](https://travis-ci.org/EmakinaFR/docker-proximis) This repository allows the creation of a Docker environment that meets [Proximis Omnichannel](https://www.proximis.com/) requirements. ## Requirements - [Docker]...
ajardin/docker-change
README.md
Markdown
gpl-2.0
5,069
/* * Copyright 2003-2005 Red Hat, Inc. All rights reserved. * Copyright 2003-2005 Jeff Garzik * * * 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, or (at your optio...
akennedy-adtran/linux_mmc_2.6.32.9
include/linux/libata.h
C
gpl-2.0
56,099
/* global Package, Npm */ Package.describe({ name: 'procempa:keycloak-auth', version: '1.0.0', summary: 'Meteor Keycloak Handshake flow', git: 'https://github.com/Procempa/meteor-keycloak-auth.git', documentation: 'README.md' }); Package.onUse(function(api) { api.use('ecmascript@0.1.4'); api.use('service-confi...
Procempa/meteor-keycloak-auth
package.js
JavaScript
gpl-2.0
808
/** * XTemplate 所有的扩展函数集合,用于处理html中常见的格式转换,默认值等处理。 * 如果需要自行扩展,请使用window.Render的addFunc函数 * * @class Render.funcs */ (function (r, undefined) { 'use strict'; /** * 指定输出的默认值,如果有值就原样输出,如果空或是null,就输出默认值。 * * 示例: * * {name|default,'小明'} * * @method default * @param va...
seefan/xtemplate
src/funcs.js
JavaScript
gpl-2.0
8,148
import org.checkerframework.checker.nullness.qual.*; import org.checkerframework.dataflow.qual.Pure; class Node { int id; @Nullable Node next; Node(int id, @Nullable Node next) { this.id = id; this.next = next; } } class SubEnumerate { protected @Nullable Node current; public...
Jianchu/checker-framework
checker/tests/nullness/EnsuresNonNullIfInheritedTest.java
Java
gpl-2.0
934
/* * * ================================================================================ * common,h - part of the WebTester Server frontend * ================================================================================ * * Written (by Nazgul) under General Public License. * */ #ifndef _common_h_ #define _c...
Nazg-Gul/WebTester
src/frontend/common.h
C
gpl-2.0
741
<?php /** * File containing the eZURLAlias class. * * @copyright Copyright (C) 1999-2012 eZ Systems AS. All rights reserved. * @license http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2 * @version 2012.2 * @package kernel */ /*! \class eZURLAliasML ezurlaliasml.php \brief Handles URL al...
jim835/qscene_ez
kernel/classes/ezurlaliasml.php
PHP
gpl-2.0
89,926
/* * botmsg.c -- handles: * formatting of messages to be sent on the botnet * sending different messages to different versioned bots * * by Darrin Smith (beldin@light.iinet.net.au) */ /* * Copyright (C) 1997 Robey Pointer * Copyright (C) 1999 - 2022 Eggheads Development Team * * This program is free softw...
eggheads/eggdrop
src/botmsg.c
C
gpl-2.0
24,581
/** * (C) 2010-2011 Alibaba Group Holding Limited. * * 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. * * Version: $Id$ * * ob_packet_queue_thread.h for ... * * Authors: * ...
mrunix/streambase
src/common/ob_packet_queue_thread.h
C
gpl-2.0
1,507
/* AArch64-specific backend routines. Copyright 2009-2013 Free Software Foundation, Inc. Contributed by ARM Ltd. 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 of the GNU General Public License as pu...
CyberGrandChallenge/binutils
bfd/cgcxx-aarch64.h
C
gpl-2.0
1,723
#!/usr/bin/env perl use strict; use warnings; # Copyright Verena M. Link <vlink@ucsd.edu> # # This file is part of MMARGE # # MMARGE 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 3 of the Li...
vlink/marge
MMARGE_v1.0/bin/count_mutations_per_strain.pl
Perl
gpl-2.0
12,240
/* Copyright (c) 2008, 2013, 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 the h...
mmplayer/MySQL
storage/perfschema/table_threads.cc
C++
gpl-2.0
10,137
/* * Copyright (C) 2013-2016 Parallel and Reconfigurable Computing Group, University of Auckland. * * Authors: <http://homepages.engineering.auckland.ac.nz/~parallel/ParallelIT/People.html> * * This file is part of Pyjama, a Java implementation of OpenMP-like directive-based * parallelisation compiler and its r...
ParallelAndReconfigurableComputing/Pyjama
src/pj/pr/task/VirtualTarget.java
Java
gpl-2.0
1,193
/* * Modern effects for a modern Streamer * Copyright (C) 2017 Michael Fabian Dirks * * 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...
Xaymar/obs-stream-effects
source/obs/gs/gs-indexbuffer.cpp
C++
gpl-2.0
2,065
/* * $Id: ftshadow.c 9689 2012-09-16 08:28:37Z andijahja $ */ /* * Harbour Project source code: * NF functions: FT_SHADOW(), FT_SETATTR() * * Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl> * * www - http://www.harbour-project.org * * This program is free software; you can redistribute it an...
xharbour/core
contrib/libnf/ftshadow.c
C
gpl-2.0
2,577
/* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * 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; e...
exic/last.fm-dbus
src/mediadevices/ipod/include/glib/glist.h
C
gpl-2.0
4,961
/* * File: el_string.c * Copyright: (c)2015 Gerrard de Jonge <development.gdj@netvisit.nl> * License: GPLv2 (see file COPYING) * */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <ctype.h> #include "el_defs.h" #include "el_string.h" /// /// /// /// void clearMarker(char * s, ch...
gerrarddejonge/el-calc
src/el_string.c
C
gpl-2.0
2,995
/* * ---------------------------------------------------------------------------- * Copyright (c) 2012-2013, xSky <guozhw at gmail dot com> * All rights reserved. * Distributed under GPL license. * ---------------------------------------------------------------------------- */ #include <event.h> #inclu...
caibaibai/xblog
xBlog.cpp
C++
gpl-2.0
10,012
/* * Part of Lightview - The jQuery Lightbox * http://projects.nickstakenburg.com/lightview * * IMPORTANT: * When modifying or adding skins it's recommended to do this in a seperate file, * overwriting or building on top of the styling defined here to make updating easier. * * Documentation: * ...
countrymarmot/reactor
src/topaz/static/css/lightview/lightview.css
CSS
gpl-2.0
17,520
/** * <p>Title: ClipboardListener.java</p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2005</p> * <p>Company: NASA Ames Research Center</p> * @author Ronald Mak & Luca Severini <lucaseverini@mac.com> * @version 2.0 */ package rope1401; import java.awt.*; import java.awt.datatransfer.*; public cla...
lucaseverini/ROPE
src/rope1401/ClipboardListener.java
Java
gpl-2.0
1,713
<template name="postList"> <div class="row"> <div class="col-md-12 posts"> <div id="accordion_post" class="panel-group inPost"> {{#each postsWithRank}} <!-- style="/* padding: 1em; background-color: #f3f3f3*/" --> <div class="panel panel-default tags"> {{> postItem}} ...
the-sumit/sumit-prototype
app/client/views/posts/posts_list.html
HTML
gpl-2.0
561
<?php namespace Solution\MongoAggregation\Pipeline\Operators\Date; use Solution\MongoAggregation\Pipeline\Operators\Operator; class Minute extends Operator { function getName() { return 'minute'; } }
f1nder/SolutionPipelineBuilder
src/Solution/MongoAggregation/Pipeline/Operators/Date/Minute.php
PHP
gpl-2.0
223
// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative pat...
PatrickVChung/reindeer
app/assets/javascripts/application.js
JavaScript
gpl-2.0
1,679
package com.lgvalle.beaufitulphotos.fivehundredpxs.model; import com.lgvalle.beaufitulphotos.R; /** * Created by luis.gonzalez on 23/07/14. * Enum to represent service features */ public enum Feature { Popular("popular", R.string.feature_popular), HighestRated("highest_rated", R.string.feature_highest_rated); ...
lgvalle/Beautiful-Photos
app/src/main/java/com/lgvalle/beaufitulphotos/fivehundredpxs/model/Feature.java
Java
gpl-2.0
553
/** * Copyright (C) 2007-2016 52North Initiative for Geospatial Open Source * Software GmbH * * 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. * * If the program is linked with ...
52North/triturus
src/main/java/org/n52/v3d/triturus/gisimplm/GmSimpleElevationGrid.java
Java
gpl-2.0
17,502
#include "rstp.h" #include "swsock.h" #include "switch.h" #include <sys/time.h> pthread_t mgmt_thread; pthread_t recv_thread; pthread_t sig_thread; LIST_HEAD(registered_interfaces); pthread_mutex_t list_lock; extern char rstp_queue_name[32]; extern unsigned int checkGlobalConditions(struct rstp_interface *); stru...
lisa-project/lisa-user
userspace/rstp/rstpd.c
C
gpl-2.0
8,422
/* WZPlayer, GUI front-end for mplayer and MPV. Parts copyright (C) 2006-2015 Ricardo Villalba <rvm@users.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either vers...
wilbert2000/smplayer
src/settings/filesettingsbase.cpp
C++
gpl-2.0
1,100
/** @file Color3uint8.h @maintainer Morgan McGuire, graphics3d.com @created 2003-04-07 @edited 2006-06-24 Copyright 2000-2006, Morgan McGuire. All rights reserved. */ #ifndef G3D_COLOR3UINT8_H #define G3D_COLOR3UINT8_H #include "G3D/platform.h" #include "G3D/g3dmath.h" namespace G3D { /* Repres...
adrimat007/Beta-Mop-ADrimat
dep/include/g3dlite/G3D/Color3uint8.h
C
gpl-2.0
2,672
## Emacs, make this -*- mode: sh; -*- FROM ubuntu:focal LABEL org.label-schema.license="GPL-2.0" \ org.label-schema.vcs-url="https://github.com/rocker-org/r-ubuntu" \ org.label-schema.vendor="Rocker Project" \ maintainer="Dirk Eddelbuettel <edd@debian.org>" ## Set a default user. Available via runt...
rocker-org/rocker
r-ubuntu/focal/Dockerfile
Dockerfile
gpl-2.0
2,330
<?php /** * @file * Default simple view template to display a list of rows. * * @ingroup views_templates */ ?> <?php if (!empty($title)): ?> <h3><?php print $title; ?></h3> <?php endif; ?> <div class="our-works-slider"><?php foreach ($rows as $id => $row): ?> <div<?php if ($classes_array[$id]) { ...
farruhmirisoev/mir
sites/all/themes/mytheme/templates/views-view-unformatted--view-our-work--block.tpl.php
PHP
gpl-2.0
439
/* * ACPI PCI HotPlug PCI configuration space management * * Copyright (c) 1995,2001 Compaq Computer Corporation * Copyright (c) 2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (c) 2001,2002 IBM Corp. * Copyright (c) 2002 Takayoshi Kochi (t-kochi@bq.jp.nec.com) * Copyright (c) 2002 Hiroshi Aono (h-aono@ap.j...
nslu2/linux-2.4.x
drivers/hotplug/acpiphp_pci.c
C
gpl-2.0
17,606
class CreateSellers < ActiveRecord::Migration def change create_table :sellers do |t| t.integer :personId, null:false t.integer :document, null:false t.string :username, null:false, :limit =>50 t.string :userLastName, null:false, :limit =>50 t.string :email, null:false, :limit =>50...
dialpapu/bikesis
project/db/migrate/20141016223008_create_sellers.rb
Ruby
gpl-2.0
567
using System; using System.Windows.Threading; using PowerPointLabs.PictureSlidesLab.Thread.Interface; namespace PowerPointLabs.PictureSlidesLab.Thread { class ThreadContext : IThreadContext { private readonly Dispatcher _dispatcher; public ThreadContext(Dispatcher dispatcher) { ...
PowerPointLabs/PowerPointLabs
PowerPointLabs/PowerPointLabs/PictureSlidesLab/Thread/ThreadContext.cs
C#
gpl-2.0
589
/* The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-) Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org 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 Foun...
z3bu/AH4222
userapps/opensource/siproxd/libosip2/src/osipparser2/osip_port.c
C
gpl-2.0
15,818
package spiridon.carorder.caritems; public class AlloyRimsCarItem extends CarItem { @Override public double getPrice() { return 100; } @Override public String getName() { // TODO Auto-generated method stub return "Jante Aliaj"; } }
sorelmitra/edu
carorder/src/spiridon/carorder/caritems/AlloyRimsCarItem.java
Java
gpl-2.0
248
; $Id: bs3-bootsector.asm $ ;; @file ; Generic bootsector for BS3. ; ; This sets up stack at %fff0 and loads the next sectors from the floppy at ; %10000 (1000:0000 in real mode), then starts executing at cs:ip=1000:0000. ; ; ; Copyright (C) 2007-2016 Oracle Corporation ; ; This file is part of VirtualBox Open Source ...
miguelinux/vbox
src/VBox/ValidationKit/bootsectors/bs3kit/bs3-bootsector.asm
Assembly
gpl-2.0
11,436
/** * */ package edu.ku.brc.specify.tools.export; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileWriter; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import ...
specify/specify6
src/edu/ku/brc/specify/tools/export/CmdAppBase.java
Java
gpl-2.0
13,017
/* ZynAddSubFX - a software synthesizer Alienwah.C - "AlienWah" effect Copyright (C) 2002-2005 Nasca Octavian Paul Author: Nasca Octavian Paul Modified for rakarrack by Josep Andreu This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General P...
Stazed/rakarrack
src/Alienwah.C
C++
gpl-2.0
6,852
/* Copyright (c) 2003, 2016, 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...
gunnarku/mysql-8.0
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
C++
gpl-2.0
339,088
<?php /** * * Types Marketing Class * * $HeadURL: https://www.onthegosystems.com/misc_svn/cck/tags/1.6.6.5/classes/class.wpcf-marketing-messages.php $ * $LastChangedDate: 2015-03-19 17:22:58 +0000 (Thu, 19 Mar 2015) $ * $LastChangedRevision: 32503 $ * $LastChangedBy: juan $ * */ include_once dirname(__FILE__)...
juliusmiranda/wordpress
wp-content/plugins/types/classes/class.wpcf-marketing-messages.php
PHP
gpl-2.0
11,944
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_23) on Thu Mar 31 17:56:21 CEST 2011 --> <TITLE> Colors </TITLE> <META NAME="date" CONTENT="2011-03-31"> <LINK REL ="stylesheet" TYPE="text/css" HR...
rogiermars/mt4j-core
doc/org/mt4j/components/css/util/Colors.html
HTML
gpl-2.0
113,051
# datacheo Data science - coursera
joseperezdelatorre/datacheo
README.md
Markdown
gpl-2.0
35
/**************************************************************************\ * * FILE: Int16Record.cpp * * This source file is part of DIME. * Copyright (C) 1998-1999 by Systems In Motion. All rights reserved. * * This library is free software; you can redistribute it and/or modify it * under the terms o...
h4ck3rm1k3/TwoNickels
src/records/Int16Record.cpp
C++
gpl-2.0
2,623
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ve...
123xlex/TrinityCore
src/server/game/Guilds/Guild.cpp
C++
gpl-2.0
100,940
#include <linux/module.h> #include <linux/video_output.h> #include <linux/slab.h> #include <linux/err.h> #include <linux/ctype.h> MODULE_DESCRIPTION("Display Output Switcher Lowlevel Control Abstraction"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Luming Yu <luming.yu@intel.com>"); static ssize_t video_output_show_stat...
luckasfb/OT_903D-kernel-2.6.35.7
kernel/drivers/video/output.c
C
gpl-2.0
2,551
#ifndef DYN_ARRAY_DYN_ARRAY_H #define DYN_ARRAY_DYN_ARRAY_H extern void **dynarr_new(); extern void **dynarr_destroy(void **arr); extern void **dynarr_set(void **arr, size_t index, void* data); extern void *dynarr_get(void **arr, size_t index); #endif //DYN_ARRAY_DYN_ARRAY_H
dmunguiatec/ic4700
dyn_array/src/dyn_array.h
C
gpl-2.0
278
<?php namespace Album\Model; /** * * @author Rogerio Lamarques * */ use Zend\Db\TableGateway\TableGateway; class AlbumTable { protected $tableGateway; public function __construct(TableGateway $tableGateway) { $this->tableGateway = $tableGateway; } public function fetchAll() ...
lamarques/Zend-studies
module/Album/src/Album/Model/AlbumTable.php
PHP
gpl-2.0
1,418
# -*- coding: utf-8 -*- """sdist tests""" import os import shutil import sys import tempfile import unittest import urllib import unicodedata import posixpath from StringIO import StringIO from setuptools.command.sdist import sdist from setuptools.command.egg_info import manifest_maker from setuptools.dist import D...
xbianonpi/xbian-package-development
content/usr/local/lib/python2.7/dist-packages/distribute-0.6.30-py2.7.egg/setuptools/tests/test_sdist.py
Python
gpl-2.0
9,701
<?php /** * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}. * See [README.md](README.md#generating-data) for more information. * * Pull requests changing data in these files will not be accepted. See the * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make...
THECALLR/callr-woocommerce
admin/vendor/giggsey/libphonenumber-for-php/src/libphonenumber/data/PhoneNumberMetadata_PE.php
PHP
gpl-2.0
5,143
class RenameOrdeLineToOrderDetail < ActiveRecord::Migration def change rename_table :order_lines, :order_details end end
carojasq/miscelanea
db/migrate/20141104132104_rename_orde_line_to_order_detail.rb
Ruby
gpl-2.0
128
<?php /* core/themes/classy/templates/navigation/breadcrumb.html.twig */ class __TwigTemplate_409f5f562164b0f9049b70e0b01c2edc7c70d123e0f9fa1f2378198c8de96bdf extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; ...
sachinsuryavanshi/sachlife-xampp
sites/default/files/php/twig/5b08fe9a00394_breadcrumb.html.twig_bpT9qXxQz_4B9K3QemSggcJmT/IVc0q79j4Y19Uv2OOMsPaLuNWKUUGGyreYxX9ChfHYA.php
PHP
gpl-2.0
4,970
/******************************************************************************* JimmLangFileTool - Simple Java GUI for editing/comparing Jimm language files Copyright (C) 2005 Jimm Project This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License a...
fin-nick/fj
util/jlft2/src/jimmLangFileTool/LGFileSubset.java
Java
gpl-2.0
2,216
<!DOCTYPE html> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="fal...
platinhom/ManualHom
Schrodinger/Schrodinger_2017-1_docs/maestro_command_reference/impactrepexch.html
HTML
gpl-2.0
9,964
// // Created by 孙启龙 on 2017/8/18. // #include<cstdio> #include<iostream> #include<cstring> #include<algorithm> #include<cmath> #include<vector> #include<queue> #include<map> #include<set> #include<ctime> using namespace std; typedef long long ll; #define INF 0x3f3f3f3f #define maxn 1111 char c[] = {'A', 'H', 'I', 'M...
sunmoyi/ACM
acm clion/Secure but True 2/Secure but True .cpp
C++
gpl-2.0
1,332
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Genera...
xstory61/server
src/server/expeditions/MapleExpeditionType.java
Java
gpl-2.0
2,190
package com.byhealth.wechat.mysdk.process.in.executor; import com.byhealth.wechat.base.admin.entity.RespMsgActionEntity; import com.byhealth.wechat.config.MsgTemplateConstants; import com.byhealth.wechat.mysdk.constants.WechatReqMsgtypeConstants; import com.byhealth.wechat.mysdk.context.WechatContext; import com.byhea...
huangyaoming/wxtest
src/com/byhealth/wechat/mysdk/process/in/executor/InWechatTextMsgExecutor.java
Java
gpl-2.0
1,776
/* * MultiSelect v0.9.8 * Copyright (c) 2012 Louis Cuny * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want * To Public License, Version 2, as published by Sam Hocevar. ...
jvvlimme/www.zenstore.dev
wp-content/plugins/codespacing-progress-map/js/jquery.multi-select.js
JavaScript
gpl-2.0
17,428
#include "person.h" Person::Person() { hunger=0; toilet=0; WaitForDo=0; } void Person::AddToDo(Deal todo, float time) { ToDoList.append(qMakePair(todo,time)); if (WaitForDo==0) WaitForDo=time; } void Person::CheckDeal() { WaitForDo-=1; if (WaitForDo<0) { if (!ToDoList.isEmpt...
SteeveRan/town
town/person.cpp
C++
gpl-2.0
895
<?php // We are adding thumbnail support for forums add_action('init', 'firmasite_social_bbpress_init'); function firmasite_social_bbpress_init() { add_post_type_support( 'forum', 'thumbnail' ); } // We are adding bbpress support for theme special systems add_action('firmasite_pre_get_posts_ekle', 'firmasit...
simonkim/wp-weirdmeetup
wp-content/themes/firmasite/functions/bbpress.php
PHP
gpl-2.0
10,073
/* * linux/include/linux/mmc/card.h * * 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. * * Card driver specific definitions. */ #ifndef LINUX_MMC_CARD_H #define LINUX_MMC_CARD...
mbadarkhe/davinci-next
include/linux/mmc/card.h
C
gpl-2.0
17,007
/* * SELinux NetLabel Support * * This file provides the necessary glue to tie NetLabel into the SELinux * subsystem. * * Author: Paul Moore <paul.moore@hp.com> * */ /* * (c) Copyright Hewlett-Packard Development Company, L.P., 2007, 2008 * * This program is free software; you can redistribute it and/or mo...
Core2idiot/Kernel-Samsung-3.0...-
security/selinux/netlabel.c
C
gpl-2.0
12,634
<?php return array( 'auth_url' => 'https://auth.selcdn.ru', 'auth_user' => '20531_test0', 'auth_key' => 'RP0crKEwNw', 'container_name' => 'test0', 'container_url' => 'https://71015.selcdn.ru/test0', 'container_secret_key' => 'sjdahsasajkslamdakdjh', );
fhteam/selectel-storage-api
tests/data/config.php
PHP
gpl-2.0
278
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); require_once( JPATH_COMPONENT.DS.'controller.php' ); // Require specific controller if requested if($controller = JRequest::getWord('controller')) { $path = JPATH_COMPONENT.DS.'controllers'.DS.$controller.'.php'; if (file_exists($path)) { re...
grlf/eyedock
administrator/components/com_gplab/gplab.php
PHP
gpl-2.0
639
#include <linux/module.h> #include <linux/timex.h> #include <linux/capability.h> #include <linux/clocksource.h> #include <linux/errno.h> #include <linux/syscalls.h> #include <linux/security.h> #include <linux/fs.h> #include <linux/math64.h> #include <linux/ptrace.h> #include <asm/uaccess.h> #include <asm/unistd.h> ...
luckasfb/OT_903D-kernel-2.6.35.7
kernel/kernel/time.c
C
gpl-2.0
11,972
<!DOCTYPE html> <!-- Copyright (c) 2012-2014 Adobe Systems Incorporated. All rights reserved. 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. ...
michaelstarlight/superbibletrivia
quest10.html
HTML
gpl-2.0
3,048
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Detail view of glyphicons-halflings-regular.svg</title> <link rel="stylesheet" href="../../../sample.css" type="text/css"> <link rel="stylesheet" ...
mgsolipa/b2evolution_phpxref
rsc/fonts/bootstrap/glyphicons-halflings-regular.svg.html
HTML
gpl-2.0
5,085
<iframe id="change_password_frame" name="change_password_frame" style="border: 0; width: 100%;height: 40px;overflow: auto"> </iframe> <form class="normosa-ui-form" target="change_password_frame" method="post" action="<?php echo CONTEXT_PATH ?>/backend/plantation-city/users?action=update-password"> <div class="ro...
anytimestream/genesisville
views/backend/pc/user-change-password-form.php
PHP
gpl-2.0
908
#region Copyright (C) 2011-2013 MPExtended // Copyright (C) 2011-2013 MPExtended Developers, http://www.mpextended.com/ // // MPExtended 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 ...
MPExtended/MPExtended
Applications/MPExtended.Applications.Development.USSTest/Program.cs
C#
gpl-2.0
1,302
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>local::stream_protocol::protocol</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../.....
FFMG/myoddweb.piger
myodd/boost/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/protocol.html
HTML
gpl-2.0
3,355
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DS...
sdl/Sdl-Community
Code samples/DSIViewerPoC/DSIViewerPoC/Properties/AssemblyInfo.cs
C#
gpl-2.0
1,400
#include "openbios/config.h" #include "openbios/bindings.h" #include "asm/types.h" /* program counter */ extern ucell PC; extern unsigned char *dict; extern cell dicthead; extern ucell *last; struct eregs { uint32_t eax, ecx, edx, ebx, esp, ebp, esi, edi; uint32_t vector; ...
tycho/openbios
arch/x86/exception.c
C
gpl-2.0
2,010
/* * This file is part of the coreboot project. * * Copyright (C) 2012 Advanced Micro Devices, Inc. * * 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 ...
kakaroto/coreboot
src/mainboard/amd/olivehill/BiosCallOuts.c
C
gpl-2.0
7,500
/* * Copyright 2005-2013 Freescale Semiconductor, Inc. All Rights Reserved. */ /* * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-li...
bluechiptechnology/Rx3_linux_3.0.35_4.0.0
drivers/media/video/mxc/capture/adv7180.c
C
gpl-2.0
37,027
<?php /** * Elgg users * Functions to manage multiple or single users in an Elgg install * * @package Elgg.Core * @subpackage DataModel.User */ /// Map a username to a cached GUID global $USERNAME_TO_GUID_MAP_CACHE; $USERNAME_TO_GUID_MAP_CACHE = array(); /// Map a user code to a cached GUID global $CODE_TO_GUID...
pingwangcs/51zhaohu
engine/lib/users.php
PHP
gpl-2.0
45,519
/* * Dummy LL interface for the Gigaset driver * * Copyright (c) 2009 by Tilman Schmidt <tilman@imap.cc>. * * ===================================================================== * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
Jackeagle/android_kernel_sony_c2305
drivers/isdn/gigaset/dummyll.c
C
gpl-2.0
1,582
/********************************************************************** Audacity: A Digital Audio Editor Envelope.cpp Dominic Mazzoni (original author) Dr William Bland (integration - the Calculus kind) Monty (xiphmont) (important bug fixes) ****************************************************************...
ThomasFeher/audacity
src/Envelope.cpp
C++
gpl-2.0
49,441
/*------------------------------------------------------------------------ * Step length estimation by parabolic line search for the AC case * * D. Koehn * Kiel, 12.06.2017 * ----------------------------------------------------------------------*/ #include "fd.h" float step_length_est_ac(struct waveAC *waveAC,...
daniel-koehn/DENISE-Black-Edition
src/AC/step_length_est_ac.c
C
gpl-2.0
5,896
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> body{ font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; background-color: #EEE; } #wide{ border-top: 15px solid #853B45; padding: 15px; padding-top:...
nicoverbruggen/openshowcase
app/views/emails/resetpassword.blade.php
PHP
gpl-2.0
1,412
/* Copyright (C) 2009 The Android Open Source Project ** ** This software is licensed under the terms of the GNU General Public ** License version 2, as published by the Free Software Foundation, and ** may be copied, distributed, and modified under those terms. ** ** This program is distributed in the hope that it wil...
tmurakam/aosp-external-qemu
android/utils/assert.h
C
gpl-2.0
6,299
/*------------------------------------------------------------------------------ Hello, this is the main WordPress admin CSS file. All the important stuff is in here. TABLE OF CONTENTS: ------------------ 1.0 - Text Elements 2.0 - Forms 3.0 - Actions 4.0 - Notifications 5.0 - TinyMCE 6.0 - Admin Header 6.1 -...
skoral/WP35
wp-admin/css/wp-admin.css
CSS
gpl-2.0
144,987
<?php /** * @package Joomla.Plugin * @subpackage Editors-xtd.fields * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Component\ComponentHelper; ...
twister65/joomla-cms
plugins/editors-xtd/fields/fields.php
PHP
gpl-2.0
2,629
<?php /* -------------------------------------------------------------- protected_shops_handlungsanleitung.php 2014-02-28_1207 mabr Gambio GmbH http://www.gambio.de Copyright (c) 2014 Gambio GmbH Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] --------...
khadim-raath/gambioTest
media/content/protected_shops_handlungsanleitung.php
PHP
gpl-2.0
1,273
namespace Trados2007.UnitTests { using System.Globalization; using Rhino.Mocks.Interfaces; using Sdl.LanguagePlatform.Core; using Sdl.Community.Trados2007; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using Sdl.LanguagePlatform.TranslationMemory; using Rhino.Mocks...
sdl/Sdl-Community
Trados2007/Trados2007.UnitTests/AbstractTrados2007LanguageDirectionTest.cs
C#
gpl-2.0
3,132
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace YouWalk.Portal.Controllers { public class IndexController : Controller { public ActionResult Index() { return View(); } } }
rakhmanoff/YouWalk
YouWalk/Controllers/IndexController.cs
C#
gpl-2.0
292
#include "renderer.h" #include "controller.h" #include "renderableobject.h" #include <QtQuick/qquickwindow.h> #include <QtGui/QOpenGLShaderProgram> #include <QtGui/QOpenGLContext> #include <QGLFormat> #include <QOpenGLContext> #include <iostream> #include <cmath> #include <QOpenGLFramebufferObjectFormat> using namespa...
andeplane/SimpleVisualizer
renderer.cpp
C++
gpl-2.0
2,012
/*************************************************************************** * This file is part of KDevelop * * Copyright 2007 Andreas Pakulat <apaku@gmx.de> * * * * This pr...
blackjack/kdevplatform
plugins/subversion/svnlogjob.h
C
gpl-2.0
2,242
#ifndef VOLUME_RENDERER_H #define VOLUME_RENDERER_H #include "GL/glew.h" #include "volume_renderer_global.h" #include <QWidget> class TransferFunction1DWidget; class VolumeRenderWidget; class QSlider; class VOLUMERENDERER_EXPORT VolumeRenderer : public QWidget { Q_OBJECT public: VolumeRenderer(); ~Volum...
Edgar324/ScatterPointGlyph
VolumeRenderer/volume_renderer.h
C
gpl-2.0
848
// // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005-2014 Simon Howard // // 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...
WarlockD/crispy-doom
src/doom/f_wipe.c
C
gpl-2.0
5,197
/* * #%L * VisBio application for visualization of multidimensional biological * image data. * %% * Copyright (C) 2002 - 2014 Board of Regents of the University of * Wisconsin-Madison. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
uw-loci/visbio
src/main/java/loci/visbio/VisBio.java
Java
gpl-2.0
4,536
<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' ); /** * The configuration file for VirtueMart * * @package VirtueMart * @subpackage core * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart is free software. Th...
kuwox/wwwfranar
administrator/components/com_virtuemart/virtuemart.cfg.php
PHP
gpl-2.0
6,791
<HTML><HEAD><TITLE>Hex27PV_f90</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </HEAD><FRAMESET COLS="100%%,*" ROWS="100%%,*"><FRAME SRC="../2433.html"></FRAMESET></HTML>
CK08/ICO
ICO3D/Understand_ICO/ICOunderstand_html/ICO3D/Hex27PV_f90.html
HTML
gpl-2.0
200
<?php defined( 'ABSPATH' ) or die( 'You cannot access this script directly' ); // Hook importer into admin init add_action( 'admin_init', 'hb_importer' ); function hb_importer() { global $wpdb; if ( current_user_can( 'manage_options' ) && isset( $_GET['import_content_data'] ) ) { if ( !defined('WP_LOAD_IMPORTERS')...
czucker/genco
wp-content/themes/HighendWP/includes/plugins/importer/importer.php
PHP
gpl-2.0
33,687
/****************************************************************************** * Copyright (C) 2011 Kenos Assessoria e Consultoria de Sistemas Ltda * * Copyright (C) 2011 Ricardo Santana * * This program is free software; you can redistribute it and/or modify it ...
arthurmelo88/palmetalADP
palmetal_to_lbrk/base/src/org/adempierelbr/model/MLBRTaxConfigProduct.java
Java
gpl-2.0
2,274
/* * * Copyright (C) 2010 Gautier Hattenberger * * This file is part of paparazzi. * * paparazzi 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 option) * any later vers...
BrandoJS/Paparazzi_vtol
sw/airborne/modules/sonar/sonar_maxbotix_lisa.h
C
gpl-2.0
1,428
c4lmw14 ======= Code{4}Lib MidWest 2014 slides
brianzelip/c4lmw14
README.md
Markdown
gpl-2.0
48
/* * TODO: license */ package ca.mbabic.headphonecontroller.statemachine; import java.lang.Thread.State; import java.util.concurrent.Semaphore; import android.util.Log; import ca.mbabic.headphonecontroller.services.MediaButtonListenerService; /** * State machine keeping track of the state of the but...
mbabic/HeadphoneController
src/ca/mbabic/headphonecontroller/statemachine/HCStateMachine.java
Java
gpl-2.0
4,900
#!/usr/bin/env python import os from setuptools import setup from subprocess import call from sys import platform, argv def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() SCRIPTS = ["src/bg_daemon/background_daemon.py"] # only compile quack when none of these options are chosen...
echenran/bg_daemon
setup.py
Python
gpl-2.0
1,862
/* * Copyright (C) 2014-2017 StormCore * * 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 dis...
Ragebones/StormCore
src/server/scripts/World/boss_emerald_dragons.cpp
C++
gpl-2.0
24,419
<?php /* ------------------ Language: Français (French) ------------------ */ $LANG['COORD_MAP'] = 'Carte de Coordonnées de Liste'; $LANG['NO_COORDS'] = 'Votre requête ne contient apparemment aucun enregistrement avec des coordonnées pouvant être cartographiées'; $LANG['MAYBE_RARE'] = 'Il se peut que les échantillons ...
egbot/Symbiota
content/lang/checklists/checklistmap.fr.php
PHP
gpl-2.0
429
/* * Copyright (c) 2012, 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 ...
mcberg2016/graal-core
graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/NewArrayStub.java
Java
gpl-2.0
7,960