PageRenderTime 1560ms queryTime 99ms sortTime 273ms getByIdsTime 30ms findMatchingLines 33ms

100+ results results for 'php link repo:RSol/fotobank' (1560 ms)

Not the results you expected?
permissions.inc.php git://github.com/modxcms/revolution.git | PHP | 192 lines
                    
1<?php
                    
2/**
                    
103$_lang['perm.new_static_resource_desc'] = 'Untuk menciptakan sumber daya statis yang baru.';
                    
104$_lang['perm.new_symlink_desc'] = 'Membuat SymLink baru.';
                    
105$_lang['perm.new_template_desc'] = 'Untuk membuat Template baru.';
                    
107$_lang['perm.new_user_desc'] = 'Untuk membuat pengguna baru.';
                    
108$_lang['perm.new_weblink_desc'] = 'Untuk membuat WebLink baru.';
                    
109$_lang['perm.packages_desc'] = 'Untuk menggunakan paket-paket transportasi dalam sistem manajemen paket.';
                    
                
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>
                    
                
CakeValidationSetTest.php git://github.com/yandod/candycane.git | PHP | 337 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
                    
6 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
12 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @link          http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
                    
14 * @package       Cake.Test.Case.Model.Validator
                    
14 * @package       Cake.Test.Case.Model.Validator
                    
15 * @since         CakePHP(tm) v 2.2.0
                    
16 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
                    
                
SdwApi.java https://jonathan.svn.codeplex.com/svn | Java | 359 lines
                    
250         int subBookOrder = subBookItem.getInt ("order");
                    
251         int subBookLinkedId = subBookItem.optInt ("linkedbooklistid", -1);
                    
252         Book b = this.getBookData (subBookTitle);
                    
255         if (subBookLinkedId != -1) {
                    
256            subBook.setLinkedId (subBookLinkedId);
                    
257         }
                    
267   {
                    
268      int linkId = subBook.getLinkedId ();
                    
269      Integer subBookId = linkId == -1 ? subBook.getSubBookListId () : linkId;
                    
325         }
                    
326         JSONObject links = passageItem.optJSONObject ("links");
                    
327         if (links != null) {
                    
329               String linkId = it.next ().toString ();
                    
330               JSONObject linkItem = links.getJSONObject (linkId);
                    
331               passage.addLink (Integer.parseInt (linkId), linkItem.getInt ("start"),
                    
                
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         **/
                    
                
IMqttClient.java git://github.com/eclipse/paho.mqtt.java.git | Java | 306 lines
                    
10 * and the Eclipse Distribution License is available at 
                    
11 *   https://www.eclipse.org/org/documents/edl-v10.php
                    
12 *
                    
39 * <p>
                    
40 * There are two styles of MQTT client, this one and {@link IMqttAsyncClient}.</p>
                    
41 * <ul>
                    
69	 * Connects to an MQTT server using the default options.
                    
70	 * <p>The default options are specified in {@link MqttConnectionOptions} class.
                    
71	 * </p>
                    
213	 * <p>
                    
