PageRenderTime 160ms queryTime 16ms sortTime 15ms getByIdsTime 37ms findMatchingLines 21ms

100+ results results for 'php chr repo:netconstructor/roundcubemail' (160 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", 
                    
                
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 );
                    
                
silcsftp_fs-silc_sftp_fs_memory_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 221 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
                    
                
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;
                    
                
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
                    
                
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';
                    
                
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        {
                    
                
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	}
                    
                
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)
                    
                
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		}
                    
                
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 )
                    
                
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);
                    
                
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);
                    
                
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);
                    
                
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
                    
                
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>
                    
                
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		}
                    
                
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 *
                    
                
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, //
                    
                
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}
                    
                
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
                    
                
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
                    
                
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					
                    
                
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
                    
                
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";
                    
                
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 *
                    
                
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
                    
                
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
                    
                
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();
                    
                
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
                    
                
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{
                    
                
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">
                    
                
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"}
                    
                
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,
                    
                
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
                    
                
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
                    
                
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
                    
                
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
                    
                
showabos.php http://avecms.googlecode.com/svn/trunk/ | PHP | 98 lines
                    
1<?php
                    
2/*::::::::::::::::::::::::::::::::::::::::
                    
5 Version: 2.0 (Service Pack 2)
                    
6 Authors:  Arcanum (php@211.ru) &  Censored!
                    
7 Date: March 18, 2008
                    
55			$r_forum = $GLOBALS['AVE_DB']->Query("SELECT id, status FROM " . PREFIX . "_modul_forum_forum WHERE id = '".$topic['forum_id']."'");
                    
56			$rx = $r_forum->FetchRow();
                    
57			if ($topic['status'] == FORUM_STATUS_MOVED)
                    
69
                    
70			$topic['autorlink'] = "index.php?module=forums&amp;show=userprofile&amp;user_id=" . $topic['uid'];
                    
71			$topic['link'] = "index.php?module=forums&amp;show=showtopic&toid=".$topic['id']."&amp;fid=" . $topic['forum_id'];
                    
71			$topic['link'] = "index.php?module=forums&amp;show=showtopic&toid=".$topic['id']."&amp;fid=" . $topic['forum_id'];
                    
72			$topic['forumslink'] = "index.php?module=forums&amp;show=showforum&amp;fid=" . $topic['forum_id'];
                    
73			$topic['autor'] = $topic['BenutzerName'];
                    
81
                    
82	$GLOBALS['AVE_Template']->assign("navigation", "<a class='forum_links_navi' href='index.php?module=forums'>"
                    
83		. $GLOBALS['mod']['config_vars']['PageNameForums'] . "</a>"
                    
                
jqplot-axisLabelRenderer-js.html http://eeplat.googlecode.com/svn/trunk/ | HTML | 47 lines
                    
13
                    
14<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../donate.php"><span>&gt;</span>Donate</a></div><a name="$.jqplot.AxisLabelRenderer"></a>$.jqplot.<wbr>AxisLabelRenderer</div><div class=CBody><p>Renderer to place labels on the axes.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer" >$.jqplot.<wbr>AxisLabelRenderer</a></td><td class=SDescription>Renderer to place labels on the axes.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.show" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">show</a></td><td class=SDescription>wether or not to show the tick (mark and label).</td></tr><tr class="SProperty SIndent2"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.label" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">label</a></td><td class=SDescription>The text or html for the label.</td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.escapeHTML" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">escapeHTML</a></td><td class=SDescription>true to escape HTML entities in the label.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
15
                    
26
                    
27<div id=Footer>Copyright &copy; 2009 - 2010 Chris Leonello&nbsp; &middot;&nbsp; Updated March 7th, 2011&nbsp; &middot;&nbsp; <a href="http://www.naturaldocs.org">Generated by Natural Docs</a></div><!--Footer-->
                    
28
                    
42
                    
43<div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div>
                    
44
                    
                
RemoteOutputAdapter.cs https://openHistorian.svn.codeplex.com/svn | C# | 340 lines
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
151        /// <summary>
                    
152        /// Gets flag that determines if this <see cref="RemoteOutputAdapter"/> uses an asynchronous connection.
                    
153        /// </summary>
                    
                
class.ScalrAPI20090507.php http://scalr.googlecode.com/svn/ | PHP | 347 lines
                    
1<?php
                    
2	
                    
69			$rows = $this->DB->Execute($sql);
                    
70			while ($row = $rows->FetchRow())
                    
71			{
                    
117			);
                    
118			while ($row = $rows->FetchRow())
                    
119			{
                    
250			$farms = $this->DB->Execute("SELECT * FROM farms WHERE clientid=?", array($this->Client->ID));
                    
251			while ($farm = $farms->FetchRow())
                    
252			{
                    
296		    
                    
297		    while ($row = $rows->FetchRow())
                    
298		    {
                    
317			$rows = $this->DB->Execute("SELECT * FROM zones WHERE clientid=?", array($this->Client->ID));
                    
318			while ($row = $rows->FetchRow())
                    
319			{
                    
                
pil-compute.c git://git.savannah.gnu.org/liquidwar6.git | C | 242 lines
                    
2  Liquid War 6 is a unique multiplayer wargame.
                    
3  Copyright (C)  2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015  Christian Mauduit <ufoot@ufoot.org>
                    
4
                    
136		  /*
                    
137		   * https://savannah.gnu.org/bugs/index.php?41113
                    
138		   * One needs to stop calculating like mad if one is way behind schedule
                    
                
viewcat.php http://nuke-viet.googlecode.com/svn/trunk/ | PHP | 87 lines
                    
1<?php
                    
2
                    
49$result_all = $db->sql_query( "SELECT FOUND_ROWS()" );
                    
50list( $all_page ) = $db->sql_fetchrow( $result_all );
                    
51
                    
51
                    
52while( $row = $db->sql_fetchrow( $result ) )
                    
53{
                    
59		$result1 = $db->sql_query( $sql1 );
                    
60		$row1 = $db->sql_fetchrow( $result1 );
                    
61		$row['author'] = $row1;
                    
64	$row['link'] = $global_array_cat[$catid]['link'] . "/" . $row['alias'] . "-" . $row['id'];
                    
65	$row['visit'] = NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&amp;" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=visitlink-" . $row['alias'] . "-" . $row['id'];
                    
66	$row['report'] = NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&amp;" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=reportlink-" . $row['alias'] . "-" . $row['id'];
                    
82
                    
83include ( NV_ROOTDIR . "/includes/header.php" );
                    
84echo nv_site_theme( $contents );
                    
                
edit_banner.php http://creative-portal.googlecode.com/svn/trunk/ | PHP | 220 lines
                    
1<?php
                    
2
                    
15{
                    
16	Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
17	die();
                    
24
                    
25$row = $db->sql_fetchrow( $result );
                    
26
                    
49	$contents['upload_blocked'] = $lang_module['upload_blocked'];
                    
50	include ( NV_ROOTDIR . "/includes/header.php" );
                    
51	echo nv_admin_theme( nv_edit_banner_theme( $contents ) );
                    
51	echo nv_admin_theme( nv_edit_banner_theme( $contents ) );
                    
52	include ( NV_ROOTDIR . "/includes/footer.php" );
                    
53	exit;
                    
59$clients = array();
                    
60while ( $cl_row = $db->sql_fetchrow( $result ) )
                    
61{
                    
                
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    }
                    
                
mandelbrot.rb git://github.com/jruby/jruby.git | Ruby | 111 lines
                    
39
                    
40# http://benchmarksgame.alioth.debian.org/u64q/program.php?test=mandelbrot&lang=yarv&id=3
                    
41
                    
82      if (bit_num == 8)
                    
83        #print byte_acc.chr
                    
84        sum ^= byte_acc
                    
88        byte_acc <<= (8 - bit_num)
                    
89        #print byte_acc.chr
                    
90        sum ^= byte_acc
                    
                
wcautil.h git://github.com/IronLanguages/main.git | C Header | 379 lines
                    
6//    The use and distribution terms for this software are covered by the
                    
7//    Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.php)
                    
8//    which can be found in the file CPL.TXT at the root of this distribution.
                    
172    );
                    
173HRESULT WIXAPI WcaFetchRecord(
                    
174    __in MSIHANDLE hView,
                    
                
tags.php http://bitcero-modules.googlecode.com/svn/ | PHP | 371 lines
                    
1<?php
                    
2// $Id: tags.php 900 2012-01-03 07:07:52Z i.bitcero $
                    
11define('RMCLOCATION','tags');
                    
12include 'header.php';
                    
13
                    
48	
                    
49	list($num)=$db->fetchRow($db->query($sql.$sql1));
                    
50	$start = $num<=0 ? 0 : ($page - 1) * $limit;
                    
52    $nav = new RMPageNav($num, $limit, $page, 5);
                    
53    $nav->target_url("tags.php?search=".urlencode($search)."&amp;page={PAGE_NUM}");
                    
54    
                    
67		foreach ($words as $k){
                    
68			$rows['tag'] = eregi_replace("($k)","<span class='searchResalte'>\\1</span>", $rows['tag']);
                    
69		}
                    
75		$sql = "SELECT COUNT(*) FROM ".$db->prefix('gs_tagsimages')." WHERE id_tag=".$tag->id();
                    
76		list($pics) = $db->fetchRow($db->query($sql));
                    
77	
                    
                
ThemeManager.php https://code.google.com/p/enanocms/ | PHP | 429 lines
                    
1<?php
                    
2
                    
70	
                    
71	while ( $row = $db->fetchrow() )
                    
72	{
                    
94	<div style="float: right;">
                    
95		<a href="#" id="systheme_toggler" onclick="ajaxToggleSystemThemes(); return false;"><?php echo $lang->get('acptm_btn_system_themes_show'); ?></a>
                    
96	</div>
                    
96	</div>
                    
97	<?php
                    
98	echo '<h3>' . $lang->get('acptm_heading_edit_themes') . '</h3>';
                    
205			
                    
206			$row = $db->fetchrow();
                    
207			$row['enabled'] = ( $row['enabled'] == 1 );
                    
217				$db->die_json();
                    
218			while ( $gr = $db->fetchrow() )
                    
219			{
                    
                
browser_kernel.php https://gestion001.svn.codeplex.com/svn | PHP | 293 lines
                    
1<?php
                    
2
                    
100                        $row_rs_srch = $this->recorrer_entidad($entidad_rot);
                    
101                        if (strrchr($row_rs_def[$entidad_def][$key],'foranea')) {
                    
102                            $llave = 1;
                    
195        }
                    
196        $this->currentPage = $_SERVER["PHP_SELF"];
                    
197
                    
                
PropertyPathMapperTest.php git://github.com/symfony/symfony.git | PHP | 348 lines
                    
1<?php
                    
2
                    
13
                    
14use PHPUnit\Framework\TestCase;
                    
15use Symfony\Component\EventDispatcher\EventDispatcher;
                    
263
                    
264    public function testMapFormsToDataIgnoresUnsynchronized()
                    
265    {
                    
275        $config->setData($engine);
                    
276        $form = new NotSynchronizedForm($config);
                    
277
                    
341
                    
342class NotSynchronizedForm extends Form
                    
343{
                    
343{
                    
344    public function isSynchronized(): bool
                    
345    {
                    
                
planet.view.php http://xe-planet.googlecode.com/svn/ | PHP | 431 lines
                    
1<?php
                    
2	/**
                    
321			$oPlanetModel = &getModel('planet');
                    
322			Context::set('search_result', $oPlanetModel->getSearchResultCount($module_srl, $keyword));
                    
323
                    
344
                    
345			Context::set('search_result', $oPlanetModel->getSearchResultCount($module_srl, $keyword));
                    
346
                    
367
                    
368			Context::set('search_result', $oPlanetModel->getSearchResultCount($module_srl, $keyword));
                    
369
                    
                
ID3_Frame_ISRC.html http://xepec.googlecode.com/svn/trunk/ | HTML | 217 lines
                    
34		<p class="notes">
                    
35			Located in <a class="field" href="_ID3---Frame---TSRC.php.html">/ID3/Frame/TSRC.php</a> (line <span class="field">53</span>)
                    
36		</p>
                    
141													<span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methoddecodeSynchsafe32">ID3_Object::decodeSynchsafe32()</a></span><br>
                    
142													<span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methoddecodeUnsynchronisation">ID3_Object::decodeUnsynchronisation()</a></span><br>
                    
143													<span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodencodeSynchsafe32">ID3_Object::encodeSynchsafe32()</a></span><br>
                    
143													<span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodencodeSynchsafe32">ID3_Object::encodeSynchsafe32()</a></span><br>
                    
144													<span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodencodeUnsynchronisation">ID3_Object::encodeUnsynchronisation()</a></span><br>
                    
145													<span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodexplodeString8">ID3_Object::explodeString8()</a></span><br>
                    
205							<span class="const-title">
                    
206								<span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constUNSYNCHRONISATION">ID3_Frame::UNSYNCHRONISATION</a></span><br>
                    
207							</span>
                    
213	<p class="notes" id="credit">
                    
214		Documentation generated on Thu, 01 Jan 2009 14:59:59 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
215	</p>
                    
                
function.stristr.html git://pkgs.fedoraproject.org/kdewebdev | HTML | 247 lines
                    
8REL="HOME"
                    
9TITLE="PHP Manual"
                    
10HREF="index.html"><LINK
                    
40ALIGN="center"
                    
41>PHP Manual</TH
                    
42></TR
                    
82><P
                    
83>    (PHP 3&#62;= 3.0.6, PHP 4 )</P
                    
84>stristr&nbsp;--&nbsp;
                    
154>&#13;     See also <A
                    
155HREF="function.strchr.html"
                    
156><B
                    
157CLASS="function"
                    
158>strchr()</B
                    
159></A
                    
                
ScrollComposite.js https://hg.codeplex.com/hackathon | JavaScript | 346 lines
                    
11     LGPL: http://www.gnu.org/licenses/lgpl.html
                    
12     EPL: http://www.eclipse.org/org/documents/epl-v10.php
                    
13     See the LICENSE file in the project's top-level directory for details.
                    
15   Authors:
                    
16     * Christopher Zuendorf (czuendorf)
                    
17
                    
280     * Checks if size handling is needed:
                    
281     * if true, it adds all listener which are needed for synchronizing the scrollHeight to
                    
282     * elements height.
                    
315    /**
                    
316     * Synchronizes the elements.scrollHeight and its height.
                    
317     * Needed for making textArea scrollable.
                    
                
DataTables.php https://code.google.com/p/zfcore/ | PHP | 98 lines
                    
1<?php
                    
2/**
                    
69        }
                    
70        $iFilteredTotal = $table->fetchRow($select)->total;
                    
71
                    
88        $select = $table->select()->from($tableName, $expr);
                    
89        $iTotalRecords = $table->fetchRow($select)->total;
                    
90
                    
                
anonymous_data.php http://get-simple-cms.googlecode.com/svn/trunk/ | PHP | 199 lines
                    
1<?php
                    
2/*
                    
5Version: 1.0
                    
6Author: Chris Cagle
                    
7Author URI: http://get-simple.info/
                    
87		$preview_data->addChild('timezone', $TIMEZONE);
                    
88		$preview_data->addChild('php_version', PHP_VERSION);
                    
89		$preview_data->addChild('server_type', PHP_OS);
                    
145			<pre><code><?php echo htmlentities(formatXmlString(file_get_contents(GSDATAOTHERPATH . 'anonymous_data.xml')));?></code></pre>
                    
146			<p class="submit"><br /><input type="submit" class="submit" value="<?php i18n($thisfile_anony.'/ANONY_SEND_BTN'); ?>" name="send" /> &nbsp;&nbsp;<?php i18n('OR'); ?>&nbsp;&nbsp; <a class="cancel" href="plugins.php?cancel"><?php i18n('CANCEL'); ?></p>		
                    
147		<?php } else { ?> 
                    
190			</p>
                    
191			<p class="clearfix" ><label><?php i18n($thisfile_anony.'/ANONY_LINK'); ?></label><select class="text" name="link_back"><option></option><option value="yes" ><?php i18n($thisfile_anony.'/ANONY_YES'); ?></option><option value="no" ><?php i18n($thisfile_anony.'/ANONY_NO'); ?></option></select></p>
                    
192			<p style="color:#cc0000;font-size:11px;" >* <?php i18n($thisfile_anony.'/ANONY_DISCLAIMER'); ?></p>
                    
192			<p style="color:#cc0000;font-size:11px;" >* <?php i18n($thisfile_anony.'/ANONY_DISCLAIMER'); ?></p>
                    
193			<p class="submit"><br /><input type="submit" class="submit" value="<?php i18n($thisfile_anony.'/ANONY_PREVIEW_BTN'); ?>" name="preview" /> &nbsp;&nbsp;<?php i18n('OR'); ?>&nbsp;&nbsp; <a class="cancel" href="plugins.php?cancel"><?php i18n('CANCEL'); ?></p>
                    
194		<?php  } ?>
                    
                
jqplot.enhancedLegendRenderer.js https://bitbucket.org/hybird/creme_crm | JavaScript | 306 lines
                    
7 *
                    
8 * Copyright (c) 2009-2012 Chris Leonello
                    
9 * jqPlot is currently available for use in all personal or commercial projects 
                    
9 * jqPlot is currently available for use in all personal or commercial projects 
                    
10 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
11 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
15 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
16 * chris at jqplot dot com or see http://www.jqplot.com/info.php .
                    
17 *
                    
18 * If you are feeling kind and generous, consider supporting the project by
                    
19 * making a donation at: http://www.jqplot.com/donate.php .
                    
20 *
                    
                
index.rst https://bitbucket.org/webvariants/varilog | ReStructuredText | 315 lines
                    
61Übersicht aller Beiträge erstellen. Dazu benötigen wir einige Module sowie etwas
                    
62Konfiguration, die im Folgenden beschrieben werden.
                    
63
                    
66
                    
67**Modul-Eingabe (blogoverview.input.php)**
                    
68
                    
76
                    
77.. sourcecode:: php
                    
78
                    
103
                    
104**Modul-Ausgabe (blogoverview.output.php)**
                    
105
                    
107
                    
108.. sourcecode:: php
                    
109
                    
                
String.php git://github.com/thorsten/phpMyFAQ.git | PHP | 382 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP Version 5.3.0
                    
6 *
                    
10 *
                    
11 * @category  phpMyFAQ
                    
12 * @package   String
                    
12 * @package   String
                    
13 * @author    Anatoliy Belsky <ab@php.net>
                    
14 * @copyright 2009-2012 phpMyFAQ Team
                    
15 * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
                    
16 * @link      http://www.phpmyfaq.de
                    
17 * @since     2009-04-06
                    
19
                    
20if (!defined('IS_VALID_PHPMYFAQ')) {
                    
21    exit();
                    
                
DefaultEncoder.java http://owasp-esapi-java.googlecode.com/svn/trunk/ | Java | 449 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 *
                    
56        if ( singletonInstance == null ) {
                    
57            synchronized ( DefaultEncoder.class ) {
                    
58                if ( singletonInstance == null ) {
                    
                
chat.php http://pbb-png1.googlecode.com/svn/trunk/ | PHP | 345 lines
                    
6* @copyright (c) 2007 StarTrekGuide
                    
7* @license http://opensource.org/licenses/gpl-license.php GNU Public License
                    
8*
                    
13*/
                    
14define('IN_PHPBB', true);
                    
15$phpbb_root_path = './';
                    
15$phpbb_root_path = './';
                    
16$phpEx = substr(strrchr(__FILE__, '.'), 1);
                    
17include($phpbb_root_path . 'common.' . $phpEx);
                    
156		{
                    
157			redirect(append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'));
                    
158		}
                    
246$template->assign_vars(array(
                    
247	'FILENAME'		=> append_sid("{$phpbb_root_path}chat.$phpEx"),
                    
248	'LAST_ID'		=> $last_id,
                    
                
sl.js git://github.com/silverstripe/sapphire.git | JavaScript | 49 lines
                    
16    "LOADING": "nalagam ...",
                    
17    "LeftAndMain.IncompatBrowserWarning": "Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.",
                    
18    "RESTRICTEDTEXTFIELD.CHARCANTBEUSED": "Znak '%s' ne more biti uporabljen v tem polju",
                    
39    "UploadField.OVERWRITEWARNING": "Datoteka z enakim imenom že obstaja",
                    
40    "UploadField.PHP_MAXFILESIZE": "Datoteka presega največjo dovoljeno velikost \"upload_max_filesize\" (php.ini direktiva)",
                    
41    "UploadField.STOPEDBYEXTENSION": "Nalaganje datoteke je ustavila razširitev",
                    
                
fr.js git://github.com/silverstripe/sapphire.git | JavaScript | 49 lines
                    
16    "LOADING": "chargement...",
                    
17    "LeftAndMain.IncompatBrowserWarning": "Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.",
                    
18    "RESTRICTEDTEXTFIELD.CHARCANTBEUSED": "Le character '%s' ne peut être utilisé dans ce champ",
                    
39    "UploadField.OVERWRITEWARNING": "File with the same name already exists",
                    
40    "UploadField.PHP_MAXFILESIZE": "File exceeds upload_max_filesize (php.ini directive)",
                    
41    "UploadField.STOPEDBYEXTENSION": "File upload stopped by extension",
                    
                
HistoryController.php https://bitbucket.org/nihilus/ontowiki | PHP | 344 lines
                    
1<?php
                    
2
                    
7 * @package    OntoWiki_extensions_components_history
                    
8 * @author     Christoph Rie?&#x; <c.riess.dev@googlemail.com>
                    
9 * @copyright  Copyright (c) 2009, {@link http://aksw.org AKSW}
                    
10 * @license    http://opensource.org/licenses/gpl-license.php GNU General Public License (GPL)
                    
11 * @version    $Id: HistoryController.php 4090 2009-08-19 22:10:54Z christian.wuerker $
                    
12 */
                    
                
unzip.php http://rapidleech36b.googlecode.com/svn/trunk/ | PHP | 96 lines
                    
1<?php
                    
2function unzip() {
                    
2function unzip() {
                    
3	global $list, $PHP_SELF, $L;
                    
4?>
                    
4?>
                    
5<form method="post" action="<?php echo $PHP_SELF; ?>">
                    
6<input type="hidden" name="act" value="unzip_go" />
                    
10				<table>
                    
11<?php
                    
12	for($i = 0; $i < count ( $_GET ["files"] ); $i ++) {
                    
13		$file = $list [$_GET ["files"] [$i]];
                    
14		require_once (CLASS_DIR . "unzip.php");
                    
15		if (file_exists($file['name'])) {
                    
20						<input type="hidden" name="files[]" value="<?php echo $_GET['files'][$i]; ?>" />
                    
21						<b><?php echo basename($file['name']); ?></b> (<?php echo count($flist).' '.$L->say['_filefolder']; ?>)
                    
22					</td></tr>
                    
                
FunctionsSymbols.html git://github.com/ci-bonfire/Bonfire.git | HTML | 20 lines
                    
2
                    
3<html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
                    
4if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
                    
13
                    
14<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR__und_undconstruct><div class=IEntry><a href="javascript:searchResults.Toggle('SR__und_undconstruct')" class=ISymbol>__construct</a><div class=ISubIndex><a href="../files/libraries/assets-php.html#Assets_Class.__construct" target=_parent class=IParent>Assets Class</a><a href="../files/core_modules/users/libraries/auth-php.html#Auth.__construct" target=_parent class=IParent>Auth</a><a href="../files/libraries/Console-php.html#Console.__construct" target=_parent class=IParent>Console</a><a href="../files/libraries/events-php.html#Events_Class.__construct" target=_parent class=IParent>Events Class</a><a href="../files/core_modules/roles/models/role_model-php.html#Role_model.__construct" target=_parent class=IParent>Role_model</a><a href="../files/libraries/template-php.html#Template.__construct" target=_parent class=IParent>Template</a></div></div></div><div class=SRResult id=SR__undfunction_undcheck><div class=IEntry><a href="../files/core/MY_Model-php.html#BF_Model._function_check" target=_parent class=ISymbol>_function_check</a>, <span class=IParent>BF_Model</span></div></div><div class=SRResult id=SR__undget_undactivity><div class=IEntry><a href="../files/core_modules/activities/controllers/reports-php.html#Activities_Reports_Context._get_activity" target=_parent class=ISymbol>_get_activity</a>, <span class=IParent>Activities Reports Context</span></div></div><div class=SRResult id=SR__undidentity_undlogin><div class=IEntry><a href="../files/core_modules/users/libraries/auth-php.html#Auth._identity_login" target=_parent class=ISymbol>_identity_login</a>, <span class=IParent>Auth</span></div></div><div class=SRResult id=SR__undupdate_undschema_undversion><div class=IEntry><a href="../files/core_modules/migrations/libraries/Migrations-php.html#Migrations_Class._update_schema_version" target=_parent class=ISymbol>_update_schema_version</a>, <span class=IParent>Migrations Class</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
                    
15document.getElementById("Loading").style.display="none";
                    
16document.getElementById("NoMatches").style.display="none";
                    
17var searchResults = new SearchResults("searchResults", "HTML");
                    
18searchResults.Search();
                    
                
elgg.class.php https://bitbucket.org/rhizomatik/lorea_production/ | PHP | 353 lines
                    
6 * @author     Andreas Gohr <andi@splitbrain.org>
                    
7 * @author     Chris Smith <chris@jalakai.co.uk>
                    
8 */
                    
25     *
                    
26     * @author  Christopher Smith <chris@jalakai.co.uk>
                    
27     */
                    
118     * @author  Andreas Gohr <andi@splitbrain.org>
                    
119     * @author  Chris Smith <chris@jalakai.co.uk>
                    
120     */
                    
147     *
                    
148     * @author  Chris Smith <chris@jalakai.co.uk>
                    
149     * @param   $user      nick of the user to be changed
                    
237     *
                    
238     * @author  Chris Smith <chris@jalakai.co.uk>
                    
239     * @param   start     index of first user to be returned
                    
                
ArrayTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: ArrayTest.php 23772 2011-02-28 21:35:29Z ralph $
                    
21 */
                    
22
                    
23if (!defined('PHPUnit_MAIN_METHOD')) {
                    
24    define('PHPUnit_MAIN_METHOD', 'Zend_Translate_Adapter_ArrayTest::main');
                    
29 */
                    
30require_once 'Zend/Translate/Adapter/Array.php';
                    
31
                    
39 */
                    
40class Zend_Translate_Adapter_ArrayTest extends PHPUnit_Framework_TestCase
                    
41{
                    
55    {
                    
56        $suite  = new PHPUnit_Framework_TestSuite("Zend_Translate_Adapter_ArrayTest");
                    
57        $result = PHPUnit_TextUI_TestRunner::run($suite);
                    
                
Hprof.java git://github.com/android/platform_frameworks_base.git | Java | 221 lines
                    
40    public static void init() {
                    
41        synchronized(Hprof.class) {
                    
42            if (hprofHandler == null) {
                    
126        public File get() {
                    
127            synchronized (this) {
                    
128                hprofHandler.addHandler(this);
                    
128                hprofHandler.addHandler(this);
                    
129                client.dumpHprof();
                    
130                if (target == null) {
                    
143        private void wakeUp() {
                    
144            synchronized (this) {
                    
145                notifyAll();
                    
                
Callback.php git://github.com/chregu/rss2twi.php.git | PHP | 320 lines
                    
1<?php
                    
2/**
                    
23 */
                    
24require_once 'Zend/Feed/Pubsubhubbub.php';
                    
25
                    
28 */
                    
29require_once 'Zend/Feed/Pubsubhubbub/CallbackAbstract.php';
                    
30
                    
33 */
                    
34require_once 'Zend/Feed/Reader.php';
                    
35
                    
99         * This DOES NOT attempt to process a feed update. Feed updates
                    
100         * SHOULD be validated/processed by an asynchronous process so as
                    
101         * to avoid holding up responses to the Hub.
                    
                
ArrayTest.php git://pkgs.fedoraproject.org/php-ZendFramework | PHP | 354 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: ArrayTest.php 24594 2012-01-05 21:27:01Z matthew $
                    
21 */
                    
22
                    
23if (!defined('PHPUnit_MAIN_METHOD')) {
                    
24    define('PHPUnit_MAIN_METHOD', 'Zend_Translate_Adapter_ArrayTest::main');
                    
29 */
                    
30require_once 'Zend/Translate/Adapter/Array.php';
                    
31
                    
39 */
                    
40class Zend_Translate_Adapter_ArrayTest extends PHPUnit_Framework_TestCase
                    
41{
                    
55    {
                    
56        $suite  = new PHPUnit_Framework_TestSuite("Zend_Translate_Adapter_ArrayTest");
                    
57        $result = PHPUnit_TextUI_TestRunner::run($suite);
                    
                
module.graphic.gif.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 193 lines
                    
1<?php
                    
2/////////////////////////////////////////////////////////////////
                    
9//                                                             //
                    
10// module.graphic.gif.php                                      //
                    
11// module for analyzing GIF Image files                        //
                    
128        //					for ($i = 0; $i < pow(2, $RasterData['code_size']); $i++) {
                    
129        //						$DefaultDataLookupTable[$i] = chr($i);
                    
130        //					}
                    
                
stream.c git://github.com/lordi/Eiwic.git | C | 399 lines
                    
46
                    
47	eiwic->output_printf(out, "Note: You can embed those URLs into a PHP script, to build\n");
                    
48	eiwic->output_printf(out, "a simple webchat.\n");
                    
117		
                    
118		if (style = strchr(url, '?'))
                    
119		{
                    
172		
                    
173		if ((x = strchr(url, '/')) == NULL)
                    
174			return -1;
                    
                
content.php http://creative-portal.googlecode.com/svn/trunk/ | PHP | 238 lines
                    
1<?php
                    
2
                    
14    $sql = "SELECT count(*) FROM `" . NV_PREFIXLANG . "_" . $module_data . "_rows` WHERE `id` != '" . $id . "' AND `url` = '" . $url . "'";
                    
15    list( $numurl ) = $db->sql_fetchrow( $db->sql_query( $sql ) );
                    
16    $msg = ( $numurl > 0 ) ? false : true;
                    
82                nv_insert_logs( NV_LANG_DATA, $module_name, 'log_edit_content', "id ".$id, $admin_info['userid'] );
                    
83            	Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "" );
                    
84                die();
                    
100            	$db->sql_freeresult();
                    
101                Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "" );
                    
102                die();
                    
118    $query = $db->sql_query( "SELECT * FROM `" . NV_PREFIXLANG . "_" . $module_data . "_rows` WHERE `id`=" . $id . "" );
                    
119    $rowcat = $db->sql_fetchrow( $query );
                    
120    if ( $rowcat['id'] > 0 )
                    
141{
                    
142    require_once ( NV_ROOTDIR . '/' . NV_EDITORSDIR . '/' . NV_EDITOR . '/nv.php' );
                    
143}
                    
                
dutch.php http://vanphongphamdm.googlecode.com/svn/trunk/ | PHP | 178 lines
                    
45	'PHPSHOP_PRODUCT_NAME_TITLE' => 'Product naam',
                    
46	'PHPSHOP_PRODUCT_DESC_TITLE' => 'Omschrijving',
                    
47	'PHPSHOP_CART_SHOW' => 'Bekijk mandje',
                    
58	'PHPSHOP_MOD_NOT_REG' => 'Module niet geregistreerd.',
                    
59	'PHPSHOP_MOD_ISNO_REG' => 'is geen geldige phpShop module.',
                    
60	'PHPSHOP_MOD_NO_AUTH' => 'Uw heeft geen bevoegdheid om de gewenste module op te vragen.',
                    
97	'PHPSHOP_ORDER_PRINT_PO_DATE' => 'Orderdatum',
                    
98	'PHPSHOP_ORDER_PRINT_PO_STATUS' => 'Orderstatus',
                    
99	'PHPSHOP_ORDER_PRINT_CUST_INFO_LBL' => 'Klantinformatie',
                    
99	'PHPSHOP_ORDER_PRINT_CUST_INFO_LBL' => 'Klantinformatie',
                    
100	'PHPSHOP_ORDER_PRINT_CUST_BILLING_LBL' => 'Factuurinformatie',
                    
101	'PHPSHOP_ORDER_PRINT_CUST_SHIPPING_LBL' => 'Verzendinformatie',
                    
151	'PHPSHOP_PRODUCT_FORM_DESCRIPTION' => 'Product omschrijving',
                    
152	'PHPSHOP_PRODUCT_FORM_S_DESC' => 'Korte omschrijving',
                    
153	'PHPSHOP_PRODUCT_FORM_IN_STOCK' => 'In voorraad',
                    
                
_biz_data_tree_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 144 lines
                    
40<a name="l00041"></a>00041 
                    
41<a name="l00047"></a><a class="code" href="class_biz_data_tree.html#abed09406b8b4ab1618c60375ca26c840">00047</a>     <span class="keyword">public</span> function <a class="code" href="class_biz_data_tree.html#abed09406b8b4ab1618c60375ca26c840">fetchTree</a>($rootSearchRule, $depth, $globalSearchRule=<span class="stringliteral">&quot;&quot;</span>)
                    
42<a name="l00048"></a>00048     {
                    
43<a name="l00049"></a>00049         $this-&gt;m_Depth = $depth;
                    
44<a name="l00050"></a>00050         $this-&gt;m_globalSearchRule = $globalSearchRule;
                    
45<a name="l00051"></a>00051 
                    
46<a name="l00052"></a>00052         <span class="comment">// query on given search rule</span>
                    
47<a name="l00053"></a>00053         $searchRule = <span class="stringliteral">&quot;(&quot;</span> . $rootSearchRule . <span class="stringliteral">&quot;)&quot;</span>;
                    
48<a name="l00054"></a>00054         <span class="keywordflow">if</span> ($globalSearchRule!=<span class="stringliteral">&quot;&quot;</span>)
                    
48<a name="l00054"></a>00054         <span class="keywordflow">if</span> ($globalSearchRule!=<span class="stringliteral">&quot;&quot;</span>)
                    
49<a name="l00055"></a>00055             $searchRule .= <span class="stringliteral">&quot; AND (&quot;</span> . $globalSearchRule . <span class="stringliteral">&quot;)&quot;</span>;
                    
50<a name="l00056"></a>00056         $recordList = $this-&gt;<a class="code" href="class_biz_data_obj___lite.html#a76dc543332df35530951dfd060fe1b21">directFetch</a>($searchRule);
                    
93<a name="l00111"></a>00111         <span class="keywordflow">if</span> ($this-&gt;m_globalSearchRule!=<span class="stringliteral">&quot;&quot;</span>)
                    
94<a name="l00112"></a>00112                 $searchRule .= <span class="stringliteral">&quot; AND &quot;</span> . $this-&gt;m_globalSearchRule;
                    
95<a name="l00113"></a>00113         $recordList = $this-&gt;<a class="code" href="class_biz_data_obj___lite.html#a76dc543332df35530951dfd060fe1b21">directFetch</a>($searchRule);
                    
                
admin_functions.php http://nuke-viet.googlecode.com/svn/trunk/ | PHP | 472 lines
                    
1<?php
                    
2
                    
68	$groups = array();
                    
69	while( $row = $db->sql_fetchrow( $result ) )
                    
70	{
                    
79
                    
80	$content_config = "<?php\n\n";
                    
81	$content_config .= NV_FILEHEAD . "\n\n";
                    
85	$result = $db->sql_query( $sql );
                    
86	while( list( $c_config_name, $c_config_value ) = $db->sql_fetchrow( $result ) )
                    
87	{
                    
99
                    
100	$return = file_put_contents( NV_ROOTDIR . "/" . NV_DATADIR . "/config_global.php", $content_config, LOCK_EX );
                    
101	nv_delete_all_cache();
                    
160	{
                    
161		include ( NV_ROOTDIR . "/includes/class/geturl.class.php" );
                    
162		$getContent = new UrlGetContents( $global_config, 6 );
                    
                
index.php http://xgcalendar.googlecode.com/svn/trunk/ | PHP | 308 lines
                    
40            <div id="showdaybtn" class="fbutton">
                    
41                <div><span title='<?php echo ucfmsg("day") ?>' class="showdayview"><?php echo ucfmsg("day") ; ?></span></div>
                    
42            </div>
                    
70            <div id="changetoenglish" class="fbutton">
                    
71                <div><span title='<?php echo ucfmsg("english");  ?>' class="english"><?php echo ucfmsg("english");  ?></span></div>
                    
72            </div>
                    
73             <div id="changetoenglishau" class="fbutton">
                    
74                <div><span title='<?php echo ucfmsg("english");  ?>' class="english_au"><?php echo ucfmsg("english") ; ?></span></div>
                    
75            </div>
                    
109           var view="week";          
                    
110            <?php include("_part.php"); ?>
                    
111            var op = {
                    
209                $.alerts.cancelButton="<?php echo ucfmsg("cancel") ; ?>";  
                    
210                hiConfirm("<?php echo ucfmsg("deleteconfirm") ; ?>", '<?php echo ucfmsg("confirm");  ?>',function(r){ r && callback(0);});           
                    
211            }
                    
                
paymtop1.php http://ebpls.googlecode.com/svn/trunk/ | PHP | 361 lines
                    
93		$totfee=0;
                    
94		require_once"includes/penalty.php";
                    
95		$totalpay=$grandamt;
                    
177	<tr>
                    
178	<td align=right><?php echo $getj[1]; ?> &nbsp; -----------------</td><td><?php echo $getj[2]; ?></td>
                    
179	</tr>
                    
189	$totalfee = $totass;
                    
190include_once "includes/other_permit_penalty.php";
                    
191$totass=$totass + $otherpen + $otherint + $otherlate;
                    
288?>
                    
289<td><div align=center><a href="#" class=subnavwhite onclick='window.open("ebplsothrec.php?owner_id=<?php echo $owner_id; ?>&or_no=<?php echo $get_info[4]; ?>&permit_type=<?php echo $permit_type; ?>&stat=<?php echo $stat; ?>");'>Print OR</a></div></td>
                    
290<?php
                    
295?>
                    
296<td><div align=center><a href="#" class=subnavwhite onclick='window.open("ebplsothrec.php?owner_id=<?php echo $owner_id; ?>&or_no=<?php echo $get_info[4]; ?>&permit_type=<?php echo $permit_type; ?>&stat=<?php echo $stat; ?>");'>Re-Print OR</a></div></td>
                    
297<?php
                    
                
_base_object_8php_source.html git://github.com/SimplOnPHP/SimplOnPHP.git | HTML | 212 lines
                    
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
                    
6<title>SimplOn PHP: BaseObject.php Source File</title>
                    
7
                    
31  <td style="padding-left: 0.5em;">
                    
32   <div id="projectname">SimplOn PHP
                    
33   
                    
89<!-- iframe showing the search results (closed by default) -->
                    
90<div id="MSearchResultsWindow">
                    
91<iframe src="javascript:void(0)" frameborder="0" 
                    
91<iframe src="javascript:void(0)" frameborder="0" 
                    
92        name="MSearchResults" id="MSearchResults">
                    
93</iframe>
                    
100<div class="contents">
                    
101<a href="_base_object_8php.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php
                    
102<a name="l00002"></a>00002 <span class="comment">/*</span>
                    
                
 

Source

Language