PageRenderTime 718ms queryTime 42ms sortTime 264ms getByIdsTime 55ms findMatchingLines 36ms

100+ results results for 'php ord repo:aurimukas/intrans-v2' (718 ms)

Not the results you expected?
View.php git://github.com/concrete5/concrete5.git | PHP | 478 lines
                    
1<?php
                    
2namespace Concrete\Core\View;
                    
210        if (!$this->innerContentFile) { // will already be set in a legacy tools file
                    
211            $this->setInnerContentFile($env->getPath($this->viewRootDirectoryName.'/'.trim($this->viewPath, '/').'.php', $this->viewPkgHandle));
                    
212        }
                    
466
                    
467        $_record = $_locator->getRecord(DIRNAME_ELEMENTS . '/' . $_file . '.php');
                    
468        $_file = $_record->getFile();
                    
469
                    
470        unset($_record);
                    
471        unset($_app);
                    
                
permissions.inc.php git://github.com/modxcms/revolution.git | PHP | 192 lines
                    
1<?php
                    
2/**
                    
12$_lang['perm.add_children_desc'] = 'Untuk menambah sumber daya sebagai anak-anak sumber daya tertentu atau elemen kategori.';
                    
13$_lang['perm.change_password_desc'] = 'Pengguna dapat mengubah sandi pengguna.';
                    
14$_lang['perm.change_profile_desc'] = 'Pengguna dapat mengubah profil mereka.';
                    
                
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
                    
                
AdvancedServerDatabaseConfig.cs https://openHistorian.svn.codeplex.com/svn | C# | 388 lines
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
205        /// <summary>
                    
206        /// Gets the supported encoding methods for streaming data. This list is in a prioritized order.
                    
207        /// </summary>
                    
                
SdwApi.java https://jonathan.svn.codeplex.com/svn | Java | 359 lines
                    
50      this.m_Client = Client.create (config);
                    
51      this.m_Service = this.m_Client.resource (UriBuilder.fromUri ("http://seekdeepwithin.com/code/api.php").build ());
                    
52   }
                    
249         //int subBookId = subBookItem.getInt ("subbookid");
                    
250         int subBookOrder = subBookItem.getInt ("order");
                    
251         int subBookLinkedId = subBookItem.optInt ("linkedbooklistid", -1);
                    
253         SubBook subBook = new SubBook (b, Integer.parseInt (subBookListId), parentBook);
                    
254         subBook.setOrder (subBookOrder);
                    
255         if (subBookLinkedId != -1) {
                    
280         int chapterId = chapterItem.getInt ("chapterid");
                    
281         int chapterOrder = chapterItem.getInt ("order");
                    
282         JSONObject footer = chapterItem.optJSONObject ("footer");
                    
284         Chapter chapter = new Chapter (chapterId, chapterName, Integer.parseInt (chapterListId));
                    
285         chapter.setOrder (chapterOrder);
                    
286         if (footer != null) {
                    
                
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>
                    
                
MapboxTest.php git://github.com/willdurand/Geocoder.git | PHP | 269 lines
                    
1<?php
                    
2
                    
104        $this->assertInstanceOf(Address::class, $result);
                    
105        $this->assertEquals(43.73125, $result->getCoordinates()->getLatitude(), '', 0.001);
                    
106        $this->assertEquals(7.41974, $result->getCoordinates()->getLongitude(), '', 0.001);
                    
121        if (!isset($_SERVER['MAPBOX_GEOCODING_KEY'])) {
                    
122            $this->markTestSkipped('You need to configure the MAPBOX_GEOCODING_KEY value in phpunit.xml');
                    
123        }
                    
133        $this->assertInstanceOf(Address::class, $result);
                    
134        $this->assertEquals(37.77572, $result->getCoordinates()->getLatitude(), '', 0.001);
                    
135        $this->assertEquals(-122.41362, $result->getCoordinates()->getLongitude(), '', 0.001);
                    
156        $provider = new Mapbox($this->getMockedHttpClient(), 'access_token');
                    
157        $provider->reverseQuery(ReverseQuery::fromCoordinates(1, 2));
                    
158    }
                    
159
                    
160    public function testReverseWithRealCoordinates()
                    
161    {
                    
                
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);
                    
                
UserGroups.php git://github.com/phpmyadmin/phpmyadmin.git | PHP | 357 lines
                    
1<?php
                    
2/**
                    
7
                    
8namespace PhpMyAdmin\Server;
                    
9
                    
9
                    
10use PhpMyAdmin\Html\Generator;
                    
11use PhpMyAdmin\Relation;
                    
11use PhpMyAdmin\Relation;
                    
12use PhpMyAdmin\Template;
                    
13use PhpMyAdmin\Url;
                    
13use PhpMyAdmin\Url;
                    
14use PhpMyAdmin\Util;
                    
15
                    
23/**
                    
24 * PhpMyAdmin\Server\UserGroups class
                    
25 */
                    
                
atof_test.go git://github.com/axw/llgo.git | Go | 430 lines
                    
63	{"-1.7976931348623159e308", "-Inf", ErrRange},
                    
64	// the border is ...158079
                    
