PageRenderTime 281ms queryTime 35ms sortTime 29ms getByIdsTime 38ms findMatchingLines 38ms

100+ results results for 'php current repo:rtsukui/jelly2' (281 ms)

Not the results you expected?
widget-categories.php http://ooxx.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
206			<label for="<?php echo $this->get_field_id( 'current_category' ); ?>"><?php _e( 'Current Category:', $this->textdomain ); ?> <code>current_category</code></label>
                    
207			<input id="<?php echo $this->get_field_id( 'current_category' ); ?>" name="<?php echo $this->get_field_name( 'current_category' ); ?>" type="text" value="<?php echo $instance['current_category']; ?>" style="width:100%;" />
                    
208		</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>
                    
                
AdminCarts.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 286 lines
                    
1<?php
                    
2
                    
3/**
                    
4  * Customers tab for admin panel, AdminContacts.php
                    
5  * @category admin
                    
8  * @copyright PrestaShop
                    
9  * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0
                    
10  * @version 1.3
                    
13
                    
14include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php');
                    
15
                    
44	{
                    
45		global $currentIndex, $cookie;
                    
46
                    
56		$currency = new Currency($cart->id_currency);
                    
57		$currentLanguage = new Language(intval($cookie->id_lang));
                    
58
                    
                
classes.html git://pkgs.fedoraproject.org/xqilla | HTML | 44 lines
                    
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 -->
                    
13      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
                    
14      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
                    
15      <li><a href="files.html"><span>Files</span></a></li>
                    
21      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
                    
22      <li class="current"><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
                    
23      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
                    
                
classxercesc_1_1DOMUserDataHandler.html git://pkgs.fedoraproject.org/xqilla | HTML | 217 lines
                    
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 -->
                    
13      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
                    
14      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
                    
15      <li><a href="files.html"><span>Files</span></a></li>
                    
                
sfPropelFormGenerator.class.php http://openirudi.googlecode.com/svn/trunk/ | PHP | 492 lines
                    
99
                    
100      file_put_contents($baseDir.'/base/Base'.$table->getPhpName().'Form.class.php', $this->evalTemplate('sfPropelFormGeneratedTemplate.php'));
                    
101      if (!file_exists($classFile = $baseDir.'/'.$table->getPhpName().'Form.class.php'))
                    
129          {
                    
130            if ($relatedColumn->isForeignKey() && $relatedColumn->isPrimaryKey() && $this->table->getPhpName() != $this->getForeignTable($relatedColumn)->getPhpName())
                    
131            {
                    
150  /**
                    
151   * Returns PHP names for all foreign keys of the current table.
                    
152   *
                    
167      {
                    
168        $names[] = array($this->getForeignTable($column)->getPhpName(), $column->getPhpName(), $column->isNotNull(), false);
                    
169      }
                    
173    {
                    
174      $names[] = array($tables['relatedTable']->getPhpName(), $tables['middleTable']->getPhpName(), false, true);
                    
175    }
                    
                
friend.php http://praized.googlecode.com/svn/trunk/ | PHP | 358 lines
                    
1<?php
                    
2/**
                    
15 * 
                    
16 * <code><?php if ( pzdc_has_friend() ) : ?>...<?php endif; ?></code>
                    
17 *
                    
17 *
                    
18 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
19 * @return boolean
                    
27/**
                    
28 * Template function: Current friend object
                    
29 * 
                    
319/**
                    
320 * Template function: Returns the value of the current displayed friend's self-friend node, related to the current authn'd friend.
                    
321 *
                    
346/**
                    
347 * Template function: Returns the value of the current displayed friend's target->friend node, related to the current authn'd friend.
                    
348 *
                    
                
_g_screen_class_8h-source.html git://github.com/Ares-Developers/YRpp.git | HTML | 138 lines
                    
54      <li><a href="annotated.html"><span>Classes</span></a></li>
                    
55      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
56      <li><a href="dirs.html"><span>Directories</span></a></li>
                    
57    <li>
                    
58      <form action="search.php" method="get">
                    
59        <table cellspacing="0" cellpadding="0" border="0">
                    
                
Linux_SambaShareSecurityForGlobalInstance.cpp git://pkgs.fedoraproject.org/sblim-cmpi-samba | C++ | 415 lines
                    
64      CMPIUint16 IsCurrent = cmpiData;
                    
65      setIsCurrent(IsCurrent);
                    
66    }
                    
117  	    "IsCurrent",
                    
118  	    CmpiData(m_IsCurrent));
                    
119  	}
                    
194
                    
195    return m_IsCurrent;
                    
196
                    
258      const CMPIUint16 IsCurrentOriginal = anOriginal.getIsCurrent();
                    
259      setIsCurrent(IsCurrentOriginal);
                    
260    }
                    
389
                    
390    m_currentElementP = m_currentElementP->m_nextP;
                    
391  	 
                    
                
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 */
                    
                
build_class_from_table.php git://github.com/Dolibarr/dolibarr.git | PHP | 464 lines
                    
