PageRenderTime 210ms queryTime 10ms sortTime 12ms getByIdsTime 24ms findMatchingLines 47ms

100+ results results for 'php link repo:stratworkouts/wordpress' (210 ms)

Not the results you expected?
index.php git://git.savannah.nongnu.org/savane-cleanup.git | PHP | 363 lines
                    
1<?php
                    
2# Manage user preferences
                    
22
                    
23# we need to define the theme before loading the pre.php init script,
                    
24# otherwise the page needs to be reloaded for the change to take effect.
                    
25# see bug #1987
                    
26require_once('../../include/sane.php');
                    
27extract(sane_import('post',
                    
40
                    
41require_once('../../include/init.php');
                    
42require_once('../../include/timezones.php');
                    
123#######################
                    
124####################### PRINT FORM + LINKS
                    
125
                    
139
                    
140print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
                    
141
                    
                
UnitCheckProject.html git://git.savannah.nongnu.org/unitcheck.git | HTML | 447 lines
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_UnitCheckProject.php.html">/UnitCheckProject.php</a> (line <span class="field">32</span>)
                    
34		</p>
                    
161	
                    
162	<!-- ========== Info from phpDoc block ========= -->
                    
163	<ul class="tags">
                    
268	
                    
269	<!-- ========== Info from phpDoc block ========= -->
                    
270	<ul class="tags">
                    
291	
                    
292	<!-- ========== Info from phpDoc block ========= -->
                    
293	<ul class="tags">
                    
443	<p class="notes" id="credit">
                    
444		Documentation generated on Tue, 18 Jan 2011 17:56:51 +1100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
                    
445	</p>
                    
                
ko.js http://avblog.googlecode.com/svn/trunk/ | JavaScript | 502 lines
                    
5 * Licensed under the terms of the GNU Lesser General Public License:
                    
6 * 		http://www.opensource.org/licenses/lgpl-license.php
                    
7 * 
                    
40RemoveFormat		: "?? ???",
                    
41InsertLinkLbl		: "??",
                    
42InsertLink			: "?? ??/??",
                    
42InsertLink			: "?? ??/??",
                    
43RemoveLink			: "?? ??",
                    
44Anchor				: "??? ??/??",
                    
104// Context Menu
                    
105EditLink			: "?? ??",
                    
106CellCM				: "Cell",	//MISSING
                    
172DlgGenContType		: "Advisory Content Type",
                    
173DlgGenLinkCharset	: "Linked Resource Charset",
                    
174DlgGenStyle			: "Style",
                    
                
OLE_Root.php https://PHPExcel.svn.codeplex.com/svn | PHP | 482 lines
                    
5// +----------------------------------------------------------------------+
                    
6// | Copyright (c) 1997-2002 The PHP Group                                |
                    
7// +----------------------------------------------------------------------+
                    
10// | available at through the world-wide-web at                           |
                    
11// | http://www.php.net/license/2_02.txt.                                 |
                    
12// | If you did not receive a copy of the PHP license and are unable to   |
                    
22
                    
23require_once 'PHPExcel/Shared/OLE/OLE_PPS.php';
                    
24
                    
31*/
                    
32class PHPExcel_Shared_OLE_PPS_Root extends PHPExcel_Shared_OLE_PPS
                    
33	{
                    
152				$raList[$i]->Size = $raList[$i]->_DataLen();
                    
153				if ($raList[$i]->Size < PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL) {
                    
154					$iSBcnt += floor($raList[$i]->Size / $this->_SMALL_BLOCK_SIZE)
                    
                
index.php http://pixie-cms.googlecode.com/svn/trunk/ | PHP | 548 lines
                    
43/* Check for config */
                    
44if ((!file_exists('admin/config.php')) or (filesize('admin/config.php') < 10)) {
                    
45	/* redirect to installer */
                    
88	}
                    
89	/* New! Built in php function. Tell php what the server timezone is so that we can use php 5's rewritten time and date functions with the correct time and without error messages */
                    
90	date_default_timezone_set("$server_timezone");
                    
110if (strnatcmp(phpversion(), '5.0.0') >= 0) {
                    
111	/* Load the php5 version of simplepie if you are running php5 */
                    
112	include_once 'admin/lib/lib_simplepie_php5.php';
                    
159	if (file_exists("admin/themes/{$site_theme}/theme.php")) {
                    
160		/* New! Your custom theme file must be named theme.php instead of index.php */
                    
161		include_once("admin/themes/{$site_theme}/theme.php");
                    
348?>/favicon.ico" />
                    
349	<link rel="apple-touch-icon" href="<?php
                    
350		print $site_url;
                    
                
board.controller.php http://xe-board.googlecode.com/svn/trunk/ | PHP | 354 lines
                    
1<?php
                    
2    /**
                    
316        /**
                    
317         * @brief the trigger for displaying 'view document' link when click the user ID
                    
318         **/
                    
                
group.php http://nukeviet-shop.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
1<?php
                    
2
                    
72        $subgroupid = "";
                    
73        $query = "INSERT INTO " . $table_name . " (`groupid`, `parentid`, `image`, `thumbnail`, `weight`, `order`, `lev`, `viewgroup`, `numsubgroup`, `subgroupid`, `inhome`, `numlinks`, `admins`, `add_time`, `edit_time`, `del_cache_time`, `who_view`, `groups_view` " . $listfield . " ) 
                    
74         VALUES (NULL, " . $db->dbescape( $data['parentid'] ) . ",' ',' '," . $db->dbescape( $weight ) . ", '0', '0', " . $db->dbescape( $viewgroup ) . ", '0', " . $db->dbescape( $subgroupid ) . ", '1', '4'," . $db->dbescape( $admins ) . ", UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), UNIX_TIMESTAMP() + 26000000, " . $db->dbescape( $data['who_view'] ) . "," . $db->dbescape( $groups_view ) . $listvalue . " )";
                    
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();
                    
110            
                    
111            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op . "&parentid=" . $data['parentid'] . "" );
                    
112            die();
                    
209
                    
210include ( NV_ROOTDIR . "/includes/header.php" );
                    
211echo nv_admin_theme( $contents );
                    
211echo nv_admin_theme( $contents );
                    
212include ( NV_ROOTDIR . "/includes/footer.php" );
                    
213
                    
                
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 
                    
68$msManager_link  = mysql_connect("$host", $user, $pswd, true, 2 ) or fatalError("Unable to connect to mysql..." . mysql_error($msManager_link));
                    
69mysql_select_db(MANAGER_DB, $msManager_link) or fatalError("Can not use '". MANAGER_DB . "' database". mysql_error($msManager_link));
                    
70
                    
76		$theURL = $_SERVER['argv'][3];
                    
77    $frm_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$theURL) . "autoBackup/download_raw_file.php";
                    
78    
                    
314    mysql_close($msManager_link);
                    
315    $msManager_link = mysql_connect(PROHITS_SERVER_IP, USERNAME, DBPASSWORD, true, 2 ) or fatalError("Unable to connect to mysql..." . mysql_error($msManager_link));
                    
316    mysql_select_db(MANAGER_DB, $msManager_link) or fatalError("Can not use '". MANAGER_DB . "' database". mysql_error($msManager_link));
                    
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);
                    
                
css_optimiser.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 506 lines
                    
1<?php
                    
2header('Content-Type:text/html; charset=utf-8');
                    
2header('Content-Type:text/html; charset=utf-8');
                    
3require ('class.csstidy.php');
                    
4require ('lang.inc.php');
                    
20    {
                    
21        return unlink($dirname);
                    
22    }
                    
119<title>
                    
120      <?php
                    
121    echo $lang[$l][0];
                    
126	content="application/xhtml+xml; charset=utf-8" />
                    
127<link rel="stylesheet" href="cssparse.css" type="text/css" />
                    
128<script type="text/javascript">
                    
146<h1 style="display: inline">
                    
147      <?php
                    
148    echo $lang[$l][1];
                    
                
ASF_Object_Metadata.html http://xepec.googlecode.com/svn/trunk/ | HTML | 209 lines
                    
28				<li><span class="field">version:</span> $Rev: 102 $</li>
                    
29				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
30				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ASF---Object---Metadata.php.html">/ASF/Object/Metadata.php</a> (line <span class="field">55</span>)
                    
34		</p>
                    
36				
                    
37		<pre><a href="../../php-reader/ASF/ASF_Object.html">ASF_Object</a>
                    
38   |
                    
183					<blockquote>
                    
184													<span class="method-name"><a href="../../php-reader/ASF/ASF_Object.html#method__construct">ASF_Object::__construct()</a></span><br>
                    
185													<span class="method-name"><a href="../../php-reader/ASF/ASF_Object.html#methodgetIdentifier">ASF_Object::getIdentifier()</a></span><br>
                    
205	<p class="notes" id="credit">
                    
206		Documentation generated on Thu, 01 Jan 2009 14:59:28 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
207	</p>
                    
                
MzGraphPanel.java http://pride-toolsuite.googlecode.com/svn/ | Java | 417 lines
                    
30import java.io.PrintWriter;
                    
31import java.util.LinkedHashMap;
                    
32import java.util.Map;
                    
40 */
                    
41public abstract class MzGraphPanel extends JPanel implements ChartMouseListener, ActionListener {
                    
42    private static final Logger logger = LoggerFactory.getLogger(MzGraphPanel.class);
                    
68
                    
69    public MzGraphPanel(String title,
                    
70                        String xAxisLabel,
                    
96    /**
                    
97     * Reset the MzGraphPanel
                    
98     */
                    
324            // create a temporary legend
                    
325            Map<Tuple<String, String>, Paint> entries = new LinkedHashMap<Tuple<String, String>, Paint>();
                    
326            if (source != null) {
                    
                
Key.php https://code.google.com/p/s3db/ | PHP | 316 lines
                    
1<?php
                    
2/**
                    
7 *
                    
8 * PHP versions 4 and 5
                    
9 *
                    
9 *
                    
10 * LICENSE: This source file is subject to version 3.0 of the PHP license
                    
11 * that is available through the world-wide-web at the following URI:
                    
19 * @copyright  2005, 2006 Alexander Valyalkin
                    
20 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
21 * @version    1.2.0b
                    
21 * @version    1.2.0b
                    
22 * @link       http://pear.php.net/package/Crypt_RSA
                    
23 */
                    
89 * @copyright  2005, 2006 Alexander Valyalkin
                    
90 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
91 * @link       http://pear.php.net/package/Crypt_RSA
                    
                
Stream.php http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | PHP | 379 lines
                    
36 *
                    
37 * @package   PHP_TokenStream
                    
38 * @author    Sebastian Bergmann <sb@sebastian-bergmann.de>
                    
43
                    
44require_once ( PHPU_BASE_PATH . '/PHP/Token.php' );
                    
45
                    
46/**
                    
47 * A stream of PHP tokens.
                    
48 *
                    
52 * @version   Release: 1.0.1
                    
53 * @link      http://github.com/sebastianbergmann/php-token-stream/tree
                    
54 * @since     Class available since Release 1.0.0
                    
74      '+' => 'PHP_Token_PLUS',
                    
75      '-' => 'PHP_Token_MINUS',
                    
76      '*' => 'PHP_Token_MULT',
                    
                
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\'))
                    
210
                    
211		// So the << First :) Though we may not link it
                    
212		// if we are on the first page.
                    
214
                    
215		// Now the < which is the previous one... Don't link
                    
216		// it if thats where we are :P
                    
248		{
                    
249			// So add the page number... Also, don't link the page number
                    
250			// if thats where we are at ;) oh, ya and, don't add &page=
                    
256		// So add the > which is the next one ;)
                    
257		// Don't link it if thats our current page...
                    
258		$index[] = '<span class="pagination_next">'. ($start < $total_pages ? '<a href="'. $tpl_url. '&page='. ($start + 1). '">' : ''). l('Next &raquo;'). ($start < $total_pages ? '</a>' : ''). '</span>';
                    
                
widget-categories.php http://ooxx.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
221			<label for="<?php echo $this->get_field_id( 'use_desc_for_title' ); ?>">
                    
222			<input class="checkbox" type="checkbox" <?php checked( $instance['use_desc_for_title'], true ); ?> id="<?php echo $this->get_field_id( 'use_desc_for_title' ); ?>" name="<?php echo $this->get_field_name( 'use_desc_for_title' ); ?>" /> <?php _e( 'Use description?', $this->textdomain ); ?> <code>use_desc_for_title</code></label>
                    
223		</p>
                    
225			<label for="<?php echo $this->get_field_id( 'show_last_update' ); ?>">
                    
226			<input class="checkbox" type="checkbox" <?php checked( $instance['show_last_update'], true ); ?> id="<?php echo $this->get_field_id( 'show_last_update' ); ?>" name="<?php echo $this->get_field_name( 'show_last_update' ); ?>" /> <?php _e( 'Show last update?', $this->textdomain ); ?> <code>show_last_update</code></label>
                    
227		</p>
                    
229			<label for="<?php echo $this->get_field_id( 'show_count' ); ?>">
                    
230			<input class="checkbox" type="checkbox" <?php checked( $instance['show_count'], true ); ?> id="<?php echo $this->get_field_id( 'show_count' ); ?>" name="<?php echo $this->get_field_name( 'show_count' ); ?>" /> <?php _e( 'Show count?', $this->textdomain ); ?> <code>show_count</code></label>
                    
231		</p>
                    
233			<label for="<?php echo $this->get_field_id( 'hide_empty' ); ?>">
                    
234			<input class="checkbox" type="checkbox" <?php checked( $instance['hide_empty'], true ); ?> id="<?php echo $this->get_field_id( 'hide_empty' ); ?>" name="<?php echo $this->get_field_name( 'hide_empty' ); ?>" /> <?php _e( 'Hide empty?', $this->textdomain ); ?> <code>hide_empty</code></label>
                    
235		</p>
                    
237			<label for="<?php echo $this->get_field_id( 'feed' ); ?>">
                    
238			<input class="checkbox" type="checkbox" <?php checked( $instance['feed'], true ); ?> id="<?php echo $this->get_field_id( 'feed' ); ?>" name="<?php echo $this->get_field_name( 'feed' ); ?>" /> <?php _e( 'Show RSS feed?', $this->textdomain ); ?> <code>feed</code></label>
                    
239		</p>
                    
                
dyhbframe-entry-documents.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 194 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
15     <div id="version">
                    
16	    The DoYouHaoBaby PHP Framework????????<br>
                    
17        Copyright(c) <a href="http://doyouhaobaby.net">DoYouHaoBaby.NET</a>
                    
96		<p>
                    
97			???????<span style="color: #008000"><strong>D:\phpcondition\htdocs\doyouhaobaby</strong></span></p>
                    
98		<p>
                    
102		<p>
                    
103			?????<span style="color: #008000"><strong>D:\phpcondition\htdocs\doyouhaobaby/TestApp/index.php</strong></span></p>
                    
104		<p>
                    
166				<li>
                    
167					<span>???????????????????????????????????</span><span style="color: #008000"><span><strong>index.php</strong></span></span><span>?????????</span><span style="color: #008000"><span><strong>admin.php</strong></span></span><span>??</span></li>
                    
168			</ul>
                    
                
config.php http://wowroster-addons.googlecode.com/svn/trunk/ | PHP | 324 lines
                    
1<?php
                    
2/******************************
                    
14 *
                    
15 * $Id: config.php 105 2007-02-25 13:18:55Z PleegWat $
                    
16 *
                    
65	 *
                    
66	 * @return string $menu | HTML code for menu/linklist.
                    
67	 *          Note: Does not produce the <ul></ul> tags for the list, so you can add your own extra links at the end.
                    
                
functions.php http://collectgame.googlecode.com/svn/trunk/ | PHP | 429 lines
                    
1<?php
                    
2/**
                    
18		$temp['post_title'] = $commend->post_title;
                    
19		$temp['post_link'] = get_post_permalink($commend->ID);
                    
20		$cat = get_the_category($commend->ID);
                    
36		$temp['post_title'] = $commend->post_title;
                    
37		$temp['post_link'] = get_post_permalink($commend->ID);
                    
38		$cat = get_the_category($commend->ID);
                    
415      		<li><img src="<?php bloginfo('template_url');?>/images/pingltx.jpg" width="57" height="57" alt="?????" title="?????" /></li>
                    
416     		<li class="pl_name"><?php echo get_comment_author_link();?></li>
                    
417     	</ul>
                    
419    	<ul class="pl_cont">
                    
420          	<li class="pl_time">???:<?php echo get_comment_date() ;echo get_comment_time(); ?></li>
                    
421         	<li class="pl_main"><?php comment_text();?></li>
                    
422       	</ul>
                    
423      	<span class="louceng"><?php echo $GLOBALS['comments_indexs'];?>F</span>
                    
424    </div>
                    
                
logs.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2
                    
12/* 
                    
13 * Eg: $id = nv_insert_logs('lang','module name','name key','note',1, 'link acess');
                    
14 */
                    
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();
                    
262$my_head .= "<script type=\"text/javascript\" src=\"" . NV_BASE_SITEURL . "js/shadowbox/shadowbox.js\"></script>\n";
                    
263$my_head .= "<link rel=\"stylesheet\" type=\"text/css\" href=\"" . NV_BASE_SITEURL . "js/shadowbox/shadowbox.css\" />\n";
                    
264$my_head .= "<script type=\"text/javascript\">\n";
                    
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 );
                    
                
SluggableBehavior.php git://github.com/infinitas/infinitas.git | PHP | 342 lines
                    
1<?php
                    
2	/**
                    
6	 * @author Mariano Iglesias
                    
7	 * @link http://cake-syrup.sourceforge.net/ingredients/sluggable-behavior/
                    
8	 * @version $Revision: 36 $
                    
8	 * @version $Revision: 36 $
                    
9	 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
                    
10	 * @package Infinitas.Libs.Model.Behavior
                    
                
PHPExcel_Writer_Excel2007_ContentTypes.html https://PHPExcel.svn.codeplex.com/svn | HTML | 386 lines
                    
38      	  <div class="package">
                    
39			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_ContentTypes_php.html">		ContentTypes.php
                    
40		</a><br>
                    
40		</a><br>
                    
41			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_DocProps_php.html">		DocProps.php
                    
42		</a><br>
                    
42		</a><br>
                    
43			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_Drawing_php.html">		Drawing.php
                    
44		</a><br>
                    
54		</a><br>
                    
55			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_Worksheet_php.html">		Worksheet.php
                    
56		</a><br>
                    
56		</a><br>
                    
57			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_WriterPart_php.html">		WriterPart.php
                    
58		</a><br>
                    
                
jquery.rating.js http://xbat-devel.googlecode.com/svn/trunk/ | JavaScript | 241 lines
                    
4 * Dual licensed under the MIT and GPL licenses:
                    
5 *   http://www.opensource.org/licenses/mit-license.php
                    
6 *   http://www.gnu.org/licenses/gpl.html
                    
10*//*
                    
11	Based on http://www.phpletter.com/Demo/Jquery-Star-Rating-Plugin/
                    
12 Original comments:
                    
12 Original comments:
                    
13	This is hacked version of star rating created by <a href="http://php.scripts.psu.edu/rja171/widgets/rating.php">Ritesh Agrawal</a>
                    
14	It thansform a set of radio type input elements to star rating type and remain the radio element name and value,
                    
28	$.rating = {
                    
29		cancel: 'Cancel Rating',   // advisory title for the 'cancel' link
                    
30		cancelValue: '',           // value to submit when user click the 'cancel' link
                    
                
MinimizeToTrayMenu.htm http://autohotkey-chinese.googlecode.com/svn/trunk/ | HTML | 267 lines
                    
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                    
7<link rel="alternate" type="application/rss+xml" title="AutoHotkey Forum RSS" href="/forum/rss.php">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
9<link href="/docs/css/print.css" rel="stylesheet" type="text/css" media="print">
                    
10</head>
                    
                
CWsdlGenerator.php http://chenjin.googlecode.com/svn/trunk/ | PHP | 420 lines
                    
1<?php
                    
2/**
                    
5 * @author Qiang Xue <qiang.xue@gmail.com>
                    
6 * @link http://www.yiiframework.com/
                    
7 * @copyright Copyright &copy; 2008-2011 Yii Software LLC
                    
20 * of every input parameter and the type of the return value should be declared using
                    
21 * the standard phpdoc format.
                    
22 *
                    
78 * @author Qiang Xue <qiang.xue@gmail.com>
                    
79 * @version $Id: CWsdlGenerator.php 242 2012-03-29 15:18:01Z mole1230 $
                    
80 * @package system.web.services
                    
161	/*
                    
162	 * @param string $type PHP variable type
                    
163	 */
                    
252		$schema->setAttribute('targetNamespace',$this->namespace);
                    
253		foreach($this->_types as $phpType=>$xmlType)
                    
254		{
                    
                
readme.html http://pumpmyvote.googlecode.com/svn/trunk/ | HTML | 98 lines
                    
5	<title>WordPress &rsaquo; Beni Oku</title>
                    
6	<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
                    
7</head>
                    
26    <li>Site adresinizi web taray?c?n?z?n adres sat?r?na yaz?n.</li>
                    
27    <li>Ekrandaki talimatlar? takip ederek kurulumu tamamlayabilirsiniz. Kurulumdan önce <code>wp-config.php</code> dosyas? olu?turulacak. Baz? durumlarda bu dosya otomatik olarak olu?turulam?yor. E?er böyle bir durumla kar??la??rsan?z, elle olu?turman?z gerekir. Bunun için bir metin editörüyle <code>wp-config-sample.php</code> dosyas?n? aç?n ve veritaban? bilgilerinizi girin. Dosyay? <code>wp-config.php</code> olarak kaydedin ve sunucuya yükleyin, sonras?nda kuruluma ba?lay?n.
                    
28	<li><strong>Kurulumun sonunda verilen parolay? saklay?n.</strong></li>
                    
28	<li><strong>Kurulumun sonunda verilen parolay? saklay?n.</strong></li>
                    
29	<li> Kurulumun sonunda <a href="wp-login.php">giri? sayfas?na</a> gitmelisiniz. <code>admin</code> kullan?c? ad? ve kurulumda verilen parolayla giri? yap?n. Yönetim paneline girince Profil menüsünden parolan?z? de?i?tirebilirsiniz.</li>
                    
30</ol>
                    
37	<li>Yeni dosyalar? sunucunuza gönderin</li>
                    
38	<li>Web taray?c?n?za site adresinizden sonra <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a></span> yaz?n, ve yükseltmeyi yap?n.</li>
                    
39	<li>Hepsi bu kadar!</li>
                    
77<h1>E-posta ile yazma</h1>
                    
78<p>Bir posta sunucusu kullanarak blogunuza yaz? ekleyebilirsiniz! Bunu ayarlamak için Yönetim panelinizde &quot;Tercihler&quot; menüsündeki &quot;Yazma&quot; sekmesini aç?n ve POP3 hesab?n?z?n ba?lant? detaylar?n? girin. Sonra posta kutusunun yeni yaz?lar için periyodik olarak kontrol edilmesi için <code>wp-mail.php</code>'yi ayarlamal?s?n?z. Bunu Cron-jobs ile yapabilirsiniz, veya sunucunuz desteklemiyorsa çok say?da website-monitoring servislerinden birinin <code>wp-mail.php</code> URL'nizi kontrol etmesini sa?layabilirsiniz.</p>
                    
79<p>Yaz? göndermek çok kolay: Belirledi?iniz adrese gönderilen tüm e-postalar yaz? olarak blogunuza eklenir, e-postan?n konusu yaz?n?n ba?l??? olur. Bu adresi gizli tutman?z tavsiye edilir. Araç ba?ar?l? bir ?ekilde gönderilen postalar? <em>siler</em>.</p>
                    
                
PHPWebdriverTest.php http://php-webdriver-bindings.googlecode.com/svn/trunk/ | PHP | 282 lines
                    
1<?php
                    
2
                    
2
                    
3if(is_file('../definedVars.php')) require_once '../definedVars.php';
                    
4require_once 'phpwebdriver/WebDriver.php';
                    
11 */
                    
12class PHPWebDriverTest extends PHPUnit_Framework_TestCase {
                    
13
                    
40
                    
41        $element = $this->webdriver->findElementBy(LocatorStrategy::linkText, "say hello (javascript)");
                    
42        $this->assertNotNull($element);
                    
46
                    
47        $element = $this->webdriver->findElementBy(LocatorStrategy::linkText, "O Nas");
                    
48        $this->assertNotNull($element);
                    
52
                    
53        $element = $this->webdriver->findElementBy(LocatorStrategy::linkText, "say hello (javascript)");
                    
54        $this->assertNotNull($element);
                    
                
Exception.php http://syracava.googlecode.com/svn/trunk/ | PHP | 397 lines
                    
20 * @copyright  1997-2008 The PHP Group
                    
21 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
22 * @version    CVS: $Id: Exception.php 125 2009-08-21 01:35:18Z takuji.mezawa $
                    
22 * @version    CVS: $Id: Exception.php 125 2009-08-21 01:35:18Z takuji.mezawa $
                    
23 * @link       http://pear.php.net/package/PEAR
                    
24 * @since      File available since Release 1.3.3
                    
96 * @copyright  1997-2008 The PHP Group
                    
97 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
98 * @version    Release: 1.7.2
                    
98 * @version    Release: 1.7.2
                    
99 * @link       http://pear.php.net/package/PEAR
                    
100 * @since      Class available since Release 1.3.3
                    
154    /**
                    
155     * @param mixed $callback  - A valid php callback, see php func is_callable()
                    
156     *                         - A PEAR_Exception::OBSERVER_* constant
                    
                
class.ProcessManager.php http://scalr.googlecode.com/svn/ | PHP | 322 lines
                    
2	/**
                    
3     * This file is a part of LibWebta, PHP class library.
                    
4     *
                    
25     * @author Igor Savchenko <http://webta.net/company.html>
                    
26     * @example tests.php
                    
27     * @see tests.php
                    
189			    						$this->Logger->debug("Delete thread PID file $pid");
                    
190			    						@unlink($this->PIDDir . "/" . $pid);
                    
191			    					}
                    
210		    						$this->Logger->debug("Delete thread PID file {$this->PIDs[$k]}");
                    
211		    						@unlink($this->PIDDir . "/" . $this->PIDs[$k]);
                    
212		    					}
                    
230            	$this->Logger->debug("Delete Process PID file {$pid}");
                    
231            	@unlink("{$this->PIDDir}/{$pid}");
                    
232            } 
                    
                
0918fckconfig.js http://prosporous.googlecode.com/svn/trunk/ | JavaScript | 315 lines
                    
105	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
                    
106	['Link','Unlink','Anchor'],
                    
107	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
                    
115	['Style','FontFormat','FontName','FontSize'],
                    
116	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','OrderedList','UnorderedList','-','TextColor','BGColor','-','Link','Unlink','-','Image','Smiley']
                    
117] ;
                    
158FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
159FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
160FCKConfig.FirefoxSpellChecker	= false ;
                    
169
                    
170FCKConfig.ImageDlgHideLink		= false ;
                    
171FCKConfig.ImageDlgHideAdvanced	= false ;
                    
265var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
266var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
267
                    
                
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 *
                    
62 * @license  http://www.opensource.org/licenses/bsd-license.php  BSD License
                    
63 * @link     http://pear.php.net/package/Net_DNS2
                    
64 * @see      Net_DNS2_Socket
                    
                
li_SWX.html http://swx-format.googlecode.com/svn/trunk/ | HTML | 221 lines
                    
165    tree_file.icon = 'media/images/foldericon.png';
                    
166    	  var file = new WebFXTreeItem('Calculator.php', 'SWX/_services---Calculator.php.html');
                    
167      file.openIcon = 'media/images/file.png';
                    
169      tree_file.add(file);
                    
170    	  var file = new WebFXTreeItem('DiscoveryService.php', 'SWX/_services---amfphp---DiscoveryService.php.html');
                    
171      file.openIcon = 'media/images/file.png';
                    
185      tree_file.add(file);
                    
186    	  var file = new WebFXTreeItem('Nabaztag.php', 'SWX/_services---Nabaztag.php.html');
                    
187      file.openIcon = 'media/images/file.png';
                    
189      tree_file.add(file);
                    
190    	  var file = new WebFXTreeItem('Performance.php', 'SWX/_services---Performance.php.html');
                    
191      file.openIcon = 'media/images/file.png';
                    
218<br />
                    
219<i>HTML layout inspired by </i><a href="http://www.phpedit.com" target="right">PHPEdit</a></span>
                    
220</body>
                    
                
RegisteredCharacter.php https://code.google.com/p/yapeal/ | PHP | 309 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 *
                    
6 *
                    
7 * LICENSE: This file is part of Yet Another Php Eve Api library also know
                    
8 * as Yapeal which will be used to refer to it in the rest of this license.
                    
26 * @package    Yapeal
                    
27 * @link       http://code.google.com/p/yapeal/
                    
28 * @link       http://www.eveonline.com/
                    
41  $mess = basename(__FILE__)
                    
42    . ' must be included it can not be ran directly.' . PHP_EOL;
                    
43  if (PHP_SAPI != 'cli') {
                    
                
Request.php https://bitbucket.org/chamilo/chamilo/ | PHP | 342 lines
                    
1<?php
                    
2/**
                    
4 * 
                    
5 * Adapted from Andy Smith's OAuth library for PHP
                    
6 * 
                    
6 * 
                    
7 * @link http://oauth.net/core/1.0
                    
8 * @link http://oauth.googlecode.com/svn/spec/ext/consumer_request/1.0/drafts/1/spec.html
                    
8 * @link http://oauth.googlecode.com/svn/spec/ext/consumer_request/1.0/drafts/1/spec.html
                    
9 * @link http://oauth.googlecode.com/svn/code/php/
                    
10 * @link http://term.ie/oauth/example/
                    
15 * @copyright Copyright (c) 2008, Photobucket, Inc.
                    
16 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
                    
17 */
                    
21 */
                    
22require_once('OAuth/Utils.php');
                    
23/**
                    
                
save_QueryBuilder.class.php http://antilophpe.googlecode.com/svn/ | PHP | 317 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * File QueryBuilder.class.php
                    
4 *
                    
219    $query  = "show columns from $table";
                    
220    $result = oci_parse($resourceLinkID, $query);
                    
221    while ($row = oci_fetch_array($result)){
                    
                
rapidshare.com_2GB.php http://rapidleech.googlecode.com/svn/trunk/ | PHP | 218 lines
                    
1<?php
                    
2
                    
30			<tr><td colspan='2' align='center'><input type='submit' value='Upload' onclick='$(this).fadeOut();'></td></tr>
                    
31			<tr><td align='center' colspan='2'><small>Submit the form without logins to use default values stored in rapidshare.com_2GB.php</small></td></tr>
                    
32		</form>
                    
65	echo "<script>document.getElementById('progressblock').style.display='none';</script>";
                    
66	$download_link = $rs->download_link;
                    
67	$delete_link = $rs->delete_link;
                    
78	public $uploadpath = 'l3';	// depending on your [server|pc] location you can change this to any of the carriers rs.com uses such as 'cg' or others
                    
79	public $download_link;
                    
80	public $delete_link;
                    
123	{
                    
124		require (TEMPLATE_DIR . '/uploadui.php');
                    
125		$timeStart = getmicrotime();
                    
200				preg_match('%http://rapidshare\.com/.*killcode.*%i', $result, $dlink);
                    
201				$this->download_link = trim($flink[0]);
                    
202				$this->delete_link = trim($dlink[0]);
                    
                
usercp_viewprofile.php http://torrentpier2.googlecode.com/svn/trunk/ | PHP | 241 lines
                    
1<?php
                    
2
                    
4
                    
5require(INC_DIR .'bbcode.php');
                    
6
                    
49{
                    
50	$email_uri = ($bb_cfg['board_email_form']) ? 'profile.php?mode=email&amp;'. POST_USERS_URL .'='. $profiledata['user_id'] : 'mailto:'. $profiledata['user_email'];
                    
51	$email = '<a class="editable" href="'. $email_uri .'">'. $profiledata['user_email'] .'</a>';
                    
59//
                    
60// Get report user module and create report link
                    
61//
                    
61//
                    
62include(INC_DIR ."functions_report.php");
                    
63$report_user = report_modules('name', 'report_user');
                    
142	'TRAF_STATS'           => !(IS_AM || $profile_user_id),
                    
143	'U_MANAGE'             => (IS_ADMIN) ? "profile.php?mode=editprofile&amp;u={$profiledata['user_id']}" : 'profile.php?mode=editprofile',
                    
144));
                    
                
HTTPResponse.php git://github.com/silverstripe/sapphire.git | PHP | 355 lines
                    
1<?php
                    
2/**
                    
98	 * @param $statusDescription The text to be given alongside the status code.
                    
99	 *  See {@link setStatusCode()} for more information.
                    
100	 */
                    
107	 * @param string $code
                    
108	 * @param string $description Optional. See {@link setStatusDescription()}.
                    
109	 *  No newlines are allowed in the description.
                    
110	 *  If omitted, will default to the standard HTTP description
                    
111	 *  for the given $code value (see {@link $status_codes}).
                    
112	 * @return SS_HTTPRequest $this
                    
124	 * The text to be given alongside the status code ("reason phrase").
                    
125	 * Caution: Will be overwritten by {@link setStatusCode()}.
                    
126	 *
                    
244			echo <<<EOT
                    
245<p>Redirecting to <a href="{$urlATT}" title="Click this link if your browser does not redirect you">{$title}</a></p>
                    
246<meta http-equiv="refresh" content="1; url={$urlATT}" />
                    
                
wp-blip-options.php http://wp-blip.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
90                <th scope="row"><label for="wp_blip_tpl_container_pre">Przed list? statusów wstaw:</label></th>
                    
91                <td><input type="text" name="wp_blip_tpl_container_pre" id="wp_blip_tpl_container_pre" value="<?php echo htmlentities2 ($wp_blip_options['tpl_container_pre']) ?>" size="50"/><br />
                    
92                    Przyk?ad: &lt;ul class=&quot;blip_log&quot;&gt;
                    
163                    size="50" /><br />
                    
164                    Szczegó?y: <a href="http://php.net/strftime">php.net/strftime</a> (domy?lnie: %Y-%m-%d %H:%M:%S)
                    
165                </td>
                    
185                        type="radio" name="wp_blip_expand_linked_statuses" id="wp_blip_expand_linked_statuses_yes" value="1"
                    
186                        <?php echo $wp_blip_options['expand_linked_statuses'] ? 'checked="checked"' : ''; ?>
                    
187                        /> wczytaj</label>
                    
189                        type="radio" name="wp_blip_expand_linked_statuses" id="wp_blip_expand_linked_statuses_no" value="0"
                    
190                        <?php echo $wp_blip_options['expand_linked_statuses'] ? '' : 'checked="checked"'; ?>
                    
191                        /> nie wczytuj</label><br />
                    
203                <th scope="row">Wyczy?? cache:</th>
                    
204                <td><a href="<?php echo get_bloginfo('wpurl'); ?>/wp-content/plugins/wp-blip/wp-blip-ajax.php?ajax=1&amp;action=cache_invalidate"
                    
205                    onclick="jQuery.get (this.href, {}, function (d, s) {alert (d);}); return false">wyczy??</a></td>
                    
                
cache-api.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 147 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
7  <meta name="Keywords" content="DoYouHaoBaby,Framework">
                    
8  <meta name="Description" content="The DoYouHaoBaby PHP Framework | ?????????????">
                    
9  <link rel="stylesheet" type="text/css" href="./../../media/css/style.css" />
                    
9  <link rel="stylesheet" type="text/css" href="./../../media/css/style.css" />
                    
10  <link rel="stylesheet" type="text/css" href="./../../media/css/highlight.css" />
                    
11 </head>
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
45<p>
                    
46			???????????????????????????<span style="color: rgb(0, 128, 0);"><strong>Dyhb.class.php</strong></span> ?????<span style="color: rgb(0, 128, 0);"><strong>DoYouHaoBaby\LibPHP\App\Lib\Dyhb.class.php</strong></span>?</p>
                    
47		<p>
                    
                
instructions_de.htm git://github.com/MattWilcox/Adaptive-Images.git | HTML | 177 lines
                    
22    <h2>Basis Anweisungen</h2>
                    
23    <p>Kopieren Sie <code>adaptive-images.php</code> und <code>.htaccess</code> 
                    
24    in das Hauptverzeichniss ihres Internetauftritts. 
                    
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
                    
63<pre><code>&lt;IfModule mod_rewrite.c&gt;
                    
64  Options +FollowSymlinks
                    
65  RewriteEngine On
                    
77  directories
                    
78  # to adaptive-images.php so we can select appropriately sized versions
                    
79  RewriteRule \.(?:jpe?g|gif|png)$ adaptive-images.php
                    
                
empty.html git://github.com/kazuho/cppref.git | HTML | 147 lines
                    
14<meta name="keywords" content="stl,stack,empty" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/stl/stack/empty?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:stack" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/stl/stack/empty" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
57
                    
58<div class="plugin_translation"><span>Translations of this page<sup><a href="../../localization.html" class="wikilink1" title="localization">?</a></sup>:</span> <ul>  <li><div class="li"><span class="curid"><a href="../../stl/stack/empty.html" class="wikilink1" title="stl:stack:empty">en</a></span></div></li>  <li><div class="li"><a href="../../br-pt/stl/stack/empty.html" class="wikilink2" title="br-pt:stl:stack:empty" rel="nofollow">br-pt</a></div></li>  <li><div class="li"><a href="../../cn/stl/stack/empty.html" class="wikilink2" title="cn:stl:stack:empty" rel="nofollow">cn</a></div></li>  <li><div class="li"><a href="../../cz/stl/stack/empty.html" class="wikilink2" title="cz:stl:stack:empty" rel="nofollow">cz</a></div></li>  <li><div class="li"><a href="../../de/stl/stack/empty.html" class="wikilink2" title="de:stl:stack:empty" rel="nofollow">de</a></div></li>  <li><div class="li"><a href="../../es/stl/stack/empty.html" class="wikilink2" title="es:stl:stack:empty" rel="nofollow">es</a></div></li>  <li><div class="li"><a href="../../fr/stl/stack/empty.html" class="wikilink2" title="fr:stl:stack:empty" rel="nofollow">fr</a></div></li>  <li><div class="li"><a href="../../it/stl/stack/empty.html" class="wikilink1" title="it:stl:stack:empty">it</a></div></li>  <li><div class="li"><a href="../../jp/stl/stack/empty.html" class="wikilink2" title="jp:stl:stack:empty" rel="nofollow">jp</a></div></li>  <li><div class="li"><a href="../../nl/stl/stack/empty.html" class="wikilink2" title="nl:stl:stack:empty" rel="nofollow">nl</a></div></li>  <li><div class="li"><a href="../../pl/stl/stack/empty.html" class="wikilink1" title="pl:stl:stack:empty">pl</a></div></li>  <li><div class="li"><a href="../../ro/stl/stack/empty.html" class="wikilink2" title="ro:stl:stack:empty" rel="nofollow">ro</a></div></li>  <li><div class="li"><a href="../../ru/stl/stack/empty.html" class="wikilink1" title="ru:stl:stack:empty">ru</a></div></li>  <li><div class="li"><a href="../../sk/stl/stack/empty.html" class="wikilink1" title="sk:stl:stack:empty">sk</a></div></li>  <li><div class="li"><a href="../../tr/stl/stack/empty.html" class="wikilink2" title="tr:stl:stack:empty" rel="nofollow">tr</a></div></li>  <li><div class="li"><a href="../../tw/stl/stack/empty.html" class="wikilink2" title="tw:stl:stack:empty" rel="nofollow">tw</a></div></li></ul></div>
                    
59  
                    
                
friend.php http://praized.googlecode.com/svn/trunk/ | PHP | 358 lines
                    
15 * 
                    
16 * <code><?php if ( pzdc_has_friend() ) : ?>...<?php endif; ?></code>
                    
17 *
                    
31 *
                    
32 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
33 * @return mixed Boolean FALSE or Object Current friend (see params)
                    
46 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
47 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
48 * @return string
                    
128 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
129 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
130 * @return string
                    
141 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
142 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
143 * @return string
                    
                
API.php https://code.google.com/p/molinos-cms/ | PHP | 383 lines
                    
1<?php
                    
2/**
                    
74			$result = file_get_contents($outfile);
                    
75			unlink($outfile);
                    
76		} else {
                    
317				'method' => 'POST',
                    
318				'header' => 'Content-Type: application/x-www-form-urlencoded' . PHP_EOL,
                    
319				'content' => Molinos_Core_API::getInstance('http')->build_query($data),
                    
                
fckconfig.js http://3rgbcom.googlecode.com/svn/trunk/ | JavaScript | 329 lines
                    
107	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
                    
108	['Link','Unlink','Anchor'],
                    
109	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
                    
120FCKConfig.ToolbarSets["GuestBook"] = [
                    
121	['Bold','PasteText','Unlink','TextColor','Smiley','Preview','About']
                    
122] ;
                    
164FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
165FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
166FCKConfig.FirefoxSpellChecker	= false ;
                    
191
                    
192FCKConfig.DefaultLinkTarget = '' ;
                    
193
                    
273// inline when creating the editor instance. In that cases you must set the
                    
274// values of LinkBrowserURL, ImageBrowserURL and so on.
                    
275// Custom implementations should just ignore it.
                    
                
article.html http://phpfor.googlecode.com/svn/trunk/ | HTML | 194 lines
                    
7            <{if $key == "seo"}>
                    
8                <span class="tab"><span><a href="index.php?ctl=sale/tools&act=seo"><{$item}></a></span></span>
                    
9            <{else}>
                    
9            <{else}>
                    
10                <span class="tab"><span><a href="index.php?ctl=sale/tools&act=exceptseo&p[0]=<{$key}>"><{$item}></a></span></span>
                    
11            <{/if}>
                    
16
                    
17<form action='index.php?ctl=sale/tools&act=seoedit'  method='post' class="settingform" id="site_basic" enctype="multipart/form-data" target="{update:'messagebox'}">
                    
18<div class="tableform">
                    
21            <td><h4><{t}>???????<{/t}></h4></td>
                    
22            <td style="text-align:right; padding-right:10px;"><{help docid="64" type="link"}><{t}>??????<{/t}><{/help}><input type="hidden" name="pagetype" value="article"></td>
                    
23        </tr>
                    
74            <td><h4><{t}>???<{/t}></h4></td>
                    
75            <td style="text-align:right; padding-right:10px;"><{help docid="64" type="link"}><{t}>??????<{/t}><{/help}></td>
                    
76        </tr>
                    
                
MaildirFolderTest.php git://github.com/zendframework/zf2.git | PHP | 0 lines
                    
1<?php
                    
2/**
                    
36 */
                    
37class MaildirFolderTest extends \PHPUnit_Framework_TestCase
                    
38{
                    
112                    }
                    
113                    unlink($entry);
                    
114                }
                    
203        try {
                    
204            // explicit call of __toString() needed for PHP < 5.2
                    
205            $this->assertEquals($mail->getFolders()->subfolder->__toString(), 'subfolder');
                    
235
                    
236            // explicit call of __toString() needed for PHP < 5.2
                    
237            $found_folders[$folder->__toString()] = $localName;
                    
257
                    
258            // explicit call of __toString() needed for PHP < 5.2
                    
259            $found_folders[$folder->__toString()] = $localName;
                    
                
PHPExcel_Worksheet_RowDimension.html https://PHPExcel.svn.codeplex.com/svn | HTML | 403 lines
                    
38      	  <div class="package">
                    
39			<a href="../PHPExcel_Worksheet/_Classes_PHPExcel_Worksheet_ColumnDimension_php.html">		ColumnDimension.php
                    
40		</a><br>
                    
44		</a><br>
                    
45			<a href="../PHPExcel_Worksheet/_Classes_PHPExcel_Worksheet_PageMargins_php.html">		PageMargins.php
                    
46		</a><br>
                    
46		</a><br>
                    
47			<a href="../PHPExcel_Worksheet/_Classes_PHPExcel_Worksheet_PageSetup_php.html">		PageSetup.php
                    
48		</a><br>
                    
48		</a><br>
                    
49			<a href="../PHPExcel_Worksheet/_Classes_PHPExcel_Worksheet_Protection_php.html">		Protection.php
                    
50		</a><br>
                    
50		</a><br>
                    
51			<a href="../PHPExcel_Worksheet/_Classes_PHPExcel_Worksheet_RowDimension_php.html">		RowDimension.php
                    
52		</a><br>
                    
                
mychannel_add.htm http://jqbird.googlecode.com/svn/trunk/ | HTML | 287 lines
                    
26	{
                    
27		$Obj("addcon").value = "archives_add.php";
                    
28		$Obj("editcon").value = "archives_edit.php";
                    
28		$Obj("editcon").value = "archives_edit.php";
                    
29		$Obj("mancon").value = "content_list.php";
                    
30		$Obj("useraddcon").value = "archives_add.php";
                    
30		$Obj("useraddcon").value = "archives_add.php";
                    
31		$Obj("usereditcon").value = "archives_edit.php";
                    
32		$Obj("usermancon").value = "content_list.php";
                    
35	{
                    
36		$Obj("addcon").value = "archives_sg_add.php";
                    
37		$Obj("editcon").value = "archives_sg_edit.php";
                    
37		$Obj("editcon").value = "archives_sg_edit.php";
                    
38		$Obj("mancon").value = "content_sg_list.php";
                    
39		$Obj("useraddcon").value = "archives_sg_add.php";
                    
                
inlimg.el git://github.com/spastorino/my_emacs_for_rails.git | Emacs Lisp | 423 lines
                    
161    (nxml-mode html-mode)
                    
162    (php-mode html-mode)
                    
163    (css-mode html-mode)
                    
399  (let ((add-or-remove (if on 'font-lock-add-keywords 'font-lock-remove-keywords))
                    
400        (link-fun))
                    
401    (funcall add-or-remove nil
                    
403                1
                    
404                mlinks-link
                    
405                prepend)))
                    
                
scheme3_e.html http://zhangpengpeng.googlecode.com/svn/trunk/ | HTML | 287 lines
                    
10<meta name="robots" content="all">
                    
11<link rel="stylesheet" href="../shido_e.css" text="text/css">
                    
12<link rel="icon" href="http://www.shido.info/images/shido.png" type="image/png">
                    
18<table class='guide'><tr>
                    
19<td><a rel=home href='http://www.shido.info/index_e.php'>
                    
20  <img src='../images/shido_small.png' class='arrow' border=0>HOME</a></td>
                    
24<td><a rel=next href="scheme4_e.html"><img src='../images/right_arrow.gif' class='arrow' border=0>4. Defining Functions</a></td>
                    
25<td><a href='http://www.shido.info/gb/write_guestbook_e.php?ref=lisp/scheme3_e.html&amp;t=%28Scheme%29+Making+Lists' target='new'>
                    
26<img src='../images/pencil.gif' class='arrow' border=0>Post Messages</a></td>
                    
273<table class='guide'><tr>
                    
274<td><a rel=home href='http://www.shido.info/index_e.php'>
                    
275  <img src='../images/shido_small.png' class='arrow' border=0>HOME</a></td>
                    
279<td><a rel=next href="scheme4_e.html"><img src='../images/right_arrow.gif' class='arrow' border=0>4. Defining Functions</a></td>
                    
280<td><a href='http://www.shido.info/gb/write_guestbook_e.php?ref=lisp/scheme3_e.html&amp;t=%28Scheme%29+Making+Lists' target='new'>
                    
281<img src='../images/pencil.gif' class='arrow' border=0>Post Messages</a></td>
                    
                
Generic.php https://code.google.com/p/molinos-cms/ | PHP | 322 lines
                    
1<?php
                    
2/**
                    
55	 *
                    
56	 * ???????? ?????????? ? ???? id ???????? ? {@link verify()}.
                    
57	 */
                    
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	}
                    
243
                    
244		return new Molinos_Auth_User($user->id, $user->getLinkedTo('group', true));
                    
245	}
                    
                
google_base_feed_builder.php http://google-checkout-oscommerce.googlecode.com/svn/trunk/ | PHP | 362 lines
                    
75
                    
76require_once(DIR_FS_CATALOG . 'googlecheckout/library/xml/google_xml_builder.php');
                    
77
                    
110  /**
                    
111   * Adds feed info (title, link, description) to the XML.
                    
112   */
                    
257  function add_link($product) {
                    
258    $link = tep_href_link(
                    
259        FILENAME_PRODUCT_INFO,
                    
260        'products_id=' . $product['products_id']);
                    
261    $this->add_if_not_empty('link', $link);
                    
262  }
                    
306        . DIR_WS_IMAGES . $product['products_image'];
                    
307    $this->add_if_not_empty('g:image_link', $image_link);
                    
308  }
                    
                
ThemeManager.php https://code.google.com/p/enanocms/ | PHP | 429 lines
                    
1<?php
                    
2
                    
21	{
                    
22		$login_link = makeUrlNS('Special', 'Login/' . $paths->nslist['Special'] . 'Administration', 'level=' . USER_LEVEL_ADMIN, true);
                    
23		echo '<h3>' . $lang->get('adm_err_not_auth_title') . '</h3>';
                    
23		echo '<h3>' . $lang->get('adm_err_not_auth_title') . '</h3>';
                    
24		echo '<p>' . $lang->get('adm_err_not_auth_body', array( 'login_link' => $login_link )) . '</p>';
                    
25		return;
                    
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>';
                    
170		echo '<h3>' . $lang->get('adm_err_not_auth_title') . '</h3>';
                    
171		echo '<p>' . $lang->get('adm_err_not_auth_body', array( 'login_link' => $login_link )) . '</p>';
                    
172		return;
                    
                
core.php http://festos.googlecode.com/svn/trunk/ | PHP | 405 lines
                    
8*   DON'T CHANGE ANYTHING IN THIS FILE
                    
9*   ALL CONFIGURATION IS DONE IN config.php AND lang.PHP
                    
10*/
                    
26require_once($config['ABSOLUTE_FILE_PATH']."cache/photolang.php");
                    
27require_once($config['ABSOLUTE_FILE_PATH']."core/output.php");
                    
28require_once($config['ABSOLUTE_FILE_PATH']."core/FestOS.php");
                    
42require_once($config['ABSOLUTE_FILE_PATH'].'core/check_email_address.php');
                    
43require_once($config['ABSOLUTE_FILE_PATH'].'core/class.phpmailer.php');
                    
44require_once($config['ABSOLUTE_FILE_PATH'].'core/class.smtp.php');
                    
57	$linkText = (func_num_args() == 2) ? func_get_arg(1) : $email;
                    
58	$linkText = str_replace('@', '<span class="nospam">&#64;</span> ', $linkText);
                    
59	return '<a href="#" onClick=\'a="'.$partA.'";this.href="mail"+"to:"+a+"'.$partB.'";\'>'.$linkText.'</a>';
                    
64##  sendEmail()
                    
65##  sends an email using mailer values in config.php
                    
66##  returns nothing on success, phpMailer error string on failure
                    
                
genmenu.php http://opixido-ocms.googlecode.com/svn/trunk/ | PHP | 325 lines
                    
1<?php
                    
2
                    
20# @copyright opixido 2009
                    
21# @link http://code.google.com/p/opixido-ocms/
                    
22# @package ocms
                    
                
phmagick.php http://bedita.googlecode.com/svn/trunk/ | PHP | 341 lines
                    
1<?php
                    
2/*
                    
25 * @license    LGPL
                    
26 * @link       http://www.francodacosta.com/phmagick
                    
27 * @since      2008-03-13
                    
51        if(is_null($this->escapeChars) ){
                    
52            $this->escapeChars = !( strtolower ( substr( php_uname('s'), 0, 3))  == "win" ) ;
                    
53        }
                    
163        $base = dirname(__FILE__) . '/plugins';
                    
164        $plugins = glob($base . '/*.php');
                    
165        foreach($plugins as $plugin){
                    
166            include_once $plugin ;
                    
167            $name = basename($plugin, '.php');
                    
168            $className = 'phMagick_'.$name ;
                    
                
BrowserHandler.java http://websecuritynotebook.googlecode.com/svn/trunk/ | Java | 295 lines
                    
161        final ParseHtml parser = this.connection.getParser();
                    
162        final HtmlLink link = parser.getHtmlLink(inputLinkId);
                    
163        if (link != null) {
                    
165            // Attempt another connect //
                    
166            System.out.println("Attempting connect to link : " + link.getHrefLink());
                    
167            this.urlField.setText(link.getHrefLink());
                    
170        } else {
                    
171            System.out.println("Invalid link id : " + inputLinkId);
                    
172        } // End of the if - else //
                    
180     */
                    
181    public ConnectSettingsBean prevHistoryLink() {
                    
182
                    
242            final int inputLinkId = Integer.parseInt(text);
                    
243            System.out.println("Processing command link Id : " + inputLinkId);
                    
244            final ConnectResult result = connection.getLastResult();
                    
                
CriterionPolicyError.html http://google-api-adwords-php.googlecode.com/svn/trunk/ | HTML | 0 lines
                    
6			<title>Docs For Class CriterionPolicyError</title>
                    
7			<link rel="stylesheet" href="../../media/stylesheet.css" />
                    
8			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
                    
23	<div class="info-box-body">
                    
24        		<!-- ========== Info from phpDoc block ========= -->
                    
25<p class="short-description">Contains the policy violations for a single BiddableAdGroupCriterion.</p>
                    
26		<p class="notes">
                    
27			Located in <a class="field" href="_Ads---AdWords---v201008---AdGroupCriterionService.php.html">/Ads/AdWords/v201008/AdGroupCriterionService.php</a> (line <span class="field">5240</span>)
                    
28		</p>
                    
148	
                    
149	<!-- ========== Info from phpDoc block ========= -->
                    
150	<ul class="tags">
                    
288	<p class="notes" id="credit">
                    
289		Documentation generated by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
                    
290	</p>
                    
                
fsource_PhpExt_Grid_PhpExtGridEditorGridPanel.php.html http://php-ext.googlecode.com/svn/trunk/ | HTML | 170 lines
                    
12<div id="header">
                    
13	<h1><img src="../media/php-ext2.png" alt="PHP-Ext Logo" title="PHP-Ext" width="110" height="34" /></h1>
                    
14	<div>
                    
78<h1 align="center">Source for file EditorGridPanel.php</h1>
                    
79<p>Documentation is available at <a href="../PhpExt/Grid/_PhpExt---Grid---EditorGridPanel.php.html">EditorGridPanel.php</a></p>
                    
80<div class="src-code"><span class="php">
                    
103<li><div class="src-line"><a name="a23"></a><span class="src-doc">&nbsp;*/</span></div></li>
                    
104<li><div class="src-line"><a name="a24"></a><span class="src-key">class&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_EditorGridPanel.html">PhpExt_Grid_EditorGridPanel</a>&nbsp;<span class="src-key">extends&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_GridPanel.html">PhpExt_Grid_GridPanel</a>&nbsp;</div></li>
                    
105<li><div class="src-line"><a name="a25"></a><span class="src-sym">{</span></div></li>
                    
111<li><div class="src-line"><a name="a31"></a><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></div></li>
                    
112<li><div class="src-line"><a name="a32"></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-key">public&nbsp;</span><span class="src-key">function&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_EditorGridPanel.html#methodsetClicksToEdit">setClicksToEdit</a><span class="src-sym">(</span><span class="src-var">$value</span><span class="src-sym">)&nbsp;</span><span class="src-sym">{</span></div></li>
                    
113<li><div class="src-line"><a name="a33"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-var">$this</span><span class="src-sym">-&gt;</span><a href="../PhpExt/PhpExt_Object.html#methodsetExtConfigProperty">setExtConfigProperty</a><span class="src-sym">(</span><span class="src-str">&quot;clicksToEdit&quot;</span><span class="src-sym">,&nbsp;</span><span class="src-var">$value</span><span class="src-sym">)</span><span class="src-sym">;</span></div></li>
                    
153<div id="footer">
                    
154PHP-Ext Open Source Project | <a href="http://php-ext.googlecode.com">http://php-ext.googlecode.com</a> | <a href="http://php-ext.quimera-solutions.com">http://php-ext.quimera-solutions.com</a> |
                    
155sergeiw at gmail.com
                    
                
??????????????????.htm http://xinhaining-dianjian-delphi.googlecode.com/svn/trunk/ | HTML | 262 lines
                    
89
                    
90a.rlink:link {color: #0000ff;text-decoration: underline;}
                    
91a.rlink:visited {color: #006699;text-decoration: underline;}
                    
225<td height="20"><font color=black>?????????????</font></td>
                    
226<td height="20"><font color=black>???????GPS????????????????</font></td><td height="20"><a href="javascript:;" title="??????" class="rlink" onclick="window.open('content.php?name1=?????????????','card','resizable,scrollbars,dependent,width=500,height=300');"><div align="center">??</div></a></td></tr><tr bgcolor="#ffffff">
                    
227<td height="20"><font color=black>??????????</font></td>
                    
229<td height="20"><font color=black>??????????????</font></td>
                    
230<td height="20"><font color=black>?????????????,???</font></td><td height="20"><a href="javascript:;" title="??????" class="rlink" onclick="window.open('content.php?name1=??????????????','card','resizable,scrollbars,dependent,width=500,height=300');"><div align="center">??</div></a></td></tr><tr bgcolor="#ffffff">
                    
231<td height="20"><font color=black>??????????</font></td>
                    
231<td height="20"><font color=black>??????????</font></td>
                    
232<td height="20"><font color=black>?????????????????????????????????????????????????</font></td><td height="20"><a href="javascript:;" title="??????" class="rlink" onclick="window.open('content.php?name1=??????????','card','resizable,scrollbars,dependent,width=500,height=300');"><div align="center">??</div></a></td></tr><tr bgcolor="#eeeeee">
                    
233<td height="20"><font color=black>??????????</font></td>
                    
233<td height="20"><font color=black>??????????</font></td>
                    
234<td height="20"><font color=black>???????</font></td><td height="20"><a href="javascript:;" title="??????" class="rlink" onclick="window.open('content.php?name1=??????????','card','resizable,scrollbars,dependent,width=500,height=300');"><div align="center">??</div></a></td></tr></table>        <table width="98%" border="0" align="center" cellpadding="0" cellspacing="4">
                    
235          <tr> 
                    
                
Common.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 519 lines
                    
1<?php
                    
2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
                    
6 *
                    
7 * PHP versions 4 and 5
                    
8 *
                    
8 *
                    
9 * LICENSE: This source file is subject to version 3.01 of the PHP license
                    
10 * that is available through the world-wide-web at the following URI:
                    
10 * that is available through the world-wide-web at the following URI:
                    
11 * http://www.php.net/license/3_01.txt If you did not receive a copy of
                    
12 * the PHP License and are unable to obtain it through the web, please
                    
18 * @copyright   2001-2009 The PHP Group
                    
19 * @license     http://www.php.net/license/3_01.txt PHP License 3.01
                    
20 * @version     CVS: $Id: Common.php 137 2009-11-09 13:24:37Z vanpouckesven $
                    
20 * @version     CVS: $Id: Common.php 137 2009-11-09 13:24:37Z vanpouckesven $
                    
21 * @link        http://pear.php.net/package/HTML_Common/
                    
22 */
                    
                
RepositoryService.php http://openbiz-cubi.googlecode.com/svn/trunk/ | PHP | 285 lines
                    
1<?php
                    
2/**
                    
9 * @license   http://code.google.com/p/openbiz-cubi/wiki/CubiLicense
                    
10 * @link      http://code.google.com/p/openbiz-cubi/
                    
11 * @version   $Id: RepositoryService.php 5076 2013-01-07 09:27:31Z hellojixian@gmail.com $
                    
13
                    
14include_once MODULE_PATH.'/websvc/lib/WebsvcService.php';
                    
15class RepositoryService extends WebsvcService
                    
                
class.SMART.inc.php http://openbiz-cubi.googlecode.com/svn/trunk/ | PHP | 234 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 *
                    
6 *
                    
7 * @category  PHP
                    
8 * @package   PSI_Plugin_SMART
                    
9 * @author    Antoine Bertin <diaoulael@users.sourceforge.net>
                    
10 * @copyright 2009 phpSysInfo
                    
11 * @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License
                    
12 * @version   SVN: $Id: class.SMART.inc.php 522 2011-11-08 18:21:09Z jacky672 $
                    
13 * @link      http://phpsysinfo.sourceforge.net
                    
14 */
                    
24 * @version   Release: 3.0
                    
25 * @link      http://phpsysinfo.sourceforge.net
                    
26 */
                    
                
import.php https://code.google.com/p/my-imouto-booru/ | PHP | 338 lines
                    
2  <?php if (!$errors) : ?>
                    
3    <?php echo print_preview($post, array('display' => 'large', 'disable_jpeg_direct_links' => true, 'hide_directlink' => true)) ?>
                    
4  <?php ;else: ?>
                    
9      <a class="directlink largeimg" href="#">
                    
10        <span class="directlink-info"><img class="directlink-icon directlink-icon-large" src="/images/ddl_large.gif" alt=""></span>
                    
11        <span class="directlink-res">Error</span>
                    
16  <div id="script<?php echo Request::$params->post['i'] ?>" style="display:none">
                    
17    Import.set_status(<?php echo Request::$params->post['i'] ?>, '<?php echo $status ?>');
                    
18    <?php if ($status != 'Posted') : ?>Import.error_count();<?php endif ?>
                    
19    <?php if (!$errors) : ?>Import.ids.push(<?php echo $post->id ?>);<?php endif ?>
                    
20    <?php if ($dupe) : ?>Import.dupes.push(<?php echo Request::$params->post['i'] ?>);<?php endif ?>
                    
21  </div>
                    
72      <?php if ($files):foreach(range(0, count($files) - 1) as $i) : ?>
                    
73      <tr id="file<?php echo $i ?>" class="<?php echo cycle('even', 'odd') ?>">
                    
74        <td><?php echo substr($files[$i], 0, 100); strlen($files[$i]) > 100 && print '...' ?></td>
                    
                
index.php http://swfupload.googlecode.com/svn/swfupload/trunk/ | PHP | 373 lines
                    
1<?php session_start(); ?>
                    
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                    
5<title>SWFUpload Demos - Features Demo</title>
                    
6<link href="../css/default.css" rel="stylesheet" type="text/css" />
                    
7<link href="css/featuresdemo.css" rel="stylesheet" type="text/css" />
                    
21				// Backend Settings
                    
22				upload_url: "upload.php?get_name=get_value",
                    
23				assume_success_timeout: 10,
                    
82		<br />
                    
83		<strong>Your PHP Session ID is <?php echo session_id(); ?>.</strong> This is provided so you can see the Flash Player Cookie
                    
84		bug in action.  Compare this Session ID to the Session ID and Cookies displayed in the Server Data section
                    
                
tpl_modules_products_featured_listing.php http://daocart.googlecode.com/svn/trunk/ | PHP | 218 lines
                    
87        if (zen_has_product_attributes($featured_products->fields['products_id'])) {
                    
88          $link = '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($featured_products->fields['master_categories_id']) . '&products_id=' . $featured_products->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
                    
89        } else {
                    
94          } else {
                    
95            $link = '<a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS, zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $featured_products->fields['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT) . '</a>&nbsp;';
                    
96          }
                    
99        $the_button = $link;
                    
100        $products_link = '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($featured_products->fields['master_categories_id']) . '&products_id=' . $featured_products->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
                    
101        $display_products_button = zen_get_buy_now_button($featured_products->fields['products_id'], $the_button, $products_link) . '<br />' . zen_get_products_quantity_min_units_display($featured_products->fields['products_id']) . str_repeat('<br clear="all" />', substr(PRODUCT_FEATURED_BUY_NOW, 3, 1));
                    
102      } else {
                    
103        $link = '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($featured_products->fields['master_categories_id']) . '&products_id=' . $featured_products->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
                    
104        $the_button = $link;
                    
104        $the_button = $link;
                    
105        $products_link = '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($featured_products->fields['master_categories_id']) . '&products_id=' . $featured_products->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
                    
106        $display_products_button = zen_get_buy_now_button($featured_products->fields['products_id'], $the_button, $products_link) . '<br />' . zen_get_products_quantity_min_units_display($featured_products->fields['products_id']) . str_repeat('<br clear="all" />', substr(PRODUCT_FEATURED_BUY_NOW, 3, 1));
                    
                
Messo.class.php http://antilophpe.googlecode.com/svn/ | PHP | 375 lines
                    
2/**
                    
3 * File Messo.class.php
                    
4 *
                    
61    * Set the value of resourceLinkID
                    
62    * @param resource $resourceLinkID
                    
63    */
                    
63    */
                    
64  function setResourceLinkID($resourceLinkID){
                    
65    $this->resourceLinkID=$resourceLinkID;
                    
71  function getResourceLinkID(){
                    
72    return $this->resourceLinkID;
                    
73  }
                    
168                       $deleted='') {
                    
169    $this->resourceLinkID = $resourceLinkID;
                    
170    $this->id = $id;
                    
                
admin.mambots.html.php http://miacms.googlecode.com/svn/trunk/ | PHP | 332 lines
                    
30			<th class="modules">
                    
31			<?php echo T_('Mambot Manager')?> <small><small>[ <?php echo $client == 'admin' ? T_('Administrator') : T_('Site');?> ]</small></small>
                    
32			</th>
                    
80
                    
81			$link = htmlentities('index2.php?option=com_mambots&client='. $client .'&task=editA&hidemainmenu=1&id='. $row->id);
                    
82
                    
97					?>
                    
98					<a href="<?php echo $link; ?>">
                    
99					<?php echo $row->name; ?>
                    
120				<td align="left" nowrap="nowrap">
                    
121				<?php echo $row->folder;?>
                    
122				</td>
                    
232					<td>
                    
233					<input class="text_area" type="text" name="element" size="35" value="<?php echo $row->element; ?>" />.php
                    
234					</td>
                    
                
admin.media.php http://miacms.googlecode.com/svn/trunk/ | PHP | 360 lines
                    
1<?php
                    
2/**
                    
4* @subpackage Media Manager
                    
5* @author MiaCMS see README.php
                    
6* @copyright see README.php
                    
6* @copyright see README.php
                    
7* See COPYRIGHT.php for copyright notices and details.
                    
8* @license GNU/GPL Version 2, see LICENSE.php
                    
19		| $acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'com_media' ))) {
                    
20	mosRedirect( 'index2.php', T_('You are not authorized to view this resource.') );
                    
21}
                    
38if (is_int(strpos ($listdir, "..")) && $listdir<>'') {
                    
39	mosRedirect( "index2.php?option=com_media&listdir=".$_POST['dirPath'], T_("NO HACKING PLEASE") );
                    
40	}
                    
50		if (ini_get('safe_mode')=="On") {
                    
51			mosRedirect( "index2.php?option=com_media&listdir=".$_POST['dirPath'], T_("Directory creation not allowed while running in SAFE MODE as this can cause problems.") );
                    
52			}
                    
                
weblinks.html.php http://miacms.googlecode.com/svn/trunk/ | PHP | 328 lines
                    
39				?>
                    
40				<img src="<?php echo $currentcat->img; ?>" align="<?php echo $currentcat->align; ?>" hspace="6" alt="<?php echo T_('Web Links'); ?>" />
                    
41				<?php
                    
87		    $mainframe =& mosMainFrame::getInstance();
                    
88			$img = $mainframe->ImageCheck( 'weblink.png', '/images/M_images/', $params->get( 'weblink_icons' ) );
                    
89		} else {
                    
126
                    
127			$link = sefRelToAbs( 'index.php?option=com_weblinks&task=view&catid='. $catid .'&id='. $row->id );
                    
128			$menuclass = 'category'.$params->get( 'pageclass_sfx' );
                    
208				} else {
                    
209					$link = 'index.php?option=com_weblinks&catid='. $cat->catid .'&Itemid='. $Itemid;
                    
210					?>
                    
211					<li>
                    
212						<a href="<?php echo sefRelToAbs( $link ); ?>" class="category<?php echo $params->get( 'pageclass_sfx' ); ?>">
                    
213						<?php echo $cat->name;?>
                    
                
fsource_PHPExcel_Shared__PHPExcelSharedPasswordHasher.php.html https://PHPExcel.svn.codeplex.com/svn | HTML | 124 lines
                    
15  		  [ <a href="../classtrees_PHPExcel_Shared.html" class="menu">class tree: PHPExcel_Shared</a> ]
                    
16		  [ <a href="../elementindex_PHPExcel_Shared.html" class="menu">index: PHPExcel_Shared</a> ]
                    
17		  [ <a href="../elementindex.html" class="menu">all elements</a> ]
                    
29              <a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br />
                    
30              <a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br />
                    
31              <a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br />
                    
32              <a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br />
                    
33              <a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br />
                    
34              <a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br />
                    
42<h1 align="center">Source for file PasswordHasher.php</h1>
                    
43<p>Documentation is available at <a href="../PHPExcel_Shared/_Classes_PHPExcel_Shared_PasswordHasher_php.html">PasswordHasher.php</a></p>
                    
44<div class="php">
                    
79<li><a name="a35"></a><span class="src-doc"> */</span></li>
                    
80<li><a name="a36"></a><span class="src-key">class </span><a href="../PHPExcel_Shared/PHPExcel_Shared_PasswordHasher.html">PHPExcel_Shared_PasswordHasher</a></li>
                    
81<li><a name="a37"></a><span class="src-sym">{</span></li>
                    
                
ISO14496_Box_CPRT.html http://xepec.googlecode.com/svn/trunk/ | HTML | 266 lines
                    
6			<title>Docs For Class ISO14496_Box_CPRT</title>
                    
7			<link rel="stylesheet" href="../../media/stylesheet.css" />
                    
8			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
                    
23	<div class="info-box-body">
                    
24        		<!-- ========== Info from phpDoc block ========= -->
                    
25<p class="short-description">The <em>Copyright Box</em> contains a copyright declaration which applies to  the entire presentation, when contained within the <a href="../../php-reader/ISO/ISO14496_Box_MOOV.html"> Movie Box</a>, or, when contained in a track, to that entire track. There may be  multiple copyright boxes using different language codes.</p>
                    
28				<li><span class="field">version:</span> $Rev: 92 $</li>
                    
29				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
30				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ISO14496---Box---CPRT.php.html">/ISO14496/Box/CPRT.php</a> (line <span class="field">55</span>)
                    
34		</p>
                    
262	<p class="notes" id="credit">
                    
263		Documentation generated on Thu, 01 Jan 2009 14:59:10 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
264	</p>
                    
                
SectionCorp.php https://code.google.com/p/yapeal/ | PHP | 364 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 *
                    
6 *
                    
7 * LICENSE: This file is part of Yet Another Php Eve Api library also know
                    
8 * as Yapeal which will be used to refer to it in the rest of this license.
                    
26 * @package    Yapeal
                    
27 * @link       http://code.google.com/p/yapeal/
                    
28 * @link       http://www.eveonline.com/
                    
41  $mess = basename(__FILE__)
                    
42    . ' must be included it can not be ran directly.' . PHP_EOL;
                    
43  if (PHP_SAPI != 'cli') {
                    
64  /**
                    
65   * Function called by  Yapeal.php to start section pulling XML from servers.
                    
66   *
                    
                
MaildirTest.php git://github.com/zendframework/zf2.git | PHP | 445 lines
                    
1<?php
                    
2/**
                    
36 */
                    
37class MaildirTest extends \PHPUnit_Framework_TestCase
                    
38{
                    
97                }
                    
98                unlink($entry);
                    
99            }
                    
344
                    
345        unlink($this->_maildir . '/' . $dir);
                    
346        if (file_exists($this->_maildir . '/' . $dir . 'bak')) {
                    
                
Model_Default.html https://code.google.com/p/zend-db-model-generator/ | HTML | 273 lines
                    
6			<title>Docs For Class Model_Default</title>
                    
7			<link rel="stylesheet" href="../media/stylesheet.css" />
                    
8			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
                    
25	<div class="info-box-body">
                    
26        		<!-- ========== Info from phpDoc block ========= -->
                    
27	<ul class="tags">
                    
30		<p class="notes">
                    
31			Located in <a class="field" href="_IncludeDefault.php.html">/IncludeDefault.php</a> (line <span class="field"><a href="../__filesource/fsource_default__IncludeDefault.php.html#a10">10</a></span>)
                    
32		</p>
                    
132	<div class="method-header">
                    
133		<span class="method-title">getType</span> (line <span class="line-number"><a href="../__filesource/fsource_default__IncludeDefault.php.html#a16">16</a></span>)
                    
134	</div> 
                    
269	<p class="notes" id="credit">
                    
270		Documentation generated on Thu, 24 Mar 2011 14:33:49 -0500 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
                    
271	</p>
                    
                
config.w32.phpize.in git://github.com/infusion/PHP.git | Autoconf | 353 lines
                    
104
                    
105DEFINE("BASE_INCLUDES", "/I " + PHP_DIR + "/include /I " + PHP_DIR + "/include/main /I " + PHP_DIR + "/include/Zend /I " + PHP_DIR + "/include/TSRM /I " + PHP_DIR + "/include/ext ");
                    
106
                    
213		DEFINE("PHPDLL", "php" + PHP_VERSION + "_debug.dll");
                    
214		DEFINE("PHPLIB", "php" + PHP_VERSION + "_debug.lib");
                    
215	}
                    
249				} else if (FSO.FolderExists("..\\php-win64-dev\\php_build")) {
                    
250					PHP_PHP_BUILD = "..\\php-win64-dev\\php_build";
                    
251				}
                    
255				} else if (FSO.FolderExists("..\\php-win32-dev\\php_build")) {
                    
256					PHP_PHP_BUILD = "..\\php-win32-dev\\php_build";
                    
257				}
                    
260	}
                    
261	PHP_PHP_BUILD = FSO.GetAbsolutePathName(PHP_PHP_BUILD);
                    
262}
                    
                
dns_zone_add.tpl http://scalr.googlecode.com/svn/ | Smarty Template | 267 lines
                    
40			{
                    
41				url: "/server/ajax-ui-server.php",
                    
42				baseParams: {action: "LoadFarms"},			
                    
44				{
                    
45					root: 'data', // from php file: array("data" => $result);
                    
46					id: 'id',
                    
52			{ 
                    
53				url: "/server/ajax-ui-server.php",
                    
54				baseParams: {action: "LoadFarmRoles"},			
                    
56				{
                    
57					root: 'data', // from php file: array("data" => $result);
                    
58					id: 'id',					        	
                    
121<script type="text/javascript" src="js/class.NewPopup.js"></script>
                    
122<link href="css/popup.css" rel="stylesheet" type="text/css" />
                    
123
                    
                
anekdotru.php http://cartonbank.googlecode.com/svn/trunk/ | PHP | 393 lines
                    
1<?php
                    
2//
                    
12
                    
13include("config.php");
                    
14
                    
14
                    
15$link = mysql_connect($mysql_hostname, $mysql_user, $mysql_password);
                    
16mysql_set_charset('utf8',$link);
                    
151					{
                    
152						unlink($export_dir.$slidename);
                    
153						//echo "\n\r>>>> slide removed";
                    
                
ID3_Frame_ISRC.html http://xepec.googlecode.com/svn/trunk/ | HTML | 217 lines
                    
6			<title>Docs For Class ID3_Frame_ISRC</title>
                    
7			<link rel="stylesheet" href="../../media/stylesheet.css" />
                    
8			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
                    
25	<div class="info-box-body">
                    
26        		<!-- ========== Info from phpDoc block ========= -->
                    
27<p class="short-description">The <em>ISRC</em> frame should contain the International Standard Recording  Code (12 characters).</p>
                    
30				<li><span class="field">version:</span> $Rev: 65 $</li>
                    
31				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
32				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
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>
                    
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>
                    
                
elementindex_PHPExcel_Writer.html https://PHPExcel.svn.codeplex.com/svn | HTML | 205 lines
                    
76							<dt><b>$_drawingHashTable</b></dt>
                    
77				<dd>in file Excel2007.php, variable <a href="PHPExcel_Writer/PHPExcel_Writer_Excel2007.html#var$_drawingHashTable">PHPExcel_Writer_Excel2007::$_drawingHashTable</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Private unique PHPExcel_Worksheet_Drawing HashTable</dd>
                    
78							<dt><b>$_fillHashTable</b></dt>
                    
132							<dt><b>getPHPExcel</b></dt>
                    
133				<dd>in file Serialized.php, method <a href="PHPExcel_Writer/PHPExcel_Writer_Serialized.html#methodgetPHPExcel">PHPExcel_Writer_Serialized::getPHPExcel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get PHPExcel object</dd>
                    
134							<dt><b>getPHPExcel</b></dt>
                    
134							<dt><b>getPHPExcel</b></dt>
                    
135				<dd>in file Excel2007.php, method <a href="PHPExcel_Writer/PHPExcel_Writer_Excel2007.html#methodgetPHPExcel">PHPExcel_Writer_Excel2007::getPHPExcel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get PHPExcel object</dd>
                    
136							<dt><b>getStringTable</b></dt>
                    
188							<dt><b>setPHPExcel</b></dt>
                    
189				<dd>in file Serialized.php, method <a href="PHPExcel_Writer/PHPExcel_Writer_Serialized.html#methodsetPHPExcel">PHPExcel_Writer_Serialized::setPHPExcel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get PHPExcel object</dd>
                    
190							<dt><b>setPHPExcel</b></dt>
                    
190							<dt><b>setPHPExcel</b></dt>
                    
191				<dd>in file Excel2007.php, method <a href="PHPExcel_Writer/PHPExcel_Writer_Excel2007.html#methodsetPHPExcel">PHPExcel_Writer_Excel2007::setPHPExcel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get PHPExcel object</dd>
                    
192					</dl>
                    
                
_phpDocumentor---Documentation---tests---bug-loseunknowntags.php.html http://oregon-caspages.googlecode.com/svn/trunk/ | HTML | 297 lines
                    
155		</a><br>
                    
156		subpackage <b>PhpDocumentorUnitTests</b><br>			<a href="../tests/PhpDocumentorUnitTests/_phpDocumentor---tests---HighlightParserGetInlineTagsTests.php.html">		HighlightParserGetInlineTagsTests.php
                    
157		</a><br>
                    
161		</a><br>
                    
162			<a href="../tests/PhpDocumentorUnitTests/_phpDocumentor---tests---ParserPageGetSourceLocationTests.php.html">		ParserPageGetSourceLocationTests.php
                    
163		</a><br>
                    
163		</a><br>
                    
164			<a href="../tests/PhpDocumentorUnitTests/_phpDocumentor---tests---phpDocumentorSetupCleanConverterNamePieceTests.php.html">		phpDocumentorSetupCleanConverterNamePieceTests.php
                    
165		</a><br>
                    
165		</a><br>
                    
166			<a href="../tests/PhpDocumentorUnitTests/_phpDocumentor---tests---phpDocumentorSetupDecideOnOrOffTests.php.html">		phpDocumentorSetupDecideOnOrOffTests.php
                    
167		</a><br>
                    
167		</a><br>
                    
168			<a href="../tests/PhpDocumentorUnitTests/_phpDocumentor---tests---phpDocumentorTParserGetInlineTagsTests.php.html">		phpDocumentorTParserGetInlineTagsTests.php
                    
169		</a><br>
                    
                
ebpls_bus_topestablishment.php http://ebpls.googlecode.com/svn/trunk/ | PHP | 418 lines
                    
1<?php                                  
                    
2require_once("../lib/ebpls.utils.php");
                    
3define('FPDF_FONTPATH','font/');
                    
3define('FPDF_FONTPATH','font/');
                    
4require('../ebpls-php-lib/html2pdf_lib/fpdf.php');
                    
5include("../lib/phpFunctions-inc.php");
                    
5include("../lib/phpFunctions-inc.php");
                    
6include("../includes/variables.php");
                    
7include("../lib/multidbconnection.php");
                    
8                                                                                                 
                    
9$dbLink =Open($dbtype,$connecttype,$dbhost,$dbuser,$dbpass,$dbname);
                    
10$criteria="$brgy_name $cap_inv $last_yr";
                    
226                
                    
227	$dec= SelectDataWhere($dbtype,$dbLink,"ebpls_buss_preference","");
                    
228$sas = FetchArray($dbtype,$dec);
                    
                
Atom10.php http://rhaco.googlecode.com/svn/rhaco_1_x/trunk/ | PHP | 335 lines
                    
55		 * 	<content type="text/xml" mode="abc" xml:lang="ja" xml:base="base">atom content</content>
                    
56		 * 	<link href="http://rhaco.org" rel="abc" type="xyz" />
                    
57		 * 	<link href="http://conveyor.rhaco.org" rel="abc" type="conveyor" />
                    
165		 * 	<link href="http://rhaco.org" rel="abc" type="xyz" />
                    
166		 * 	<link href="http://conveyor.rhaco.org" rel="abc" type="conveyor" />
                    
167		 * 	<link href="http://lib.rhaco.org" rel="abc" type="lib" />
                    
305	function setLink($href,$rel="",$type=""){
                    
306		$this->link[] = new AtomLink($href,$rel,$type);
                    
307	}
                    
308	function getLink(){
                    
309		return $this->link;
                    
310	}
                    
311	function getLinkHref(){
                    
312		foreach($this->link as $link) return $link->getHref();
                    
313		return "";
                    
                
session.test.php http://skygames.googlecode.com/svn/trunk/ | PHP | 330 lines
                    
1<?php
                    
2/* SVN FILE: $Id: session.test.php 7805 2008-10-30 17:30:26Z AD7six $ */
                    
7 *
                    
8 * PHP versions 4 and 5
                    
9 *
                    
9 *
                    
10 * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite>
                    
11 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
                    
17 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
                    
18 * @link          https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
                    
19 * @package       cake.tests
                    
20 * @subpackage    cake.tests.cases.libs.controller.components
                    
21 * @since         CakePHP(tm) v 1.2.0.5436
                    
22 * @version       $Revision: 7805 $
                    
24 * @lastmodified  $Date: 2008-10-30 12:30:26 -0500 (Thu, 30 Oct 2008) $
                    
25 * @license       http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
                    
26 */
                    
                
settings_lang.php git://github.com/pyrocms/pyrocms.git | PHP | 160 lines
                    
1<?php defined('BASEPATH') OR exit('No direct script access allowed');
                    
2
                    
25$lang['settings_dashboard_rss']					= 'Kana? RSS w kokpicie';
                    
26$lang['settings_dashboard_rss_desc']				= 'Link do kana?u RSS, który b?dzie wy?wietlany w zak?adce Kokpit.';
                    
27
                    
31$lang['settings_date_format'] 					= 'Format daty';
                    
32$lang['settings_date_format_desc']				= 'Jak daty powinny by? wy?wietlane w serwisie i panelu administratora? U?ywaj?c <a href="http://php.net/manual/pl/function.date.php" target="_black">formatu daty</a> z PHP - czy -  u?ywaj?c formatu <a href="http://php.net/manual/en/function.strftime.php" target="_black">ci?gu jako daty</a> z PHP.';
                    
33
                    
159
                    
160/* End of file settings_lang.php */
                    
                
txplib_head.php http://textpattern.googlecode.com/svn/development/4.x/ | PHP | 355 lines
                    
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).
                    
111                '#page-file #description,'.
                    
112                '#page-link #link-title, #page-link #link-description'),
                    
113            'production_status' => get_pref('production_status'),
                    
130</head>
                    
131<body id="<?php echo $body_id; ?>" class="not-ready <?php echo $area; ?>">
                    
132<header role="banner" class="txp-header">
                    
262        gTxt('tab_file')     => 'file',
                    
263        gTxt('tab_link')     => 'link',
                    
264    );
                    
                
select.php git://github.com/fuel/core.git | PHP | 524 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
                    
4 *
                    
10 * @copyright  2008 - 2009 Kohana Team
                    
11 * @link       https://fuelphp.com
                    
12 */
                    
                
class_session.php http://malleo-cms.googlecode.com/svn/trunk/ | PHP | 344 lines
                    
1<?php
                    
2/*
                    
34	var $ip;
                    
35	var $navlink = '';
                    
36
                    
69			}else{
                    
70				// On charge la session PHP
                    
71				session_start();
                    
161		if (file_exists($this->path_cache.$this->id_session)){
                    
162			unlink($this->path_cache.$this->id_session);
                    
163		}
                    
165		setcookie($this->cf['cookie_name'], null, ($this->time-3600)); // cookie malleo
                    
166		setcookie(get_cfg_var('session.name'), null, ($this->time-3600)); // eventuelle session type PHPSESSID
                    
167		$this->id_session = null;
                    
182				&& is_writable($this->path_cache.$file)){
                    
183				@unlink($this->path_cache.$file);
                    
184			}
                    
                
handlers.dev.js http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | JavaScript | 433 lines
                    
87
                    
88	// Also bind toggle to the links
                    
89	jQuery('a.toggle', item).click(function(){
                    
113		jQuery.ajax({
                    
114			url: 'admin-ajax.php',
                    
115			type: 'post',
                    
131		jQuery.ajax({
                    
132			url: 'admin-ajax.php',
                    
133			type: 'post',
                    
                
loader-disabled.php http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | PHP | 438 lines
                    
11 * @subpackage oEmbed Generic
                    
12 * @link http://code.google.com/p/buddypress-media/
                    
13 *
                    
252			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == true ) : ?>
                    
253				   checked="checked"<?php endif; ?>  value="1" /> <?php _e( 'Yes', "bp-media" ) ?> &nbsp;
                    
254			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
254			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
255				   checked="checked"<?php endif; ?>  value="0" /> <?php _e( 'No', "bp-media" ) ?>
                    
256			</td>
                    
261			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == true ) : ?>
                    
262				   checked="checked"<?php endif; ?>  value="1" /> <?php _e( 'Yes', "bp-media" ) ?> &nbsp;
                    
263			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
263			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
264				   checked="checked"<?php endif; ?>  value="0" /> <?php _e( 'No', "bp-media" ) ?>
                    
265			</td>
                    
                
CBaseController.php http://chenjin.googlecode.com/svn/trunk/ | PHP | 304 lines
                    
12/**
                    
13 * CBaseController is the base class for {@link CController} and {@link CWidget}.
                    
14 *
                    
20 * <li>{@link CWidget Widgets} : a widget is a self-contained sub-controller with its own view and model.</li>
                    
21 * <li>{@link COutputCache Fragment cache} : fragment cache selectively caches a portion of the output.</li>
                    
22 * </ul>
                    
180	 * Creates a widget and executes it.
                    
181	 * This method is similar to {@link widget()} except that it is expecting
                    
182	 * a {@link endWidget()} call to end the execution.
                    
196	 * Ends the execution of the named widget.
                    
197	 * This method is used together with {@link beginWidget()}.
                    
198	 * @param string $id optional tag identifying the method call for debugging purpose.
                    
216	 * Begins recording a clip.
                    
217	 * This method is a shortcut to beginning {@link CClipWidget}.
                    
218	 * @param string $id the clip ID.
                    
                
fckconfig.js http://eeplat.googlecode.com/svn/trunk/ | JavaScript | 328 lines
                    
111	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
                    
112	['Link','Unlink','Anchor'],
                    
113	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
                    
120FCKConfig.ToolbarSets["Basic"] = [
                    
121	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
                    
122] ;
                    
166FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
167FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
168FCKConfig.FirefoxSpellChecker	= false ;
                    
177
                    
178FCKConfig.ImageDlgHideLink		= false ;
                    
179FCKConfig.ImageDlgHideAdvanced	= false ;
                    
278var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
279var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
280
                    
                
Notification.php https://bitbucket.org/zurmo/zurmo/ | PHP | 247 lines
                    
1<?php
                    
2    /*********************************************************************************
                    
201                    'owner' =>               array(static::HAS_ONE, 'User', static::NOT_OWNED,
                    
202                                                   static::LINK_TYPE_SPECIFIC, 'owner'),
                    
203                ),
                    
                
C_cache.php http://mycaptain.googlecode.com/svn/ | PHP | 238 lines
                    
1<?php
                    
2/**
                    
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++;
                    
109	{
                    
110		$query=$this->query("SELECT siteurl,sitename,description FROM ".$this->db_prefix."link ORDER BY taxis ASC");
                    
111		$k = 0;
                    
112		while($show_link=$this->fetch_array($query)){
                    
113			$this->link.= "\n\$link_cache[".$k."] = array('link'=>\"".htmlspecialchars($show_link['sitename'])."\",'url'=>\"".htmlspecialchars($show_link['siteurl'])."\",'des'=>\"".htmlspecialchars($show_link['description'])."\");";
                    
114			$k++;
                    
115			}
                    
116		$cache = "<?php".$this->link."\n?>";
                    
117		$this->mc_print($cache,$cf);
                    
                
lazyest-thumbs.php http://cartonbank.googlecode.com/svn/trunk/ | PHP | 255 lines
                    
1<?php
                    
2
                    
14
                    
15		// Fix for permalinks
                    
16		if (strlen(get_option('permalink_structure')) != 0){
                    
40				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
41					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.png'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
42				else
                    
47				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
48					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.jpg'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
49				else
                    
54				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
55					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.jpeg'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
56				else
                    
61				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
62					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.gif'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
63				else
                    
                
WeatherConditions.php https://code.google.com/p/celebrio/ | PHP | 457 lines
                    
1<?php
                    
2/**
                    
37    public function setWeatherIconUrl($weatherIconUrl) {
                    
38        $icon = $this->codeToLink($this->getWeatherCode());
                    
39        if($icon !== FALSE) {
                    
43        }
                    
44        $this->codeToLink($this->getWeatherCode());
                    
45    }
                    
321    //TODO: make this complete and refactor
                    
322    private function codeToLink($code) {
                    
323        $request = Environment::getHttpRequest()->uri;
                    
328        $path = $partPath . "systemApps/celebrioweather/images/";
                    
329        $linksToImages = array(
                    
330            113 => "wsymbol_0001_sunny.svg",
                    
378        );
                    
379        if(array_key_exists($code, $linksToImages)) {
                    
380            return $path . $linksToImages[$code];
                    
                
wp-admin.dev.css http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | CSS | 818 lines
                    
174
                    
175.upload-php .fixed .column-parent {
                    
176	width: 25%;
                    
360.fixed .column-parent,
                    
361.fixed .column-links {
                    
362	width: 10%;
                    
449
                    
450.theme-install-php h4,
                    
451.plugin-install-php h4 {
                    
803
                    
804.describe .del-link {
                    
805	padding-left: 5px;
                    
                
style.css http://rqblog.googlecode.com/svn/trunk/ | CSS | 803 lines
                    
9.
                    
10Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
                    
11.
                    
346  }
                    
347.topPost span.linkpages {
                    
348  font-size: 9pt;
                    
352  }
                    
353.topPost span.linkpages a:hover {
                    
354  color: #ddd;
                    
                
LoginController.php http://sharebooks.googlecode.com/svn/trunk/ | PHP | 412 lines
                    
1<?php
                    
2
                    
13        $smarty = TVC::load('smarty');
                    
14        $return_link = TVC_Request::get('return_link');
                    
15        $smarty->assign('register_link', APPLICATION_URL . '/login/register?affCd=AAAAA');
                    
75            //login fail
                    
76            $smarty->assign("return_link", $return_link);
                    
77            $smarty->assign("message_error", $error_code);
                    
82        {
                    
83            if (!$return_link)
                    
84            {
                    
252        $smarty = TVC::load('smarty');
                    
253        $return_link = TVC_Request::get('return_link');
                    
254
                    
296
                    
297        $smarty->assign('return_link', $return_link);
                    
298        $smarty->assign('email', $email);
                    
                
class.baseobject.php https://code.google.com/p/movabletype/ | PHP | 388 lines
                    
1<?php
                    
2# Movable Type (r) Open Source (C) 2001-2010 Six Apart, Ltd.
                    
5#
                    
6# $Id: class.baseobject.php 5325 2010-02-23 10:44:56Z takayama $
                    
7
                    
10 */
                    
11require_once('adodb.inc.php');
                    
12require_once('adodb-active-record.inc.php');
                    
12require_once('adodb-active-record.inc.php');
                    
13require_once('adodb-exceptions.inc.php');
                    
14
                    
51            'nofollow_urls' => 'vinteger',
                    
52            'follow_auth_links' => 'vinteger',
                    
53            'update_pings' => 'vchar',
                    
307            if (empty($blog)) {
                    
308                require_once('class.mt_blog.php');
                    
309                $blog = new Blog;
                    
                
Protection.php https://PHPExcel.svn.codeplex.com/svn | PHP | 534 lines
                    
22 * @package    PHPExcel_Worksheet
                    
23 * @copyright  Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/lgpl.txt	LGPL
                    
29/** PHPExcel_Shared_PasswordHasher */
                    
30require_once 'PHPExcel/Shared/PasswordHasher.php';
                    
31
                    
37 * @package    PHPExcel_Worksheet
                    
38 * @copyright  Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
39 */
                    
39 */
                    
40class PHPExcel_Worksheet_Protection
                    
41{
                    
102	 */
                    
103	private $_insertHyperlinks;
                    
104	
                    
                
trigger.admin.inc git://github.com/drupal/drupal.git | Pascal | 310 lines
                    
1<?php
                    
2
                    
160        'label' => $info['label'],
                    
161        'link' => l(t('unassign'), "admin/structure/trigger/unassign/$module/$hook/$hash"),
                    
162      );
                    
164    else {
                    
165      // Link to system_actions_remove_orphans() to do the clean up.
                    
166      $form[$hook]['assigned']['#value'][$aid] = array(
                    
167        'label' => $info['label'],
                    
168        'link' => l(t('Remove orphaned actions'), "admin/config/system/actions/orphan"),
                    
169      );
                    
192    $form[$hook]['none'] = array(
                    
193      '#markup' => t('No actions available for this trigger. <a href="@link">Add action</a>.', array('@link' => url('admin/config/system/actions/manage')))
                    
194    );
                    
295        check_plain($info['label']),
                    
296        $info['link']
                    
297      );
                    
                
i18n.html https://mailman.svn.sourceforge.net/svnroot/mailman | HTML | 284 lines
                    
16      TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"
                    
17      LINK="#0000bb"  VLINK="#551a8b"
                    
18      ALINK="#ff0000">
                    
32<TD WIDTH="90%" BGCOLOR="#caa08f">
                    
33<!-- start of site links table -->
                    
34<TABLE WIDTH="100%" BORDER=0
                    
77</TR>
                    
78</TABLE><!-- end of site links table -->
                    
79
                    
153                          ></a>&nbsp;<a href="http://sourceforge.net"><img 
                    
154                          src="http://sourceforge.net/sflogo.php?group_id=103"
                    
155                          width="88" height="31" border="0"
                    
                
imagemagick.php git://github.com/fuel/core.git | PHP | 356 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
                    
4 *
                    
9 * @copyright  2010 - 2019 Fuel Development Team
                    
10 * @link       https://fuelphp.com
                    
11 */
                    
37			$this->debug('Removing previous temporary image.');
                    
38			unlink($this->image_temp);
                    
39		}
                    
154	 *
                    
155	 * @link  http://www.imagemagick.org/Usage/thumbnails/#rounded
                    
156	 */
                    
352		{
                    
353			unlink($this->image_temp);
                    
354		}
                    
                
user_lang.php git://github.com/pyrocms/pyrocms.git | PHP | 210 lines
                    
1<?php
                    
2
                    
68$lang['user_reset_instructions']			   = 'Enter your email address or username'; #translate
                    
69$lang['user_reset_password_link'] 		= 'Password dimenticata?';
                    
70
                    
                
exception-db-php.html https://code.google.com/p/ezrpg/ | HTML | 52 lines
                    
2
                    
3<html><head><title>DbException - ezRPG</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
                    
4if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
                    
15throw new DbException($this-&gt;db, SERVER_ERROR);
                    
16throw new DbException($query, SQL_ERROR);</pre></blockquote><h4 class=CHeading>See Also</h4><ul><li><a href="class-dbfactory-php.html#DbFactory" class=LClass id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">DbFactory</a></li><li><a href="const-errors-php.html#Error_Codes" class=LSection id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">Error Codes</a></li></ul><!--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="#DbException" >DbException</a></td><td class=SDescription>Extends Exception class to specify a database error.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#DbException.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#DbException.__toString" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">__toString</a></td><td class=SDescription>Formats and returns the error file, line and message.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
17
                    
34
                    
35<div id=Menu><div class=MTitle>ezRPG<div class=MSubTitle>Documentation</div></div><div class=MEntry><div class=MFile><a href="../config-php.html">Config</a></div></div><div class=MEntry><div class=MFile><a href="../modules/example-php.html">Module_Example</a></div></div><div class=MEntry><div class=MFile><a href="../modules/skeleton-php.html">Module_Skeleton</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Lib</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="const-errors-php.html">Error Codes</a></div></div><div class=MEntry><div class=MFile><a href="func-log-php.html">Log Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-player-php.html">Player Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-rand-php.html">Random Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-text-php.html">Text Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-validate-php.html">Validation functions</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Classes</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="class-base_module-php.html">Base_Module</a></div></div><div class=MEntry><div class=MFile><a href="class-dbfactory-php.html">DbFactory</a></div></div><div class=MEntry><div class=MFile><a href="class-hooks-php.html">Hooks</a></div></div><div class=MEntry><div class=MFile><a href="class-imagebar-php.html">ImageBar</a></div></div><div class=MEntry><div class=MFile><a href="class-modulefactory-php.html">ModuleFactory</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Modules</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="../modules/AccountSettings/index-php.html">AccountSettings</a></div></div><div class=MEntry><div class=MFile><a href="../modules/City/index-php.html">City</a></div></div><div class=MEntry><div class=MFile><a href="../modules/EventLog/index-php.html">EventLog</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Index/index-php.html">Index</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Login/index-php.html">Login</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Logout/index-php.html">Logout</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Members/index-php.html">Members</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Register/index-php.html">Register</a></div></div><div class=MEntry><div class=MFile><a href="../modules/StatPoints/index-php.html">StatPoints</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">Admin Modules</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="../admin/Index/index-php.html">Admin_Index</a></div></div><div class=MEntry><div class=MFile><a href="../admin/Members/index-php.html">Admin_Members</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Database Drivers</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MFile><a href="db-mysql-php.html">Db_mysql</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent6')">Exceptions</a><div class=MGroupContent id=MGroupContent6><div class=MEntry><div class=MFile id=MSelected>DbException</div></div><div class=MEntry><div class=MFile><a href="exception-file-php.html">FileException</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent7')">Index</a><div class=MGroupContent id=MGroupContent7><div class=MEntry><div class=MIndex><a href="../../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Variables.html">Variables</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Constants.html">Constants</a></div></div></div></div></div><div class=MEntry><div class=MFile><a href="../install-php.html">Install</a></div></div><div class=MEntry><div class=MLink><a href="http://www.ezrpgproject.com/">ezRPG Project</a></div></div><script type="text/javascript"><!--
                    
36var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
                    
                
Image_Canvas_moon.htm http://applicationwiki.googlecode.com/svn/trunk/ | HTML | 185 lines
                    
12	<link rel="alternate" type="application/rss+xml" title="MDC DevNews" href="http://developer.mozilla.org/devnews/?feed=rss" />
                    
13	<link rel="alternate" type="application/rss+xml" title="Recent Changes (en)" href="http://developer.mozilla.org/en/docs/index.php?title=Special:Recentchanges&amp;feed=rss" />
                    
14	<link rel="alternate" type="application/rss+xml" title="New Pages (en)" href="http://developer.mozilla.org/en/docs/index.php?title=Special:Newpages&amp;feed=rss" />
                    
122	    		<ul>
                    
123		  								<li id="t-whatlinkshere"><a href="/en/docs/Special:Whatlinkshere/Image:Canvas_moon.png">What links here</a></li>
                    
124		  								<li id="t-recentchangeslinked"><a href="/en/docs/Special:Recentchangeslinked/Image:Canvas_moon.png">Related changes</a></li>
                    
147			<li><a href="#filehistory">File history</a></li>
                    
148			<li><a href="#filelinks">Links</a></li>
                    
149		</ul><div class="fullImageLink" id="file"><img border="0" src="/wiki-images/en/f/fd/Canvas_moon.png" width="7" height="7" alt="" /></div><div class="fullMedia">
                    
159</ul>
                    
160<br /><ul><li><div><a href="http://developer.mozilla.org/en/docs/index.php?title=Special:Upload&amp;wpDestFile=Canvas_moon.png" class='external text' title="http://developer.mozilla.org/en/docs/index.php?title=Special:Upload&amp;wpDestFile=Canvas moon.png" rel="nofollow">Upload a new version of this file</a></div>
                    
161</li><li><a href="/en/docs/index.php?title=Image:Canvas_moon.png&amp;action=edit&amp;externaledit=true&amp;mode=file" title="Image:Canvas moon.png">Edit this file using an external application</a><div>See the <a href="http://meta.wikimedia.org/wiki/Help:External_editors" class='external text' title="http://meta.wikimedia.org/wiki/Help:External editors" rel="nofollow">setup instructions</a> for more information.</div>
                    
161</li><li><a href="/en/docs/index.php?title=Image:Canvas_moon.png&amp;action=edit&amp;externaledit=true&amp;mode=file" title="Image:Canvas moon.png">Edit this file using an external application</a><div>See the <a href="http://meta.wikimedia.org/wiki/Help:External_editors" class='external text' title="http://meta.wikimedia.org/wiki/Help:External editors" rel="nofollow">setup instructions</a> for more information.</div>
                    
162</li></ul><h2 id="filelinks">Links</h2>
                    
163<p>The following pages link to this file:</p>
                    
                
ctl.articles.php http://phpfor.googlecode.com/svn/trunk/ | PHP | 273 lines
                    
24        
                    
25        $_POST['goodslink'] = $_POST['goodslink']?1:0;
                    
26        $_POST['hotlink'] = $_POST['hotlink']?1:0;     
                    
27           
                    
28        $this->begin('index.php?ctl=content/articles&act=addnew');
                    
29        
                    
82        }
                    
83        $hotlink = $oArticle->gethotlink($nConId);
                    
84        if ($hotlink){
                    
84        if ($hotlink){
                    
85            $this->pagedata['hotlink'] = $hotlink;  
                    
86        }  
                    
150        $_POST['goodslink'] = $_POST['goodslink']?1:0;
                    
151        $_POST['hotlink'] = $_POST['hotlink']?1:0;
                    
152        
                    
                
options-permalink.php http://cartonbank.googlecode.com/svn/trunk/ | PHP | 290 lines
                    
184
                    
185  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
                    
186
                    
207	<tr>
                    
208		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[1]); ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> /> <?php _e('Day and name'); ?></label></th>
                    
209		<td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></td>
                    
211	<tr>
                    
212		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[2]); ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> <?php _e('Month and name'); ?></label></th>
                    
213		<td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . date('Y') . '/' . date('m') . '/sample-post/'; ?></code></td>
                    
215	<tr>
                    
216		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[3]); ?>" class="tog" <?php checked($structures[3], $permalink_structure); ?> /> <?php _e('Numeric'); ?></label></th>
                    
217		<td><code><?php echo get_option('home') . $blog_prefix . $prefix; ?>/archives/123</code></td>
                    
226			<?php echo $blog_prefix; ?>
                    
227			<input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo esc_attr($permalink_structure); ?>" class="regular-text code" />
                    
228		</td>
                    
                
php-alternative-syntax-for-flow-control.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 222 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
15     <div id="version">
                    
16	    The DoYouHaoBaby PHP Framework????????<br>
                    
17        Copyright(c) <a href="http://doyouhaobaby.net">DoYouHaoBaby.NET</a>
                    
45		<p>
                    
46			PHP ?????????PHP ?HTML??????????????????????????????????</p>
                    
47		<div class="title2">
                    
89<OL class=dp-c>
                    
90<LI class=alt><SPAN><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=vars>$sCompanyName</SPAN><SPAN>&nbsp;='DoYouHaoBaby';?&gt; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
91<LI><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>if</SPAN><SPAN>&nbsp;(&nbsp;</SPAN><SPAN class=vars>$sCompanyName</SPAN><SPAN>&nbsp;==&nbsp;'Micorsoft'&nbsp;):&nbsp;?&gt;&nbsp; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
159<LI><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>foreach</SPAN><SPAN>&nbsp;(&nbsp;</SPAN><SPAN class=vars>$arrList</SPAN><SPAN>&nbsp;</SPAN><SPAN class=keyword>as</SPAN><SPAN>&nbsp;</SPAN><SPAN class=vars>$key</SPAN><SPAN>&nbsp;=&gt;&nbsp;</SPAN><SPAN class=vars>$value</SPAN><SPAN>&nbsp;):&nbsp;?&gt;&nbsp; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
160<LI class=alt><SPAN>&lt;li&gt;&lt;?php&nbsp;</SPAN><SPAN class=func>echo</SPAN><SPAN>&nbsp;</SPAN><SPAN class=vars>$key</SPAN><SPAN>;?&gt;-&lt;?php&nbsp;</SPAN><SPAN class=func>echo</SPAN><SPAN>&nbsp;</SPAN><SPAN class=vars>$value</SPAN><SPAN>;?&gt;&lt;/li&gt;&nbsp; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
161<LI><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>endforeach</SPAN><SPAN>;&nbsp;?&gt;&nbsp;&nbsp;&nbsp;</SPAN></SPAN></LI></OL></DIV> </p>
                    
                
atoi.html git://github.com/kazuho/cppref.git | HTML | 154 lines
                    
14<meta name="keywords" content="c,string,atoi" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=c:string" />
                    
20<link rel="edit" title="Edit this page" href="/wiki/c/string/atoi?do=edit" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
57
                    
58<div class="plugin_translation"><span>Translations of this page<sup><a href="../../localization.html" class="wikilink1" title="localization">?</a></sup>:</span> <ul>  <li><div class="li"><span class="curid"><a href="../../c/string/atoi.html" class="wikilink1" title="c:string:atoi">en</a></span></div></li>  <li><div class="li"><a href="../../br-pt/c/string/atoi.html" class="wikilink2" title="br-pt:c:string:atoi" rel="nofollow">br-pt</a></div></li>  <li><div class="li"><a href="../../cn/c/string/atoi.html" class="wikilink2" title="cn:c:string:atoi" rel="nofollow">cn</a></div></li>  <li><div class="li"><a href="../../cz/c/string/atoi.html" class="wikilink2" title="cz:c:string:atoi" rel="nofollow">cz</a></div></li>  <li><div class="li"><a href="../../de/c/string/atoi.html" class="wikilink2" title="de:c:string:atoi" rel="nofollow">de</a></div></li>  <li><div class="li"><a href="../../es/c/string/atoi.html" class="wikilink2" title="es:c:string:atoi" rel="nofollow">es</a></div></li>  <li><div class="li"><a href="../../fr/c/string/atoi.html" class="wikilink2" title="fr:c:string:atoi" rel="nofollow">fr</a></div></li>  <li><div class="li"><a href="../../it/c/string/atoi.html" class="wikilink2" title="it:c:string:atoi" rel="nofollow">it</a></div></li>  <li><div class="li"><a href="../../jp/c/string/atoi.html" class="wikilink1" title="jp:c:string:atoi">jp</a></div></li>  <li><div class="li"><a href="../../nl/c/string/atoi.html" class="wikilink2" title="nl:c:string:atoi" rel="nofollow">nl</a></div></li>  <li><div class="li"><a href="../../pl/c/string/atoi.html" class="wikilink2" title="pl:c:string:atoi" rel="nofollow">pl</a></div></li>  <li><div class="li"><a href="../../ro/c/string/atoi.html" class="wikilink2" title="ro:c:string:atoi" rel="nofollow">ro</a></div></li>  <li><div class="li"><a href="../../ru/c/string/atoi.html" class="wikilink2" title="ru:c:string:atoi" rel="nofollow">ru</a></div></li>  <li><div class="li"><a href="../../sk/c/string/atoi.html" class="wikilink2" title="sk:c:string:atoi" rel="nofollow">sk</a></div></li>  <li><div class="li"><a href="../../tr/c/string/atoi.html" class="wikilink2" title="tr:c:string:atoi" rel="nofollow">tr</a></div></li>  <li><div class="li"><a href="../../tw/c/string/atoi.html" class="wikilink2" title="tw:c:string:atoi" rel="nofollow">tw</a></div></li></ul></div>
                    
59  
                    
106<p>
                    
107Related Topics: <a href="../../c/string/atof.html" class="wikilink1" title="c:string:atof">atof</a>, <a href="../../c/string/atol.html" class="wikilink1" title="c:string:atol">atol</a>, <a href="../../c/io/sprintf.html" class="wikilink1" title="c:io:sprintf">sprintf</a>
                    
108</p>
                    
                
class.GalaxyRows.php http://2moons.googlecode.com/svn/trunk/ | PHP | 295 lines
                    
1<?php
                    
2
                    
24 * @version 1.7.1 (2013-01-18)
                    
25 * @info $Id: class.GalaxyRows.php 2604 2013-01-18 11:35:42Z slaver7 $
                    
26 * @link http://2moons.cc/
                    
28
                    
29require_once(ROOT_PATH . 'includes/classes/class.FleetFunctions.php');
                    
30require_once(ROOT_PATH . 'includes/pages/game/class.ShowPhalanxPage.php');
                    
                
loop.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 205 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
7  <meta name="Keywords" content="DoYouHaoBaby,Framework">
                    
8  <meta name="Description" content="The DoYouHaoBaby PHP Framework | ?????????????">
                    
9  <link rel="stylesheet" type="text/css" href="./../../media/css/style.css" />
                    
9  <link rel="stylesheet" type="text/css" href="./../../media/css/style.css" />
                    
10  <link rel="stylesheet" type="text/css" href="./../../media/css/highlight.css" />
                    
11 </head>
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
15     <div id="version">
                    
16	    The DoYouHaoBaby PHP Framework????????<br>
                    
17        Copyright(c) <a href="http://doyouhaobaby.net">DoYouHaoBaby.NET</a>
                    
                
str.php git://github.com/eryx/php-framework-benchmark.git | PHP | 416 lines
                    
1<?php
                    
2/**
                    
9 * @copyright  2010 - 2013 Fuel Development Team
                    
10 * @link       http://fuelphp.com
                    
11 */
                    
17 *
                    
18 * PHP needs to be compiled with --enable-mbstring
                    
19 * or a fallback without encoding support is used
                    
                
memcpy.html git://github.com/kazuho/cppref.git | HTML | 141 lines
                    
14<meta name="keywords" content="c,string,memcpy" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/c/string/memcpy?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=c:string" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
57
                    
58<div class="plugin_translation"><span>Translations of this page<sup><a href="../../localization.html" class="wikilink1" title="localization">?</a></sup>:</span> <ul>  <li><div class="li"><span class="curid"><a href="../../c/string/memcpy.html" class="wikilink1" title="c:string:memcpy">en</a></span></div></li>  <li><div class="li"><a href="../../br-pt/c/string/memcpy.html" class="wikilink2" title="br-pt:c:string:memcpy" rel="nofollow">br-pt</a></div></li>  <li><div class="li"><a href="../../cn/c/string/memcpy.html" class="wikilink2" title="cn:c:string:memcpy" rel="nofollow">cn</a></div></li>  <li><div class="li"><a href="../../cz/c/string/memcpy.html" class="wikilink2" title="cz:c:string:memcpy" rel="nofollow">cz</a></div></li>  <li><div class="li"><a href="../../de/c/string/memcpy.html" class="wikilink2" title="de:c:string:memcpy" rel="nofollow">de</a></div></li>  <li><div class="li"><a href="../../es/c/string/memcpy.html" class="wikilink2" title="es:c:string:memcpy" rel="nofollow">es</a></div></li>  <li><div class="li"><a href="../../fr/c/string/memcpy.html" class="wikilink2" title="fr:c:string:memcpy" rel="nofollow">fr</a></div></li>  <li><div class="li"><a href="../../it/c/string/memcpy.html" class="wikilink2" title="it:c:string:memcpy" rel="nofollow">it</a></div></li>  <li><div class="li"><a href="../../jp/c/string/memcpy.html" class="wikilink1" title="jp:c:string:memcpy">jp</a></div></li>  <li><div class="li"><a href="../../nl/c/string/memcpy.html" class="wikilink2" title="nl:c:string:memcpy" rel="nofollow">nl</a></div></li>  <li><div class="li"><a href="../../pl/c/string/memcpy.html" class="wikilink2" title="pl:c:string:memcpy" rel="nofollow">pl</a></div></li>  <li><div class="li"><a href="../../ro/c/string/memcpy.html" class="wikilink2" title="ro:c:string:memcpy" rel="nofollow">ro</a></div></li>  <li><div class="li"><a href="../../ru/c/string/memcpy.html" class="wikilink2" title="ru:c:string:memcpy" rel="nofollow">ru</a></div></li>  <li><div class="li"><a href="../../sk/c/string/memcpy.html" class="wikilink2" title="sk:c:string:memcpy" rel="nofollow">sk</a></div></li>  <li><div class="li"><a href="../../tr/c/string/memcpy.html" class="wikilink2" title="tr:c:string:memcpy" rel="nofollow">tr</a></div></li>  <li><div class="li"><a href="../../tw/c/string/memcpy.html" class="wikilink2" title="tw:c:string:memcpy" rel="nofollow">tw</a></div></li></ul></div>
                    
59  
                    
93<p>
                    
94Related Topics: <a href="../../c/string/memchr.html" class="wikilink1" title="c:string:memchr">memchr</a>, <a href="../../c/string/memcmp.html" class="wikilink1" title="c:string:memcmp">memcmp</a>, <a href="../../c/string/memmove.html" class="wikilink1" title="c:string:memmove">memmove</a>, <a href="../../c/string/memset.html" class="wikilink1" title="c:string:memset">memset</a>, <a href="../../c/string/strcpy.html" class="wikilink1" title="c:string:strcpy">strcpy</a>, <a href="../../c/string/strlen.html" class="wikilink1" title="c:string:strlen">strlen</a>, <a href="../../c/string/strncpy.html" class="wikilink1" title="c:string:strncpy">strncpy</a>
                    
95</p>
                    
                
comment-template.php http://core.svn.wordpress.org/ | PHP | 363 lines
                    
28
                    
29function comment_author_email_link($linktext='', $before='', $after='') {
                    
30	global $comment;
                    
32	if ((!empty($email)) && ($email != '@')) {
                    
33	$display = ($linktext != '') ? $linktext : $email;
                    
34		echo $before;
                    
73
                    
74function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) {
                    
75	global $comment;
                    
76	$url = get_comment_author_url();
                    
77	$display = ($linktext != '') ? $linktext : $url;
                    
78	$display = str_replace( 'http://www.', '', $display );
                    
86function comment_author_url_link( $linktext = '', $before = '', $after = '' ) {
                    
87	echo get_comment_author_url_link( $linktext, $before, $after );
                    
88}
                    
                
config.php https://bitbucket.org/seezoo/seezoo/ | PHP | 330 lines
                    
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2
                    
20|
                    
21| Typically this will be your index.php file, unless you've renamed it to
                    
22| something else. If you are using mod_rewrite to remove the page set this
                    
25*/
                    
26$config['index_page'] = "index.php";
                    
27
                    
34| URI string.  The default setting of "AUTO" works for most servers.
                    
35| If your links do not seem to work, try one of the other delicious flavors:
                    
36|
                    
143| invoke your controllers and its functions:
                    
144| example.com/index.php?c=controller&m=function
                    
145|
                    
166|	0 = Disables logging, Error logging TURNED OFF
                    
167|	1 = Error Messages (including PHP errors)
                    
168|	2 = Debug Messages
                    
                
HTMLTest.php git://github.com/osCommerce/oscommerce.git | PHP | 144 lines
                    
1<?php
                    
2/**
                    
12
                    
13  class HTMLTest extends \PHPUnit_Framework_TestCase {
                    
14    protected function setUp() {
                    
35
                    
36    public function testLink() {
                    
37      $this->assertEquals('<a href="http://www.oscommerce.com" target="_blank">osCommerce</a>', HTML::link('http://www.oscommerce.com', 'osCommerce', 'target="_blank"'));
                    
                
forums.php http://pbb-png1.googlecode.com/svn/trunk/ | PHP | 174 lines
                    
8* @copyright (c) 2006, 2008 nedka (Nguyen Dang Khoa)
                    
9* @license http://opensource.org/licenses/gpl-license.php GNU Public License
                    
10*
                    
16*
                    
17* phpBB iVN (phpBB in Vietnamese) Project
                    
18* Translated by nedka (Nguyen Dang Khoa) - http://www.vinabb.com/
                    
24*/
                    
25if (!defined('IN_PHPBB'))
                    
26{
                    
92	'FORUM_IMAGE_EXPLAIN'				=> '???ng d?n ??n hình ?nh thêm vào s? d?ng cho chuyên m?c này, n?m trong th? m?c chính cài ??t h? th?ng.',
                    
93	'FORUM_LINK_EXPLAIN'				=> '??a ch? URL ??y ?? ?ính kèm c? giao th?c, ví d? nh? <samp>http://</samp> ?? xác ??nh liên k?t ?i?m ??n khi thành viên b?m vào chuyên m?c liên k?t này, ví d? nh? <samp>http://www.phpbb.com/</samp>',
                    
94	'FORUM_LINK_TRACK'					=> '??m s? l??t ng??i ghé th?m',
                    
94	'FORUM_LINK_TRACK'					=> '??m s? l??t ng??i ghé th?m',
                    
95	'FORUM_LINK_TRACK_EXPLAIN'			=> 'Ghi nh?n s? l??t ng??i ?ã b?m vào xem chuyên m?c liên k?t.',
                    
96	'FORUM_NAME'						=> 'Tên chuyên m?c',
                    
                
start.html git://github.com/kazuho/cppref.git | HTML | 208 lines
                    
14<meta name="keywords" content="stl,deque,start" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/stl/deque/start?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:deque" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/stl/deque/start" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
57
                    
58<div class="plugin_translation"><span>Translations of this page<sup><a href="../../localization.html" class="wikilink1" title="localization">?</a></sup>:</span> <ul>  <li><div class="li"><span class="curid"><a href="../../stl/deque/start.html" class="wikilink1" title="stl:deque:start">en</a></span></div></li>  <li><div class="li"><a href="../../br-pt/stl/deque/start.html" class="wikilink2" title="br-pt:stl:deque:start" rel="nofollow">br-pt</a></div></li>  <li><div class="li"><a href="../../cn/stl/deque/start.html" class="wikilink2" title="cn:stl:deque:start" rel="nofollow">cn</a></div></li>  <li><div class="li"><a href="../../cz/stl/deque/start.html" class="wikilink2" title="cz:stl:deque:start" rel="nofollow">cz</a></div></li>  <li><div class="li"><a href="../../de/stl/deque/start.html" class="wikilink2" title="de:stl:deque:start" rel="nofollow">de</a></div></li>  <li><div class="li"><a href="../../es/stl/deque/start.html" class="wikilink2" title="es:stl:deque:start" rel="nofollow">es</a></div></li>  <li><div class="li"><a href="../../fr/stl/deque/start.html" class="wikilink2" title="fr:stl:deque:start" rel="nofollow">fr</a></div></li>  <li><div class="li"><a href="../../it/stl/deque/start.html" class="wikilink1" title="it:stl:deque:start">it</a></div></li>  <li><div class="li"><a href="../../jp/stl/deque/start.html" class="wikilink1" title="jp:stl:deque:start">jp</a></div></li>  <li><div class="li"><a href="../../nl/stl/deque/start.html" class="wikilink2" title="nl:stl:deque:start" rel="nofollow">nl</a></div></li>  <li><div class="li"><a href="../../pl/stl/deque/start.html" class="wikilink2" title="pl:stl:deque:start" rel="nofollow">pl</a></div></li>  <li><div class="li"><a href="../../ro/stl/deque/start.html" class="wikilink2" title="ro:stl:deque:start" rel="nofollow">ro</a></div></li>  <li><div class="li"><a href="../../ru/stl/deque/start.html" class="wikilink1" title="ru:stl:deque:start">ru</a></div></li>  <li><div class="li"><a href="../../sk/stl/deque/start.html" class="wikilink2" title="sk:stl:deque:start" rel="nofollow">sk</a></div></li>  <li><div class="li"><a href="../../tr/stl/deque/start.html" class="wikilink2" title="tr:stl:deque:start" rel="nofollow">tr</a></div></li>  <li><div class="li"><a href="../../tw/stl/deque/start.html" class="wikilink2" title="tw:stl:deque:start" rel="nofollow">tw</a></div></li></ul></div>
                    
59  
                    
81<p>
                    
82C++ deques are commonly implemented as dynamically allocated arrays that can grow at both ends.  This guarantees <a href="../../complexity.html" class="wikilink1" title="complexity">constant time</a> access, amortized constant time insertion and deletion at either end of the deque, and <a href="../../complexity.html" class="wikilink1" title="complexity">linear time</a> insertion and deletion from the middle of the deque.
                    
83
                    
                
next_permutation.html git://github.com/kazuho/cppref.git | HTML | 216 lines
                    
14<meta name="keywords" content="stl,algorithm,next_permutation" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/stl/algorithm/next_permutation?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:algorithm" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
57
                    
58<div class="plugin_translation"><span>Translations of this page<sup><a href="../../localization.html" class="wikilink1" title="localization">?</a></sup>:</span> <ul>  <li><div class="li"><span class="curid"><a href="../../stl/algorithm/next_permutation.html" class="wikilink1" title="stl:algorithm:next_permutation">en</a></span></div></li>  <li><div class="li"><a href="../../br-pt/stl/algorithm/next_permutation.html" class="wikilink2" title="br-pt:stl:algorithm:next_permutation" rel="nofollow">br-pt</a></div></li>  <li><div class="li"><a href="../../cn/stl/algorithm/next_permutation.html" class="wikilink2" title="cn:stl:algorithm:next_permutation" rel="nofollow">cn</a></div></li>  <li><div class="li"><a href="../../cz/stl/algorithm/next_permutation.html" class="wikilink2" title="cz:stl:algorithm:next_permutation" rel="nofollow">cz</a></div></li>  <li><div class="li"><a href="../../de/stl/algorithm/next_permutation.html" class="wikilink2" title="de:stl:algorithm:next_permutation" rel="nofollow">de</a></div></li>  <li><div class="li"><a href="../../es/stl/algorithm/next_permutation.html" class="wikilink1" title="es:stl:algorithm:next_permutation">es</a></div></li>  <li><div class="li"><a href="../../fr/stl/algorithm/next_permutation.html" class="wikilink2" title="fr:stl:algorithm:next_permutation" rel="nofollow">fr</a></div></li>  <li><div class="li"><a href="../../it/stl/algorithm/next_permutation.html" class="wikilink2" title="it:stl:algorithm:next_permutation" rel="nofollow">it</a></div></li>  <li><div class="li"><a href="../../jp/stl/algorithm/next_permutation.html" class="wikilink2" title="jp:stl:algorithm:next_permutation" rel="nofollow">jp</a></div></li>  <li><div class="li"><a href="../../nl/stl/algorithm/next_permutation.html" class="wikilink2" title="nl:stl:algorithm:next_permutation" rel="nofollow">nl</a></div></li>  <li><div class="li"><a href="../../pl/stl/algorithm/next_permutation.html" class="wikilink2" title="pl:stl:algorithm:next_permutation" rel="nofollow">pl</a></div></li>  <li><div class="li"><a href="../../ro/stl/algorithm/next_permutation.html" class="wikilink2" title="ro:stl:algorithm:next_permutation" rel="nofollow">ro</a></div></li>  <li><div class="li"><a href="../../ru/stl/algorithm/next_permutation.html" class="wikilink2" title="ru:stl:algorithm:next_permutation" rel="nofollow">ru</a></div></li>  <li><div class="li"><a href="../../sk/stl/algorithm/next_permutation.html" class="wikilink2" title="sk:stl:algorithm:next_permutation" rel="nofollow">sk</a></div></li>  <li><div class="li"><a href="../../tr/stl/algorithm/next_permutation.html" class="wikilink2" title="tr:stl:algorithm:next_permutation" rel="nofollow">tr</a></div></li>  <li><div class="li"><a href="../../tw/stl/algorithm/next_permutation.html" class="wikilink2" title="tw:stl:algorithm:next_permutation" rel="nofollow">tw</a></div></li></ul></div>
                    
59  
                    
168
                    
169Related Topics: <a href="../../stl/algorithm/prev_permutation.html" class="wikilink1" title="stl:algorithm:prev_permutation">prev_permutation</a>, <a href="../../stl/algorithm/random_sample.html" class="wikilink1" title="stl:algorithm:random_sample">random_sample</a>, <a href="../../stl/algorithm/random_sample_n.html" class="wikilink1" title="stl:algorithm:random_sample_n">random_sample_n</a>, <a href="../../stl/algorithm/random_shuffle.html" class="wikilink1" title="stl:algorithm:random_shuffle">random_shuffle</a>
                    
170</p>
                    
                
esES.php http://wowroster-addons.googlecode.com/svn/trunk/ | PHP | 218 lines
                    
1<?php
                    
2/**
                    
11 * @license    http://creativecommons.org/licenses/by-nc-sa/2.5   Creative Commons "Attribution-NonCommercial-ShareAlike 2.5"
                    
12 * @version    SVN: $Id: esES.php 540 2011-10-15 03:01:21Z ulminia@gmail.com $
                    
13 * @link       http://www.wowroster.net
                    
76$lang['admin']['ApiSync_javadebug']		= 'Debug Java|Enable JavaScript debugging.<br />Not implemented yet.';
                    
77$lang['admin']['ApiSync_xdebug_php']		= 'XDebug Session PHP|Enable sending XDEBUG variable with POST.';
                    
78$lang['admin']['ApiSync_xdebug_ajax']	= 'XDebug Session AJAX|Enable sending XDEBUG variable  with Ajax POST.';
                    
                
WinLIRC.htm http://autohotkey-chinese.googlecode.com/svn/trunk/ | HTML | 299 lines
                    
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                    
7<link rel="alternate" type="application/rss+xml" title="AutoHotkey Forum RSS" href="/forum/rss.php">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
9<link href="/docs/css/print.css" rel="stylesheet" type="text/css" media="print">
                    
10<meta name="description" content="This open-source WinLIRC client can perform keystrokes, mouse clicks, and other actions in response to buttons you press on your remote control.">
                    
                
MaildirFolderTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2
                    
12 */
                    
13require_once 'Zend/Mail/Storage/Folder/Maildir.php';
                    
14
                    
17 */
                    
18require_once 'Zend/Config.php';
                    
19
                    
20/**
                    
21 * PHPUnit test case
                    
22 */
                    
22 */
                    
23require_once 'PHPUnit/Framework/TestCase.php';
                    
24
                    
30 */
                    
31class Zend_Mail_MaildirFolderTest extends PHPUnit_Framework_TestCase
                    
32{
                    
                
mcp.fortunes.php https://bitbucket.org/ellislab/expressionengine-user-guide/ | PHP | 487 lines
                    
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2
                    
14===================================================== 
                    
15File: mcp.fortunes.php 
                    
16----------------------------------------------------- 
                    
65		// ------------------------------------------------------- 
                    
66		//  HTML Title and Navigation Crumblinks 
                    
67		// ------------------------------------------------------- 
                    
82		// ------------------------------------------------------- 
                    
83		//  Main Menu Links - Add Fortune or View Fortunes 
                    
84		// ------------------------------------------------------- 
                    
124		   // ------------------------------------------------------- 
                    
125		//  HTML Title and Navigation Crumblinks 
                    
126		// ------------------------------------------------------- 
                    
247		// ------------------------------------------------------- 
                    
248		//  HTML Title and Navigation Crumblinks 
                    
249		// ------------------------------------------------------- 
                    
                
INSTALL.php http://2moons.googlecode.com/svn/trunk/ | PHP | 131 lines
                    
1<?php
                    
2
                    
24 * @version 1.7.1 (2013-01-18)
                    
25 * @info $Id: INSTALL.php 2604 2013-01-18 11:35:42Z slaver7 $
                    
26 * @link http://2moons.cc/
                    
74$LNG['reg_mysqli_active'] = 'żMySQLi disponible?';
                    
75$LNG['reg_mysqli_desc']			= '<strong>Requisito Previo</strong> — Usted necesita proporcionar apoyo a MySQLi en PHP. Si no hay módulos de bases de datos se muestran como disponibles, póngase en contacto con su proveedor de hosting o revisar la documentación pertinente de la instalación de PHP para el consejo.';
                    
76$LNG['reg_json_need'] = 'żJSON disponible?';
                    
78$LNG['reg_global_need'] = 'żregister_globals desactivadas?';
                    
79$LNG['reg_global_desc']			= '2Moons también trabajará, si esta opción está habilitada. Sin embargo, se recomienda por razones de seguridad, deshabilitar register_globals en la instalación de PHP, si es posible.';
                    
80$LNG['req_php_need'] = 'Versión PHP (min. 5.2.5)';
                    
80$LNG['req_php_need'] = 'Versión PHP (min. 5.2.5)';
                    
81$LNG['req_php_need_desc']		= '<strong>Requisitos Previos</strong> — PHP es el lenguaje del lado del servidor, 2Moons está escrito en el. 2Moons Esto funciona sin ninguna limitación, la versión PHP 5.2.5 previsto.';
                    
82
                    
104$LNG['step2_db_con_fail'] = "No hay conexi&oacute;n con la base de datos.<br> %s";
                    
105$LNG['step2_config_exists']		= 'config.php ya existe!';
                    
106$LNG['step2_conf_op_fail'] = "Ä„config.php no esta en modo escritura (CHMOD 777)!";
                    
                
partial_sum.html git://github.com/kazuho/cppref.git | HTML | 144 lines
                    
14<meta name="keywords" content="stl,algorithm,partial_sum" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:algorithm" />
                    
20<link rel="edit" title="Edit this page" href="/wiki/stl/algorithm/partial_sum?do=edit" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
57
                    
58<div class="plugin_translation"><span>Translations of this page<sup><a href="../../localization.html" class="wikilink1" title="localization">?</a></sup>:</span> <ul>  <li><div class="li"><span class="curid"><a href="../../stl/algorithm/partial_sum.html" class="wikilink1" title="stl:algorithm:partial_sum">en</a></span></div></li>  <li><div class="li"><a href="../../br-pt/stl/algorithm/partial_sum.html" class="wikilink2" title="br-pt:stl:algorithm:partial_sum" rel="nofollow">br-pt</a></div></li>  <li><div class="li"><a href="../../cn/stl/algorithm/partial_sum.html" class="wikilink2" title="cn:stl:algorithm:partial_sum" rel="nofollow">cn</a></div></li>  <li><div class="li"><a href="../../cz/stl/algorithm/partial_sum.html" class="wikilink2" title="cz:stl:algorithm:partial_sum" rel="nofollow">cz</a></div></li>  <li><div class="li"><a href="../../de/stl/algorithm/partial_sum.html" class="wikilink2" title="de:stl:algorithm:partial_sum" rel="nofollow">de</a></div></li>  <li><div class="li"><a href="../../es/stl/algorithm/partial_sum.html" class="wikilink2" title="es:stl:algorithm:partial_sum" rel="nofollow">es</a></div></li>  <li><div class="li"><a href="../../fr/stl/algorithm/partial_sum.html" class="wikilink2" title="fr:stl:algorithm:partial_sum" rel="nofollow">fr</a></div></li>  <li><div class="li"><a href="../../it/stl/algorithm/partial_sum.html" class="wikilink2" title="it:stl:algorithm:partial_sum" rel="nofollow">it</a></div></li>  <li><div class="li"><a href="../../jp/stl/algorithm/partial_sum.html" class="wikilink2" title="jp:stl:algorithm:partial_sum" rel="nofollow">jp</a></div></li>  <li><div class="li"><a href="../../nl/stl/algorithm/partial_sum.html" class="wikilink2" title="nl:stl:algorithm:partial_sum" rel="nofollow">nl</a></div></li>  <li><div class="li"><a href="../../pl/stl/algorithm/partial_sum.html" class="wikilink2" title="pl:stl:algorithm:partial_sum" rel="nofollow">pl</a></div></li>  <li><div class="li"><a href="../../ro/stl/algorithm/partial_sum.html" class="wikilink2" title="ro:stl:algorithm:partial_sum" rel="nofollow">ro</a></div></li>  <li><div class="li"><a href="../../ru/stl/algorithm/partial_sum.html" class="wikilink2" title="ru:stl:algorithm:partial_sum" rel="nofollow">ru</a></div></li>  <li><div class="li"><a href="../../sk/stl/algorithm/partial_sum.html" class="wikilink2" title="sk:stl:algorithm:partial_sum" rel="nofollow">sk</a></div></li>  <li><div class="li"><a href="../../tr/stl/algorithm/partial_sum.html" class="wikilink2" title="tr:stl:algorithm:partial_sum" rel="nofollow">tr</a></div></li>  <li><div class="li"><a href="../../tw/stl/algorithm/partial_sum.html" class="wikilink2" title="tw:stl:algorithm:partial_sum" rel="nofollow">tw</a></div></li></ul></div>
                    
59  
                    
96<p>
                    
97Related Topics: <a href="../../stl/algorithm/accumulate.html" class="wikilink1" title="stl:algorithm:accumulate">accumulate</a>, <a href="../../stl/algorithm/adjacent_difference.html" class="wikilink1" title="stl:algorithm:adjacent_difference">adjacent_difference</a>, <a href="../../stl/algorithm/count.html" class="wikilink1" title="stl:algorithm:count">count</a>, <a href="../../stl/algorithm/inner_product.html" class="wikilink1" title="stl:algorithm:inner_product">inner_product</a>
                    
98</p>
                    
                
functions_install.php https://code.google.com/p/phpbbex/ | PHP | 448 lines
                    
36	}
                    
37	return ((@ini_get('enable_dl') || strtolower(@ini_get('enable_dl')) == 'on') && (!@ini_get('safe_mode') || strtolower(@ini_get('safe_mode')) == 'off') && function_exists('dl') && @dl($dll . '.' . PHP_SHLIB_SUFFIX)) ? true : false;
                    
38}
                    
151		global $phpbb_root_path, $phpEx;
                    
152		require($phpbb_root_path . 'includes/db/db_tools.' . $phpEx);
                    
153	}
                    
167{
                    
168	global $phpbb_root_path, $phpEx, $config, $lang;
                    
169
                    
174		// Include the DB layer
                    
175		include($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
                    
176	}
                    
190	// Make sure we don't have a daft user who thinks having the SQLite database in the forum directory is a good idea
                    
191	if ($dbms_details['DRIVER'] == 'sqlite' && stripos(phpbb_realpath($dbhost), phpbb_realpath('../')) === 0)
                    
192	{
                    
                
sk_basic_plugins.php http://spam-karma.googlecode.com/svn/trunk/ | PHP | 253 lines
                    
1<?php
                    
2/**********************************************************************************************
                    
14************************************************************************************************/
                    
15?><?php
                    
16// Basic plugins
                    
94
                    
95class SK_Link_Count_Plugin extends sk_plugin
                    
96{
                    
101	var $filter = true;
                    
102	var $settings_format = array ("too_many_links" => array("type" => "text", "value"=>2, "caption" => "Penalize if there are more than ", "size" => 3, "after" => "links in the comment content."));
                    
103	var $skip_under = -30;
                    
108	{
                    
109		$url_count = count($cmt_object->content_links) + (0.75 * count($cmt_object->content_url_no_links));
                    
110		if (! $url_count)
                    
128		$threshold = max($this->get_option_value('too_many_links'), 1);
                    
129		$log = sprintf(__("Comment contains: %d linked URLs and %d unlinked URLs: total link coef: %d", 'spam-karma'), count($cmt_object->content_links), count($cmt_object->content_url_no_links), $url_count);
                    
130
                    
                
jqplot-linearAxisRenderer-js.html http://eeplat.googlecode.com/svn/trunk/ | HTML | 45 lines
                    
2
                    
3<html><head><title>$.jqplot.LinearAxisRenderer</title><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script><script language=JavaScript src="../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
                    
4if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
                    
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.LinearAxisRenderer"></a>$.jqplot.<wbr>LinearAxisRenderer</div><div class=CBody><p>The default jqPlot axis renderer, creating a numeric axis.&nbsp; The renderer has no additional options beyond the <a href="jqplot-core-js.html#Axis" class=LClass id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">Axis</a> object.</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.LinearAxisRenderer" >$.jqplot.<wbr>LinearAxisRenderer</a></td><td class=SDescription>The default jqPlot axis renderer, creating a numeric axis. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.breakPoints" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">breakPoints</a></td><td class=SDescription>EXPERIMENTAL!!&nbsp; </td></tr><tr class="SProperty SIndent2"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.breakTickLabel" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">breakTickLabel</a></td><td class=SDescription>Label to use at the axis break if breakPoints are specified.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
15
                    
27
                    
28<div id=Menu><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Usage and Options</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="usage-txt.html">Usage</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotOptions-txt.html">jqPlot Options</a></div></div><div class=MEntry><div class=MFile><a href="optionsTutorial-txt.html">Options Tutorial</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotCssStyling-txt.html">jqPlot CSS Customization</a></div></div><div class=MEntry><div class=MFile><a href="changes-txt.html">Change Log</a></div></div><div class=MEntry><div class=MLink><a href="../../tests/">Examples</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">API Documentation</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="jqplot-core-js.html">jqPlot Charts</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Core Renderers</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="jqplot-axisTickRenderer-js.html">AxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-canvasGridRenderer-js.html">CanvasGridRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-divTitleRenderer-js.html">DivTitleRenderer</a></div></div><div class=MEntry><div class=MFile id=MSelected>LinearAxisRenderer</div></div><div class=MEntry><div class=MFile><a href="jqplot-markerRenderer-js.html">MarkerRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shapeRenderer-js.html">ShapeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shadowRenderer-js.html">ShadowRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-lineRenderer-js.html">Line Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-axisLabelRenderer-js.html">AxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-themeEngine-js.html">ThemeEngine</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Plugins</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="plugins/jqplot-barRenderer-js.html">BarRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-BezierCurveRenderer-js.html">BezierCurveRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-blockRenderer-js.html">BlockRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-bubbleRenderer-js.html">BubbleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisLabelRenderer-js.html">CanvasAxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisTickRenderer-js.html">CanvasAxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasOverlay-js.html">CanvasOverlay</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-categoryAxisRenderer-js.html">CategoryAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ciParser-js.html">ciParser</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-cursor-js.html">Cursor</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dateAxisRenderer-js.html">DateAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-donutRenderer-js.html">DonutRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dragable-js.html">Dragable</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-enhancedLegendRenderer-js.html">EnhancedLegendRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-funnelRenderer-js.html">FunnelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-highlighter-js.html">Highlighter</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-logAxisRenderer-js.html">LogAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoAxisRenderer-js.html">MekkoAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoRenderer-js.html">MekkoRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-meterGaugeRenderer-js.html">MeterGaugeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ohlcRenderer-js.html">OHLCRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pieRenderer-js.html">PieRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pointLabels-js.html">PointLabels</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-trendline-js.html">Trendline</a></div></div></div></div></div></div></div></div><div class=MEntry><div class=MFile><a href="gpl-2-0-txt.html">GPL License</a></div></div><div class=MEntry><div class=MFile><a href="MIT-LICENSE-txt.html">MIT License</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Index</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MIndex><a href="../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Properties.html">Properties</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Hooks.html">Hooks</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Files.html">Files</a></div></div></div></div></div><script type="text/javascript"><!--
                    
29var searchPanel = new SearchPanel("searchPanel", "HTML", "../search");
                    
                
jqplot-axisLabelRenderer-js.html http://eeplat.googlecode.com/svn/trunk/ | HTML | 47 lines
                    
2
                    
3<html><head><title>$.jqplot.AxisLabelRenderer</title><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script><script language=JavaScript src="../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
                    
4if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
                    
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
                    
29
                    
30<div id=Menu><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Usage and Options</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="usage-txt.html">Usage</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotOptions-txt.html">jqPlot Options</a></div></div><div class=MEntry><div class=MFile><a href="optionsTutorial-txt.html">Options Tutorial</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotCssStyling-txt.html">jqPlot CSS Customization</a></div></div><div class=MEntry><div class=MFile><a href="changes-txt.html">Change Log</a></div></div><div class=MEntry><div class=MLink><a href="../../tests/">Examples</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">API Documentation</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="jqplot-core-js.html">jqPlot Charts</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Core Renderers</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="jqplot-axisTickRenderer-js.html">AxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-canvasGridRenderer-js.html">CanvasGridRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-divTitleRenderer-js.html">DivTitleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-linearAxisRenderer-js.html">LinearAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-markerRenderer-js.html">MarkerRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shapeRenderer-js.html">ShapeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shadowRenderer-js.html">ShadowRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-lineRenderer-js.html">Line Renderer</a></div></div><div class=MEntry><div class=MFile id=MSelected>AxisLabelRenderer</div></div><div class=MEntry><div class=MFile><a href="jqplot-themeEngine-js.html">ThemeEngine</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Plugins</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="plugins/jqplot-barRenderer-js.html">BarRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-BezierCurveRenderer-js.html">BezierCurveRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-blockRenderer-js.html">BlockRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-bubbleRenderer-js.html">BubbleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisLabelRenderer-js.html">CanvasAxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisTickRenderer-js.html">CanvasAxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasOverlay-js.html">CanvasOverlay</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-categoryAxisRenderer-js.html">CategoryAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ciParser-js.html">ciParser</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-cursor-js.html">Cursor</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dateAxisRenderer-js.html">DateAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-donutRenderer-js.html">DonutRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dragable-js.html">Dragable</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-enhancedLegendRenderer-js.html">EnhancedLegendRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-funnelRenderer-js.html">FunnelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-highlighter-js.html">Highlighter</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-logAxisRenderer-js.html">LogAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoAxisRenderer-js.html">MekkoAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoRenderer-js.html">MekkoRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-meterGaugeRenderer-js.html">MeterGaugeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ohlcRenderer-js.html">OHLCRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pieRenderer-js.html">PieRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pointLabels-js.html">PointLabels</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-trendline-js.html">Trendline</a></div></div></div></div></div></div></div></div><div class=MEntry><div class=MFile><a href="gpl-2-0-txt.html">GPL License</a></div></div><div class=MEntry><div class=MFile><a href="MIT-LICENSE-txt.html">MIT License</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Index</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MIndex><a href="../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Properties.html">Properties</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Hooks.html">Hooks</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Files.html">Files</a></div></div></div></div></div><script type="text/javascript"><!--
                    
31var searchPanel = new SearchPanel("searchPanel", "HTML", "../search");
                    
                
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 *
                    
10 * @license		http://codeigniter.com/user_guide/license.html
                    
11 * @link		http://codeigniter.com
                    
12 * @since		Version 1.0
                    
24 * @author		ExpressionEngine Dev Team
                    
25 * @link		http://codeigniter.com/user_guide/helpers/file_helpers.html
                    
26 */
                    
144				{
                    
145					unlink($path.DIRECTORY_SEPARATOR.$filename);
                    
146				}
                    
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)))
                    
                
admin.users.html.php http://miacms.googlecode.com/svn/trunk/ | PHP | 510 lines
                    
79			$published 	= mosCommonHTML::userPublishedProcessing( $row, $i );
                    
80			$link 	    = htmlentities('index2.php?option=com_users&task=editA&id='. $row->id. '&hidemainmenu=1');
                    
81			?>
                    
89				<td>
                    
90				<a href="<?php echo $link; ?>">
                    
91				<?php echo $row->name; ?>
                    
160		?>
                    
161		<form action="index2.php?f=<?php echo mosMainframe::formId($option, 'edit', $my); ?>" method="post" id="adminForm" name="adminForm">
                    
162		<table class="adminheading">
                    
164			<th class="user">
                    
165			<?php echo T_('User:'); ?> <small><?php echo $row->id ? T_('Edit') : T_('Add');?></small>
                    
166			</th>
                    
362						<td valign="top">
                    
363						<img src="<?php echo $mosConfig_live_site;?>/images/stories/<?php echo $contact[0]->image; ?>" align="middle" alt="<?php echo T_('Contact'); ?>" />
                    
364						</td>
                    
                
class.listype.php http://kak.googlecode.com/svn/trunk/ | PHP | 343 lines
                    
1<?php
                    
2defined('_JEXEC') OR die('Access Denied!');
                    
187				$show['sender_email'] = false;
                    
188				$show['mailings_link'] = true;
                    
189				$show['mailings_sub'] = true;
                    
205					$show['color'] = true;
                    
206					$show['mailings_link'] = true;
                    
207					$show['front'] = true;
                    
215					$show['mailings_sub'] = false;
                    
216					$show['mailings_link'] = false;
                    
217					$show['color'] = false;
                    
                
fltk-1.1.9-4.patch https://octave.svn.sourceforge.net/svnroot/octave | Patch | 274 lines
                    
50 	echo Linking $@...
                    
51-	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKFLTKFORMS) $(LINKFLTKIMG) $(LDLIBS)
                    
52+	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKFLTKFORMS) $(LINKFLTKIMG) $(CXXLIBS) $(LDLIBS)
                    
57 			../src/$(IMGDSONAME)
                    
58 	echo Linking $@...
                    
59-	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(LDLIBS)
                    
59-	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(LDLIBS)
                    
60+	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(CXXLIBS) $(LDLIBS)
                    
61 	$(POSTBUILD) $@ ../FL/mac.r
                    
84 
                    
85 # libraries to link with:
                    
86 AUDIOLIBS	= @AUDIOLIBS@
                    
91 GLDLIBS		= @GLLIB@ @LIBS@
                    
92 LINKFLTK	= @LINKFLTK@
                    
93 LINKFLTKGL	= @LINKFLTKGL@
                    
                
gcc43_common.sh https://octave.svn.sourceforge.net/svnroot/octave | Shell | 487 lines
                    
116#  LDFLAGS="-shared-libgcc" CXXFLAGS="-D_DLL" 
                    
117# and add "-lstdc++_s" at linking stage
                    
118#
                    
119#   http://garr.dl.sourceforge.net/sourceforge/mingw/gcc-4.2.1-dw2-2-release_notes.txt
                    
120#   http://sourceforge.net/project/shownotes.php?release_id=596917
                    
121#
                    
143   -4.3.0)
                    
144# shared libgcc link flag
                    
145LIBGCCLDFLAGS="-shared-libgcc"
                    
149GCC_OPT_FLAGS="-O2"
                    
150# Linker flags
                    
151LDFLAGS="$LIBGCCLDFLAGS"
                    
151LDFLAGS="$LIBGCCLDFLAGS"
                    
152# Linker flas for Fortran
                    
153FLDFLAGS=$LDFLAGS
                    
                
ShareLinks.cs https://dotnetage.svn.codeplex.com/svn | C# | 227 lines
                    
23            _bitlyLogin = new object();
                    
24            //_allSites = new Lazy<IEnumerable<LinkShareSite>>(() => from site in (LinkShareSite[]) Enum.GetValues(typeof(LinkShareSite))
                    
25            //    where site != LinkShareSite.All
                    
39
                    
40                ConstructPageLinkBack(ref pageLinkBack, out str);
                    
41                pageLinkBack = HttpUtility.UrlEncode(pageLinkBack);
                    
43                pageTitle = HttpUtility.UrlEncode(pageTitle);
                    
44                //using (IEnumerator<LinkShareSite> enumerator = GetSitesInOrder(linkSites).GetEnumerator())
                    
45                //{
                    
66                //    case LinkShareSite.GoogleBuzz:
                    
67                HelperPage.WriteLiteralTo(__razor_helper_writer, " <a href=\"http://www.google.com/reader/link?url=");
                    
68                HelperPage.WriteTo(__razor_helper_writer, str);
                    
215
                    
216        private static void ConstructPageLinkBack(ref string pageLinkBack, out string shortenedUrl)
                    
217        {
                    
                
Adapter.php http://skeleton.googlecode.com/svn/trunk/ | PHP | 362 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Adapter.php
                    
4 *
                    
4 *
                    
5 * @license	http://www.opensource.org/licenses/bsd-license.php BSD
                    
6 * @link	http://skeletonframework.com/
                    
                
FileEngineTest.php git://github.com/cakephp/cakephp.git | PHP | 393 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP 5
                    
6 *
                    
6 *
                    
7 * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
                    
8 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
14 * @link          http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
                    
15 * @package       Cake.Test.Case.Cache.Engine
                    
15 * @package       Cake.Test.Case.Cache.Engine
                    
16 * @since         CakePHP(tm) v 1.2.0.5434
                    
17 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
                    
338 *
                    
339 * @expectedException PHPUnit_Framework_Error_Warning
                    
340 * @return void
                    
                
cache.php http://skygames.googlecode.com/svn/trunk/ | PHP | 520 lines
                    
1<?php
                    
2/* SVN FILE: $Id: cache.php 7847 2008-11-08 02:54:07Z renan.saddam $ */
                    
3/**
                    
4 * Caching for CakePHP.
                    
5 *
                    
6 *
                    
7 * PHP versions 4 and 5
                    
8 *
                    
8 *
                    
9 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
                    
10 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
                    
16 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
                    
17 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
                    
18 * @package       cake
                    
19 * @subpackage    cake.cake.libs
                    
20 * @since         CakePHP(tm) v 1.2.0.4933
                    
21 * @version       $Revision: 7847 $
                    
                
event.htm http://ligerui.googlecode.com/svn/trunk/ | HTML | 484 lines
                    
9        <script type="text/javascript" src="../../lib/syntaxHighlighter/Scripts/shBrushJScript.js"></script>
                    
10        <script type="text/javascript" src="../../lib/syntaxHighlighter/Scripts/shBrushPhp.js"></script>  
                    
11        <script src="../../lib/syntaxhighlighter/helper.js" type="text/javascript"></script>
                    
11        <script src="../../lib/syntaxhighlighter/helper.js" type="text/javascript"></script>
                    
12        <link type="text/css" rel="stylesheet" href="../../lib/syntaxHighlighter/styles/shCore.css"/>
                    
13        <link type="text/css" rel="stylesheet" href="../../lib/syntaxHighlighter/styles/shThemeDefault.css"/>
                    
13        <link type="text/css" rel="stylesheet" href="../../lib/syntaxHighlighter/styles/shThemeDefault.css"/>
                    
14		<link type="text/css" rel="stylesheet" href="../../lib/css/default.css"/>
                    
15		<title>jQuery LigerUI API</title> 
                    
                
nested-tags.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 161 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
67<LI class=alt><SPAN>); &nbsp;&nbsp;</SPAN></LI>
                    
68<LI><SPAN>&lt;/php&gt; &nbsp;&nbsp;</SPAN></LI>
                    
69<LI class=alt><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
83<LI class=alt><SPAN><SPAN>&lt;?php&nbsp;!defined('DYHB_PATH')&nbsp;&amp;&amp;&nbsp;</SPAN><SPAN class=func>exit</SPAN><SPAN>;&nbsp;</SPAN><SPAN class=comment>/*&nbsp;DoYouHaoBaby&nbsp;Framework&nbsp;??????&nbsp;????:2002-01-12&nbsp;05:19:00&nbsp;&nbsp;*/</SPAN><SPAN>&nbsp;?&gt; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
84<LI><SPAN>&lt;?php&nbsp; &nbsp;&nbsp;</SPAN></LI>
                    
85<LI class=alt><SPAN></SPAN><SPAN class=vars>$list</SPAN><SPAN>&nbsp;=&nbsp;</SPAN><SPAN class=keyword>array</SPAN><SPAN>( &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
107<LI class=alt><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
108<LI><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&lt;?php&nbsp;</SPAN><SPAN class=func>echo</SPAN><SPAN>(&nbsp;</SPAN><SPAN class=vars>$key</SPAN><SPAN>&nbsp;);&nbsp;?&gt;-&lt;?php&nbsp;</SPAN><SPAN class=func>echo</SPAN><SPAN>(&nbsp;</SPAN><SPAN class=vars>$value</SPAN><SPAN>&nbsp;);&nbsp;?&gt;&lt;br&gt;&lt;br&gt;&nbsp;&nbsp; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
109<LI class=alt><SPAN>&nbsp; &nbsp;&nbsp;</SPAN></LI>
                    
                
InvalidGeoLocation.html http://google-api-adwords-php.googlecode.com/svn/trunk/ | HTML | 0 lines
                    
6			<title>Docs For Class InvalidGeoLocation</title>
                    
7			<link rel="stylesheet" href="../../media/stylesheet.css" />
                    
8			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
                    
23	<div class="info-box-body">
                    
24        		<!-- ========== Info from phpDoc block ========= -->
                    
25<p class="short-description">Invalid GeoLocation object.</p>
                    
26		<p class="notes">
                    
27			Located in <a class="field" href="_Ads---AdWords---v201008---GeoLocationService.php.html">/Ads/AdWords/v201008/GeoLocationService.php</a> (line <span class="field">1306</span>)
                    
28		</p>
                    
125	
                    
126	<!-- ========== Info from phpDoc block ========= -->
                    
127	<ul class="tags">
                    
240	<p class="notes" id="credit">
                    
241		Documentation generated by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
                    
242	</p>
                    
                
Directory.php https://bitbucket.org/chamilo/chamilo/ | PHP | 431 lines
                    
41 * @license    http://www.opensource.org/licenses/bsd-license.php  BSD License
                    
42 * @link       http://github.com/sebastianbergmann/php-code-coverage
                    
43 * @since      File available since Release 1.0.0
                    
45
                    
46require_once 'PHP/CodeCoverage/Report/HTML/Node/Iterator.php';
                    
47
                    
56 * @version    Release: 1.0.3
                    
57 * @link       http://github.com/sebastianbergmann/php-code-coverage
                    
58 * @since      Class available since Release 1.0.0
                    
59 */
                    
60class PHP_CodeCoverage_Report_HTML_Node_Directory extends PHP_CodeCoverage_Report_HTML_Node implements IteratorAggregate
                    
61{
                    
62    /**
                    
63     * @var PHP_CodeCoverage_Report_HTML_Node[]
                    
64     */
                    
                
header.php http://slowpub-development.googlecode.com/svn/trunk/ | PHP | 256 lines
                    
23<link href="<?php bloginfo('template_url'); ?>/prettyPhoto.css" rel="stylesheet" type="text/css" />
                    
24<link href="<?php bloginfo('stylesheet_directory');?>/jqueryslidemenu.css" rel="stylesheet" type="text/css" />
                    
25<link href="<?php bloginfo('stylesheet_directory');?>/s3slider.css" rel="stylesheet" type="text/css" />
                    
25<link href="<?php bloginfo('stylesheet_directory');?>/s3slider.css" rel="stylesheet" type="text/css" />
                    
26<link href="<?php bloginfo('stylesheet_directory');?>/fancy.css" rel="stylesheet" type="text/css" />
                    
27<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
                    
120<style type="text/css">
                    
121body{background-color:<?php echo $bgcolor; ?>; <?php if($bgimage!=""){ ?>background-image:url(<?php echo $bgimage; ?>)<?php } ?>}
                    
122a, a:visited{color:<?php echo $linkcolor; ?>;}
                    
179					<?php if($sitename=="" && $tagline==""){?>
                    
180							<h1><a href="<?php echo get_option('home'); ?>/" title="<?php _e('Click for Home','templatesquare'); ?>"><?php bloginfo('name'); ?></a></h1>
                    
181						<span class="desc"><?php bloginfo('description'); ?></span>
                    
182					<?php }else{ ?>
                    
183						<h1><a href="<?php echo get_option('home'); ?>/" title="<?php _e('Click for Home','templatesquare'); ?>"><?php echo $sitename; ?></a></h1>
                    
184						<span class="desc"><?php echo $tagline; ?></span>
                    
                
extrafield.php http://getk2.googlecode.com/svn/trunk/ | PHP | 375 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version		$Id: extrafield.php 1554 2012-04-19 12:22:40Z lefteris.kavadas $
                    
4 * @package		K2
                    
97				{
                    
98					require_once (JPATH_COMPONENT.DS.'lib'.DS.'JSON.php');
                    
99					$json = new Services_JSON;
                    
120
                    
121		require_once (JPATH_COMPONENT.DS.'lib'.DS.'JSON.php');
                    
122		$json = new Services_JSON;
                    
145				$msg = JText::_('K2_CHANGES_TO_EXTRA_FIELD_SAVED');
                    
146				$link = 'index.php?option=com_k2&view=extrafield&cid='.$row->id;
                    
147				break;
                    
150				$msg = JText::_('K2_EXTRA_FIELD_SAVED');
                    
151				$link = 'index.php?option=com_k2&view=extrafields';
                    
152				break;
                    
                
index17188.htm http://tpf.googlecode.com/svn/trunk/ | HTML | 160 lines
                    
6        <meta name="generator" content="WordPress 1.5" /> <!-- leave this for stats -->
                    
7        <link rel="stylesheet" href="http://www.yapc.org/America/previous-years/2006/wp-content/themes/yapc_wide/style.css" type="text/css" media="screen" />
                    
8        <link rel="shortcut icon" type="image/png" href="http://www.yapc.org/America/previous-years/2006/wp-content/themes/yapc_wide/images/favicon.png" />
                    
15  Kwiki</title>
                    
16      <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/theme/yapc_chicago/css/kwiki.css" />
                    
17        <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/css/toolbar.css" />
                    
17        <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/css/toolbar.css" />
                    
18        <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/css/user_name.css" />
                    
19        <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/css/search.css" />
                    
19        <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/css/search.css" />
                    
20        <link rel="stylesheet" type="text/css" href="http://www.yapc.org/America/previous-years/2006/css/formatter.css" />
                    
21        <script type="text/javascript" src="javascript/double_click_to_edit.js"></script>
                    
94<p>
                    
95I also intend to learn quite a bit about [takes a deep breath] C++, Java, Python, Ruby, PHP, HTML, XML, XHTML, CCS, <a href="http://www.yapc.org/America/previous-years/2006/index51835.htm" class="empty">OpenGL</a>, Linux From Scratch, BSD, Beos, security, Unicode, foreign language, and bioinformatics. For starters.
                    
96</p>
                    
                
ISO14496_Box_SCHM.html http://xepec.googlecode.com/svn/trunk/ | HTML | 294 lines
                    
6			<title>Docs For Class ISO14496_Box_SCHM</title>
                    
7			<link rel="stylesheet" href="../../media/stylesheet.css" />
                    
8			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
                    
23	<div class="info-box-body">
                    
24        		<!-- ========== Info from phpDoc block ========= -->
                    
25<p class="short-description">The <em>Scheme Type Box</em> identifies the protection scheme.</p>
                    
28				<li><span class="field">version:</span> $Rev: 92 $</li>
                    
29				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
30				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ISO14496---Box---SCHM.php.html">/ISO14496/Box/SCHM.php</a> (line <span class="field">52</span>)
                    
34		</p>
                    
290	<p class="notes" id="credit">
                    
291		Documentation generated on Thu, 01 Jan 2009 14:59:36 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
292	</p>
                    
                
 

Source

Language