65	// borderline - okay
                    
67	{"-1.7976931348623158e308", "-1.7976931348623157e+308", nil},
                    
68	// borderline - too large
                    
69	{"1.797693134862315808e308", "+Inf", ErrRange},
                    
116	{"2.2250738585072012e-308", "2.2250738585072014e-308", nil},
                    
117	// http://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
                    
118	{"2.2250738585072011e-308", "2.225073858507201e-308", nil},
                    
154	{"-3.4028236e38", "-Inf", ErrRange},
                    
155	// the border is 3.40282356779...e+38
                    
156	// borderline - okay
                    
158	{"-3.402823567e38", "-3.4028235e+38", nil},
                    
159	// borderline - too large
                    
160	{"3.4028235678e38", "+Inf", ErrRange},
                    
                
box_graph_invoices_permonth.php git://github.com/Dolibarr/dolibarr.git | PHP | 293 lines
                    
1<?php
                    
2/* Copyright (C) 2013 Laurent Destailleur  <eldy@users.sourceforge.net>
                    
18/**
                    
19 *	\file       htdocs/core/boxes/box_graph_invoices_permonth.php
                    
20 *	\ingroup    factures
                    
22 */
                    
23include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
                    
24
                    
64	 *
                    
65	 *  @param	int		$max        Maximum number of records to load
                    
66	 *  @return	void
                    
75
                    
76		//include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
                    
77		//$facturestatic=new Facture($this->db);
                    
112
                    
113			include_once DOL_DOCUMENT_ROOT.'/core/class/dolgraph.class.php';
                    
114			include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facturestats.class.php';
                    
                
SearchHelper.php git://github.com/thorsten/phpMyFAQ.git | PHP | 382 lines
                    
10 * @package   phpMyFAQ\Helper
                    
11 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
12 * @copyright 2009-2021 phpMyFAQ Team
                    
27use phpMyFAQ\Strings;
                    
28use phpMyFAQ\Utils;
                    
29use stdClass;
                    
92        $results = [];
                    
93        $maxResults = $this->config->get('records.numberOfRecordsPerPage');
                    
94        $numOfResults = $resultSet->getNumberOfResults();
                    
138        $html = '';
                    
139        $confPerPage = $this->config->get('records.numberOfRecordsPerPage');
                    
140        $numOfResults = $resultSet->getNumberOfResults();
                    
186        $html = '';
                    
187        $confPerPage = $this->config->get('records.numberOfRecordsPerPage');
                    
188        $numOfResults = $resultSet->getNumberOfResults();
                    
                
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			}
                    
                
odbc_arginfo.h https://github.com/php/php-src.git | C Header | 377 lines
                    
1/* This is a generated file, edit the .stub.php file instead.
                    
2 * Stub hash: 27a50ba79ed632721ee458527ef543e4b44ee897 */
                    
41
                    
42#if defined(PHP_ODBC_HAVE_FETCH_HASH)
                    
43ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_odbc_fetch_object, 0, 1, stdClass, MAY_BE_FALSE)
                    
48
                    
49#if defined(PHP_ODBC_HAVE_FETCH_HASH)
                    
50ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_odbc_fetch_array, 0, 1, MAY_BE_ARRAY|MAY_BE_FALSE)
                    
83	ZEND_ARG_TYPE_INFO(0, user, IS_STRING, 0)
                    
84	ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
                    
85	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cursor_option, IS_LONG, 0, "SQL_CUR_USE_DRIVER")
                    
258ZEND_FUNCTION(odbc_exec);
                    
259#if defined(PHP_ODBC_HAVE_FETCH_HASH)
                    
260ZEND_FUNCTION(odbc_fetch_object);
                    
261#endif
                    
262#if defined(PHP_ODBC_HAVE_FETCH_HASH)
                    
263ZEND_FUNCTION(odbc_fetch_array);
                    
                
sfMigrator.class.php https://github.com/jcoby/sfPropelMigrationsPlugin.git | PHP | 582 lines
                    
1<?php
                    
2
                    
16 * @author     Martin Kreidenweis <sf@kreidenweis.com>
                    
17 * @version    SVN: $Id: sfMigrator.class.php 26873 2010-01-19 12:09:31Z Stefan.Koopmanschap $
                    
18 */
                    
101    
                    
102    // do appropriate stuff according to migration direction
                    
103    if (strnatcmp($destVersion, $sourceVersion) == -1)
                    
117    $current_version = $this->getCurrentVersion();
                    
118    $result = $this->executeQuery("SELECT version FROM schema_migration WHERE version != '$current_version' ORDER BY lpad(version, 14, '0') desc limit 1");
                    
119    if($result instanceof PDOStatement)
                    
162    $newClass = <<<EOF
                    
163<?php
                    
164
                    
189    // write new migration stub
                    
190    $newFileName = $this->getMigrationsDir().DIRECTORY_SEPARATOR.$newVersion.'_'.$name.'.php';
                    
191    file_put_contents($newFileName, $newClass);
                    
                
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>
                    
                
Personality.html https://gitlab.com/kidaa/masws.git | HTML | 245 lines
                    
71<li class="blockList">
                    
72<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
                    