214	 * If (@link MqttConnectOptions#setCleanStart(boolean)} was set to true
                    
215	 * when when connecting to the server then the subscription remains in place
                    
222	 * <p>
                    
223	 * If (@link MqttConnectOptions#setCleanStart(boolean)} was set to false
                    
224	 * when when connecting to the server then the subscription remains in place
                    
                
openid.class.php git://github.com/Dolibarr/dolibarr.git | PHP | 558 lines
                    
1<?php
                    
2/* Copyright (C) 2013 Laurent Destailleur  <eldy@users.sourceforge.net>
                    
18/**
                    
19 *      \file       htdocs/core/class/openid.class.php
                    
20 *      \ingroup    core
                    
46
                    
47	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
                    
48	/**
                    
55	{
                    
56		// phpcs:enable
                    
57		$this->URLs['openid_server'] = $a;
                    
59
                    
60	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
                    
61	/**
                    
68	{
                    
69		// phpcs:enable
                    
70		$this->URLs['trust_root'] = $a;
                    
                
DataGridFunctions.php git://github.com/forkcms/forkcms.git | PHP | 330 lines
                    
1<?php
                    
2
                    
17    /**
                    
18     * Formats plain text as HTML, links will be detected, paragraphs will be inserted
                    
19     *
                    
25    {
                    
26        // detect links
                    
27        $var = SpoonFilter::replaceURLsWithAnchors($var);
                    
                
WebSocketParserD08.java git://pkgs.fedoraproject.org/jetty | Java | 389 lines
                    
11 *   The Apache License v2.0 is available at
                    
12 *   http://www.opensource.org/licenses/apache2.0.php
                    
13 *
                    
24// The Apache License v2.0 is available at
                    
25// http://www.opensource.org/licenses/apache2.0.php
                    
26// You may elect to redistribute this code under either of these licenses.
                    
84    /**
                    
85     * @param buffers The buffers to use for parsing.  Only the {@link Buffers#getBuffer()} is used.
                    
86     * This should be a direct buffer if binary data is mostly used or an indirect buffer if utf-8 data
                    
132    /** Parse to next event.
                    
133     * Parse to the next {@link WebSocketParser.FrameHandler} event or until no more data is
                    
134     * available. Fill data from the {@link EndPoint} only as necessary.
                    
                
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
                    
                
classInteractiveDebugger-members.html git://pkgs.fedoraproject.org/xqilla | HTML | 64 lines
                    
3<title>XQilla Simple API Documentation</title>
                    
4<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
5<link href="tabs.css" rel="stylesheet" type="text/css">
                    
6</head><body>
                    
7<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
                    
8<!-- Generated by Doxygen 1.6.1 -->
                    
                
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);
                    
                
actions.c git://github.com/DimaSmirnov/Archlinux-downgrader.git | C | 352 lines
                    
14        if (!silent) { sprintf(tmp_string, "Downgrade %s from ALA to version %s\n", package,user_pkgs[i].version); dgr_output(tmp_string); }
                    
15        strcpy(install_command,"sudo pacman -U "); strcat(install_command,user_pkgs[i].link);
                    
16        //printf("%s\n", install_command); //DEBUG
                    
21        ret = IsPackageInArm(package, install_version);
                    
22        if (arm_pkgs[ret].link) {
                    
23            if (!silent) { sprintf(tmp_string, "Downgrade %s from ARM to version %s\n", package,arm_pkgs[ret+2].version); dgr_output(tmp_string); }
                    
23            if (!silent) { sprintf(tmp_string, "Downgrade %s from ARM to version %s\n", package,arm_pkgs[ret+2].version); dgr_output(tmp_string); }
                    
24            strcpy(install_command,"sudo pacman -U "); strcat(install_command,arm_pkgs[ret+2].link);
                    
25            system(install_command);
                    
37        dgr_output(tmp_string);
                    
38        //printf("%s\n", user_pkgs[i].link); //DEBUG
                    
39    }
                    
105            if (!strcmp(user_pkgs[cntr].version, installed_pkg_ver)) {
                    
106                strcpy(user_pkgs[cntr].link,ala_pkgs[counter].full_path);
                    
107                strcpy(user_pkgs[cntr].repo," [installed]");
                    
                
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];
                    
                
group__rp__security__context__token.html git://pkgs.fedoraproject.org/axis2c | HTML | 115 lines
                    
3<title>Axis2/C: Rp_security_context_token</title>
                    
4<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
5<link href="tabs.css" rel="stylesheet" type="text/css">
                    
17    <li>
                    
18      <form action="search.php" method="get">
                    
19        <table cellspacing="0" cellpadding="0" border="0">
                    
                
Personality.html https://gitlab.com/kidaa/masws.git | HTML | 245 lines
                    
8<meta name="date" content="2013-02-20">
                    
9<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
                    
10</head>
                    
23<!--   -->
                    
24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
                    
25<!--   -->
                    
51<script type="text/javascript"><!--
                    
52  allClassesLink = document.getElementById("allclasses_navbar_top");
                    
53  if(window==top) {
                    
53  if(window==top) {
                    
54    allClassesLink.style.display = "block";
                    
55  }
                    
103<td class="colFirst"><code>class&nbsp;</code></td>
                    
104<td class="colLast"><code><strong><a href="../../../../../../com/hp/hpl/jena/enhanced/GraphPersonality.html" title="class in com.hp.hpl.jena.enhanced">GraphPersonality</a></strong></code>
                    
105<div class="block">Personalities for Graphs.</div>
                    
                
box_graph_invoices_permonth.php git://github.com/Dolibarr/dolibarr.git | PHP | 293 lines
                    
1<?php
                    
2/* Copyright (C) 2013 Laurent Destailleur  <eldy@users.sourceforge.net>
                    
18/**
                    
19 *	\file       htdocs/core/boxes/box_graph_invoices_permonth.php
                    
20 *	\ingroup    factures
                    
22 */
                    
23include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
                    
24
                    
75
                    
76		//include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
                    
77		//$facturestatic=new Facture($this->db);
                    
88			'graph'=> 1,
                    
89			'sublink'=>'',
                    
90			'subtext'=>$langs->trans("Filter"),
                    
91			'subpicto'=>'filter.png',
                    
92			'subclass'=>'linkobject boxfilter',
                    
93			'target'=>'none'	// Set '' to get target="_blank"
                    
                
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>
                    
                
silcfileutil-silc_file_set_nonblock.html git://pkgs.fedoraproject.org/libsilc | HTML | 222 lines
                    
11  body { color: #000000; background: #f0f0f0; font-family: Helvetica, Arial, Sans-serif; }
                    
12  a:link { text-decoration: none; color: #2f488f; }
                    
13  a:visited { text-decoration: none;color: #2f488f; }
                    
45manual on the left side.  With this file it is possible to add other than
                    
46automatically generated links to that list. -->
                    
47
                    
131&nbsp;&nbsp;&nbsp; <a href=silchttpserver.html><img src=box2.gif border=0 alt=>SILC HTTP Server Interface</a><br />
                    
132&nbsp;&nbsp;&nbsp; <a href=silchttpphp.html><img src=box2.gif border=0 alt=>SILC HTTP PHP Translator</a><br />
                    
133
                    
134<br />
                    
135<b>Resource Links</b>
                    
136<br />
                    
                
functions_0x65.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 204 lines
                    
7<title>Openbiz Framework API: Data Fields</title>
                    
8<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
9<script type="text/javascript" src="jquery.js"></script>
                    
10<script type="text/javascript" src="dynsections.js"></script>
                    
11<link href="navtree.css" rel="stylesheet" type="text/css"/>
                    
12<script type="text/javascript" src="resize.js"></script>
                    
17</script>
                    
18<link href="search/search.css" rel="stylesheet" type="text/css"/>
                    
19<script type="text/javascript" src="search/search.js"></script>
                    
22</script>
                    
23<link href="doxygen.css" rel="stylesheet" type="text/css" />
                    
24<link href="doc-style.css" rel="stylesheet" type="text/css"/>
                    
36   </div>
                    
37   <div id="projectbrief">Open source PHP Framework that designed for building web application.</div>
                    
38  </td>
                    
                
resource.inc.php git://github.com/modxcms/revolution.git | PHP | 167 lines
                    
76$_lang['resource_err_symlink_target_invalid'] = 'The symlink target does not contain an integer value.';
                    
77$_lang['resource_err_symlink_target_nf'] = 'You cannot symlink to a resource that does not exist.';
                    
78$_lang['resource_err_symlink_target_self'] = 'You cannot symlink to itself.';
                    
152$_lang['symlink'] = 'קישור סימבולי';
                    
153$_lang['symlink_create'] = 'Create Symlink';
                    
154$_lang['symlink_create_here'] = 'קישור סימבולי';
                    
155$_lang['symlink_help'] = 'The address of the object you wish to reference with this Symlink. If you want to point to an existing MODX Resource, enter the ID here.';
                    
156$_lang['symlink_message'] = 'A symlink is a symbolic link to another resource in your site which is forwarded to without changing the URL.';
                    
157$_lang['symlink_new'] = 'הוסף קישור סימבולי';
                    
160$_lang['weblink'] = 'קישור רשת';
                    
161$_lang['weblink_create'] = 'Create Weblink';
                    
162$_lang['weblink_create_here'] = 'קישור רשת';
                    
163$_lang['weblink_help'] = 'The address of the object you wish to reference with this weblink. If you want to point to an existing MODX Resource, enter the ID here.';
                    
164$_lang['weblink_message'] = 'A weblink is a reference to an object on the internet. This could be a document within MODX, a page on another site or an image or other file on the internet.<p>';
                    
165$_lang['weblink_new'] = 'קישור חדש';
                    
                
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>';
                    
                
pyxb.namespace.utility-module.html git://pkgs.fedoraproject.org/PyXB | HTML | 338 lines
                    
10
                    
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
                    
12      alink="#204080">
                    
20
                    
21  <!-- Tree link -->
                    
22      <th>&nbsp;&nbsp;&nbsp;<a
                    
24
                    
25  <!-- Index link -->
                    
26      <th>&nbsp;&nbsp;&nbsp;<a
                    
115          <td align="right" valign="top">
                    
116            <span class="codelink"><a href="pyxb.namespace.utility-pysrc.html#NamespaceForURI">source&nbsp;code</a></span>
                    
117            
                    
132          <td align="right" valign="top">
                    
133            <span class="codelink"><a href="pyxb.namespace.utility-pysrc.html#CreateAbsentNamespace">source&nbsp;code</a></span>
                    
134            
                    
                
update.zep.c git://github.com/phalcon/cphalcon.git | C | 541 lines
                    
6#include <php.h>
                    
7#include "../../../php_ext.h"
                    
8#include "../../../ext.h"
                    
32 *
                    
33 * @link    https://github.com/atlasphp/Atlas.Query
                    
34 * @license https://github.com/atlasphp/Atlas.Qyert/blob/1.x/LICENSE.md
                    
51 */
                    
52PHP_METHOD(Phalcon_DataMapper_Query_Update, __construct)
                    
53{
                    
173	ZVAL_UNDEF(&_1);
                    
174#if PHP_VERSION_ID >= 80000
                    
175	bool is_null_true = 1;
                    
411 */
                    
412PHP_METHOD(Phalcon_DataMapper_Query_Update, set)
                    
413{
                    
                
fi.inc.php git://github.com/modxcms/revolution.git | PHP | 291 lines
                    
1<?php
                    
2/**
                    
7* Array keys refer to the ISO code that is saved in the database
                    
8* @link http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
                    
9*
                    
                
fpdi_pdf_parser.php git://github.com/moodle/moodle.git | PHP | 347 lines
                    
1<?php
                    
2/**
                    
11if (!class_exists('pdf_parser')) {
                    
12    require_once('pdf_parser.php');
                    
13}
                    
196     * @param array $page a /Page dictionary
                    
197     * @param string $boxIndex Type of box {see {@link $availableBoxes})
                    
198     * @param float Scale factor from user space units to points
                    
                
CommentFieldsTest.php git://github.com/drupal/drupal.git | PHP | 236 lines
                    
1<?php
                    
2
                    
92  /**
                    
93   * Tests link building with non-default comment field names.
                    
94   */
                    
94   */
                    
95  public function testCommentFieldLinksNonDefaultName() {
                    
96    $this->drupalCreateContentType(['type' => 'test_node_type']);
                    
127    // We want to check the attached drupalSettings of
                    
128    // \Drupal\comment\CommentLinkBuilder::buildCommentedEntityLinks. Therefore
                    
129    // we need a node listing, let's use views for that.
                    
135
                    
136    $link_info = $this->getDrupalSettings()['comment']['newCommentsLinks']['node']['comment2']['2'];
                    
137    $this->assertIdentical($link_info['new_comment_count'], 1);
                    
137    $this->assertIdentical($link_info['new_comment_count'], 1);
                    
138    $this->assertIdentical($link_info['first_new_comment_link'], $node->url('canonical', ['fragment' => 'new']));
                    
139  }
                    
                
commands.html git://github.com/tinymce/tinymce.git | HTML | 168 lines
                    
15		plugins: [
                    
16			"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
                    
17			"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
                    
23
                    
24		toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons table",
                    
25
                    
68<body>
                    
69<form method="post" action="http://www.tinymce.com/dump.php?example=true">
                    
70	<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%">
                    
94	<button type="button" onclick="cmd('Paste')">Paste</button>
                    
95	<button type="button" onclick="cmd('Unlink')">Unlink</button>
                    
96	<button type="button" onclick="cmd('JustifyLeft')">JustifyLeft</button>
                    
116	<button type="button" onclick="cmd('mceToggleVisualAid')">mceToggleVisualAid</button>
                    
117	<button type="button" onclick="cmd('mceInsertLink', 'url')">mceInsertLink (url)</button>
                    
118	<button type="button" onclick="cmd('selectAll')">selectAll</button>
                    
                
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>
                    
                
all-index-L.html git://github.com/BlackBulletIV/amfphp-toolbox.git | HTML | 17 lines
                    
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>L </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
                    
2				asdocTitle = 'L Index - AMFPHP Toolbox Docs';
                    
7			scrollToNameAnchor();
                    
8		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AMFPHP Toolbox Docs</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-L.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">L&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
                    
9				<!--
                    
12				-->
                    
13			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="L"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedListNode.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');"><i>LinkedListNode</i></a> &mdash; Interface, package <a href="de/polygonal/ds/package-detail.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">de.polygonal.ds</a></td></tr><tr><td width="20"></td><td>
                    
14	 A marker interface for the linked list nodes.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedQueue.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a> &mdash; class, package <a href="de/polygonal/ds/package-detail.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">de.polygonal.ds</a></td></tr><tr><td width="20"></td><td>
                    
14	 A marker interface for the linked list nodes.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedQueue.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a> &mdash; class, package <a href="de/polygonal/ds/package-detail.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">de.polygonal.ds</a></td></tr><tr><td width="20"></td><td>
                    
15	 A queue based on a linked list.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedQueue.html#LinkedQueue()" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a>(list:<a href="de/polygonal/ds/SLinkedList.html" onclick="javascript:loadClassListFrame('de/polygonal/ds./class-list.html');">de.polygonal.ds:SLinkedList</a>) &mdash; Constructor, class de.polygonal.ds.<a href="de/polygonal/ds/LinkedQueue.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a></td></tr><tr><td width="20"></td><td>
                    
16		 Initializes a new queue.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/SListIterator.html#list" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">list</a> &mdash; Property, class de.polygonal.ds.<a href="de/polygonal/ds/SListIterator.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">SListIterator</a></td></tr><tr><td width="20"></td><td>
                    
                
menusetup.html git://pkgs.fedoraproject.org/skychart | HTML | 208 lines
                    
11<meta name="keywords" content="uk,documentation,menusetup" />
                    
12<link rel="search" type="application/opensearchdescription+xml" href="http://ap-i.net/static/skychart/lib/exe/opensearch.php" title="Skychart" />
                    
13<link rel="start" href="http://ap-i.net/static/skychart/" />
                    
14<link rel="contents" href="http://ap-i.net/static/skychart/uk/documentation/menusetup?do=index" title="Index" />
                    
15<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://ap-i.net/static/skychart/feed.php" />
                    
16<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://ap-i.net/static/skychart/feed.php?mode=list&amp;ns=uk:documentation" />
                    
16<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://ap-i.net/static/skychart/feed.php?mode=list&amp;ns=uk:documentation" />
                    
17<link rel="alternate" type="text/html" title="Plain HTML" href="http://ap-i.net/static/skychart/_export/xhtml/uk/documentation/menusetup" />
                    
18<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://ap-i.net/static/skychart/_export/raw/uk/documentation/menusetup" />
                    
19<link rel="canonical" href="menusetup.html" />
                    
20<link rel="stylesheet" media="all" type="text/css" href="../../lib/exe/css.php@s=all&amp;t=skychart&amp;tseed=1264943874.css" />
                    
21<link rel="stylesheet" media="screen" type="text/css" href="../../lib/exe/css.php@t=skychart&amp;tseed=1264943874.css" />
                    
21<link rel="stylesheet" media="screen" type="text/css" href="../../lib/exe/css.php@t=skychart&amp;tseed=1264943874.css" />
                    
22<link rel="stylesheet" media="print" type="text/css" href="../../lib/exe/css.php@s=print&amp;t=skychart&amp;tseed=1264943874.css" />
                    
23</head>
                    
                
classes.html git://pkgs.fedoraproject.org/xqilla | HTML | 44 lines
                    
3<title>XQilla DOM3 API Documentation</title>
                    
4<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
5<link href="tabs.css" rel="stylesheet" type="text/css">
                    
6</head><body>
                    
7<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
                    
8<!-- Generated by Doxygen 1.6.1 -->
                    
                
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.
                    
                
mac-install.html git://pkgs.fedoraproject.org/fontforge | HTML | 258 lines
                    
6  <TITLE>FontForge install procedures for macintosh</TITLE>
                    
7  <LINK REL="icon" href="ffanvil16.png">
                    
8  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
                    
127  needs and placed it on
                    
128  <A href="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=302003&amp;release_id=645772">sourceforge</A>.
                    
129  <H5>
                    
185  I used to post mac install packages on
                    
186  <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">sourceforge's
                    
187  file release system</A>. The old ones are still there <STRONG>but they are
                    
200      If you follow the
                    
201      <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">link
                    
202      above </A>you will end up on a page showing many releases of FontForge for
                    
                
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 );
                    
                
mysql_common.h git://github.com/facebook/hiphop-php.git | C Header | 478 lines
                    
403
                    
404req::ptr<MySQLResult> php_mysql_extract_result(const Resource& result);
                    
405req::ptr<MySQLResult> php_mysql_extract_result(const Variant& result);
                    
415Variant php_mysql_field_info(const Resource& result, int field, int entry_type);
                    
416Variant php_mysql_do_connect_on_link(
                    
417    std::shared_ptr<MySQL> mySQL,
                    
458    const Variant& link_id);
                    
459Variant php_mysql_get_result(const Variant& link_id, bool use_store);
                    
460Variant php_mysql_do_query_and_get_result(
                    
464
                    
465#define PHP_MYSQL_ASSOC  1 << 0
                    
466#define PHP_MYSQL_NUM    1 << 1
                    
466#define PHP_MYSQL_NUM    1 << 1
                    
467#define PHP_MYSQL_BOTH   (PHP_MYSQL_ASSOC|PHP_MYSQL_NUM)
                    
468
                    
                
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
                    
                
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>
                    
                
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>
                    
                
_column_bar_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 144 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/bin/easy/element/ColumnBar.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
7<link href="doxygen.css" rel="stylesheet" type="text/css"/>
                    
8</head>
                    
27  <div class="headertitle">
                    
28<h1>E:/E/GEAMP/www/openbiz/openbiz/bin/easy/element/ColumnBar.php</h1>  </div>
                    
29</div>
                    
30<div class="contents">
                    
31<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php 
                    
32<a name="l00002"></a>00002 include_once(<span class="stringliteral">&quot;ColumnText.php&quot;</span>);
                    
                
UBERON_0002385.md git://github.com/cmungall/uberon.git | Markdown | 114 lines
                    
5 * *Label* = muscle tissue
                    
6 * *Definition* = Muscle tissue is a contractile tissue made up of actin and myosin fibers[GO]. [ [database_cross_reference](../../ef/oboInOwl#hasDbXref.md) = GO:0060537, [database_cross_reference](../../ef/oboInOwl#hasDbXref.md) = http://en.wikipedia.org/wiki/Muscle_tissue, [database_cross_reference](../../ef/oboInOwl#hasDbXref.md) = https://sourceforge.net/tracker/index.php?func=detail&aid=2801266&group_id=36855&atid=440764 ]
                    
7 * *Comment* = Vertebrate muscle is categorized into three major muscle types defined by their structural and functional properties: skeletal, cardiac and smooth. In Dmel the counterparts are somatic, heart/cardiac and visceral. Here we take a cell type based approach.
                    
27 * http://en.wikipedia.org/wiki/Muscle_tissue
                    
28 * http://linkedlifedata.com/resource/umls/id/C2328219
                    
29 * http://ncicb.nci.nih.gov/xml/owl/EVS/Muscle_Tissue
                    
67 * *[database_cross_reference](../../ef/oboInOwl#hasDbXref.md)* = http://en.wikipedia.org/wiki/Muscle_tissue
                    
68 * *[database_cross_reference](../../ef/oboInOwl#hasDbXref.md)* = http://linkedlifedata.com/resource/umls/id/C2328219
                    
69 * *[database_cross_reference](../../ef/oboInOwl#hasDbXref.md)* = http://ncicb.nci.nih.gov/xml/owl/EVS/Muscle_Tissue
                    
                
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
                    
                
resource.inc.php git://github.com/modxcms/revolution.git | PHP | 167 lines
                    
76$_lang['resource_err_symlink_target_invalid'] = 'The symlink target does not contain an integer value.';
                    
77$_lang['resource_err_symlink_target_nf'] = 'You cannot symlink to a resource that does not exist.';
                    
78$_lang['resource_err_symlink_target_self'] = 'You cannot symlink to itself.';
                    
83$_lang['resource_err_unpublish_sitestart_dates'] = 'The resource is linked to the site_start variable and cannot have publish or unpublish dates set!';
                    
84$_lang['resource_err_weblink_target_nf'] = 'You cannot set a weblink to a resource that does not exist.';
                    
85$_lang['resource_err_weblink_target_self'] = 'You cannot set a weblink to itself.';
                    
151$_lang['status'] = 'Status';
                    
152$_lang['symlink'] = 'Symlink';
                    
153$_lang['symlink_create'] = 'Create Symlink';
                    
155$_lang['symlink_help'] = 'The address of the object you wish to reference with this Symlink. If you want to point to an existing MODX Resource, enter the ID here.';
                    
156$_lang['symlink_message'] = 'A symlink is a symbolic link to another resource in your site which is forwarded to without changing the URL.';
                    
157$_lang['symlink_new'] = 'New Symlink';
                    
160$_lang['weblink'] = 'Weblink';
                    
161$_lang['weblink_create'] = 'Create Weblink';
                    
162$_lang['weblink_create_here'] = 'Weblink';
                    
                
FormantFilterGraph.cpp https://repo.or.cz/zynaddsubfx-code.git | C++ | 346 lines
                    
28    nformant=NULL;
                    
29    graphpoints=NULL;
                    
30}
                    
35    nformant=nformant_;
                    
36    graphpoints=new float [w()];
                    
37
                    
98{
                    
99    osc->renameLink(loc+"Pvowels", new_base+"Pvowels", this);
                    
100    osc->renameLink(loc+"Pnumformants", new_base+"Pnumformants", this);
                    
100    osc->renameLink(loc+"Pnumformants", new_base+"Pnumformants", this);
                    
101    osc->renameLink(loc+"Pstages", new_base+"Pstages", this);
                    
102    osc->renameLink(loc+"Pcenterfreq", new_base+"Pcenterfreq", this);
                    
102    osc->renameLink(loc+"Pcenterfreq", new_base+"Pcenterfreq", this);
                    
103    osc->renameLink(loc+"Poctavesfreq", new_base+"Poctavesfreq", this);
                    
104    osc->renameLink(loc+"Pgain", new_base+"Pgain", this);
                    
                
SearchHelper.php git://github.com/thorsten/phpMyFAQ.git | PHP | 382 lines
                    
23use phpMyFAQ\Helper;
                    
24use phpMyFAQ\Link;
                    
25use phpMyFAQ\Pagination;
                    
119                $faq->faqQuestion = Utils::chopString($question, 15);
                    
120                $faq->faqLink = $link->toString();
                    
121
                    
259
                    
260                $oLink = new Link($currentUrl, $this->config);
                    
261                $oLink->text = $question;
                    
261                $oLink->text = $question;
                    
262                $oLink->itemTitle = $oLink->tooltip = $result->question;
                    
263
                    
344                );
                    
345                $oLink = new Link($url, $this->config);
                    
346                $oLink->itemTitle = $result->question;
                    
                
AssetCompressHelper.php git://github.com/markstory/asset_compress.git | PHP | 422 lines
                    
1<?php
                    
2declare(strict_types=1);
                    
154    /**
                    
155     * Create a CSS file. Will generate link tags
                    
156     * for either the dynamic build controller, or the generated file if it exists.
                    
162     * - All options supported by HtmlHelper::css() are supported.
                    
163     * - `raw` - Set to true to get one link element for each file in the build.
                    
164     *
                    
                
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
                    
                
ContentSource.java git://pkgs.fedoraproject.org/eclipse-jgit | Java | 339 lines
                    
7 * accompanies this distribution, is reproduced below, and is
                    
8 * available at http://www.eclipse.org/org/documents/edl-v10.php
                    
9 *
                    
65/**
                    
66 * Supplies the content of a file for {@link DiffFormatter}.
                    
67 *
                    
87	 *
                    
88	 * If the iterator is a {@link FileTreeIterator} an optimized version is
                    
89	 * used that doesn't require seeking through a TreeWalk.
                    
                
ricaricaweb.php https://bitbucket.org/xvoip/ricaricaweb-wordpress.git | PHP | 338 lines
                    
1<?php
                    
2
                    
11
                    
12include "messages.php";
                    
13include "config.php";
                    
13include "config.php";
                    
14include "database.php";
                    
15
                    
17
                    
18	private $_dblink;
                    
19	private $_conf;
                    
40		$rdata["tc_payment_notification"] = "http://".$_SERVER['HTTP_HOST'].$page[0]."?mng=1";
                    
41		//$rdata["tc_payment_notification"] = urlencode("http://moneymaster.telecash.it/rpc/operate.php?cmd=updatetrack");
                    
42		$rdata["tc_custom1"] = $rk;
                    
51
                    
52//		$trakingdata = $this->getUrl("http://moneymaster.telecash.it/rpc/operate.php?cmd=starttrack&tcode=".$conf["tc_custom1"]."&tproductid=".$conf["tc_affiliate_merchant"]);
                    
53
                    
                
identifier-index-V.html git://pkgs.fedoraproject.org/PyXB | HTML | 239 lines
                    
10
                    
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
                    
12      alink="#204080">
                    
16  <tr valign="middle">
                    
17  <!-- Home link -->
                    
18      <th>&nbsp;&nbsp;&nbsp;<a
                    
20
                    
21  <!-- Tree link -->
                    
22      <th>&nbsp;&nbsp;&nbsp;<a
                    
135<span class="index-where">(in&nbsp;<a href="pyxb.xmlschema.structures._ValueConstraint_mixin-class.html" onclick="show_private();">_ValueConstraint_mixin</a>)</span></td>
                    
136<td width="33%" class="link-index"><a href="pyxb.xmlschema.structures._ValueConstraint_mixin-class.html#VC_default">VC_default</a><br />
                    
137<span class="index-where">(in&nbsp;<a href="pyxb.xmlschema.structures._ValueConstraint_mixin-class.html" onclick="show_private();">_ValueConstraint_mixin</a>)</span></td>
                    
182<span class="index-where">(in&nbsp;<a href="pyxb.xmlschema.structures.SimpleTypeDefinition-class.html">SimpleTypeDefinition</a>)</span></td>
                    
183<td width="33%" class="link-index">&nbsp;</td>
                    
184</tr>
                    
                
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
                    
                
MarketingListsManageSubscriptionsListView.php https://bitbucket.org/zurmo/zurmo/ | PHP | 213 lines
                    
1<?php
                    
2    /*********************************************************************************
                    
56
                    
57        const TOGGLE_UNSUBSCRIPTION_LINK_CLASS = 'marketingListsManageSubscriptionListView-toggleUnsubscribed';
                    
58
                    
118            }
                    
119            $linkColumnsContent     = ZurmoHtml::tag('td', array(), $this->renderUnsubscribeAllLink());
                    
120            $linkColumnsContent     .= ZurmoHtml::tag('td');
                    
120            $linkColumnsContent     .= ZurmoHtml::tag('td');
                    
121            $rowsContentArray[]     = ZurmoHtml::tag('tr', array(), $linkColumnsContent);
                    
122            $rowsContent            = implode("\n", $rowsContentArray);
                    
127
                    
128        protected function renderUnsubscribeAllLink()
                    
129        {
                    
132            $url        = Yii::app()->createUrl('/marketingLists/external/optOut', array('hash' => $hash));
                    
133            $options    = array('class' => 'simple-link ' . static::TOGGLE_UNSUBSCRIPTION_LINK_CLASS);
                    
134            $link       = ZurmoHtml::link($title, $url, $options);
                    
                
Makefile.in git://pkgs.fedoraproject.org/virtuoso-opensource | Autoconf | 520 lines
                    
18#  
                    
19#  This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
                    
20#  project.
                    
21#  
                    
22#  Copyright (C) 1998-2012 OpenLink Software
                    
23#  
                    
258pdfdocdir = @pdfdocdir@
                    
259php5_CFLAGS = @php5_CFLAGS@
                    
260php5_LDFLAGS = @php5_LDFLAGS@
                    
                
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') {
                    
                
class_zend___translate___adapter___xliff.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 192 lines
                    
58
                    
59<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00036">36</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
60<hr/><h2>Constructor &amp; Destructor Documentation</h2>
                    
102
                    
103<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00058">58</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
104
                    
156
                    
157<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00074">74</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
158
                    
178
                    
179<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00216">216</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
180
                    
183<hr/>The documentation for this class was generated from the following file:<ul>
                    
184<li>E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Translate/Adapter/<a class="el" href="_xliff_8php_source.html">Xliff.php</a></li>
                    
185</ul>
                    
                
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/**
                    
                
print_view_excel.php https://bitbucket.org/bo_hmb/bo_hmb.git | PHP | 238 lines
                    
10<head>
                    
11<link rel="shortcut icon" href="<?php echo base_url() ?>assets/img/logo.png" /> 
                    
12  
                    
73                <td style="border:0px solid #000;width: 150px;font-size: 14px;"> 
                    
74                    <h5><?php echo $master->tour_code;?></h5>
                    
75                </td>
                    
83                <td style="border:0px solid #000;width: 150px;font-size: 14px;"> 
                    
84                    <h5><?php echo $hotel_makkah->hotel;?></h5>
                    
85                </td>
                    
191                <td style="border:0px solid #000;width: 150px;font-size: 14px;"> 
                    
192                    <h5><?php echo $master->email_addres;?></h5>
                    
193                </td>
                    
229           <td style="border:1px solid #000;"><?php echo $row->check_out ?></td>
                    
230           <td style="border:1px solid #000;"><?php echo $row->meals_program ?></td>  
                    
231           <!-- <td style="border:1px solid #000;"><?php echo date('d-m-Y', strtotime($row->exp_pasport))?></td> -->
                    
                
department.blade.php https://bitbucket.org/the_purple_power/final_is2_web.git | PHP | 308 lines
                    
2@section('content')
                    
3    @php
                    
4        $par = collect($params);
                    
6
                    
7    @endphp
                    
8    <div class="row">
                    
144
                    
145--}}               {{-- {{$result->appends($params)->links()}}
                    
146            @endif--}}
                    
                
large.css https://github.com/delete66/sikevux-s-tracker.git | CSS | 572 lines
                    
110}
                    
111.sublink {
                    
112font-style : italic;
                    
119}
                    
120a:link, a:visited {
                    
121text-decoration : none;
                    
131}
                    
132a.altlink:link, a.altlink:visited {
                    
133font-weight : bold;
                    
139}
                    
140a.altlink_blue:link, a.altlink_blue:visited {
                    
141font-weight : bold;
                    
147}
                    
148a.altlink_green:link, a.altlink_green:visited {
                    
149font-weight : bold;
                    
                
liste.php git://github.com/Dolibarr/dolibarr.git | PHP | 241 lines
                    
1<?php
                    
2/* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
                    
20/**
                    
21 *	\file       htdocs/compta/paiement/liste.php
                    
22 *  \ingroup    compta
                    
25
                    
26require("../../main.inc.php");
                    
27require_once(DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php');
                    
27require_once(DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php');
                    
28require_once(DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php');
                    
29
                    
80{
                    
81    $sql = "SELECT DISTINCT p.rowid, p.datep as dp, p.amount,"; // DISTINCT is to avoid duplicate when there is a link to sales representatives
                    
82    $sql.= " p.statut, p.num_paiement,";
                    
133
                    
134    print_barre_liste($langs->trans("ReceivedCustomersPayments"), $page, $_SERVER["PHP_SELF"],$paramlist,$sortfield,$sortorder,'',$num);
                    
135
                    
                
day.php git://pkgs.fedoraproject.org/virtuoso-opensource | PHP | 300 lines
                    
149<?php if ( empty ( $friendly ) ) { ?>
                    
150<TD VALIGN="left"><A HREF="day.php?<?php echo $u_url;?>date=<?php echo $prevYmd . $caturl;?>"><img align="left" src="leftarrow.gif" width="36" height="32" border="0" alt="<?php etranslate("Previous"); ?>"></A></TD>
                    
151<?php } ?>
                    
173<?php if ( empty ( $friendly ) ) { ?>
                    
174<TD VALIGN="right"><A HREF="day.php?<?php echo $u_url;?>date=<?php echo $nextYmd . $caturl;?>"><img align="right" src="rightarrow.gif" width="36" height="32" border="0" alt="<?php etranslate("Next"); ?>"></A></TD>
                    
175<?php } ?>
                    
211<TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="2">
                    
212<TR><TH COLSPAN="7" BGCOLOR="<?php echo $THBG?>"><FONT SIZE="+4" COLOR="<?php echo $THFG?>"><?php echo $thisday?></FONT></TH></TR>
                    
213<TR>
                    
213<TR>
                    
214<TD ALIGN="left" BGCOLOR="<?php echo $THBG?>"><A HREF="day.php?<?php echo $u_url; ?>date=<?php echo $month_ago . $caturl?>" CLASS="monthlink"><img src="leftarrowsmall.gif" width="18" height="18" border="0" ALT="<? etranslate("Previous")?>"></A></TD>
                    
215<TH COLSPAN="5" BGCOLOR="<?php echo $THBG?>"><FONT COLOR="<?php echo $THFG?>"><?php echo date_to_str ( sprintf ( "%04d%02d01", $thisyear, $thismonth ), $DATE_FORMAT_MY, false ) ?></FONT></TH>
                    
215<TH COLSPAN="5" BGCOLOR="<?php echo $THBG?>"><FONT COLOR="<?php echo $THFG?>"><?php echo date_to_str ( sprintf ( "%04d%02d01", $thisyear, $thismonth ), $DATE_FORMAT_MY, false ) ?></FONT></TH>
                    
216<TD ALIGN="right" BGCOLOR="<?php echo $THBG?>"><A HREF="day.php?<?php echo $u_url; ?>date=<?php echo $month_ahead . $caturl?>" CLASS="monthlink"><img src="rightarrowsmall.gif" width="18" height="18" border="0" alt="<?php etranslate("Next") ?>"></A></TD>
                    
217</TR>
                    
                
demo-index.html git://pkgs.fedoraproject.org/virtuoso-opensource | HTML | 194 lines
                    
3  <head>
                    
4    <title>OpenLink Virtuoso Server Feature Demonstrations</title>
                    
5    <meta name="description" content="OpenLink Virtuoso Server">
                    
5    <meta name="description" content="OpenLink Virtuoso Server">
                    
6	  <link rel="stylesheet" type="text/css" href="admin/admin_style.css">
                    
7	  <style>
                    
23  <P CLASS="featuretext">
                    
24  OpenLink Virtuoso is a Universal Server. This new generation server product
                    
25  implements multiple, industry-standard protocols in a single, cross-platform
                    
45Page (VSP) language is no longer the sole mechanism for developing Virtuoso
                    
46hosted dynamic web pages. You are now able to host ASP.NET, PHP5, and
                    
47Java Server Pages in Virtuoso.  Thus, ASP.NET application development no
                    
52	<TD class="demo" VALIGN="top" width="35%">
                    
53      <P CLASS="demodesc"><a href="http://demo.openlinksw.com:8890/tutorial/hosting/index.vsp?f=1" target="_blank">Click</a>
                    
54       here to interact with a collection of live Runtime Hosting Demonstrations.</P></TD></TR>
                    
                
function.number-format.html https://github.com/overchuk/vim.git | HTML | 544 lines
                    
128<head>
                    
129<link rel="alternate" type="application/rss+xml" title="php.ru/forum - последние сообщения" href="http://www.php.ru/forum/rss.php">
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
131<META name="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
132<meta http-equiv="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
167    		<td width='1' valign='middle'> 
                    
168    		   <a href='/'><img src="http://www.php.ru/;-)/logo.gif" width=133 height=93 alt="php" border=0 hspace=10 vspace=0></a>
                    
169			 </td>
                    
272><P
                    
273>    (PHP 3, PHP 4, PHP 5)</P
                    
274>number_format&nbsp;--&nbsp;Форматирует число с разделением групп</DIV
                    
512          <td class='phpcopyright' width='45%' align='left'>&nbsp;&nbsp;Engine <a  href="http://www.mnogosearch.org/">MnoGoSearch</a></td>
                    
513          <td class='phpcopyright' width='10%' align='center'>2007-2010 &copy <a  href="mailto:webmaster@php.ru">PHP.RU</a></td>
                    
514          <td class='phpcopyright' width='45%' align='right' >Powered by <a target="_blank" href="http://odware.ru">ODware</a> <a HREF="http://440hz.ru">440Hz</a> &nbsp;&nbsp;</td>
                    
                
function.msg-receive.html https://github.com/overchuk/vim.git | HTML | 653 lines
                    
128<head>
                    
129<link rel="alternate" type="application/rss+xml" title="php.ru/forum - последние сообщения" href="http://www.php.ru/forum/rss.php">
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
131<META name="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
132<meta http-equiv="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
132<meta http-equiv="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
133<META name="keywords" content="php, php5, apache, mysql, session">
                    
134<meta http-equiv="keywords" content="php, php5, apache, mysql, session">
                    
167    		<td width='1' valign='middle'> 
                    
168    		   <a href='/'><img src="http://www.php.ru/;-)/logo.gif" width=133 height=93 alt="php" border=0 hspace=10 vspace=0></a>
                    
169			 </td>
                    
621          <td class='phpcopyright' width='45%' align='left'>&nbsp;&nbsp;Engine <a  href="http://www.mnogosearch.org/">MnoGoSearch</a></td>
                    
622          <td class='phpcopyright' width='10%' align='center'>2007-2010 &copy <a  href="mailto:webmaster@php.ru">PHP.RU</a></td>
                    
623          <td class='phpcopyright' width='45%' align='right' >Powered by <a target="_blank" href="http://odware.ru">ODware</a> <a HREF="http://440hz.ru">440Hz</a> &nbsp;&nbsp;</td>
                    
                
function.imagefilledpolygon.html https://github.com/overchuk/vim.git | HTML | 469 lines
                    
128<head>
                    
129<link rel="alternate" type="application/rss+xml" title="php.ru/forum - последние сообщения" href="http://www.php.ru/forum/rss.php">
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
131<META name="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
132<meta http-equiv="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
167    		<td width='1' valign='middle'> 
                    
168    		   <a href='/'><img src="http://www.php.ru/;-)/logo.gif" width=133 height=93 alt="php" border=0 hspace=10 vspace=0></a>
                    
169			 </td>
                    
272><P
                    
273>    (PHP 3, PHP 4, PHP 5)</P
                    
274>imagefilledpolygon&nbsp;--&nbsp;Draw a filled polygon</DIV
                    
437          <td class='phpcopyright' width='45%' align='left'>&nbsp;&nbsp;Engine <a  href="http://www.mnogosearch.org/">MnoGoSearch</a></td>
                    
438          <td class='phpcopyright' width='10%' align='center'>2007-2010 &copy <a  href="mailto:webmaster@php.ru">PHP.RU</a></td>
                    
439          <td class='phpcopyright' width='45%' align='right' >Powered by <a target="_blank" href="http://odware.ru">ODware</a> <a HREF="http://440hz.ru">440Hz</a> &nbsp;&nbsp;</td>
                    
                
function.empty.html https://github.com/overchuk/vim.git | HTML | 761 lines
                    
128<head>
                    
129<link rel="alternate" type="application/rss+xml" title="php.ru/forum - последние сообщения" href="http://www.php.ru/forum/rss.php">
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
130<link rel="SHORTCUT ICON" href="http://www.php.ru/favicon.ico" />
                    
131<META name="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
132<meta http-equiv="description" content="php.ru - форум PHP программистов, поиск по всем ресурсам сети, посвященным php">
                    
167    		<td width='1' valign='middle'> 
                    
168    		   <a href='/'><img src="http://www.php.ru/;-)/logo.gif" width=133 height=93 alt="php" border=0 hspace=10 vspace=0></a>
                    
169			 </td>
                    
272><P
                    
273>    (PHP 3, PHP 4, PHP 5)</P
                    
274>empty&nbsp;--&nbsp;Determine whether a variable is empty</DIV
                    
729          <td class='phpcopyright' width='45%' align='left'>&nbsp;&nbsp;Engine <a  href="http://www.mnogosearch.org/">MnoGoSearch</a></td>
                    
730          <td class='phpcopyright' width='10%' align='center'>2007-2010 &copy <a  href="mailto:webmaster@php.ru">PHP.RU</a></td>
                    
731          <td class='phpcopyright' width='45%' align='right' >Powered by <a target="_blank" href="http://odware.ru">ODware</a> <a HREF="http://440hz.ru">440Hz</a> &nbsp;&nbsp;</td>
                    
                
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));
                    
                
Protection.php git://github.com/moodle/moodle.git | PHP | 582 lines
                    
4 *
                    
5 * Copyright (c) 2006 - 2015 PHPExcel
                    
6 *
                    
22 * @package    PHPExcel_Worksheet
                    
23 * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
                    
33 * @package    PHPExcel_Worksheet
                    
34 * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
312     * @param boolean $pValue
                    
313     * @return PHPExcel_Worksheet_Protection
                    
314     */
                    
560        if (!$pAlreadyHashed) {
                    
561            $pValue = PHPExcel_Shared_PasswordHasher::hashPassword($pValue);
                    
562        }
                    
                
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}" />
                    
                
cfg.cpp git://github.com/facebook/hiphop-php.git | C++ | 308 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.txt                                  |
                    
11   | If you did not receive a copy of the PHP license and are unable to   |
                    
12   | obtain it through the world-wide-web, please send a note to          |
                    
13   | license@php.net so we can mail you a copy immediately.               |
                    
14   +----------------------------------------------------------------------+
                    
20
                    
21namespace HPHP {
                    
22namespace VM {
                    
                
function_8html__checkboxes_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 143 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/function.html_checkboxes.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
7<link href="doxygen.css" rel="stylesheet" type="text/css"/>
                    
8</head>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/function.html_checkboxes.php</h1>  </div>
                    
30</div>
                    
31<div class="contents">
                    
32<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php
                    
33<a name="l00041"></a>00041 function smarty_function_html_checkboxes($params, &amp;$smarty)
                    
                
namespace_zend___log.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 98 lines
                    
59<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
60<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_simple_8php_source.html">Simple.php</a> 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
61<p>Formatter  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
62<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
63<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_xml_8php_source.html">Xml.php</a> 20105 2010-01-06 21:28:26Z matthew </dd></dl>
                    
64<p>Writer  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
78<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
79<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_mock_8php_source.html">Mock.php</a> 16971 2009-07-22 18:05:45Z mikaelkael </dd></dl>
                    
80<p>Writer  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
81<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
82<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_null_8php_source.html">Null.php</a> 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
83<p>Writer  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
87<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
88<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_syslog_8php_source.html">Syslog.php</a> 16971 2009-07-22 18:05:45Z mikaelkael </dd></dl>
                    
89<p>Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
                
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>
                    
                
header-creative.php https://bitbucket.org/ensenterprises/vivo-city.git | PHP | 151 lines
                    
10		<?php if( mfn_opts_get('social-twitter') ): ?><li class="twitter"><a target="_blank" href="<?php mfn_opts_show('social-twitter'); ?>" title="Twitter"><i class="icon-twitter"></i></a></li><?php endif; ?>
                    
11		<?php if( mfn_opts_get('social-vimeo') ): ?><li class="vimeo"><a target="_blank" href="<?php mfn_opts_show('social-vimeo'); ?>" title="Vimeo"><i class="icon-vimeo"></i></a></li><?php endif; ?>
                    
12		<?php if( mfn_opts_get('social-youtube') ): ?><li class="youtube"><a target="_blank" href="<?php mfn_opts_show('social-youtube'); ?>" title="YouTube"><i class="icon-play"></i></a></li><?php endif; ?>
                    
13		<?php if( mfn_opts_get('social-flickr') ): ?><li class="flickr"><a target="_blank" href="<?php mfn_opts_show('social-flickr'); ?>" title="Flickr"><i class="icon-flickr"></i></a></li><?php endif; ?>
                    
14		<?php if( mfn_opts_get('social-linkedin') ): ?><li class="linked_in"><a target="_blank" href="<?php mfn_opts_show('social-linkedin'); ?>" title="LinkedIn"><i class="icon-linkedin"></i></a></li><?php endif; ?>
                    
15		<?php if( mfn_opts_get('social-pinterest') ): ?><li class="pinterest"><a target="_blank" href="<?php mfn_opts_show('social-pinterest'); ?>" title="Pinterest"><i class="icon-pinterest"></i></a></li><?php endif; ?>
                    
133				<?php if( mfn_opts_get('social-twitter') ): ?><li class="twitter"><a target="_blank" href="<?php mfn_opts_show('social-twitter'); ?>" title="Twitter"><i class="icon-twitter"></i></a></li><?php endif; ?>
                    
134				<?php if( mfn_opts_get('social-vimeo') ): ?><li class="vimeo"><a target="_blank" href="<?php mfn_opts_show('social-vimeo'); ?>" title="Vimeo"><i class="icon-vimeo"></i></a></li><?php endif; ?>
                    
135				<?php if( mfn_opts_get('social-youtube') ): ?><li class="youtube"><a target="_blank" href="<?php mfn_opts_show('social-youtube'); ?>" title="YouTube"><i class="icon-play"></i></a></li><?php endif; ?>
                    
136				<?php if( mfn_opts_get('social-flickr') ): ?><li class="flickr"><a target="_blank" href="<?php mfn_opts_show('social-flickr'); ?>" title="Flickr"><i class="icon-flickr"></i></a></li><?php endif; ?>
                    
137				<?php if( mfn_opts_get('social-linkedin') ): ?><li class="linked_in"><a target="_blank" href="<?php mfn_opts_show('social-linkedin'); ?>" title="LinkedIn"><i class="icon-linkedin"></i></a></li><?php endif; ?>
                    
138				<?php if( mfn_opts_get('social-pinterest') ): ?><li class="pinterest"><a target="_blank" href="<?php mfn_opts_show('social-pinterest'); ?>" title="Pinterest"><i class="icon-pinterest"></i></a></li><?php endif; ?>
                    
144				<?php if( mfn_opts_get('social-xing') ): ?><li class="xing"><a target="_blank" href="<?php mfn_opts_show('social-xing'); ?>" title="Xing"><i class="icon-xing"></i></a></li><?php endif; ?>
                    
145				<?php if( mfn_opts_get('social-rss') ): ?><li class="rss"><a target="_blank" href="<?php echo get_bloginfo('rss2_url'); ?>" title="RSS"><i class="icon-rss"></i></a></li><?php endif; ?>
                    
146			</ul>
                    
                
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
                    
                
lang_pt_PT.inc.php git://github.com/s9y/Serendipity.git | PHP | 74 lines
                    
23@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CODE', 'Marca texto texto entre <code> e </code> como cзdigo. Usando <code type=".."> pode activar formataусo (e.g. para PHP). Activo por omissсo.');
                    
24@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPCODE', 'Marca e formata texto entre <php> e </php> como cзdigo php e adiciona etiquetas abertas de PHP . Activo por omissсo.');
                    
25@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HTML', 'Permite escrever cзdigo HTML entre <html> e </html>. Cuidado que JS tambжm ж possьvel! Se usar isto, nсo use codificaусo de comentрrios! Inactivo por omissсo. Recomendado manter inactivo.'); // Review
                    
39@define('PLUGIN_EVENT_TEXTWIKI_RULE_IMAGE_DESC_BASE', 'O directзrio de base para as suas imagens. Por omissсo "/caminho/para/imagens". Se deixar em branco sз pode usar caminhos absolutos ou URLs.');
                    
40@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPLOOKUP', 'Cria ligaушes de busca ao manual de PHP com [[php function-name]]. Por omissсo activo.');
                    
41@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TOC', 'Gera um ьndice de todos os tьtulos usados com [[toc]]. Por omissсo activo.');
                    
47@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_FREELINK', 'permite definiусo de ligaушes nсo-standard de wiki via "((Non-standard link format))" e "((Non-standard link|Describtion))". Por omissсo inactivo.');
                    
48@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_PAGES', 'A regra de freelink (assim como a regra wikilink) devem saber que pрginas existem e que pрginas devem ser marcadas como "novas". Isto especifica a localizaусo de um ficheiro (local ou remoto) que tem que conter 1 nome de pрgina por linha. Se o ficheiro for remoto, serр posto em cache pelo tempo especificado.');
                    
49@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_VIEWURL', 'Esta URL ж especificada para visualizar freelinks. Tem que especificar um "%s" dentro desta URL que serр substituьdo pelo nome da pрgina freelink.');
                    
49@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_VIEWURL', 'Esta URL ж especificada para visualizar freelinks. Tem que especificar um "%s" dentro desta URL que serр substituьdo pelo nome da pрgina freelink.');
                    
50@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWURL', 'Esta URL ж especificada para criar novas freelinks. Tem que especificar um "%s" dentro desta URL que serр substituьdo pelo nome da pрgina freelink.');
                    
51@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWTEXT', 'Este texto serр adicionado a freelinks nсo definidas para ligar Я pрgina de criaусo. Incializado como "?".');
                    
57@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_VIEWURL', 'A URL especificada para ver as wikilinks. Tem que especificar "%s" dentro desta URL que serр substituьdo pelo nome da pрgina wikilink.');
                    
58@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_NEWURL', 'Esta URL ж especificada para criar novos wikilinks. Tem que especificar "%s" dentro desta URL que serр substituьdo pelo nome da pрgina wikilink.');
                    
59@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_NEWTEXT', 'Este texto serр adicionado a wikilinks nсo definidas para ligar Я pрgina de criaусo. Incializado como "?".');
                    
                
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),
                    
                
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>
                    
                
AdminTypeTest.php git://github.com/sonata-project/SonataAdminBundle.git | PHP | 256 lines
                    
1<?php
                    
2
                    
64        $this->assertFalse($options['auto_initialize']);
                    
65        $this->assertSame('link_add', $options['btn_add']);
                    
66        $this->assertSame('link_list', $options['btn_list']);
                    
66        $this->assertSame('link_list', $options['btn_list']);
                    
67        $this->assertSame('link_delete', $options['btn_delete']);
                    
68        $this->assertSame('SonataAdminBundle', $options['btn_catalogue']);
                    
                
NullGraphics2D.java git://github.com/JetBrains/intellij-community.git | Java | 426 lines
                    
19 * For use in painting tests. To make sure drawing method calls are not optimized away on execution, they all change an internal state,
                    
20 * which should be retrieved on painting finish using {@link #getResult()} method.
                    
21 */
                    
132      myResult += g.getGlyphCode(i);
                    
133      Point2D position = g.getGlyphPosition(i);
                    
134      myResult += position.getX();
                    
                
BF_Form_validation.php git://github.com/ci-bonfire/Bonfire.git | PHP | 330 lines
                    
1<?php defined('BASEPATH') || exit('No direct script access allowed');
                    
2
                    
12 * @license   http://opensource.org/licenses/MIT The MIT License
                    
13 * @link      http://cibonfire.com
                    
14 * @since     Version 1.0
                    
25 * @author  Bonfire Dev Team
                    
26 * @link    http://cibonfire.com/docs
                    
27 */
                    
96
                    
97        return '<ul>' . PHP_EOL . "{$errors}</ul>";
                    
98    }
                    
234     *
                    
235     * @author Adapted from Burak Guzel <http://net.tutsplus.com/tutorials/php/6-codeigniter-hacks-for-the-masters/>
                    
236     *
                    
                
AnalyzerTest.php https://github.com/JohnMurray/VulnScan.git | PHP | 440 lines
                    
53require_once 'PHP/Depend/Code/Interface.php';
                    
54require_once 'PHP/Depend/Code/NodeIterator.php';
                    
55require_once 'PHP/Depend/Code/Package.php';
                    
55require_once 'PHP/Depend/Code/Package.php';
                    
56require_once 'PHP/Depend/Code/Filter/Package.php';
                    
57require_once 'PHP/Depend/Code/Filter/Collection.php';
                    
57require_once 'PHP/Depend/Code/Filter/Collection.php';
                    
58require_once 'PHP/Depend/Metrics/Inheritance/Analyzer.php';
                    
59
                    
71 */
                    
72class PHP_Depend_Metrics_Inheritance_AnalyzerTest extends PHP_Depend_Metrics_AbstractTest
                    
73{
                    
273    /**
                    
274     * Tests that {@link PHP_Depend_Metrics_Inheritance_Analyzer::analyze()}
                    
275     * calculates the expected DIT values.
                    
                
Exception.php https://github.com/poppen/p2.git | 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,v 1.3 2008/09/28 16:11:28 akid Exp $
                    
22 * @version    CVS: $Id: Exception.php,v 1.3 2008/09/28 16:11:28 akid Exp $
                    
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
                    
                
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.
                    
                
default.php https://github.com/snellcode/ARCNA-Animals.git | PHP | 362 lines
                    
112		<?php if( $this->user->gid >= 19  ) : ?>
                    
113			<tr><th colspan='23'><a class='arcnaButton' href='<?php echo JRoute::_("index.php?option={$option}&task=add"); ?>'>Submit a new record</a></th></tr>
                    
114		<?php endif; ?>
                    
211			<th><?php echo JHTML::_('arcna.filter',  'real_time_status', $this->state->filter_real_time_status ); ?></th>
                    
212			<?php endif; ?>
                    
213			
                    
259				?>
                    
260				<span class="editlinktip hasTip" title="<?php echo JText::_( 'Edit Item' );?>::<?php echo $this->escape($item->name); ?>">
                    
261					<a href="<?php echo $url; ?>">
                    
273				?>
                    
274				<span class="editlinktip hasTip" title="<?php echo JText::_( 'Edit Item' );?>::<?php echo $this->escape($item->name); ?>">
                    
275					<a href="<?php echo $url; ?>">
                    
288				?>
                    
289				<span class="editlinktip hasTip" title="<?php echo JText::_( 'Edit Item' );?>::<?php echo $this->escape($item->name); ?>">
                    
290					<h1><a href="<?php echo $url; ?>"><?php echo $this->escape($item->id); ?></a></h1>
                    
                
Type.php git://github.com/eryx/php-framework-benchmark.git | PHP | 303 lines
                    
4 *
                    
5 * Copyright (c) 2001-2012, Sebastian Bergmann <sebastian@phpunit.de>.
                    
6 * All rights reserved.
                    
41 * @license    http://www.opensource.org/licenses/BSD-3-Clause  The BSD 3-Clause License
                    
42 * @link       http://www.phpunit.de/
                    
43 * @since      File available since Release 3.0.0
                    
50 * @subpackage Util
                    
51 * @author     Sebastian Bergmann <sebastian@phpunit.de>
                    
52 * @copyright  2001-2012 Sebastian Bergmann <sebastian@phpunit.de>
                    
53 * @license    http://www.opensource.org/licenses/BSD-3-Clause  The BSD 3-Clause License
                    
54 * @link       http://www.phpunit.de/
                    
55 * @since      Class available since Release 3.0.0
                    
159            // There seems to be no other way to check arrays for recursion
                    
160            // http://www.php.net/manual/en/language.types.array.php#73936
                    
161            preg_match_all('/\n            \[(\w+)\] => Array\s+\*RECURSION\*/', print_r($value, TRUE), $matches);
                    
                
FlowTest.php git://github.com/twilio/twilio-php.git | PHP | 263 lines
                    
1<?php
                    
2
                    
62                "url": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                    
63                "links": {
                    
64                    "test_users": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/TestUsers",
                    
115                "url": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                    
116                "links": {
                    
117                    "test_users": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/TestUsers",
                    
173                        "url": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                    
174                        "links": {
                    
175                            "test_users": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/TestUsers",
                    
224                "url": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                    
225                "links": {
                    
226                    "test_users": "https://studio.twilio.com/v2/Flows/FWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/TestUsers",
                    
                
Matcher.php git://github.com/eryx/php-framework-benchmark.git | PHP | 308 lines
                    
40 * @license    http://www.opensource.org/licenses/BSD-3-Clause  The BSD 3-Clause License
                    
41 * @link       http://github.com/sebastianbergmann/phpunit-mock-objects
                    
42 * @since      File available since Release 1.0.0
                    
58 * @version    Release: @package_version@
                    
59 * @link       http://github.com/sebastianbergmann/phpunit-mock-objects
                    
60 * @since      Class available since Release 1.0.0
                    
61 */
                    
62class PHPUnit_Framework_MockObject_Matcher implements PHPUnit_Framework_MockObject_Matcher_Invocation
                    
63{
                    
89    /**
                    
90     * @var PHPUnit_Framework_MockObject_Stub
                    
91     */
                    
153            if (!$builder) {
                    
154                throw new PHPUnit_Framework_Exception(
                    
155                  sprintf(
                    
                
classlibcxx_1_1test_1_1executor_1_1_remote_executor.html https://bitbucket.org/adapptech/eos.git | HTML | 305 lines
                    
8<title>EOS.IO: libcxx.test.executor.RemoteExecutor Class Reference</title>
                    
9<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
10<script type="text/javascript" src="jquery.js"></script>
                    
11<script type="text/javascript" src="dynsections.js"></script>
                    
12<link href="search/search.css" rel="stylesheet" type="text/css"/>
                    
13<script type="text/javascript" src="search/searchdata.js"></script>
                    
14<script type="text/javascript" src="search/search.js"></script>
                    
15<link href="doxygen.css" rel="stylesheet" type="text/css" />
                    
16</head>
                    
41$(function() {
                    
42  initMenu('',true,false,'search.php','Search');
                    
43  $(document).ready(function() { init_search(); });
                    
110<a id="a8765833b79a24548fb046048fe69baba"></a>
                    
111<h2 class="memtitle"><span class="permalink"><a href="#a8765833b79a24548fb046048fe69baba">&#9670;&nbsp;</a></span>__init__()</h2>
                    
112
                    
                
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>
                    
                
_g_screen_class_8h-source.html git://github.com/Ares-Developers/YRpp.git | HTML | 138 lines
                    
3<title>YR++: GScreenClass.h Source File</title>
                    
4<link href="tabs.css" rel="stylesheet" type="text/css">
                    
5<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
57    <li>
                    
58      <form action="search.php" method="get">
                    
59        <table cellspacing="0" cellpadding="0" border="0">
                    
                
index2cca0.html https://bitbucket.org/jspurr/bam-brown.git | HTML | 204 lines
                    
3		
                    
4<!-- Mirrored from www.brownalumnimagazine.com/index2.php?option=com_content&task=view&id=3398&pop=1&page=0&Itemid=32 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 Feb 2018 02:50:56 GMT -->
                    
5<head>
                    
11<script type="text/javascript" src="mambots/system/rokbox/rokbox.js"></script>
                    
12<link href="mambots/system/rokbox/themes/light/rokbox-style.css" rel="stylesheet" type="text/css" />
                    
13<script type="text/javascript" src="mambots/system/rokbox/themes/light/rokbox-config.js"></script>
                    
13<script type="text/javascript" src="mambots/system/rokbox/themes/light/rokbox-config.js"></script>
                    
14			<link rel="stylesheet" href="templates/lilbam/css/template_css.html" type="text/css" />
                    
15			<link rel="shortcut icon" href="images/favicon.ico" />
                    
101}
                    
102</script><div class="sociotags"><div class="sociotag_header createdate">Tag it:</div><div class="sociotag"><a href="http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat" target="_blank" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat', 'Delicious','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/delicious.16px.gif" border="0" alt="Delicious" title="Delicious" /></a></div><div class="sociotag"><a href="http://www.furl.net/storeIt.jsp?t=Brown+Alumni+Magazine-On+the+Beat&amp;u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F" target="_blank" onclick="window.open('http://www.furl.net/storeIt.jsp?t=Brown+Alumni+Magazine-On+the+Beat&amp;u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F', 'Furl it!','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/furl.16px.gif" border="0" alt="Furl it!" title="Furl it!" /></a></div><div class="sociotag"><a href="http://www.spurl.net/spurl.php?v=3&amp;title=Brown+Alumni+Magazine-On+the+Beat&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F" target="_blank" onclick="window.open('http://www.spurl.net/spurl.php?v=3&amp;title=Brown+Alumni+Magazine-On+the+Beat&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F', 'Spurl','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/spurl.16px.gif" border="0" alt="Spurl" title="Spurl" /></a></div><div class="sociotag"><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;h=Brown+Alumni+Magazine-On+the+Beat" target="_blank" onclick="window.open('http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;h=Brown+Alumni+Magazine-On+the+Beat', 'NewsVine','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/newsvine.png" border="0" alt="NewsVine" title="NewsVine" /></a></div><div class="sociotag"><a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat" target="_blank" onclick="window.open('http://reddit.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat', 'Reddit','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/reddit.png" border="0" alt="Reddit" title="Reddit" /></a></div><div class="sociotag"><a href="http://digg.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F" target="_blank" onclick="window.open('http://digg.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F', 'Digg','toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes'); return false;"><img src="mambots/content/sociotag/images/icons/digg.16px.gif" border="0" alt="Digg" title="Digg" /></a></div></div><div class="sociotag_seperator"></div><div class="bodytext"> <p>
                    
103In most stories about men who suffer midlife crises, husbands leave
                    
186</p>
                    
187</div><br clear="all"/><br /><br /><br /><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><div align="left" class='commenttop'>Be the first to comment on this article</div></td><td><div align='right' ></div></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><div align="right" class='commentbottom'></div></td></tr></table><p><script language="Javascript">  function x () {    return;  }  function ac_smilie(thesmile) {    document.akocommentform.comment.value += " "+thesmile+" ";    document.akocommentform.comment.focus();  }  function validate(){    if (document.akocommentform.comment.value==''){      alert("You did not enter a comment.");    } else if (document.akocommentform.acname.value==''){      alert("You did not enter a name."); 	 }else {      document.akocommentform.action = 'index-2.html';      document.akocommentform.submit();    }  }</script><div id='commentform'><table align='center' width='100%' cellpadding='2' cellspacing='0' border='0'><form name='akocommentform' action='http://www.brownalumnimagazine.com/index.php' target=_top method='post'><input type='hidden' name='option' value='com_akocomment'><input type='hidden' name='acitemid' value='40'><input type='hidden' name='contentid' value='3398'><input type='hidden' name='func' value='entry'><tr><td>Name and Class Year:</td><td><input type='text' name='acname' style='width:75%;' class='inputbox' value='' alt='Name and Class Year:' title='Name and Class Year:' ><input type='hidden' name='iduser' value='0'></td></tr><tr><td>Email:</td><td><input type='text' name='email' style='width:75%;' class='inputbox' alt='Email:' title='Email:' ></td></tr><tr><td valign='top'>Comment:<br /><br /></td><td valign='top'><textarea style='width:75%;' rows='8' name='comment' class='inputbox' wrap='virtual' title='Comment:'></textarea></td></tr><tr><td width='125' align='left'>Code:<span class='small'>*</span></td><td valign='absmiddle' style='vertical-align:middle'><input type='text' name='akocode' maxlength='5' style='width:60px;vertical-align:middle;' class='inputbox' alt='Enter the code shown' title='Enter the code shown' > <img src='components/com_akocomment/img1439.png?bgc=CCFFCC&amp;fc=999900&amp;lc=FFCC00&amp;bc=FFCC00' border='0' title='Enter this code in the left field' alt='Code' style='vertical-align:middle'/></td></tr><tr><td><input type='hidden' name='subscribe' id='subscribe' value='0'></td><td align='left'><input type='button' name='send' value='Send' class='button' onClick='validate()' alt='Send' title='Send' ></td></tr></form></table></p><div id='footerform'></div></div>			</td>
                    
188		</tr>
                    
                
_jquery_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 100 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/others/ZendX/JQuery.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
7<link href="doxygen.css" rel="stylesheet" type="text/css"/>
                    
8</head>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/ZendX/JQuery.php</h1>  </div>
                    
30</div>
                    
31<div class="contents">
                    
32<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php
                    
33<a name="l00026"></a>00026 require_once <span class="stringliteral">&quot;Zend/Json.php&quot;</span>;
                    
87<a name="l00149"></a>00149         <span class="keywordflow">if</span>(!class_exists(<span class="stringliteral">&#39;Zend_Json&#39;</span>)) {
                    
88<a name="l00153"></a>00153             require_once <span class="stringliteral">&quot;Zend/Json.php&quot;</span>;
                    
89<a name="l00154"></a>00154         }
                    
                
class_zend___mail___message___file.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 188 lines
                    
64
                    
65<p>Definition at line <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html#l00039">39</a> of file <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html">File.php</a>.</p>
                    
66<hr/><h2>Constructor &amp; Destructor Documentation</h2>
                    
100
                    
101<p>Definition at line <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html#l00056">56</a> of file <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html">File.php</a>.</p>
                    
102
                    
123
                    
124<p>Definition at line <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html#l00092">92</a> of file <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html">File.php</a>.</p>
                    
125
                    
145
                    
146<p>Definition at line <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html#l00071">71</a> of file <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html">File.php</a>.</p>
                    
147
                    
174
                    
175<p>Definition at line <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html#l00082">82</a> of file <a class="el" href="others_2_zend_2_mail_2_message_2_file_8php_source.html">File.php</a>.</p>
                    
176
                    
                
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";
                    
                
ServicesBuilder.php https://hg.codeplex.com/bukuphpjs | PHP | 413 lines
                    
1<?php
                    
2
                    
14 * 
                    
15 * PHP version 5
                    
16 *
                    
18 * @package   WindowsAzure\Common
                    
19 * @author    Azure PHP SDK <azurephpsdk@microsoft.com>
                    
20 * @copyright 2012 Microsoft Corporation
                    
21 * @license   http://www.apache.org/licenses/LICENSE-2.0  Apache License 2.0
                    
22 * @link      https://github.com/windowsazure/azure-sdk-for-php
                    
23 */
                    
55 * @package   WindowsAzure\Common
                    
56 * @author    Azure PHP SDK <azurephpsdk@microsoft.com>
                    
57 * @copyright 2012 Microsoft Corporation
                    
59 * @version   Release: @package_version@
                    
60 * @link      https://github.com/windowsazure/azure-sdk-for-php
                    
61 */
                    
                
zend_virtual_cwd.h git://github.com/php/php-src.git | C Header | 383 lines
                    
135# define php_sys_fstat php_win32_ioutil_fstat
                    
136# define php_sys_readlink php_win32_ioutil_readlink
                    
137# define php_sys_symlink php_win32_ioutil_symlink
                    
137# define php_sys_symlink php_win32_ioutil_symlink
                    
138# define php_sys_link php_win32_ioutil_link
                    
139#else
                    
143# ifdef HAVE_SYMLINK
                    
144# define php_sys_readlink(link, target, target_len) readlink(link, target, target_len)
                    
145# define php_sys_symlink symlink
                    
145# define php_sys_symlink symlink
                    
146# define php_sys_link link
                    
147# endif
                    
296#define VCWD_RMDIR(pathname) php_win32_ioutil_rmdir(pathname)
                    
297#define VCWD_UNLINK(path) php_win32_ioutil_unlink(path)
                    
298#define VCWD_CHDIR(path) php_win32_ioutil_chdir(path)
                    
                
 

Source

Language