PageRenderTime 1588ms queryTime 575ms sortTime 80ms getByIdsTime 136ms findMatchingLines 105ms

100+ results results for 'php chr repo:aoseala/yii-bootstrap' (1588 ms)

Not the results you expected?
search.php https://gitlab.com/alexprowars/bitrix | PHP | 532 lines
                    
120
                    
121		return self::filterCrmSearchResult($searchResult, $usersList);
                    
122	}
                    
138
                    
139		return self::filterCrmSearchResult($searchResult, $usersList);
                    
140	}
                    
141
                    
142	protected static function filterCrmSearchResult($searchResult, &$usersList)
                    
143	{
                    
147			{
                    
148				unset($searchResult[$value["crmEntity"]]);
                    
149			}
                    
181	{
                    
182		$searchResult = array();
                    
183
                    
                
monaco.php https://gitlab.com/GethN7/monaco-port | PHP | 71 lines
                    
1<?php
                    
2/**
                    
8 * @author Inez Korczynski <inez@wikia.com>
                    
9 * @author Christian Williams
                    
10 * @author Daniel Friesen
                    
18	'name' => 'Monaco',
                    
19	'author' => array('Inez Korczynski', 'Christian Williams', '[http://mediawiki.org/wiki/User:Dantman Daniel Friesen]', '[http://doomwiki.org/wiki/User:Quasar James Haley]'),
                    
20	'descriptionmsg' => 'monaco-desc',
                    
24$wgValidSkinNames['monaco'] = 'Monaco';
                    
25$wgAutoloadClasses['SkinMonaco'] = dirname(__FILE__) . '/Monaco.skin.php';
                    
26$wgAutoloadClasses['MonacoSidebar'] = dirname(__FILE__) . '/MonacoSidebar.class.php';
                    
26$wgAutoloadClasses['MonacoSidebar'] = dirname(__FILE__) . '/MonacoSidebar.class.php';
                    
27$wgExtensionMessagesFiles['Monaco'] = dirname(__FILE__) . '/Monaco.i18n.php';
                    
28
                    
56
                    
57/* Bad Configs - These are left-over junk used inside Monaco.skin.php that should be slowly removed */
                    
58$wgSearchDefaultFulltext = false; // bad config
                    
                
pagination.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 120 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version		$Id: pagination.php 14401 2010-01-26 14:10:00Z louis $
                    
4 * @package		Joomla
                    
5 * @copyright	Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
                    
6 * @license		GNU/GPL, see LICENSE.php
                    
7 * Joomla! is free software. This version may have been modified pursuant
                    
10 * other free or open source software licenses.
                    
11 * See COPYRIGHT.php for copyright notices and details.
                    
12 */
                    
17/**
                    
18 * This is a file to add template specific chrome to pagination rendering.
                    
19 *
                    
                
jqplot.pointLabels.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 362 lines
                    
6 *
                    
7 * Copyright (c) 2009-2011 Chris Leonello
                    
8 * jqPlot is currently available for use in all personal or commercial projects 
                    
8 * jqPlot is currently available for use in all personal or commercial projects 
                    
9 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
10 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
14 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
15 * chris at jqplot dot com or see http://www.jqplot.com/info.php .
                    
16 *
                    
17 * If you are feeling kind and generous, consider supporting the project by
                    
18 * making a donation at: http://www.jqplot.com/donate.php .
                    
19 *
                    
                
SetTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 295 lines
                    
1<?php
                    
2/** 
                    
11 
                    
12class SetTest extends \PHPUnit_Framework_TestCase
                    
13{
                    
14    /**
                    
15     * @var \PHPUnit_Framework_MockObject_MockObject|Set
                    
16     */
                    
19    /**
                    
20     * @var \PHPUnit_Framework_MockObject_MockObject
                    
21     */
                    
24    /**
                    
25     * @var \PHPUnit_Framework_MockObject_MockObject
                    
26     */
                    
29    /**
                    
30     * @var \PHPUnit_Framework_MockObject_MockObject
                    
31     */
                    
                
jqplot.highlighter.min.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 57 lines
                    
6 *
                    
7 * Copyright (c) 2009-2011 Chris Leonello
                    
8 * jqPlot is currently available for use in all personal or commercial projects 
                    
8 * jqPlot is currently available for use in all personal or commercial projects 
                    
9 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
10 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
14 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
15 * chris at jqplot dot com or see http://www.jqplot.com/info.php .
                    
16 *
                    
17 * If you are feeling kind and generous, consider supporting the project by
                    
18 * making a donation at: http://www.jqplot.com/donate.php .
                    
19 *
                    
28 *
                    
29 * included jsDate library by Chris Leonello:
                    
30 *
                    
                
inputfilter.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 551 lines
                    
2/**
                    
3 *  @class: InputFilter (PHP4 & PHP5, with comments)
                    
4 * @project: PHP Input Filter
                    
5 * @date: 10-05-2005
                    
6 * @version: 1.2.2_php4/php5
                    
7 * @author: Daniel Morris
                    
7 * @author: Daniel Morris
                    
8 * @contributors: Gianpaolo Racca, Ghislain Picard, Marco Wandschneider, Chris
                    
9 * Tobin and Andrew Eddie.
                    
58	/**
                    
59	 * Method to be called by another php script. Processes for XSS and
                    
60	 * specified bad code.
                    
455		// convert decimal
                    
456		$source = preg_replace('/&#(\d+);/me', "chr(\\1)", $source); // decimal notation
                    
457		// convert hex
                    
                
Database.php https://gitlab.com/blingbang2016/shop | PHP | 350 lines
                    
1<?php
                    
2/**
                    
9 * It is also available through the world-wide-web at this URL:
                    
10 * http://opensource.org/licenses/osl-3.0.php
                    
11 * If you did not receive a copy of the license and are unable to
                    
23 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
139
                    
140        $row = $adapter->fetchRow($select);
                    
141        if ($row) {
                    
250
                    
251        $data = $adapter->fetchRow($select);
                    
252        if (!$data) {
                    
284
                    
285        $data = $adapter->fetchRow($select);
                    
286        return (bool)$data;
                    
                
MultishippingTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 271 lines
                    
1<?php
                    
2/**
                    
7
                    
8class MultishippingTest extends \PHPUnit_Framework_TestCase
                    
9{
                    
15    /**
                    
16     * @var \PHPUnit_Framework_MockObject_MockObject
                    
17     */
                    
20    /**
                    
21     * @var \PHPUnit_Framework_MockObject_MockObject
                    
22     */
                    
25    /**
                    
26     * @var \PHPUnit_Framework_MockObject_MockObject
                    
27     */
                    
30    /**
                    
31     * @var \PHPUnit_Framework_MockObject_MockObject
                    
32     */
                    
                
access.php https://gitlab.com/JrLucena/moodle | PHP | 94 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
25 * @author     Nikolas Galanis
                    
26 * @author     Chris Scribner
                    
27 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
                    
                
util.php https://gitlab.com/imxieke/XCloud | PHP | 280 lines
                    
1<?php
                    
2/*
                    
120    $charset=strtolower(mb_detect_encoding($str,$GLOBALS['config']['check_charset']));
                    
121    if (substr($str,0,3)==chr(0xEF).chr(0xBB).chr(0xBF)){
                    
122        $charset='utf-8';
                    
129
                    
130function php_env_check(){
                    
131    $L = $GLOBALS['L'];
                    
133    $base_path = get_path_this(BASIC_PATH).'/'; 
                    
134    if(!function_exists('iconv')) $error.= '<li>'.$L['php_env_error_iconv'].'</li>';
                    
135    if(!function_exists('mb_convert_encoding')) $error.= '<li>'.$L['php_env_error_mb_string'].'</li>';
                    
135    if(!function_exists('mb_convert_encoding')) $error.= '<li>'.$L['php_env_error_mb_string'].'</li>';
                    
136    if(!version_compare(PHP_VERSION,'5.0','>=')) $error.= '<li>'.$L['php_env_error_version'].'</li>';
                    
137    if(!function_exists('file_get_contents')) $error.='<li>'.$L['php_env_error_file'].'</li>';
                    
138    if(!path_writable(BASIC_PATH)) $error.= '<li>'.$base_path.'	'.$L['php_env_error_path'].'</li>';
                    
139    if(!path_writable(BASIC_PATH.'data')) $error.= '<li>'.$base_path.'data	'.$L['php_env_error_path'].'</li>';
                    
140    if(!path_writable(BASIC_PATH.'data/system')) $error.= '<li>'.$base_path.'data/system	'.$L['php_env_error_path'].'</li>';
                    
                
class.pop3.php https://gitlab.com/boxnia/NFU_MOVIL | PHP | 410 lines
                    
1<?php
                    
2/*~ class.pop3.php
                    
3.---------------------------------------------------------------------------.
                    
3.---------------------------------------------------------------------------.
                    
4|  Software: PHPMailer - PHP email class                                    |
                    
5|   Version: 5.2.1                                                          |
                    
25/**
                    
26 * PHPMailer - PHP POP Before SMTP Authentication Class
                    
27 * NOTE: Designed for use with PHP version 5 and up
                    
45 *
                    
46 * Specifically for PHPMailer to allow POP before SMTP authentication.
                    
47 * Does not yet work with APOP - if you have an APOP account, contact Richard Davey
                    
49 *
                    
50 * This class is based on the structure of the SMTP class originally authored by Chris Ryan
                    
51 *
                    
                
Makefile git://pkgs.fedoraproject.org/sblim-sfcb | Makefile | 509 lines
                    
28#  You can obtain a current copy of the Eclipse Public License from
                    
29#  http://www.opensource.org/licenses/eclipse-1.0.php
                    
30# 
                    
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    
74ACLOCAL = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run aclocal-1.11
                    
75ALLOCA = 
                    
75ALLOCA = 
                    
76AMTAR = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run tar
                    
77AR = ar
                    
77AR = ar
                    
78AUTOCONF = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run autoconf
                    
79AUTOHEADER = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run autoheader
                    
79AUTOHEADER = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run autoheader
                    
80AUTOMAKE = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run automake-1.11
                    
81AWK = gawk
                    
                
jquery.ui.map.extensions.js https://gitlab.com/Mirros/cdnjs | JavaScript | 209 lines
                    
4 * Copyright (c) 2010 - 2011 Johan Säll Larsson
                    
5 * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
                    
6 *
                    
95		 * Retrieves a list of Places in a given area. The PlaceResultss passed to the callback are stripped-down versions of a full PlaceResult. A more detailed PlaceResult for each Place can be obtained by sending a Place Details request with the desired Place's reference value.
                    
96		 * @param placeSearchRequest:google.maps.places.PlaceSearchRequest, http://code.google.com/apis/maps/documentation/javascript/reference.html#PlaceSearchRequest
                    
97		 * @param callback:function(result:google.maps.places.PlaceResult, status:google.maps.places.PlacesServiceStatus), http://code.google.com/apis/maps/documentation/javascript/reference.html#PlaceResult
                    
98		 */
                    
99		placesSearch: function(placeSearchRequest, callback) {
                    
100			this.get('services > PlacesService', new google.maps.places.PlacesService(this.get('map'))).search(placeSearchRequest, callback);
                    
170		 * Retrieves a list of Places in a given area. The PlaceResultss passed to the callback are stripped-down versions of a full PlaceResult. A more detailed PlaceResult for each Place can be obtained by sending a Place Details request with the desired Place's reference value.
                    
171		 * @param placeSearchRequest:google.maps.places.PlaceSearchRequest, http://code.google.com/apis/maps/documentation/javascript/reference.html#PlaceSearchRequest
                    
172		 * @param callback:function(result:google.maps.places.PlaceResult, status:google.maps.places.PlacesServiceStatus), http://code.google.com/apis/maps/documentation/javascript/reference.html#PlaceResult
                    
173		 */
                    
174		/*placesSearch: function(placeSearchRequest, callback) {
                    
175			this.get('services > PlacesService', new google.maps.places.PlacesService(this.get('map'))).search(placeSearchRequest, callback);
                    
                
config.php https://gitlab.com/alexprowars/bitrix | PHP | 112 lines
                    
1<?php
                    
2$MESS["BX_IM_COMPONENT_CALL_ALL_CHATS"] = "Alle Chats";
                    
40$MESS["BX_IM_COMPONENT_CALL_ERROR_KICK_FROM_CALL"] = "Sie wurden aus dieser Videokonferenz entfernt.";
                    
41$MESS["BX_IM_COMPONENT_CALL_ERROR_MAX_FILE_SIZE"] = "Maximale Dateigröße überschritten: (#LIMIT# MB).";
                    
42$MESS["BX_IM_COMPONENT_CALL_ERROR_MESSAGE_B24_ONLY"] = "Videokonferenz ist nur für Bitrix24 verfügbar.";
                    
                
file_helper.php https://gitlab.com/nightcrawlingz/kurikulum | PHP | 479 lines
                    
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP 5.1.6 or newer
                    
6 *
                    
240
                    
241			// foreach (scandir($source_dir, 1) as $file) // In addition to being PHP5+, scandir() is simply not as fast
                    
242			while (FALSE !== ($file = readdir($fp)))
                    
298				case 'name':
                    
299					$fileinfo['name'] = substr(strrchr($file, DIRECTORY_SEPARATOR), 1);
                    
300					break;
                    
334 *
                    
335 * Translates a file extension into a mime type based on config/mimes.php.
                    
336 * Returns FALSE if it can't determine the type, or open the mime config file
                    
348	{
                    
349		$extension = strtolower(substr(strrchr($file, '.'), 1));
                    
350
                    
                
view-about.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 106 lines
                    
6        <div class="inside">
                    
7        <p><?php _e( 'WP-Table Reloaded allows you to create and manage tables in the admin-area of WordPress.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'Those tables may contain strings, numbers and even HTML (e.g. to include images or links).', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'You can then show the tables in your posts, on your pages or in text-widgets by using a shortcode.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'If you want to show your tables anywhere else in your theme, you can use a template tag function.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p>
                    
8        </div>
                    
13        <div class="inside">
                    
14        <p><?php _e( 'At first you should add or import a table.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'This means that you either let the plugin create an empty table for you or that you load an existing table from either a CSV, XML or HTML file.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p><p><?php _e( 'Then you can edit your data or change the structure of your table (e.g. by inserting or deleting rows or columns, swaping rows or columns or sorting them) and select specific table options like alternating row colors or whether to print the name or description, if you want.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'To easily add a link or an image to a cell, use the provided buttons. Those will ask you for the URL and a title. Then you can click into a cell and the corresponding HTML will be added to it for you.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p><p><?php printf( __( 'To insert the table into a page, post or text-widget, copy the shortcode <strong>[table id=%s /]</strong> and paste it into the corresponding place in the editor.', WP_TABLE_RELOADED_TEXTDOMAIN ), '&lt;ID&gt;' ); ?> <?php printf( __( 'You can also select the desired table from a list (after clicking the button &quot;%s&quot; in the editor toolbar) and the corresponding shortcode will be added for you.', WP_TABLE_RELOADED_TEXTDOMAIN ), __( 'Table', WP_TABLE_RELOADED_TEXTDOMAIN ) ); ?></p><p><?php _e( 'Tables can be styled by changing and adding CSS commands.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'The plugin ships with default CSS Stylesheets, which can be customized with own code or replaced with other Stylesheets.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'For this, each table is given certain CSS classes that can be used as CSS selectors.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php printf ( __( 'Please see the <a href="%s">documentation</a> for a list of these selectors and for styling examples.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/documentation/' ); ?></p>
                    
15        </div>
                    
27        <div class="inside">
                    
28        <p><?php printf( __( '<a href="%s">Support</a> is provided through the <a href="%s">WordPress Support Forums</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/support/', 'http://www.wordpress.org/support/' ); ?> <?php printf( __( 'Before asking for support, please carefully read the <a href="%s">Frequently Asked Questions</a> where you will find answered to the most common questions, and search through the forums.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/faq/' ); ?></p><p><?php printf( __( 'If you do not find an answer there, please <a href="%s">open a new thread</a> in the WordPress Support Forums with the tag &quot;wp-table-reloaded&quot;.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://wordpress.org/tags/wp-table-reloaded' ); ?></p>
                    
29        </div>
                    
34        <div class="inside">
                    
35        <p><?php printf( __( 'This plugin was written by <a href="%s">Tobias B&auml;thge</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/' ); ?> <?php _e( 'It is licensed as Free Software under GPL 2.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?><br/><?php printf( __( 'If you like the plugin, <a href="%s"><strong>a donation</strong></a> is recommended.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/donate/' ); ?> <?php printf( __( 'Please rate the plugin in the <a href="%s">WordPress Plugin Directory</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://wordpress.org/extend/plugins/wp-table-reloaded/' ); ?><br/><?php _e( 'Donations and good ratings encourage me to further develop the plugin and to provide countless hours of support. Any amount is appreciated! Thanks!', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p>
                    
36        </div>
                    
98            <br/>&middot; WordPress: <?php echo $GLOBALS['wp_version']; ?>
                    
99            <br/>&middot; PHP: <?php echo phpversion(); ?>
                    
100            <br/>&middot; mySQL (Server): <?php echo mysql_get_server_info(); ?>
                    
                
auto_search_table_shell.php http://prohits.googlecode.com/svn/trunk/ | PHP | 376 lines
                    
28  7. get searched resuts file.
                    
29  8. shell > php auto_search_table_shell.php tableName taskID thisScriptURL sleepSec
                    
30  9. check shell process 
                    
59
                    
60$php_command_location = PHP_PATH;
                    
61//maybe it is remote connect prohits server---------
                    
76		$theURL = $_SERVER['argv'][3];
                    
77    $frm_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$theURL) . "autoBackup/download_raw_file.php";
                    
78    
                    
237  //}
                    
238  $tpp_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$tpp_theURL) . "tppTask/tpp_task_shell.php";
                    
239  $tpp_theURL .='?tableName='.$tableName.'&tppTaskID='.$theTask_arr['RunTPP'];
                    
338  writeLog("Get new created files from $tableName machine to Prohits.");
                    
339  $com_backup = PHP_PATH. " " .dirname(dirname(__FILE__))."/autoBackup/raw_backup_shell.php"." 0 ". $tableName;
                    
340  system($com_backup);
                    
                
FormOptionsHelper.php git://github.com/phpwax/phpwax.git | PHP | 273 lines
                    
1<?php
                    
2/**
                    
3 *
                    
4 * @package PHP-Wax
                    
5 * @author Ross Riley
                    
19        "Cameroon", "Canada", "Cape Verde", "Cayman Islands", "Central African Republic", 
                    
20        "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands", "Colombia", 
                    
21        "Comoros", "Congo", "Congo, the Democratic Republic of the", "Cook Islands", 
                    
                
PerSubscriptionMessageHandlerTest.java git://github.com/eclipse/paho.mqtt.java.git | Java | 369 lines
                    
10 * and the Eclipse Distribution License is available at 
                    
11 *   https://www.eclipse.org/org/documents/edl-v10.php
                    
12 *
                    
102		  public MqttMessage getNextMessage() {
                    
103			  synchronized (messages) {
                    
104				  if (messages.size() == 0) {
                    
125			  if (!message.isDuplicate()) {
                    
126				  synchronized (messages) {
                    
127					  messages.add(message);
                    
134	  /**
                    
135	   * Basic test with 1 subscription for the synchronous client
                    
136	   * 
                    
                
SearchHelper.php git://github.com/thorsten/phpMyFAQ.git | PHP | 382 lines
                    
17
                    
18namespace phpMyFAQ\Helper;
                    
19
                    
25use phpMyFAQ\Pagination;
                    
26use phpMyFAQ\Search\SearchResultSet;
                    
27use phpMyFAQ\Strings;
                    
27use phpMyFAQ\Strings;
                    
28use phpMyFAQ\Utils;
                    
29use stdClass;
                    
131     *
                    
132     * @param SearchResultSet $resultSet SearchResultSet object
                    
133     *
                    
183     */
                    
184    public function renderSearchResult(SearchResultSet $resultSet, int $currentPage): string
                    
185    {
                    
                
UserGroups.php git://github.com/phpmyadmin/phpmyadmin.git | PHP | 357 lines
                    
1<?php
                    
2/**
                    
7
                    
8namespace PhpMyAdmin\Server;
                    
9
                    
9
                    
10use PhpMyAdmin\Html\Generator;
                    
11use PhpMyAdmin\Relation;
                    
11use PhpMyAdmin\Relation;
                    
12use PhpMyAdmin\Template;
                    
13use PhpMyAdmin\Url;
                    
13use PhpMyAdmin\Url;
                    
14use PhpMyAdmin\Util;
                    
15
                    
23/**
                    
24 * PhpMyAdmin\Server\UserGroups class
                    
25 */
                    
                
teo_ug.php https://gitlab.com/zenfork/vektor | PHP | 460 lines
                    
1<?php
                    
2/**
                    
151    array (
                    
152      0 => 'Kabla ya Christo',
                    
153      1 => 'Baada ya Christo',
                    
                
logs.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2
                    
24$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM `" . $db_config['prefix'] . "_logs` WHERE `id`!=0";
                    
25$base_url = NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op;
                    
26
                    
42		nv_insert_logs( NV_LANG_DATA, $module_name, sprintf ( $lang_module['filter_check_log'], $op ), $admin_info['username'] . " - " . $admin_info['userid'], 0 );
                    
43		Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
44		exit();
                    
170
                    
171list( $all_page ) = $db->sql_fetchrow( $result );
                    
172while ( $data_i = $db->sql_fetchrow( $result_query ) )
                    
193	$result_users = $db->sql_query( $sql );
                    
194	while ( $data_i = $db->sql_fetchrow( $result_users ) )
                    
195	{
                    
278$xtpl->assign( 'URL_DEL', $base_url . "&" . NV_OP_VARIABLE . "=logs_del" );
                    
279$xtpl->assign( 'URL_CANCEL', NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
280$xtpl->assign( 'DISABLE', $disabled );
                    
                
silcske_payload-silc_ske_payload_start_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 220 lines
                    
113&nbsp;&nbsp;&nbsp; <a href=silcschedule.html><img src=box2.gif border=0 alt=>Scheduler Interface</a><br />
                    
114&nbsp;&nbsp;&nbsp; <a href=silcasync.html><img src=box2.gif border=0 alt=>Asynchronous Operation Interface</a><br />
                    
115&nbsp;&nbsp;&nbsp; <a href=silcstream.html><img src=box2.gif border=0 alt=>Abstract Stream Interface</a><br />
                    
131&nbsp;&nbsp;&nbsp; <a href=silchttpserver.html><img src=box2.gif border=0 alt=>SILC HTTP Server Interface</a><br />
                    
132&nbsp;&nbsp;&nbsp; <a href=silchttpphp.html><img src=box2.gif border=0 alt=>SILC HTTP PHP Translator</a><br />
                    
133
                    
                
jqplot.canvasAxisTickRenderer.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 243 lines
                    
7 *
                    
8 * Copyright (c) 2009-2013 Chris Leonello
                    
9 * jqPlot is currently available for use in all personal or commercial projects 
                    
9 * jqPlot is currently available for use in all personal or commercial projects 
                    
10 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
11 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
15 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
16 * chris at jqplot dot com or see http://www.jqplot.com/info.php .
                    
17 *
                    
18 * If you are feeling kind and generous, consider supporting the project by
                    
19 * making a donation at: http://www.jqplot.com/donate.php .
                    
20 *
                    
                
nl_NL.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 66 lines
                    
1<?php
                    
2
                    
9<tr><td>Jouw&nbsp;email</td><td><input type="text" name="ne" size="30"/></td></tr>
                    
10<tr><td colspan="2" style="text-align: center"><input type="submit" value="Inschrijven"/></td></tr>
                    
11</table>
                    
19<tr><td>Jouw&nbsp;email</td><td><input type="text" name="ne" size="30"/></td></tr>
                    
20<tr><td colspan="2" style="text-align: center"><input type="submit" value="Inschrijven"/></td></tr>
                    
21</table>
                    
28<p><input type="text" name="ne" value="Jouw email" onclick="if (this.defaultValue==this.value) this.value=\'\'" onblur="if (this.value==\'\') this.value=this.defaultValue"/></p>
                    
29<p><input type="submit" value="Inschrijven"/></p>
                    
30<input type="hidden" name="na" value="s"/>
                    
37<p><input type="text" name="ne" value="Jouw email" onclick="if (this.defaultValue==this.value) this.value=\'\'" onblur="if (this.value==\'\') this.value=this.defaultValue"/></p>
                    
38<p><input type="submit" value="Inschrijven"/></p>
                    
39<input type="hidden" name="na" value="s"/>
                    
47&nbsp;<input type="text" name="nn" value="Jouw naam" onclick="if (this.defaultValue==this.value) this.value=\'\'" onblur="if (this.value==\'\') this.value=this.defaultValue"/>
                    
48<input type="submit" value="Inschrijven"/>
                    
49<input type="hidden" name="na" value="s"/></p>
                    
                
anomaly.h https://gitlab.com/Sean.W/u-boot | C Header | 241 lines
                    
9 * Licensed under the ADI BSD license.
                    
10 *   https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
                    
11 */
                    
86#define ANOMALY_05000272 (1)
                    
87/* Writes to Synchronous SDRAM Memory May Be Lost */
                    
88#define ANOMALY_05000273 (__SILICON_REVISION__ < 3)
                    
156#define ANOMALY_05000461 (1)
                    
157/* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
                    
158#define ANOMALY_05000462 (1)
                    
                
runner.js git://github.com/addyosmani/todomvc.git | JavaScript | 320 lines
                    
6 * Licensed under the MIT License at:
                    
7 * 		http://www.opensource.org/licenses/mit-license.php
                    
8 *
                    
20	 * The run function accepts a "testing" function that can be
                    
21	 * used to test asynchronous modules.  (Note: curl.js doesn't
                    
22	 * supply or advocate any particular testing framework.) If provided,
                    
39	 * parameter is not supplied by the developer, the setup function is
                    
40	 * assumed to be synchronous.
                    
41	 *
                    
                
jquery.inputmask.numeric.extensions.js https://gitlab.com/Mirros/cdnjs | JavaScript | 246 lines
                    
101            signHandler: function(chrs, buffer, pos, strict, opts) {
                    
102                if (!strict && (opts.allowMinus && "-" === chrs || opts.allowPlus && "+" === chrs)) {
                    
103                    var matchRslt = buffer.join("").match(opts.regex.integerPart(opts));
                    
103                    var matchRslt = buffer.join("").match(opts.regex.integerPart(opts));
                    
104                    if (matchRslt && matchRslt.length > 0 && "0" !== matchRslt[matchRslt.index]) return buffer[matchRslt.index] == ("-" === chrs ? "+" : "-") ? {
                    
105                        pos: matchRslt.index,
                    
108                        caret: pos
                    
109                    } : buffer[matchRslt.index] == ("-" === chrs ? "-" : "+") ? {
                    
110                        remove: matchRslt.index,
                    
134                var matchRslt = maskset.buffer.join("").match(opts.regex.integerNPart(opts)), radixPosition = $.inArray(opts.radixPoint, maskset.buffer);
                    
135                if (matchRslt && !strict && (-1 == radixPosition || matchRslt.index < radixPosition)) if (0 == matchRslt[0].indexOf("0") && pos >= opts.prefix.length) {
                    
136                    if (-1 == radixPosition || radixPosition >= pos && void 0 == maskset.validPositions[radixPosition]) return maskset.buffer.splice(matchRslt.index, 1), 
                    
140                    };
                    
141                    if (pos > matchRslt.index && radixPosition >= pos) return maskset.buffer.splice(matchRslt.index, 1), 
                    
142                    pos = pos > matchRslt.index ? pos - 1 : matchRslt.index, {
                    
                
anomaly.h https://gitlab.com/Sean.W/pru-linux-drivers | C Header | 267 lines
                    
9 * Licensed under the ADI BSD license.
                    
10 *   https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
                    
11 */
                    
54#define ANOMALY_05000328 (__SILICON_REVISION__ < 1)
                    
55/* Synchronous Burst Flash Boot Mode Is Not Functional */
                    
56#define ANOMALY_05000329 (__SILICON_REVISION__ < 1)
                    
96#define ANOMALY_05000367 (__SILICON_REVISION__ < 1)
                    
97/* Addressing Conflict between Boot ROM and Asynchronous Memory */
                    
98#define ANOMALY_05000369 (1)
                    
196#define ANOMALY_05000461 (1)
                    
197/* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
                    
198#define ANOMALY_05000462 (1)
                    
                
id.inc.php git://github.com/modxcms/revolution.git | PHP | 291 lines
                    
1<?php
                    
2/**
                    
66$_country_lang["cw"] = 'Curaçao'; // Curaçao
                    
67$_country_lang["cx"] = 'Krismas, Kepulauan'; // Christmas Island
                    
68$_country_lang["cy"] = 'Siprus'; // Cyprus
                    
                
fi.inc.php git://github.com/modxcms/revolution.git | PHP | 291 lines
                    
1<?php
                    
2/**
                    
66$_country_lang["cw"] = 'Curaçao'; // Curaçao
                    
67$_country_lang["cx"] = 'Joulusaari'; // Christmas Island
                    
68$_country_lang["cy"] = 'Kypros'; // Cyprus
                    
                
group.php http://nukeviet-shop.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
1<?php
                    
2
                    
45    }
                    
46    list( $check_alias ) = $db->sql_fetchrow( $db->sql_query( "SELECT count(*) FROM " . $table_name . " WHERE groupid!=" . $data['groupid'] . " and `" . NV_LANG_DATA . "_alias`=" . $db->dbescape( $data['alias'] ) . "" ) );
                    
47    if ( $check_alias and $data['parentid'] > 0 )
                    
48    {
                    
49        list( $parentid_alias ) = $db->sql_fetchrow( $db->sql_query( "SELECT `" . NV_LANG_DATA . "_alias` FROM " . $table_name . " WHERE groupid=" . $data['parentid'] . "" ) );
                    
50        $data['alias'] = $parentid_alias . "-" . $data['alias'];
                    
68        }
                    
69        list( $weight ) = $db->sql_fetchrow( $db->sql_query( "SELECT max(`weight`) FROM " . $table_name . " WHERE `parentid`=" . $db->dbescape( $data['parentid'] ) . "" ) );
                    
70        $weight = intval( $weight ) + 1;
                    
82            nv_del_moduleCache( $module_name );
                    
83            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op . "&parentid=" . $data['parentid'] . "" );
                    
84            die();
                    
101            {
                    
102                list( $weight ) = $db->sql_fetchrow( $db->sql_query( "SELECT max(`weight`) FROM " . $table_name . " WHERE `parentid`=" . $db->dbescape( $data['parentid'] ) . "" ) );
                    
103                $weight = intval( $weight ) + 1;
                    
                
pagination.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 120 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version		$Id: pagination.php 10381 2008-06-01 03:35:53Z pasamio $
                    
4 * @package		Joomla
                    
5 * @copyright	Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
                    
6 * @license		GNU/GPL, see LICENSE.php
                    
7 * Joomla! is free software. This version may have been modified pursuant
                    
10 * other free or open source software licenses.
                    
11 * See COPYRIGHT.php for copyright notices and details.
                    
12 */
                    
17/**
                    
18 * This is a file to add template specific chrome to pagination rendering.
                    
19 *
                    
                
configure-vhosts.html https://gitlab.com/haris4445/techarena | HTML | 251 lines
                    
5
                    
6    <!-- Always force latest IE rendering engine or request Chrome Frame -->
                    
7    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
                    
54              <li class="active"><a href="/dashboard/howto.html">HOW-TO Guides</a></li>
                    
55              <li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
                    
56              <li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
                    
                
fileman_server_access.php https://gitlab.com/alexprowars/bitrix | PHP | 346 lines
                    
1<?
                    
2require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_admin_before.php");
                    
3require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/fileman/prolog.php");
                    
7
                    
8require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/fileman/include.php");
                    
9include_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/fileman/classes/general/fileman_utils.php");
                    
48	{
                    
49		$searchRes = CFilemanSearch::GetSearchResult($searchSess);
                    
50		for($i = 0, $l = count($searchRes); $i < $l; $i++)
                    
50		for($i = 0, $l = count($searchRes); $i < $l; $i++)
                    
51			$arFiles[] = $searchRes[$i]['path'];
                    
52	}
                    
161	window.spBstoped = <?= $bStoped ? 'true' : 'false'?>;
                    
162	window.spResult = <?= CUtil::PhpToJSObject($oChmod->Result)?>;
                    
163	</script>
                    
                
mssql_extractor.php https://bitbucket.org/cmwdosp/cmwbb3.git | PHP | 415 lines
                    
5*
                    
6* @copyright (c) phpBB Limited <https://www.phpbb.com>
                    
7* @license GNU General Public License, version 2 (GPL-2.0)
                    
13
                    
14namespace phpbb\db\extractor;
                    
15
                    
15
                    
16use phpbb\db\extractor\exception\extractor_not_initialized_exception;
                    
17
                    
80
                    
81		while ($row = $this->db->sql_fetchrow($result))
                    
82		{
                    
132		$result = $this->db->sql_query($sql);
                    
133		while ($row = $this->db->sql_fetchrow($result))
                    
134		{
                    
                
IpAccessControlListTest.php https://bitbucket.org/OverSite/capstone-demo.git | PHP | 283 lines
                    
1<?php
                    
2
                    
157
                    
158    public function testFetchRequest()
                    
159    {
                    
175
                    
176    public function testFetchResponse()
                    
177    {
                    
                
MessageController.php http://mock-project.googlecode.com/svn/trunk/ | PHP | 217 lines
                    
1<?php
                    
2
                    
17
                    
18//            require_once APPLICATION_PATH . '/modules/user/models/DbTable/Member.php';
                    
19            $us = new User_Model_DbTable_Member();
                    
88                        ->where("MessageID = '$MessageID'");
                    
89                if ($row = $message->fetchRow($select)) {
                    
90                    $status = 'success';
                    
                
ItValidation.php git://github.com/cakephp/localized.git | PHP | 111 lines
                    
1<?php
                    
2declare(strict_types=1);
                    
6 *
                    
7 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
                    
8 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
14 * @link http://cakephp.org
                    
15 * @since Localized Plugin v 0.1
                    
15 * @since Localized Plugin v 0.1
                    
16 * @license http://www.opensource.org/licenses/mit-license.php MIT License
                    
17 */
                    
96
                    
97        return chr($sum % 26 + ord('A')) === $check[15];
                    
98    }
                    
                
index.html.md https://gitlab.com/svansteenis/www-gitlab-com | Markdown | 184 lines
                    
44
                    
45- Hussain Adnan Hashim - [@Hussain_infosec](https://www.facebook.com/profile.php?id=100004366368341)
                    
46- Jérémy Chatard - [@jchatard](https://twitter.com/jchatard)
                    
97  - [#21457](https://gitlab.com/gitlab-org/gitlab-ce/issues/21457)
                    
98- Christian Bönning
                    
99  - [gitlab-ee#1046](https://gitlab.com/gitlab-org/gitlab-ee/issues/1046)
                    
                
de_DE.js https://gitlab.com/wuhang2003/core | JavaScript | 123 lines
                    
10    "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
                    
11    "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
                    
12    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
                    
15    "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
                    
16    "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte",
                    
17    "Not enough storage available" : "Nicht genug Speicher vorhanden.",
                    
28    "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
                    
29    "Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}",
                    
30    "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
                    
84    "A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>",
                    
85    "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Benachrichtigungen über Neues und Änderungen auf Ihre <strong>favorisierten Dateien</strong> beschränken <em>(nur im Stream)</em>",
                    
86    "A file or folder has been <strong>deleted</strong>" : "Eine Datei oder ein Ordner wurde <strong>gelöscht</strong>",
                    
104    "Save" : "Speichern",
                    
105    "With PHP-FPM it might take 5 minutes for changes to be applied." : "Bei PHP-FPM kann es 5 Minuten dauern, bis Änderungen angewendet sind.",
                    
106    "Missing permissions to edit from here." : "Fehlende Berechtigungen um von hier aus zu bearbeiten.",
                    
                
SearchRankingTest.php https://bitbucket.org/aswinvk28/smartpan-stock-drupal.git | PHP | 268 lines
                    
1<?php
                    
2
                    
4 * @file
                    
5 * Definition of Drupal\search\Tests\SearchRankingTest.
                    
6 */
                    
12 */
                    
13class SearchRankingTest extends SearchTestBase {
                    
14
                    
                
class-wcs-report-cache-manager.php https://bitbucket.org/tristangemus/tribe-demo.git | PHP | 357 lines
                    
1<?php
                    
2/**
                    
127	 * (as reported during beta testing in https://github.com/Prospress/woocommerce-subscriptions/issues/1732). We do this at 4am in the
                    
128	 * site's timezone, which helps avoid running the queries during busy periods and also runs them after all the renewals for synchronised
                    
129	 * subscriptions should have finished for the day (which begins at 3am and rarely takes more than 1 hours of processing to get through
                    
148
                    
149				// PHP doesn't support a "next 4am" time format equivalent, so we need to manually handle getting 4am from earlier today (which will always happen when this is run after 4am and before midnight in the site's timezone)
                    
150				if ( $cache_update_timestamp <= gmdate( 'U' ) ) {
                    
216		// Load report class dependencies
                    
217		require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
                    
218		require_once( WC()->plugin_path() . '/includes/admin/reports/class-wc-admin-report.php' );
                    
                
page.tpl.php https://gitlab.com/endomorphosis/aegir | PHP | 168 lines
                    
1<?php
                    
2// $Id: page.tpl.php 6635 2010-03-01 00:39:49Z chris $
                    
3$curr_contexts = context_active_contexts();
                    
4?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                    
5<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>">
                    
6
                    
24
                    
25<body id="<?php print $body_id; ?>" class="<?php print $body_classes; ?>">
                    
26  <div id="left-background"> </div><div id="right-background"> </div>
                    
56                <div id="logo">
                    
57                  <a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" /></a>
                    
58                </div>
                    
62                  <?php if ($site_name): ?>
                    
63                  <span id="site-name"><a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></span>
                    
64                  <?php endif; ?>
                    
                
ibase_driver.php https://gitlab.com/ashish21590/rigalio.com | PHP | 396 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP
                    
6 *
                    
229			return $sql.' AND TRIM("RDB$RELATION_NAME") AS TABLE_NAME LIKE \''.$this->escape_like_str($this->dbprefix)."%' "
                    
230				.sprintf($this->_like_escape_str, $this->_like_escape_chr);
                    
231		}
                    
                
README.md git://github.com/timroes/aXMLRPC.git | Markdown | 314 lines
                    
77
                    
78#### Asynchronous Calls
                    
79
                    
79
                    
80The above method calls are synchronous. So the method `call` will return when the server responded
                    
81or an error occured. There is also a possibility for asynchronous server calls.
                    
82You need to implement an XMLRPCCallback that will get noticed about the respone (or error) from
                    
83the server. The `callAsync` method can be used to make asynchronous calls. It returns an identifier
                    
84that will also be send to the XMLRPCCallback instance with the response of the server, so your
                    
183The client will be able to send `null` values. A `null` value will be send
                    
184as `<nil/>`. This extension is described under: http://ontosys.com/xml-rpc/extensions.php
                    
185
                    
295
                    
296The library is licensed under [MIT License] (http://www.opensource.org/licenses/mit-license.php).
                    
297See the LICENSE file for the license text. 
                    
                
func.php http://snowcms.googlecode.com/svn/trunk/ | PHP | 272 lines
                    
1<?php
                    
2////////////////////////////////////////////////////////////////////////////
                    
66			'stripos' => create_function('$haystack, $needle, $offset = 0', '
                    
67										 // This function doesn\'t exist until PHP 5.2.0 >=
                    
68										 if(function_exists(\'mb_stripos\'))
                    
81			'strpos' => 'mb_strpos',
                    
82			'strrchr' => 'mb_strrchr',
                    
83			'strrichr' => create_function('$haystack, $needle, $part = false', '
                    
83			'strrichr' => create_function('$haystack, $needle, $part = false', '
                    
84											if(function_exists(\'mb_strrichr\'))
                    
85												return mb_strrichr($haystack, $needle, $part);
                    
86											else
                    
87												return mb_strrchr(mb_strtolower($haystack), mb_strtolower($needle), $part);'),
                    
88			'strripos' => create_function('$haystack, $needle, $offset = 0', '
                    
113			'strpos' => 'strpos',
                    
114			'strrchr' => 'strrchr',
                    
115			'strrichr' => create_function('$haystack, $needle, $part = false', '
                    
                
blocks.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 251 lines
                    
1<?php
                    
2
                    
16{
                    
17    $select_options[NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=blocks&amp;selectthemes=" . $themes_i] = $themes_i;
                    
18}
                    
39$result = $db->sql_query( $sql );
                    
40while ( list( $m_title, $m_custom_title ) = $db->sql_fetchrow( $result ) )
                    
41{
                    
67$result = $db->sql_query( "SELECT `position`, count(*) FROM `" . NV_BLOCKS_TABLE . "_groups` WHERE theme='" . $selectthemes . "' GROUP BY `position`" );
                    
68while ( list( $position, $numposition ) = $db->sql_fetchrow( $result ) )
                    
69{
                    
73$result = $db->sql_query( "SELECT * FROM `" . NV_BLOCKS_TABLE . "_groups` WHERE theme='" . $selectthemes . "' ORDER BY `position` ASC, `weight` ASC" );
                    
74while ( $row = $db->sql_fetchrow( $result ) )
                    
75{
                    
109        $result_func = $db->sql_query( "SELECT a.func_id, a.in_module, a.func_custom_name FROM `" . NV_MODFUNCS_TABLE . "` AS a INNER JOIN `" . NV_BLOCKS_TABLE . "_weight` AS b ON a.func_id=b.func_id WHERE b.bid=" . $row['bid'] . "" );
                    
110        while ( list( $funcid_inlist, $func_inmodule, $funcname_inlist ) = $db->sql_fetchrow( $result_func ) )
                    
111        {
                    
                
renderer.php https://gitlab.com/JrLucena/moodle | PHP | 301 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
162            case 'abc':
                    
163                $number = chr(ord('a') + $num);
                    
164                break;
                    
165            case 'ABCD':
                    
166                $number = chr(ord('A') + $num);
                    
167                break;
                    
                
inbox.js https://gitlab.com/hacongbang/pusher | JavaScript | 336 lines
                    
101            //xhrFields: {withCredentials: true},
                    
102            url: '../assets/global/plugins/jquery-file-upload/server/php/',
                    
103            autoUpload: true
                    
108            $.ajax({
                    
109                url: '../assets/global/plugins/jquery-file-upload/server/php/',
                    
110                type: 'HEAD'
                    
197
                    
198    var loadSearchResults = function (el) {
                    
199        var url = 'app_inbox_inbox.html';
                    
                
classlibcxx_1_1test_1_1executor_1_1_remote_executor.html https://bitbucket.org/adapptech/eos.git | HTML | 305 lines
                    
41$(function() {
                    
42  initMenu('',true,false,'search.php','Search');
                    
43  $(document).ready(function() { init_search(); });
                    
54<!-- iframe showing the search results (closed by default) -->
                    
55<div id="MSearchResultsWindow">
                    
56<iframe src="javascript:void(0)" frameborder="0" 
                    
56<iframe src="javascript:void(0)" frameborder="0" 
                    
57        name="MSearchResults" id="MSearchResults">
                    
58</iframe>
                    
                
Person.php https://gitlab.com/Marwein/tnjobs | PHP | 133 lines
                    
1<?php
                    
2
                    
4
                    
5require_once "check_digit.php";
                    
6
                    
39    protected static $firstNameMale = array(
                    
40        'Aaron', 'Adriano', 'Alan', 'Alexandre', 'Alonso', 'Anderson', 'Andres', 'Antônio', 'Benjamin', 'Bruno', 'Camilo', 'Carlos', 'Christian',
                    
41        'Christopher', 'Cristóvão', 'Daniel', 'Dante', 'David', 'Diego', 'Eduardo', 'Elias', 'Emanuel', 'Emiliano', 'Emílio', 'Estêvão',
                    
                
README.md https://gitlab.com/HatemProjects/hatem | Markdown | 306 lines
                    
1# Boris: A tiny little, but robust REPL for PHP
                    
2
                    
4
                    
5Python has one. Ruby has one. Clojure has one. Now PHP has one too. Boris is
                    
6PHP's missing REPL (read-eval-print loop), allowing developers to experiment
                    
6PHP's missing REPL (read-eval-print loop), allowing developers to experiment
                    
7with PHP code in the terminal in an interactive manner.  If you make a mistake,
                    
8it doesn't matter, Boris will report the error and stand to attention for
                    
16
                    
17I'm in the process of transitioning away from PHP to Ruby.  I have come to find
                    
18PHP's lack of a real REPL to be frustrating and was not able to find an existing
                    
68
                    
69When Boris starts, you will be at the `boris>` prompt. PHP code you enter at
                    
70this prompt is evaluated.  If an expression spans multiple lines, Boris will
                    
109
                    
110    require_once 'lib/autoload.php';
                    
111
                    
                
date.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 272 lines
                    
35  // %        note 2: per a timezone specified by date_default_timezone_set(). Implementers might use
                    
36  // %        note 2: this.php_js.currentTimezoneOffset and this.php_js.currentTimezoneDST set by that function
                    
37  // %        note 2: in order to adjust the dates in this function (or our other date functions!) accordingly
                    
226      }
                    
227      if (that.php_js && that.php_js.default_timezone) {
                    
228        default = that.php_js.default_timezone;
                    
253    c: function () { // ISO-8601 date.
                    
254      return 'Y-m-d\\TH:i:sP'.replace(formatChr, formatChrCb);
                    
255    },
                    
256    r: function () { // RFC 2822
                    
257      return 'D, d M Y H:i:s O'.replace(formatChr, formatChrCb);
                    
258    },
                    
268    );
                    
269    return format.replace(formatChr, formatChrCb);
                    
270  };
                    
                
mms-patches.inc.php https://gitlab.com/Gashler/dp | PHP | 150 lines
                    
1<?php
                    
2/**
                    
74
                    
75									$wp_login_file = ABSPATH . "wp-login.php"; // This works for both WordPress® 3.0 and 3.1. WordPress® 3.1+ uses: `site_url('wp-signup.php')`. WordPress® 3.5+ uses: `network_site_url('wp-signup.php')`.
                    
76									$wp_login_section = "/([\r\n\t\s ]+)(wp_redirect( *?)\(( *?)apply_filters( *?)\(( *?)['\"]wp_signup_location['\"],( *?)(site_url( *?)\(( *?)['\"]wp-signup\.php['\"]( *?)\)|network_site_url( *?)\(( *?)['\"]wp-signup\.php['\"]( *?)\)|get_bloginfo( *?)\(['\"]wpurl['\"]\)( *?)\.( *?)['\"]\/wp-signup\.php['\"])( *?)\)( *?)\);)([\r\n\t\s ]+)(exit;)/";
                    
76									$wp_login_section = "/([\r\n\t\s ]+)(wp_redirect( *?)\(( *?)apply_filters( *?)\(( *?)['\"]wp_signup_location['\"],( *?)(site_url( *?)\(( *?)['\"]wp-signup\.php['\"]( *?)\)|network_site_url( *?)\(( *?)['\"]wp-signup\.php['\"]( *?)\)|get_bloginfo( *?)\(['\"]wpurl['\"]\)( *?)\.( *?)['\"]\/wp-signup\.php['\"])( *?)\)( *?)\);)([\r\n\t\s ]+)(exit;)/";
                    
77									$wp_login_replace = "\n\t\t// Modified for full plugin compatiblity.\n\t\t//wp_redirect( apply_filters( 'wp_signup_location', network_site_url('wp-signup.php') ) );\n\t\t//exit;";
                    
78
                    
81											if ((($wp_login_written = file_put_contents ($wp_login_file, preg_replace ($wp_login_section, $wp_login_replace, $wp_login, 1, $wp_login_patched))) && $wp_login_patched) || ($wp_login_patched_already = $wp_login_patched = strpos ($wp_login, $wp_login_replace)))
                    
82												($display_notices) ? c_ws_plugin__s2member_admin_notices::display_admin_notice ('Your <code>/wp-login.php</code> file ' . (($wp_login_patched_already) ? 'is patched' : 'has been patched successfully') . '.') : null;
                    
83											else if (!$wp_login_written) // Otherwise, we need to report that /wp-login.php could NOT be updated. Possibly a permissions error.
                    
83											else if (!$wp_login_written) // Otherwise, we need to report that /wp-login.php could NOT be updated. Possibly a permissions error.
                    
84												($display_notices) ? c_ws_plugin__s2member_admin_notices::display_admin_notice ('Your <code>/wp-login.php</code> file could NOT be patched. Patch NOT written.', true) : null;
                    
85											else if (!$wp_login_patched) // Otherwise, we need to report that /wp-login.php could NOT be updated. Wrong WordPress® version?
                    
100												($display_notices) ? c_ws_plugin__s2member_admin_notices::display_admin_notice ('Your <code>/wp-includes/load.php</code> file could NOT be patched. Patch NOT written.', true) : null;
                    
101											else if (!$load_patched) // Otherwise, we need to report that /wp-includes/load.php could NOT be updated. Wrong WordPress® version?
                    
102												($display_notices) ? c_ws_plugin__s2member_admin_notices::display_admin_notice ('Your <code>/wp-includes/load.php</code> file could NOT be patched. Unverifiable.', true) : null;
                    
                
SelectChannelConnector.java git://pkgs.fedoraproject.org/jetty | Java | 330 lines
                    
9// The Apache License v2.0 is available at
                    
10// http://www.opensource.org/licenses/apache2.0.php
                    
11// You may elect to redistribute this code under either of these licenses.
                    
40 * This connector uses efficient NIO buffers with a non blocking threading model. Direct NIO buffers
                    
41 * are used and threads are only allocated to connections with requests. Synchronization is used to
                    
42 * simulate blocking for the servlet API, and any unflushed content at the end of request handling
                    
42 * simulate blocking for the servlet API, and any unflushed content at the end of request handling
                    
43 * is written asynchronously.
                    
44 * </p>
                    
96        ServerSocketChannel server;
                    
97        synchronized(this)
                    
98        {
                    
114    {
                    
115        synchronized(this)
                    
116        {
                    
                
categories.php http://flexicontent.googlecode.com/svn/trunk/ | PHP | 404 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version 1.5 stable $Id: categories.php 1614 2013-01-04 03:57:15Z ggppdk $
                    
4 * @package Joomla
                    
9 * FLEXIcontent is a derivative work of the excellent QuickFAQ component
                    
10 * @copyright (C) 2008 Christoph Lukes
                    
11 * see www.schlu.net for more information
                    
86		$tbl = 'flexicontent_categories';
                    
87		$redirect_url = 'index.php?option=com_flexicontent&view=categories';
                    
88		flexicontent_db::checkin($tbl, $redirect_url, $this);
                    
158				JError::raiseWarning(500, $model->getError());
                    
159				$this->setRedirect( 'index.php?option=com_flexicontent&view=categories', $msg );
                    
160				return;
                    
173		// redirect to categories management tab
                    
174		$this->setRedirect( 'index.php?option=com_flexicontent&view=categories', $msg );
                    
175	}
                    
                
SparqlEngineDb.php https://github.com/EOL/eol_php_code.git | PHP | 391 lines
                    
1<?php
                    
2require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngine.php';
                    
2require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngine.php';
                    
3require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/Offsetter.php';
                    
4require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/QuerySimplifier.php';
                    
4require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/QuerySimplifier.php';
                    
5require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/ResultConverter.php';
                    
6require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/SqlGenerator.php';
                    
6require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/SqlGenerator.php';
                    
7require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/SqlMerger.php';
                    
8
                    
14*
                    
15*   @author Christian Weiske <cweiske@cweiske.de>
                    
16*   @license http://www.gnu.org/licenses/lgpl.html LGPL
                    
167    {
                    
168        require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/PreparedStatement.php';
                    
169        require_once RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb/Preparator.php';
                    
                
Configuration.php https://gitlab.com/freebird/WebApp | PHP | 254 lines
                    
1<?php
                    
2
                    
24 *
                    
25 * @author Christophe Coevoet <stof@notk.org>
                    
26 * @author Kris Wallsmith <kris@symfony.com>
                    
                
timesb.php git://github.com/gallery/gallery3-contrib.git | PHP | 19 lines
                    
1<?php
                    
2$type = 'Core';
                    
6$cw = array(
                    
7	chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
                    
8	chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>555,'#'=>500,'$'=>500,'%'=>1000,'&'=>833,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570,
                    
12	'n'=>556,'o'=>500,'p'=>556,'q'=>556,'r'=>444,'s'=>389,'t'=>333,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>394,'|'=>220,'}'=>394,'~'=>520,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
                    
13	chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>667,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
                    
14	chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>300,chr(171)=>500,chr(172)=>570,chr(173)=>333,chr(174)=>747,chr(175)=>333,
                    
14	chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>300,chr(171)=>500,chr(172)=>570,chr(173)=>333,chr(174)=>747,chr(175)=>333,
                    
15	chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>556,chr(182)=>540,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>330,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
                    
16	chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>570,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
16	chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>570,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
17	chr(220)=>722,chr(221)=>722,chr(222)=>611,chr(223)=>556,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
                    
18	chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
                    
                
helveticab.php git://github.com/gallery/gallery3-contrib.git | PHP | 19 lines
                    
1<?php
                    
2$type = 'Core';
                    
6$cw = array(
                    
7	chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
                    
8	chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584,
                    
12	'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556,
                    
13	chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
                    
14	chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
                    
14	chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
                    
15	chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
                    
16	chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
16	chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
17	chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
                    
18	chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
                    
                
helveticai.php git://github.com/gallery/gallery3-contrib.git | PHP | 19 lines
                    
1<?php
                    
2$type = 'Core';
                    
6$cw = array(
                    
7	chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
                    
8	chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584,
                    
12	'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556,
                    
13	chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
                    
14	chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
                    
14	chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
                    
15	chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
                    
16	chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
16	chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
17	chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
                    
18	chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
                    
                
timesbi.php git://github.com/gallery/gallery3-contrib.git | PHP | 19 lines
                    
1<?php
                    
2$type = 'Core';
                    
6$cw = array(
                    
7	chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
                    
8	chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>389,'"'=>555,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570,
                    
12	'n'=>556,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>556,'v'=>444,'w'=>667,'x'=>500,'y'=>444,'z'=>389,'{'=>348,'|'=>220,'}'=>348,'~'=>570,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
                    
13	chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
                    
14	chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>389,chr(159)=>611,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>266,chr(171)=>500,chr(172)=>606,chr(173)=>333,chr(174)=>747,chr(175)=>333,
                    
14	chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>389,chr(159)=>611,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>266,chr(171)=>500,chr(172)=>606,chr(173)=>333,chr(174)=>747,chr(175)=>333,
                    
15	chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>576,chr(182)=>500,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>300,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
                    
16	chr(198)=>944,chr(199)=>667,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>570,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
16	chr(198)=>944,chr(199)=>667,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>570,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
                    
17	chr(220)=>722,chr(221)=>611,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
                    
18	chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>444,chr(254)=>500,chr(255)=>444);
                    
                
Image.php http://hppg.googlecode.com/svn/trunk/ | PHP | 362 lines
                    
1<?php
                    
2/**
                    
6 */
                    
7require_once 'modules/lhcaptcha/pear/Text/CAPTCHA.php';
                    
8require_once 'modules/lhcaptcha/pear/Image/Text.php';
                    
16 * @license PHP License, version 3.0
                    
17 * @author Christian Wenz <wenz@php.net>
                    
18 * @todo refine the obfuscation algorithm :-)
                    
354    /**
                    
355     * __wakeup method (PHP 5 only)
                    
356     */
                    
                
germani.php http://vanphongphamdm.googlecode.com/svn/trunk/ | PHP | 61 lines
                    
21	'CHARSET' => 'ISO-8859-1',
                    
22	'PHPSHOP_ORDER_PRINT_PAYMENT_LOG_LBL' => 'Daten zur Bezahlung',
                    
23	'PHPSHOP_ORDER_PRINT_SHIPPING_PRICE_LBL' => 'Lieferung Preis',
                    
23	'PHPSHOP_ORDER_PRINT_SHIPPING_PRICE_LBL' => 'Lieferung Preis',
                    
24	'PHPSHOP_ORDER_STATUS_LIST_CODE' => 'Bestellstatus-Code',
                    
25	'PHPSHOP_ORDER_STATUS_LIST_NAME' => 'Name des Bestellstatus',
                    
27	'PHPSHOP_ORDER_STATUS_FORM_CODE' => 'Bestellstatus Code',
                    
28	'PHPSHOP_ORDER_STATUS_FORM_NAME' => 'Bestellstatus Name',
                    
29	'PHPSHOP_ORDER_STATUS_FORM_LIST_ORDER' => 'Reihenfolge',
                    
30	'PHPSHOP_COMMENT' => 'Kommentar',
                    
31	'PHPSHOP_ORDER_LIST_NOTIFY' => 'Kunden benachrichtigen?',
                    
32	'PHPSHOP_ORDER_LIST_NOTIFY_ERR' => 'Bitte erst den Status ändern!',
                    
34	'PHPSHOP_ORDER_HISTORY_DATE_ADDED' => 'Datum',
                    
35	'PHPSHOP_ORDER_HISTORY_CUSTOMER_NOTIFIED' => 'Kunde benachrichtigt?',
                    
36	'PHPSHOP_ORDER_STATUS_CHANGE' => 'Änderung des Bestellstatus',
                    
                
flstring.h http://luafltk.googlecode.com/svn/trunk/ | C Header | 105 lines
                    
24 *
                    
25 *     http://www.fltk.org/str.php
                    
26 */
                    
41/*
                    
42 * Apparently Unixware defines "index" to strchr (!) rather than
                    
43 * providing a proper entry point or not providing the (obsolete)
                    
                
class_shelf_tag_queues_model.html https://github.com/CORE-POS/IS4C.git | HTML | 178 lines
                    
14  $(document).ready(function() {
                    
15    if ($('.searchresults').length > 0) { searchBox.DOMSearchField().focus(); }
                    
16  });
                    
17</script>
                    
18<link rel="search" href="search-opensearch.php?v=opensearch.xml" type="application/opensearchdescription+xml" title="CORE POS - Fannie"/>
                    
19<link href="doxygen.css" rel="stylesheet" type="text/css" />
                    
48          <div class="left">
                    
49            <form id="FSearchBox" action="search.php" method="get">
                    
50              <img id="MSearchSelect" src="search/mag.png" alt=""/>
                    
167<hr/>The documentation for this class was generated from the following file:<ul>
                    
168<li>fannie/classlib2.0/data/models/op/ShelfTagQueuesModel.php</li>
                    
169</ul>
                    
                
ScoutControllerRaider.java git://pkgs.fedoraproject.org/spring | Java | 280 lines
                    
18// You can find the licence also on the web at:
                    
19// http://www.opensource.org/licenses/gpl-license.php
                    
20//
                    
48   public int nearbyforenemiesmeans = 250;
                    
49   public int enemysightedsearchradius = 1000;
                    
50
                    
                
ucp.php https://code.google.com/p/phpbbex/ | PHP | 361 lines
                    
14define('IN_PHPBB', true);
                    
15$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
                    
16$phpEx = substr(strrchr(__FILE__, '.'), 1);
                    
96
                    
97		$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a> ');
                    
98		trigger_error($message);
                    
111			{
                    
112				redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
                    
113			}
                    
128			'AGREEMENT_TEXT'		=> sprintf($user->lang[$message], $config['sitename'], generate_board_url()),
                    
129			'U_BACK'				=> append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
                    
130			'L_BACK'				=> $user->lang['BACK_TO_LOGIN'],
                    
204		{
                    
205			redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
                    
206		}
                    
                
Subnetworks.php https://bitbucket.org/mtrico08/wedding.git | PHP | 276 lines
                    
1<?php
                    
2/*
                    
67   * using orderBy="creationTimestamp desc". This sorts results based on the
                    
68   * creationTimestamp field in reverse chronological order (newest result first).
                    
69   * Use this to sort resources like operations so that the newest operation is
                    
228   * using orderBy="creationTimestamp desc". This sorts results based on the
                    
229   * creationTimestamp field in reverse chronological order (newest result first).
                    
230   * Use this to sort resources like operations so that the newest operation is
                    
                
qrsplit.php https://gitlab.com/leobelizquierdo/cabotsubmitter-wordpress | PHP | 311 lines
                    
1<?php
                    
2/*
                    
2/*
                    
3 * PHP QR Code encoder
                    
4 *
                    
9 *
                    
10 * PHP QR Code is distributed under LGPL 3
                    
11 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm>
                    
287                    if (ord($this->dataStr[$p]) >= ord('a') && ord($this->dataStr[$p]) <= ord('z')) {
                    
288                        $this->dataStr[$p] = chr(ord($this->dataStr[$p]) - 32);
                    
289                    }
                    
                
class_facebook_1_1_url_1_1_facebook_url_manipulator.html https://bitbucket.org/leozmoos/projet_web_bdd.git | HTML | 343 lines
                    
45$(function() {
                    
46  initMenu('',true,false,'search.php','Search');
                    
47  $(document).ready(function() { init_search(); });
                    
58<!-- iframe showing the search results (closed by default) -->
                    
59<div id="MSearchResultsWindow">
                    
60<iframe src="javascript:void(0)" frameborder="0" 
                    
60<iframe src="javascript:void(0)" frameborder="0" 
                    
61        name="MSearchResults" id="MSearchResults">
                    
62</iframe>
                    
332<hr/>The documentation for this class was generated from the following file:<ul>
                    
333<li>src/Facebook/Url/<a class="el" href="_facebook_url_manipulator_8php.html">FacebookUrlManipulator.php</a></li>
                    
334</ul>
                    
                
siteinfo.php http://nukeviet-shop.googlecode.com/svn/trunk/ | PHP | 87 lines
                    
1<?php
                    
2
                    
14// Tong so san pham 
                    
15list( $number ) = $db->sql_fetchrow( $db->sql_query("SELECT COUNT(*) as number FROM `" . $db_config['prefix'] . "_" . $mod_data . "_rows` where `status`= 1 AND `publtime` < " . NV_CURRENTTIME . " AND (`exptime`=0 OR `exptime`>" . NV_CURRENTTIME . ")"));
                    
16if ( $number > 0 )
                    
24// So san pham cho dang 
                    
25list( $number ) = $db->sql_fetchrow( $db->sql_query("SELECT COUNT(*) as number FROM `" . $db_config['prefix'] . "_" . $mod_data . "_rows` where `status`= 0 AND `publtime` < " . NV_CURRENTTIME . " AND (`exptime`=0 OR `exptime`>" . NV_CURRENTTIME . ")"));
                    
26if ( $number > 0 )
                    
33// So san pham da het han  
                    
34list( $number ) = $db->sql_fetchrow( $db->sql_query("SELECT COUNT(*) as number FROM `" . $db_config['prefix'] . "_" . $mod_data . "_rows` where `exptime` > 0 AND `exptime`<" . NV_CURRENTTIME.""));
                    
35if ( $number > 0 )
                    
42// So bai viet sap het han   
                    
43list( $number ) = $db->sql_fetchrow( $db->sql_query("SELECT COUNT(*) as number FROM `" . $db_config['prefix'] . "_" . $mod_data . "_rows` where `status` = 1 AND `exptime`>" . NV_CURRENTTIME.""));
                    
44if ( $number > 0 )
                    
51// Tong so binh luan duoc dang   
                    
52list( $number ) = $db->sql_fetchrow( $db->sql_query("SELECT COUNT(*) as number FROM `" . $db_config['prefix'] . "_" . $mod_data . "_comments_".NV_LANG_DATA."` where `status` = 1"));
                    
53if ( $number > 0 )
                    
                
commands.html git://github.com/tinymce/tinymce.git | HTML | 168 lines
                    
16			"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
                    
17			"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
                    
18			"save table contextmenu directionality emoticons template paste textcolor importcss colorpicker",
                    
68<body>
                    
69<form method="post" action="http://www.tinymce.com/dump.php?example=true">
                    
70	<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%">
                    
138	<button type="button" onclick="cmd('mceSave')">mceSave</button>
                    
139	<button type="button" onclick="cmd('SearchReplace')">SearchReplace</button>
                    
140	<button type="button" onclick="cmd('mceSpellcheck')">mceSpellcheck</button>
                    
                
user_waiting.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 222 lines
                    
1<?php
                    
2
                    
34    {
                    
35        Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
36        die();
                    
43    {
                    
44        Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
45        die();
                    
46    }
                    
47    $row = $db->sql_fetchrow( $result );
                    
48    
                    
73        $subject = $lang_module['adduser_register'];
                    
74        $message = sprintf( $lang_module['adduser_register_info'], $full_name, $global_config['site_name'], NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&" . NV_NAME_VARIABLE . "=" . $module_name, $row['username'] );
                    
75        $message .= "<br /><br />------------------------------------------------<br /><br />";
                    
79    
                    
80    Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=user_waiting" );
                    
81    die();
                    
                
HistorianQuery.cs https://openHistorian.svn.codeplex.com/svn | C# | 72 lines
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
57               
                    
58                //var db = m_historian.ConnectToDatabase("Full Resolution Synchrophasor");
                    
59
                    
                
1932.php https://bitbucket.org/DinoRex99/exploit-database.git | PHP | 347 lines
                    
52//	print $i."I-N_crypt:".$i_crypt."<br>";
                    
53        $crypt .= chr($i_crypt);
                    
54
                    
73	if($x==0){
                    
74		$newkey.=chr($start);
                    
75		$nextchar=$start;
                    
177    //uploading CGI
                    
178    $field=http_gpc_send("POST", $victHost, $victPort, $victPath."/newpost.php?a=1&t=1&page=1", $cookie, $expPost);
                    
179    //making cgi executeable usei "close.php"
                    
179    //making cgi executeable usei "close.php"
                    
180    http_gpc_send("GET", $victHost, $victPort, $victPath."/close.php?id=../images/".$payName."%00", $cookie);
                    
181    //executing cgi
                    
293    <p>
                    
294    <B>PHP code injection is possilbe in the admin panel without an exploit.  Both admin_config.php and admin_config2.php can be used to execute PHP by tagging on: '  \";phpinfo(); \$crap=\"1  ' to any of the config values </B>( double quotes \" are only used in exploit)</B>
                    
295    <p>  
                    
                
instructions_de.htm git://github.com/MattWilcox/Adaptive-Images.git | HTML | 177 lines
                    
22    <h2>Basis Anweisungen</h2>
                    
23    <p>Kopieren Sie <code>adaptive-images.php</code> und <code>.htaccess</code> 
                    
24    in das Hauptverzeichniss ihres Internetauftritts. 
                    
24    in das Hauptverzeichniss ihres Internetauftritts. 
                    
25    Wenn Sie bereits eine htaccess Datei haben BITTE NICHT ÜBERSCHREIBEN, lesen sie die dafür vorgesehenen Instruktionen.</p>
                    
26    <p>Erstellen Sie ein Verzeichniss mit dem Namen <code>ai-cache</code> im Hauptverzeichniss 
                    
26    <p>Erstellen Sie ein Verzeichniss mit dem Namen <code>ai-cache</code> im Hauptverzeichniss 
                    
27    mit Schreibberechtigung (CHMOD 777).</p>
                    
28    <p>Kopieren Sie folgendes Javascript in den &lt;head&gt; Bereich ihrer Seiten. 
                    
33    <p>Das wars. Sie sind fertig</p>
                    
34    <p>ANMERKUNG: Die <code>ai-cookie.php</code> Datei wird normalerweise nicht 
                    
35    benötigt. Nur beim Einsatz der <a href="#alternate">Alternativen Methode</a> 
                    
55directories
                    
56# to adaptive-images.php so we can select appropriately sized versions
                    
57RewriteRule \.(?:jpe?g|gif|png)$ adaptive-images.php
                    
                
helper.php https://bitbucket.org/joomla/joomla-platform/ | PHP | 530 lines
                    
1<?php
                    
2/**
                    
336				for ($i = $length; $i > 0; $i >>= 1) {
                    
337					$context .= ($i & 1) ? chr(0) : $plaintext[0];
                    
338				}
                    
476		$stat = @stat(__FILE__);
                    
477		if (empty($stat) || !is_array($stat)) $stat = array(php_uname());
                    
478
                    
524			$tmp = sscanf(substr($hex, $i, 2), '%x');
                    
525			$bin .= chr(array_shift($tmp));
                    
526		}
                    
                
ParameterizedHeader.php https://gitlab.com/freebird/WebApp | PHP | 258 lines
                    
1<?php
                    
2
                    
4 * This file is part of SwiftMailer.
                    
5 * (c) 2004-2009 Chris Corbyn
                    
6 *
                    
13 *
                    
14 * @author Chris Corbyn
                    
15 */
                    
                
README.md https://gitlab.com/hacongbang/pusher | Markdown | 90 lines
                    
1Guzzle, PHP HTTP client
                    
2=======================
                    
5
                    
6Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
                    
7trivial to integrate with web services.
                    
11  etc...
                    
12- Can send both synchronous and asynchronous requests using the same interface.
                    
13- Uses PSR-7 interfaces for requests, responses, and streams. This allows you
                    
16  environment and transport agnostic code; i.e., no hard dependency on cURL,
                    
17  PHP streams, sockets, or non-blocking event loops.
                    
18- Middleware system allows you to augment and compose client behavior.
                    
19
                    
20```php
                    
21$client = new GuzzleHttp\Client();
                    
31
                    
32// Send an asynchronous request.
                    
33$request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org');
                    
                
Logger.php https://gitlab.com/daigiangaitu91/magento | PHP | 120 lines
                    
1<?php
                    
2/**
                    
117
                    
118        return $connection->fetchRow($select);
                    
119    }
                    
                
result.php https://gitlab.com/alexprowars/bitrix | PHP | 328 lines
                    
1<?php
                    
2namespace Bitrix\Main\DB;
                    
137	 */
                    
138	public function fetchRaw()
                    
139	{
                    
144
                    
145		$data = $this->fetchRowInternal();
                    
146
                    
168	{
                    
169		$data = $this->fetchRaw();
                    
170
                    
265	 */
                    
266	abstract protected function fetchRowInternal();
                    
267
                    
318	 * Retrieve an external iterator
                    
319	 * @link http://php.net/manual/en/iteratoraggregate.getiterator.php
                    
320	 * @return \Traversable An instance of an object implementing <b>Iterator</b> or
                    
                
FlowTest.php git://github.com/twilio/twilio-php.git | PHP | 263 lines
                    
1<?php
                    
2
                    
189
                    
190    public function testFetchRequest(): void {
                    
191        $this->holodeck->mock(new Response(500, ''));
                    
203
                    
204    public function testFetchResponse(): void {
                    
205        $this->holodeck->mock(new Response(
                    
                
default.php https://gitlab.com/bilovus-andriy/voda_site.git | PHP | 193 lines
                    
24   <div class="sigProModalInner">
                    
25     <iframe src="<?php echo $this->frameSrc; ?>" width="800" height="<?php echo $this->frameHeight; ?>" class="<?php echo $this->frameClass; ?>" frameborder="0"></iframe>
                    
26   </div>
                    
30	<!--[if lt IE 8]>
                    
31	<div id="deprecatedOverlay"><div id="browserUpdateWrapper"><div id="frownie">:(</div><h1 id="sorry">We Are Sorry.</h1><h2 id="notSupported">Your web browser is not supported.</h2><div>Please <strong>upgrade</strong> your browser to it's latest version<br/>or <a href="http://browsehappy.com/" title="Upgrade your browser today!" target="_blank">install another one</a>.</div><div class="clr"></div><div id="modernBrowsers"><a href="http://www.mozilla.org/" title="Mozilla Firefox" target="_blank" id="ff"><span>Firefox</span></a><a href="https://www.google.com/chrome" title="Google Chrome" target="_blank" id="gc"><span>Chrome</span></a><a href="http://www.apple.com/safari/" title="Safari" target="_blank" id="as"><span>Safari</span></a><a href="http://www.opera.com/" title="Opera" target="_blank" id="op"><span>Opera</span></a><a href="http://windows.microsoft.com/en-US/internet-explorer/download-ie" title="Internet Explorer" target="_blank" id="ie"><span>IE</span></a></div></div></div>
                    
32	<![endif]-->
                    
71				<div class="sigFloatLeft sigPro50 sigProItemDeleteLinks">
                    
72					<a href="#" onclick="if (document.adminForm.boxchecked.value==0){alert('<?php echo JText::_('COM_SIGPRO_NO_ROWS_SELECTED', true); ?>');}else{if (confirm('<?php echo JText::_('COM_SIGPRO_YOU_ARE_GOING_TO_DELETE_PERMANENTLY_THE_SELECTED_FOLDERS_FROM_THE_SERVER_ARE_YOU_SURE', true); ?>')){Joomla.submitbutton('delete');}}" class="sig-icon-trash">Delete</a>
                    
73				</div>
                    
104	                    <div class="sigProGalleryActions">	
                    
105	                    	<a class="sigProGalleryAction sigProInsertButton" title="<?php echo JText::_('COM_SIGPRO_INSERT'); ?>" href="<?php echo $row->folder; ?>">
                    
106	                    		<span class="sigIcon sig-icon-login"></span>
                    
114                    	<?php else: ?>
                    
115                     	<a class="sigProGalleryImageLink sigCover sigSafeTransition" href="<?php echo $row->link; ?>" style="background-image: url(<?php echo $row->url; ?>);">
                    
116                    	</a>                   		                    		
                    
                
index.html https://gitlab.com/18runt88/jQuery-File-Upload | HTML | 172 lines
                    
15<head>
                    
16<!-- Force latest IE rendering engine or ChromeFrame if installed -->
                    
17<!--[if IE]>
                    
17<!--[if IE]>
                    
18<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
                    
19<![endif]-->
                    
32    <!-- The file upload form used as target for the file upload widget -->
                    
33    <form id="fileupload" action="../server/php/" method="POST" enctype="multipart/form-data">
                    
34        <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
                    
                
dom.html https://NBgeili.svn.codeplex.com/svn | HTML | 75 lines
                    
4        <meta charset="utf-8">
                    
5        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
                    
6		<meta name="viewport" content="width=device-width">
                    
32</div> 
                    
33        <iframe id="like" src="//www.facebook.com/widgets/like.php?href=http://jsplumbtoolkit.com&amp;layout=button_count"></iframe>
                    
34
                    
                
jqplot.donutRenderer.min.js git://github.com/webasyst/webasyst-framework.git | JavaScript | 34 lines
                    
1/**
                    
2 * Copyright (c) 2009 - 2010 Chris Leonello
                    
3 * jqPlot is currently available for use in all personal or commercial projects 
                    
3 * jqPlot is currently available for use in all personal or commercial projects 
                    
4 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
5 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
9 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
10 * chris at jqplot  or see http://www.jqplot.com/info.php .
                    
11 *
                    
12 * If you are feeling kind and generous, consider supporting the project by
                    
13 * making a donation at: http://www.jqplot.com/donate.php .
                    
14 *
                    
                
objectline_view.tpl.php git://github.com/Dolibarr/dolibarr.git | PHP | 270 lines
                    
1<?php
                    
2/* Copyright (C) 2010-2013	Regis Houssin		<regis.houssin@inodbox.com>
                    
3 * Copyright (C) 2010-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
                    
4 * Copyright (C) 2012-2013	Christophe Battarel	<christophe.battarel@altairis.fr>
                    
5 * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
                    
71$coldisplay = 0;
                    
72print "<!-- BEGIN PHP TEMPLATE objectline_view.tpl.php -->\n";
                    
73print '<tr id="row-'.$line->id.'" class="drag drop oddeven" '.$domData.' >';
                    
132	} else {
                    
133		print '<a class="editfielda reposition" href="'.$_SERVER["PHP_SELF"].'?id='.$this->id.'&action=editline&token='.newToken().'&lineid='.$line->id.'">'.img_edit().'</a>';
                    
134	}
                    
258	<script>
                    
259		$('#costline_<?php echo $line->id?>').html("<?php echo "".price($total_cost)?>");
                    
260	</script>
                    
269
                    
270print "<!-- END PHP TEMPLATE objectline_view.tpl.php -->\n";
                    
271
                    
                
Admin.class.php https://gitlab.com/prenaud76/tuleap.git | PHP | 356 lines
                    
1<?php
                    
2/**
                    
160    
                    
161    public function fetchRanking() {
                    
162        $html = '';
                    
                
SCP.php https://gitlab.com/wuhang2003/rainloop-webmail | PHP | 360 lines
                    
3/**
                    
4 * Pure-PHP implementation of SCP.
                    
5 *
                    
5 *
                    
6 * PHP versions 4 and 5
                    
7 *
                    
7 *
                    
8 * The API for this library is modeled after the API from PHP's {@link http://php.net/book.ftp FTP extension}.
                    
9 *
                    
11 * <code>
                    
12 * <?php
                    
13 *    include 'Net/SCP.php';
                    
13 *    include 'Net/SCP.php';
                    
14 *    include 'Net/SSH2.php';
                    
15 *
                    
                
countries.php https://bitbucket.org/daniellbraun/wildernessatthesmokies.git | PHP | 262 lines
                    
1<?php
                    
2/**
                    
66	'CN' => __( 'China', 'vfb-pro' ),
                    
67	'CX' => __( 'Christmas Island', 'vfb-pro' ),
                    
68	'CC' => __( 'Cocos (Keeling) Islands', 'vfb-pro' ),
                    
                
file-upload.blade.php https://bitbucket.org/chirag4396/little-jamun.git | PHP | 268 lines
                    
15<head>
                    
16    <!-- Force latest IE rendering engine or ChromeFrame if installed -->
                    
17<!--[if IE]>
                    
17<!--[if IE]>
                    
18<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
                    
19<![endif]-->
                    
24<meta name="csrf-token" content="{{ csrf_token() }}">
                    
25<meta name="description" content="File Upload widget with multiple file selection, drag&amp;drop support, progress bars, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.">
                    
26<meta name="viewport" content="width=device-width, initial-scale=1.0">
                    
74                Supports cross-domain, chunked and resumable file uploads and client-side image resizing.<br>
                    
75            Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
                    
76        </blockquote>
                    
                
class.phpmaileroauth.php https://gitlab.com/andriaripratama/dkppu-payment-gateway | PHP | 197 lines
                    
2/**
                    
3 * PHPMailer - PHP email creation and transport class.
                    
4 * PHP Version 5.4
                    
5 * @package PHPMailer
                    
6 * @link https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
                    
7 * @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
                    
20/**
                    
21 * PHPMailerOAuth - PHPMailer subclass adding OAuth support.
                    
22 * @package PHPMailer
                    
23 * @author @sherryl4george
                    
24 * @author Marcus Bointon (@Synchro) <phpmailer@synchromedia.co.uk>
                    
25 */
                    
25 */
                    
26class PHPMailerOAuth extends PHPMailer
                    
27{
                    
                
gen_interface.go https://github.com/android/platform_external_skia.git | Go | 460 lines
                    
1// Copyright 2019 The Chromium Authors. All rights reserved.
                    
2// Use of this source code is governed by a BSD-style license that can be
                    
40// OpenGL is typically abbreviated as just "GL".
                    
41// https://www.khronos.org/registry/OpenGL/index_gl.php
                    
42// https://www.khronos.org/opengles/
                    
                
mhash.php https://github.com/poppen/p2.git | PHP | 115 lines
                    
1<?php
                    
2// +----------------------------------------------------------------------+
                    
2// +----------------------------------------------------------------------+
                    
3// | PHP Version 4                                                        |
                    
4// +----------------------------------------------------------------------+
                    
4// +----------------------------------------------------------------------+
                    
5// | Copyright (c) 1997-2004 The PHP Group                                |
                    
6// +----------------------------------------------------------------------+
                    
6// +----------------------------------------------------------------------+
                    
7// | This source file is subject to version 3.0 of the PHP license,       |
                    
8// | that is bundled with this package in the file LICENSE, and is        |
                    
9// | available at through the world-wide-web at                           |
                    
10// | http://www.php.net/license/3_0.txt.                                  |
                    
11// | If you did not receive a copy of the PHP license and are unable to   |
                    
12// | obtain it through the world-wide-web, please send a note to          |
                    
13// | license@php.net so we can mail you a copy immediately.               |
                    
14// +----------------------------------------------------------------------+
                    
                
rss.php http://creative-portal.googlecode.com/svn/trunk/ | PHP | 70 lines
                    
1<?php
                    
2
                    
18$channel['title'] = $global_config['site_name'] . ' RSS: ' . $module_info['custom_title'];
                    
19$channel['link'] = NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&amp;" . NV_NAME_VARIABLE . "=" . $module_name;
                    
20$channel['atomlink'] = NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&amp;" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=rss";
                    
39    $channel['title'] = $global_config['site_name'] . ' RSS: ' . $module_info['custom_title'] . ' - ' . $global_array_cat[$catid]['title'];
                    
40    $channel['link'] = NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&amp;" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=rss/" . $alias_cat_url;
                    
41    $channel['description'] = $global_array_cat[$catid]['description'];
                    
52    $result = $db->sql_query( $sql );
                    
53    while ( list( $id, $listcatid, $publtime, $title, $alias, $hometext, $homeimgfile ) = $db->sql_fetchrow( $result ) )
                    
54    {
                    
60            'title' => $title, //
                    
61			'link' => NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&amp;" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=" . $catalias . '/' . $alias . '-' . $id, //
                    
62			'guid' => $module_name . '_' . $id, //
                    
                
FormValidator.php git://github.com/symfony/symfony.git | PHP | 251 lines
                    
1<?php
                    
2
                    
46
                    
47        if ($form->isSubmitted() && $form->isSynchronized()) {
                    
48            // Validate the form data only if transformation succeeded
                    
134            }
                    
135        } elseif (!$form->isSynchronized()) {
                    
136            $childrenSynchronized = true;
                    
139            foreach ($form as $child) {
                    
140                if (!$child->isSynchronized()) {
                    
141                    $childrenSynchronized = false;
                    
145
                    
146            // Mark the form with an error if it is not synchronized BUT all
                    
147            // of its children are synchronized. If any child is not
                    
147            // of its children are synchronized. If any child is not
                    
148            // synchronized, an error is displayed there already and showing
                    
149            // a second error in its parent form is pointless, or worse, may
                    
                
sqlite3.php git://github.com/phpbb/phpbb.git | PHP | 430 lines
                    
5*
                    
6* @copyright (c) phpBB Limited <https://www.phpbb.com>
                    
7* @license GNU General Public License, version 2 (GPL-2.0)
                    
291		// We only catch * and ? here, not the character map possible on file globbing.
                    
292		$expression = str_replace(array(chr(0) . '_', chr(0) . '%'), array(chr(0) . '?', chr(0) . '*'), $expression);
                    
293
                    
294		$expression = str_replace(array('?', '*'), array("\?", "\*"), $expression);
                    
295		$expression = str_replace(array(chr(0) . "\?", chr(0) . "\*"), array('?', '*'), $expression);
                    
296
                    
308		// We only catch * and ? here, not the character map possible on file globbing.
                    
309		$expression = str_replace(array(chr(0) . '_', chr(0) . '%'), array(chr(0) . '?', chr(0) . '*'), $expression);
                    
310
                    
311		$expression = str_replace(array('?', '*'), array("\?", "\*"), $expression);
                    
312		$expression = str_replace(array(chr(0) . "\?", chr(0) . "\*"), array('?', '*'), $expression);
                    
313
                    
                
customizer.php https://bitbucket.org/GraphicFusion/crafti-landing.git | PHP | 153 lines
                    
1<?php
                    
2/**
                    
16/**
                    
17 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
                    
18 */
                    
                
RepositoryService.php http://openbiz-cubi.googlecode.com/svn/trunk/ | PHP | 285 lines
                    
154    	}
                    
155    	$userSearchRule = $param['searchRule'];
                    
156    	$startItem 	= $param['startItem'];
                    
161    	$dataObj = BizSystem::getObject($this->m_ApplicationDO,1);  
                    
162    	$dataObj->setSearchRule($searchRule);
                    
163    	$dataObj->setSortRule($sortRule);
                    
187    	}
                    
188    	$userSearchRule = $param['searchRule'];
                    
189    	$startItem 	= $param['startItem'];
                    
191    	if($userSearchRule){
                    
192    		$searchRule .= " AND ".$userSearchRule;
                    
193    	}    	
                    
194    	$dataObj = BizSystem::getObject($this->m_ApplicationDO,1);  
                    
195    	$dataObj->setSearchRule($searchRule);
                    
196    	$dataObj->setSortRule($sortRule);
                    
                
Streams.php http://netdns2.googlecode.com/svn/trunk/ | PHP | 338 lines
                    
1<?php
                    
2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
                    
6 *
                    
7 * PHP Version 5
                    
8 *
                    
44 * @copyright 2010 Mike Pultz <mike@mikepultz.com>
                    
45 * @license   http://www.opensource.org/licenses/bsd-license.php  BSD License
                    
46 * @version   SVN: $Id: Streams.php 148 2012-02-10 20:18:19Z mike.pultz $
                    
46 * @version   SVN: $Id: Streams.php 148 2012-02-10 20:18:19Z mike.pultz $
                    
47 * @link      http://pear.php.net/package/Net_DNS2
                    
48 * @since     File available since Release 0.6.0
                    
52/**
                    
53 * Socket handling class using the PHP Streams
                    
54 *
                    
237
                    
238            $s = chr($length >> 8) . chr($length);
                    
239
                    
                
C_cache.php http://mycaptain.googlecode.com/svn/ | PHP | 238 lines
                    
1<?php
                    
2/**
                    
34	
                    
35		$cache = "<?php".$config."\n?>";
                    
36		$this->mc_print($cache,$cf); 
                    
49		$user="\n\$user_cache = array('photo' => \"$icon\",'name' =>\"".htmlspecialchars($blogger['nickname'])."\",'mail'	=>\"".htmlspecialchars($blogger['email'])."\",'des'=>\"".htmlspecialchars($blogger['description'])."\");";
                    
50		$cache = "<?php".$user."\n?>";
                    
51		$this->mc_print($cache,$cf);
                    
69				);";
                    
70		$cache = "<?php".$sta."\n?>";
                    
71		$this->mc_print($cache,$cf);
                    
81		while($show_com=$this->fetch_array($query)){
                    
82			$this->comment.= "\n\$com_cache[".$j."] = array('url'=>\"index.php?action=showlog&gid=".$show_com['gid']."#".$show_com['cid']."\",'name'=>\"".base64_encode(htmlspecialchars($show_com['poster']))."\",'content'=>\"".base64_encode(htmlClean2(subString($show_com['comment'],0,$comment_subnum)))."\");";
                    
83			$j++;
                    
84		}
                    
85		$cache = "<?php".$this->comment."\n?>";
                    
86		$this->mc_print($cache,$cf);
                    
                
Generic.php https://code.google.com/p/molinos-cms/ | PHP | 322 lines
                    
1<?php
                    
2/**
                    
95
                    
96		$ax = new Auth_OpenID_AX_FetchRequest();
                    
97		$ax->add(Auth_OpenID_AX_AttrInfo::make('http://axschema.org/contact/email', 2, 1, 'email'));
                    
148
                    
149		require_once "Auth/OpenID/Consumer.php";
                    
150		require_once "Auth/OpenID/FileStore.php";
                    
150		require_once "Auth/OpenID/FileStore.php";
                    
151		require_once "Auth/OpenID/AX.php";
                    
152		require_once "Auth/OpenID/SReg.php";
                    
152		require_once "Auth/OpenID/SReg.php";
                    
153		require_once "Auth/OpenID/PAPE.php";
                    
154	}
                    
                
ReferenceEncryptedProperties.java http://owasp-esapi-java.googlecode.com/svn/trunk/ | Java | 294 lines
                    
5 * Enterprise Security API (ESAPI) project. For details, please see
                    
6 * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
                    
7 *
                    
102	@Override
                    
103	public synchronized String getProperty(String key) throws EncryptionRuntimeException {
                    
104	    int progressMark = 0;
                    
145	@Override
                    
146	public synchronized String setProperty(String key, String value) throws EncryptionRuntimeException {
                    
147	    int progressMark = 0;
                    
267	@Override
                    
268	public synchronized Object put(Object key, Object value) {
                    
269		//if java.util.Properties is calling this method, just forward to the implementation in
                    
                
RichReader.scala git://github.com/bmc/grizzled-scala.git | Scala | 83 lines
                    
3  This software is released under a BSD license, adapted from
                    
4  http://opensource.org/licenses/bsd-license.php
                    
5
                    
47  * the Java `Reader` class. The `implicits` object contains implicit
                    
48  * conversions between `RichReader` and `Reader`.
                    
49  *
                    
51  */
                    
52class RichReader(val reader: Reader) extends PartialReader[Char] {
                    
53  protected def convert(b: Int) = b.asInstanceOf[Char]
                    
75
                    
76/** Companion object to `RichReader` class. Importing this object brings the
                    
77  * implicit conversations into scope.
                    
80  implicit def readerToRichReader(reader: Reader) = new RichReader(reader)
                    
81  implicit def richReaderToReader(richReader: RichReader) = richReader.reader
                    
82}
                    
                
bcmsdh.h https://gitlab.com/cybok/BMW-OpenSource | C Header | 219 lines
                    
10 * under the terms of the GNU General Public License version 2 (the "GPL"),
                    
11 * available at http://www.broadcom.com/licenses/GPLv2.php, with the
                    
12 * following added to such license:
                    
102
                    
103/* Synchronous access to device (client) core registers via CMD53 to F1.
                    
104 *   addr: backplane address (i.e. >= regsva from attach)
                    
                
Sendmail.php https://github.com/jvinet/pronto.git | PHP | 380 lines
                    
1<?php
                    
2
                    
5 * Please read the LICENSE file
                    
6 * @author Chris Corbyn <chris@w3style.co.uk>
                    
7 * @package Swift_Connection
                    
10 
                    
11require_once dirname(__FILE__) . "/../ClassLoader.php";
                    
12Swift_ClassLoader::load("Swift_ConnectionBase");
                    
15
                    
16//Sorry guys, it has to be done and it's not my lazy coding, blame PHP4/proc_open()
                    
17$GLOBALS["_SWIFT_PROC"] = array();
                    
21 * @package Swift_Connection
                    
22 * @author Chris Corbyn <chris@w3style.co.uk>
                    
23 */
                    
73  {
                    
74    if(PHP_VERSION < 5) register_shutdown_function(array(&$this, "__destruct"));
                    
75    $this->setCommand($command);
                    
                
nl.php https://gitlab.com/AhmedMedo/Seo | PHP | 133 lines
                    
1<?php
                    
2
                    
12
                    
13    // Date time formats. See http://www.php.net/manual/en/function.strftime.php
                    
14    '_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
                    
21    "Unknown error." => "Onbekende foutmelding.",
                    
22    "The uploaded file exceeds {size} bytes." => "De bestandsgrootte van het bestand overschrijdt de limiet {size} bytes.",
                    
23    "The uploaded file was only partially uploaded." => "Het te uploaden bestand is slechts gedeeltelijk geupload.",
                    
25    "Missing a temporary folder." => "Een tijdelijke map ontbreekt.",
                    
26    "Failed to write file." => "Poging tot schrijven van bestand is mislukt.",
                    
27    "Denied file extension." => "De extensie van dit bestand is niet toegestaan.",
                    
31    "Cannot rename the folder." => "De map kan niet hernoemd worden.",
                    
32    "Cannot write to upload folder." => "Kan niet naar de uploadmap schrijven.",
                    
33    "Cannot read .htaccess" => "Kan .htaccess niet lezen.",
                    
33    "Cannot read .htaccess" => "Kan .htaccess niet lezen.",
                    
34    "Incorrect .htaccess file. Cannot rewrite it!" => "Verkeerd .htaccess bestand. Bestand kan niet herschreven worden!",
                    
35    "Cannot read upload folder." => "Uploadmap kan niet uitgelezen worden.",
                    
                
 

Source

Language