73<caption><span>Packages that use <a href="../../../../../../com/hp/hpl/jena/enhanced/Personality.html" title="class in com.hp.hpl.jena.enhanced">Personality</a></span><span class="tabEnd">&nbsp;</span></caption>
                    
94<h3>Uses of <a href="../../../../../../com/hp/hpl/jena/enhanced/Personality.html" title="class in com.hp.hpl.jena.enhanced">Personality</a> in <a href="../../../../../../com/hp/hpl/jena/enhanced/package-summary.html">com.hp.hpl.jena.enhanced</a></h3>
                    
95<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
                    
96<caption><span>Subclasses of <a href="../../../../../../com/hp/hpl/jena/enhanced/Personality.html" title="class in com.hp.hpl.jena.enhanced">Personality</a> in <a href="../../../../../../com/hp/hpl/jena/enhanced/package-summary.html">com.hp.hpl.jena.enhanced</a></span><span class="tabEnd">&nbsp;</span></caption>
                    
103<td class="colFirst"><code>class&nbsp;</code></td>
                    
104<td class="colLast"><code><strong><a href="../../../../../../com/hp/hpl/jena/enhanced/GraphPersonality.html" title="class in com.hp.hpl.jena.enhanced">GraphPersonality</a></strong></code>
                    
105<div class="block">Personalities for Graphs.</div>
                    
115</table>
                    
116<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
                    
117<caption><span>Fields in <a href="../../../../../../com/hp/hpl/jena/enhanced/package-summary.html">com.hp.hpl.jena.enhanced</a> declared as <a href="../../../../../../com/hp/hpl/jena/enhanced/Personality.html" title="class in com.hp.hpl.jena.enhanced">Personality</a></span><span class="tabEnd">&nbsp;</span></caption>
                    
128</table>
                    
129<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
                    
130<caption><span>Methods in <a href="../../../../../../com/hp/hpl/jena/enhanced/package-summary.html">com.hp.hpl.jena.enhanced</a> that return <a href="../../../../../../com/hp/hpl/jena/enhanced/Personality.html" title="class in com.hp.hpl.jena.enhanced">Personality</a></span><span class="tabEnd">&nbsp;</span></caption>
                    
                
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,
                    
                
silcsftp_fs-silc_sftp_fs_memory_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
                    
                
LangReplacer.php git://github.com/imagecms/ImageCMS.git | PHP | 446 lines
                    
18
                    
19    const QUOTED_WORD = self::QUOTE . self::WORD . self::QUOTE;
                    
20
                    
153                $params = $data['params'];
                    
154                $translation = self::translate($domain, $word, 'en_US');
                    
155                if ($translation && $translation !== $word) {
                    
310     * @param $fileContent
                    
311     * @param string $word
                    
312     * @return array
                    
320    public static function isCyrillic($word) {
                    
321        return preg_match('/[\p{Cyrillic}]/u', $word) || preg_match('/[А-Яа-яЁё]/u', $word);
                    
322    }
                    
342
                    
343        $word = $word ? "($word)" : self::WORD;
                    
344        $quotedWord = self::QUOTE . $word . self::QUOTE;
                    
                
jDaoParser.class.php git://github.com/jelix/jelix.git | PHP | 462 lines
                    
88     *
                    
89     * @var jSelectorDaoRecord
                    
90     */
                    
136            // Keep the same driver as current used
                    
137            $importSel = new jSelectorDaoDb($import, $this->selector->driver, $this->selector->dbType);
                    
138            jApp::popCurrentModule();
                    
153            $this->_eventList = $parser->getEvents();
                    
154            $this->_userRecord = $parser->getUserRecord();
                    
155            $this->_importedDao = $parser->getImportedDao();
                    
213                jApp::pushCurrentModule($this->selector->module);
                    
214                $this->_userRecord = new jSelectorDaoRecord((string) $xml->record[0]['extends']);
                    
215                jApp::popCurrentModule();
                    
444     *
                    
445     * @return jSelectorDaoRecord
                    
446     */
                    
                
commands.html git://github.com/tinymce/tinymce.git | HTML | 168 lines
                    
16			"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
                    
17			"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
                    
18			"save table contextmenu directionality emoticons template paste textcolor importcss colorpicker",
                    
31			if (method == "spellcheck") {
                    
32				var words = data.match(this.getWordCharPattern());
                    
33				var suggestions = {};
                    
34
                    
35				for (var i = 0; i < words.length; i++) {
                    
36					suggestions[words[i]] = ["First", "second"];
                    
38
                    
39				success({words: suggestions, dictionary: true});
                    
40			}
                    
100	<button type="button" onclick="cmd('JustifyNone')">JustifyNone</button>
                    
101	<button type="button" onclick="cmd('InsertUnorderedList')">InsertUnorderedList</button>
                    
102	<button type="button" onclick="cmd('InsertOrderedList')">InsertOrderedList</button>
                    
                
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>
                    
                
GitRepo.php git://github.com/kbjr/Git.php.git | PHP | 630 lines
                    
1<?php
                    
2
                    
195		$pipes = [];
                    
196		/* Depending on the value of variables_order, $_ENV may be empty.
                    
197		 * In that case, we have to explicitly set the new variables with
                    
                
Protection.php git://github.com/moodle/moodle.git | PHP | 582 lines
                    
22 * @package    PHPExcel_Worksheet
                    
23 * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
                    
33 * @package    PHPExcel_Worksheet
                    
34 * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
334     * @param boolean $pValue
                    
335     * @return PHPExcel_Worksheet_Protection
                    
336     */
                    
560        if (!$pAlreadyHashed) {
                    
561            $pValue = PHPExcel_Shared_PasswordHasher::hashPassword($pValue);
                    
562        }
                    
562        }
                    
563        $this->password = $pValue;
                    
564        return $this;
                    
                
collator_test.php git://github.com/moodle/moodle.git | PHP | 333 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
20 * @package    core
                    
21 * @category   phpunit
                    
22 * @copyright  2011 Sam Hemelryk
                    
31 * @package    core
                    
32 * @category   phpunit
                    
33 * @copyright  2011 Sam Hemelryk
                    
59        } else {
                    
60            $this->error = 'Collation aware sorting not supported, PHP extension "intl" is not available.';
                    
61        }
                    
