PageRenderTime 228ms queryTime 20ms sortTime 51ms getByIdsTime 38ms findMatchingLines 33ms

100+ results results for 'php chr repo:kea/phpseclib' (228 ms)

Not the results you expected?
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
                    
                
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 */
                    
                
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 );
                    
                
silcfileutil-silc_file_set_nonblock.html git://pkgs.fedoraproject.org/libsilc | HTML | 222 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
                    
                
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	 *
                    
                
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;
                    
                
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    }
                    
                
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' );
                    
                
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        {
                    
                
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>
                    
                
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';
                    
                
helvetica.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);
                    
                
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);
                    
                
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
                    
                
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		}
                    
                
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>                   		                    		
                    
                
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 = '';
                    
                
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>
                    
                
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
                    
                
file_helper.php git://github.com/philsturgeon/codeigniter-restserver.git | 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
                    
                
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}
                    
                
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);
                    
                
script_templates.php http://scalr.googlecode.com/svn/ | PHP | 350 lines
                    
1<? 
                    
2	require("src/prepend.inc.php"); 
                    
3	$display['load_extjs'] = true;
                    
10	if (isset($post_cancel))
                    
11		UI::Redirect("script_templates.php");
                    
12	
                    
67		
                    
68		UI::Redirect("script_templates.php");
                    
69	}
                    
80				$errmsg = _("You don't have permissions to edit this template");
                    
81				UI::Redirect("script_templates.php");
                    
82			}
                    
307					
                    
308					$link = "http://{$_SERVER['HTTP_HOST']}/contrib_script_templates.php?approval_state=Pending";
                    
309					
                    
                
graph_processor.h git://github.com/chromium/chromium.git | C Header | 231 lines
                    
1// Copyright 2017 The Chromium Authors. All rights reserved.
                    
2// Use of this source code is governed by a BSD-style license that can be
                    
15
                    