30if (substr($sapi_type, 0, 3) == 'cgi') {
                    
31    echo "Error: You are using PHP for CGI. To execute ".$script_file." from command line, you must use PHP for CLI mode.\n";
                    
32    exit;
                    
66print 'Tablename='.$argv[1]."\n";
                    
67print "Current dir is ".getcwd()."\n";
                    
68
                    
168// Substitute class name
                    
169$targetcontent=preg_replace('/skeleton_class\.class\.php/', $classmin.'.class.php', $targetcontent);
                    
170$targetcontent=preg_replace('/\$element=\'skeleton\'/', '\$element=\''.$classmin.'\'', $targetcontent);
                    
387$targetcontent=preg_replace('/skeleton_class\.class\.php/', $classmin.'.class.php', $targetcontent);
                    
388$targetcontent=preg_replace('/skeleton_script\.php/', $classmin.'_script.php', $targetcontent);
                    
389$targetcontent=preg_replace('/\$element=\'skeleton\'/', '\$element=\''.$classmin.'\'', $targetcontent);
                    
433$targetcontent=preg_replace('/skeleton_class\.class\.php/', $classmin.'.class.php', $targetcontent);
                    
434$targetcontent=preg_replace('/skeleton_script\.php/', $classmin.'_script.php', $targetcontent);
                    
435$targetcontent=preg_replace('/\$element=\'skeleton\'/', '\$element=\''.$classmin.'\'', $targetcontent);
                    
                
Makefile git://pkgs.fedoraproject.org/sblim-sfcb | Makefile | 509 lines
                    
27# 
                    
28#  You can obtain a current copy of the Eclipse Public License from
                    
29#  http://www.opensource.org/licenses/eclipse-1.0.php
                    
                
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");
                    
311		print $rel_path;
                    
312?>admin/themes/style.php?theme=<?php
                    
313		print $site_theme;
                    
                
Common.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 519 lines
                    
1<?php
                    
2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
                    
6 *
                    
7 * PHP versions 4 and 5
                    
8 *
                    
8 *
                    
9 * LICENSE: This source file is subject to version 3.01 of the PHP license
                    
10 * that is available through the world-wide-web at the following URI:
                    
10 * that is available through the world-wide-web at the following URI:
                    
11 * http://www.php.net/license/3_01.txt If you did not receive a copy of
                    
12 * the PHP License and are unable to obtain it through the web, please
                    
12 * the PHP License and are unable to obtain it through the web, please
                    
13 * send a note to license@php.net so we can mail you a copy immediately.
                    
14 * 
                    
18 * @copyright   2001-2009 The PHP Group
                    
19 * @license     http://www.php.net/license/3_01.txt PHP License 3.01
                    
20 * @version     CVS: $Id: Common.php 137 2009-11-09 13:24:37Z vanpouckesven $
                    
                
AdminModulesPositions.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 316 lines
                    
13
                    
14include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php');
                    
15
                    
21	{
                    
22		global	$currentIndex;
                    
23
                    
158		';
                    
159		echo '<a href="'.$currentIndex.'&addToHook'.($this->displayKey ? '&show_modules='.$this->displayKey : '').'&token='.$this->token.'"><img src="../img/admin/add.gif" border="0" /> <b>'.$this->l('Transplant a module').'</b></a><br /><br />';
                    
160
                    
267		echo '
                    
268		<form action="'.$currentIndex.'&token='.$this->token.'" method="post">';
                    
269		if ($this->displayKey)
                    
291				<div class="margin-form">
                    
292					<input type="text" name="exceptions" size="40" '.(!empty($excepts) ? 'value="'.$excepts.'"' : '').'><br />Ex: identity.php, history.php, order.php, product.php<br /><br />
                    
293					'.$this->l('Please specify those files in which you do not want the module to be displayed').'.<br />
                    
                
lFrame.cpp http://hl2sb-src.googlecode.com/svn/trunk/ | C++ | 495 lines
                    
48LUA_API lua_Frame *lua_toframe (lua_State *L, int idx) {
                    
49  PHandle *phPanel = dynamic_cast<PHandle *>((PHandle *)lua_touserdata(L, idx));
                    
50  if (phPanel == NULL)
                    
51    return NULL;
                    
52  return dynamic_cast<lua_Frame *>(phPanel->Get());
                    
53}
                    
62LUA_API void lua_pushframe (lua_State *L, Frame *pFrame) {
                    
63  PHandle *phPanel = (PHandle *)lua_newuserdata(L, sizeof(PHandle));
                    
64  phPanel->Set(pFrame);
                    
319    lua_getinfo(L, ">S", &ar2);
                    
320	lua_pushfstring(L, "%s:%d: attempt to index an INVALID_PANEL", ar2.short_src, ar1.currentline);
                    
321	return lua_error(L);
                    
361    lua_getinfo(L, ">S", &ar2);
                    
362    lua_pushfstring(L, "%s:%d: attempt to index an INVALID_PANEL", ar2.short_src, ar1.currentline);
                    
363    return lua_error(L);
                    
                
ODe_Style_Style.h git://pkgs.fedoraproject.org/abiword | C Header | 350 lines
                    
70    // Defines the style from attributes and properties of an AbiWord <p>.
                    
71    void fetchAttributesFromAbiBlock(const PP_AttrProp* pAP, const ODe_Style_List* pCurrentListStyle);
                    
72    
                    
86        m_defaultStyle = true;
                    
87        if (m_pParagraphProps)
                    
88            m_pParagraphProps->m_defaultStyle = m_defaultStyle;
                    
180    // <style:paragraph-properties> attributes
                    
181    class ParagraphProps {
                    
182        public:
                    
182        public:
                    
183        ParagraphProps() {
                    
184            // Rule of thumb: never use this constructor, it only exists for
                    
193        void write(UT_UTF8String& rOutput, const UT_UTF8String& rSpacesOffset) const ;
                    
194        ParagraphProps& operator=(const ParagraphProps& rParagraphProps);
                    
195        bool operator==(const ParagraphProps& rParagraphProps) const;
                    
                
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.
                    
202
                    
203            // if we are here, then we have sufficient bytes to process the current state.
                    
204
                    
                
tools_webftp.php git://github.com/FSB/Fire-Soft-Board-2.git | PHP | 555 lines
                    
64	 */
                    
65	public $edit_file = array('php', 'php3', 'php4', 'php5', 'htm', 'html', 'tpl', 'txt', 'css', 'js', 'xml', 'rss', 'htaccess');
                    
66	
                    
113			'mode' => array(
                    
114				'highlight_php' =>	'page_php_highlight',
                    
115				'codepress' =>		'page_codepress',
                    
192			{
                    
193				$u_dir = sid('index.' . PHPEXT . '?p=tools_webftp&amp;mode=highlight_php&amp;dir=' . $this->dir . '&amp;phpfile=' . $value['name']);
                    
194			}
                    
219	 * Converti des permissions (octal) en permissions symboliques (rwx)
                    
220	 * http://fr.php.net/manual/fr/function.fileperms.php
                    
221	 *
                    
497	{
                    
498		$phpfile = Http::request('phpfile');
                    
499		if (file_exists(ROOT . $this->dir . $phpfile))
                    
                
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>
                    
                
SYLK.php https://PHPExcel.svn.codeplex.com/svn | PHP | 507 lines
                    
40/** PHPExcel_Reader_IReader */
                    
41require_once PHPEXCEL_ROOT . 'PHPExcel/Reader/IReader.php';
                    
42
                    
43/** PHPExcel_Worksheet */
                    
44require_once PHPEXCEL_ROOT . 'PHPExcel/Worksheet.php';
                    
45
                    
46/** PHPExcel_Cell */
                    
47require_once PHPEXCEL_ROOT . 'PHPExcel/Cell.php';
                    
48
                    
49/** PHPExcel_Calculation */
                    
50require_once PHPEXCEL_ROOT . 'PHPExcel/Calculation.php';
                    
51
                    
52 /** PHPExcel_Reader_DefaultReadFilter */
                    
53require_once PHPEXCEL_ROOT . 'PHPExcel/Reader/DefaultReadFilter.php';
                    
54
                    
                
helper.php https://bitbucket.org/joomla/joomla-platform/ | PHP | 530 lines
                    
1<?php
                    
2/**
                    
280	/**
                    
281	 * Formats a password using the current encryption.
                    
282	 *
                    
476		$stat = @stat(__FILE__);
                    
477		if (empty($stat) || !is_array($stat)) $stat = array(php_uname());
                    
478
                    
                
config.php http://comet.googlecode.com/svn/trunk/ | PHP | 308 lines
                    
1<?php
                    
2/*
                    
41/*
                    
42 Uncomment lines below to enable PHP error reporting and displaying PHP errors.
                    
43 Do not do this on a production server. Might be helpful when debugging why CKFinder does not work as expected.
                    
112RoleSessionVar : the session variable name that CKFinder must use to retrieve
                    
113the "role" of the current user. The "role", can be used in the "AccessControl"
                    
114settings (bellow in this page).
                    
218
                    
219	- If "php" is on the denied extensions list, a file named foo.php cannot be
                    
220	  uploaded.
                    
222	  foo.rar.
                    
223	- The file foo.php.rar has "rar" extension so, in theory, it can be also
                    
224	  uploaded.
                    
225
                    
226In some conditions Apache can treat the foo.php.rar file just like any PHP
                    
227script and execute it.
                    
                
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
                    
233        $this->assertEquals($this->webdriver->getTitle(), "Test page");
                    
234        $this->assertEquals($this->webdriver->getCurrentUrl(), TEST_URL);
                    
235    }
                    
                
XMemory_8hpp_source.html git://pkgs.fedoraproject.org/xqilla | HTML | 111 lines
                    
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 -->
                    
14      <li><a href="annotated.html"><span>Classes</span></a></li>
                    
15      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
16      <li><a href="examples.html"><span>Examples</span></a></li>
                    
                
nodes.inc.php git://pkgs.fedoraproject.org/zabbix | PHP | 350 lines
                    
1<?php
                    
2/*
                    
49function init_nodes() {
                    
50	// init current node id
                    
51	if (defined('ZBX_NODES_INITIALIZED')) {
                    
54
                    
55	global $ZBX_LOCALNODEID, $ZBX_LOCMASTERID, $ZBX_CURRENT_NODEID, $ZBX_CURMASTERID, $ZBX_NODES, $ZBX_NODES_IDS,
                    
56			$ZBX_AVAILABLE_NODES, $ZBX_VIEWED_NODES, $ZBX_WITH_ALL_NODES;
                    
60	$ZBX_NODES = array();
                    
61	$ZBX_CURRENT_NODEID = $ZBX_LOCALNODEID;
                    
62	$ZBX_WITH_ALL_NODES = !defined('ZBX_NOT_ALLOW_ALL_NODES');
                    
83		$ZBX_VIEWED_NODES = get_viewed_nodes();
                    
84		$ZBX_CURRENT_NODEID = $ZBX_VIEWED_NODES['selected'];
                    
85
                    
85
                    
86		if ($node_data = DBfetch(DBselect('SELECT n.masterid FROM nodes n WHERE n.nodeid='.$ZBX_CURRENT_NODEID))) {
                    
87			$ZBX_CURMASTERID = $node_data['masterid'];
                    
                
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 *
                    
154
                    
155		private String current;
                    
156
                    
205		private void seek(String path) throws IOException {
                    
206			if (!path.equals(current)) {
                    
207				iterator.reset();
                    
210				tw.setFilter(PathFilter.create(path));
                    
211				current = path;
                    
212				if (!tw.next())
                    
                
convert-ly.py git://git.savannah.gnu.org/lilypond.git | Python | 391 lines
                    
47_ ('''Update LilyPond input to newer version.  By default, update from the
                    
48version taken from the \\version command, to the current LilyPond version.''')
                    
49+ "\n"
                    
121
                    
122    p.add_option ('-c', '--current-version',
                    
123              help=_ ("force updating \\version number to %s") % program_version,
                    
124              action='store_true',
                    
125              dest='force_current_version',
                    
126              default=False)
                    
157            _ ("Report bugs via %s")
                    
158            % 'http://post.gmane.org/post.php'
                    
159            '?group=gmane.comp.gnu.lilypond.bugs') + '\n')
                    
286
                    
287    if global_options.force_current_version and \
                    
288            (last is None or last == to_version):
                    
                
AdminShipping.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 306 lines
                    
1<?php
                    
2/*
                    
9* It is also available through the world-wide-web at this URL:
                    
10* http://opensource.org/licenses/osl-3.0.php
                    
11* If you did not receive a copy of the license and are unable to
                    
23*  @version  Release: $Revision: 8861 $
                    
24*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25*  International Registered Trademark & Property of PrestaShop SA
                    
47	{
                    
48		global $currentIndex;
                    
49
                    
77
                    
78					Tools::redirectAdmin($currentIndex.'&conf=6'.'&token='.$this->token);
                    
79				}
                    
114						$carrier->addDeliveryPrice($priceList);
                    
115						Tools::redirectAdmin($currentIndex.'&conf=6'.'&token='.$this->token);
                    
116					}
                    
                
translator.php http://comet.googlecode.com/svn/trunk/ | PHP | 223 lines
                    
5<title>Translator Management</title>
                    
6<?php $this->view('regions/head'); ?>
                    
7</head>
                    
9<div id="wrapper" class="block">
                    
10	<?php $this->view('regions/header'); ?>
                    
11	<div id="content" class="block">
                    
43						Page
                    
44						<?php if ($paginator->getCurrentPageNumber() <= 1) :?>
                    
45							<img src="<?php echo base_url() . 'skins/default/images/admin/gridview/pager_arrow_left_off.gif' ?>" align="bottom" border="0"/>
                    
50						<?php endif; ?>
                    
51							<input type="text" class="inputText pageIndex" id="translatorPageIndex" value="<?php echo $paginator->getCurrentPageNumber() ?>" name="page" style="width:20px"/>
                    
52						<?php if ($paginator->getCurrentPageNumber() >= $paginator->count()) :?>
                    
55							<a href="#">
                    
56								<img src="<?php echo base_url() . 'skins/default/images/admin/gridview/pager_arrow_right.gif' ?>" align="bottom" border="0" onclick="nextPage('translatorPageIndex', 'frmTranslatorGridView', <?php echo $paginator->count() ?>)"/>
                    
57							</a>
                    
                
Template.php git://github.com/jeromeschneider/Baikal.git | PHP | 451 lines
                    
1<?php
                    
2
                    
101     * @param array  $context The context
                    
102     * @param array  $blocks  The current set of blocks
                    
103     */
                    
124     * @param array  $context The context
                    
125     * @param array  $blocks  The current set of blocks
                    
126     */
                    
149     * @param array  $context The context
                    
150     * @param array  $blocks  The current set of blocks
                    
151     *
                    
169     * @param array  $context The context
                    
170     * @param array  $blocks  The current set of blocks
                    
171     *
                    
187     *
                    
188     * This method does only return blocks defined in the current template
                    
189     * or defined in "used" traits.
                    
                
jqplot.donutRenderer.min.js git://github.com/webasyst/webasyst-framework.git | JavaScript | 34 lines
                    
2 * Copyright (c) 2009 - 2010 Chris Leonello
                    
3 * jqPlot is currently available for use in all personal or commercial projects 
                    
4 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
9 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
10 * chris at jqplot  or see http://www.jqplot.com/info.php .
                    
11 *
                    
12 * If you are feeling kind and generous, consider supporting the project by
                    
13 * making a donation at: http://www.jqplot.com/donate.php .
                    
14 *
                    
                
classwso2wsf_1_1AuthenticationProvider.html git://pkgs.fedoraproject.org/wso2-wsf-cpp | HTML | 302 lines
                    
13      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
                    
14      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
                    
15      <li><a href="files.html"><span>Files</span></a></li>
                    
17    <li>
                    
18      <form action="search.php" method="get">
                    
19        <table cellspacing="0" cellpadding="0" border="0">
                    
                
FormFactory.java http://wizard-world-smc-cs56.googlecode.com/svn/ | Java | 347 lines
                    
117    public static final ColumnSpec LABEL_COMPONENT_GAP_COLSPEC =
                    
118        ColumnSpec.createGap(LayoutStyle.getCurrent().getLabelComponentPadX());
                    
119
                    
131    public static final ColumnSpec RELATED_GAP_COLSPEC =
                    
132        ColumnSpec.createGap(LayoutStyle.getCurrent().getRelatedComponentsPadX());
                    
133
                    
143    public static final ColumnSpec UNRELATED_GAP_COLSPEC =
                    
144        ColumnSpec.createGap(LayoutStyle.getCurrent().getUnrelatedComponentsPadX());
                    
145
                    
148     * Describes a logical horizontal column for a fixed size button. This spec
                    
149     * honors the current layout style's default button minimum width.<p>
                    
150     *
                    
294    public static final RowSpec PARAGRAPH_GAP_ROWSPEC =
                    
295        RowSpec.createGap(LayoutStyle.getCurrent().getParagraphPad());
                    
296
                    
                
sfFormPropel.class.php http://opac-sbweb.googlecode.com/svn/trunk/ | PHP | 532 lines
                    
73  /**
                    
74   * Returns true if the current form embeds a new object.
                    
75   *
                    
187   *
                    
188   * @return BaseObject The current updated object
                    
189   */
                    
241   * To process a value before it is used by the updateObject() method,
                    
242   * you need to define an updateXXXColumn() method where XXX is the PHP name
                    
243   * of the column.
                    
405  /**
                    
406   * Updates the default values of the form with the current values of the current object.
                    
407   */
                    
509
                    
510    $column = call_user_func(array(constant(get_class($this->object).'::PEER'), 'translateFieldName'), $field, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_PHPNAME);
                    
511    $method = sprintf('generate%sFilename', $column);
                    
                
Statement.php http://autowebsys.googlecode.com/svn/trunk/ | PHP | 488 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Statement.php 20096 2010-01-06 02:05:09Z bkarwin $
                    
21 */
                    
25 */
                    
26require_once 'Zend/Db.php';
                    
27
                    
30 */
                    
31require_once 'Zend/Db/Statement/Interface.php';
                    
32
                    
55    /**
                    
56     * The current fetch mode.
                    
57     *
                    
150                     */
                    
151                    require_once 'Zend/Db/Statement/Exception.php';
                    
152                    throw new Zend_Db_Statement_Exception("Invalid bind-variable position '$val'");
                    
                
admin.php http://yuan-pad.googlecode.com/svn/ | PHP | 247 lines
                    
22	<div id="hd">
                    
23		<?php if(ZFramework::app()->site_close):?><span class="notice"><?php echo t('OFF_LINE_MODE');?></span><?php endif;?><a href="index.php"><?php echo t('HOME');?></a>&nbsp;<a href="index.php?controller=user&amp;action=logout" title="<?php echo t('LOGOUT');?>"><?php echo t('LOGOUT');?></a>
                    
24	</div><!-- header -->
                    
120				<tr>
                    
121				    <td><?php echo t('LANG');?>:</td><td><select name="lang"><?php foreach ($languages as $language){?><option value="<?php echo $language;?>" <?php if($language==ZFramework::app()->lang){echo 'selected="selected"';}?>><?php echo $language;?></option><?php }?></select></td>
                    
122				</tr>
                    
134                                        <?php if(gd_loaded()):?>
                    
135                                        <input name="valid_code_open" type="radio" value="1" <?php if(ZFramework::app()->valid_code_open==1){?> checked='checked' <?php }?> /><?php echo t('YES');?><input name="valid_code_open" type="radio" value="0" <?php if(ZFramework::app()->valid_code_open==0){?> checked='checked' <?php }?> /><?php echo t('NO');?>
                    
136                                        <?php else: ?>
                    
141				<tr>
                    
142				    <td><?php echo t('ENABLE_PAGE');?>?</td><td><input name="page_on" type="radio" value="1" <?php if(ZFramework::app()->page_on==1){?> checked='checked' <?php }?> /><?php echo t('YES');?><input name="page_on" type="radio" value="0" <?php if(ZFramework::app()->page_on==0){?> checked='checked'<?php }?> /><?php echo t('NO');?></td>
                    
143				</tr>
                    
147                                <tr>
                    
148				    <td><?php echo t('FILTER_HTML_TAGS');?>?</td><td><input name="filter_type" type="radio" value="1" <?php if(ZFramework::app()->filter_type==1){?> checked='checked' <?php }?> /><?php echo t('STRIP_DISALLOWED_TAGS');?><input name="filter_type" type="radio" value="2" <?php if(ZFramework::app()->filter_type==2){?> checked='checked'<?php }?> /><?php echo t('ESCAPE_ALL_TAGS');?></td>
                    
149				</tr>
                    
                
functions_vars.html git://pkgs.fedoraproject.org/xqilla | HTML | 281 lines
                    
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 -->
                    
13      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
                    
14      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
                    
15      <li><a href="files.html"><span>Files</span></a></li>
                    
21      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
                    
22      <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
                    
23    </ul>
                    
27      <li><a href="functions.html"><span>All</span></a></li>
                    
28      <li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
                    
29    </ul>
                    
                
phpbb2_template.class.php https://bitbucket.org/chamilo/chamilo/ | PHP | 478 lines
                    
1<?php
                    
2/***************************************************************************
                    
2/***************************************************************************
                    
3 *                              template.php
                    
4 *                            -------------------
                    
5 *   begin                : Saturday, Feb 13, 2001
                    
6 *   copyright            : (C) 2001 The phpBB Group
                    
7 *   email                : support@phpbb.com
                    
8 *
                    
9 *   $Id: template.php 5142 2005-05-06 20:50:13Z acydburn $
                    
10 *
                    
23/**
                    
24 * Template class. By Nathan Codding of the phpBB group.
                    
25 * The interface was originally inspired by PHPLib templates,
                    
29
                    
30class Phpbb2Template {
                    
31	var $classname = "Phpbb2Template";
                    
                
talk.mod.php http://awarenet.googlecode.com/svn/trunk/ | PHP | 348 lines
                    
2
                    
3	require_once($kapenta->installPath . 'modules/wiki/inc/wikicode.class.php');
                    
4
                    
15
                    
16	var $data;				//_	currently loaded database record [array]
                    
17	var $dbSchema;			//_	database table definition [array]
                    
33
                    
34	var $defaultIndexPage = 'modules/wiki/index.wiki.php';	// php enclosed wikicode [string]
                    
35	var $talk;												//
                    
98	//----------------------------------------------------------------------------------------------
                    
99	//. save the current object to database
                    
100	//----------------------------------------------------------------------------------------------
                    
332	//----------------------------------------------------------------------------------------------
                    
333	//. delete current object from the database
                    
334	//----------------------------------------------------------------------------------------------
                    
                
Util.php http://syracava.googlecode.com/svn/trunk/ | PHP | 483 lines
                    
1<?php
                    
2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
                    
6 *
                    
7 * PHP versions 4 and 5
                    
8 *
                    
10 * that is available through the world-wide-web at the following URI:
                    
11 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
                    
12 * the PHP License and are unable to obtain it through the web, please
                    
12 * the PHP License and are unable to obtain it through the web, please
                    
13 * send a note to license@php.net so we can mail you a copy immediately.
                    
14 *
                    
16 * @package     File
                    
17 * @author      Michael Wallner <mike@php.net>
                    
18 * @copyright   2004-2005 Michael Wallner
                    
18 * @copyright   2004-2005 Michael Wallner
                    
19 * @license     http://www.php.net/license/3_0.txt  PHP License 3.0
                    
20 * @version     CVS: $Id: Util.php 125 2009-08-21 01:35:18Z takuji.mezawa $
                    
                
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,
                    
48		event: {// plugin event handlers
                    
49			fill: function(n, el, settings, state){ // fill to the current mouse position.
                    
50				this.drain(n);
                    
59			reset: function(n, el, settings){ // Reset the stars to the default index.
                    
60				if(!$($.rating.groups[n].current).is('.cancel'))
                    
61					$($.rating.groups[n].current).prevAll('.star_group_'+n).andSelf().addClass('star_on');
                    
                
wp-blip-options.php http://wp-blip.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
71                <th scope="row"><label for="wp_blip_login">U?ytkownik w serwisie <a href="http://blip.pl">Blip!</a>:</label></th>
                    
72                <td><input type="text" name="wp_blip_login" id="wp_blip_login" value="<?php echo htmlentities2 ($wp_blip_options['login']) ?>" />
                    
73                </td>
                    
102                <th scope="row"><label for="wp_blip_tpl">Szablon wiadomo?ci:</label></th>
                    
103                <td><input type="text" name="wp_blip_tpl" id="wp_blip_tpl" value="<?php echo htmlentities2 ($wp_blip_options['tpl']) ?>" size="50"/><br />
                    
104                    %url - zostanie zast?pione permalinkiem do statusu<br />
                    
124                        type="radio" name="wp_blip_datetype" value="relative" id="wp_blip_datetype_relative"
                    
125                        <?php echo $wp_blip_options['datetype'] == 'relative' ? 'checked="checked"' : ''; ?>
                    
126                        /> relatywny</label>
                    
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>
                    
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>
                    
                
Fl_Input.H http://luafltk.googlecode.com/svn/trunk/ | C Header | 265 lines
                    
24//
                    
25//     http://www.fltk.org/str.php
                    
26//
                    
57  
                    
58  <TR><TD><B>Mouse button 3</B></TD><TD>Currently acts like button 1.</TD></TR>
                    
59  
                    
                
MY_Pagination.php git://github.com/imagecms/ImageCMS.git | PHP | 348 lines
                    
1<?php
                    
2
                    
43
                    
44        // Determine the current page number.
                    
45        $CI =& get_instance();
                    
50
                    
51                // Prep the current page - no funny business!
                    
52                $this->cur_page = (int) $this->cur_page;
                    
57
                    
58                // Prep the current page - no funny business!
                    
59                $this->cur_page = (int) $this->cur_page;
                    
62
                    
63        // Set current page to 1 if using page numbers instead of offset
                    
64        if ($this->use_page_numbers AND $this->cur_page == 0) {
                    
151                    if ($this->cur_page == $loop) {
                    
152                        $output .= $this->cur_tag_open . $loop . $this->cur_tag_close; // Current page
                    
153                    } else {
                    
                
Profiler.php git://github.com/michael-romer/zf-boilerplate.git | PHP | 471 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Profiler.php 23775 2011-03-01 17:25:24Z ralph $
                    
21 */
                    
143    /**
                    
144     * Get the current state of enable.  If True is returned,
                    
145     * the profiler is enabled.
                    
280         */
                    
281        require_once 'Zend/Db/Profiler/Query.php';
                    
282        $this->_queryProfiles[] = new Zend_Db_Profiler_Query($queryText, $queryType);
                    
308             */
                    
309            require_once 'Zend/Db/Profiler/Exception.php';
                    
310            throw new Zend_Db_Profiler_Exception("Profiler has no query with handle '$queryId'.");
                    
319             */
                    
320            require_once 'Zend/Db/Profiler/Exception.php';
                    
321            throw new Zend_Db_Profiler_Exception("Query with profiler handle '$queryId' has already ended.");
                    
                
SynReplyTest.java git://pkgs.fedoraproject.org/jetty | Java | 368 lines
                    
9//The Apache License v2.0 is available at
                    
10//http://www.opensource.org/licenses/apache2.0.php
                    
11//You may elect to redistribute this code under either of these licenses.
                    
19import java.util.Arrays;
                    
20import java.util.concurrent.CountDownLatch;
                    
21import java.util.concurrent.TimeUnit;
                    
21import java.util.concurrent.TimeUnit;
                    
22import java.util.concurrent.atomic.AtomicInteger;
                    
23import java.util.concurrent.atomic.AtomicReference;
                    
                
class.DNSEventObserver.php http://scalr.googlecode.com/svn/ | PHP | 289 lines
                    
1<?php
                    
2	class DNSEventObserver extends EventObserver
                    
115		{
                    
116			// Get list of all zones for current farm
                    
117			$zones = $this->DB->GetAll("SELECT * FROM zones WHERE farmid='{$this->FarmID}'");
                    
139			
                    
140			// Get list of all zones for current farm
                    
141			$zones = $this->DB->GetAll("SELECT * FROM zones WHERE farmid='{$this->FarmID}'");
                    
                
Qualifications.php git://git.savannah.nongnu.org/gnuherds-app.git | PHP | 327 lines
                    
1<?php
                    
2// Authors: Davi Leal
                    
18
                    
19require_once "../Layer-5__DB_operation/PostgreSQL.php";
                    
20require_once "../Layer-5__DB_operation/FS_Experiences.php";
                    
37	{
                    
38		$sqlQuery = "PREPARE query(integer) AS  SELECT Q1_ProfessionalExperienceSinceYear,QP_LK_DesiredContractType,QP_DesiredWageRank,QP_LU_WageRankCurrency,QP_LB_WageRankByPeriod,QP_CurrentEmployability,QP_AvailableToTravel,QP_AvailableToChangeResidence,Q1_CompletedEdition FROM Q1_Qualifications WHERE Q1_E1_Id=$1;  EXECUTE query('$Id');";
                    
39		$result = $this->postgresql->getPostgreSQLObject($sqlQuery,1);
                    
47		$array[5] = pg_fetch_all_columns($result, 4); // QP_LB_WageRankByPeriod
                    
48		$array[6] = pg_fetch_all_columns($result, 5); // QP_CurrentEmployability
                    
49		$array[7] = pg_fetch_all_columns($result, 6); // QP_AvailableToTravel
                    
287				$WageRankByPeriod = isset($_POST['WageRankByPeriod']) ? trim($_POST['WageRankByPeriod']) : '';
                    
288				$CurrentEmployability = isset($_POST['CurrentEmployability']) ? trim($_POST['CurrentEmployability']) : '';
                    
289
                    
289
                    
290				$sqlQuery = "PREPARE query(text,text,text,text,text,bool,integer) AS  UPDATE Q1_Qualifications SET QP_LK_DesiredContractType=$1,QP_DesiredWageRank=$2,QP_LU_WageRankCurrency=$3,QP_LB_WageRankByPeriod=$4,QP_CurrentEmployability=$5,Q1_CompletedEdition=$6 WHERE Q1_E1_Id=$7;  EXECUTE query('$DesiredContractType','".pg_escape_string($DesiredWageRank)."','".pg_escape_string($WageRankCurrency)."','$WageRankByPeriod','$CurrentEmployability','$completedEdition','{$_SESSION['EntityId']}');";
                    
291				$this->postgresql->execute($sqlQuery,1);
                    
                
_form_2_element_2_ui_widget_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 130 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/Form/Element/UiWidget.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/ZendX/JQuery/Form/Element/UiWidget.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="l00023"></a>00023 require_once <span class="stringliteral">&quot;Zend/Form/Element.php&quot;</span>;
                    
109<a name="l00167"></a>00167             <span class="keywordflow">if</span>($foundUiWidgetElementMarker === <span class="keyword">false</span>) {
                    
110<a name="l00168"></a>00168                 require_once <span class="stringliteral">&quot;ZendX/JQuery/Form/Exception.php&quot;</span>;
                    
111<a name="l00169"></a>00169                 <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code" href="class_zend_x___j_query___form___exception.html">ZendX_JQuery_Form_Exception</a>(
                    
                
_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"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
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
                    
                
Range.php git://github.com/phpbb/customisation-db.git | PHP | 378 lines
                    
24/** Zend_Search_Lucene_Search_Query */
                    
25require_once 'Zend/Search/Lucene/Search/Query.php';
                    
26
                    
161
                    
162        require_once 'Zend/Search/Lucene.php';
                    
163        $maxTerms = Zend_Search_Lucene::getTermsPerQueryLimit();
                    
166
                    
167            require_once 'Zend/Search/Lucene/Index/Term.php';
                    
168            if ($this->_lowerTerm !== null) {
                    
199
                    
200                if ($this->_inclusive  &&  $index->currentTerm() == $upperTerm) {
                    
201                    // Include upper term into result
                    
205                // Walk up to the end of field data
                    
206                while ($index->currentTerm() !== null  &&  $index->currentTerm()->field == $field) {
                    
207                    $this->_matches[] = $index->currentTerm();
                    
                
core.php git://github.com/Austinb/GameQ.git | PHP | 638 lines
                    
1<?php
                    
2/**
                    
70	/**
                    
71	 * Current version of this class
                    
72	 *
                    
                
add.php http://creative-portal.googlecode.com/svn/trunk/ | PHP | 366 lines
                    
1<?php
                    
2
                    
191                " . $db->dbescape( $array['introtext'] ) . ", 
                    
192                " . NV_CURRENTTIME . ", 
                    
193                " . NV_CURRENTTIME . ", 
                    
219            nv_insert_logs( NV_LANG_DATA, $module_name, 'log_add', " ", $admin_info['userid'] );
                    
220            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
221            exit();
                    
246{
                    
247    Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=cat&add=1" );
                    
248    exit();
                    
280{
                    
281    require_once ( NV_ROOTDIR . '/' . NV_EDITORSDIR . '/' . NV_EDITOR . '/nv.php' );
                    
282}
                    
300
                    
301$xtpl->assign( 'FORM_ACTION', NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=add" );
                    
302
                    
                
osx-build.sh git://pkgs.fedoraproject.org/inkscape | Shell | 411 lines
                    
5# Please see
                    
6#  http://wiki.inkscape.org/wiki/index.php?title=CompilingMacOsX
                    
7# for more complete information
                    
88HERE=`pwd`
                    
89SRCROOT=$HERE/../..		# we are currently in packaging/macosx
                    
90
                    
167export CPPFLAGS="-I$LIBPREFIX/include"
                    
168# export CPPFLAGS="-I$LIBPREFIX/include -I /System/Library/Frameworks/Carbon.framework/Versions/Current/Headers"
                    
169export LDFLAGS="-L$LIBPREFIX/lib"
                    
                
classxercesc_1_1DOMXPathException.html git://pkgs.fedoraproject.org/xqilla | HTML | 222 lines
                    
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 -->
                    
13      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
                    
14      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
                    
15      <li><a href="files.html"><span>Files</span></a></li>
                    
87TYPE_ERR The expression cannot be converted to return the specified type. <br/>
                    
88NO_RESULT_ERROR There is no current result in the result object. </p>
                    
89<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
                    
                
comment_widget.test.php git://github.com/CakeDC/comments.git | PHP | 466 lines
                    
1<?php
                    
2/**
                    
8 * @copyright Copyright 2009-2010, Cake Development Corporation (http://cakedc.com)
                    
9 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
                    
10 */
                    
46	 * Overrides Controller::redirect() to log the redirected url
                    
47	 * (non-PHPdoc)
                    
48	 * @see cake/libs/controller/Controller#redirect($url, $status, $exit)
                    
87/**
                    
88 * Current view object
                    
89 * @var View
                    
                
Session.php git://pkgs.fedoraproject.org/horde | PHP | 392 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * The Horde_Kolab_Session class holds additional user details for the current
                    
4 * session.
                    
5 *
                    
6 * $Horde: framework/Kolab_Server/lib/Horde/Kolab/Session.php,v 1.1.2.12 2011/05/30 09:21:21 wrobel Exp $
                    
7 *
                    
7 *
                    
8 * PHP version 4
                    
9 *
                    
13 * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
                    
14 * @link     http://pear.horde.org/index.php?package=Kolab_Server
                    
15 */
                    
17/** We need the Auth library */
                    
18require_once 'Horde/Auth.php';
                    
19
                    
                
State.php git://pkgs.fedoraproject.org/horde | PHP | 417 lines
                    
1<?php
                    
2
                    
4 * SyncML_State object and its property objects from the session. */
                    
5require_once 'SyncML/DeviceInfo.php';
                    
6require_once 'SyncML/Device.php';
                    
6require_once 'SyncML/Device.php';
                    
7require_once 'SyncML/Constants.php';
                    
8require_once 'SyncML/Command/SyncElement.php';
                    
12 *
                    
13 * $Horde: framework/SyncML/SyncML/State.php,v 1.17.2.19 2009/04/07 11:12:54 jan Exp $
                    
14 *
                    
29     *
                    
30     * This is not to confuse with the PHP session id, though it is part of
                    
31     * the generated PHP session id.
                    
37    /**
                    
38     * Id of the current message.
                    
39     *
                    
                
update_7.inc git://pkgs.fedoraproject.org/drupal6-drush | Pascal | 318 lines
                    
1<?php
                    
2// $Id: update_7.inc,v 1.30 2010/12/30 18:28:08 greg1anderson Exp $
                    
4 * @file
                    
5 *   Update.php for provisioned sites.
                    
6 *   This file is a derivative of the standard drupal update.php,
                    
11/**
                    
12 * Global flag to identify update.php run, and so avoid various unwanted
                    
13 * operations, such as hook_init() and hook_exit() invokes, css/js preprocessing
                    
14 * and translation, and solve some theming issues. This flag is checked on several
                    
15 * places in Drupal code (not just update.php).
                    
16 */
                    
20 * Returns (and optionally stores) extra requirements that only apply during
                    
21 * particular parts of the update.php process.
                    
22 */
                    
34 *
                    
35 * An update function can force the current and all later updates for this
                    
36 * module to abort by returning a $ret array with an element like:
                    
                
lazyest-thumbs.php http://cartonbank.googlecode.com/svn/trunk/ | PHP | 255 lines
                    
31		$folder_caption = clean_folder_caption($currentdir.$dir);
                    
32		$category = substr($currentdir, 0, (strlen($currentdir) -1));
                    
33
                    
40				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
41					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.png'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
42				else
                    
54				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
55					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.jpeg'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
56				else
                    
61				if (imagesx($resource) > get_option('lg_thumbwidth'))
                    
62					echo '<img src="'.get_option('siteurl').'/wp-content/plugins/lazyest-gallery/lazyest-img.php?file='.$currentdir.$category.'.gif'.'&amp;thumb=1" alt="" class="icon" />&raquo; '.$folder_caption."\n";
                    
63				else
                    
245						_e("Write captions for images in ", $lg_text_domain);
                    
246						echo " ".substr($currentdir, 0, strlen($currentdir)-1);
                    
247						echo "</a>";
                    
                
MaildirFolderTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2
                    
12 */
                    
13require_once 'Zend/Mail/Storage/Folder/Maildir.php';
                    
14
                    
17 */
                    
18require_once 'Zend/Config.php';
                    
19
                    
20/**
                    
21 * PHPUnit test case
                    
22 */
                    
22 */
                    
23require_once 'PHPUnit/Framework/TestCase.php';
                    
24
                    
30 */
                    
31class Zend_Mail_MaildirFolderTest extends PHPUnit_Framework_TestCase
                    
32{
                    
                
core.php http://snowcms.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
1<?php
                    
2////////////////////////////////////////////////////////////////////////////
                    
55		// I mean, we don't need to load all of these if we don't need to, right?
                    
56		if(current($_GET) == 'activate')
                    
57		{
                    
57		{
                    
58			api()->add_event('action=activate', 'activate_view', coredir. '/activate.php');
                    
59		}
                    
59		}
                    
60		elseif(current($_GET) == 'admin')
                    
61		{
                    
61		{
                    
62			api()->add_event('action=admin', 'admin_home', coredir. '/admin/admin_home.php');
                    
63			api()->add_event('action=admin&sa=about', 'admin_about', coredir. '/admin/admin_home.php');
                    
63			api()->add_event('action=admin&sa=about', 'admin_about', coredir. '/admin/admin_home.php');
                    
64			api()->add_event('action=admin&sa=update&apply=*', 'admin_update_apply', coredir. '/admin/admin_update.php');
                    
65			api()->add_event('action=admin&sa=error_log', 'admin_error_log', coredir. '/admin/admin_error_log.php');
                    
                
WGrid.php http://web3cms.googlecode.com/svn/trunk/ | PHP | 332 lines
                    
1<?php
                    
2/**
                    
268            {
                    
269                $maxRow=$this->pages->getCurrentPage()*$this->pages->getPageSize()+count($this->rows); // ($this->pages->getCurrentPage()+1)*$this->pages->getPageSize()
                    
270                $this->maxRow=$maxRow > $this->pages->getItemCount() ? $this->pages->getItemCount() : $maxRow;
                    
274            if($this->minRow===null && $this->pages instanceof CPagination)
                    
275                $this->minRow=$this->pages->getCurrentPage()*$this->pages->getPageSize()+1;
                    
276            else
                    
                
ui.controller.inc git://pkgs.fedoraproject.org/drupal7-rules | Pascal | 316 lines
                    
1<?php
                    
2
                    
181   *   - 'base path': Optionally, a different base path to use instead of the
                    
182   *     currently set RulesPluginUI::$basePath. If no base path has been set
                    
183   *     yet, the current path is used by default.
                    
198    else if (!isset(RulesPluginUI::$basePath)) {
                    
199      // Default to the current path, only if no path has been set yet.
                    
200      RulesPluginUI::$basePath = current_path();
                    
                
AdminCarriers.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 298 lines
                    
1<?php
                    
2
                    
3/**
                    
4  * Carriers tab for admin panel, AdminCarriers.php
                    
5  * @category admin
                    
8  * @copyright PrestaShop
                    
9  * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0
                    
10  * @version 1.3
                    
13
                    
14include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php');
                    
15
                    
48	{
                    
49		global $currentIndex, $cookie;
                    
50		parent::displayForm();
                    
52		$obj = $this->loadObject(true);
                    
53		$currentLanguage = intval($cookie->id_lang);
                    
54
                    
                
functions_0x65.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 204 lines
                    
36   </div>
                    
37   <div id="projectbrief">Open source PHP Framework that designed for building web application.</div>
                    
38  </td>
                    
50      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
                    
51      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
52      <li><a href="files.html"><span>Files</span></a></li>
                    
76      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
                    
77      <li class="current"><a href="functions.html"><span>Data&#160;Fields</span></a></li>
                    
78    </ul>
                    
81    <ul class="tablist">
                    
82      <li class="current"><a href="functions.html"><span>All</span></a></li>
                    
83      <li><a href="functions_func.html"><span>Functions</span></a></li>
                    
94      <li><a href="functions_0x64.html#index_d"><span>d</span></a></li>
                    
95      <li class="current"><a href="functions_0x65.html#index_e"><span>e</span></a></li>
                    
96      <li><a href="functions_0x66.html#index_f"><span>f</span></a></li>
                    
                
MessageController.php http://mock-project.googlecode.com/svn/trunk/ | PHP | 217 lines
                    
1<?php
                    
2
                    
17
                    
18//            require_once APPLICATION_PATH . '/modules/user/models/DbTable/Member.php';
                    
19            $us = new User_Model_DbTable_Member();
                    
190        $pager = Zend_Paginator::factory($select);
                    
191        $pager->setCurrentPageNumber($page);
                    
192        $pager->setItemCountPerPage($limit);
                    
                
editPCRproducts.php http://collman.googlecode.com/svn/trunk/ | PHP | 199 lines
                    
1<?php
                    
2//=========== HEADER STUFF ========
                    
11	   echo "<p style=\"color:white;font-size:14px;position:absolute;top:50px;right:20px;\">Logged in:<strong>$session->username</strong><br />";
                    
12  	 echo "[<a style='color:white;' href=\"login_process.php\">Logout</a>]";
                    
13	}
                    
65  	// Update operation
                    
66		mysqli_query($dbcnx, "UPDATE tissuepcrproducts SET tissueDnaExtractID ='".$tissueDnaExtractID."', datePcred = '".$datePcred."', pcrProtocol='".$pcrProtocol."', pcrPrimerF='".$pcrPrimerF."', pcrPrimerR = '$pcrPrimerR', pcrProductStorageStatus ='".$pcrProductStorageStatus."', tissuePcrProductRemarks='".$tissuePcrProductRemarks."', lastModified = CURRENT_TIMESTAMP, modifiedBy ='".$session->username."' WHERE tissuePcrProductID = '$tissuePcrProductID'"); 
                    
67		// Get and show NEW Data	
                    
91// ====== FORM ITSELF
                    
92        	echo "<form class=\"main\" method=\"POST\" name=\"frmPCREdit\" action=\"$_SERVER[PHP_SELF]?FormData=".$inf["tissuePcrProductID"]."\">";
                    
93
                    
135		echo "<div class=\"info\" id=\"divTaxonInfo\">";
                    
136		echo "$COLL_CODE <a href=\"editObjects.php?FormData=".$row["catalogNumber"]."\">".$row["catalogNumber"]."</a> ".$row["scientificName"]." Field Number: <a href=\"editLocalities.php?FormData=".$row["fieldNumber"]."\">".$row["fieldNumber"]."</a>";
                    
137		echo "</div>"; // divTaxonInfo
                    
143			do {
                    
144				printf("<a href='editComments.php?FormData=%s'>%s</a> (%s. Time stamp: %s)\n",$row[0],$row[0],$row[1],$row[2]);
                    
145			}
                    
                
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"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
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>
                    
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>
                    
90<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
91<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_log_8php_source.html">Log.php</a> 18951 2009-11-12 16:26:19Z alexander </dd></dl>
                    
92</div>
                    
                
_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"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19    </ul>
                    
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>);
                    
                
Language.php git://github.com/thorsten/phpMyFAQ.git | PHP | 377 lines
                    
13 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
14 * @author    Matteo scaramuccia <matteo@phpmyfaq.de>
                    
15 * @author    Aurimas Fišeras <aurimas@gmail.com>
                    
31 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
32 * @author    Matteo scaramuccia <matteo@phpmyfaq.de>
                    
33 * @author    Aurimas Fišeras <aurimas@gmail.com>
                    
48    /**
                    
49     * The current language
                    
50     *
                    
120    /**
                    
121     * Sets the current language for phpMyFAQ user session
                    
122     *
                    
307    /**
                    
308     * True if the language is supported by the current phpMyFAQ installation
                    
309     *
                    
                
SelectChannelConnector.java git://pkgs.fedoraproject.org/jetty | Java | 330 lines
                    
9// The Apache License v2.0 is available at
                    
10// http://www.opensource.org/licenses/apache2.0.php
                    
11// You may elect to redistribute this code under either of these licenses.
                    
131    {
                    
132        request.setTimeStamp(System.currentTimeMillis());
                    
133        endpoint.setMaxIdleTime(_maxIdleTime);
                    
                
installation_and_compilation_of_the_source_code.html git://pkgs.fedoraproject.org/skychart | HTML | 282 lines
                    
11<meta name="keywords" content="en,documentation,installation_and_compilation_of_the_source_code" />
                    
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/" />
                    
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=en:documentation" />
                    
17<link rel="alternate" type="text/html" title="Plain HTML" href="http://ap-i.net/static/skychart/_export/xhtml/en/documentation/installation_and_compilation_of_the_source_code" />
                    
19<link rel="canonical" href="installation_and_compilation_of_the_source_code.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>
                    
                
README.md git://github.com/timroes/aXMLRPC.git | Markdown | 314 lines
                    
44
                    
45where X.Y.Z is the current aXMLRPC version
                    
46
                    
84that will also be send to the XMLRPCCallback instance with the response of the server, so your
                    
85application can make multiple calls concurrently and use one listener for them, that distinguish 
                    
86between the different request by their ids.
                    
183The client will be able to send `null` values. A `null` value will be send
                    
184as `<nil/>`. This extension is described under: http://ontosys.com/xml-rpc/extensions.php
                    
185
                    
295
                    
296The library is licensed under [MIT License] (http://www.opensource.org/licenses/mit-license.php).
                    
297See the LICENSE file for the license text. 
                    
                
BankReconciliation.php http://chronique.googlecode.com/svn/ | PHP | 394 lines
                    
30
                    
31		/* Now need to get the currency of the account and the current table ex rate */
                    
32		$SQL = "SELECT rate, 
                    
48		$ExDiffTransNo = GetNextTransNo(36,$db);
                    
49		/*Post the exchange difference to the last day of the month prior to current date*/
                    
50		$PostingDate = Date($_SESSION['DefaultDateFormat'],mktime(0,0,0, Date('m'), 0,Date('Y')));
                    
161
                    
162	/* Now need to get the currency of the account and the current table ex rate */
                    
163	$SQL = "SELECT rate,
                    
353			<tr>
                    
354				<td colspan="7" align="center"><input type="submit" name="PostExchangeDifference" value="' . _('Calculate and Post Exchange Difference') . '" onclick="return confirm(\'' . _('This will create a general ledger journal to write off the exchange difference in the current balance of the account. It is important that the exchange rate above reflects the current value of the bank account currency') . ' - ' . _('Are You Sure?') . '\');" /></td>
                    
355			</tr>';
                    
363			<tr>
                    
364				<td colspan="7">' . _('It is normal for foreign currency accounts to have exchange differences that need to be reflected as the exchange rate varies. This reconciliation is prepared using the exchange rate set up in the currencies table (see the set-up tab). This table must be maintained with the current exchange rate before running the reconciliation. If you wish to create a journal to reflect the exchange difference based on the current exchange rate to correct the reconciliation to the actual bank statement balance click below.') . '</td>
                    
365			</tr>
                    
                
XmlFileLoader.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 402 lines
                    
1<?php
                    
2
                    
73
                    
74        $this->container->getParameterBag()->add($xml->parameters->getArgumentsAsPhp('parameter'));
                    
75    }
                    
83        foreach ($xml->imports->import as $import) {
                    
84            $this->currentDir = dirname($file);
                    
85            $this->import((string) $import['resource'], (Boolean) $import->getAttributeAsPhp('ignore-errors'));
                    
112                $method = 'set'.str_replace('-', '', $key);
                    
113                $definition->$method((string) $service->getAttributeAsPhp($key));
                    
114            }
                    
120
                    
121        $definition->setArguments($service->getArgumentsAsPhp('argument'));
                    
122
                    
137        foreach ($service->call as $call) {
                    
138            $definition->addMethodCall((string) $call['method'], $call->getArgumentsAsPhp('argument'));
                    
139        }
                    
                
TimeHelper.php git://github.com/QuickAppsCMS/QuickApps-CMS.git | PHP | 409 lines
                    
1<?php
                    
2/**
                    
6 *
                    
7 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
                    
8 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
14 * @link          http://cakephp.org CakePHP(tm) Project
                    
15 * @package       Cake.View.Helper
                    
16 * @since         CakePHP(tm) v 0.10.0.1076
                    
17 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
                    
18 */
                    
238 * @param mixed $timezone User's timezone string or DateTimeZone object
                    
239 * @return boolean True if datetime string is within current week
                    
240 * @link http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#testing-time
                    
401 * @return string Formatted and translated date string
                    
402 * @link http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#formatting
                    
403 */
                    
                
HTMLModuleManager.php git://github.com/anantgarg/Qwench.git | PHP | 403 lines
                    
1<?php
                    
2
                    
11    /**
                    
12     * Instance of current doctype
                    
13     */
                    
35     * List of extra modules that were added by the user using addModule().
                    
36     * These get unconditionally merged into the current doctype, whatever
                    
37     * it may be.
                    
177    /**
                    
178     * Adds a module to the current doctype by first registering it,
                    
179     * and then tacking it on to the active doctype
                    
                
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\'))
                    
251			// to the end of our template url if its page one :)
                    
252			$index[] = '<span class="pagination_page'. ($page == $start ? ' pagination_current' : ''). '">'. ($page != $start ? '<a href="'. ($page != 1 ? $tpl_url. '&page='. $page : $tpl_url). '">' : ''). $page. ($page != $start ? '</a>' : ''). '</span>';
                    
253		}
                    
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>';
                    
                
Adapter.php http://skeleton.googlecode.com/svn/trunk/ | PHP | 362 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Adapter.php
                    
4 *
                    
4 *
                    
5 * @license	http://www.opensource.org/licenses/bsd-license.php BSD
                    
6 * @link	http://skeletonframework.com/
                    
40	protected $_errorMsg = '';
                    
41	protected $_currentDatabase = null;
                    
42	
                    
247		}
                    
248		if ($database && $this->_currentDatabase != $database && $this->_connection) {
                    
249			$this->_selectDb($database);
                    
249			$this->_selectDb($database);
                    
250			$this->_currentDatabase = $database;
                    
251		}
                    
                
_cycle_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 146 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/others/Zend/View/Helper/Cycle.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/Zend/View/Helper/Cycle.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="l00031"></a><a class="code" href="class_zend___view___helper___cycle.html">00031</a> <span class="keyword">class </span><a class="code" href="class_zend___view___helper___cycle.html">Zend_View_Helper_Cycle</a> <span class="keyword">implements</span> Iterator
                    
133<a name="l00216"></a>00216 
                    
134<a name="l00222"></a><a class="code" href="class_zend___view___helper___cycle.html#af343507d1926e6ecf964625d41db528c">00222</a>     <span class="keyword">public</span> function <a class="code" href="class_zend___view___helper___cycle.html#af343507d1926e6ecf964625d41db528c">current</a>()
                    
135<a name="l00223"></a>00223     {
                    
                
config.php http://records-authority.googlecode.com/svn/ | PHP | 349 lines
                    
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2
                    
20|
                    
21| Typically this will be your index.php file, unless you've renamed it to
                    
22| something else. If you are using mod_rewrite to remove the page set this
                    
25*/
                    
26$config['index_page'] = "index.php";
                    
27
                    
143| invoke your controllers and its functions:
                    
144| example.com/index.php?c=controller&m=function
                    
145|
                    
151$config['enable_query_strings'] = FALSE;
                    
152$config['directory_trigger'] = 'd';	 // experimental not currently in use
                    
153$config['controller_trigger'] = 'c';
                    
166|	0 = Disables logging, Error logging TURNED OFF
                    
167|	1 = Error Messages (including PHP errors)
                    
168|	2 = Debug Messages
                    
                
Web.hx https://code.google.com/p/hxjava/ | Haxe | 355 lines
                    
27		#else
                    
28		var a : NativeArray = untyped __php__("array_merge($_GET, $_POST)");
                    
29		if(untyped __call__("get_magic_quotes_gpc"))
                    
185			_client_headers = new List();
                    
186			var h = Lib.hashOfAssociativeArray(untyped __php__("$_SERVER"));
                    
187			for(k in h.keys()) {
                    
199	public static inline function getParamsString() : String {
                    
200		return untyped __php__("$_SERVER['QUERY_STRING']");
                    
201	}
                    
253	public static function getAuthorization() : { user : String, pass : String } {
                    
254		if(!untyped __php__("isset($_SERVER['PHP_AUTH_USER'])"))
                    
255			return null;
                    
255			return null;
                    
256		return untyped {user: __php__("$_SERVER['PHP_AUTH_USER']"), pass: __php__("$_SERVER['PHP_AUTH_PW']")};
                    
257	}
                    
                
beamer_display.class.php http://lansuite.googlecode.com/svn/trunk/ | PHP | 210 lines
                    
1<?php
                    
2
                    
19						   '<p />' );
                    
20		$dsp->AddSingleRow('<br />' . t('Das Modul arbeitet derzeit nur mit dem Template /\'/simple/\'/ und /\'/beamer/\'/ zusammen. F&uuml;r eine schnelle L&ouml;sung erstelle einen zus&auml;tzlichen Account der das Beamer-Template verwendet. Damit hast du die besten Ergebnisse im Fullscreen Mode. <p/>Damit es mit jedem anderen Template funktioniert, musst du in deinem Template im Bereich der Meta-Angaben folgende Codezeilen hinzuf&uuml;gen:<p/> if( $_GET[/\'/sitereload/\'/] ) { echo ... (Restlichen Anweisungsblock bitte as der Design-index.php entnehmen.)  } ')	);				
                    
21		$dsp->AddSingleRow("<br />");
                    
25
                    
26	function viewCurrentContent() {
                    
27	global $dsp, $lang, $beamermodul, $bcid, $beamerid, $func;		
                    
29		//$dsp->AddIFrame("localhost/pma/","1024","500");
                    
30		$dsp->AddSingleRow( $func->AllowHTML($beamermodul->getCurrentContent( $beamerid )) );
                    
31		$dsp->AddSingleRow( HTML_NEWLINE."");	
                    
47		function formatBStatus ( $var, $bcid , $beamerid ) {
                    
48			if ( $var == "1" ) { return '<a href="index.php?mod=beamer&action=togglebeameractive&bcid='.$bcid.'&beamerid='.$beamerid.'"><img src="design/images/icon_active_sm.png" alt="Aktiv" border="0"></a>'; }
                    
49			if ( $var == "0" ) { return '<a href="index.php?mod=beamer&action=togglebeameractive&bcid='.$bcid.'&beamerid='.$beamerid.'"><img src="design/images/icon_deactive_sm.png" alt="Deaktiv" border="0"></a>'; }
                    
58		function formatActiveStatus ( $var, $var2 ) {
                    
59			if ( $var == "1" ) { return '<a href="index.php?mod=beamer&action=toggleactive&bcid='.$var2.'"><img src="design/images/icon_active.png" alt="Aktiv" border="0"></a>'; }
                    
60			if ( $var == "0" ) { return '<a href="index.php?mod=beamer&action=toggleactive&bcid='.$var2.'"><img src="design/images/icon_deactive.png" alt="Deaktiv" border="0"></a>'; }
                    
                
_form_checkbox_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/others/Zend/View/Helper/FormCheckbox.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/Zend/View/Helper/FormCheckbox.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="l00027"></a>00027 require_once <span class="stringliteral">&#39;Zend/View/Helper/FormElement.php&#39;</span>;
                    
                
_md5_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 132 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Validate/File/Md5.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Validate/File/Md5.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="l00025"></a>00025 require_once <span class="stringliteral">&#39;Zend/Validate/File/Hash.php&#39;</span>;
                    
55<a name="l00074"></a>00074         } elseif (!is_array($options)) {
                    
56<a name="l00075"></a>00075             require_once <span class="stringliteral">&#39;Zend/Validate/Exception.php&#39;</span>;
                    
57<a name="l00076"></a>00076             <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code" href="class_zend___validate___exception.html">Zend_Validate_Exception</a>(<span class="stringliteral">&#39;Invalid options to validator provided&#39;</span>);
                    
                
Pagination.php git://github.com/thorsten/phpMyFAQ.git | PHP | 378 lines
                    
13 * @author    Anatoliy Belsky <ab@php.net>
                    
14 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
15 * @copyright 2009-2012 phpMyFAQ Team
                    
29 * @package   PMF_Pagination
                    
30 * @author    Anatoliy Belsky <ab@php.net>
                    
31 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
128     */
                    
129    protected $currentPage = 0;
                    
130    
                    
193        if (isset($options['currentPageLinkTpl'])) {
                    
194            $this->currentPageLinkTpl = $options['currentPageLinkTpl'];
                    
195        }
                    
225        // Let this call to be last cuz it  needs some options to be set before
                    
226        $this->currentPage = $this->getCurrentPageFromUrl($this->baseUrl);
                    
227    }
                    
                
jqplot-linearAxisRenderer-js.html http://eeplat.googlecode.com/svn/trunk/ | HTML | 45 lines
                    
13
                    
14<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../donate.php"><span>&gt;</span>Donate</a></div><a name="$.jqplot.LinearAxisRenderer"></a>$.jqplot.<wbr>LinearAxisRenderer</div><div class=CBody><p>The default jqPlot axis renderer, creating a numeric axis.&nbsp; The renderer has no additional options beyond the <a href="jqplot-core-js.html#Axis" class=LClass id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">Axis</a> object.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer" >$.jqplot.<wbr>LinearAxisRenderer</a></td><td class=SDescription>The default jqPlot axis renderer, creating a numeric axis. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.breakPoints" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">breakPoints</a></td><td class=SDescription>EXPERIMENTAL!!&nbsp; </td></tr><tr class="SProperty SIndent2"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.breakTickLabel" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">breakTickLabel</a></td><td class=SDescription>Label to use at the axis break if breakPoints are specified.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
15
                    
17
                    
18<div class="CProperty"><div class=CTopic><h3 class=CTitle><a name="$.jqplot.LinearAxisRenderer.breakPoints"></a>breakPoints</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>this.breakPoints = null</td></tr></table></blockquote><p>EXPERIMENTAL!!&nbsp; Use at your own risk!&nbsp; Works only with linear axes and the default tick renderer.&nbsp; Array of [start, stop] points to create a broken axis.&nbsp; Broken axes have a &ldquo;jump&rdquo; in them, which is an immediate transition from a smaller value to a larger value.&nbsp; Currently, axis ticks MUST be manually assigned if using breakPoints by using the axis ticks array option.</p></div></div></div>
                    
19
                    
                
CS.php http://scalr.googlecode.com/svn/ | PHP | 476 lines
                    
1<?php
                    
2
                    
12		/**
                    
13        * returns version of current api
                    
14        * 
                    
                
labels.inc git://pkgs.fedoraproject.org/roundcubemail | PHP | 484 lines
                    
1<?php
                    
2
                    
215$labels['upload'] = '??';
                    
216$labels['uploadprogress'] = '$percent ($current / $total)';
                    
217$labels['close'] = '??';
                    
                
waLoginAction.class.php git://github.com/webasyst/webasyst-framework.git | PHP | 284 lines
                    
1<?php
                    
2
                    
47            header('wa-session-expired: 1');
                    
48            echo _ws('Session has expired. Please reload current page and log in again.').'<script>window.location.reload();</script>';
                    
49            exit;
                    
186                } else {
                    
187                    $url = $this->getConfig()->getCurrentUrl();
                    
188                    $url = preg_replace('/\?.*$/i', '', $url);
                    
                
SfObjectBuilder.php http://opac-sbweb.googlecode.com/svn/trunk/ | PHP | 393 lines
                    
2
                    
3require_once 'propel/engine/builder/om/php5/PHP5ObjectBuilder.php';
                    
4
                    
179  {
                    
180    return $this->getCurrent'.$className.'($culture)->get'.$col->getPhpName().'();
                    
181  }
                    
182
                    
183  public function set'.$col->getPhpName().'($value, $culture = null)
                    
184  {
                    
184  {
                    
185    $this->getCurrent'.$className.'($culture)->set'.$col->getPhpName().'($value);
                    
186  }
                    
255      $foreign_tables_i18n_table = $this->getDatabase()->getTable($foreign_table->getAttribute('i18nTable'));
                    
256      $value .= ' || ($this->'.$matches[2].'->getCulture() && $this->'.$matches[2].'->getCurrent'.$foreign_tables_i18n_table->getPhpName().'()->isModified())';
                    
257    }
                    
                
sfI18N.class.php http://opac-sbweb.googlecode.com/svn/trunk/ | PHP | 406 lines
                    
1<?php
                    
2
                    
16 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
                    
17 * @version    SVN: $Id: sfI18N.class.php 13482 2008-11-29 14:35:54Z fabien $
                    
18 */
                    
150  /**
                    
151   * Gets the current culture for i18n format objects.
                    
152   *
                    
160  /**
                    
161   * Sets the current culture for i18n format objects.
                    
162   *
                    
                
jplayer.blue.monday.css http://creative-codon.googlecode.com/svn/trunk/ | CSS | 624 lines
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
10 *  - http://www.gnu.org/copyleft/gpl.html
                    
98	overflow:hidden;
                    
99	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
                    
100}
                    
314
                    
315/* @group current time and duration */
                    
316
                    
329
                    
330div.jp-current-time,
                    
331div.jp-duration {
                    
335}
                    
336div.jp-current-time {
                    
337	float: left;
                    
                
sfContext.class.php http://opac-sbweb.googlecode.com/svn/trunk/ | PHP | 504 lines
                    
104    {
                    
105      $name = self::$current;
                    
106    }
                    
172      $currentConfiguration = sfContext::getInstance()->getConfiguration();
                    
173      sfContext::createInstance(ProjectConfiguration::getApplicationConfiguration($name, $currentConfiguration->getEnvironment(), $currentConfiguration->isDebug()));
                    
174    }
                    
191  /**
                    
192   * Retrieves the current event dispatcher.
                    
193   *
                    
229   *
                    
230   * @return sfController The current sfController implementation instance.
                    
231   */
                    
443  /**
                    
444   * Returns true if an object is currently stored in the current context with the given name, false otherwise.
                    
445   *
                    
                
Config.php git://github.com/eryx/php-framework-benchmark.git | PHP | 537 lines
                    
1<?php
                    
2/**
                    
211    /**
                    
212     * Support isset() overloading on PHP 5.1
                    
213     *
                    
222    /**
                    
223     * Support unset() overloading on PHP 5.1
                    
224     *
                    
255     */
                    
256    public function current()
                    
257    {
                    
258        $this->_skipNextIteration = false;
                    
259        return current($this->_data);
                    
260    }
                    
476            }
                    
477            $extendedSectionCurrent = $this->_extends[$extendedSectionCurrent];
                    
478        }
                    
                
gettext.c git://github.com/vpj/PHP-Extension-API.git | C | 392 lines
                    
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          |
                    
128	NULL,
                    
129	PHP_MINFO(php_gettext),
                    
130	NO_VERSION_YET,
                    
148	if (check_len > PHP_GETTEXT_MAX_MSGID_LENGTH) { \
                    
149		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s passed too long", check_name); \
                    
150		RETURN_FALSE; \
                    
152
                    
153PHP_MINFO_FUNCTION(php_gettext)
                    
154{
                    
344	PHP_GETTEXT_LENGTH_CHECK("msgid1", msgid1_len)
                    
345	PHP_GETTEXT_LENGTH_CHECK("msgid2", msgid2_len)
                    
346
                    
                
Command.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 512 lines
                    
1<?php
                    
2
                    
74    /**
                    
75     * Configures the current command.
                    
76     */
                    
81    /**
                    
82     * Executes the current command.
                    
83     *
                    
158     *
                    
159     * @return Command The current instance
                    
160     */
                    
191     *
                    
192     * @return Command The current instance
                    
193     */
                    
224     *
                    
225     * @return Command The current instance
                    
226     */
                    
                
_panel_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 162 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/bin/easy/Panel.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19    </ul>
                    
27  <div class="headertitle">
                    
28<h1>E:/E/GEAMP/www/openbiz/openbiz/bin/easy/Panel.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="l00026"></a><a class="code" href="class_panel.html">00026</a> <span class="keyword">class </span><a class="code" href="class_panel.html">Panel</a> <span class="keyword">extends</span> <a class="code" href="class_meta_iterator.html">MetaIterator</a> implements <a class="code" href="interfacei_u_i_control.html">iUIControl</a>
                    
                
_zend_server_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 134 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Cache/Backend/ZendServer.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
17      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
                    
18      <li class="current"><a href="files.html"><span>Files</span></a></li>
                    
19      <li><a href="examples.html"><span>Examples</span></a></li>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Cache/Backend/ZendServer.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="l00025"></a>00025 require_once <span class="stringliteral">&#39;Zend/Cache/Backend/Interface.php&#39;</span>;
                    
34<a name="l00026"></a>00026 
                    
35<a name="l00028"></a>00028 require_once <span class="stringliteral">&#39;Zend/Cache/Backend.php&#39;</span>;
                    
36<a name="l00029"></a>00029 
                    
                
index.php http://prohits.googlecode.com/svn/trunk/ | PHP | 257 lines
                    
22$frm_show = '';
                    
23require("../common/site_permission.inc.php");
                    
24require("site_header.php");
                    
49    if(!isset($_SESSION["workingProjectID"]) || $_SESSION["workingProjectID"] != $frm_Projects){
                    
50      $current_Project = new Projects($frm_Projects);  
                    
51      $_SESSION["workingProjectID"] = $current_Project->ID;
                    
51      $_SESSION["workingProjectID"] = $current_Project->ID;
                    
52      $_SESSION["workingProjectName"] = $current_Project->Name;
                    
53      $_SESSION["workingProjectTaxID"] = $current_Project->TaxID;
                    
53      $_SESSION["workingProjectTaxID"] = $current_Project->TaxID;
                    
54      $_SESSION["workingFilterSetID"] = $current_Project->FilterSetID;      
                    
55      $_SESSION["workingDBname"] = $HITS_DB[$current_Project->DBname];      
                    
55      $_SESSION["workingDBname"] = $HITS_DB[$current_Project->DBname];      
                    
56      //$HITSDB->change_db($HITS_DB[$current_Project->DBname]);
                    
57      if($current_Project->Frequency){
                    
                
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/" />
                    
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" />
                    
17<link rel="alternate" type="text/html" title="Plain HTML" href="http://ap-i.net/static/skychart/_export/xhtml/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>
                    
                
viewpos.php http://pos-tracker-temar.googlecode.com/svn/trunk/ | PHP | 308 lines
                    
217        if ($avail_coolant <= 0) {
                    
218            $avail_coolant = ($current_coolant - ($required_coolant * (floor($current_coolant / $required_coolant))));
                    
219        }
                    
223        if ($avail_isotope <= 0) {
                    
224            $avail_isotope = ($current_isotope - ($required_isotope * (floor($current_isotope / $required_isotope))));
                    
225        }
                    
226        if ($avail_ozone <= 0 && $current_pg) {
                    
227            $avail_ozone = ($current_ozone - ((ceil(($current_pg / $total_pg) * $required_ozone)) * (floor($current_ozone / (ceil(($current_pg / $total_pg) * $required_ozone))))));
                    
228        }
                    
229        if ($avail_heavy_water <= 0 && $current_cpu) {
                    
230            $avail_heavy_water = ($current_heavy_water - ((ceil(($current_cpu / $total_cpu) * $required_heavy_water)) * (floor($current_heavy_water / (ceil(($current_cpu / $total_cpu) * $required_heavy_water))))));
                    
231        }
                    
232        if ($avail_charters <= 0 && $required_charters) {
                    
233            $avail_charters = ($current_charters - ($required_charters * (floor($current_charters / $required_charters))));
                    
234        }
                    
                
start.html git://github.com/kazuho/cppref.git | HTML | 208 lines
                    
14<meta name="keywords" content="stl,deque,start" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:deque" />
                    
20<link rel="edit" title="Edit this page" href="/wiki/stl/deque/start?do=edit" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/stl/deque/start" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
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[//><!--
                    
29//--><!]]></script>
                    
30<script type="text/javascript" charset="utf-8" src="/wiki/lib/exe/js.php?tseed=1272971091" ></script>
                    
31
                    
                
next_permutation.html git://github.com/kazuho/cppref.git | HTML | 216 lines
                    
14<meta name="keywords" content="stl,algorithm,next_permutation" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:algorithm" />
                    
20<link rel="edit" title="Edit this page" href="/wiki/stl/algorithm/next_permutation?do=edit" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/stl/algorithm/next_permutation" />
                    
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[//><!--
                    
29//--><!]]></script>
                    
30<script type="text/javascript" charset="utf-8" src="/wiki/lib/exe/js.php?tseed=1272971091" ></script>
                    
31
                    
                
HeaderFooter.php https://PHPExcel.svn.codeplex.com/svn | PHP | 380 lines
                    
4 *
                    
5 * Copyright (c) 2006 - 2007 PHPExcel, Maarten Balliauw
                    
6 *
                    
20 *
                    
21 * @category   PHPExcel
                    
22 * @package    PHPExcel_Worksheet
                    
22 * @package    PHPExcel_Worksheet
                    
23 * @copyright  Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/lgpl.txt	LGPL
                    
29/**
                    
30 * PHPExcel_Worksheet_HeaderFooter
                    
31 *
                    
93 * @package    PHPExcel_Worksheet
                    
94 * @copyright  Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
95 */
                    
                
Currency.php https://code.google.com/p/ecartcommerce/ | PHP | 354 lines
                    
1<?php
                    
2/**
                    
46     */
                    
47    private $_currentCurrencyCode = null;
                    
48
                    
166    {
                    
167        if (null !== $this->_currentCurrencyCode) {
                    
168            return $this->_currentCurrencyCode;
                    
173
                    
174            $this->_currentCurrencyCode = Ecart::session()->currency;
                    
175
                    
178
                    
179            $this->_currentCurrencyCode = Ecart::config()->locale->main->currency;
                    
180
                    
181        } elseif ($this->isExists(Ecart_Locale::DEFAULT_CURRENCY)) {
                    
182            $this->_currentCurrencyCode = Ecart_Locale::DEFAULT_CURRENCY;
                    
183        } else {
                    
                
script_ext_date.cpp git://github.com/scummvm/scummvm.git | C++ | 310 lines
                    
24 * This file is based on WME Lite.
                    
25 * http://dead-code.org/redir.php?target=wmelite
                    
26 * Copyright (c) 2011 Jan Nedoma
                    
191	//////////////////////////////////////////////////////////////////////////
                    
192	// SetCurrentTime
                    
193	//////////////////////////////////////////////////////////////////////////
                    
193	//////////////////////////////////////////////////////////////////////////
                    
194	else if (strcmp(name, "SetCurrentTime") == 0) {
                    
195		stack->correctParams(0);
                    
                
CmpiLinux_SambaShareOptionsProvider.cpp git://pkgs.fedoraproject.org/sblim-cmpi-samba | C++ | 447 lines
                    
10//
                    
11// You can obtain a current copy of the Eclipse Public License from
                    
12// http://www.opensource.org/licenses/eclipse-1.0.php
                    
                
WalkPushConnection.cs git://pkgs.fedoraproject.org/monodevelop | C# | 458 lines
                    
7accompanies this distribution, is reproduced below, and is
                    
8available at http://www.eclipse.org/org/documents/edl-v10.php
                    
9
                    
68	/// <p>
                    
69	/// Push support supplied by this class is not multiuser safe. Concurrent pushes
                    
70	/// to the same repository may yield an inconsistent reference database which may
                    
72	/// <p>
                    
73	/// A single push is concurrently safe with multiple fetch requests, due to the
                    
74	/// careful order of operations used to update the repository. Clients fetching
                    
                
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 *
                    
105				// Takes `form_type` from the db and parses it for form type values and labels
                    
106				// Any un-handled form type will cause this file to just display the current value
                    
107
                    
241
                    
242		// Get the current config values
                    
243		$results = $wowdb->query($sql);
                    
                
 

Source

Language