161        $this->assertSame(array(1, 'b', 0), array_keys($objects));
                    
162        $this->assertSame(array('aa', 'ab', 'cc'), $this->get_ordered_names($objects, 'get_protected_name'));
                    
163        $this->assertTrue($result);
                    
171        $this->assertSame(array(1, 'b', 0), array_keys($objects));
                    
172        $this->assertSame(array('a1', 'a20', 'a100'), $this->get_ordered_names($objects, 'get_protected_name'));
                    
173        $this->assertTrue($result);
                    
                
class-walker-nav-menu-edit.php git://github.com/wordpress/wordpress.git | PHP | 313 lines
                    
120				<div class="menu-item-handle">
                    
121					<span class="item-title"><span class="menu-item-title"><?php echo esc_html( $title ); ?></span> <span class="is-submenu" <?php echo $submenu_text; ?>><?php _e( 'sub item' ); ?></span></span>
                    
122					<span class="item-controls">
                    
194						<?php _e( 'Navigation Label' ); ?><br />
                    
195						<input type="text" id="edit-menu-item-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->title ); ?>" />
                    
196					</label>
                    
200						<?php _e( 'Title Attribute' ); ?><br />
                    
201						<input type="text" id="edit-menu-item-attr-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->post_excerpt ); ?>" />
                    
202					</label>
                    
224						<?php _e( 'Description' ); ?><br />
                    
225						<textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_html( $item->description ); // textarea_escaped ?></textarea>
                    
226						<span class="description"><?php _e( 'The description will be displayed in the menu if the current theme supports it.' ); ?></span>
                    
304				<input class="menu-item-data-parent-id" type="hidden" name="menu-item-parent-id[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->menu_item_parent ); ?>" />
                    
305				<input class="menu-item-data-position" type="hidden" name="menu-item-position[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->menu_order ); ?>" />
                    
306				<input class="menu-item-data-type" type="hidden" name="menu-item-type[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->type ); ?>" />
                    
                
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> 
                    
                
index.html https://gitlab.com/BGCX261/zkjet-git.git | HTML | 443 lines
                    
23	
                    
24	#logo {text-align:center;background-color:#d6d6d6;padding:10px;-moz-border-radius:5px;border:1px solid silver;}
                    
25	#container {width:700px;margin:20px auto;padding:25px;border:3px solid #d9d9d9;-moz-border-radius:10px;background:#f8f8f8;}
                    
56	<td>
                    
57		<a href="http://www.codepress.org/to-do.php">&nbsp;&nbsp;To-do&nbsp;&nbsp;</a>
                    
58	</td>
                    
75	<em>choose example in:</em> 
                    
76	<button onclick="cp1.edit('cp-php','php')">PHP</button> 
                    
77	<button onclick="cp1.edit('cp-javascript','javascript')">JavaScript</button> 
                    
229<p>
                    
230	You may also want to open files from server. You'll have to write a server side script and replace the JavaScript call on codepress.js from codepress.html to codepress.php (if your server side language is PHP, of course).
                    
231</p -->
                    
401	<em>choose language:</em> 
                    
402	<button onclick="edit('codepress.php',this)" id="default">PHP</button> 
                    
403	<button onclick="edit('FileManager.java',this)">Java</button> 
                    
                
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;'>
                    
                
HeaderFrame.cs https://openpdc.svn.codeplex.com/svn | C# | 237 lines
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
197        /// <remarks>
                    
198        /// Default implementation expects 2-byte big-endian ordered checksum. So we override method since checksum
                    
199        /// in Macrodyne is a single byte.
                    
212        /// <remarks>
                    
213        /// Default implementation encodes checksum in big-endian order and expects buffer size large enough to accomodate
                    
214        /// 2-byte checksum representation. We override this method since checksum in Macrodyne is a single byte.
                    
                
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')
                    
                
mysql_common.h git://github.com/facebook/hiphop-php.git | C Header | 478 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
5   | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com)  |
                    
