code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/***********************************************************************************
* *
* Voreen - The Volume Rendering Engine *
* ... | lathen/voreen | modules/itk_generated/processors/itk_ImageIntensity/shiftscaleimagefilter.cpp | C++ | gpl-2.0 | 6,242 |
<?php
/**
* OpenSocialWebsite
*
* @package OpenSocialWebsite
* @author Open Social Website Core Team <info@opensocialwebsite.com>
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
* @license General Public Licence http://www.opensocialwebsite.com/licence
* @link http://www.opensocialwebsite.com/licence
*... | lianglee/opensource-socialnetwork | components/OssnSearch/ossn_com.php | PHP | gpl-2.0 | 1,627 |
/*
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.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 version 2 of the License, or (at your
* option) any later ve... | rebirth-core/Rebirth---old | src/server/scripts/Commands/cs_gm.cpp | C++ | gpl-2.0 | 9,929 |
/* Copyright (C) 2014 InfiniDB, 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 program is distributed in the hope that it will be useful,
but W... | infinidb/infinidb | writeengine/server/we_getfilesizes.cpp | C++ | gpl-2.0 | 11,001 |
package kawigi.util;
import java.util.Comparator;
/**
*/
public final class StringsUtil
{
/**
* Line separator in current Operating System.
*/
public static final String CRLF = System.getProperty("line.separator");
/**
* Regular expression for line separator matching.
*/
public static fi... | vexorian/kawigi-edit | kawigi/util/StringsUtil.java | Java | gpl-2.0 | 8,044 |
package org.oztrack.validator;
import javax.mail.internet.AddressException;
import javax.mail.internet.InternetAddress;
import org.apache.commons.lang3.StringUtils;
import org.oztrack.app.OzTrackApplication;
import org.oztrack.data.access.UserDao;
import org.oztrack.data.model.User;
import org.springframework.validat... | uq-eresearch/oztrack | src/main/java/org/oztrack/validator/UserFormValidator.java | Java | gpl-2.0 | 2,724 |
<?php
class EmployeesSubjectsController extends RController
{
/**
* @var string the default layout for the views. Defaults to '//layouts/column2', meaning
* using two-column layout. See 'protected/views/layouts/column2.php'.
*/
public $layout='//layouts/column2';
/**
* @return array action filters
*/
pu... | napoleon789/qlkh | osv/protected/modules/employees/controllers/EmployeesSubjectsController.php | PHP | gpl-2.0 | 6,334 |
<article <?php hybrid_attr( 'post' ); ?>>
<?php if ( is_singular( get_post_type() ) ) : // If viewing a single post. ?>
<header class="entry-header">
<h1 <?php hybrid_attr( 'entry-title' ); ?>><?php single_post_title(); ?></h1>
<?php hybrid_post_terms( array( 'taxonomy' => 'category' ) ); ?>
<div class=... | mlloewen/chinhama | wp-content/themes/rakiya/content/content.php | PHP | gpl-2.0 | 1,824 |
/**
* 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/api/OKMRepository.java | Java | gpl-2.0 | 8,219 |
akeeba.jQuery(document).ready(function($){
akeeba.jQuery('#addTickets').click(function(){
if(document.adminForm.boxchecked.value == 0)
{
alert(akeeba.jQuery('#chooseone').val());
return false;
}
if(document.adminForm.boxchecked.value > 1)
{
alert(akeeba.jQuery('#chooseonlyone').val());
retu... | SirPiter/folk | www/media/com_ats/js/adm_buckets_choose.js | JavaScript | gpl-2.0 | 382 |
# -*- coding: utf-8 -*-
"""
***************************************************************************
PostGISExecuteSQL.py
---------------------
Date : October 2012
Copyright : (C) 2012 by Victor Olaya and Carterix Geomatics
Email : volayaf at gmail dot c... | bstroebl/QGIS | python/plugins/sextante/admintools/PostGISExecuteSQL.py | Python | gpl-2.0 | 3,170 |
<?php
/*
* Theme Note
* -------------------
* - Changed the location of cross-sells section (woocommerce_cart_collaterals action) and adjusted the layout a bit
* - Added if-else for "wc_print_notices()", "wp_nonce_field( 'woocommerce-cart' );"
* - Note: This file is based on WooC 2.1.9
*
*/
/**
* Cart Page
... | gitprj/samantha-ohlsen-photography | wp-content/themes/fineliner/woocommerce/cart/cart.php | PHP | gpl-2.0 | 6,140 |
package com.numhero.client.model.datacargo.auth;
import com.numhero.shared.datacargo.CommandResponse;
import java.util.Date;
public class AuthResponse implements CommandResponse {
private String sessionID;
private Date expirationDate;
public String getSessionID() {
return sessionID;
}
p... | midaboghetich/netnumero | src/com/numhero/client/model/datacargo/auth/AuthResponse.java | Java | gpl-2.0 | 594 |
<?php
class bx_streams_db2xml extends bx_streams_buffer {
function contentOnRead($path) {
$db2xml = new XML_db2xml(NULL, NULL, 'Extended');
$xml = '';
$options = array(
'formatOptions' => array (
'xml_seperator' => '',
'element_id' =... | chregu/fluxcms | inc/bx/streams/db2xml.php | PHP | gpl-2.0 | 1,061 |
package to.rtc.rtc2jira.exporter.jira.entities;
import java.util.Date;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.codehaus.jackson.map.annotate.JsonView;
public class Version extends NamedEntity {
String description;
boolean archived = false;
boolean released = true;
Date rele... | ohumbel/rtc2jira | src/main/java/to/rtc/rtc2jira/exporter/jira/entities/Version.java | Java | gpl-2.0 | 1,511 |
/*
* @(#)BufferSize.java 1.5 00/05/04 SMI
*
* Author: Tom Corson
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license
* to use, modify and redistribute this softw... | tstuckey/WirelessCautionLights | comm_api/commapi_linux/examples/ParallelBlackBox/BufferSize.java | Java | gpl-2.0 | 5,316 |
# -*- coding: utf-8 -*-
from django.db import models
class Profiles(models.Model):
userid = models.AutoField(primary_key=True)
login_name = models.CharField(max_length=255, unique=True)
cryptpassword = models.CharField(max_length=128, blank=True)
realname = models.CharField(max_length=255)
disable... | Nitrate/Nitrate | src/tcms/profiles/models.py | Python | gpl-2.0 | 2,379 |
/*
* MekWars - Copyright (C) 2004
*
* Derived from MegaMekNET (http://www.sourceforge.net/projects/megameknet)
*
* 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 ... | mekwars-legends/mekwars-upstream | src/server/campaign/commands/RemoveVoteCommand.java | Java | gpl-2.0 | 4,319 |
/***************************************************************************
qgsspatialitesourceselect.cpp
Dialog to select SpatiaLite layer(s) and add it to the map canvas
-------------------
begin : Dec 2008
copyright : (C) 20... | AsgerPetersen/QGIS | src/providers/spatialite/qgsspatialitesourceselect.cpp | C++ | gpl-2.0 | 19,027 |
@extends('emails.layout')
@section('header')
{{HTML::linkRoute('admin-index', 'Admin Dashboard')}}
@stop
@section('title')
Request Baru
@stop
@section('description')
Halo admin {{{Config::get('setting.site_name')}}}, <br>
Request permintaan informasi dari {{{$name}}}:<br>
<br>
Untuk melihat detail request silah... | airputih/kip | app/views/emails/request.blade.php | PHP | gpl-2.0 | 475 |
/*
* Copyright (c) 2003, 2020, 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 ... | JetBrains/jdk8u_jdk | test/com/sun/crypto/provider/Cipher/RSA/TestOAEPParameterSpec.java | Java | gpl-2.0 | 5,439 |
<?php
/**
* Browse action support trait
*
* PHP version 7
*
* Copyright (C) The National Library of Finland 2018.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This... | samuli/NDL-VuFind2 | module/Finna/src/Finna/AjaxHandler/BrowseActionTrait.php | PHP | gpl-2.0 | 1,874 |
# If you start collecting a wave and then regret it, you can use this
# to roll back the data collection. I would recommend duplicating the database
# first and letting this program loose on a copy, as you won't be able to
# get back any of the data you don't explicitly tell it to keep.
import sqlite3
import itertools... | ValuingElectronicMusic/network-analysis | remove_waves.py | Python | gpl-2.0 | 2,612 |
<?php
/* BufeteAplicacionBundle:Documento:index.html.twig */
class __TwigTemplate_6cacef96adfcc32d4e0dd4163ee51b1694ed3e96e083117399aab131e4fd4a6e extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 1
try {
$this->... | AndresFelipe27/ProyectoIngenieriaSoftware3 | SW3/app/cache/prod/twig/6c/ac/ef96adfcc32d4e0dd4163ee51b1694ed3e96e083117399aab131e4fd4a6e.php | PHP | gpl-2.0 | 4,652 |
// Copyright 2015 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "DolphinQt2/Resources.h"
#include "DolphinQt2/GameList/GameListModel.h"
#include "DolphinQt2/GameList/GameListProxyModel.h"
static constexpr QSize NORMAL_BANNER_SIZE(96, 32);
static constexpr QSize ... | asuradaimao/dolphin | Source/Core/DolphinQt2/GameList/GameListProxyModel.cpp | C++ | gpl-2.0 | 2,678 |
<?php
/**
* @file
* Bartik's theme implementation to display a single Drupal page.
*
* The doctype, html, head and body tags are not in this template. Instead they
* can be found in the html.tpl.php template normally located in the
* modules/system folder.
*
* Available variables:
*
* General utility variabl... | varunarora/OpenCurriculum | sites/all/themes/opencurriculum/templates/page.tpl.php | PHP | gpl-2.0 | 6,764 |
/*
* Copyright (C) 2013-2015 Tim Mayberry <mojofunk@gmail.com>
* Copyright (C) 2014-2016 Paul Davis <paul@linuxaudiosystems.com>
* Copyright (C) 2014-2019 Robin Gareus <robin@gareus.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | napcode/ardour | libs/pbd/pbd.cc | C++ | gpl-2.0 | 2,849 |
/* Copyright (C) 2005 Versant Inc. http://www.db4o.com */
using System;
using System.Reflection;
namespace Sharpen.Lang
{
public class IdentityHashCodeProvider
{
#if !CF
public static int IdentityHashCode(object obj)
{
return System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode(obj);
}
#else
pu... | meebey/smuxi-head-mirror | lib/db4o-net/Db4objects.Db4o/native/Sharpen/Lang/IdentityHashCodeProvider.cs | C# | gpl-2.0 | 1,240 |
/*****************************************************************************
Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2008, Google Inc.
Copyright (c) 2017, MariaDB Corporation.
Portions of this file contain modifications contributed and copyrighted by
Google, Inc. T... | chidelmun/server | storage/innobase/btr/btr0sea.cc | C++ | gpl-2.0 | 53,277 |
/*FreeMind - A Program for creating and viewing Mindmaps
*Copyright (C) 2000-2006 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitri Polivaev and others.
*
*See COPYING for Details
*
*This program is free software; you can redistribute it and/or
*modify it under the terms of the GNU General Public License
*as pu... | TheProjecter/sharedmind | freemind/common/NamedObject.java | Java | gpl-2.0 | 1,843 |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('QuickBooking', '0010_auto_20150704_1942'),
]
operations = [
migrations.AlterField(
model_name='seat',
... | noorelden/QuickBooking | QuickBooking/migrations/0011_auto_20150704_2001.py | Python | gpl-2.0 | 426 |
/*
* libjingle
* Copyright 2004--2011 Google Inc.
*
* 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 and ... | raj-bhatia/grooveip-ios-public | submodules/mswebrtc/webrtc/talk/app/webrtc/peerconnectionfactory.cc | C++ | gpl-2.0 | 11,762 |
using UnityEngine;
using System.Collections;
public class RUISOculusFollow : MonoBehaviour
{
RUISCoordinateSystem coordinateSystem;
void Start()
{
coordinateSystem = MonoBehaviour.FindObjectOfType(typeof(RUISCoordinateSystem)) as RUISCoordinateSystem;
}
void Update ()
{
if(RUISOVRManager.ovrHmd != nu... | znjRoLS/RUISHarryPotter | HarryPoter/RUISunity/Assets/RUIS/Scripts/Input/Calibration/RUISOculusFollow.cs | C# | gpl-2.0 | 1,178 |
var lvl1 = (function () {
var xPartition = 320;
var preload = function () {
// tilemap
this.xPartition = xPartition;
game.load.tilemap('map', 'assets/map.json', null, Phaser.Tilemap.TILED_JSON);
game.load.image('floor', 'assets/floor.png');
game.load.image('tileset', 'as... | mehhhh/TheLammerGame | game.js | JavaScript | gpl-2.0 | 3,254 |
/*---------------------------------------------------------------------------*\
## #### ###### |
## ## ## | Copyright: ICE Stroemungsfoschungs GmbH
## ## #### |
## ## ## | http://www.ice-sf.at
## #### ###### |
------------------------------------------------------... | aliozel/swak4Foam | Libraries/simpleSearchableSurfaces/include/swakSurfaceTypes.H | C++ | gpl-2.0 | 2,158 |
<?php
/*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* 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; ei... | sin3fu3/inkjet-conveni | data/class/pages/regist/LC_Page_Regist_Complete.php | PHP | gpl-2.0 | 1,863 |
<?php
class Auth extends Eloquent{
protected $table = 'auth';
}
| mhndev/shopping | app/models/Auth.php | PHP | gpl-2.0 | 70 |
/*
QueryJ
Copyright (C) 2002-today Jose San Leandro Armendariz
chous@acm-sl.org
This library 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;... | rydnr/queryj-rt | queryj-templates-deprecated/src/main/java/org/acmsl/queryj/templates/dao/DataAccessManagerTemplateGenerator.java | Java | gpl-2.0 | 2,309 |
// K-3D
// Copyright (c) 1995-2009, Timothy M. Shead
//
// Contact: tshead@k-3d.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
// version 2 of the License, or (at your option) ... | barche/k3d | tests/sdk/xml_xpath.cpp | C++ | gpl-2.0 | 3,438 |
/*
* RapidMiner
*
* Copyright (C) 2001-2008 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Lice... | ntj/ComplexRapidMiner | src/com/rapidminer/operator/performance/PredictionAverage.java | Java | gpl-2.0 | 3,662 |
<?php
/**
* @package Joomla.Site
* @subpackage Layout
*
* @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;
// Create a shortcut for params.
$params = $displayData-... | site4com/j-gov-3-it | layouts/joomla/content/blog_style_default_item_title.php | PHP | gpl-2.0 | 1,670 |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
//
using HUX.Buttons;
using System;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
namespace HUX
{
public cl... | elbruno/Blog | 20170807 Holo MRDesignLab Move Resize Holograms/Assets/HUX/Editor/Utility/HUXEditorUtils.cs | C# | gpl-2.0 | 29,118 |
/*
* Copyright (C) 2011 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... | loveyoupeng/rt | modules/web/src/main/native/Source/JavaScriptCore/bytecode/DFGExitProfile.cpp | C++ | gpl-2.0 | 3,542 |
/**
* Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved.
* This software is published under the GPL GNU General Public License.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published... | vvanherk/oscar_emr | src/main/java/oscar/eform/actions/DisplayImageAction.java | Java | gpl-2.0 | 9,846 |
<?php
/**
* Sample implementation of the Custom Header feature
* http://codex.wordpress.org/Custom_Headers
*
* You can add an optional custom header image to header.php like so ...
<?php $header_image = get_header_image();
if ( ! empty( $header_image ) ) { ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?... | ashchat404/wordpress | wp-content/themes/tsf/inc/custom-header.php | PHP | gpl-2.0 | 6,290 |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functionality for the navigation tree
*
* @package PhpMyAdmin-Navigation
*/
if (! defined('PHPMYADMIN')) {
exit;
}
require_once 'libraries/navigation/Nodes/Node_DatabaseChild.class.php';
/**
* Represents a view node in the navigation tree
*
* @package P... | saisai/phpmyadmin | libraries/navigation/Nodes/Node_View.class.php | PHP | gpl-2.0 | 1,597 |
/*
* Digital Media Server, for streaming digital media to UPnP AV or DLNA
* compatible devices based on PS3 Media Server and Universal Media Server.
* Copyright (C) 2016 Digital Media Server developers.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Genera... | DigitalMediaServer/DigitalMediaServer | src/main/java/net/pms/formats/audio/MPC.java | Java | gpl-2.0 | 1,121 |
<?php
/*
+---------------------------------------------------------------------------+
| Revive Adserver |
| http://www.revive-adserver.com |
| ... | adqio/revive-adserver | etc/changes/migration_tables_core_542.php | PHP | gpl-2.0 | 1,282 |
<?php
namespace Elgg\I18n;
/**
* WARNING: API IN FLUX. DO NOT USE DIRECTLY.
*
* @access private
*
* @since 1.10.0
*/
class Translator {
/**
* Global Elgg configuration
*
* @var \stdClass
*/
private $CONFIG;
/**
* Initializes new translator
*/
public function __construct() {
global $CONFIG;
... | printerpam/Elgg | engine/classes/Elgg/I18n/Translator.php | PHP | gpl-2.0 | 15,087 |
<?php
/**
* This file is part of http://github.com/LukeBeer/BroadworksOCIP
*
* (c) 2013-2015 Luke Berezynskyj <eat.lemons@gmail.com>
*/
namespace BroadworksOCIP\api\Rel_17_sp4_1_197_OCISchemaAS\OCISchemaDataTypes;
use BroadworksOCIP\Builder\Types\SimpleType;
use BroadworksOCIP\Builder\Restrictions\Enumeration;
... | paericksen/broadworks-ocip | src/BroadworksOCIP/api/Rel_17_sp4_1_197_OCISchemaAS/OCISchemaDataTypes/ExtendedFileResourceSelection.php | PHP | gpl-2.0 | 703 |
/**
* Copyright (C) 2015 Frank Steiler <frank@steilerdev.de>
*
* 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.
*
... | steilerDev/WhatToStudy | Source/src/de/steilerdev/whatToStudy/Exception/WhatToStudyException.java | Java | gpl-2.0 | 4,019 |
<?php
/*
* @version $Id$
-------------------------------------------------------------------------
GLPI - Gestionnaire Libre de Parc Informatique
Copyright (C) 2015-2016 Teclib'.
http://glpi-project.org
based on GLPI - Gestionnaire Libre de Parc Informatique
Copyright (C) 2003-2014 by the INDEPNET Development ... | TECLIB/glpi | inc/ruledictionnarymonitormodel.class.php | PHP | gpl-2.0 | 2,216 |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Employee Model
* Check if user is staff, perform basic moderation actions
* @package Models
*/
class Employee_model extends CI_Model {
/**
* Allow loggedin user access if session var
*
* @return bool
*
*/
pub... | unfinite/Alphasquare | src/application/models/employee_model.php | PHP | gpl-2.0 | 2,577 |
/*
* 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 ... | bharcode/MachineLearning | CustomMahout/core/src/main/java/org/apache/mahout/cf/taste/hadoop/item/AggregateAndRecommendReducer.java | Java | gpl-2.0 | 8,512 |
<?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=order_status.<br />
* Displays information related to a single specific order
*
* @package templateSystem
* @copyright Copyright 2003-2015 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @copyright P... | drbyte/zc-v1-series | includes/templates/template_default/templates/tpl_order_status_default.php | PHP | gpl-2.0 | 6,773 |
/*
* Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | teamfx/openjfx-9-dev-rt | modules/javafx.graphics/src/main/native-glass/win/ViewContainer.cpp | C++ | gpl-2.0 | 58,952 |
<?php
$params = array_merge(
require(__DIR__ . '/../../common/config/params.php'),
require(__DIR__ . '/../../common/config/params-local.php'),
require(__DIR__ . '/params.php'),
require(__DIR__ . '/params-local.php')
);
return [
'id' => 'app-frontend',
'basePath' => dirname(__DIR__),
'bootst... | cangsalak/Yii2-CMS | frontend/config/main.php | PHP | gpl-2.0 | 1,425 |
<div class="metabox-holder indeed">
<div class="stuffbox">
<div class="ism-top-message"><b>"Share Bar"</b> - is a special Social Icons Display on the top of the page when the visitor scroll down.</div>
</div>
<div class="stuffbox">
<h3>
<label style="font-size:16px;">
AddOn Status
</label>
</h3... | srwiser/ssctube | wp-content/plugins/indeed-social-media_v5.1/admin/tabs/isb.php | PHP | gpl-2.0 | 1,740 |
<?php
function getSentNotificationNum() {
return intval(file_get_contents('http://localhost:55555/'));
}
?>
| marco-c/wp-web-push | tests/test-utils.php | PHP | gpl-2.0 | 112 |
/**
* @fileoverview
* Tool '서식' Source,
*
*/
TrexConfig.addTool(
"tabletemplate",
{
sync: _FALSE,
status: _TRUE,
rows: 5,
cols: 9,
options: [
{ label: 'image', data: 1 , klass: 'tx-tabletemplate-1' },
{ label: 'image', data: 2 , klass: 'tx-tabletemplate-2' },
{ label: 'image', data: 3 , k... | zaljayo/TestProject | lib_editor/js/trex/tool/tabletemplate.js | JavaScript | gpl-2.0 | 3,877 |
#include "GitRevision.h"
#include "CompilerDefs.h"
#include "revision_data.h"
char const* GitRevision::GetHash()
{
return _HASH;
}
char const* GitRevision::GetDate()
{
return _DATE;
}
char const* GitRevision::GetBranch()
{
return _BRANCH;
}
char const* GitRevision::GetSourceDirectory()
{
return _SOU... | pizcogirl/TrinityCore | src/server/shared/GitRevision.cpp | C++ | gpl-2.0 | 1,344 |
<?php
namespace TYPO3\CMS\Core\Resource\Driver;
/**
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* For the full copyright and license... | demonege/sutogo | typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php | PHP | gpl-2.0 | 3,140 |
/** -*- c++ -*-
* Copyright (C) 2008 Doug Judd (Zvents, Inc.)
*
* This file is part of Hypertable.
*
* Hypertable 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, or any late... | tempbottle/hypertable | src/cc/Tools/rsclient/RangeServerCommandInterpreter.cc | C++ | gpl-2.0 | 11,721 |
/* $Id$ */
/***************************************************************************
* (C) Copyright 2003-2010 - Stendhal *
***************************************************************************
***************************************************************************
... | acsid/stendhal | src/games/stendhal/client/gui/j2d/entity/StateEntity2DView.java | Java | gpl-2.0 | 3,163 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright held by original author
\\/ M anipulation |
------------------... | CFDEMproject/OpenFOAM-1.6-ext | src/triSurface/meshTriangulation/meshTriangulation.C | C++ | gpl-2.0 | 14,053 |
/*
* Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | openjdk/jdk7u | jdk/src/share/classes/com/sun/beans/decoder/IntElementHandler.java | Java | gpl-2.0 | 2,393 |
/*
* Copyright (c) 2014, 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... | mur47x111/GraalVM | graal/com.oracle.graal.phases/src/com/oracle/graal/phases/util/MethodDebugValueName.java | Java | gpl-2.0 | 1,635 |
<?php
include 'common.php';
include 'header.php';
include 'menu.php';
Typecho_Widget::widget('Widget_Contents_Page_Edit')->to($page);
?>
<div class="main">
<div class="body container">
<?php include 'page-title.php'; ?>
<div class="row typecho-page-main typecho-post-area" role="form">
<f... | engine-go/pizida | admin/write-page.php | PHP | gpl-2.0 | 10,482 |
package org.bouncycastle.asn1;
import java.io.IOException;
public interface ASN1SequenceParser
extends DEREncodable, InMemoryRepresentable
{
DEREncodable readObject()
throws IOException;
}
| Z-Shang/onscripter-gbk | svn/onscripter-read-only/src/org/bouncycastle/asn1/ASN1SequenceParser.java | Java | gpl-2.0 | 207 |
<?php
/**
* @version $Id$
*
* @author Valérie Isaksen
* @package VirtueMart
* @copyright Copyright (C) iStraxx - All rights reserved.
* @license istraxx_license.txt Proprietary License. This code belongs to istraxx UG (haftungsbeschränkt)
* You are not allowed to distribute or sell this code.
* You are not all... | Jasonudoo/platform | administrator/components/com_virtuemart_allinone/plugins/vmpayment/klarna/klarna/elements/klarnalabel.php | PHP | gpl-2.0 | 800 |
/*
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.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 version 2 of the License, or (at your
* option) any later v... | Dozorov/TrinityCore | src/server/game/Server/Packets/GuildPackets.cpp | C++ | gpl-2.0 | 21,360 |
<?php
/**
* @file
* Template for the 1 column panel layout.
*
* This template provides a three column 25%-50%-25% panel display layout.
*
* Variables:
* - $id: An optional CSS id to use for the layout.
* - $content: An array of content, each item in the array is keyed to one
* panel of the layout. This layou... | SLAC-OCIO/slac-www | sites/all/themes/slac_www/plugins/layouts/two_col/two-col.tpl.php | PHP | gpl-2.0 | 1,034 |
<?php
/**
* AJAX handler plugin manager
*
* PHP version 7
*
* Copyright (C) Villanova University 2018.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This program is... | arto70/NDL-VuFind2 | module/VuFind/src/VuFind/AjaxHandler/PluginManager.php | PHP | gpl-2.0 | 5,361 |
<?php
/**
* @package WordPress
* @subpackage GoodDay
* @version 1.0.0
*
* Post Options Functions
* Created by CMSMasters
*
*/
$cmsms_option = cmsms_get_global_options();
$cmsms_global_blog_post_layout = (isset($cmsms_option[CMSMS_SHORTNAME . '_blog_post_layout']) && $cmsms_option[CMSMS_... | napalm255/makeachangewithmarie.com | wp-content/themes/goodday/framework/admin/options/cmsms-theme-options-post.php | PHP | gpl-2.0 | 12,758 |
<?php
/**
* thai language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Matthias Schulte <mailinglist@lupo49.de>
*/
// custom language strings for the plugin
$lang['reveal'] = 'แสดง';
$lang['reveallong'] = 'แสดงเนื้อหาที่ซ่อนไว้';
$lang['hide'] = 'ซ่อน';
$lang['hidelon... | claudehohl/dokuwiki-kickstart | lib/plugins/folded/lang/th/lang.php | PHP | gpl-2.0 | 450 |
<?php error_reporting(0);ini_set('display_errors', 0);header("Content-type: text/css; charset: UTF-8"); ?>
<?php
$parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] );
require_once( $parse_uri[0] . 'wp-load.php' );
//Get Plugin settings
$frmcol = easy_get_option( 'easymedia_frm_col' );
$shdcol = eas... | icommstudios/localsharingtree | wp-content/plugins/easy-media-gallery/includes/dynamic-style.php | PHP | gpl-2.0 | 5,036 |
<?php
function ninja_forms_output_tab_metabox($form_id = '', $slug, $metabox){
$plugin_settings = get_option( 'ninja_forms_settings' );
if($form_id != ''){
$form_row = ninja_forms_get_form_by_id($form_id);
$current_settings = $form_row['data'];
}else{
$form_id = '';
$current_settings = get_option("ninja_form... | ibrahimcesar/blumpa-wp | wp-content/plugins/ninja-forms/includes/admin/output-tab-metabox.php | PHP | gpl-2.0 | 11,378 |
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
# Version 0.2 # 2011-03-06 #
# Updated OS detection
##
Plugin.define "SegPu... | tennc/WhatWeb | plugins/SegPub.rb | Ruby | gpl-2.0 | 1,182 |
<?php
/**
*
* Ajax Shoutbox extension for the phpBB Forum Software package.
* @translated into French by Psykofloyd & Galixte (http://www.galixte.com)
*
* @copyright (c) 2014 Paul Sohier <http://www.ajax-shoutbox.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
/**
* DO NOT CHANGE
*... | alhitary/ajax-shoutbox-ext | language/fr/info_acp_ajaxshoutbox.php | PHP | gpl-2.0 | 1,648 |
/*
* Media Plugin for FCKeditor 2.5 SVN
* Copyright (C) 2007 Riceball LEE (riceballl@hotmail.com)
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
... | zy73122/table2form | tools/fckeditor/editor/plugins/Media/js/fck_media_inc.js | JavaScript | gpl-2.0 | 7,657 |
<?php
class FeatureToc {
var $_anchor_locator;
var $_document_updater;
function FeatureToc() {
$this->set_anchor_locator(new FeatureTocAnchorLocatorHeaders());
$this->set_document_updater(new FeatureTocDocumentUpdaterPrependPage());
}
function handle_after_parse($params) {
$pipeline =& $params[... | diedsmiling/busenika | lib/html2pdf/features/toc.php | PHP | gpl-2.0 | 6,787 |
jQuery(document).ready(function($){
jQuery('.ifeature-tabbed-wrap').tabs();
});
jQuery(document).ready(function($){
$("ul").parent("li").addClass("parent");
});
jQuery(document).ready(function($){
$("#gallery ul a:hover img").css("opacity", 1);
$("#portfolio_wrap .portfolio_caption").css("opacity", 0);
$("#... | cyberchimps/ifeaturepro4 | core/library/js/menu.js | JavaScript | gpl-2.0 | 744 |
var Models = window.Models || {};
jQuery.noConflict();
Models.Grid = function(w, h, el) {
this.width = w;
this.height = h;
this.blocks = [];
this.field = new Models.Block(w, h, 0, 0);
this.element = el;
this.place = function(block, x, y, html, creationIndex) {
block.setPosition(x, y);
return this._induct(... | m-godefroid76/devrestofactory | wp-content/themes/berg-wp/admin/includes/js/grid.js | JavaScript | gpl-2.0 | 2,636 |
@extends('emails.layout')
@section('header')
{{HTML::linkRoute('user-request-list', 'My Request')}} |
{{HTML::linkRoute('user-profile-form', 'Profile')}}
@stop
@section('title')
Respon dari admin
@stop
@section('description')
Halo {{{$name}}}, <br>
Permohonan informasi anda direspon oleh admin,<br>
<br>
Untuk... | arisst/kip | app/views/emails/response.blade.php | PHP | gpl-2.0 | 499 |
<?php
/**
* Modern Menu Widget
*
* Learn more: http://codex.wordpress.org/Widgets_API
*
* @package Total
* @author Alexander Clarke
* @copyright Copyright (c) 2014, Symple Workz LLC
* @link http://www.wpexplorer.com
* @since Total 1.6.0
*/
if ( ! class_exists( 'WPEX_Modern_Menu' ) ) {
class WPEX_Modern_... | naoyawada/Concurrent | wp-content/themes/Total/framework/widgets/widget-modern-menu.php | PHP | gpl-2.0 | 3,821 |
/*
* libjingle
* Copyright 2004--2005, Google Inc.
*
* 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... | serghei/kde3-kdenetwork | kopete/protocols/jabber/jingle/libjingle/talk/base/asyncudpsocket.cc | C++ | gpl-2.0 | 2,770 |
<?php
/**
* This software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ and is
* licensed under The BSD license.
* ---
* Copyright (c) 2011, Oxwall Foundation
* All rights reserved.
* Redistribution and use in source and binary forms, with or without modification, are permitted... | seret/oxtebafu | ow_plugins/forum/components/forum_topics_widget.php | PHP | gpl-2.0 | 7,902 |
<?php
class GFSettings{
public static $addon_pages = array();
public static function add_settings_page($name, $handler, $icon_path){
add_action("gform_settings_" . str_replace(" " , "_", $name), $handler);
self::$addon_pages[$name] = array("name" => $name, "icon" => $icon_path);
}
pub... | noahjohn9259/emberrcom | wp-content/plugins/gravityforms_1.5.2.8/settings.php | PHP | gpl-2.0 | 19,359 |
<?php
include_once('../../config/symbini.php');
include_once($SERVER_ROOT.'/content/lang/collections/list.'.$LANG_TAG.'.php');
include_once($SERVER_ROOT.'/classes/OccurrenceListManager.php');
include_once($SERVER_ROOT.'/classes/SOLRManager.php');
$stArrCollJson = $_REQUEST["jsoncollstarr"];
$stArrSearchJson = $... | seltmann/Symbiota | collections/rpc/changetablepage.php | PHP | gpl-2.0 | 7,873 |
<?php
/**
* PEAR_Common, the base class for the PEAR Installer
*
* PHP versions 4 and 5
*
* LICENSE: This source file is subject to version 3.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license/3_0.txt. If you did not receive a copy of
... | alucard263096/XMLRPC | DEMO/ta_portal_dev/libs/PEAR/PEAR/Common.php | PHP | gpl-2.0 | 36,771 |
/*
* Copyright (C) 2011 Google, Inc. All rights reserved.
* Copyright (C) 2016 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... | qtproject/qtwebkit | Source/WebCore/page/csp/ContentSecurityPolicySource.cpp | C++ | gpl-2.0 | 3,383 |
<?php
$profile_page = get_option('booked_profile_page');
if ($profile_page):
if(!class_exists('booked_profiles')) {
class booked_profiles {
public function __construct() {
add_action('init', array(&$this,'rewrite_add_rewrites'));
add_action('the_content', array(&$this,'display_profile_markup'));
... | annegrundhoefer/mark | wp-content/plugins/booked/includes/profiles.php | PHP | gpl-2.0 | 2,040 |
/***************************************************************************
kbordercoltextexport.cpp - description
-------------------
begin : Sam Aug 30 2003
copyright : (C) 2003 by Friedrich W. H. Kossebau
email ... | serghei/kde3-kdeutils | khexedit/lib/kbordercoltextexport.cpp | C++ | gpl-2.0 | 1,464 |
/*
Copyright (C) 2012 Samsung Electronics
Copyright (C) 2012 Intel Corporation. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 o... | loveyoupeng/rt | modules/web/src/main/native/Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp | C++ | gpl-2.0 | 8,176 |
#ifndef FONT_HPP
#define FONT_HPP
#include "renderer/OpenGL.hpp"
#include <string>
class Texture;
class Font
{
public:
Font(const char *texture);
~Font();
void SetColor(const Math::Vector4f &color) { m_color = color; }
void SetPosition(const Math::Vector3f &position) { m_position = position; }
vo... | fluffyfreak/oculusvr_samples | common_src/renderer/Font.hpp | C++ | gpl-2.0 | 1,188 |
#!/usr/bin/env node
console.log("Hello World!");
| sumeettalwar/develop | node-js/src/week1/hello.js | JavaScript | gpl-2.0 | 49 |
$(document).ready(function(){
$("#startDate").datepicker({dateFormat:'yy-mm-dd'});
$("#endDate").datepicker({dateFormat:'yy-mm-dd'});
//$('#startDate').datepicker();
//$('#endDate').datepicker();
}) | sorabhv6/mylib | php_lib/google_analytics/js/custom.js | JavaScript | gpl-2.0 | 211 |
// /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright © 2011 Marcos Talau
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is dis... | tomhenderson/ns-3-dev-git | src/traffic-control/model/red-queue-disc.cc | C++ | gpl-2.0 | 26,145 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using LeagueSharp;
using LeagueSharp.Common;
using Item = LeagueSharp.Common.Items.Item;
namespace Kalista
{
public class ItemManager
{
private static Obj_AI_Hero player = ObjectManage... | onuremix/LeagueSharp | Kalista/ItemManager.cs | C# | gpl-2.0 | 1,531 |
<?php
/**
* RokTwittie Module
*
* @package RocketTheme
* @subpackage roktwittie.tmpl
* @version 1.8 September 3, 2012
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*
*/
defined... | jntd11/dev2 | modules/mod_roktwittie/tmpl/error.php | PHP | gpl-2.0 | 650 |