PageRenderTime 421ms queryTime 23ms sortTime 78ms getByIdsTime 27ms findMatchingLines 29ms

100+ results results for 'php ord repo:gilloud/sermon-manager-for-wordpress' (421 ms)

Not the results you expected?
index.php git://git.savannah.nongnu.org/savane-cleanup.git | PHP | 363 lines
                    
1<?php
                    
2# Manage user preferences
                    
41require_once('../../include/init.php');
                    
42require_once('../../include/timezones.php');
                    
43
                    
98
                    
99  # Reversed comment order
                    
100  if ($form_reverse_comments_order == "1")
                    
151print $HTML->box_top(_('Authentication Setup'));
                    
152print '<a href="change.php?item=password">'._("Change Password").'</a>';
                    
153print '<p class="smaller">'._("This password gives access to the web interface.").'<br />';
                    
167print $HTML->box_nextitem(utils_get_alt_row_color($i));
                    
168print '<a href="editsshkeys.php">';
                    
169if ($keynum > 0)
                    
334
                    
335print '<input type="checkbox" name="form_reverse_comments_order" value="1" '.(user_get_preference("reverse_comments_order") ? 'checked="checked"':'').' /> '._("Print items comments from the oldest to the latest");
                    
336
                    
                
ko.js http://avblog.googlecode.com/svn/trunk/ | JavaScript | 502 lines
                    
36PasteText			: "???? ????",
                    
37PasteWord			: "MS Word ???? ????",
                    
38Print				: "????",
                    
138Done				: "??",
                    
139PasteWordConfirm	: "???? ? ???? MS Word?? ??? ????. ???? ?? MS Word ??? ?????????",
                    
140NotCompatiblePaste	: "? ??? ???????? 5.5 ?? ????? ?????. ??? ???? ?? ???? ???????",
                    
186DlgBtnResetSize		: "?? ???",
                    
187DlgImgBorder		: "???",
                    
188DlgImgHSpace		: "????",
                    
279DlgTableColumns		: "???",
                    
280DlgTableBorder		: "??? ??",
                    
281DlgTableAlign		: "??",
                    
341PasteAsText		: "???? ????",
                    
342PasteFromWord	: "MS Word ???? ????",
                    
343
                    
                
widget-categories.php http://ooxx.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
157		<p>
                    
158			<label for="<?php echo $this->get_field_id( 'order' ); ?>"><?php _e( 'Order:', $this->textdomain ); ?> <code>order</code></label> 
                    
159			<select id="<?php echo $this->get_field_id( 'order' ); ?>" name="<?php echo $this->get_field_name( 'order' ); ?>" class="widefat" style="width:100%;">
                    
164		<p>
                    
165			<label for="<?php echo $this->get_field_id( 'orderby' ); ?>"><?php _e( 'Order By:', $this->textdomain ); ?> <code>orderby</code></label> 
                    
166			<select id="<?php echo $this->get_field_id( 'orderby' ); ?>" name="<?php echo $this->get_field_name( 'orderby' ); ?>" class="widefat" style="width:100%;">
                    
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>
                    
                
board.controller.php http://xe-board.googlecode.com/svn/trunk/ | PHP | 354 lines
                    
1<?php
                    
2    /**
                    
156            // get the relevant data for inserting comment
                    
157            $obj = Context::gets('document_srl','comment_srl','parent_srl','content','password','nick_name','member_srl','email_address','homepage','is_secret','notify_message','use_html');
                    
158            $obj->module_srl = $this->module_srl;
                    
281        /**
                    
282         * @brief check the password for document and comment
                    
283         **/
                    
285            // get the id number of the document and the comment
                    
286            $password = Context::get('password');
                    
287            $document_srl = Context::get('document_srl');
                    
299                // compare the comment password and the user input password
                    
300                if(!$oMemberModel->isValidPassword($oComment->get('password'),$password)) return new Object(-1, 'msg_invalid_password');
                    
301
                    
309                // compare the document password and the user input password
                    
310                if(!$oMemberModel->isValidPassword($oDocument->get('password'),$password)) return new Object(-1, 'msg_invalid_password');
                    
311
                    
                
AdminCarts.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 286 lines
                    
73			'.$this->l('Account registered:').' '.Tools::displayDate($customer->date_add, intval($cookie->id_lang), true).'<br />
                    
74			'.$this->l('Valid orders placed:').' <b>'.$customerStats['nb_orders'].'</b><br />
                    
75			'.$this->l('Total paid since registration:').' <b>'.Tools::displayPrice($customerStats['total_orders'], $currency, false, false).'</b><br />';
                    
83		/* Display order information */
                    
84		$id_order = intval(Order::getOrderByCartId($cart->id));
                    
85		$order = new Order($id_order);
                    
91				echo '
                    
92			<a href="?tab=AdminOrders&id_order='.intval($order->id).'&vieworder&token='.Tools::getAdminToken('AdminOrders'.intval(Tab::getIdFromClassName('AdminOrders')).intval($cookie->id_employee)).'"> '.$this->l('Order #').sprintf('%06d', $order->id).'</a></span>
                    
93			<br /><br />
                    
248							echo '<li style="display: inline; margin: 2px;">
                    
249									<a href="displayImage.php?img='.$data['value'].'&name='.intval($order->id).'-file'.++$i.'" target="_blank"><img src="'._THEME_PROD_PIC_DIR_.$data['value'].'_small" alt="" /></a>
                    
250								</li>';
                    
278		{
                    
279			$this->getList(intval($cookie->id_lang), !Tools::getValue($this->table.'Orderby') ? 'date_add' : NULL, !Tools::getValue($this->table.'Orderway') ? 'DESC' : NULL);
                    
280			$this->displayList();
                    
                
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 -->
                    
29<h1>Class Index</h1><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_X">X</a></div>
                    
30<table align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
                    
31<tr><td><a name="letter_A"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;A&nbsp;&nbsp;</div></td></tr></table>
                    
31<tr><td><a name="letter_A"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;A&nbsp;&nbsp;</div></td></tr></table>
                    
32</td><td><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html">DOMImplementationRegistry</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMTreeWalker.html">DOMTreeWalker</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoDeallocate.html">AutoDeallocate</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMImplementationSource.html">DOMImplementationSource</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMTypeInfo.html">DOMTypeInfo</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoDelete.html">AutoDelete</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLocator.html">DOMLocator</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMUserDataHandler.html">DOMUserDataHandler</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoDeleteArray.html">AutoDeleteArray</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSException.html">DOMLSException</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathEvaluator.html">DOMXPathEvaluator</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoRelease.html">AutoRelease</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSInput.html">DOMLSInput</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathException.html">DOMXPathException</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;D&nbsp;&nbsp;</div></td></tr></table>
                    
33</td><td><a class="el" href="classxercesc_1_1DOMLSOutput.html">DOMLSOutput</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathExpression.html">DOMXPathExpression</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSParser.html">DOMLSParser</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathNamespace.html">DOMXPathNamespace</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMCDATASection.html">DOMCDATASection</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSParserFilter.html">DOMLSParserFilter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSResourceResolver.html">DOMLSResourceResolver</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathResult.html">DOMXPathResult</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMComment.html">DOMComment</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;M&nbsp;&nbsp;</div></td></tr></table>
                    
33</td><td><a class="el" href="classxercesc_1_1DOMLSOutput.html">DOMLSOutput</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathExpression.html">DOMXPathExpression</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSParser.html">DOMLSParser</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathNamespace.html">DOMXPathNamespace</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMCDATASection.html">DOMCDATASection</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSParserFilter.html">DOMLSParserFilter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSResourceResolver.html">DOMLSResourceResolver</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathResult.html">DOMXPathResult</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMComment.html">DOMComment</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;M&nbsp;&nbsp;</div></td></tr></table>
                    
34</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSSerializerFilter.html">DOMLSSerializerFilter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1MemoryManager.html">MemoryManager</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMMemoryManager.html">DOMMemoryManager</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_R"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;R&nbsp;&nbsp;</div></td></tr></table>
                    
35</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNamedNodeMap.html">DOMNamedNodeMap</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structXQillaAllocator_1_1rebind.html">XQillaAllocator::rebind</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;S&nbsp;&nbsp;</div></td></tr></table>
                    
35</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNamedNodeMap.html">DOMNamedNodeMap</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structXQillaAllocator_1_1rebind.html">XQillaAllocator::rebind</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;S&nbsp;&nbsp;</div></td></tr></table>
                    
36</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNodeFilter.html">DOMNodeFilter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1StDOMNode.html">StDOMNode</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNodeIterator.html">DOMNodeIterator</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_X"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;X&nbsp;&nbsp;</div></td></tr></table>
                    
37</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1XMLDeleter.html">XMLDeleter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMNotation.html">DOMNotation</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1XMLPlatformUtils.html">XMLPlatformUtils</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMProcessingInstruction.html">DOMProcessingInstruction</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classXPath2MemoryManager.html">XPath2MemoryManager</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMError.html">DOMError</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMPSVITypeInfo.html">DOMPSVITypeInfo</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classXPath2Result.html">XPath2Result</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMErrorHandler.html">DOMErrorHandler</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMRange.html">DOMRange</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classXQillaAllocator.html">XQillaAllocator</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMException.html">DOMException</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMRangeException.html">DOMRangeException</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classXQillaExpression.html">XQillaExpression</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMStringList.html">DOMStringList</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classXQillaNSResolver.html">XQillaNSResolver</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMText.html">DOMText</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classXQillaPlatformUtils.html">XQillaPlatformUtils</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMImplementationLS.html">DOMImplementationLS</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr></table><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_X">X</a></div>
                    
                
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 -->
                    
37<p><a href="classxercesc_1_1DOMUserDataHandler-members.html">List of all members.</a></p>
                    
38<table border="0" cellpadding="0" cellspacing="0">
                    
39<tr><td colspan="2"><h2>Public Types</h2></td></tr>
                    
94<dl class="since"><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
                    
95<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
                    
96<tr><td valign="top"><em><a class="anchor" id="a8e8bc2ef5f72e1bdae75adcc6d4ced9eadfea26fa9d70e0642b5831e98bd3c934"></a><!-- doxytag: member="NODE_CLONED" ref="a8e8bc2ef5f72e1bdae75adcc6d4ced9eadfea26fa9d70e0642b5831e98bd3c934" args="" -->NODE_CLONED</em>&nbsp;</td><td>
                    
194<dl><dt><b>Parameters:</b></dt><dd>
                    
195  <table border="0" cellspacing="2" cellpadding="0">
                    
196    <tr><td valign="top"></td><td valign="top"><em>operation</em>&nbsp;</td><td>Specifies the type of operation that is being performed on the node. </td></tr>
                    
                
auto_search_table_shell.php http://prohits.googlecode.com/svn/trunk/ | PHP | 376 lines
                    
28  7. get searched resuts file.
                    
29  8. shell > php auto_search_table_shell.php tableName taskID thisScriptURL sleepSec
                    
30  9. check shell process 
                    
59
                    
60$php_command_location = PHP_PATH;
                    
61//maybe it is remote connect prohits server---------
                    
76		$theURL = $_SERVER['argv'][3];
                    
77    $frm_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$theURL) . "autoBackup/download_raw_file.php";
                    
78    
                    
237  //}
                    
238  $tpp_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$tpp_theURL) . "tppTask/tpp_task_shell.php";
                    
239  $tpp_theURL .='?tableName='.$tableName.'&tppTaskID='.$theTask_arr['RunTPP'];
                    
338  writeLog("Get new created files from $tableName machine to Prohits.");
                    
339  $com_backup = PHP_PATH. " " .dirname(dirname(__FILE__))."/autoBackup/raw_backup_shell.php"." 0 ". $tableName;
                    
340  system($com_backup);
                    
                
FormOptionsHelper.php git://github.com/phpwax/phpwax.git | PHP | 273 lines
                    
1<?php
                    
2/**
                    
3 *
                    
4 * @package PHP-Wax
                    
5 * @author Ross Riley
                    
29        "Haiti", "Heard and Mc Donald Islands", "Honduras", "Hong Kong", "Hungary", "Iceland", 
                    
30        "India", "Indonesia", "Ireland", "Israel", "Italy", "Iran", "Iraq", "Jamaica", "Japan", "Jordan", 
                    
31        "Kazakhstan", "Kenya", "Kiribati", "Korea, Republic of", "Korea (South)", "Kuwait", 
                    
                
tools_webftp.php git://github.com/FSB/Fire-Soft-Board-2.git | PHP | 555 lines
                    
133			'U_ACTION' =>			sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir),
                    
134			'U_WEBFTP_NAME' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=name&amp;order_direction=' . (($this->order == 'name') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
135			'U_WEBFTP_TYPE' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=type&amp;order_direction=' . (($this->order == 'type') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
135			'U_WEBFTP_TYPE' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=type&amp;order_direction=' . (($this->order == 'type') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
136			'U_WEBFTP_SIZE' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=size&amp;order_direction=' . (($this->order == 'size') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
137			'U_WEBFTP_PERMS' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=perms&amp;order_direction=' . (($this->order == 'perms') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
137			'U_WEBFTP_PERMS' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=perms&amp;order_direction=' . (($this->order == 'perms') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
138			'U_WEBFTP_DATE' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . '&amp;order=date&amp;order_direction=' . (($this->order == 'date') ? (($this->order_direction == 'asc') ? 'desc' : 'asc') : 'asc')),
                    
139		));
                    
178				
                    
179				'U_DIR' =>		sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . (($key == 'back') ? dirname($this->dir) : '') . '/&amp;order=' . $this->order . '&amp;order_direction=' . $this->order_direction),
                    
180			));
                    
188			{
                    
189				$u_dir = sid('index.' . PHPEXT . '?p=tools_webftp&amp;dir=' . $this->dir . $value['name'] . '/&amp;order=' . $this->order . '&amp;order_direction=' . $this->order_direction);
                    
190			}
                    
                
0918fckconfig.js http://prosporous.googlecode.com/svn/trunk/ | JavaScript | 315 lines
                    
55// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
                    
56// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
                    
57// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
                    
103	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
                    
104	['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
                    
105	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
                    
115	['Style','FontFormat','FontName','FontSize'],
                    
116	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','OrderedList','UnorderedList','-','TextColor','BGColor','-','Link','Unlink','-','Image','Smiley']
                    
117] ;
                    
158FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
159FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
160FCKConfig.FirefoxSpellChecker	= false ;
                    
264// Custom implementations should just ignore it.
                    
265var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
266var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
                
group__rp__security__context__token.html git://pkgs.fedoraproject.org/axis2c | HTML | 115 lines
                    
17    <li>
                    
18      <form action="search.php" method="get">
                    
19        <table cellspacing="0" cellpadding="0" border="0">
                    
28</div>
                    
29<h1>Rp_security_context_token</h1><table border="0" cellpadding="0" cellspacing="0">
                    
30<tr><td></td></tr>
                    
111<a href="http://www.doxygen.org/index.html">
                    
112<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
                    
113</body>
                    
                
simulator.js https://hg01.codeplex.com/social | JavaScript | 0 lines
                    
140            if (!Ext.get(target).hasCls('recorderButton')) {
                    
141                this.getRecorder().record('main', e);
                    
142            }
                    
145            if (!this.recorder) {
                    
146                this.recorder = new Ext.util.EventRecorder();
                    
147                this.recorder.on({
                    
168            if (!this.doRecordWrap) {
                    
169                this.doRecordWrap = Ext.createDelegate(me.doRecord, me);
                    
170            }
                    
185            if (!this.doRecordWrap) {
                    
186                this.doRecordWrap = Ext.createDelegate(me.doRecord, me);
                    
187            }
                    
192
                    
193            window.localStorage.setItem('recordedEvents', JSON.stringify(this.getRecorder().getEventSet('main')));
                    
194        },
                    
                
bltGrHairs.c git://pkgs.fedoraproject.org/blt | C | 545 lines
                    
141static void
                    
142TurnOnHairs(graphPtr, chPtr)
                    
143    Graph *graphPtr;
                    
149	}
                    
150	XDrawSegments(graphPtr->display, Tk_WindowId(graphPtr->tkwin),
                    
151	    chPtr->gc, chPtr->segArr, 2);
                    
234    if (!graphPtr->crosshairs->hidden) {
                    
235	TurnOnHairs(graphPtr, graphPtr->crosshairs);
                    
236    }
                    
243    if (!graphPtr->crosshairs->hidden) {
                    
244	TurnOffHairs(graphPtr->tkwin, graphPtr->crosshairs);
                    
245    }
                    
325
                    
326    if (Blt_ConfigureWidgetComponent(graphPtr->interp, graphPtr->tkwin,
                    
327	    "crosshairs", "Crosshairs", configSpecs, 0, (char **)NULL,
                    
                
silcconnauth-silc_connauth_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 221 lines
                    
6 <meta name="description" content="SILC Secure Internet Live Conferencing" />
                    
7 <meta name="keywords" content="SILC, secure, chat, protocol, cipher, encrypt, SKE" />
                    
8 <meta content="INDEX, FOLLOW" name="ROBOTS" />
                    
20
                    
21<table border="0" cellspacing="0" cellpadding="6" width="100%">
                    
22 <tr valign="top" bgcolor="#dddddd">
                    
30</table>
                    
31<table border="0" cellspacing="0" cellpadding="0" width="100%">
                    
32<tr bgcolor="#444444"><td><img src="space.gif" width="1" height="1"border="0" alt="" ></td></tr>
                    
34
                    
35<table cellpadding="0" cellspacing="0" border="0">
                    
36 <tr valign="top">
                    
131&nbsp;&nbsp;&nbsp; <a href=silchttpserver.html><img src=box2.gif border=0 alt=>SILC HTTP Server Interface</a><br />
                    
132&nbsp;&nbsp;&nbsp; <a href=silchttpphp.html><img src=box2.gif border=0 alt=>SILC HTTP PHP Translator</a><br />
                    
133
                    
                
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";
                    
                
GroupBenchmarkTest.php https://bitbucket.org/zurmo/zurmo/ | PHP | 351 lines
                    
1<?php
                    
2    /*********************************************************************************
                    
29     *
                    
30     * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
                    
31     * these Appropriate Legal Notices must retain the display of the Zurmo
                    
32     * logo and Zurmo copyright notice. If the display of the logo is not reasonably
                    
33     * feasible for technical reasons, the Appropriate Legal Notices must display the words
                    
34     * "Copyright Zurmo Inc. 2015. All rights reserved".
                    
61                $user->lastName     = "Uuuuuu{$i}son";
                    
62                $user->setPassword("uuuuu$i");
                    
63                $this->assertTrue($user->save());
                    
                
ncluasoap.lua git://github.com/leandrojsa/weblua.git | Lua | 281 lines
                    
44--onde colocou-se tal campo dentro da sub-tabela sem nome, apenas para que, ao ser processada a tabela
                    
45--principal, os campos sejam acessados na ordem em que foram definidos, e não em ordem
                    
46--arbitrária definida pela função pairs (usada internamente nesta função).
                    
46--arbitrária definida pela função pairs (usada internamente nesta função).
                    
47--A ordem do processamento dos campos de uma tabela é importante no caso do
                    
48--processamento da tabela de parâmetros a serem passados a um WebService,
                    
48--processamento da tabela de parâmetros a serem passados a um WebService,
                    
49--pois WSs PHP feitos como a biblioteca NuSOAP, não 
                    
50--verificam o nome dos parâmetros, e sim a ordem em que são passados.
                    
51--Assim, o comportamento padrão de acesso aos elementos de uma tabela
                    
52--não garante que os campos serão acessados na mesma ordem em que
                    
53--foram definidos, podendo fazer com que sejam passados os valores
                    
116            --deve-se incluir uma letra qualquer antes do nome da chave, pois alguns
                    
117            --WS (como os em PHP) não suportam chaves numéricas no XML.
                    
118            --Isto é feito apenas quando a função é chamada para gerar o trecho XML para
                    
                
_g_screen_class_8h-source.html git://github.com/Ares-Developers/YRpp.git | HTML | 138 lines
                    
80<a name="l00006"></a>00006 
                    
81<a name="l00007"></a><a class="code" href="class_g_screen_class.html">00007</a> <span class="keyword">class </span><a class="code" href="class_g_screen_class.html">GScreenClass</a> : <span class="keyword">public</span> IGameMap
                    
82<a name="l00008"></a>00008 {
                    
88<a name="l00014"></a>00014         <span class="comment">//IUnknown</span>
                    
89<a name="l00015"></a><a class="code" href="class_g_screen_class.html#9c33e238d7fb96c27316c50a62b09c1e">00015</a>         <span class="keyword">virtual</span> HRESULT __stdcall <a class="code" href="class_g_screen_class.html#9c33e238d7fb96c27316c50a62b09c1e">QueryInterface</a>(REFIID iid,<span class="keywordtype">void</span>** ppvObject) <a class="code" href="_y_r_p_p_core_8h.html#30ab9da60435727bc80839d416461b8f">R0</a>;
                    
90<a name="l00016"></a><a class="code" href="class_g_screen_class.html#f05bed0e103f97e3d4deeac92bcbe5a1">00016</a>         <span class="keyword">virtual</span> ULONG __stdcall <a class="code" href="class_g_screen_class.html#f05bed0e103f97e3d4deeac92bcbe5a1">AddRef</a>() <a class="code" href="_y_r_p_p_core_8h.html#30ab9da60435727bc80839d416461b8f">R0</a>;
                    
100<a name="l00026"></a><a class="code" href="class_g_screen_class.html#531696486b159b0c465c804067229df5">00026</a>         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#531696486b159b0c465c804067229df5">vt_entry_20</a>() RX;
                    
101<a name="l00027"></a><a class="code" href="class_g_screen_class.html#7ab16fb24769cf492dbae8ad5ec1651e">00027</a>         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#7ab16fb24769cf492dbae8ad5ec1651e">vt_entry_24</a>(<span class="keywordtype">int</span>* out_Unknown, <span class="keywordtype">int</span>* out_MouseX, <span class="keywordtype">int</span>* out_MouseY) RX;
                    
102<a name="l00028"></a><a class="code" href="class_g_screen_class.html#07622775f21b0e708106fbd57fc20121">00028</a>         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#07622775f21b0e708106fbd57fc20121">Update</a>(<a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk1, <a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk2) RX;
                    
102<a name="l00028"></a><a class="code" href="class_g_screen_class.html#07622775f21b0e708106fbd57fc20121">00028</a>         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#07622775f21b0e708106fbd57fc20121">Update</a>(<a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk1, <a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk2) RX;
                    
103<a name="l00029"></a><a class="code" href="class_g_screen_class.html#7563b871276b2ed9b46dda24c26ae1e1">00029</a>         virtual <span class="keywordtype">bool</span> <a class="code" href="class_g_screen_class.html#7563b871276b2ed9b46dda24c26ae1e1">vt_entry_2C</a>(<a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk) R0;
                    
104<a name="l00030"></a><a class="code" href="class_g_screen_class.html#6a47b9d6d255e1c5ff367b7aeccb7c60">00030</a>         virtual <span class="keywordtype">bool</span> <a class="code" href="class_g_screen_class.html#6a47b9d6d255e1c5ff367b7aeccb7c60">vt_entry_30</a>(<a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk) R0;
                    
110<a name="l00036"></a>00036         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#5c1ec63dc5a18897ec14ad7cd6110a2e">QueryCursor</a>(<span class="keywordtype">int</span> CursorIndex, <a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk) = 0;
                    
111<a name="l00037"></a>00037         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#2e99b9c6406695f6d6e42b0a98c6b070">SetCursor</a>(<span class="keywordtype">int</span> CursorIndex, <a class="code" href="_y_r_p_p_core_8h.html#d342ac907eb044443153a22f964bf0af">DWORD</a> dwUnk) = 0;
                    
112<a name="l00038"></a>00038         virtual <span class="keywordtype">void</span> <a class="code" href="class_g_screen_class.html#2631bae4872789e87d752c6afbc9aab4">vt_entry_50</a>() = 0;
                    
                
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 */
                    
                
UC_DBClass.php https://git01.codeplex.com/phpdbmanagement | PHP | 440 lines
                    