6   | Copyright (c) 1997-2010 The PHP Group                                |
                    
7   +----------------------------------------------------------------------+
                    
7   +----------------------------------------------------------------------+
                    
8   | This source file is subject to version 3.01 of the PHP license,      |
                    
9   | that is bundled with this package in the file LICENSE, and is        |
                    
10   | available through the world-wide-web at the following url:           |
                    
11   | http://www.php.net/license/3_01.txt                                  |
                    
12   | If you did not receive a copy of the PHP license and are unable to   |
                    
466#define PHP_MYSQL_NUM    1 << 1
                    
467#define PHP_MYSQL_BOTH   (PHP_MYSQL_ASSOC|PHP_MYSQL_NUM)
                    
468
                    
                
SluggableBehavior.php git://github.com/infinitas/infinitas.git | PHP | 342 lines
                    
1<?php
                    
2	/**
                    
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'],
                    
                
api_functions.php https://github.com/openaustralia/twfy.git | PHP | 371 lines
                    
2
                    
3include_once '../../../../phplib/rabx.php';
                    
4
                    
86	'getDebates' => array(
                    
87		'parameters' => array('type', 'date', 'search', 'person', 'gid', 'year', 'order', 'page', 'num'),
                    
88		'required' => true,
                    
91/*	'getWrans' => array(
                    
92		'parameters' => array('date', 'search', 'person', 'gid', 'year', 'order', 'page', 'num'),
                    
93		'required' => true,
                    
96	'getWMS' => array(
                    
97		'parameters' => array('date', 'search', 'person', 'gid', 'year', 'order', 'page', 'num'),
                    
98		'required' => true,
                    
102	'getHansard' => array(
                    
103		'parameters' => array('search', 'person', 'order', 'page', 'num'),
                    
104		'required' => true,
                    
                
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>
                    
                
ricaricaweb.php https://bitbucket.org/xvoip/ricaricaweb-wordpress.git | PHP | 338 lines
                    
1<?php
                    
2
                    
11
                    
12include "messages.php";
                    
13include "config.php";
                    
13include "config.php";
                    
14include "database.php";
                    
15
                    
40		$rdata["tc_payment_notification"] = "http://".$_SERVER['HTTP_HOST'].$page[0]."?mng=1";
                    
41		//$rdata["tc_payment_notification"] = urlencode("http://moneymaster.telecash.it/rpc/operate.php?cmd=updatetrack");
                    
42		$rdata["tc_custom1"] = $rk;
                    
51
                    
52//		$trakingdata = $this->getUrl("http://moneymaster.telecash.it/rpc/operate.php?cmd=starttrack&tcode=".$conf["tc_custom1"]."&tproductid=".$conf["tc_affiliate_merchant"]);
                    
53
                    
195				if ($apid!="")
                    
196					$result .= '<img src="http://moneymaster.telecash.it/scripts/sale.php?TotalCost='.$trakingdata->tamount.'&OrderID='.$trakingdata->tcode.'&ProductID='.$trakingdata->tproductid.'" width="1" height="1" >';
                    
197			}
                    
                
class-wcs-report-cache-manager.php https://bitbucket.org/tristangemus/tribe-demo.git | PHP | 357 lines
                    
48		),
                    
49		'woocommerce_new_order_item' => array(
                    
50			3 => 'WC_Report_Subscription_By_Product',
                    
51		),
                    
52		'woocommerce_update_order_item' => array(
                    
53			3 => 'WC_Report_Subscription_By_Product',
                    
57	/**
                    
58	 * Record of all the report calsses to need to have the cache updated during this request. Prevents duplicate updates in the same request for different events.
                    
59	 */
                    