16class GraphProcessor {
                    
17 public:
                    
34 private:
                    
35  friend class GraphProcessorTest;
                    
36
                    
                
Base64Coder.java http://eztally.googlecode.com/svn/trunk/ | Java | 308 lines
                    
1// Copyright 2003-2010 Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland
                    
2// www.source-code.biz, www.inventec.ch/chdh
                    
9//  AL, Apache License, http://www.apache.org/licenses
                    
10//  BSD, BSD License, http://www.opensource.org/licenses/bsd-license.php
                    
11//
                    
27 * source-code.biz/base64coder/java</a><br>
                    
28 * Author: Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland<br>
                    
29 * Multi-licensed: EPL / LGPL / AL / BSD.
                    
                
IsolatedQueueFileBacked`1.cs https://openHistorian.svn.codeplex.com/svn | C# | 358 lines
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
67    /// Provides a high speed queue that has built in isolation of reads from writes. 
                    
68    /// This means, reads must be synchronized with other reads, writes must be synchronized with other writes,
                    
69    /// however read and write operations do not have to be synchronized.
                    
                
kerneldensity.F90 git://github.com/galtay/sphray.git | FORTRAN Modern | 478 lines
                    
106        if(sphpar%dfi.NE.0) then
                    
107           sphpar%hsmooth=sphpar%hsmooth-sphpar%fi/sphpar%dfi
                    
108!   print*,'nw',sphpar%hsmooth
                    
111        endif
                    
112        if(ABS(sphpar%fi).LT.ABS(sphpar%hsmooth*HSM_NEWTON_PREC*sphpar%dfi)) then
                    
113           return
                    
231        sphpar%rho=sphpar%rho+particle_mass*kernel
                    
232        sphpar%xHII = sphpar%xHII + particle_mass * nblist%sphpar(i)%xHII * kernel
                    
233        sphpar%T    = sphpar%T    + particle_mass * nblist%sphpar(i)%T    * kernel
                    
246  call do_nbsum(sphpar,psys,nblist,densitysum)  
                    
247  if(sphpar%rho.NE.0) sphpar%xHII = sphpar%xHII / sphpar%rho
                    
248  if(sphpar%rho.NE.0) sphpar%T    = sphpar%T    / sphpar%rho
                    
306     sphpar%fi=spherevol*sphpar%hsmooth**ndim*(sphpar%rho+rhomin)-massres
                    
307     sphpar%dfi=spherevol*ndim*sphpar%hsmooth**(ndim-1)*(sphpar%rho+rhomin)+ &
                    
308              spherevol*sphpar%hsmooth**ndim*sphpar%drhodh
                    
                
twitter-timeline.php https://github.com/scottbale/kirkwoodcoc.git | PHP | 470 lines
                    
107
                    
108		if ( ! empty( $instance['chrome'] ) && is_array( $instance['chrome'] ) ) {
                    
109			echo ' data-chrome="' . esc_attr( join( ' ', $instance['chrome'] ) ) . '"';
                    
379		<p>
                    
380			<label for="<?php echo $this->get_field_id( 'chrome-noheader' ); ?>">
                    
381				<?php esc_html_e( 'Layout Options:', 'jetpack' ); ?>
                    
414			<input
                    
415				type="checkbox"<?php checked( in_array( 'transparent', $instance['chrome'] ) ); ?>
                    
416				id="<?php echo $this->get_field_id( 'chrome-transparent' ); ?>"
                    
416				id="<?php echo $this->get_field_id( 'chrome-transparent' ); ?>"
                    
417				name="<?php echo $this->get_field_name( 'chrome' ); ?>[]"
                    
418				value="transparent"
                    
419			/>
                    
420			<label for="<?php echo $this->get_field_id( 'chrome-transparent' ); ?>">
                    
421				<?php esc_html_e( 'Transparent Background', 'jetpack' ); ?>
                    
                
ibase_driver.php https://bitbucket.org/yogendrakushwaha/mbtccoin.git | 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		}
                    
                
base.css https://gitlab.com/mnguyen/wordpress-fashion.git | CSS | 741 lines
                    
5* Free to use under the MIT license.
                    
6* http://www.opensource.org/licenses/mit-license.php
                    
7* 8/17/2011
                    
269    background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* FF3.6+ */
                    
270    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))); /* Chrome,Safari4+ */
                    
271    background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* Chrome10+,Safari5.1+ */
                    
302    background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* FF3.6+ */
                    
303    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(0, 0, 0, .3))); /* Chrome,Safari4+ */
                    
304    background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Chrome10+,Safari5.1+ */
                    
320    background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* FF3.6+ */
                    
321    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4))); /* Chrome,Safari4+ */
                    
322    background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* Chrome10+,Safari5.1+ */
                    
                
qrsplit.php git://github.com/claudehohl/Stikked.git | 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                    }
                    
                
main.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 404 lines
                    
37
                    
38// line 565 in phpfreechat.class.php
                    
39$GLOBALS["i18n"]["Text cannot be empty"] = "Tekstvak kan niet leeg zijn";
                    
40
                    
41// line 392 in phpfreechat.class.php
                    
42$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s verandert de nickname in %s";
                    
76
                    
77// line 451 in phpfreechatconfig.class.php
                    
78$GLOBALS["i18n"]["%s is not writeable"] = "%s kan niet worden beschreven";
                    
89// line 23 in chat.html.tpl.php
                    
90$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]";
                    
91
                    
166
                    
167// line 343 in phpfreechatconfig.class.php
                    
168$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' parameter is verplicht bij standaard gebruik '%s' waarde";
                    
                
courseworkworkflow.sql https://bitbucket.org/MatthewBrown97/courseworkworkflow.git | SQL | 489 lines
                    
1-- phpMyAdmin SQL Dump
                    
2-- version 4.7.0
                    
2-- version 4.7.0
                    
3-- https://www.phpmyadmin.net/
                    
4--
                    
7-- Server version: 5.7.17
                    
8-- PHP Version: 5.6.30
                    
9
                    
52(12, '2018-04-01 00:00:00.000000', NULL, '', '', '', 'Exam Quiz'),
                    
53(13, '2018-04-01 00:00:00.000000', NULL, '', '', '', 'Implementing a Simple Agent Chatbot to Suggest Christmas Presents'),
                    
54(14, '2018-02-01 00:00:00.000000', NULL, '8,9', '', '', 'ProcessFlow'),
                    
                
class.pop3.php http://candydolldb.googlecode.com/svn/trunk/ | 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 *
                    
                
DynamicRouter.php https://bitbucket.org/razum-io/ns-hub.git | PHP | 387 lines
                    
1<?php
                    
2
                    
211     *
                    
212     * @deprecated Use matchRequest exclusively to avoid problems. This method will be removed in version 2.0
                    
213     *
                    
217    {
                    
218        @trigger_error(__METHOD__.'() is deprecated since version 1.3 and will be removed in 2.0. Use matchRequest() instead.', E_USER_DEPRECATED);
                    
219
                    
231        if (!$matcher instanceof UrlMatcherInterface) {
                    
232            throw new \InvalidArgumentException('Wrong matcher type, you need to call matchRequest');
                    
233        }
                    
254     */
                    
255    public function matchRequest(Request $request)
                    
256    {
                    
271        } else {
                    
272            $defaults = $matcher->matchRequest($request);
                    
273        }
                    
                
OEmbedFormatter.php git://github.com/drupal/drupal.git | PHP | 316 lines
                    
1<?php
                    
2
                    
173        $resource_url = $this->urlResolver->getResourceUrl($value, $max_width, $max_height);
                    
174        $resource = $this->resourceFetcher->fetchResource($resource_url);
                    
175      }
                    
                
default.php http://flexicontent.googlecode.com/svn/trunk/ | PHP | 250 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version 1.5 stable $Id: default.php 1528 2012-10-30 01:51:10Z 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
                    
60<div class="flexicontent">
                    
61<form action="index.php?option=com_flexicontent&amp;view=search" method="post" name="adminForm" id="adminForm">
                    
62
                    
66				<th width="5">
                    
67					<?php echo JText::_('NUM'); ?>
                    
68				</th>
                    
195				<td>
                    
196					<span class="editlinktip hasTip" title="<?php echo JText::_( 'FLEXI_EDIT_ITEM' );?>::<?php echo $row->title; ?>">
                    
197					<?php
                    
                
default.php http://flexicontent.googlecode.com/svn/trunk/ | PHP | 250 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version 1.5 stable $Id: default.php 1803 2013-11-05 03:10:36Z 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
                    
60<div class="flexicontent">
                    
61<form action="index.php?option=com_flexicontent&amp;view=search" method="post" name="adminForm" id="adminForm">
                    
62
                    
66				<th width="5">
                    
67					<?php echo JText::_('NUM'); ?>
                    
68				</th>
                    
195				<td>
                    
196					<span class="editlinktip hasTip" title="<?php echo JText::_( 'FLEXI_EDIT_ITEM' );?>::<?php echo $row->title; ?>">
                    
197					<?php
                    
                
CHANGELOG.md https://bitbucket.org/sergiu-tot-fb/vendors.git | Markdown | 369 lines
                    
2
                    
3All notable changes to this project will be documented in this file, in reverse chronological order by release.
                    
4
                    
100- [#276](https://github.com/zendframework/zend-db/pull/276) fixes the support
                    
101  of PHP 7.2
                    
102- [#287](https://github.com/zendframework/zend-db/pull/287) fixes the usage of
                    
102- [#287](https://github.com/zendframework/zend-db/pull/287) fixes the usage of
                    
103  count() with PHP 7.2
                    
104
                    
                
Currency.php https://code.google.com/p/ecartcommerce/ | PHP | 354 lines
                    
1<?php
                    
2/**
                    
223                ->where('code = ?', $code)
                    
224                ->fetchRow();
                    
225        }
                    
330
                    
331        if (!$id || !$row = $this->fetchRow(
                    
332                $this->getAdapter()->quoteInto('id = ?', $id)
                    
                
viewonline.php http://pbb-png1.googlecode.com/svn/trunk/ | PHP | 451 lines
                    
14define('IN_PHPBB', true);
                    
15$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
                    
16$phpEx = substr(strrchr(__FILE__, '.'), 1);
                    
260				$location = $user->lang['INDEX'];
                    
261				$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
                    
262			}
                    
271			$location = $user->lang['VIEWING_FAQ'];
                    
272			$location_url = append_sid("{$phpbb_root_path}faq.$phpEx");
                    
273		break;
                    
432
                    
433	'U_SWITCH_GUEST_DISPLAY'	=> append_sid("{$phpbb_root_path}viewonline.$phpEx", 'sg=' . ((int) !$show_guests)),
                    
434	'L_SWITCH_GUEST_DISPLAY'	=> ($show_guests) ? $user->lang['HIDE_GUESTS'] : $user->lang['DISPLAY_GUESTS'],
                    
446);
                    
447make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
                    
448
                    
                
rssaction.php https://github.com/himmelex/NTW.git | PHP | 405 lines
                    
1<?php
                    
2/**
                    
6 *
                    
7 * PHP version 5
                    
8 *
                    
54
                    
55    function __construct($output='php://output', $indent=null)
                    
56    {
                    
88        if (common_config('site', 'private')) {
                    
89            if (!isset($_SERVER['PHP_AUTH_USER'])) {
                    
90
                    
97            } else {
                    
98                $nickname = $_SERVER['PHP_AUTH_USER'];
                    
99                $password = $_SERVER['PHP_AUTH_PW'];
                    
144     *
                    
145     * @return array an array of Notice objects sorted in reverse chron
                    
146     */
                    
                
uploader.php https://bitbucket.org/jaayyy/country-lane-farms.git | PHP | 256 lines
                    
1<?php
                    
2
                    
152    private function jsMatcher($matches) {
                    
153        $chr = $matches[0];
                    
154
                    
154
                    
155        if (strlen($chr) == 1)
                    
156            return sprintf('\\x%02X', ord($chr));
                    
158        if (function_exists('iconv'))
                    
159            $chr = iconv('UTF-16BE', 'UTF-8', $chr);
                    
160
                    
161        elseif (function_exists('mb_convert_encoding'))
                    
162            $chr = mb_convert_encoding($chr, 'UTF-8', 'UTF-16BE');
                    
163
                    
163
                    
164        return sprintf('\\u%04s', strtoupper(bin2hex($chr)));
                    
165    }
                    
                
shoutbox_panel.php https://gitlab.com/php-fusion/PHP-Fusion.git | PHP | 200 lines
                    
4| Copyright (C) PHP-Fusion Inc
                    
5| http://www.php-fusion.co.uk/
                    
6+--------------------------------------------------------+
                    
6+--------------------------------------------------------+
                    
7| Filename: shoutbox_panel.php
                    
8| Author: Nick Jones (Digitanium)
                    
21include_once INFUSIONS."shoutbox_panel/infusion_db.php";
                    
22include_once INCLUDES."infusions_include.php";
                    
23// Check if a locale file is available that match the selected locale.
                    
54				if (mb_substr($text, ($i+1), 6, $locale['charset']) == "a href" || mb_substr($text, ($i+1), 3, $locale['charset']) == "img") {
                    
55					$chr = " ".$chr;
                    
56					$chars = 0;
                    
156		echo "<img id='sb_captcha' src='".INCLUDES."captchas/securimage/securimage_show.php' alt='' /><br />\n";
                    
157		echo "<a href='".INCLUDES."captchas/securimage/securimage_play.php'><img src='".INCLUDES."captchas/securimage/images/audio_icon.gif' alt='' class='tbl-border' style='margin-bottom:1px' /></a>\n";
                    
158		echo "<a href='#' onclick=\"document.getElementById('sb_captcha').src = '".INCLUDES."captchas/securimage/securimage_show.php?sid=' + Math.random(); return false\"><img src='".INCLUDES."captchas/securimage/images/refresh.gif' alt='' class='tbl-border' /></a><br />\n";
                    
                
index.php https://gitlab.com/otharwa/gnu-social.git | PHP | 335 lines
                    
1<?php
                    
2/**
                    
22 * @author   Brion Vibber <brion@pobox.com>
                    
23 * @author   Christopher Vollick <psycotica0@gmail.com>
                    
24 * @author   CiaranG <ciaran@ciarang.com>
                    
29 * @author   Jeffery To <jeffery.to@gmail.com>
                    
30 * @author   Mike Cochrane <mikec@mikenz.geek.nz>
                    
31 * @author   Robin Millette <millette@controlyourself.ca>
                    
148
                    
149require_once INSTALLDIR . '/lib/common.php';
                    
150
                    
                
core.charset.class.php http://php-ppcms.googlecode.com/svn/trunk/ | PHP | 310 lines
                    
1<?php
                    
2/***************************************************************
                    
206						for($i = 0; $i < strlen($utf8); $i += 3) {
                    
207							$outstring .= chr(substr($utf8, $i, 3));
                    
208						}
                    
261		for($i=0, $n=strlen($hexdata); $i<$n; $i += 2) {
                    
262			$bindata .= chr(hexdec(substr($hexdata, $i, 2)));
                    
263		}
                    
                
PdoAdapter.php https://bitbucket.org/trujka/phparcade.git | PHP | 439 lines
                    
1<?php
                    
2/**
                    
285     */
                    
286    public function fetchRow($sql)
                    
287    {
                    
376        
                    
377        return $this->fetchRow($sql);
                    
378    }
                    
                
FilesF.html git://github.com/nagaozen/asp-xtreme-evolution.git | HTML | 57 lines
                    
12    </head>
                    
13    <body class="PopupSearchResultsPage" onload="NDOnLoad()">
                    
14        <script language="JavaScript" type="text/javascript">
                    
23            </div>
                    
24            <div class="SRResult" id="SR_firephp_perasp">
                    
25                <div class="IEntry">
                    
25                <div class="IEntry">
                    
26                    <a href="../files/lib/axe/classes/Utilities/Logger/Adapters/firephp-asp.html#firephp.asp" target="_parent" class="ISymbol">firephp.asp</a>
                    
27                </div>
                    
39            document.getElementById("NoMatches").style.display="none";
                    
40            var searchResults = new SearchResults("searchResults", "HTML");
                    
41            searchResults.Search();
                    
                
PackageFactory.php git://github.com/QuickAppsCMS/QuickApps-CMS.git | PHP | 224 lines
                    
1<?php
                    
2/**
                    
7 * @since    2.0.0
                    
8 * @author   Christopher Castro <chris@quickapps.es>
                    
9 * @link     http://www.quickappscms.org
                    
41 *
                    
42 * ```php
                    
43 * PackageFactory::addDetector('myVendorPlugin', function ($packageName) {
                    
57 *
                    
58 * - library: For packages representing PHP extension libraries or PHP itself, for
                    
59 *   example: `ext-intl`, `php`, `ext-zlib`, etc
                    
180    /**
                    
181     * Tries to get package that represents a PHP library.
                    
182     *
                    
                
transports.c http://php52-backports.googlecode.com/svn/trunk/ | C | 520 lines
                    
51	
                    
52PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options,
                    
53		int flags, const char *persistent_id,
                    
270/* Get the next client and their address (as a string) */
                    
271PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client,
                    
272		char **textaddr, int *textaddrlen,
                    
340
                    
341PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *session_stream TSRMLS_DC)
                    
342{
                    
361
                    
362PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC)
                    
363{
                    
383 * peeking, optionally retrieving OOB data */
                    
384PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen,
                    
385		long flags, void **addr, socklen_t *addrlen, char **textaddr, int *textaddrlen
                    
                
css.js git://github.com/cliftonc/calipso.git | JavaScript | 455 lines
                    
6 * Licensed under the MIT License at:
                    
7 * 		http://www.opensource.org/licenses/mit-license.php
                    
8 *
                    
20 * (The HTML5 spec states that the LINK element should have a load event, but
                    
21 * not even Chrome 8 or FF4b7 have it, yet.
                    
22 * http://www.w3.org/TR/html5/semantics.html#the-link-element)
                    
70 *      Safari 3.0.4, 3.2.1, 5.0
                    
71 *      Chrome 7 (8+ is partly b0rked)
                    
72 *      Opera 9.52, 10.63, and Opera 11.00
                    
75 * Does not work in Safari 2.x :(
                    
76 * In Chrome 8+, there's no way to wait for cross-domain (XD) stylesheets.
                    
77 * See comments in the code below.
                    
205			// thanks, Chrome 8+, for this lovely hack. TODO: find a better way
                    
206			if (ready && {}.toString.call(window.chrome) == '[object Chrome]') {
                    
207				// fwiw, we'll never get this far if this is an XD stylesheet
                    
                
JdtFlags.java git://pkgs.fedoraproject.org/eclipse-phpeclipse | Java | 314 lines
                    
10 *******************************************************************************/
                    
11package net.sourceforge.phpdt.internal.corext.util;
                    
12
                    
14
                    
15import net.sourceforge.phpdt.core.Flags;
                    
16import net.sourceforge.phpdt.core.IJavaElement;
                    
16import net.sourceforge.phpdt.core.IJavaElement;
                    
17import net.sourceforge.phpdt.core.IMember;
                    
18import net.sourceforge.phpdt.core.IType;
                    
18import net.sourceforge.phpdt.core.IType;
                    
19import net.sourceforge.phpdt.core.JavaModelException;
                    
20import net.sourceforge.phpdt.internal.corext.Assert;
                    
146	//
                    
147	// public static boolean isSynchronized(IMember member) throws
                    
148	// JavaModelException{
                    
                
Store.js https://bitbucket.org/michaeljaekel/vuesion.git | JavaScript | 410 lines
                    
128      return new Promise((resolve, reject) => {
                    
129        var link = './static/api/standorte/standorte.php?action=list'
                    
130        return axios.get(link).then(
                    
148      return new Promise((resolve, reject) => {
                    
149        var link = './static/api/users/users.php?action=list'
                    
150        return axios.get(link).then(
                    
166      return new Promise((resolve, reject) => {
                    
167        var link = '/static/api/einsaetze/einsaetze.php?action=list'
                    
168        return axios.get(link).then(
                    
184      return new Promise((resolve, reject) => {
                    
185        var link = './static/api/einsatzTypen/einsatzTypen.php?action=list'
                    
186        axios.get(link).then(
                    
213        var link =
                    
214          './static/api/einsaetze/einsaetze.php?action=read&einsatzId=' +
                    
215          einsatzId
                    
                
WFC_Dark_ServiceCase_12UP.php https://github.com/CORE-POS/IS4C.git | PHP | 348 lines
                    
1<?php
                    
2use COREPOS\Fannie\API\FanniePlugin;
                    
3if (!class_exists('FpdfWithBarcode')) {
                    
4    include(dirname(__FILE__) . '/../FpdfWithBarcode.php');
                    
5}
                    
6if (!class_exists('FannieAPI')) {
                    
7    include(__DIR__ . '/../../classlib2.0/FannieAPI.php');
                    
8}
                    
52    define('FPDF_FONTPATH', __DIR__ . '/../../../modules/plugins2.0/CoopDealsSigns/noauto/fonts/');
                    
53    $pdf->AddFont('Gill', '', 'GillSansMTPro-Medium.php');
                    
54    $pdf->AddFont('Gill', 'B', 'GillSansMTPro-Heavy.php');
                    
138    $res = $dbc->execute($prep, $args);
                    
139    $array = $dbc->fetchRow($res);
                    
140    $ingr = $array ? $array['text'] : '';
                    
249    $res = $dbc->execute($prep, $args);
                    
250    $desc = $dbc->fetchRow($res);
                    
251    $desc = $desc['description'];
                    
                
class_c_o_r_e_p_o_s_1_1pos_1_1lib_1_1_driver_wrappers_1_1_new_magellan.html https://github.com/CORE-POS/IS4C.git | HTML | 132 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 - IS4C"/>
                    
19<link href="doxygen.css" rel="stylesheet" type="text/css" />
                    
50          <div class="left">
                    
51            <form id="FSearchBox" action="search.php" method="get">
                    
52              <img id="MSearchSelect" src="search/mag.png" alt=""/>
                    
121<hr/>The documentation for this class was generated from the following file:<ul>
                    
122<li>pos/is4c-nf/lib/DriverWrappers/NewMagellan.php</li>
                    
123</ul>
                    
                
class_trans_archive_model-members.html https://github.com/CORE-POS/IS4C.git | HTML | 108 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=""/>
                    
                
class.pop3.php https://bitbucket.org/xtalandier/bktframework.git | PHP | 412 lines
                    
1<?php
                    
2/*~ class.pop3.php
                    
3.---------------------------------------------------------------------------.
                    
3.---------------------------------------------------------------------------.
                    
4|  Software: PHPMailer - PHP email class                                    |
                    
5|   Version: 5.2.2                                                          |
                    
25/**
                    
26 * PHPMailer - PHP POP Before SMTP Authentication Class
                    
27 * NOTE: Designed for use with PHP version 5 and up
                    
43 * Modifications: Jim Jagielski
                    
44 * License: LGPL, see PHPMailer License
                    
45 *
                    
54 *
                    
55 * @package PHPMailer
                    
56 * @author Richard Davey (orig)
                    
                
txplib_head.php http://textpattern.googlecode.com/svn/development/4.x/ | PHP | 355 lines
                    
1<?php
                    
2
                    
38 *
                    
39 * Output will automatically become silent on asynchronous
                    
40 * script responses that do not want HTML headers.
                    
91?><!DOCTYPE html>
                    
92<html lang="<?php echo LANG; ?>" dir="<?php echo $lang_direction; ?>">
                    
93<head>
                    
95<meta name="robots" content="noindex, nofollow">
                    
96<title><?php echo admin_title($pagetitle)?></title><?php echo
                    
97    script_js('vendors/jquery/jquery/jquery.js', TEXTPATTERN_SCRIPT_URL).
                    
125</style>
                    
126<?php
                    
127echo $theme->html_head();
                    
130</head>
                    
131<body id="<?php echo $body_id; ?>" class="not-ready <?php echo $area; ?>">
                    
132<header role="banner" class="txp-header">
                    
                
PyDown.py https://github.com/jedie/python-code-snippets.git | Python | 459 lines
                    
12__author__  = "Jens Diemer (www.jensdiemer.de)"
                    
13__license__ = "GNU General Public License v2 or above - http://www.opensource.org/licenses/gpl-license.php"
                    
14__url__     = "http://www.jensdiemer.de/Programmieren/Python/PyDown"
                    
27v0.4.3
                    
28    - NEU: eMail Benachrichtigung beim Upload
                    
29v0.4.2
                    
333        """
                    
334        Überschreibt die original Ausgabe und ergänzt diese mit
                    
335        einem Hinweis, warum der Access Denied ist ;)
                    
                
repl_utils.clj git://github.com/richhickey/clojure-contrib.git | Clojure | 207 lines
                    
1;   Copyright (c) Chris Houser, Dec 2008. All rights reserved.
                    
2;   The use and distribution terms for this software are covered by the
                    
2;   The use and distribution terms for this software are covered by the
                    
3;   Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
                    
4;   which can be found in the file CPL.TXT at the root of this distribution.
                    
11(ns 
                    
12  #^{:author "Chris Houser, Christophe Grand, Stephen Gilardi, Michel Salim",
                    
13     :doc "Utilities meant to be used interactively at the REPL"}
                    
                
RequestGenerator.php https://bitbucket.org/sergiu-tot-fb/vendors.git | PHP | 254 lines
                    
1<?php
                    
2/**
                    
62            $this->generateRequest(EavAttributeInterface::IS_FILTERABLE_IN_SEARCH, 'quick_search_container', true);
                    
63        $requests['advanced_search_container'] = $this->generateAdvancedSearchRequest();
                    
64        return $requests;
                    
134     * @return array
                    
135     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
136     */
                    
136     */
                    
137    private function generateAdvancedSearchRequest()
                    
138    {
                    
                
configure-vhosts.html https://bitbucket.org/cabtoothhurty/web.git | 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>
                    
                
basictypes.h git://pkgs.fedoraproject.org/kdesdk | C Header | 338 lines
                    
232        //This is saved out to the file so only add new entries at the end
                    
233        sequence_message_synchronous = 1000,
                    
234        sequence_message_asynchronous,
                    
271            Perl,
                    
272            PHP,
                    
273            PHP5,
                    
                
thickbox.js https://bitbucket.org/rubbystar/youtube_video.git | JavaScript | 319 lines
                    
4 * Copyright (c) 2007 cody lindley

                    
5 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php

                    
6*/

                    
102				

                    
103			// Resizing large images - orginal by Christian Montoya edited by me.

                    
104			var pagesize = tb_getPageSize();

                    
                
tcp_cubic.c https://gitlab.com/lzh6710/ubuntu-trusty.git | C | 497 lines
                    
14 *  Sangtae Ha and Injong Rhee,
                    
15 *  "Taming the Elephants: New TCP Slow Start", NCSU TechReport 2008.
                    
16 * Available from:
                    
16 * Available from:
                    
17 *  http://netsrv.csc.ncsu.edu/export/hystart_techreport_2008.pdf
                    
18 *
                    
19 * All testing results are available from:
                    
20 * http://netsrv.csc.ncsu.edu/wiki/index.php/TCP_Testing
                    
21 *
                    
                
index.php https://bitbucket.org/buiviethoan/train.git | PHP | 239 lines
                    
13    <link rel='stylesheet' media='screen and (min-width: 912px)' href="<?php echo base_url()?>assets/css/bootstrap-cerulean.min.css" />
                    
14    <link rel="stylesheet" type="text/css" href="<?php echo base_url()?>assets/content/ETicket-1.0.29.css" />
                    
15    <link rel='stylesheet' media='screen and (max-width: 911px)' href="<?php echo base_url()?>assets/css/bootstrap.min.css" />
                    
18    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">-->
                    
19    <script src="<?php echo base_url()?>assets/js/jquery-3.3.1.min.js"></script>
                    
20    <script src="<?php echo base_url()?>assets/js/jquery-ui.js"></script>
                    
20    <script src="<?php echo base_url()?>assets/js/jquery-ui.js"></script>
                    
21    <link rel="stylesheet" href="<?php echo base_url()?>assets/css/jquery-ui.css">
                    
22    <!--<link rel='stylesheet' media='screen and (max-width: 911px)' href="/content/site-mobile.css" />-->
                    
129                    <div class="pull-left banner-logo">
                    
130                        <div class="pull-left banner-logo"><img src="<?php echo base_url()?>assets/images/LOGO_n.png" /></div>
                    
131                        <div class="pull-left" id="bannerDate"></div>
                    
145<!-- TOP MENU -->
                    
146        <?php require_once("top_menu.php");?>
                    
147<!-- END TOP MENU -->
                    
                
DebugSession.java https://github.com/mark-moseley/Netbeans.git | Java | 339 lines
                    
40 */
                    
41package org.netbeans.modules.php.dbgp;
                    
42
                    
56import org.netbeans.api.debugger.Session;
                    
57import org.netbeans.modules.php.dbgp.api.SessionId;
                    
58import org.netbeans.modules.php.dbgp.models.AbstractIDEBridge;
                    
58import org.netbeans.modules.php.dbgp.models.AbstractIDEBridge;
                    
59import org.netbeans.modules.php.dbgp.packets.DbgpCommand;
                    
60import org.netbeans.modules.php.dbgp.packets.DbgpMessage;
                    
60import org.netbeans.modules.php.dbgp.packets.DbgpMessage;
                    
61import org.netbeans.modules.php.dbgp.packets.DbgpResponse;
                    
62import org.netbeans.modules.php.dbgp.packets.InitMessage;
                    
88        boolean moreCommands = false;
                    
89        synchronized ( myCommands ){
                    
90            moreCommands = myCommands.size() > 0;
                    
                
utilities.class.php git://github.com/liip/php-osx.git | PHP | 380 lines
                    
1<?php
                    
2/*
                    
26 * @copyright See the included NOTICE.md file for more information.
                    
27 * @link http://aws.amazon.com/php/ PHP Developer Center
                    
28 */
                    
96		{
                    
97			$raw .= chr(hexdec(substr($str, $i, 2)));
                    
98		}
                    
187	 * @author Ryan Parman <ryan@getcloudfusion.com>
                    
188	 * @license http://www.php.net/license/3_01.txt PHP License
                    
189	 * @param integer $size (Required) Filesize in bytes.
                    
326	 *
                    
327	 * @license http://us.php.net/manual/en/function.base64-decode.php#81425 PHP License
                    
328	 * @param string $s (Required) The string to test.
                    
361	 *
                    
362	 * @author Alix Axel <http://www.php.net/manual/en/function.com-create-guid.php#99425>
                    
363	 * @license http://www.php.net/license/3_01.txt PHP License
                    
                
AdminTypeTest.php git://github.com/sonata-project/SonataAdminBundle.git | PHP | 256 lines
                    
1<?php
                    
2
                    
109        $form->submit($formData);
                    
110        $this->assertTrue($form->isSynchronized());
                    
111    }
                    
                
test.d http://gool.googlecode.com/svn/trunk/ | D | 107 lines
                    
1// This source code is public domain.
                    
2// Written by Christopher E. Miller
                    
3// Scintilla Control example for DFL
                    
3// Scintilla Control example for DFL
                    
4// http://www.dprogramming.com/dfl.php
                    
5// http://wiki.dprogramming.com/Dfl/ScintillaControl
                    
                
Batch.php https://bitbucket.org/hfab/webservice.git | PHP | 556 lines
                    
1<?php
                    
2
                    
3/**
                    
4 * ArangoDB PHP client: batch
                    
5 *
                    
26     *
                    
27     * @var HttpResponse $_batchResponse
                    
28     */
                    
28     */
                    
29    public $_batchResponse;
                    
30
                    
96     * <li>'batchSize' - Defines a fixed array size for holding the batch parts. The id's of the batch parts can only be integers.
                    
97     *                   When this option is defined, the batch mechanism will use an SplFixedArray instead of the normal PHP arrays.
                    
98     *                   In most cases, this will result in increased performance of about 5% to 15%, depending on batch size and data.</li>
                    
278     */
                    
279    private function setBatchRequest($state)
                    
280    {
                    
                
S3ClientInterface.php https://bitbucket.org/matthewselby/wpdev.git | PHP | 322 lines
                    
1<?php
                    
2namespace ILAB_Aws\S3;
                    
18     *                                      expire. This can be a Unix
                    
19     *                                      timestamp, a PHP DateTime object,
                    
20     *                                      or a string that can be evaluated
                    
133     * @param mixed  $body    Object data to upload. Can be a
                    
134     *                        StreamInterface, PHP stream resource, or a
                    
135     *                        string of data to upload.
                    
150    /**
                    
151     * Upload a file, stream, or string to a bucket asynchronously.
                    
152     *
                    
155     * @param mixed  $body    Object data to upload. Can be a
                    
156     *                        StreamInterface, PHP stream resource, or a
                    
157     *                        string of data to upload.
                    
211    /**
                    
212     * Copy an object of any size to a different location asynchronously.
                    
213     *
                    
                
CountryManager.php https://bitbucket.org/aswinvk28/smartpan-stock-drupal.git | PHP | 330 lines
                    
1<?php
                    
2
                    
101      'CW' => t('Curaçao'),
                    
102      'CX' => t('Christmas Island'),
                    
103      'CY' => t('Cyprus'),
                    
                
tests_php git://pkgs.fedoraproject.org/lynis | Shell | 216 lines
                    
24    PHPINILOCS="/etc/php.ini \
                    
25		/etc/php/cgi-php5/php.ini /etc/php/cli-php5/php.ini /etc/php/apache2-php5/php.ini \
                    
26		/etc/php5/cgi/php.ini /etc/php5/cli/php.ini /etc/php5/apache2/php.ini \
                    
28	        /var/www/conf/php.ini \
                    
29                /usr/local/etc/php.ini /usr/local/lib/php.ini"
                    
30
                    
103    if [ ! "${PHPINIFILE}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
                    
104    Register --test-no PHP-2372 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check PHP expose_php option"
                    
105    if [ ${SKIPTEST} -eq 0 ]; then
                    
109            Display --indent 4 --text "- Checking expose_php option..." --result ON --color RED
                    
110	    ReportWarning ${TEST_NO} "M" "PHP option expose_php is possibly turned on, which can reveal useful information for attackers."
                    
111	    ReportSuggestion ${TEST_NO} "Change the expose_php line to: expose_php = Off"
                    
167    if [ ! "${PHPINIFILE}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
                    
168    Register --test-no PHP-2378 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check PHP allow_url_include option"
                    
169    if [ ${SKIPTEST} -eq 0 ]; then
                    
                
 

Source

Language