1<?php
                    
2
                    
2
                    
3require_once 'UC_DBBase.php';
                    
4require_once '/CodeModel_Classes/PHPCodeProvider.php';
                    
4require_once '/CodeModel_Classes/PHPCodeProvider.php';
                    
5require_once '/PHPFileSystem_Classes/UC_PHPFileSystem.php';
                    
6require_once '/PHPFileSystem_Classes/UC_PHPTextStream.php';
                    
6require_once '/PHPFileSystem_Classes/UC_PHPTextStream.php';
                    
7require_once '/PHPFileSystem_Classes/UC_PHPIOMode.php';
                    
8
                    
368        $options = new CodeGeneratorOptions();
                    
369        $options->set_VerbatimOrder(false);
                    
370        $writer = new IndentedTextWriter();
                    
370        $writer = new IndentedTextWriter();
                    
371        $provider = new PHPCodeProvider();
                    
372
                    
                
user_waiting.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 222 lines
                    
122{
                    
123    $sql .= " ORDER BY `" . $orderby . "` " . $ordertype;
                    
124    $base_url .= "&amp;sortby=" . $orderby . "&amp;sorttype=" . $ordertype;
                    
164{
                    
165    if ( $orderby == $order and $ordertype == 'ASC' )
                    
166    {
                    
166    {
                    
167        $head_tds[$order]['href'] = NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=user_waiting&amp;sortby=" . $order . "&amp;sorttype=DESC";
                    
168        $head_tds[$order]['title'] .= " &darr;";
                    
169    }
                    
170    elseif ( $orderby == $order and $ordertype == 'DESC' )
                    
171    {
                    
171    {
                    
172        $head_tds[$order]['href'] = NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=user_waiting&amp;sortby=" . $order . "&amp;sorttype=ASC";
                    
173        $head_tds[$order]['title'] .= " &uarr;";
                    
                
fck_table.html http://cfbbs.googlecode.com/svn/trunk/ | HTML | 254 lines
                    
5 * Licensed under the terms of the GNU Lesser General Public License:
                    
6 * 		http://www.opensource.org/licenses/lgpl-license.php
                    
7 * 
                    
30// Gets the document DOM
                    
31var oDOM = oEditor.FCK.EditorDocument ;
                    
32
                    
74		document.getElementById('txtHeight').value		= iHeight ;
                    
75		document.getElementById('txtBorder').value		= table.border ;
                    
76		document.getElementById('selAlignment').value	= table.align ;
                    
106	table.height		= document.getElementById('txtHeight').value ;
                    
107	table.border		= document.getElementById('txtBorder').value ;
                    
108	table.align			= document.getElementById('selAlignment').value ;
                    
177									<tr>
                    
178										<td><span fckLang="DlgTableBorder">Border size</span>:</td>
                    
179										<td>&nbsp;<INPUT id="txtBorder" type="text" maxLength="2" size="2" value="1" name="txtBorder" onkeypress="return IsDigit(event);"></td>
                    
                
dyhbframe-entry-documents.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 194 lines
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
85<LI><SPAN></SPAN><SPAN class=comment>/**&nbsp;????&nbsp;*/</SPAN><SPAN>&nbsp;&nbsp;</SPAN></SPAN></LI>
                    
86<LI class=alt><SPAN></SPAN><SPAN class=keyword>require_once</SPAN><SPAN>&nbsp;('../../../DoYouHaoBaby/DoYouHaoBaby.php'); &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
87<LI><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
102		<p>
                    
103			?????<span style="color: #008000"><strong>D:\phpcondition\htdocs\doyouhaobaby/TestApp/index.php</strong></span></p>
                    
104		<p>
                    
115<OL class=dp-c>
                    
116<LI class=alt><SPAN><SPAN class=keyword>require_once</SPAN><SPAN>&nbsp;('../../../DoYouHaoBaby/DoYouHaoBaby.php');&nbsp;&nbsp;&nbsp;&nbsp;</SPAN></SPAN></LI></OL></DIV>
                    
117		<p>
                    
166				<li>
                    
167					<span>???????????????????????????????????</span><span style="color: #008000"><span><strong>index.php</strong></span></span><span>?????????</span><span style="color: #008000"><span><strong>admin.php</strong></span></span><span>??</span></li>
                    
168			</ul>
                    
                
blocks.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 251 lines
                    
142					      {
                    
143					         content : "<iframe src=\"' . NV_BASE_ADMINURL . 'index.php?' . NV_NAME_VARIABLE . '=themes&' . NV_OP_VARIABLE . '=block_content&bid="+bid+"&blockredirect=' . nv_base64_encode( $client_info['selfurl'] ) . '\" border=\"1\" frameborder=\"0\" style=\"width:780px;height:450px\"></iframe>",
                    
144					         player : "html",
                    
157							url: "index.php?' . NV_NAME_VARIABLE . '=' . $module_name . '&' . NV_OP_VARIABLE . '=blocks_change_order_group",
                    
158							data: "order="+order+"&bid="+bid,
                    
159							success: function(data){
                    
159							success: function(data){
                    
160								window.location="index.php?' . NV_NAME_VARIABLE . '=' . $module_name . '&' . NV_OP_VARIABLE . '=blocks";
                    
161							}
                    
166						var module = $(this).val();
                    
167						window.location="index.php?' . NV_NAME_VARIABLE . '=' . $module_name . '&' . NV_OP_VARIABLE . '=blocks_func&module="+module;
                    
168					});
                    
181						if (confirm(" ' . $lang_module['block_weight_confirm'] . '")){
                    
182							$.post("' . NV_BASE_ADMINURL . 'index.php?' . NV_NAME_VARIABLE . '=themes&' . NV_OP_VARIABLE . '=blocks_reset_order", "checkss=' . md5( $selectthemes . $global_config['sitekey'] . session_id() ) . '", function(theResponse){
                    
183								alert(theResponse);
                    
                
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>
                    
                
cache-api.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 147 lines
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
45<p>
                    
46			???????????????????????????<span style="color: rgb(0, 128, 0);"><strong>Dyhb.class.php</strong></span> ?????<span style="color: rgb(0, 128, 0);"><strong>DoYouHaoBaby\LibPHP\App\Lib\Dyhb.class.php</strong></span>?</p>
                    
47		<p>
                    
71<LI><SPAN><SPAN class=comment>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</SPAN><SPAN>&nbsp;&nbsp;</SPAN></SPAN></LI>
                    
72<LI class=alt><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN class=keyword>static</SPAN><SPAN>&nbsp;</SPAN><SPAN class=keyword>public</SPAN><SPAN>&nbsp;function&nbsp;cache($sId,array&nbsp;$arrOption=</SPAN><SPAN class=keyword>null</SPAN><SPAN>,$sBackendClass=</SPAN><SPAN class=keyword>null</SPAN><SPAN>){} &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
73<LI><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
88<LI class=alt><SPAN><SPAN class=comment>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</SPAN><SPAN>&nbsp;&nbsp;</SPAN></SPAN></LI>
                    
89<LI><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN class=keyword>static</SPAN><SPAN>&nbsp;</SPAN><SPAN class=keyword>public</SPAN><SPAN>&nbsp;function&nbsp;writeCache($sId,$Data,array&nbsp;$arrOption=</SPAN><SPAN class=keyword>null</SPAN><SPAN>,$sBackendClass=</SPAN><SPAN class=keyword>null</SPAN><SPAN>){} &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
90<LI class=alt><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
104<LI class=alt><SPAN><SPAN class=comment>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</SPAN><SPAN>&nbsp;&nbsp;</SPAN></SPAN></LI>
                    
105<LI><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN class=keyword>static</SPAN><SPAN>&nbsp;</SPAN><SPAN class=keyword>public</SPAN><SPAN>&nbsp;function&nbsp;deleteCache($sId,array&nbsp;$arrOption=</SPAN><SPAN class=keyword>null</SPAN><SPAN>,$sBackendClass=</SPAN><SPAN class=keyword>null</SPAN><SPAN>){}&nbsp;&nbsp;</SPAN></SPAN></LI></OL></DIV></p>
                    
106		<p>
                    
                
Fl_Input.H http://luafltk.googlecode.com/svn/trunk/ | C Header | 265 lines
                    
24//
                    
25//     http://www.fltk.org/str.php
                    
26//
                    
44  
                    
45  <CENTER><TABLE border=1 WIDTH=90% summary="Fl_Input keyboard and mouse bindings.">
                    
46  
                    
47  <TR><TD WIDTH=200><B>Mouse button 1</B></TD><TD>Moves the cursor to
                    
48  this point. Drag selects characters.  Double click selects words.
                    
49  Triple click selects all text.  Shift+click extends the selection.
                    
120  <!-- NEW PAGE -->
                    
121  <center><table border=1 summary="Character Composition Table">
                    
122  <caption align="top">Character Composition Table</caption>
                    
                
logs.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
129
                    
130$order['lang']['order'] = filter_text_input( 'order_lang', 'get', 'NO' );
                    
131$order['module']['order'] = filter_text_input( 'order_module', 'get', 'NO' );
                    
143		"url" => $base_url . "&amp;order_" . $key . "=" . $opposite_order[$order[$key]['order']],  //
                    
144		"title" => sprintf ( $lang_module['filter_order_by'], $lang_order_2[$key] ) . " " . $lang_order_1[$order[$key]['order']]  //
                    
145	); 
                    
149{
                    
150	$sql .= " ORDER BY `lang` " . $order['lang']['order'];
                    
151}
                    
153{
                    
154	$sql .= " ORDER BY `module_name` " . $order['module']['order'];
                    
155}
                    
157{
                    
158	$sql .= " ORDER BY `log_time` " . $order['time']['order'];
                    
159}
                    
                
mostlyce.php http://miacms.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2/**
                    
12global $mosConfig_live_site, $jspath, $mosConfig_absolute_path, $adminside;
                    
13include($mosConfig_absolute_path."mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php");
                    
14
                    
50	global $adminside, $mosConfig_secret, $mosConfig_cachetime;
                    
51	include($mosConfig_absolute_path."mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php");
                    
52
                    
88
                    
89    //Check access level and MOStlyCE Admin preference.  Set editor items accordingly.  
                    
90    //Script Elements (Only loads for Admin)
                    
172	Notes: 
                    
173	* The TinyMCE PHP gzip compressor cannot and will not work if zlib compression is already enabled on the server.
                    
174	* If they requested editor compression run the checks otherwise don't waste the cycles
                    
260		function fileBrowserCallBack(field_name, url, type, win) {
                    
261		var connector = "$jspath/mambots/editors/mostlyce/jscripts/tiny_mce/filemanager/browser.php?Connector=connectors/php/connector.php";
                    
262		var enableAutoTypeSelection = false;
                    
                
article.html http://phpfor.googlecode.com/svn/trunk/ | HTML | 194 lines
                    
7            <{if $key == "seo"}>
                    
8                <span class="tab"><span><a href="index.php?ctl=sale/tools&act=seo"><{$item}></a></span></span>
                    
9            <{else}>
                    
51                        <{button style='font-size:12px;' type="button"  label="?????" }>
                    
52                        <span value="<{$article_list_meta_key_words_default}>"><{$article_list_meta_key_words_default_name}></span>
                    
53                    </div>
                    
59                    <{setting key="site.article_list_meta_desc" namespace="setting" style="width:360px" display='false'}>
                    
60                    <div class="seo-tip" style=" border:1px solid #c7deff; background:#f5f9ff;display:none;  padding:5px; line-height:25px; margin:5px 0px; width:350px;">
                    
61                        <{foreach from=$article_list_defTag item=ald key=key}>
                    
103                        <{button style='font-size:12px;' type="button" label="?????" }>
                    
104                        <span value="<{$article_meta_key_words_default}>"><{$article_meta_key_words_default_name}></span>
                    
105                    </div>
                    
113                        <{foreach from=$article_defTag item=adt key=key}>
                    
114                            <button class="span1" title="<{$adt.name}>" type="button" svalue="<{$adt.value}>" style="color:#1b4d91; border:1px solid #98bbd2;line-height:20px; height:24px; margin:2px; cursor:pointer; background:#d6edf4;"><{$adt.name}></button>
                    
115                        <{/foreach}>
                    
                
controllers.rb http://ruby-taskr.googlecode.com/svn/trunk/ | Ruby | 344 lines
                    
107          action_class = get_action_class(params[:action_class_name])
                    
108          action = TaskAction.new(:order => params[:order] || (@task.task_actions.maximum(:order)+1) || num, :action_class_name => action_class.to_s)
                    
109
                    
126      
                    
127      @task.reload # Ensure any updates to the record goes in
                    
128      
                    
186      begin
                    
187        # the "0" is for compatibility with PHP's Zend_Rest_Client
                    
188        task_data = @input['task'] || @input["0"] || @input
                    
240          
                    
241          action = TaskAction.new(:order => a[:order] || i, :action_class_name => action_class_name)
                    
242          $LOG.debug "Action should be initialized and ready for creation: #{action.inspect}"
                    
338                        input['task_id'], !@since.blank?, @since, @level],
                    
339        :order => 'timestamp DESC, id DESC')
                    
340      
                    
                
comites_controller.php http://learning-circles.googlecode.com/svn/trunk/ | PHP | 251 lines
                    
1<?php
                    
2class ComitesController extends AppController {
                    
62			if ($this->Comite->save($this->data)) {
                    
63				$id_registro=$this->Comite->find('first',array('conditions'=>array('Comite.zona_id'=>$form),'order'=>array('Comite.created'=>'DESC')));
                    
64				$id_registro=$id_registro['Comite']['id'];				
                    
                
config.php http://wowroster-addons.googlecode.com/svn/trunk/ | PHP | 324 lines
                    
39	{
                    
40		global $wordings, $roster_conf;
                    
41		
                    
41		
                    
42		$this->form_start = "<form action=\"\" method=\"post\" enctype=\"multipart/form-data\" id=\"config\"  onsubmit=\"return confirm('".$wordings[$roster_conf['roster_lang']]['confirm_config_submit']."') && submitonce(this)\">\n";
                    
43		$this->submit_button = "<input type=\"submit\" value=\"Save Settings\" />\n<input type=\"reset\" name=\"Reset\" value=\"Reset\" onClick=\"return confirm('".$wordings[$roster_conf['roster_lang']]['confirm_config_reset']."')\"/>\n<input type=\"hidden\" name=\"process\" value=\"process\" />\n<br /><br />\n";
                    
71	{
                    
72		global $wordings, $roster_conf;
                    
73
                    
77		{
                    
78			$menu .= '    <li'.(($type == $this->db_values['master']['startpage']['value']) ? ' class="selected"' : '').'><a href="#" rel="'.$type.'">'.$wordings[$roster_conf['roster_lang']]['admin'][$type].'</a></li>'."\n";
                    
79		}
                    
99			$i = 0;
                    
100			$html .= "<div id=\"$type\" style=\"display:none;\">\n".border('sblue','start',$wordings[$roster_conf['roster_lang']]['admin'][$type])."\n<table cellspacing=\"0\" cellpadding=\"0\" class=\"bodyline\">\n";
                    
101
                    
                
WrapperTypeDef.cpp https://Phalanger.svn.codeplex.com/svn | C++ | 443 lines
                    
13//
                    
14// ExtSupport - substitute for php4ts.dll/php5ts.dll
                    
15//
                    
32
                    
33using namespace PHP::Core;
                    
34using namespace PHP::ExtManager;
                    
35
                    
36namespace PHP
                    
37{
                    
42		/// <summary>
                    
43		/// Adds a parameter type information (left-to-right order).
                    
44		/// </summary>
                    
88					ParameterTypeInfo ^info = Params[i]->Clone();
                    
89					info->ParamType = (info->IsOut ? PHP::Core::PhpReference::typeid : Object::typeid);
                    
90
                    
                
??????????????????.htm http://xinhaining-dianjian-delphi.googlecode.com/svn/trunk/ | HTML | 262 lines
                    
109                <TD width=311><FONT color=#00FF00>???:</FONT><font color="#FFFFFF"> 
                    
110                  <input type="text" name="UserID" maxlength="16" size="9"style="BORDER-RIGHT: #336aa8 1px double; BORDER-TOP: #336aa8 1px double; BORDER-LEFT: #336aa8 1px double; COLOR: #336aa8; BORDER-BOTTOM: #336aa8 1px double" >
                    
111                  </font><FONT color=#00FF00> ??:</FONT><font color="#FFFFFF">
                    
111                  </font><FONT color=#00FF00> ??:</FONT><font color="#FFFFFF">
                    
112<input type="password" name="Password" maxlength="16" size="9"style="BORDER-RIGHT: #336aa8 1px double; BORDER-TOP: #336aa8 1px double; BORDER-LEFT: #336aa8 1px double; COLOR: #336aa8; BORDER-BOTTOM: #336aa8 1px double" >
                    
113                  </font> <input type=hidden name=validate1 value="haredogQW1" >
                    
184                  <td width="121"><div align="center"><font color="#FFFFFF"> 
                    
185                      <input type="text" name="add" size="16" style="BORDER-RIGHT: #336aa8 1px double; BORDER-TOP: #336aa8 1px double; BORDER-LEFT: #336aa8 1px double; COLOR: #336aa8; BORDER-BOTTOM: #336aa8 1px double" >
                    
186                      </font></div></td>
                    
189                      </font></div></td>
                    
190                  <td ><div align="center"><font color="#990000">?????</font><a href="index.php?_id=18&add=%B5%E7%C1%A6"class=a2>??</a> 
                    
191                        <a href="index.php?_id=18&add=%D3%C5%CC%D8%B5%E7%C1%A6"class=a2>??</a> 
                    
233<td height="20"><font color=black>??????????</font></td>
                    
234<td height="20"><font color=black>???????</font></td><td height="20"><a href="javascript:;" title="??????" class="rlink" onclick="window.open('content.php?name1=??????????','card','resizable,scrollbars,dependent,width=500,height=300');"><div align="center">??</div></a></td></tr></table>        <table width="98%" border="0" align="center" cellpadding="0" cellspacing="4">
                    
235          <tr> 
                    
                
ajax.php https://code.google.com/p/cids/ | PHP | 227 lines
                    
1<?php
                    
2include_once '../config.php';
                    
2include_once '../config.php';
                    
3include_once '../opendb.php';
                    
4include_once 'select.php';
                    
94//                   onclick="changePage($('limit').options[$('limit').selectedIndex].value, 0, $('search').value);" />
                    
95//            <input type="text" id="search" value="<php echo @$select->search; >" style="width: 350px;" />
                    
96//        </p>";
                    
100    echo $navigation_search;
                    
101    echo "<form action='admin.php' method='post' enctype='multipart/form-data'>";
                    
102    echo display($state, $limit, $offset, $search, $field);
                    
135
                    
136include_once '../closedb.php';
                    
137
                    
175                            <legend style='background-color: #3885cc; color:white;
                    
176                                    -moz-border-radius: 6px 6px 6px 6px;
                    
177                                    -webkit-border-radius: 6px 6px 6px 6px;'>
                    
                
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
                    
182					'.((isset($confValues['PS_SHIPPING_METHOD']) AND $confValues['PS_SHIPPING_METHOD'] == 0) ? 'checked="checked"' : '').'/>
                    
183					<label class="t" for="total_price"> '.$this->l('According to total price').'</label><br />
                    
184					<input type="radio" name="PS_SHIPPING_METHOD" value="1" id="total_weight"
                    
185					'.((!isset($confValues['PS_SHIPPING_METHOD']) OR $confValues['PS_SHIPPING_METHOD'] == 1) ? 'checked="checked"' : '').'/>
                    
186					<label class="t" for="total_weight"> '.$this->l('According to total weight').'</label>
                    
187				</div>
                    
282			echo '<tr>
                    
283					<td colspan="'.(sizeof($ranges) + 1).'" class="center" style="border-bottom: none; height: 40px;">
                    
284						<input type="hidden" name="submitFees'.$this->table.'" value="1" />';
                    
                
convert-ly.py git://git.savannah.gnu.org/lilypond.git | Python | 391 lines
                    
108    p.add_option ("-l", "--loglevel",
                    
109                  help=_ ("Print log messages according to LOGLEVEL "
                    
110                          "(NONE, ERROR, WARNING, PROGRESS (default), DEBUG)"),
                    
157            _ ("Report bugs via %s")
                    
158            % 'http://post.gmane.org/post.php'
                    
159            '?group=gmane.comp.gnu.lilypond.bugs') + '\n')
                    
                
SluggableBehavior.php git://github.com/infinitas/infinitas.git | PHP | 342 lines
                    
1<?php
                    
2	/**
                    
8	 * @version $Revision: 36 $
                    
9	 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
                    
10	 * @package Infinitas.Libs.Model.Behavior
                    
43		 * - overwrite: (boolean, optional) set to true if slugs should be re-generated when
                    
44		 * 				updating an existing record. DEFAULTS TO: false
                    
45		 *
                    
                
group__axutil__md5.html git://pkgs.fedoraproject.org/axis2c | HTML | 284 lines
                    
17    <li>
                    
18      <form action="search.php" method="get">
                    
19        <table cellspacing="0" cellpadding="0" border="0">
                    
31[<a class="el" href="group__axis2__util.html">utilities</a>]</small>
                    
32</h1><table border="0" cellpadding="0" cellspacing="0">
                    
33<tr><td></td></tr>
                    
116MD5 in one step. <dl compact><dt><b>Parameters:</b></dt><dd>
                    
117  <table border="0" cellspacing="2" cellpadding="0">
                    
118    <tr><td valign="top"></td><td valign="top"><em>env,pointer</em>&nbsp;</td><td>to the env struct. </td></tr>
                    
144Creates md5_ctx struct, which is used for the MD5 message-digest operation. Initialization of the struct is done during the creation process. <dl compact><dt><b>Parameters:</b></dt><dd>
                    
145  <table border="0" cellspacing="2" cellpadding="0">
                    
146    <tr><td valign="top"></td><td valign="top"><em>env,pointer</em>&nbsp;</td><td>to the env struct. </td></tr>
                    
179Frees the md5_ctx struct <dl compact><dt><b>Parameters:</b></dt><dd>
                    
180  <table border="0" cellspacing="2" cellpadding="0">
                    
181    <tr><td valign="top"></td><td valign="top"><em>md5_ctx,pointer</em>&nbsp;</td><td>to struct to free. </td></tr>
                    
                
ODe_Style_Style.h git://pkgs.fedoraproject.org/abiword | C Header | 350 lines
                    
78    
                    
79    // Defines the style from attributes and properties of an AbiWord <cell>.
                    
80    void fetchAttributesFromAbiCell(const PP_AttrProp* pAP);
                    
193        void write(UT_UTF8String& rOutput, const UT_UTF8String& rSpacesOffset) const ;
                    
194        ParagraphProps& operator=(const ParagraphProps& rParagraphProps);
                    
195        bool operator==(const ParagraphProps& rParagraphProps) const;
                    
306
                    
307        UT_UTF8String m_leftThickness;   // part of fo:border-left
                    
308        UT_UTF8String m_leftColor;       // part of fo:border-left
                    
334        UT_UTF8String m_borderLeft;      // fo:border-left
                    
335        UT_UTF8String m_borderRight;     // fo:border-right
                    
336        UT_UTF8String m_borderTop;       // fo:border-top
                    
336        UT_UTF8String m_borderTop;       // fo:border-top
                    
337        UT_UTF8String m_borderBottom;    // fo:border-bottom
                    
338        UT_UTF8String m_wrap;            // style:wrap
                    
                
comment.php http://lazycms.googlecode.com/svn/trunk/ | PHP | 358 lines
                    
248                    'title'    => $title,
                    
249                    'keywords' => post_get_taxonomy($post['keywords']),
                    
250                    'description' => $post['description'],
                    
265                // ????
                    
266                $order  = tpl_get_attr($block['tag'],'order');
                    
267                // ?????
                    
271                $number = validate_is($number,VALIDATE_IS_NUMERIC) ? $number : 10;
                    
272                $order  = instr(strtoupper($order),'ASC,DESC') ? $order : 'DESC';
                    
273                // ????
                    
276                $db = get_conn(); $i = $length = 0; $page = 1;
                    
277                $rs = $db->query("SELECT * FROM `#@_comment` WHERE `postid`=%d AND `approved`='1' ORDER BY `cmtid` {$order};", $post['postid']);
                    
278                $total = $db->result(sprintf("SELECT COUNT(`cmtid`) FROM `#@_comment` WHERE `postid`=%d AND `approved`='1';", $post['postid']));
                    
319                            'pagelist' => pages_list(ROOT.$basename.'_$'.$suffix, '!_$', $page, $pages, $length),
                    
320                            'keywords' => post_get_taxonomy($post['keywords']),
                    
321                            'description' => $post['description'],
                    
                
loop.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 205 lines
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
69<LI><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
70<LI class=alt><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>endfor</SPAN><SPAN>;&nbsp;?&gt; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
71<LI><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
121<LI><SPAN>&nbsp;&nbsp;</SPAN></LI>
                    
122<LI class=alt><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>endfor</SPAN><SPAN>;&nbsp;?&gt;&nbsp;&nbsp;</SPAN></SPAN></LI></OL></DIV></p>
                    
123		<p>
                    
155<LI class=alt><SPAN><SPAN>&lt;?php&nbsp;!defined('DYHB_PATH')&nbsp;&amp;&amp;&nbsp;</SPAN><SPAN class=func>exit</SPAN><SPAN>;&nbsp;</SPAN><SPAN class=comment>/*&nbsp;DoYouHaoBaby&nbsp;Framework&nbsp;??????&nbsp;????:2002-01-13&nbsp;00:45:13&nbsp;&nbsp;*/</SPAN><SPAN>&nbsp;?&gt; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
156<LI><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>for</SPAN><SPAN>(&nbsp;</SPAN><SPAN class=vars>$i</SPAN><SPAN>=1;</SPAN><SPAN class=vars>$i</SPAN><SPAN>&lt;10;</SPAN><SPAN class=vars>$i</SPAN><SPAN>++&nbsp;):&nbsp;?&gt; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
157<LI class=alt><SPAN>&nbsp;&nbsp;&nbsp;The&nbsp;DoYouHaoBaby&nbsp;Framework&nbsp;-&nbsp;????</SPAN><SPAN class=keyword>for</SPAN><SPAN>&nbsp;&lt;br&gt;&nbsp; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
157<LI class=alt><SPAN>&nbsp;&nbsp;&nbsp;The&nbsp;DoYouHaoBaby&nbsp;Framework&nbsp;-&nbsp;????</SPAN><SPAN class=keyword>for</SPAN><SPAN>&nbsp;&lt;br&gt;&nbsp; &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
158<LI><SPAN>&lt;?php&nbsp;</SPAN><SPAN class=keyword>endfor</SPAN><SPAN>;&nbsp;?&gt;&nbsp;&nbsp;</SPAN></SPAN></LI></OL></DIV></p>
                    
159		<p>
                    
                
sysvmsg.c git://pkgs.fedoraproject.org/php | C | 478 lines
                    
9  | available through the world-wide-web at the following url:           |
                    
10  | http://www.php.net/license/3_01.txt                                  |
                    
11  | If you did not receive a copy of the PHP license and are unable to   |
                    
12  | obtain it through the world-wide-web, please send a note to          |
                    
13  | license@php.net so we can mail you a copy immediately.               |
                    
14  +----------------------------------------------------------------------+
                    
36#define PHP_MSG_NOERROR		2
                    
37#define PHP_MSG_EXCEPT		4
                    
38
                    
145{
                    
146	php_info_print_table_start();
                    
147	php_info_print_table_row(2, "sysvmsg support", "enabled");
                    
342
                    
343	messagebuffer = (struct php_msgbuf *) safe_emalloc(maxsize, 1, sizeof(struct php_msgbuf));
                    
344
                    
                
prepend.inc.php http://scalr.googlecode.com/svn/ | PHP | 340 lines
                    
82	require_once(SRCPATH."/exceptions/class.ApplicationException.php");
                    
83	require_once(SRCPATH."/class.UI.php");
                    
84	require_once(SRCPATH."/class.Debug.php");
                    
116	Core::Load("UI/Smarty/Smarty_Compiler.class.php", LIBPATH);		
                    
117	Core::Load("NET/Mail/PHPMailer");
                    
118	Core::Load("NET/Mail/PHPSmartyMailer");
                    
189	// Define log4php contants
                    
190	define("LOG4PHP_DIR", LIBPATH.'/IO/Logging/log4php/src/main/php');
                    
191	define("LOG4PHP_CONFIGURATION", APPPATH.'/etc/log4php.xml');
                    
204
                    
205	require_once(LOG4PHP_DIR . '/LoggerManager.php');
                    
206		
                    
272    require_once (APPPATH.'/observers/interface.IDeferredEventObserver.php');
                    
273    require_once (APPPATH.'/observers/interface.IEventObserver.php');
                    
274                    
                    
                
dns_zone_add.tpl http://scalr.googlecode.com/svn/ | Smarty Template | 267 lines
                    
207	<tr>
                    
208		<td width="20%"><input {if $zone.records[id].issystem == 1 && $zone.allow_manage_system_records == 0}disabled{/if} type="text" class="text" name="records[{$smarty.section.id.iteration}][name]" size=30 value="{$zone.records[id].name}"></td>
                    
209		<td width="6%"><input {if $zone.records[id].issystem == 1 && $zone.allow_manage_system_records == 0}disabled{/if} type="text" class="text" name="records[{$smarty.section.id.iteration}][ttl]" size=6 value="{$zone.records[id].ttl}"></td>
                    
219		<td colspan="2"> 
                    
220			<input {if $zone.records[id].issystem == 1 && $zone.allow_manage_system_records == 0}disabled{/if} onclick="{literal}if (this.value == 'priority') { this.value=''; } {/literal}" id="ed_{$smarty.section.id.iteration}" size="5" style="display:{if $zone.records[id].type != "MX" && $zone.records[id].type != "SRV"}none{/if};" type="text" class="text" name="records[{$smarty.section.id.iteration}][priority]" value="{$zone.records[id].priority}" size=30> 
                    
221			<input {if $zone.records[id].issystem == 1 && $zone.allow_manage_system_records == 0}disabled{/if} onclick="{literal}if (this.value == 'weight') { this.value=''; } {/literal}" id="ed_{$smarty.section.id.iteration}_weight" size="5" style="display:{if $zone.records[id].type != "SRV"}none{/if};" type="text" class="text" name="records[{$smarty.section.id.iteration}][weight]" value="{$zone.records[id].weight}" size=30>
                    
222			<input {if $zone.records[id].issystem == 1 && $zone.allow_manage_system_records == 0}disabled{/if} onclick="{literal}if (this.value == 'port') { this.value=''; } {/literal}" id="ed_{$smarty.section.id.iteration}_port" size="5" style="display:{if $zone.records[id].type != "SRV"}none{/if};" type="text" class="text" name="records[{$smarty.section.id.iteration}][port]" value="{$zone.records[id].port}" size=30>
                    
223			<input {if $zone.records[id].issystem == 1 && $zone.allow_manage_system_records == 0}disabled{/if} class="text" type=text id="zone[records][{$smarty.section.id.iteration}][rvalue]" name="records[{$smarty.section.id.iteration}][value]" size=60 value="{$zone.records[id].value}">
                    
224		</td>
                    
248			<input onclick="{literal}if (this.value == 'priority') { this.value=''; } {/literal}" id="ad_{$new_record_id}" size="5" style="display:none;" type="text" class="text" name="records[n{$new_record_id}][priority]" value="priority" size=30> 
                    
249			<input onclick="{literal}if (this.value == 'weight') { this.value=''; } {/literal}" id="ad_{$new_record_id}_weight" size="5" style="display:none;" type="text" class="text" name="records[n{$new_record_id}][weight]" value="weight" size=30>
                    
250			<input onclick="{literal}if (this.value == 'port') { this.value=''; } {/literal}" id="ad_{$new_record_id}_port" size="5" style="display:none;" type="text" class="text" name="records[n{$new_record_id}][port]" value="port" size=30>
                    
250			<input onclick="{literal}if (this.value == 'port') { this.value=''; } {/literal}" id="ad_{$new_record_id}_port" size="5" style="display:none;" type="text" class="text" name="records[n{$new_record_id}][port]" value="port" size=30>
                    
251			<input type="text" class="text" id="records[{$new_record_id}][rvalue]" name="records[n{$new_record_id}][value]" size=60 />
                    
252		</td>
                    
                
RegisteredCharacter.php https://code.google.com/p/yapeal/ | PHP | 309 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 *
                    
6 *
                    
7 * LICENSE: This file is part of Yet Another Php Eve Api library also know
                    
8 * as Yapeal which will be used to refer to it in the rest of this license.
                    
41  $mess = basename(__FILE__)
                    
42    . ' must be included it can not be ran directly.' . PHP_EOL;
                    
43  if (PHP_SAPI != 'cli') {
                    
77  /**
                    
78   * Set to TRUE if a database record exists.
                    
79   * @var bool
                    
80   */
                    
81  private $recordExists;
                    
82  /**
                    
                
default.php http://jfusion.googlecode.com/svn/trunk/ | PHP | 250 lines
                    
101            <?php if ($record->name == 'joomla_int'): //joomla_int must be treated separately?>
                    
102                <a href="index.php?option=com_jfusion&task=plugineditor&jname=<?php echo $record->name; ?>" title="Edit Plugin"><img src="<?php echo $images ?>edit.png" alt="Edit Plugin" /></a>
                    
103                <img src="<?php echo $images ?>copy_icon_dim.png" />
                    
106            <?php elseif (!empty($record->copies)): //cannot delete copies?>
                    
107                <a href="index.php?option=com_jfusion&task=plugineditor&jname=<?php echo $record->name; ?>" title="Edit Plugin"><img src="<?php echo $images ?>edit.png" alt="Edit Plugin" /></a>
                    
108                <a href="javascript: void(0)" onclick="copy_plugin('index.php?option=com_jfusion&task=copy_plugin&jname=<?php echo $record->name; ?>')" title="Copy Plugin"><img src="<?php echo $images ?>copy_icon.png" alt="Copy Plugin" /></a>
                    
110                <?php if ($record->wizard): ?>
                    
111            	<a href="index.php?option=com_jfusion&task=wizard&jname=<?php echo $record->name; ?>" title="Plugin Wizard"><img src="<?php echo $images ?>wizard_icon.png" alt="Plugin Wizard" /></a>
                    
112                <?php else :?>
                    
115            <?php else: //all others?>
                    
116                <a href="index.php?option=com_jfusion&task=plugineditor&jname=<?php echo $record->name; ?>" title="Edit Plugin"><img src="<?php echo $images ?>edit.png" alt="Edit Plugin" /></a>
                    
117                <a href="javascript: void(0)" onclick="copy_plugin('index.php?option=com_jfusion&task=copy_plugin&jname=<?php echo $record->name; ?>')" title="Copy Plugin"><img src="<?php echo $images ?>copy_icon.png" alt="Copy Plugin" /></a>
                    
119                <?php if ($record->wizard): ?>
                    
120            	<a href="index.php?option=com_jfusion&task=wizard&jname=<?php echo $record->name; ?>" title="Plugin Wizard"><img src="<?php echo $images ?>wizard_icon.png" alt="Plugin Wizard" /></a>
                    
121                <?php else :?>
                    
                
classExternalFunction.html git://pkgs.fedoraproject.org/xqilla | HTML | 300 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 -->
                    
32<p><a href="classExternalFunction-members.html">List of all members.</a></p>
                    
33<table border="0" cellpadding="0" cellspacing="0">
                    
34<tr><td colspan="2"><h2>Classes</h2></td></tr>
                    
                
Streams.php http://netdns2.googlecode.com/svn/trunk/ | PHP | 338 lines
                    
1<?php
                    
2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
                    
6 *
                    
7 * PHP Version 5
                    
8 *
                    
44 * @copyright 2010 Mike Pultz <mike@mikepultz.com>
                    
45 * @license   http://www.opensource.org/licenses/bsd-license.php  BSD License
                    
46 * @version   SVN: $Id: Streams.php 148 2012-02-10 20:18:19Z mike.pultz $
                    
46 * @version   SVN: $Id: Streams.php 148 2012-02-10 20:18:19Z mike.pultz $
                    
47 * @link      http://pear.php.net/package/Net_DNS2
                    
48 * @since     File available since Release 0.6.0
                    
52/**
                    
53 * Socket handling class using the PHP Streams
                    
54 *
                    
307        
                    
308            $length = ord($data[0]) << 8 | ord($data[1]);
                    
309            if ($length < Net_DNS2_Lookups::DNS_HEADER_SIZE) {
                    
                
MessageController.php http://mock-project.googlecode.com/svn/trunk/ | PHP | 217 lines
                    
127        $sort_column = $this->_getParam('sortname', 'MessageID'); # this will default to undefined
                    
128        $sort_order = $this->_getParam('sortorder', 'desc'); # this will default to undefined
                    
129        $page = $this->_getParam('page', 1);
                    
142                                ->join(array('ru' => 'memberinfor'), "ru.UserID=ReceiveID", array('RUsername' => 'ru.Username'))
                    
143                                ->where("ReceiveID = '$uid'")->order("$sort_column $sort_order")->limit($limit, $offset);
                    
144                break;
                    
156                                ->join(array('ru' => 'memberinfor'), "ru.UserID=ReceiveID", array('RUsername' => 'ru.Username'))
                    
157                                ->where("SendID = '$uid' OR ReceiveID = '$uid'")->order("$sort_column $sort_order")->limit($limit, $offset);
                    
158                break;
                    
174                                ->join(array('ru' => 'memberinfor'), "ru.UserID=ReceiveID", array('RUsername' => 'ru.Username'))
                    
175                                ->where("ReceiveID = '$uid'")->order("$sort_column $sort_order")->limit($limit, $offset);
                    
176                break;
                    
200
                    
201        foreach ($records AS $record) {
                    
202            //If cell's elements have named keys, they must match column names
                    
                
li_SWX.html http://swx-format.googlecode.com/svn/trunk/ | HTML | 221 lines
                    
165    tree_file.icon = 'media/images/foldericon.png';
                    
166    	  var file = new WebFXTreeItem('Calculator.php', 'SWX/_services---Calculator.php.html');
                    
167      file.openIcon = 'media/images/file.png';
                    
169      tree_file.add(file);
                    
170    	  var file = new WebFXTreeItem('DiscoveryService.php', 'SWX/_services---amfphp---DiscoveryService.php.html');
                    
171      file.openIcon = 'media/images/file.png';
                    
173      tree_file.add(file);
                    
174    	  var file = new WebFXTreeItem('Flickr.php', 'SWX/_services---Flickr.php.html');
                    
175      file.openIcon = 'media/images/file.png';
                    
181      tree_file.add(file);
                    
182    	  var file = new WebFXTreeItem('MyFirst.php', 'SWX/_services---MyFirst.php.html');
                    
183      file.openIcon = 'media/images/file.png';
                    
201      tree_file.add(file);
                    
202    	  var file = new WebFXTreeItem('TheTenWordReview.php', 'SWX/_services---TheTenWordReview.php.html');
                    
203      file.openIcon = 'media/images/file.png';
                    
                
class_zend___translate___adapter___xliff.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 192 lines
                    
58
                    
59<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00036">36</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
60<hr/><h2>Constructor &amp; Destructor Documentation</h2>
                    
102
                    
103<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00058">58</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
104
                    
156
                    
157<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00074">74</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
158
                    
178
                    
179<p>Definition at line <a class="el" href="_xliff_8php_source.html#l00216">216</a> of file <a class="el" href="_xliff_8php_source.html">Xliff.php</a>.</p>
                    
180
                    
183<hr/>The documentation for this class was generated from the following file:<ul>
                    
184<li>E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Translate/Adapter/<a class="el" href="_xliff_8php_source.html">Xliff.php</a></li>
                    
185</ul>
                    
                
Font.php https://PHPExcel.svn.codeplex.com/svn | PHP | 505 lines
                    
32/** PHPExcel_IComparable */
                    
33require_once 'PHPExcel/IComparable.php';
                    
34
                    
42 */
                    
43class PHPExcel_Style_Font implements PHPExcel_IComparable
                    
44{
                    
136		$this->_striketrough		= false;
                    
137		$this->_color				= new PHPExcel_Style_Color(PHPExcel_Style_Color::COLOR_BLACK);
                    
138    }
                    
158     *
                    
159     * Returns the PHPExcel_Style_Font that is actual bound to PHPExcel_Style
                    
160	 *
                    
175     *
                    
176     * If no PHPExcel_Style_Font has been bound to PHPExcel_Style then bind this one. Return the actual bound one.
                    
177	 *
                    
                
Excel2007.php https://PHPExcel.svn.codeplex.com/svn | PHP | 398 lines
                    
67/** PHPExcel_Writer_Excel2007_Workbook */
                    
68require_once 'PHPExcel/Writer/Excel2007/Workbook.php';
                    
69
                    
158     *
                    
159	 * @param 	PHPExcel	$pPHPExcel
                    
160     */
                    
314	 *
                    
315	 * @param 	PHPExcel 	$pPHPExcel	PHPExcel object
                    
316	 * @throws	Exception
                    
317	 */
                    
318	public function setPHPExcel($pPHPExcel = null) {
                    
319		if ($pPHPExcel instanceof PHPExcel) {
                    
371    /**
                    
372     * Get PHPExcel_Style_Borders HashTable
                    
373     *
                    
                
helper.php https://bitbucket.org/joomla/joomla-platform/ | PHP | 530 lines
                    
283	 * @param	string	$plaintext	The plaintext password to encrypt.
                    
284	 * @param	string	$salt		The salt to use to encrypt the password. []
                    
285	 *								If not present, a new salt will be
                    
286	 *								generated.
                    
287	 * @param	string	$encryption	The kind of pasword encryption to use.
                    
288	 *								Defaults to md5-hex.
                    
360					}
                    
361					$p[] = JUserHelper::_toAPRMD5((ord($binary[$i]) << 16) | (ord($binary[$k]) << 8) | (ord($binary[$j])), 5);
                    
362				}
                    
374	 * Returns a salt for the appropriate kind of password encryption.
                    
375	 * Optionally takes a seed and a plaintext password, to extract the seed
                    
376	 * of an existing password, or for encryption types that use the plaintext
                    
498	{
                    
499		/* 64 characters that are valid for APRMD5 passwords. */
                    
500		$APRMD5 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
                    
                
cfg.cpp git://github.com/facebook/hiphop-php.git | C++ | 308 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.txt                                  |
                    
11   | If you did not receive a copy of the PHP license and are unable to   |
                    
72/**
                    
73 * Link ordinary blocks with ordinary edges and set their last instruction
                    
74 * and end offsets
                    
255 * RpoSort does a depth-first search over successor and exception edges
                    
256 * of a Graph, visits blocks in postorder, and builds the reverse-postorder
                    
257 * list of blocks in-place.  Each block's rpo_id is the reverse-postorder
                    
                
_form_2_element_2_ui_widget_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 130 lines
                    
34<a name="l00024"></a>00024 
                    
35<a name="l00033"></a><a class="code" href="class_zend_x___j_query___form___element___ui_widget.html">00033</a> <span class="keyword">class </span><a class="code" href="class_zend_x___j_query___form___element___ui_widget.html">ZendX_JQuery_Form_Element_UiWidget</a> <span class="keyword">extends</span> Zend_Form_Element
                    
36<a name="l00034"></a>00034 {
                    
70<a name="l00109"></a>00109 
                    
71<a name="l00115"></a><a class="code" href="class_zend_x___j_query___form___element___ui_widget.html#aa9e0138685a7ef88f4f670e379e7cae3">00115</a>     <span class="keyword">public</span> function <a class="code" href="class_zend_x___j_query___form___element___ui_widget.html#aa9e0138685a7ef88f4f670e379e7cae3">loadDefaultDecorators</a>()
                    
72<a name="l00116"></a>00116     {
                    
89<a name="l00141"></a>00141         <span class="keywordflow">if</span> (null !== $view) {
                    
90<a name="l00142"></a>00142             <span class="keywordflow">if</span> (<span class="keyword">false</span> === $view-&gt;getPluginLoader(<span class="stringliteral">&#39;helper&#39;</span>)-&gt;getPaths(<span class="stringliteral">&#39;ZendX_JQuery_View_Helper&#39;</span>)) {
                    
91<a name="l00143"></a>00143                 $view-&gt;addHelperPath(<span class="stringliteral">&#39;ZendX/JQuery/View/Helper&#39;</span>, <span class="stringliteral">&#39;ZendX_JQuery_View_Helper&#39;</span>);
                    
108<a name="l00166"></a>00166             }
                    
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>;
                    
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>(
                    
112<a name="l00170"></a>00170                     <span class="stringliteral">&quot;Cannot render jQuery form element without at least one decorator &quot;</span>.
                    
                
function_8html__checkboxes_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 143 lines
                    
41<a name="l00049"></a>00049     $separator = <span class="stringliteral">&#39;&#39;</span>;
                    
42<a name="l00050"></a>00050     $labels = <span class="keyword">true</span>;
                    
43<a name="l00051"></a>00051     $output = null;
                    
46<a name="l00054"></a>00054 
                    
47<a name="l00055"></a>00055     <span class="keywordflow">foreach</span>($params as $_key =&gt; $_val) {
                    
48<a name="l00056"></a>00056         <span class="keywordflow">switch</span>($_key) {
                    
74<a name="l00082"></a>00082                 $options = (array)$_val;
                    
75<a name="l00083"></a>00083                 <span class="keywordflow">break</span>;
                    
76<a name="l00084"></a>00084 
                    
111<a name="l00119"></a>00119         $smarty-&gt;assign($params[<span class="stringliteral">&#39;assign&#39;</span>], $_html_result);
                    
112<a name="l00120"></a>00120     } <span class="keywordflow">else</span> {
                    
113<a name="l00121"></a>00121         <span class="keywordflow">return</span> implode(<span class="stringliteral">&quot;\n&quot;</span>,$_html_result);
                    
124<a name="l00132"></a>00132 
                    
125<a name="l00133"></a>00133     <span class="keywordflow">if</span> (in_array((<span class="keywordtype">string</span>)$value, $selected)) {
                    
126<a name="l00134"></a>00134         $_output .= <span class="stringliteral">&#39; checked=&quot;checked&quot;&#39;</span>;
                    
                
beamer_display.class.php http://lansuite.googlecode.com/svn/trunk/ | PHP | 210 lines
                    
41			if ( $var == "text" ) { return '<img src="design/images/icon_text.png" alt="Text" border="0">'; }
                    
42			if ( $var == "wrapper" ) { return '<img src="design/images/icon_url.png" alt="Bild" border="0">'; }	
                    
43			if ( $var == "turnier" ) { return '<img src="design/images/icon_tree.png" alt="Bild" border="0">'; }				
                    
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>'; }
                    
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>'; }
                    
61		}
                    
80		$ms2->AddIconField('edit','index.php?mod=beamer&action=editcontent&bcid=',t('Bearbeiten'));
                    
81		$ms2->AddIconField('delete','index.php?mod=beamer&action=askfordelete&bcid=',t('L&ouml;schen'));
                    
82		$ms2->PrintSearch('index.php?mod=beamer&action=content', 'bcID');		
                    
85						   "Das Beamermodul zeigt immer den &auml;ltesten Eintrag von \"Zuletzt angezeigt\". Durch Klick auf das Icon <img src=\"design/images/icon_reset_timestamp.png\" alt=\"Set2First\" border=\"0\"> setzt man den Zeitstempel, wann das Element zuletzt angezeigt wurde, auf Null.</div>");
                    
86		$dsp->AddSingleRow("<br/><div align=\"middle\">". $dsp->FetchCssButton( t('Inhalte hinzuf&uuml;gen') ,'index.php?mod=beamer&action=newcontent','Ein neues Inhaltselement hinzuf&uuml;gen.'."</div>"));
                    
87		$dsp->AddContent();
                    
                
Workbook.php https://PHPExcel.svn.codeplex.com/svn | PHP | 355 lines
                    
144	 */
                    
145	private function _writeBookViews(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel $pPHPExcel = null)
                    
146	{
                    
174	 */
                    
175	private function _writeWorkbookProtection(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel $pPHPExcel = null)
                    
176	{
                    
183			if ($pPHPExcel->getSecurity()->getRevisionsPassword() != '') {
                    
184				$objWriter->writeAttribute('revisionsPassword',	$pPHPExcel->getSecurity()->getRevisionsPassword());
                    
185			}
                    
187			if ($pPHPExcel->getSecurity()->getWorkbookPassword() != '') {
                    
188				$objWriter->writeAttribute('workbookPassword',	$pPHPExcel->getSecurity()->getWorkbookPassword());	
                    
189			}
                    
266	 */
                    
267	private function _writeDefinedNames(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel $pPHPExcel = null)
                    
268	{
                    
                
fsource_PHPExcel_Shared__PHPExcelSharedPasswordHasher.php.html https://PHPExcel.svn.codeplex.com/svn | HTML | 124 lines
                    
42<h1 align="center">Source for file PasswordHasher.php</h1>
                    
43<p>Documentation is available at <a href="../PHPExcel_Shared/_Classes_PHPExcel_Shared_PasswordHasher_php.html">PasswordHasher.php</a></p>
                    
44<div class="php">
                    
79<li><a name="a35"></a><span class="src-doc"> */</span></li>
                    
80<li><a name="a36"></a><span class="src-key">class </span><a href="../PHPExcel_Shared/PHPExcel_Shared_PasswordHasher.html">PHPExcel_Shared_PasswordHasher</a></li>
                    
81<li><a name="a37"></a><span class="src-sym">{</span></li>
                    
91<li><a name="a47"></a><span class="src-doc">     */</span></li>
                    
92<li><a name="a48"></a>    <span class="src-key">public </span><span class="src-key">static </span><span class="src-key">function </span><a href="../PHPExcel_Shared/PHPExcel_Shared_PasswordHasher.html#methodhashPassword">hashPassword</a><span class="src-sym">(</span><span class="src-var">$pPassword </span>= <span class="src-str">''</span><span class="src-sym">) </span><span class="src-sym">{</span></li>
                    
93<li><a name="a49"></a>        <span class="src-var">$password </span>= <span class="src-num">0x0000</span><span class="src-sym">;</span></li>
                    
105<li><a name="a61"></a>&nbsp;</li>
                    
106<li><a name="a62"></a>        <span class="src-var">$password </span>^= <a href="http://www.php.net/strlen">strlen</a><span class="src-sym">(</span><span class="src-var">$pPassword</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
                    
107<li><a name="a63"></a>        <span class="src-var">$password </span>^= <span class="src-num">0xCE4B</span><span class="src-sym">;</span></li>
                    
108<li><a name="a64"></a>&nbsp;</li>
                    
109<li><a name="a65"></a>        <span class="src-key">return</span><span class="src-sym">(</span><a href="http://www.php.net/strtoupper">strtoupper</a><span class="src-sym">(</span><a href="http://www.php.net/dechex">dechex</a><span class="src-sym">(</span><span class="src-var">$password</span><span class="src-sym">)))</span><span class="src-sym">;</span></li>
                    
110<li><a name="a66"></a>    <span class="src-sym">}</span></li>
                    
                
ad_region.cpp git://github.com/scummvm/scummvm.git | C++ | 415 lines
                    
24 * This file is based on WME Lite.
                    
25 * http://dead-code.org/redir.php?target=wmelite
                    
26 * Copyright (c) 2011 Jan Nedoma
                    
139		if (parser.getCommand(&buffer, commands, &params) != TOKEN_REGION) {
                    
140			_gameRef->LOG(0, "'REGION' keyword expected.");
                    
141			return STATUS_FAILED;
                    
                
_md5_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 132 lines
                    
34<a name="l00026"></a>00026 
                    
35<a name="l00035"></a><a class="code" href="class_zend___validate___file___md5.html">00035</a> <span class="keyword">class </span><a class="code" href="class_zend___validate___file___md5.html">Zend_Validate_File_Md5</a> <span class="keyword">extends</span> <a class="code" href="class_zend___validate___file___hash.html">Zend_Validate_File_Hash</a>
                    
36<a name="l00036"></a>00036 {
                    
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>);
                    
58<a name="l00077"></a>00077         }
                    
75<a name="l00106"></a>00106         <a class="code" href="class_zend___validate___file___md5.html#aecfcd4fe8f68562a6212602be8f185ad">parent::setHash</a>($options);
                    
76<a name="l00107"></a>00107         <span class="keywordflow">return</span> $this;
                    
77<a name="l00108"></a>00108     }
                    
111<a name="l00170"></a>00170         $filehash = hash_file(<span class="stringliteral">&#39;md5&#39;</span>, $value);
                    
112<a name="l00171"></a>00171         <span class="keywordflow">if</span> ($filehash === <span class="keyword">false</span>) {
                    
113<a name="l00172"></a>00172             <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_zend___validate___file___hash.html#a02eddf80afa4a9e9e3d345d297905dc0">_throw</a>($file, self::NOT_DETECTED);
                    
117<a name="l00176"></a>00176             <span class="keywordflow">if</span> ($filehash === $hash) {
                    
118<a name="l00177"></a>00177                 <span class="keywordflow">return</span> <span class="keyword">true</span>;
                    
119<a name="l00178"></a>00178             }
                    
                
PlatformRepository.php git://github.com/composer/composer.git | PHP | 365 lines
                    
96
                    
97        $php = new CompletePackage('php', $version, $prettyVersion);
                    
98        $php->setDescription('The PHP interpreter');
                    
106
                    
107        if (defined('PHP_ZTS') && PHP_ZTS) {
                    
108            $phpzts = new CompletePackage('php-zts', $version, $prettyVersion);
                    
114            $php64 = new CompletePackage('php-64bit', $version, $prettyVersion);
                    
115            $php64->setDescription('The PHP interpreter, 64bit');
                    
116            $this->addPackage($php64);
                    
122            $phpIpv6 = new CompletePackage('php-ipv6', $version, $prettyVersion);
                    
123            $phpIpv6->setDescription('The PHP interpreter, with IPv6 support');
                    
124            $this->addPackage($phpIpv6);
                    
302        // Skip if PHP is overridden and we are adding a php-* package
                    
303        if (isset($this->overrides['php']) && 0 === strpos($package->getName(), 'php-')) {
                    
304            $overrider = $this->addOverriddenPackage($this->overrides['php'], $package->getPrettyName());
                    
                
fckconfig.js http://esnippet.googlecode.com/svn/trunk/ | JavaScript | 317 lines
                    
57// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
                    
58// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
                    
59// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
                    
104	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
                    
105	['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
                    
106	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
                    
115FCKConfig.ToolbarSets["Basic"] = [
                    
116	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
                    
117] ;
                    
159FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
160FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
161FCKConfig.FirefoxSpellChecker	= false ;
                    
270// Custom implementations should just ignore it.
                    
271var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
272var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
                
liste.php git://github.com/Dolibarr/dolibarr.git | PHP | 241 lines
                    
43$sortfield = GETPOST("sortfield",'alpha');
                    
44$sortorder = GETPOST("sortorder",'alpha');
                    
45$page = GETPOST("page",'int');
                    
133
                    
134    print_barre_liste($langs->trans("ReceivedCustomersPayments"), $page, $_SERVER["PHP_SELF"],$paramlist,$sortfield,$sortorder,'',$num);
                    
135
                    
140    print_liste_field_titre($langs->trans("Date"),$_SERVER["PHP_SELF"],"dp","",$paramlist,'align="center"',$sortfield,$sortorder);
                    
141    print_liste_field_titre($langs->trans("ThirdParty"),$_SERVER["PHP_SELF"],"s.nom","",$paramlist,"",$sortfield,$sortorder);
                    
142    print_liste_field_titre($langs->trans("Type"),$_SERVER["PHP_SELF"],"c.libelle","",$paramlist,"",$sortfield,$sortorder);
                    
142    print_liste_field_titre($langs->trans("Type"),$_SERVER["PHP_SELF"],"c.libelle","",$paramlist,"",$sortfield,$sortorder);
                    
143    print_liste_field_titre($langs->trans("Account"),$_SERVER["PHP_SELF"],"ba.label","",$paramlist,"",$sortfield,$sortorder);
                    
144    print_liste_field_titre($langs->trans("Amount"),$_SERVER["PHP_SELF"],"p.amount","",$paramlist,'align="right"',$sortfield,$sortorder);
                    
147    {
                    
148        print_liste_field_titre($langs->trans("Status"),$_SERVER["PHP_SELF"],"p.statut","",$paramlist,'align="right"',$sortfield,$sortorder);
                    
149    }
                    
                
Range.php git://github.com/phpbb/customisation-db.git | PHP | 378 lines
                    
1<?php
                    
2/**
                    
24/** Zend_Search_Lucene_Search_Query */
                    
25require_once 'Zend/Search/Lucene/Search/Query.php';
                    
26
                    
90        if ($lowerTerm === null  &&  $upperTerm === null) {
                    
91            require_once 'Zend/Search/Lucene/Exception.php';
                    
92            throw new Zend_Search_Lucene_Exception('At least one term must be non-null');
                    
94        if ($lowerTerm !== null  &&  $upperTerm !== null  &&  $lowerTerm->field != $upperTerm->field) {
                    
95            require_once 'Zend/Search/Lucene/Exception.php';
                    
96            throw new Zend_Search_Lucene_Exception('Both terms must be for the same field');
                    
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) {
                    
                
paperclip.rb git://github.com/stevenbristol/lovd-by-less.git | Ruby | 244 lines
                    
2# transformations are done using the Graphics/ImageMagick command line utilities and
                    
3# are stored in Tempfiles until the record is saved. Paperclip does not require a
                    
4# separate model for storing the attachment's information, instead adding a few simple
                    
8# Copyright:: Copyright (c) 2008 thoughtbot, inc.
                    
9# License:: MIT License (http://www.opensource.org/licenses/mit-license.php)
                    
10#
                    
14#
                    
15#   class User < ActiveRecord::Base
                    
16#     has_attached_file :avatar, :styles => { :thumb => "100x100" }
                    
35
                    
36# The base module that gets included in ActiveRecord::Base.
                    
37module Paperclip
                    
76    # thumbnails will be created when the new file is assigned, but they will *not* be saved 
                    
77    # until +save+ is called on the record. Likewise, if the attribute is set to +nil+ is 
                    
78    # called on it, the attachment will *not* be deleted until +save+ is called. See the 
                    
                
StateDropDown.js https://rabcg.svn.codeplex.com/svn | JavaScript | 582 lines
                    
22// To edit the list, just delete a line or add a line. Order is important.
                    
23// The order displayed here is the order it appears on the drop down.
                    
24//
                    
208EI:CO LAOIS:County Laois|\
                    
209EI:CO LONGFORD:County Longford|\
                    
210EI:CO LOUTH:County Louth|\
                    
213EI:CO WESTMEATH:County Westmeath|\
                    
214EI:CO WEXFORD:County Wexford|\
                    
215EI:CO WICKLOW:County Wicklow|\
                    
225EI:CO TIPPERARY:County Tipperary|\
                    
226EI:CO WATERFORD:County Waterford|\
                    
227';
                    
231// To edit the list, just delete a line or add a line. Order is important.
                    
232// The order displayed here is the order it appears on the drop down.
                    
233//
                    
                
BaseTest.php git://github.com/maintainable/framework.git | PHP | 325 lines
                    
166        $serializer = new Mad_Model_Serializer_Base($record, $options);        
                    
167        $record = $serializer->getSerializableRecord();
                    
168
                    
232        $serializer = new Mad_Model_Serializer_Base($record, $options);        
                    
233        $record = $serializer->getSerializableRecord();
                    
234        
                    
265        $serializer = new Mad_Model_Serializer_Base($record, $options);        
                    
266        $record = $serializer->getSerializableRecord();
                    
267
                    
288        $serializer = new Mad_Model_Serializer_Base($record, $options);        
                    
289        $record = $serializer->getSerializableRecord();
                    
290
                    
312        $serializer = new Mad_Model_Serializer_Base($record, $options);        
                    
313        $record = $serializer->getSerializableRecord();
                    
314
                    
                
day.php git://pkgs.fedoraproject.org/virtuoso-opensource | PHP | 300 lines
                    
149<?php if ( empty ( $friendly ) ) { ?>
                    
150<TD VALIGN="left"><A HREF="day.php?<?php echo $u_url;?>date=<?php echo $prevYmd . $caturl;?>"><img align="left" src="leftarrow.gif" width="36" height="32" border="0" alt="<?php etranslate("Previous"); ?>"></A></TD>
                    
151<?php } ?>
                    
173<?php if ( empty ( $friendly ) ) { ?>
                    
174<TD VALIGN="right"><A HREF="day.php?<?php echo $u_url;?>date=<?php echo $nextYmd . $caturl;?>"><img align="right" src="rightarrow.gif" width="36" height="32" border="0" alt="<?php etranslate("Next"); ?>"></A></TD>
                    
175<?php } ?>
                    
211<TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="2">
                    
212<TR><TH COLSPAN="7" BGCOLOR="<?php echo $THBG?>"><FONT SIZE="+4" COLOR="<?php echo $THFG?>"><?php echo $thisday?></FONT></TH></TR>
                    
213<TR>
                    
213<TR>
                    
214<TD ALIGN="left" BGCOLOR="<?php echo $THBG?>"><A HREF="day.php?<?php echo $u_url; ?>date=<?php echo $month_ago . $caturl?>" CLASS="monthlink"><img src="leftarrowsmall.gif" width="18" height="18" border="0" ALT="<? etranslate("Previous")?>"></A></TD>
                    
215<TH COLSPAN="5" BGCOLOR="<?php echo $THBG?>"><FONT COLOR="<?php echo $THFG?>"><?php echo date_to_str ( sprintf ( "%04d%02d01", $thisyear, $thismonth ), $DATE_FORMAT_MY, false ) ?></FONT></TH>
                    
215<TH COLSPAN="5" BGCOLOR="<?php echo $THBG?>"><FONT COLOR="<?php echo $THFG?>"><?php echo date_to_str ( sprintf ( "%04d%02d01", $thisyear, $thismonth ), $DATE_FORMAT_MY, false ) ?></FONT></TH>
                    
216<TD ALIGN="right" BGCOLOR="<?php echo $THBG?>"><A HREF="day.php?<?php echo $u_url; ?>date=<?php echo $month_ahead . $caturl?>" CLASS="monthlink"><img src="rightarrowsmall.gif" width="18" height="18" border="0" alt="<?php etranslate("Next") ?>"></A></TD>
                    
217</TR>
                    
                
demo-index.html git://pkgs.fedoraproject.org/virtuoso-opensource | HTML | 194 lines
                    
7	  <style>
                    
8	  .feature {border: solid 1px #ddddaa#;}
                    
9	  .demo {border: solid 1px #88eeaa;}
                    
12  <BODY>
                    
13<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
                    
14<TR><TD CLASS="AdmPagesTitle" COLSPAN="2">
                    
16    </TD></TR>
                    
17<TR CLASS="AdmBorders"><TD><IMG SRC="admin/images/1x1.gif" WIDTH="1" HEIGHT="2" ALT=""></TD></TR>
                    
18<TR CLASS="demomain"><TD><IMG SRC="admin/images/1x1.gif" WIDTH="1" HEIGHT="15" ALT=""></TD></TR>
                    
20
                    
21<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="10">
                    
22<TR><TD COLSPAN="2">
                    
45Page (VSP) language is no longer the sole mechanism for developing Virtuoso
                    
46hosted dynamic web pages. You are now able to host ASP.NET, PHP5, and
                    
47Java Server Pages in Virtuoso.  Thus, ASP.NET application development no
                    
                
user.php git://pkgs.fedoraproject.org/virtuoso-opensource | PHP | 387 lines
                    
46//   $login - user login
                    
47//   $password - user password
                    
48// returns: true or false
                    
82//   $login - user login
                    
83//   $crypt_password - crypted user password
                    
84// returns: true or false
                    
166//   $user - user login
                    
167//   $password - user password
                    
168//   $firstname - first name
                    
193  if ( strlen ( $password ) )
                    
194    $upassword = "'" . $password . "'";
                    
195  else
                    
255//   $password - last name
                    
256function user_update_user_password ( $user, $password ) {
                    
257  global $error;
                    
                
class_session.php http://malleo-cms.googlecode.com/svn/trunk/ | PHP | 344 lines
                    
1<?php
                    
2/*
                    
69			}else{
                    
70				// On charge la session PHP
                    
71				session_start();
                    
90					FROM '.TABLE_SESSIONS.' WHERE id_session=\''.$this->id_session.'\'
                    
91					ORDER BY date_lastvisite DESC LIMIT 1';
                    
92			if (!$resultat = $c->sql_query($sql))message_die(E_ERROR,5,__FILE__,__LINE__,$sql); 
                    
165		setcookie($this->cf['cookie_name'], null, ($this->time-3600)); // cookie malleo
                    
166		setcookie(get_cfg_var('session.name'), null, ($this->time-3600)); // eventuelle session type PHPSESSID
                    
167		$this->id_session = null;
                    
199				WHERE s.id_session=\''.$this->id_session.'\' 
                    
200				ORDER BY date_lastvisite DESC LIMIT 1';
                    
201
                    
257				WHERE date_lastvisite>'.($this->time-3600).' 
                    
258				ORDER BY date_lastvisite ASC';
                    
259		if (!$resultat = $c->sql_query($sql))message_die(E_ERROR,34,__FILE__,__LINE__,$sql);
                    
                
loader-disabled.php http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | PHP | 438 lines
                    
252			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == true ) : ?>
                    
253				   checked="checked"<?php endif; ?>  value="1" /> <?php _e( 'Yes', "bp-media" ) ?> &nbsp;
                    
254			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
254			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
255				   checked="checked"<?php endif; ?>  value="0" /> <?php _e( 'No', "bp-media" ) ?>
                    
256			</td>
                    
261			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == true ) : ?>
                    
262				   checked="checked"<?php endif; ?>  value="1" /> <?php _e( 'Yes', "bp-media" ) ?> &nbsp;
                    
263			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
263			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
264				   checked="checked"<?php endif; ?>  value="0" /> <?php _e( 'No', "bp-media" ) ?>
                    
265			</td>
                    
274		    <tr>
                    
275			<th scope="row"><?php _e( 'Cover image source', "bp-media" ) ?></th>
                    
276			<td>
                    
                
usercp_viewprofile.php http://torrentpier2.googlecode.com/svn/trunk/ | PHP | 241 lines
                    
33{
                    
34	$rank_image = ($ranks[$user_rank]['rank_image']) ? '<img src="'. $ranks[$user_rank]['rank_image'] .'" alt="" title="" border="0" />' : '';
                    
35	$poster_rank = $ranks[$user_rank]['rank_title'];
                    
49{
                    
50	$email_uri = ($bb_cfg['board_email_form']) ? 'profile.php?mode=email&amp;'. POST_USERS_URL .'='. $profiledata['user_id'] : 'mailto:'. $profiledata['user_email'];
                    
51	$email = '<a class="editable" href="'. $email_uri .'">'. $profiledata['user_email'] .'</a>';
                    
61//
                    
62include(INC_DIR ."functions_report.php");
                    
63$report_user = report_modules('name', 'report_user');
                    
128
                    
129	'U_SEARCH_USER'        => "search.php?search_author=1&amp;uid={$profiledata['user_id']}",
                    
130	'U_SEARCH_TOPICS'      => "search.php?uid={$profiledata['user_id']}&amp;myt=1",
                    
142	'TRAF_STATS'           => !(IS_AM || $profile_user_id),
                    
143	'U_MANAGE'             => (IS_ADMIN) ? "profile.php?mode=editprofile&amp;u={$profiledata['user_id']}" : 'profile.php?mode=editprofile',
                    
144));
                    
                
rapidshare.com_2GB.php http://rapidleech.googlecode.com/svn/trunk/ | PHP | 218 lines
                    
1<?php
                    
2
                    
4//For auto-upload, you MUST set these values here
                    
5//According to RSM2, only **Rapidshare Premium** account is allowed to upload files > 500MB (up to 2GB), whereas non-premium accounts can only upload up to 500MB (even with RSM2)
                    
6
                    
16		<div id='login' width='100%' align='center'>Enter your Rapidshare Login Details</div><br />
                    
17		<table border='0' style="width:350px;" cellspacing='0' align='center'>
                    
18		<form action='' method='post'>
                    
20			<tr><td nowrap>&nbsp;Username*</td><td>&nbsp;<input type='text' name='my_login' value='' style="width:160px;" />&nbsp;</td></tr>
                    
21			<tr><td nowrap>&nbsp;Password*</td><td>&nbsp;<input type='password' name='my_pass' value='' style="width:160px;" />&nbsp;</td></tr>
                    
22			<tr><td nowrap>&nbsp;Upload Carrier</td><td>&nbsp;
                    
30			<tr><td colspan='2' align='center'><input type='submit' value='Upload' onclick='$(this).fadeOut();'></td></tr>
                    
31			<tr><td align='center' colspan='2'><small>Submit the form without logins to use default values stored in rapidshare.com_2GB.php</small></td></tr>
                    
32		</form>
                    
162				$this->contentheader .= "$this->boundary\r\nContent-Disposition: form-data; name=\"login\"\r\n\r\n$this->login\r\n";
                    
163				$this->contentheader .= "$this->boundary\r\nContent-Disposition: form-data; name=\"password\"\r\n\r\n$this->password\r\n";
                    
164			}
                    
                
setup-mysql.sql http://snowcms.googlecode.com/svn/trunk/ | SQL | 206 lines
                    
2# Authentication tokens are stored here, and used in place of storing a
                    
3# users password hash in their log in cookie.
                    
4##
                    
16##
                    
17# Holds all the PHP errors which have occurred!
                    
18##
                    
145
                    
146INSERT INTO `{db->prefix}settings` (`variable`, `value`) VALUES('show_version', 1),('version', '2.0-beta2'),('password_security', 1),('disallowed_names', ''),('disallowed_emails', ''),('default_event', '');
                    
147INSERT INTO `{db->prefix}settings` (`variable`, `value`) VALUES('enable_tasks', 1),('site_name', 'SnowCMS'),('site_email', ''),('theme', 'default'),('max_tasks', 2);
                    
171
                    
172INSERT INTO `{db->prefix}tasks` (`task_name`, `file`, `location`, `func`) VALUES('plugins_update_check', 'admin/admin_plugins_manage.php', 'coredir', 'admin_plugins_check_updates');
                    
173INSERT INTO `{db->prefix}tasks` (`task_name`, `file`, `location`, `func`) VALUES('themes_update_check', 'admin/admin_themes_manage.php', 'coredir', 'admin_themes_check_updates');
                    
173INSERT INTO `{db->prefix}tasks` (`task_name`, `file`, `location`, `func`) VALUES('themes_update_check', 'admin/admin_themes_manage.php', 'coredir', 'admin_themes_check_updates');
                    
174INSERT INTO `{db->prefix}tasks` (`task_name`, `file`, `location`, `func`) VALUES('system_update_check', 'admin/admin_update.php', 'coredir', 'admin_update_check');
                    
175
                    
                
config.w32.phpize.in git://github.com/infusion/PHP.git | Autoconf | 353 lines
                    
104
                    
105DEFINE("BASE_INCLUDES", "/I " + PHP_DIR + "/include /I " + PHP_DIR + "/include/main /I " + PHP_DIR + "/include/Zend /I " + PHP_DIR + "/include/TSRM /I " + PHP_DIR + "/include/ext ");
                    
106
                    
249				} else if (FSO.FolderExists("..\\php-win64-dev\\php_build")) {
                    
250					PHP_PHP_BUILD = "..\\php-win64-dev\\php_build";
                    
251				}
                    
255				} else if (FSO.FolderExists("..\\php-win32-dev\\php_build")) {
                    
256					PHP_PHP_BUILD = "..\\php-win32-dev\\php_build";
                    
257				}
                    
260	}
                    
261	PHP_PHP_BUILD = FSO.GetAbsolutePathName(PHP_PHP_BUILD);
                    
262}
                    
280		php_usual_include_suspects += ";" + PHP_PHP_BUILD + "\\include";
                    
281		php_usual_lib_suspects += ";" + PHP_PHP_BUILD + "\\lib";
                    
282	}
                    
                
messages.php git://github.com/ushahidi/Ushahidi_Web.git | PHP | 407 lines
                    
1<?php defined('SYSPATH') or die('No direct script access.');
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 * LICENSE: This source file is subject to LGPL license
                    
114
                    
115			// Add some rules, the input field, followed by a list of checks, carried out in order
                    
116			$post->add_rules('action','required', 'alpha', 'length[1,1]');
                    
196		    ->where($filter)
                    
197		    ->orderby('message_date','desc')
                    
198		    ->find_all($this->items_per_page, $pagination->sql_offset);
                    
236        
                    
237		$levels = ORM::factory('level')->orderby('level_weight')->find_all();
                    
238		$this->template->content->levels = $levels;
                    
279
                    
280			// Add some rules, the input field, followed by a list of checks, carried out in order
                    
281			$post->add_rules('to_id', 'required', 'numeric');
                    
                
MaildirFolderTest.php git://github.com/zendframework/zf2.git | PHP | 0 lines
                    
1<?php
                    
2/**
                    
36 */
                    
37class MaildirFolderTest extends \PHPUnit_Framework_TestCase
                    
38{
                    
203        try {
                    
204            // explicit call of __toString() needed for PHP < 5.2
                    
205            $this->assertEquals($mail->getFolders()->subfolder->__toString(), 'subfolder');
                    
224        $iterator = new \RecursiveIteratorIterator($mail->getFolders(), \RecursiveIteratorIterator::SELF_FIRST);
                    
225        // we search for this folder because we can't assume a order while iterating
                    
226        $search_folders = array('subfolder'      => 'subfolder',
                    
235
                    
236            // explicit call of __toString() needed for PHP < 5.2
                    
237            $found_folders[$folder->__toString()] = $localName;
                    
246        $iterator = new \RecursiveIteratorIterator($mail->getFolders(), \RecursiveIteratorIterator::SELF_FIRST);
                    
247        // we search for this folder because we can't assume a order while iterating
                    
248        $search_folders = array('subfolder'      => 'subfolder',
                    
                
ISO14496_Box_CPRT.html http://xepec.googlecode.com/svn/trunk/ | HTML | 266 lines
                    
23	<div class="info-box-body">
                    
24        		<!-- ========== Info from phpDoc block ========= -->
                    
25<p class="short-description">The <em>Copyright Box</em> contains a copyright declaration which applies to  the entire presentation, when contained within the <a href="../../php-reader/ISO/ISO14496_Box_MOOV.html"> Movie Box</a>, or, when contained in a track, to that entire track. There may be  multiple copyright boxes using different language codes.</p>
                    
28				<li><span class="field">version:</span> $Rev: 92 $</li>
                    
29				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
30				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ISO14496---Box---CPRT.php.html">/ISO14496/Box/CPRT.php</a> (line <span class="field">55</span>)
                    
34		</p>
                    
36				
                    
37		<pre><a href="../../php-reader/ISO/ISO14496_Box.html">ISO14496_Box</a>
                    
38   |
                    
262	<p class="notes" id="credit">
                    
263		Documentation generated on Thu, 01 Jan 2009 14:59:10 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
264	</p>
                    
                
SectionCorp.php https://code.google.com/p/yapeal/ | PHP | 364 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 *
                    
6 *
                    
7 * LICENSE: This file is part of Yet Another Php Eve Api library also know
                    
8 * as Yapeal which will be used to refer to it in the rest of this license.
                    
41  $mess = basename(__FILE__)
                    
42    . ' must be included it can not be ran directly.' . PHP_EOL;
                    
43  if (PHP_SAPI != 'cli') {
                    
64  /**
                    
65   * Function called by  Yapeal.php to start section pulling XML from servers.
                    
66   *
                    
95      };
                    
96      // Randomize order so no one corporation can starve the rest in case of
                    
97      // errors, etc.
                    
                
LoginController.php http://sharebooks.googlecode.com/svn/trunk/ | PHP | 412 lines
                    
153									'_LB_NOT_GRANTED' => _LB_NOT_GRANTED,
                    
154									'_LB_INVALID_LOGIN_OR_PASSWORD' => _LB_INVALID_LOGIN_OR_PASSWORD
                    
155                );
                    
204            {
                    
205                $user->password=sha1($user->password);
                    
206                $user->activation_code = sha1($user->password);
                    
289                //- Send an Email with a private link (key)
                    
290                $user->sendActivateEmail($user->id_contact, $user->user_id, $user->name,$user->email,$user->password,$user->account_type,sha1($user->password),
                    
291										'home/mails/forgot-password-mail-'.TVC_MultiLanguage::getLanguage().'.tpl', 1);
                    
302
                    
303        $smarty->display('home/forgot_password.html');
                    
304
                    
360
                    
361            //validate user password
                    
362
                    
                
scheme3_e.html http://zhangpengpeng.googlecode.com/svn/trunk/ | HTML | 287 lines
                    
6<meta name="Author" content="Takafumi Shido">
                    
7<meta name="keywords" content="Scheme, lists">
                    
8<meta name="description" content="List operations on Scheme">
                    
18<table class='guide'><tr>
                    
19<td><a rel=home href='http://www.shido.info/index_e.php'>
                    
20  <img src='../images/shido_small.png' class='arrow' border=0>HOME</a></td>
                    
20  <img src='../images/shido_small.png' class='arrow' border=0>HOME</a></td>
                    
21<td><a rel=prev href="scheme2_e.html"><img src='../images/left_arrow.gif' class='arrow' border=0>
                    
22  2. Using Scheme as a Calculator</a></td>
                    
22  2. Using Scheme as a Calculator</a></td>
                    
23<td><a rel=up href="idx_scm_e.html"><img src='../images/up_arrow.gif' class='arrow' border=0>Yet Another Scheme Tutorial</a></td>
                    
24<td><a rel=next href="scheme4_e.html"><img src='../images/right_arrow.gif' class='arrow' border=0>4. Defining Functions</a></td>
                    
24<td><a rel=next href="scheme4_e.html"><img src='../images/right_arrow.gif' class='arrow' border=0>4. Defining Functions</a></td>
                    
25<td><a href='http://www.shido.info/gb/write_guestbook_e.php?ref=lisp/scheme3_e.html&amp;t=%28Scheme%29+Making+Lists' target='new'>
                    
26<img src='../images/pencil.gif' class='arrow' border=0>Post Messages</a></td>
                    
                
AzureStorage.php https://code.google.com/p/celebrio/ | PHP | 252 lines
                    
1<?php
                    
2
                    
36    
                    
37    public function __construct($host = '', $accountName = '', $password = '', $basicContainer = '') {
                    
38        $this->setContainer($basicContainer);
                    
                
class.baseobject.php https://code.google.com/p/movabletype/ | PHP | 388 lines
                    
5#
                    
6# $Id: class.baseobject.php 5325 2010-02-23 10:44:56Z takayama $
                    
7
                    
11require_once('adodb.inc.php');
                    
12require_once('adodb-active-record.inc.php');
                    
13require_once('adodb-exceptions.inc.php');
                    
22            'favorite_blogs' => 'vblob',
                    
23            'password_reset' => 'vchar',
                    
24            'password_reset_expires' => 'vchar',
                    
24            'password_reset_expires' => 'vchar',
                    
25            'password_reset_return_to' => 'vchar'
                    
26            ),
                    
109
                    
110	public function Find($whereOrderBy, $bindarr = false, $pkeysArr = false, $extra = array()) {
                    
111        $db = $this->DB();
                    
                
mychannel_add.htm http://jqbird.googlecode.com/svn/trunk/ | HTML | 287 lines
                    
26	{
                    
27		$Obj("addcon").value = "archives_add.php";
                    
28		$Obj("editcon").value = "archives_edit.php";
                    
28		$Obj("editcon").value = "archives_edit.php";
                    
29		$Obj("mancon").value = "content_list.php";
                    
30		$Obj("useraddcon").value = "archives_add.php";
                    
30		$Obj("useraddcon").value = "archives_add.php";
                    
31		$Obj("usereditcon").value = "archives_edit.php";
                    
32		$Obj("usermancon").value = "content_list.php";
                    
35	{
                    
36		$Obj("addcon").value = "archives_sg_add.php";
                    
37		$Obj("editcon").value = "archives_sg_edit.php";
                    
37		$Obj("editcon").value = "archives_sg_edit.php";
                    
38		$Obj("mancon").value = "content_sg_list.php";
                    
39		$Obj("useraddcon").value = "archives_sg_add.php";
                    
                
group.php http://nukeviet-shop.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
16$data = array();
                    
17list( $data['groupid'], $data['parentid'], $data['title'], $data['alias'], $data['description'], $data['keywords'], $data['who_view'], $groups_view ) = array( 
                    
18    0, 0, "", "", "", "", 0, "" 
                    
28    $data['title'] = filter_text_input( 'title', 'post', '', 1 );
                    
29    $data['keywords'] = filter_text_input( 'keywords', 'post', '', 1 );
                    
30    $data['alias'] = filter_text_input( 'alias', 'post', '' );
                    
93    {
                    
94        $query = "UPDATE " . $table_name . " SET `parentid`=" . $db->dbescape( $data['parentid'] ) . ", `" . NV_LANG_DATA . "_title`=" . $db->dbescape( $data['title'] ) . ", `" . NV_LANG_DATA . "_alias` =  " . $db->dbescape( $data['alias'] ) . ", `" . NV_LANG_DATA . "_description`=" . $db->dbescape( $data['description'] ) . ", `" . NV_LANG_DATA . "_keywords`= " . $db->dbescape( $data['keywords'] ) . ", `who_view`=" . $db->dbescape( $data['who_view'] ) . ", `groups_view`=" . $db->dbescape( $groups_view ) . ", `edit_time`=UNIX_TIMESTAMP( ) WHERE `groupid` =" . $data['groupid'] . "";
                    
95        $db->sql_query( $query );
                    
134{
                    
135    list( $data['groupid'], $data['parentid'], $data['title'], $data['alias'], $data['description'], $data['keywords'], $data['who_view'], $data['groups_view'] ) = $db->sql_fetchrow( $db->sql_query( "SELECT `groupid`, `parentid`, `" . NV_LANG_DATA . "_title`, `" . NV_LANG_DATA . "_alias`, `" . NV_LANG_DATA . "_description`, `" . NV_LANG_DATA . "_keywords`, `who_view`, `groups_view`  FROM " . $table_name . " where `groupid`=" . $data['groupid'] . "" ) );
                    
136    $caption = $lang_module['edit_group'];
                    
143
                    
144$sql = "SELECT groupid, " . NV_LANG_DATA . "_title, lev FROM " . $table_name . " WHERE `groupid` !='" . $data['groupid'] . "' ORDER BY `order` ASC";
                    
145$result = $db->sql_query( $sql );
                    
                
postgres_driver.inc http://scalr.googlecode.com/svn/ | PHP | 657 lines
                    
34		$this->username = $this->query_addslashes($username);
                    
35		$this->password = $this->query_addslashes($password);
                    
36		if (strlen($database) == 0) $database = 'template1';
                    
48		   	if ($this->username) $this->connect_string .= " user=" . $this->username;
                    
49		   	if ($this->password) $this->connect_string .= " password=" . $this->password;
                    
50			if ($this->database) $this->connect_string .= " dbname=" . $this->database;
                    
379			$recordset = new ADORecordSet_empty();
                    
380			$this->record_set = $recordset;
                    
381			return $recordset;
                    
385		$recordset = new $resultset_name( $resultId, $this->connectionId );
                    
386		$this->record_set = $recordset;
                    
387
                    
387
                    
388		$recordset->_currentRow = 0;
                    
389
                    
                
isom.c http://avbin.googlecode.com/svn/ | C | 294 lines
                    
28/* http://www.mp4ra.org */
                    
29/* ordered by muxing preference */
                    
30const AVCodecTag ff_mp4_obj_type[] = {
                    
79    { CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') },
                    
80    { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') }, /* OpenDiVX *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
                    
81    { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') },
                    
189
                    
190/*  { CODEC_ID_OGG_VORBIS, MKTAG('O', 'g', 'g', 'S') }, *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
                    
191
                    
                
tipo_cambios_controller.php http://scp-soft.googlecode.com/svn/trunk/ | PHP | 359 lines
                    
1<?php
                    
2class TipoCambiosController extends AppController{
                    
9
                    
10    var $paginate=array('order'=>array('TipoCambio.fecha'=>'desc'));
                    
11
                    
64            'conditions'=>array('activo'=>true),
                    
65            'order'=>'id'
                    
66        )));
                    
91            'conditions'=>array('activo'=>true),
                    
92            'order'=>'id'
                    
93        )));
                    
243
                    
244        $res = App::import('Vendor', 'simple_html_dom', array('file' =>'simple_html_dom'.DS.'simple_html_dom.php'));
                    
245
                    
285
                    
286        $res = App::import('Vendor', 'simple_html_dom', array('file' =>'simple_html_dom'.DS.'simple_html_dom.php'));
                    
287        if (empty($url)) $url = $this->URL_SBS;
                    
                
Cookie.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 355 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: 6851 $
                    
24*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25*  International Registered Trademark & Property of PrestaShop SA
                    
177		
                    
178		/* Customer is valid only if it can be load and if cookie password is the same as database one */
                    
179	 	if ($this->logged == 1 AND $this->id_customer AND Validate::isUnsignedId($this->id_customer) AND Customer::checkPassword((int)($this->id_customer), $this->passwd))
                    
282	/**
                    
283	  * Setcookie according to php version
                    
284	  */
                    
296		}
                    
297		if (PHP_VERSION_ID <= 50200) /* PHP version > 5.2.0 */
                    
298			return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0);
                    
                
classInteractiveDebugger-members.html git://pkgs.fedoraproject.org/xqilla | HTML | 64 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 -->
                    
                
CriterionPolicyError.html http://google-api-adwords-php.googlecode.com/svn/trunk/ | HTML | 0 lines
                    
26		<p class="notes">
                    
27			Located in <a class="field" href="_Ads---AdWords---v201008---AdGroupCriterionService.php.html">/Ads/AdWords/v201008/AdGroupCriterionService.php</a> (line <span class="field">5240</span>)
                    
28		</p>
                    
95													<span class="var-title">
                    
96								<span class="var-name"><a href="../../GoogleApiAdsAdWords/v201008/PolicyViolationError.html#var$externalPolicyName">PolicyViolationError::$externalPolicyName</a></span><br>
                    
97							</span>
                    
208	
                    
209	<!-- ========== Info from phpDoc block ========= -->
                    
210<p class="short-description">Gets the namesapce of this class</p>
                    
227		<dl>
                    
228			<dt><a href="../../GoogleApiAdsAdWords/v201008/PolicyViolationError.html#methodgetNamespace">PolicyViolationError::getNamespace()</a></dt>
                    
229						<dd>Gets the namesapce of this class</dd>
                    
288	<p class="notes" id="credit">
                    
289		Documentation generated by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
                    
290	</p>
                    
                
fsource_PhpExt_Grid_PhpExtGridEditorGridPanel.php.html http://php-ext.googlecode.com/svn/trunk/ | HTML | 170 lines
                    
12<div id="header">
                    
13	<h1><img src="../media/php-ext2.png" alt="PHP-Ext Logo" title="PHP-Ext" width="110" height="34" /></h1>
                    
14	<div>
                    
78<h1 align="center">Source for file EditorGridPanel.php</h1>
                    
79<p>Documentation is available at <a href="../PhpExt/Grid/_PhpExt---Grid---EditorGridPanel.php.html">EditorGridPanel.php</a></p>
                    
80<div class="src-code"><span class="php">
                    
103<li><div class="src-line"><a name="a23"></a><span class="src-doc">&nbsp;*/</span></div></li>
                    
104<li><div class="src-line"><a name="a24"></a><span class="src-key">class&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_EditorGridPanel.html">PhpExt_Grid_EditorGridPanel</a>&nbsp;<span class="src-key">extends&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_GridPanel.html">PhpExt_Grid_GridPanel</a>&nbsp;</div></li>
                    
105<li><div class="src-line"><a name="a25"></a><span class="src-sym">{</span></div></li>
                    
130<li><div class="src-line"><a name="a50"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-sym">)</span><span class="src-sym">;</span></div></li>
                    
131<li><div class="src-line"><a name="a51"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-var">$this</span><span class="src-sym">-&gt;</span><a href="../PhpExt/PhpExt_Object.html#methodaddValidConfigProperties">addValidConfigProperties</a><span class="src-sym">(</span><span class="src-var">$validProps</span><span class="src-sym">)</span><span class="src-sym">;</span></div></li>
                    
132<li><div class="src-line"><a name="a52"></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-sym">}&nbsp;&nbsp;&nbsp;&nbsp;</span></div></li>
                    
153<div id="footer">
                    
154PHP-Ext Open Source Project | <a href="http://php-ext.googlecode.com">http://php-ext.googlecode.com</a> | <a href="http://php-ext.quimera-solutions.com">http://php-ext.quimera-solutions.com</a> |
                    
155sergeiw at gmail.com
                    
                
Language.php git://github.com/thorsten/phpMyFAQ.git | PHP | 377 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP Version 5.3
                    
6 *
                    
10 *
                    
11 * @category  phpMyFAQ
                    
12 * @package   Language
                    
12 * @package   Language
                    
13 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
14 * @author    Matteo scaramuccia <matteo@phpmyfaq.de>
                    
15 * @author    Aurimas Fišeras <aurimas@gmail.com>
                    
16 * @copyright 2009-2012 phpMyFAQ Team
                    
17 * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
                    
17 * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
                    
18 * @link      http://www.phpmyfaq.de
                    
19 * @since     2009-05-14
                    
                
Pgsql.php git://github.com/michael-romer/zf-boilerplate.git | PHP | 336 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Pgsql.php 23775 2011-03-01 17:25:24Z ralph $
                    
21 */
                    
26 */
                    
27require_once 'Zend/Db/Adapter/Pdo/Abstract.php';
                    
28
                    
130     * COLUMN_NAME      => string; column name
                    
131     * COLUMN_POSITION  => number; ordinal position of column in table
                    
132     * DATA_TYPE        => string; SQL datatype name of column
                    
174        }
                    
175        $sql .= ' ORDER BY a.attnum';
                    
176
                    
251             */
                    
252            require_once 'Zend/Db/Adapter/Exception.php';
                    
253            throw new Zend_Db_Adapter_Exception("LIMIT argument count=$count is not valid");
                    
                
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.
                    
86        super.setThreadPool(pool);
                    
87        // preserve start order
                    
88        removeBean(_manager);
                    
235     * than {@link #getLowResourcesConnections()} connections.  This allows the server to rapidly close idle connections
                    
236     * in order to gracefully handle high load situations.
                    
237     * @param lowResourcesMaxIdleTime the period in ms that a connection is allowed to be idle when resources are low.
                    
                
installation_and_compilation_of_the_source_code.html git://pkgs.fedoraproject.org/skychart | HTML | 282 lines
                    
10<meta name="date" content="2011-09-29T14:59:19+0200" />
                    
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" />
                    
14<link rel="contents" href="http://ap-i.net/static/skychart/en/documentation/installation_and_compilation_of_the_source_code?do=index" title="Index" />
                    
15<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://ap-i.net/static/skychart/feed.php" />
                    
16<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://ap-i.net/static/skychart/feed.php?mode=list&amp;ns=en:documentation" />
                    
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>
                    
138</li>
                    
139<li class="level1"><div class="li"> You may have to adjust the scripts according to the Linux version because I not use them and they are probably out of date.  </div>
                    
140</li>
                    
                
jplayer.dark.css git://github.com/robinrizvi/Audio-Gallery-Suite.git | CSS | 569 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
                    
48	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#111111)";
                    
49  border: 0;
                    
50	-moz-border-radius: 6px 6px 0 0;
                    
50	-moz-border-radius: 6px 6px 0 0;
                    
51	-webkit-border-radius: 6px 6px 0 0;
                    
52	border-radius: 6px 6px 0 0;
                    
57div.jp-audio div.jp-type-single div.jp-interface {
                    
58	border-bottom: none;
                    
59	height: 80px;
                    
66div.jp-video div.jp-type-single div.jp-interface {
                    
67	border-bottom: none;
                    
68	-moz-border-radius: 0;
                    
                
jqplot.donutRenderer.min.js git://github.com/webasyst/webasyst-framework.git | JavaScript | 34 lines
                    
3 * jqPlot is currently available for use in all personal or commercial projects 
                    
4 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
5 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
5 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
6 * choose the license that best suits your project and use it accordingly. 
                    
7 *
                    
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 *
                    
33 */
                    
34(function(e){e.jqplot.DonutRenderer=function(){e.jqplot.LineRenderer.call(this)};e.jqplot.DonutRenderer.prototype=new e.jqplot.LineRenderer();e.jqplot.DonutRenderer.prototype.constructor=e.jqplot.DonutRenderer;e.jqplot.DonutRenderer.prototype.init=function(p,t){this.diameter=null;this.innerDiameter=null;this.thickness=null;this.padding=20;this.sliceMargin=0;this.ringMargin=null;this.fill=true;this.shadowOffset=2;this.shadowAlpha=0.07;this.shadowDepth=5;this.highlightMouseOver=true;this.highlightMouseDown=false;this.highlightColors=[];this.dataLabels="percent";this.showDataLabels=false;this.dataLabelFormatString=null;this.dataLabelThreshold=3;this.dataLabelPositionFactor=0.5;this.dataLabelNudge=0;this.startAngle=0;this.tickRenderer=e.jqplot.DonutTickRenderer;if(p.highlightMouseDown&&p.highlightMouseOver==null){p.highlightMouseOver=false}e.extend(true,this,p);if(this.diameter!=null){this.diameter=this.diameter-this.sliceMargin}this._diameter=null;this._innerDiameter=null;this._radius=null;this._innerRadius=null;this._thickness=null;this._previousSeries=[];this._numberSeries=1;this._sliceAngles=[];this._highlightedPoint=null;if(this.highlightColors.length==0){for(var r=0;r<this.seriesColors.length;r++){var q=e.jqplot.getColorComponents(this.seriesColors[r]);var n=[q[0],q[1],q[2]];var s=n[0]+n[1]+n[2];for(var o=0;o<3;o++){n[o]=(s>570)?n[o]*0.8:n[o]+0.3*(255-n[o]);n[o]=parseInt(n[o],10)}this.highlightColors.push("rgb("+n[0]+","+n[1]+","+n[2]+")")}}t.postParseOptionsHooks.addOnce(l);t.postInitHooks.addOnce(g);t.eventListenerHooks.addOnce("jqplotMouseMove",b);t.eventListenerHooks.addOnce("jqplotMouseDown",a);t.eventListenerHooks.addOnce("jqplotMouseUp",j);t.eventListenerHooks.addOnce("jqplotClick",f);t.eventListenerHooks.addOnce("jqplotRightClick",m);t.postDrawHooks.addOnce(h)};e.jqplot.DonutRenderer.prototype.setGridData=function(s){var o=[];var t=[];var n=this.startAngle/180*Math.PI;var r=0;for(var q=0;q<this.data.length;q++){o.push(this.data[q][1]);t.push([this.data[q][0]]);if(q>0){o[q]+=o[q-1]}r+=this.data[q][1]}var p=Math.PI*2/o[o.length-1];for(var q=0;q<o.length;q++){t[q][1]=o[q]*p;t[q][2]=this.data[q][1]/r}this.gridData=t};e.jqplot.DonutRenderer.prototype.makeGridData=function(s,t){var o=[];var u=[];var r=0;var n=this.startAngle/180*Math.PI;for(var q=0;q<s.length;q++){o.push(s[q][1]);u.push([s[q][0]]);if(q>0){o[q]+=o[q-1]}r+=s[q][1]}var p=Math.PI*2/o[o.length-1];for(var q=0;q<o.length;q++){u[q][1]=o[q]*p;u[q][2]=s[q][1]/r}return u};e.jqplot.DonutRenderer.prototype.drawSlice=function(x,u,t,p,s){var n=this._diameter/2;var v=n-this._thickness;var w=this.fill;x.save();x.translate(this._center[0],this._center[1]);if(s){for(var q=0;q<this.shadowDepth;q++){x.save();x.translate(this.shadowOffset*Math.cos(this.shadowAngle/180*Math.PI),this.shadowOffset*Math.sin(this.shadowAngle/180*Math.PI));o()}}else{o()}function o(){if(t>6.282+this.startAngle){t=6.282+this.startAngle;if(u>t){u=6.281+this.startAngle}}if(u>=t){return}x.beginPath();x.fillStyle=p;x.strokeStyle=p;x.arc(0,0,n,u,t,false);x.lineTo(v*Math.cos(t),v*Math.sin(t));x.arc(0,0,v,t,u,true);x.closePath();if(w){x.fill()}else{x.stroke()}}if(s){for(var q=0;q<this.shadowDepth;q++){x.restore()}}x.restore()};e.jqplot.DonutRenderer.prototype.draw=function(N,V,t,P){var Q;var J=(t!=undefined)?t:{};var q=0;var p=0;var u=1;if(t.legendInfo&&t.legendInfo.placement=="insideGrid"){var I=t.legendInfo;switch(I.location){case"nw":q=I.width+I.xoffset;break;case"w":q=I.width+I.xoffset;break;case"sw":q=I.width+I.xoffset;break;case"ne":q=I.width+I.xoffset;u=-1;break;case"e":q=I.width+I.xoffset;u=-1;break;case"se":q=I.width+I.xoffset;u=-1;break;case"n":p=I.height+I.yoffset;break;case"s":p=I.height+I.yoffset;u=-1;break;default:break}}var B=(J.shadow!=undefined)?J.shadow:this.shadow;var W=(J.showLine!=undefined)?J.showLine:this.showLine;var O=(J.fill!=undefined)?J.fill:this.fill;var s=N.canvas.width;var H=N.canvas.height;var G=s-q-2*this.padding;var R=H-p-2*this.padding;var v=Math.min(G,R);var T=v;var X=(this.ringMargin==null)?this.sliceMargin*2:this.ringMargin;for(var Q=0;Q<this._previousSeries.length;Q++){T-=2*this._previousSeries[Q]._thickness+2*X}this._diameter=this.diameter||T;if(this.innerDiameter!=null){var M=(this._numberSeries>1&&this.index>0)?this._previousSeries[0]._diameter:this._diameter;this._thickness=this.thickness||(M-this.innerDiameter-2*X*this._numberSeries)/this._numberSeries/2}else{this._thickness=this.thickness||v/2/(this._numberSeries+1)*0.85}var K=this._radius=this._diameter/2;this._innerRadius=this._radius-this._thickness;var o=this.startAngle/180*Math.PI;this._center=[(s-u*q)/2+u*q,(H-u*p)/2+u*p];if(this.shadow){var L="rgba(0,0,0,"+this.shadowAlpha+")";for(var Q=0;Q<V.length;Q++){var A=(Q==0)?o:V[Q-1][1]+o;A+=this.sliceMargin/180*Math.PI;this.renderer.drawSlice.call(this,N,A,V[Q][1]+o,L,true)}}for(var Q=0;Q<V.length;Q++){var A=(Q==0)?o:V[Q-1][1]+o;A+=this.sliceMargin/180*Math.PI;var z=V[Q][1]+o;this._sliceAngles.push([A,z]);this.renderer.drawSlice.call(this,N,A,z,this.seriesColors[Q],false);if(this.showDataLabels&&V[Q][2]*100>=this.dataLabelThreshold){var S,U=(A+z)/2,C;if(this.dataLabels=="label"){S=this.dataLabelFormatString||"%s";C=e.jqplot.sprintf(S,V[Q][0])}else{if(this.dataLabels=="value"){S=this.dataLabelFormatString||"%d";C=e.jqplot.sprintf(S,V[Q][1])}else{if(this.dataLabels=="percent"){S=this.dataLabelFormatString||"%d%%";C=e.jqplot.sprintf(S,V[Q][2]*100)}else{if(this.dataLabels.constructor==Array){S=this.dataLabelFormatString||"%s";C=e.jqplot.sprintf(S,this.dataLabels[Q])}}}}var n=this._innerRadius+this._thickness*this.dataLabelPositionFactor+this.sliceMargin+this.dataLabelNudge;var F=this._center[0]+Math.cos(U)*n+this.canvas._offsets.left;var E=this._center[1]+Math.sin(U)*n+this.canvas._offsets.top;var D=e('<span class="jqplot-donut-series jqplot-data-label" style="position:absolute;">'+C+"</span>").insertBefore(P.eventCanvas._elem);F-=D.width()/2;E-=D.height()/2;F=Math.round(F);E=Math.round(E);D.css({left:F,top:E})}}};e.jqplot.DonutAxisRenderer=function(){e.jqplot.LinearAxisRenderer.call(this)};e.jqplot.DonutAxisRenderer.prototype=new e.jqplot.LinearAxisRenderer();e.jqplot.DonutAxisRenderer.prototype.constructor=e.jqplot.DonutAxisRenderer;e.jqplot.DonutAxisRenderer.prototype.init=function(n){this.tickRenderer=e.jqplot.DonutTickRenderer;e.extend(true,this,n);this._dataBounds={min:0,max:100};this.min=0;this.max=100;this.showTicks=false;this.ticks=[];this.showMark=false;this.show=false};e.jqplot.DonutLegendRenderer=function(){e.jqplot.TableLegendRenderer.call(this)};e.jqplot.DonutLegendRenderer.prototype=new e.jqplot.TableLegendRenderer();e.jqplot.DonutLegendRenderer.prototype.constructor=e.jqplot.DonutLegendRenderer;e.jqplot.DonutLegendRenderer.prototype.init=function(n){this.numberRows=null;this.numberColumns=null;e.extend(true,this,n)};e.jqplot.DonutLegendRenderer.prototype.draw=function(){var q=this;if(this.show){var y=this._series;var B="position:absolute;";B+=(this.background)?"background:"+this.background+";":"";B+=(this.border)?"border:"+this.border+";":"";B+=(this.fontSize)?"font-size:"+this.fontSize+";":"";B+=(this.fontFamily)?"font-family:"+this.fontFamily+";":"";B+=(this.textColor)?"color:"+this.textColor+";":"";B+=(this.marginTop!=null)?"margin-top:"+this.marginTop+";":"";B+=(this.marginBottom!=null)?"margin-bottom:"+this.marginBottom+";":"";B+=(this.marginLeft!=null)?"margin-left:"+this.marginLeft+";":"";B+=(this.marginRight!=null)?"margin-right:"+this.marginRight+";":"";this._elem=e('<table class="jqplot-table-legend" style="'+B+'"></table>');var F=false,x=false,n,v;var z=y[0];var o=new e.jqplot.ColorGenerator(z.seriesColors);if(z.show){var G=z.data;if(this.numberRows){n=this.numberRows;if(!this.numberColumns){v=Math.ceil(G.length/n)}else{v=this.numberColumns}}else{if(this.numberColumns){v=this.numberColumns;n=Math.ceil(G.length/this.numberColumns)}else{n=G.length;v=1}}var E,D,p,t,r,u,w,C;var A=0;for(E=0;E<n;E++){if(x){p=e('<tr class="jqplot-table-legend"></tr>').prependTo(this._elem)}else{p=e('<tr class="jqplot-table-legend"></tr>').appendTo(this._elem)}for(D=0;D<v;D++){if(A<G.length){u=this.labels[A]||G[A][0].toString();C=o.next();if(!x){if(E>0){F=true}else{F=false}}else{if(E==n-1){F=false}else{F=true}}w=(F)?this.rowSpacing:"0";t=e('<td class="jqplot-table-legend" style="text-align:center;padding-top:'+w+';"><div><div class="jqplot-table-legend-swatch" style="border-color:'+C+';"></div></div></td>');r=e('<td class="jqplot-table-legend" style="padding-top:'+w+';"></td>');if(this.escapeHtml){r.text(u)}else{r.html(u)}if(x){r.prependTo(p);t.prependTo(p)}else{t.appendTo(p);r.appendTo(p)}F=true}A++}}}}return this._elem};function c(r,q,o){o=o||{};o.axesDefaults=o.axesDefaults||{};o.legend=o.legend||{};o.seriesDefaults=o.seriesDefaults||{};var n=false;if(o.seriesDefaults.renderer==e.jqplot.DonutRenderer){n=true}else{if(o.series){for(var p=0;p<o.series.length;p++){if(o.series[p].renderer==e.jqplot.DonutRenderer){n=true}}}}if(n){o.axesDefaults.renderer=e.jqplot.DonutAxisRenderer;o.legend.renderer=e.jqplot.DonutLegendRenderer;o.legend.preDraw=true;o.seriesDefaults.pointLabels={show:false}}}function g(r,q,o){for(var p=1;p<this.series.length;p++){if(!this.series[p]._previousSeries.length){for(var n=0;n<p;n++){if(this.series[p].renderer.constructor==e.jqplot.DonutRenderer&&this.series[n].renderer.constructor==e.jqplot.DonutRenderer){this.series[p]._previousSeries.push(this.series[n])}}}}for(p=0;p<this.series.length;p++){if(this.series[p].renderer.constructor==e.jqplot.DonutRenderer){this.series[p]._numberSeries=this.series.length;if(this.series[p].highlightMouseOver){this.series[p].highlightMouseDown=false}}}this.target.bind("mouseout",{plot:this},function(s){i(s.data.plot)})}var k=false;function l(n){for(var o=0;o<this.series.length;o++){this.series[o].seriesColors=this.seriesColors;this.series[o].colorGenerator=this.colorGenerator}}function d(r,q,p){var o=r.series[q];var n=r.plugins.donutRenderer.highlightCanvas;n._ctx.clearRect(0,0,n._ctx.canvas.width,n._ctx.canvas.height);o._highlightedPoint=p;r.plugins.donutRenderer.highlightedSeriesIndex=q;o.renderer.drawSlice.call(o,n._ctx,o._sliceAngles[p][0],o._sliceAngles[p][1],o.highlightColors[p],false)}function i(p){var n=p.plugins.donutRenderer.highlightCanvas;n._ctx.clearRect(0,0,n._ctx.canvas.width,n._ctx.canvas.height);for(var o=0;o<p.series.length;o++){p.series[o]._highlightedPoint=null}p.plugins.donutRenderer.highlightedSeriesIndex=null;p.target.trigger("jqplotDataUnhighlight")}function b(r,q,u,t,s){if(t){var p=[t.seriesIndex,t.pointIndex,t.data];var o=jQuery.Event("jqplotDataMouseOver");o.pageX=r.pageX;o.pageY=r.pageY;s.target.trigger(o,p);if(s.series[p[0]].highlightMouseOver&&!(p[0]==s.plugins.donutRenderer.highlightedSeriesIndex&&p[1]==s.series[p[0]]._highlightedPoint)){var n=jQuery.Event("jqplotDataHighlight");n.pageX=r.pageX;n.pageY=r.pageY;s.target.trigger(n,p);d(s,p[0],p[1])}}else{if(t==null){i(s)}}}function a(q,p,t,s,r){if(s){var o=[s.seriesIndex,s.pointIndex,s.data];if(r.series[o[0]].highlightMouseDown&&!(o[0]==r.plugins.donutRenderer.highlightedSeriesIndex&&o[1]==r.series[o[0]]._highlightedPoint)){var n=jQuery.Event("jqplotDataHighlight");n.pageX=q.pageX;n.pageY=q.pageY;r.target.trigger(n,o);d(r,o[0],o[1])}}else{if(s==null){i(r)}}}function j(p,o,s,r,q){var n=q.plugins.donutRenderer.highlightedSeriesIndex;if(n!=null&&q.series[n].highlightMouseDown){i(q)}}function f(q,p,t,s,r){if(s){var o=[s.seriesIndex,s.pointIndex,s.data];var n=jQuery.Event("jqplotDataClick");n.pageX=q.pageX;n.pageY=q.pageY;r.target.trigger(n,o)}}function m(r,q,u,t,s){if(t){var p=[t.seriesIndex,t.pointIndex,t.data];var n=s.plugins.donutRenderer.highlightedSeriesIndex;if(n!=null&&s.series[n].highlightMouseDown){i(s)}var o=jQuery.Event("jqplotDataRightClick");o.pageX=r.pageX;o.pageY=r.pageY;s.target.trigger(o,p)}}function h(){this.plugins.donutRenderer={highlightedSeriesIndex:null};this.plugins.donutRenderer.highlightCanvas=new e.jqplot.GenericCanvas();var o=e(this.targetId+" .jqplot-data-label");if(o.length){e(o[0]).before(this.plugins.donutRenderer.highlightCanvas.createElement(this._gridPadding,"jqplot-donutRenderer-highlight-canvas",this._plotDimensions))}else{this.eventCanvas._elem.before(this.plugins.donutRenderer.highlightCanvas.createElement(this._gridPadding,"jqplot-donutRenderer-highlight-canvas",this._plotDimensions))}var n=this.plugins.donutRenderer.highlightCanvas.setContext()}e.jqplot.preInitHooks.push(c);e.jqplot.DonutTickRenderer=function(){e.jqplot.AxisTickRenderer.call(this)};e.jqplot.DonutTickRenderer.prototype=new e.jqplot.AxisTickRenderer();e.jqplot.DonutTickRenderer.prototype.constructor=e.jqplot.DonutTickRenderer})(jQuery);
                    
                
ico.php http://lansuite.googlecode.com/svn/trunk/ | PHP | 729 lines
                    
324  $Ikona[$p]["BytesInRes"]=freaddword($f);
                    
325  $Ikona[$p]["ImageOffset"]=freaddword($f);
                    
326 };
                    
381
                    
382$ret.=inttoword(0); //PASSWORD
                    
383$ret.=inttoword(1); //SOURCE
                    
466$ret.=inttoword(1); //PLANES
                    
467$ret.=inttoword($BitCount);   //
                    
468$ret.=inttodword(0);//Compress method
                    
633* inttodword($n) - returns dword (n)
                    
634* inttoword($n) - returns word(n)
                    
635* freadbyte($file) - reads 1 byte from $file
                    
636* freadword($file) - reads 2 bytes (1 word) from $file
                    
637* freaddword($file) - reads 4 bytes (1 dword) from $file
                    
638* freadlngint($file) - same as freaddword($file)
                    
                
ebpls_bus_topestablishment.php http://ebpls.googlecode.com/svn/trunk/ | PHP | 418 lines
                    
1<?php                                  
                    
2require_once("../lib/ebpls.utils.php");
                    
3define('FPDF_FONTPATH','font/');
                    
4require('../ebpls-php-lib/html2pdf_lib/fpdf.php');
                    
5include("../lib/phpFunctions-inc.php");
                    
5include("../lib/phpFunctions-inc.php");
                    
6include("../includes/variables.php");
                    
7include("../lib/multidbconnection.php");
                    
32    {
                    
33        //Set ordinate to top
                    
34        $this->SetY($this->y0);
                    
136/*==========================================
                    
137FREDERICK -> add Y coordinate to adjust 
                    
138		position from top */
                    
181        and a.business_barangay_code  like '$brgy_name' and i.business_id = a.business_id and i.owner_id = b.owner_id and 
                    
182		$nnquery order by $qorder DESC limit $list_limit");
                    
183	
                    
                
History.php git://pkgs.fedoraproject.org/horde | PHP | 408 lines
                    
5 *
                    
6 * $Horde: framework/History/History.php,v 1.28.2.25 2010/11/08 16:17:28 jan Exp $
                    
7 *
                    
7 *
                    
8 * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
                    
9 *
                    
179                    $query = 'UPDATE horde_histories SET history_ts = ?, history_who = ?, history_desc = ?, history_extra = ? WHERE history_id = ?';
                    
180                    Horde::logMessage('SQL query by Horde_History::log(): ' . $query . ', values: ' . implode(',', $values), __FILE__, __LINE__, PEAR_LOG_DEBUG);
                    
181                    $r = $this->_write_db->query($query, $values);
                    
297        $query = 'SELECT DISTINCT object_uid, history_id FROM horde_histories WHERE ' . implode(' AND ', $where);
                    
298        Horde::logMessage('SQL query by Horde_History::getByTimestamp(): ' . $query, __FILE__, __LINE__, PEAR_LOG_DEBUG);
                    
299        $r = $this->_db->getAssoc($query);
                    
355        $query = 'DELETE FROM horde_histories WHERE object_uid IN (' . implode(',', $ids) . ')';
                    
356        Horde::logMessage('SQL query by Horde_History::removeByNames(): ' . $query, __FILE__, __LINE__, PEAR_LOG_DEBUG);
                    
357        $r = $this->_write_db->query($query);
                    
                
sub-activity-class-singlepost.php http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | PHP | 381 lines
                    
1<?php
                    
2
                    
315
                    
316                    $date_recorded = gmdate( "Y-m-d H:i:s" );
                    
317
                    
321                                            item_id = %d,
                    
322                                            date_recorded = %s,
                    
323                                            hide_sitewide = %d
                    
324                            WHERE           id = %d",
                    
325                                            $action, $album_id, $date_recorded, $post_privacy,
                    
326                                            $activity_post_id
                    
                
DictionaryLoader.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
56        // $tiVersion = $tiiFile->readInt();
                    
57        $tiVersion = ord($data[0]) << 24 | ord($data[1]) << 16 | ord($data[2]) << 8  | ord($data[3]);
                    
58        $pos += 4;
                    
60            $tiVersion != (int)0xFFFFFFFD /* 2.1+ format    */) {
                    
61                require_once 'Zend/Search/Lucene/Exception.php';
                    
62                throw new Zend_Search_Lucene_Exception('Wrong TermInfoIndexFile file format');
                    
65        // $indexTermCount = $tiiFile->readLong();
                    
66        if (PHP_INT_SIZE > 4) {
                    
67            $indexTermCount = ord($data[$pos]) << 56  |
                    
67            $indexTermCount = ord($data[$pos]) << 56  |
                    
68                              ord($data[$pos+1]) << 48  |
                    
69                              ord($data[$pos+2]) << 40  |
                    
95        // $skipInterval   = $tiiFile->readInt();
                    
96        $skipInterval = ord($data[$pos]) << 24 | ord($data[$pos+1]) << 16 | ord($data[$pos+2]) << 8  | ord($data[$pos+3]);
                    
97        $pos += 4;
                    
                
photolang.php http://festos.googlecode.com/svn/trunk/ | PHP | 230 lines
                    
1<?php 
                    
2$title = "Language Editor - Photos";
                    
3
                    
4require_once('../core/core.php');
                    
5require_once($config['ABSOLUTE_FILE_PATH'].'admin/includes/header.php');
                    
23<h2>Language Editor - Photo Language Strings</h2>
                    
24<?php
                    
25if(isset($_GET['success']) && $_GET['success'] == 'true') {
                    
26?>
                    
27<p style="color:#7E0922;background-color:#ffffcc;width:250px;padding:4px;border:1px solid #ddd;" id="configsaved"><strong>Language configuration saved.</strong>
                    
28<script type="text/javascript" language="javascript">
                    
32</script>
                    
33<?php } ?>
                    
34
                    
36
                    
37<form action="do_photolang.php" method="post">
                    
38<table class="stripeMe" cellspacing="0" cellpadding="3" width="600">
                    
                
ASF_Object_Metadata.html http://xepec.googlecode.com/svn/trunk/ | HTML | 209 lines
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ASF---Object---Metadata.php.html">/ASF/Object/Metadata.php</a> (line <span class="field">55</span>)
                    
34		</p>
                    
36				
                    
37		<pre><a href="../../php-reader/ASF/ASF_Object.html">ASF_Object</a>
                    
38   |
                    
62										<a href="#__construct" title="details" class="method-name">__construct</a>
                    
63											(<span class="var-type"><a href="../../php-reader/Reader.html">Reader</a></span>&nbsp;<span class="var-name">$reader</span>, [<span class="var-type"></span>&nbsp;<span class="var-name">&$options</span> = <span class="var-default">array()</span>], <span class="var-type">Array</span>&nbsp;<span class="var-name">$options</span>)
                    
64									</div>
                    
183					<blockquote>
                    
184													<span class="method-name"><a href="../../php-reader/ASF/ASF_Object.html#method__construct">ASF_Object::__construct()</a></span><br>
                    
185													<span class="method-name"><a href="../../php-reader/ASF/ASF_Object.html#methodgetIdentifier">ASF_Object::getIdentifier()</a></span><br>
                    
205	<p class="notes" id="credit">
                    
206		Documentation generated on Thu, 01 Jan 2009 14:59:28 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
207	</p>
                    
                
weblinks.html.php http://miacms.googlecode.com/svn/trunk/ | PHP | 328 lines
                    
32
                    
33		<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane<?php echo $params->get( 'pageclass_sfx' ); ?>">
                    
34		<tr>
                    
39				?>
                    
40				<img src="<?php echo $currentcat->img; ?>" align="<?php echo $currentcat->align; ?>" hspace="6" alt="<?php echo T_('Web Links'); ?>" />
                    
41				<?php
                    
211					<li>
                    
212						<a href="<?php echo sefRelToAbs( $link ); ?>" class="category<?php echo $params->get( 'pageclass_sfx' ); ?>">
                    
213						<?php echo $cat->name;?>
                    
242		
                    
243		<form action="<?php echo sefRelToAbs("index.php"); ?>" method="post" name="adminForm" id="adminForm">
                    
244		<table cellpadding="0" cellspacing="0" border="0" width="100%">
                    
298		<input type="hidden" name="task" value="" />
                    
299		<input type="hidden" name="ordering" value="<?php echo $row->ordering; ?>" />
                    
300		<input type="hidden" name="approved" value="<?php echo $row->approved; ?>" />
                    
                
admin.mambots.html.php http://miacms.googlecode.com/svn/trunk/ | PHP | 332 lines
                    
63			<th width="1%">
                    
64			<img id="saveorder" class="saveorder-icon" src="images/filesave.png" width="16" height="16" alt="<?php echo T_('Save Order'); ?>" />
                    
65			</th>
                    
108				<td>
                    
109				<?php echo $pageNav->orderUpIcon( $i, ($row->folder == @$rows[$i-1]->folder && $row->ordering > -10000 && $row->ordering < 10000) ); ?>
                    
110				</td>
                    
111				<td>
                    
112				<?php echo $pageNav->orderDownIcon( $i, $n, ($row->folder == @$rows[$i+1]->folder && $row->ordering > -10000 && $row->ordering < 10000) ); ?>
                    
113				</td>
                    
114				<td align="center" colspan="2">
                    
115				<input type="text" name="order[]" size="5" value="<?php echo $row->ordering; ?>" class="text_area" style="text-align: center" />
                    
116				</td>
                    
237					<td valign="top" align="left">
                    
238					<?php echo T_('Mambot Order:'); ?>
                    
239					</td>
                    
                
config.php https://bitbucket.org/seezoo/seezoo/ | PHP | 330 lines
                    
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2
                    
20|
                    
21| Typically this will be your index.php file, unless you've renamed it to
                    
22| something else. If you are using mod_rewrite to remove the page set this
                    
25*/
                    
26$config['index_page'] = "index.php";
                    
27
                    
141|
                    
142| The other items let you set the query string "words" that will
                    
143| invoke your controllers and its functions:
                    
143| invoke your controllers and its functions:
                    
144| example.com/index.php?c=controller&m=function
                    
145|
                    
166|	0 = Disables logging, Error logging TURNED OFF
                    
167|	1 = Error Messages (including PHP errors)
                    
168|	2 = Debug Messages
                    
                
tab_admincp.php http://thegamesdb.googlecode.com/svn/trunk/ | PHP | 320 lines
                    
72				<ul>
                    
73					<li<?php if($cptab == "userinfo"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=userinfo">My User Info</a></li>
                    
74					<li<?php if($cptab == "addplatform"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=addplatform">Add New Platform</a></li>
                    
74					<li<?php if($cptab == "addplatform"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=addplatform">Add New Platform</a></li>
                    
75					<li<?php if($cptab == "publishers"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=pubdev">Manage Publishers &amp; Developers</a></li>
                    
76					<li<?php if($cptab == "sendpm"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=sendpm">Send PM</a></li>
                    
76					<li<?php if($cptab == "sendpm"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=sendpm">Send PM</a></li>
                    
77					<li<?php if($cptab == "platformalias"){ ?> class="active" <?php } ?>><a href="<?= $baseurl ?>/admincp/?cptab=platformalias">Generate Platform Alias's</a></li>
                    
78				</ul>
                    
133											<select name="languageid" size="1">
                    
134												<?php
                    
135												## Display language selector
                    
196								<?php
                    
197								$pubdevQuery = mysql_query(" SELECT * FROM pubdev ORDER BY keywords ASC");
                    
198								while($pubdevResult = mysql_fetch_object($pubdevQuery))
                    
                
DBSystemLog.cs https://hg01.codeplex.com/mojoportal | C# | 394 lines
                    
5// The use and distribution terms for this software are covered by the 
                    
6// Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
                    
7// which can be found in the file CPL.TXT at the root of this distribution.
                    
304
                    
305            sqlCommand.Append("ORDER BY ID  "); 
                    
306            //order by is required if using fetch and offset or an error will occur, uncomment it and put at least one column to sort by
                    
366
                    
367            sqlCommand.Append("ORDER BY ID DESC ");
                    
368            //order by is required if using fetch and offset or an error will occur, uncomment it and put at least one column to sort by
                    
                
index.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 295 lines
                    
1<?php
                    
2/**
                    
22/**
                    
23 * PHP sample code for the YouTube data API.  Utilizes the Zend Framework
                    
24 * Zend_Gdata component to communicate with the YouTube data API.
                    
25 *
                    
26 * Requires the Zend Framework Zend_Gdata component and PHP >= 5.1.4
                    
27 *
                    
28 * This sample is run from within a web browser.  These files are required:
                    
29 * index.php - the main logic, which interfaces with the YouTube API
                    
30 * interface.html - the HTML to represent the web UI
                    
41 */
                    
42require_once 'Zend/Loader.php';
                    
43
                    
77    $ytQuery = $yt->newVideoQuery($userVideosUrl);
                    
78    // order by the rating of the videos
                    
79    $ytQuery->setOrderBy('rating');
                    
                
axis2__http__out__transport__info_8h.html git://pkgs.fedoraproject.org/axis2c | HTML | 87 lines
                    
17    <li>
                    
18      <form action="search.php" method="get">
                    
19        <table cellspacing="0" cellpadding="0" border="0">
                    
39<p>
                    
40<a href="axis2__http__out__transport__info_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
                    
41<tr><td></td></tr>
                    
83<a href="http://www.doxygen.org/index.html">
                    
84<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
                    
85</body>
                    
                
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>
                    
65          </span><span class="right">
                    
66            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
                    
67          </span>
                    
139<div id="MSearchResultsWindow">
                    
140<iframe src="javascript:void(0)" frameborder="0" 
                    
141        name="MSearchResults" id="MSearchResults">
                    
148<h3><a class="anchor" id="index_e"></a>- e -</h3><ul>
                    
149<li>editRecord()
                    
150: <a class="el" href="d3/d10/class_easy_form.html#a32687fce665ec940eadd9d119c193632">EasyForm</a>
                    
                
FigletTest.php git://pkgs.fedoraproject.org/php-ZendFramework | PHP | 364 lines
                    
152
                    
153    public function testGetWordReturnsWord()
                    
154    {
                    
188        $this->assertFalse($id1 == $id2);
                    
189        $this->assertFalse($word1 == $word2);
                    
190    }
                    
209        $this->assertEquals(1, $session->setExpirationHops);
                    
210        $this->assertEquals($this->captcha->getWord(), $session->word);
                    
211    }
                    
312        $this->assertTrue($this->element->isValid($input));
                    
313        $this->assertEquals($session->word, $this->captcha->getWord());
                    
314    }
                    
340    {
                    
341        if (('word' == $name) && (null !== self::$_word))  {
                    
342            return true;
                    
                
commerce_payment.checkout_pane.inc https://hg.codeplex.com/webstart | Pascal | 316 lines
                    
83    }
                    
84    elseif (isset($order->data['payment_method']) && isset($options[$order->data['payment_method']])) {
                    
85      $default_value = $order->data['payment_method'];
                    
183      // If we can calculate a single order total for the order...
                    
184      if ($balance = commerce_payment_order_balance($order)) {
                    
185        // Delegate submit to the payment method callback.
                    
238      commerce_payment_redirect_pane_next_page($order);
                    
239      drupal_goto(commerce_checkout_order_uri($order));
                    
240    }
                    
245      commerce_payment_redirect_pane_previous_page($order);
                    
246      drupal_goto(commerce_checkout_order_uri($order));
                    
247    }
                    
253    $order->data['payment_redirect_key'] = drupal_hash_base64(time());
                    
254    commerce_order_save($order);
                    
255
                    
                
Order.php https://hg.codeplex.com/cp3046team07bj | PHP | 302 lines
                    
43
                    
44$sql = "select Order_id from orders order by Order_id DESC limit 0,1";
                    
45$no_rows = $db->fetch_array($db->query($sql));
                    
229                    <td height="32" bordercolor="#FF6600"><div align="center"><?php echo $pkey?>&nbsp;</div></td>
                    
230                    <td height="32" bordercolor="#FF6600"><div align="center"><img src="<?php echo $pval['Product_images']?>" width="100" height="100"/>&nbsp;</div></td>
                    
231                    <td bordercolor="#FF6600"><div align="center"><?php echo $pval['Product_name']?>&nbsp;</div></td>
                    
231                    <td bordercolor="#FF6600"><div align="center"><?php echo $pval['Product_name']?>&nbsp;</div></td>
                    
232                    <td bordercolor="#FF6600"><div align="center"><?php echo $pval['Product_price']?>&nbsp;</div></td>
                    
233                    <th bordercolor="#FF6600" scope="col"><?php echo $pval['num']?>&nbsp;</th>
                    
257              <p align="left" >&nbsp;</p>
                    
258              <p align="left" >In order to makesure  products you already bought   will not be making in time. Please pay 50% of totel money by remittance. You can see   the Account Number in <a href="contactus.php"  style=" color:#CC0033">contact us</a>.</p>
                    
259              <p align="left" >&nbsp;</p>
                    
283          <tr>
                    
284            <th width="392"  scope="col"> <input name="order" type="submit"  value="Place the order!" /></th>
                    
285            <th width="459"  scope="col"><input name="Submit" type="reset" value="Reset" /></th>
                    
                
README.md git://github.com/timroes/aXMLRPC.git | Markdown | 314 lines
                    
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
                    
189With this flag enabled, the XML-RPC client will ignore the HTTP status
                    
190code of the response from the server. According to specification the
                    
191status code must be 200. This flag is only needed for the use with 
                    
220as a string element. This is just for incoming messages. Outgoing messages
                    
221will still be generated according to specification.
                    
222
                    
234#### FLAGS_NO_STRING_ENCODE
                    
235By default outgoing string values will be encoded according to specification.
                    
236Meaning the & sign will be encoded to `&amp;` and the "less then" sign to `&lt;`.
                    
295
                    
296The library is licensed under [MIT License] (http://www.opensource.org/licenses/mit-license.php).
                    
297See the LICENSE file for the license text. 
                    
                
 

Source

Language