82			$hooks = array(
                    
83				'woocommerce_order_add_product'  => 'woocommerce_new_order_item',
                    
84				'woocommerce_order_edit_product' => 'woocommerce_update_order_item',
                    
260				$subscription_counts = (array) wp_count_posts( 'shop_subscription' );
                    
261				$order_counts        = (array) wp_count_posts( 'shop_order' );
                    
262
                    
                
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 :?>
                    
                
mssql_extractor.php https://bitbucket.org/cmwdosp/cmwbb3.git | PHP | 415 lines
                    
1<?php
                    
2/**
                    
3*
                    
4* This file is part of the phpBB Forum Software package.
                    
5*
                    
5*
                    
6* @copyright (c) phpBB Limited <https://www.phpbb.com>
                    
7* @license GNU General Public License, version 2 (GPL-2.0)
                    
13
                    
14namespace phpbb\db\extractor;
                    
15
                    
15
                    
16use phpbb\db\extractor\exception\extractor_not_initialized_exception;
                    
17
                    
23	* @return null
                    
24	* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()
                    
25	*/
                    
                
page--node--7.tpl.php https://bitbucket.org/jaayyy/country-lane-farms.git | PHP | 254 lines
                    
2
                    
3    <?php include 'header.php';
                    
4
                    
54                <label for="password">Password<sup class="red-text">*</sup> (must be 8 characters or more)</label>
                    
55                <input type="password" id="password" name="f[password]">
                    
56              </div>
                    
58                <label for="conf-password">Confirm Password<sup class="red-text">*</sup> (must be 8 characters or more)</label>
                    
59                <input type="password" id="conf-password" name="f[passwordconfirm]" data-container="body" data-trigger="focus" data-toggle="popover" data-placement="bottom">
                    
60              </div>
                    
98                    <label>
                    
99                      <input type="radio" class="location<?php echo $l->id; ?>" name="f[locationid]" value="<?php echo $l->id; ?>" <?php echo $Selected[$l->id]; ?> onclick="javascript:PickupSelected(<?php echo $idx; ?>);" /><?php echo $l->name; ?>
                    
100                    </label>
                    
200                  foreach($Locations as $l) { ?>
                    
201                  <option value="<?php echo $l->id; ?>" <?php if($Selected[$l->id] === 'checked') echo 'selected'; ?>><?php echo $l->name; ?></option>
                    
202                  <?php } ?>
                    
                
PageCacheTest.php https://bitbucket.org/aswinvk28/smartpan-stock-drupal.git | PHP | 250 lines
                    
1<?php
                    
2
                    
160    $this->assertEqual(strtolower($this->drupalGetHeader('Vary')), 'cookie,accept-encoding', 'Vary header was sent.');
                    
161    // Symfony's Response logic determines a specific order for the subvalues
                    
162    // of the Cache-Control header, even if they are explicitly passed in to
                    
162    // of the Cache-Control header, even if they are explicitly passed in to
                    
163    // the response header bag in a different order.
                    
164    $this->assertEqual($this->drupalGetHeader('Cache-Control'), 'max-age=300, public', 'Cache-Control header was sent.');
                    
205   *
                    
206   * The test should pass even if zlib.output_compression is enabled in php.ini,
                    
207   * .htaccess or similar, or if compression is done outside PHP, e.g. by the
                    
                
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>
                    
                
print_view_excel.php https://bitbucket.org/bo_hmb/bo_hmb.git | PHP | 238 lines
                    
53    <tr>           
                    
54        <th style="border:0px solid #000;"><img src="<?php echo base_url() ?>assets/img/logokop.png" class="img-responsive" alt="" height="50" width="50"></th>
                    
55        <th style="border:0px solid #000; width: 300PX"></th>
                    
219        <tr>                                                
                    
220           <td style="border:1px solid #000;text-align: center;"><?php echo $nomor ?></td>
                    
221           <td style="border:1px solid #000;"><?php echo $row->dat ?></td>
                    
221           <td style="border:1px solid #000;"><?php echo $row->dat ?></td>
                    
222           <td style="border:1px solid #000;"><?php echo $row->route ?></td>
                    
223           <td style="border:1px solid #000;"><?php echo $row->program ?></td>
                    
228           <td style="border:1px solid #000;"><?php echo $row->check_in ?></td>
                    
229           <td style="border:1px solid #000;"><?php echo $row->check_out ?></td>
                    
230           <td style="border:1px solid #000;"><?php echo $row->meals_program ?></td>  
                    
230           <td style="border:1px solid #000;"><?php echo $row->meals_program ?></td>  
                    
231           <!-- <td style="border:1px solid #000;"><?php echo date('d-m-Y', strtotime($row->exp_pasport))?></td> -->
                    
232           <!-- <td style="border:1px solid #000;"></td>       -->
                    
                
department.blade.php https://bitbucket.org/the_purple_power/final_is2_web.git | PHP | 308 lines
                    
2@section('content')
                    
3    @php
                    
4        $par = collect($params);
                    
6
                    
7    @endphp
                    
8    <div class="row">
                    
56    {{-- @if($isCurrent)
                    
57         <th><a id="hire_date" href="#" onclick="setOrder('hire_date');"><span
                    
58                         class="hide material-icons">keyboard_arrow_up</span>
                    
60     @else
                    
61         <th><a id="from_date" href="#" onclick="setOrder('from_date');"><span
                    
62                         class="hide material-icons">keyboard_arrow_up</span>
                    
90             <td><p>{{$emp->gender}}</p></td>
                    
91             @if($orderCol !== 'salary'&& $orderCol !== 'from_date' && $orderCol !== 'to_date')
                    
92                 <td>
                    
                
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             }
                    
                
login_view.php https://bitbucket.org/universitasproklamasi45/up45-gaji.git | PHP | 272 lines
                    
13  <link rel="stylesheet" type="text/css" href="<?php echo base_url()."assets/frontend/style/css/login.css"; ?>" media="screen" />
                    
14  <link rel="stylesheet" type="text/css" href="<?php echo base_url()."assets/frontend/style/css/color.css"; ?>" />
                    
15  <style type="text/css">
                    
25  </style>
                    
26  <script src="<?php echo base_url().'assets/frontend/jquery/jquery.min.js'; ?>"></script>
                    
27	<script src="<?php echo base_url().'assets/frontend/bootstrap/js/bootstrap.min.js'; ?>"></script>
                    
77					          <div class="form-group">
                    
78					            <label for="password">Password</label>
                    
79					            <div class="input-group">
                    
80					              <div class="input-group-addon"><i class="icon ion-locked" style="font-size: 18px;"></i></div>
                    
81					              <input type="password" class="form-control" name="password" id="password-field" placeholder="Password" autocomplete="off" required="" />
                    
82					              <span toggle="#password-field" class="icon ion-eye field-icon toggle-password"></span>
                    
87					            <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    
88					            <?php echo $this->session->flashdata('login_message'); ?>
                    
89					          </div>
                    
                
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			}
                    
                
mpsee.php https://github.com/openaustralia/publicwhip-matthew.git | PHP | 282 lines
                    
1<?php require_once "common.inc";
                    
2# $Id: mpsee.php,v 1.19 2005/12/05 01:44:39 frabcus Exp $
                    
13interactively navigating the space of MPs clustered by 
                    
14their voting records.  We've taken just the votes of every MP,
                    
15done some maths, and plotted a map.  The axes are made automatically by
                    
37
                    
38<?php
                    
39function applet($year)
                    
66            HEIGHT = "400" \
                    
67            posfile ="mpcoords-<?=$year?>.txt" \
                    
68	    scriptable=false \
                    
75    <PARAM NAME="scriptable" VALUE="false">
                    
76    <PARAM NAME = "posfile" VALUE="mpcoords-<?=$year?>.txt">
                    
77Sun Java 1.4 or above required
                    
83<!--"END_CONVERTED_APPLET"-->
                    
84<?php
                    
85    }
                    
                
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');
                    
                
field.checkbox.php https://github.com/bauhouse/sym-designprojectx.git | PHP | 476 lines
                    
411    {
                    
412        if ($this->isRandomOrder($order)) {
                    
413            $sort = 'ORDER BY RAND()';
                    
415            $sort = sprintf(
                    
416                'ORDER BY (
                    
417                    SELECT %s
                    
422                $this->get('id'),
                    
423                $order,
                    
424                $order
                    
437
                    
438    public function groupRecords($records)
                    
439    {
                    
439    {
                    
440        if (!is_array($records) || empty($records)) {
                    
441            return;
                    
                
DataGridFunctions.php git://github.com/forkcms/forkcms.git | PHP | 330 lines
                    
1<?php
                    
2
                    
56    /**
                    
57     * Format a date according the users' settings
                    
58     *
                    
72
                    
73        // format the date according the user his settings
                    
74        return SpoonDate::getDate($format, $timestamp, BackendLanguage::getInterfaceLanguage());
                    
77    /**
                    
78     * Format a date as a long representation according the users' settings
                    
79     *
                    
93
                    
94        // format the date according the user his settings
                    
95        return SpoonDate::getDate($format, $timestamp, BackendLanguage::getInterfaceLanguage());
                    
98    /**
                    
99     * Format a time according the users' settings
                    
100     *
                    
                
SigninVc.swift https://bitbucket.org/alexmad327/c00peeps.git | Swift | 335 lines
                    
44        
                    
45        self.updateViewAccordingToTheme()
                    
46        
                    
52    // MARK: - Update View According To Selected Theme
                    
53    func updateViewAccordingToTheme() {
                    
54        imgVwBg.image = Utilities().themedImage(img_bg)
                    
76        setSubViewBorder(txtUserName, color: UIColor.white)
                    
77        setSubViewBorder(txtPassword, color: UIColor.white)
                    
78    }
                    
81        //        setSubViewBorder(txtUserName, color: UIColor.whiteColor())
                    
82        //        setSubViewBorder(txtPassword, color: UIColor.whiteColor())
                    
83    }
                    
136            checkAccountActivatedFromAddContacts = false
                    
137            self.callAPI_SignIn(self.txtUserName.text!, password:self.txtPassword.text!)
                    
138        }
                    
                
classlibcxx_1_1test_1_1executor_1_1_remote_executor.html https://bitbucket.org/adapptech/eos.git | HTML | 305 lines
                    
41$(function() {
                    
42  initMenu('',true,false,'search.php','Search');
                    
43  $(document).ready(function() { init_search(); });
                    
55<div id="MSearchResultsWindow">
                    
56<iframe src="javascript:void(0)" frameborder="0" 
                    
57        name="MSearchResults" id="MSearchResults">
                    
80  <map id="libcxx.test.executor.RemoteExecutor_map" name="libcxx.test.executor.RemoteExecutor_map">
                    
81<area href="classlibcxx_1_1test_1_1executor_1_1_executor.html" alt="libcxx.test.executor.Executor" shape="rect" coords="0,56,215,80"/>
                    
82<area href="classlibcxx_1_1test_1_1executor_1_1_s_s_h_executor.html" alt="libcxx.test.executor.SSHExecutor" shape="rect" coords="0,168,215,192"/>
                    
                
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',
                    
                
index2cca0.html https://bitbucket.org/jspurr/bam-brown.git | HTML | 204 lines
                    
3		
                    
4<!-- Mirrored from www.brownalumnimagazine.com/index2.php?option=com_content&task=view&id=3398&pop=1&page=0&Itemid=32 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 Feb 2018 02:50:56 GMT -->
                    
5<head>
                    
8<meta name="description" content="" />
                    
9<meta name="keywords" content="" />
                    
10<script src="mambots/system/rokbox/mootools-release-1.11.js" type="text/javascript"></script>
                    
54background-color:#ffffff;
                    
55border:1px solid #cccccc;
                    
56text-align:left;
                    
101}
                    
102</script><div class="sociotags"><div class="sociotag_header createdate">Tag it:</div><div class="sociotag"><a href="http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat" target="_blank" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat', 'Delicious','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/delicious.16px.gif" border="0" alt="Delicious" title="Delicious" /></a></div><div class="sociotag"><a href="http://www.furl.net/storeIt.jsp?t=Brown+Alumni+Magazine-On+the+Beat&amp;u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F" target="_blank" onclick="window.open('http://www.furl.net/storeIt.jsp?t=Brown+Alumni+Magazine-On+the+Beat&amp;u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F', 'Furl it!','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/furl.16px.gif" border="0" alt="Furl it!" title="Furl it!" /></a></div><div class="sociotag"><a href="http://www.spurl.net/spurl.php?v=3&amp;title=Brown+Alumni+Magazine-On+the+Beat&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F" target="_blank" onclick="window.open('http://www.spurl.net/spurl.php?v=3&amp;title=Brown+Alumni+Magazine-On+the+Beat&amp;url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F', 'Spurl','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/spurl.16px.gif" border="0" alt="Spurl" title="Spurl" /></a></div><div class="sociotag"><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;h=Brown+Alumni+Magazine-On+the+Beat" target="_blank" onclick="window.open('http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;h=Brown+Alumni+Magazine-On+the+Beat', 'NewsVine','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/newsvine.png" border="0" alt="NewsVine" title="NewsVine" /></a></div><div class="sociotag"><a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat" target="_blank" onclick="window.open('http://reddit.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F&amp;title=Brown+Alumni+Magazine-On+the+Beat', 'Reddit','toolbar=no,width=700,height=600,resizable=yes'); return false;"><img src="mambots/content/sociotag/images/icons/reddit.png" border="0" alt="Reddit" title="Reddit" /></a></div><div class="sociotag"><a href="http://digg.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F" target="_blank" onclick="window.open('http://digg.com/submit?url=http%3A%2F%2Fwww.brownalumnimagazine.com%2Fcontent%2Fview%2F3398%2F40%2F', 'Digg','toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes'); return false;"><img src="mambots/content/sociotag/images/icons/digg.16px.gif" border="0" alt="Digg" title="Digg" /></a></div></div><div class="sociotag_seperator"></div><div class="bodytext"> <p>
                    
103In most stories about men who suffer midlife crises, husbands leave
                    
186</p>
                    
187</div><br clear="all"/><br /><br /><br /><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><div align="left" class='commenttop'>Be the first to comment on this article</div></td><td><div align='right' ></div></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><div align="right" class='commentbottom'></div></td></tr></table><p><script language="Javascript">  function x () {    return;  }  function ac_smilie(thesmile) {    document.akocommentform.comment.value += " "+thesmile+" ";    document.akocommentform.comment.focus();  }  function validate(){    if (document.akocommentform.comment.value==''){      alert("You did not enter a comment.");    } else if (document.akocommentform.acname.value==''){      alert("You did not enter a name."); 	 }else {      document.akocommentform.action = 'index-2.html';      document.akocommentform.submit();    }  }</script><div id='commentform'><table align='center' width='100%' cellpadding='2' cellspacing='0' border='0'><form name='akocommentform' action='http://www.brownalumnimagazine.com/index.php' target=_top method='post'><input type='hidden' name='option' value='com_akocomment'><input type='hidden' name='acitemid' value='40'><input type='hidden' name='contentid' value='3398'><input type='hidden' name='func' value='entry'><tr><td>Name and Class Year:</td><td><input type='text' name='acname' style='width:75%;' class='inputbox' value='' alt='Name and Class Year:' title='Name and Class Year:' ><input type='hidden' name='iduser' value='0'></td></tr><tr><td>Email:</td><td><input type='text' name='email' style='width:75%;' class='inputbox' alt='Email:' title='Email:' ></td></tr><tr><td valign='top'>Comment:<br /><br /></td><td valign='top'><textarea style='width:75%;' rows='8' name='comment' class='inputbox' wrap='virtual' title='Comment:'></textarea></td></tr><tr><td width='125' align='left'>Code:<span class='small'>*</span></td><td valign='absmiddle' style='vertical-align:middle'><input type='text' name='akocode' maxlength='5' style='width:60px;vertical-align:middle;' class='inputbox' alt='Enter the code shown' title='Enter the code shown' > <img src='components/com_akocomment/img1439.png?bgc=CCFFCC&amp;fc=999900&amp;lc=FFCC00&amp;bc=FFCC00' border='0' title='Enter this code in the left field' alt='Code' style='vertical-align:middle'/></td></tr><tr><td><input type='hidden' name='subscribe' id='subscribe' value='0'></td><td align='left'><input type='button' name='send' value='Send' class='button' onClick='validate()' alt='Send' title='Send' ></td></tr></form></table></p><div id='footerform'></div></div>			</td>
                    
188		</tr>
                    
                
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>
                    
                
 

Source

Language