PageRenderTime 1965ms queryTime 264ms sortTime 421ms getByIdsTime 51ms findMatchingLines 61ms

100+ results results for 'php ord repo:squinlan/twolittlebirdsbakery' (1965 ms)

Not the results you expected?
wp-cache-f091d5ab40590bc01ee8ea7afc5372b1.html https://gitlab.com/endomorphosis/reservationtelco | HTML | 371 lines
                    
9	<meta name="author" content="Pivot Group" />
                    
10	<meta name="keywords" content="reservation telephone company" />
                    
11	<meta name="description" content="" />
                    
29<script type='text/javascript' src='http://localhost:8888/reservation-telephone-company/wp-content/plugins/gs-presentation/js/gs-presentation.js?ver=3.0-RC1-15112'></script>
                    
30<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost:8888/reservation-telephone-company/xmlrpc.php?rsd" />
                    
31<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost:8888/reservation-telephone-company/wp-includes/wlwmanifest.xml" /> 
                    
34<link rel='next' title='Links' href='http://localhost:8888/reservation-telephone-company/links/' />
                    
35<meta name="generator" content="WordPress 3.0-RC1-15112" />
                    
36<link rel='canonical' href='http://localhost:8888/reservation-telephone-company/about/' />
                    
41         color:#000000;
                    
42         border-bottom:1px dotted #000000;
                    
43         }
                    
46         color:#000000;
                    
47         border-bottom:1px dotted #000000;
                    
48        }
                    
                
arr.php https://gitlab.com/ken3/bluSky | PHP | 602 lines
                    
1<?php defined('SYSPATH') or die('No direct script access.');
                    
2/**
                    
283	 *
                    
284	 *     // Get the values "username", "password" from $_POST
                    
285	 *     $auth = Arr::extract($_POST, array('username', 'password'));
                    
351	/**
                    
352	 * Recursive version of [array_map](http://php.net/array_map), applies one or more
                    
353	 * callbacks to all elements in an array, including sub-arrays.
                    
403	 * Merges one or more arrays recursively and preserves all keys.
                    
404	 * Note that this does not work the same as [array_merge_recursive](http://php.net/array_merge_recursive)!
                    
405	 *
                    
                
catalog.php https://gitlab.com/alexprowars/bitrix | PHP | 621 lines
                    
185
                    
186	// order detailed info (sale:OnSaleOrderSaved)
                    
187	public static function catchCatalogOrder(Event $event)
                    
258			{
                    
259				OrderTable::update($data['order_id'], array('BX_USER_ID' => $data['bx_user_id']));
                    
260			}
                    
263
                    
264	// order payment (sale:OnSaleOrderPaid)
                    
265	public static function catchCatalogOrderPayment(Event $event)
                    
311		// order itself
                    
312		$order = \CSaleOrder::getById($orderId);
                    
313
                    
323
                    
324		$result = \CSaleOrderPropsValue::GetList(array(), array("ORDER_ID" => $orderId));
                    
325		while ($row = $result->fetch())
                    
                
wpsc-swfupload-handlers.js https://gitlab.com/endomorphosis/reservationtelco | JavaScript | 348 lines
                    
1/**
                    
2*  This is a nearly exact copy of the corresponding wordpress file, we needed to copy and modify it for our use of swfupoader as the wordpress handler code is specific to posts
                    
3*/ 
                    
43	else {
                    
44		jQuery('#media-item-' + fileObj.id).load('async-upload.php', {attachment_id:serverData, fetch:f}, function(){prepareMediaItemInit(fileObj);updateMediaForm()});
                    
45	}
                    
61		// Tell the server to delete it. TODO: handle exceptions
                    
62		jQuery.ajax({url:'admin-ajax.php',type:'post',success:deleteSuccess,error:deleteError,id:fileObj.id,data:{
                    
63			id : this.id.replace(/[^0-9]/g,''),
                    
150		output_html += "	<div id='gallery_image_"+image_id+"' class='previewimage'>\n";
                    
151		output_html += "		<a class='thickbox' rel='product_extra_image_"+image_id+"' href='admin.php?wpsc_admin_action=crop_image&amp;imagename="+image_src+"&amp;imgheight=480&amp;imgwidth=600&amp;product_id=103&amp;width=640&amp;height=342' id='extra_preview_link_"+image_id+"'>\n";
                    
152		output_html += "		<img title='Preview' alt='Preview' src='"+WPSC_IMAGE_URL+image_src+"' class='previewimage'/>\n";
                    
194
                    
195			postVars = "product_id="+product_id+"&order="+order;
                    
196			jQuery.post( 'index.php?wpsc_admin_action=rearrange_images', postVars, function(returned_data) {
                    
                
template.php https://gitlab.com/alexprowars/bitrix | PHP | 409 lines
                    
228									{
                    
229										?><a class="personal-order-item-order-btn-reorder" href="<?=htmlspecialcharsbx($order["ORDER"]["URL_TO_COPY"])?>"><?=Loc::getMessage('SPOL_TPL_REPEAT_ORDER')?></a><?
                    
230									}
                    
282						<div class="personal-order-item-additional-info-more-block">
                    
283							<a class="personal-order-item-additional-info-more-link" href="<?=htmlspecialcharsbx($order["ORDER"]["URL_TO_DETAIL"])?>"><?=Loc::getMessage('SPOL_TPL_MORE_ON_ORDER')?></a>
                    
284						</div>
                    
346							{
                    
347								?><a class="g-font-size-15 sale-order-list-cancel-link" href="<?=htmlspecialcharsbx($order["ORDER"]["URL_TO_CANCEL"])?>"><?=Loc::getMessage('SPOL_TPL_CANCEL_ORDER')?></a><?
                    
348							}
                    
350							{
                    
351								?><a class="personal-order-item-order-btn-reorder" href="<?=htmlspecialcharsbx($order["ORDER"]["URL_TO_COPY"])?>"><?=Loc::getMessage('SPOL_TPL_REPEAT_ORDER')?></a><?
                    
352							}
                    
379						<div class="personal-order-item-additional-info-more-block">
                    
380							<a class="personal-order-item-additional-info-more-link" href="<?=htmlspecialcharsbx($order["ORDER"]["URL_TO_DETAIL"])?>"><?=Loc::getMessage('SPOL_TPL_MORE_ON_ORDER')?></a>
                    
381						</div>
                    
                
class.php https://gitlab.com/alexprowars/bitrix | PHP | 524 lines
                    
23
                    
24	/** @var \Bitrix\Sale\Order $order */
                    
25	protected $order = null;
                    
279		$registry = Sale\Registry::getInstance(Sale\Registry::REGISTRY_TYPE_ORDER);
                    
280		$orderClassName = $registry->getOrderClassName();
                    
281		$this->order = $orderClassName::loadByAccountNumber($this->arParams['ACCOUNT_NUMBER']);
                    
470				$paymentSum = $payment->getSum();
                    
471				$payment->setFieldNoDemand('SUM', $paymentSum + ($newOrderPrice - $oldOrderPrice));
                    
472			}
                    
485					"ORDER_ID" => $this->order->getField("ACCOUNT_NUMBER"),
                    
486					"ORDER_DATE" => $this->order->getDateInsert()->toString(),
                    
487					"PAYMENT_ID" => $payment->getField("ACCOUNT_NUMBER"),
                    
497
                    
498					$this->arResult["PAYMENT_LINK"] = $this->arParams['PATH_TO_PAYMENT'] . "?ORDER_ID=" . $this->order->getField("ACCOUNT_NUMBER") . "&PAYMENT_ID=" . $payment->getField('ACCOUNT_NUMBER');
                    
499				}
                    
                
search.php https://gitlab.com/alexprowars/bitrix | PHP | 532 lines
                    
1<?php
                    
2/**
                    
286			$res = \CCrmLead::getListEx(
                    
287				$arOrder = array(),
                    
288				$arFilter = array('LOGIC' => 'OR', '%FULL_NAME' => $search, '%TITLE' => $search),
                    
327			$res = \CCrmDeal::getListEx(
                    
328				$arOrder = array(),
                    
329				$arFilter = array('%TITLE' => $search),
                    
                
Curl.php https://gitlab.com/blingbang2016/shop | PHP | 576 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 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
199     * @param string $login username
                    
200     * @param string $pass password
                    
201     */
                    
204        $this->_auth['login'] = $login;
                    
205        $this->_auth['password'] = $pass;
                    
206        //$val= base64_encode( "$login:$pass" );
                    
252     *
                    
253     * @param string $uri uri relative to host, ex. "/index.php"
                    
254     */
                    
                
jqplot.highlighter.min.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 57 lines
                    
8 * jqPlot is currently available for use in all personal or commercial projects 
                    
9 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
10 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
10 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
11 * choose the license that best suits your project and use it accordingly. 
                    
12 *
                    
14 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
15 * chris at jqplot dot com or see http://www.jqplot.com/info.php .
                    
16 *
                    
17 * If you are feeling kind and generous, consider supporting the project by
                    
18 * making a donation at: http://www.jqplot.com/donate.php .
                    
19 *
                    
34 * under both the MIT and GPL version 2.0 licenses. This means that you can 
                    
35 * choose the license that best suits your project and use it accordingly.
                    
36 *
                    
                
class-wp-filesystem-base.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 321 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Base WordPress Filesystem.
                    
4 *
                    
4 *
                    
5 * @package WordPress
                    
6 * @subpackage Filesystem
                    
9/**
                    
10 * Base WordPress Filesystem class for which Filesystem implementations extend
                    
11 *
                    
49		$folder = $this->find_folder(ABSPATH);
                    
50		//Perhaps the FTP folder is rooted at the WordPress install, Check for wp-includes folder in root, Could have some false positives, but rare.
                    
51		if ( ! $folder && $this->is_dir('/wp-includes') )
                    
279 	 *
                    
280	 * @link http://docs.php.net/manual/en/function.chmod.php#49614
                    
281	 * @since 2.5
                    
                
http.php https://gitlab.com/Gashler/dp | PHP | 519 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * Will eventually replace and standardize the WordPress HTTP requests made.
                    
6 *
                    
6 *
                    
7 * @link http://trac.wordpress.org/ticket/4779 HTTP API Proposal
                    
8 *
                    
8 *
                    
9 * @package WordPress
                    
10 * @subpackage HTTP
                    
143 * 'httpversion' => '1.0'
                    
144 * 'user-agent'  => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
                    
145 * 'blocking'    => true
                    
319	if ( $url && !isset( $capabilities['ssl'] ) ) {
                    
320		$scheme = parse_url( $url, PHP_URL_SCHEME );
                    
321		if ( 'https' == $scheme || 'ssl' == $scheme ) {
                    
                
pageTranslations.php https://gitlab.com/macitsimsek/fastsubtitle | PHP | 217 lines
                    
18    'username'              => 'Username',
                    
19    'password'              => 'Password',
                    
20    'again_password'        => 'Password Again',
                    
28    'sign_up'               => 'Sign Up',
                    
29    'forgot_password'       => 'Forgot Password',
                    
30    'change_password'       => 'Change Password',
                    
32    'view_profile'          => 'View Profile',
                    
33    'please_enter_your_password_informations'       => 'Please Enter Your Password Informations',
                    
34    'last_password'         => 'Last Password',
                    
34    'last_password'         => 'Last Password',
                    
35    'new_password'          => 'New Password',
                    
36    'agree_to_terms'        => 'I Agree to Terms',
                    
122    'next'                  => 'Next',
                    
123    'order_by'              => 'Order By',
                    
124    'finishing_closer'      => 'Finishing Closer',
                    
                
grid.subgrid.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 298 lines
                    
6 * Dual licensed under the MIT and GPL licenses:
                    
7 * http://www.opensource.org/licenses/mit-license.php
                    
8 * http://www.gnu.org/licenses/gpl-2.0.html
                    
54			var tddiv, i,  sgmap,
                    
55			dummy = $("<table cellspacing='0' cellpadding='0' border='0'><tbody></tbody></table>"),
                    
56			trdiv = $("<tr></tr>");
                    
90			var tddiv,result,i,cur, sgmap,j,
                    
91			dummy = $("<table cellspacing='0' cellpadding='0' border='0'><tbody></tbody></table>"),
                    
92			trdiv = $("<tr></tr>");
                    
                
emogrifier.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 228 lines
                    
1<?php defined('_JEXEC') or die('Restricted access'); ?>
                    
2<?php
                    
14                Fixed support for HTML entities.
                    
15    2009-08-17  Fixed CSS selector processing so that selectors are processed by precedence/specificity, and not just in order.
                    
16    2009-10-29  Fixed so that selectors appearing later in the CSS will have precedence over identical selectors appearing earlier.
                    
20    2010-06-16  Added static caching for less processing overhead in situations where multiple emogrification takes place
                    
21    2010-07-26  Fixed bug where '0' values were getting discarded because of php's empty() function... Thanks Scott!
                    
22    2010-09-03  Added checks to invisible node removal to ensure that we don't try to remove non-existent child nodes of parents that have already been deleted
                    
102                                             'attributes' => $matches[2][$key],
                    
103                                             'index' => $key, // keep track of where it appears in the file, since order is important
                    
104                    );
                    
                
composite_log.php https://gitlab.com/alexprowars/bitrix | PHP | 461 lines
                    
123$sortBy = $logEntity->hasField($sortBy) ? $sortBy : "ID";
                    
124$sortOrder = mb_strtoupper($sorting->getOrder());
                    
125$sortOrder = $sortOrder !== "DESC" ? "ASC" : "DESC";
                    
137	"filter" => $filter,
                    
138	"order" => array($sortBy => $sortOrder),
                    
139	"count_total" => true,
                    
208
                    
209	$pageCell = '<div style="max-width:250px; word-wrap: break-word"><a href="//%s" target="_blank">%s</a><br>%s</div>';
                    
210	$pageLink = htmlspecialcharsbx($record["HOST"].$record["URI"]);
                    
221		$messageCell =
                    
222			'<a href="composite_diff.php?lang='.LANGUAGE_ID.'&log_id='.$record["ID"].'" target="_blank">'.
                    
223			Loc::getMessage("MAIN_COMPOSITE_LOG_VIEW_DIFF").'</a>';
                    
228	{
                    
229		$messageCell = '<div style="max-width:250px; word-wrap: break-word;">%s</div>';
                    
230		$message = str_replace("\n", "<br>", htmlspecialcharsbx($record["MESSAGE_SHORT"]));
                    
                
options.php https://gitlab.com/alexprowars/bitrix | PHP | 479 lines
                    
1<?php
                    
2$module_id = 'landing';
                    
23// lang
                    
24IncludeModuleLangFile($docRoot . '/bitrix/modules/main/options.php');
                    
25Loc::loadMessages(__FILE__);
                    
99		),
                    
100		'order' => array(
                    
101			'SORT' => 'ASC'
                    
333		ob_start();
                    
334		require_once($docRoot . '/bitrix/modules/main/admin/group_rights.php');
                    
335		ob_end_clean();
                    
464	$tabControl->BeginNextTab();
                    
465	require_once($docRoot . '/bitrix/modules/main/admin/group_rights.php');
                    
466
                    
                
2012-01-202.html https://gitlab.com/bernagg/TI | HTML | 359 lines
                    
16	<META NAME="description" CONTENT="YouTubeMP3 is advanced youtube to mp3 converter which allows you to convert and download YouTube videos. For example you can use YouTubeMP3 to convert your favorite YouTube videos to mp3 files!">
                    
17	<META NAME="keywords"    CONTENT="youtube, mp3, converter, free, download, online">
                    
18	
                    
44			<tr><td width="100%"></td><td>
                    
45			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FYoutubeMP3tv%2F220993711269458&amp;width=270&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=false&amp;height=62&amp;layout=button_count" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:270px; height:21px;" allowTransparency="true"></iframe>
                    
46			<!-- <iframe src="http://www.facebook.com/plugins/like.php?app_id=147297765356025&amp;href=http%3A%2F%2Fyoutubemp3.tv%2F&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe> -->
                    
192				<div id="progress_div" class="upload_block" style="display: none;">
                    
193					<iframe src="blank.html" id="progress_frame" name="transfer2" SCROLLING=NO frameborder=0 style="width: 395px; height: 200px;"></iframe>
                    
194				</div>
                    
266		</div>
                    
267<iframe width="560" height="315" src="http://www.youtube.com/embed/LCRTr-LTnB4" frameborder="0" allowfullscreen></iframe>	</div>
                    
268
                    
                
jqplot.pointLabels.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 362 lines
                    
8 * jqPlot is currently available for use in all personal or commercial projects 
                    
9 * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL 
                    
10 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
10 * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can 
                    
11 * choose the license that best suits your project and use it accordingly. 
                    
12 *
                    
14 * know of any substantial use of jqPlot.  You can reach the author at: 
                    
15 * chris at jqplot dot com or see http://www.jqplot.com/info.php .
                    
16 *
                    
17 * If you are feeling kind and generous, consider supporting the project by
                    
18 * making a donation at: http://www.jqplot.com/donate.php .
                    
19 *
                    
115        // Number of pixels that the label must be away from an axis
                    
116        // boundary in order to be drawn.  Negative values will allow overlap
                    
117        // with the grid boundaries.
                    
                
update.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 476 lines
                    
1<?php
                    
2/**
                    
5 *  @license GNU General Public License version 3, or later
                    
6 *  @version $Id: update.php 82 2010-10-23 19:13:50Z nikosdion $
                    
7 */
                    
32		jimport('joomla.filesystem.file');
                    
33		$this->isPro = JFile::exists(JPATH_COMPONENT_ADMINISTRATOR.DS.'tables'.DS.'redirs.php');
                    
34
                    
162				$username = $params->get('update_username', '');
                    
163				$password = $params->get('update_password', '');
                    
164				if( !empty($username) && !empty($password) )
                    
165				{
                    
166					$suffix = '?username='.urlencode($username).'&password='.urlencode($password).'&format=raw';
                    
167				}
                    
409			} else {
                    
410				// PHP 4 way (actually, it's just a fallback as we can't run Admin Tools in PHP4)
                    
411				ini_set('user_agent', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)');
                    
                
test.php https://gitlab.com/blingbang2016/shop | PHP | 305 lines
                    
34        #echo "<table border=1><tr><td>Order</td><td>Payment</td><td>Shipping</td><td>Refund</td><td>Return</td><td>Admin Status</td><td>Frontend Status</td><td>Actions</td></tr>";
                    
35        echo "<table border=1><tr><td>Order</td><td>Payment</td><td>Refund</td><td>Shipping</td><td>Actions</td></tr>";
                    
36        foreach (array('new', 'onhold', 'processing', 'complete', 'closed', 'cancelled', 'void') as $orderStatus) {
                    
36        foreach (array('new', 'onhold', 'processing', 'complete', 'closed', 'cancelled', 'void') as $orderStatus) {
                    
37            $this->getOrder()->setOrderStatus($orderStatus);
                    
38            foreach (array('not_authorized', 'pending', 'authorized', 'partial', 'paid') as $paymentStatus) {
                    
234
                    
235        if ($this->matchOrderStatus('order', 'onhold')) {
                    
236            $actions['unhold'] = 1;
                    
261
                    
262        if ($this->matchOrderStatus('payment', 'partial,paid') && !$this->matchOrderStatus('refund', 'refunded')) {
                    
263            $actions['creditmemo'] = 1;
                    
265
                    
266        if ($this->matchOrderStatus('order', 'void')) {
                    
267            unset($actions['ship'], $actions['invoice'], $actions['ship'], $actions['hold']);
                    
                
lib.php https://gitlab.com/JrLucena/moodle | PHP | 339 lines
                    
24 */
                    
25require_once($CFG->dirroot . '/repository/lib.php');
                    
26
                    
86        if (!isset($this->service)) {
                    
87            require_once($CFG->libdir . '/google/lib.php');
                    
88            $this->client = get_google_client();
                    
123    public function check_login() {
                    
124        return !empty($this->keyword);
                    
125    }
                    
134        $sort = optional_param('youtube_sort', '', PARAM_TEXT);
                    
135        $sess_keyword = 'youtube_'.$this->id.'_keyword';
                    
136        $sess_sort = 'youtube_'.$this->id.'_sort';
                    
138        // This is the request of another page for the last search, retrieve the cached keyword and sort
                    
139        if ($page && !$search_text && isset($SESSION->{$sess_keyword})) {
                    
140            $search_text = $SESSION->{$sess_keyword};
                    
                
Database.php https://gitlab.com/blingbang2016/shop | PHP | 350 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 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
178            )
                    
179            ->order('file_id')
                    
180            ->limit($count, $offset);
                    
344            ->where($adapter->prepareSqlCondition('directory', array('seq' => $directory)))
                    
345            ->order('file_id');
                    
346
                    
                
functions.inc.php https://gitlab.com/boxnia/NFU_MOVIL | PHP | 346 lines
                    
100        } else {
                    
101            $resultado['password'] = $value['password'];
                    
102            $valido = true;
                    
129        }
                    
130        /* 	if(!$resultado['password'] || $resultado['password']!=$_POST['password2'] ){
                    
131          $error['password'] = 'Password debe tener de 6 a 12 caracteres y las dos contrasenyas deben ser iguales';
                    
242            $error['password'] = 'El password no es valido';
                    
243            $resultado['password'] = $value['password'];
                    
244            $valido = false;
                    
245        } else {
                    
246            $resultado['password'] = $value['password'];
                    
247            $valido = true;
                    
270  $errores = array('usuario' => $usuario, 'password' => $password);
                    
271  $datos = array('usuario' => $_POST['nombre'], 'password' => $_POST['password']);
                    
272
                    
                
string.rst https://gitlab.com/albertkeba/docs | ReStructuredText | 300 lines
                    
50
                    
51        $data = "cakephp 'great framework' php";
                    
52        $result = String::tokenize($data, ' ', "'", "'");
                    
53        // result contains
                    
54        array('cakephp', "'great framework'", 'php');
                    
55
                    
84    Wraps a block of text to a set width, and indent blocks as well.
                    
85    Can intelligently wrap text so words are not sliced across lines::
                    
86
                    
97    * ``width`` The width to wrap to. Defaults to 72.
                    
98    * ``wordWrap`` Whether or not to wrap whole words. Defaults to true.
                    
99    * ``indent`` The character to indent lines with. Defaults to ''.
                    
299    :title lang=en: String
                    
300    :keywords lang=en: array php,array name,string options,data options,result string,class string,string data,string class,placeholders,default method,key value,markup,rfc,replacements,convenience,templates
                    
301
                    
                
events_test.php https://gitlab.com/JrLucena/moodle | PHP | 372 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
27global $CFG;
                    
28require_once($CFG->dirroot . '/mod/choice/lib.php');
                    
29
                    
59        $this->choice = $this->getDataGenerator()->create_module('choice', array('course' => $this->course->id));
                    
60        $this->cm = $DB->get_record('course_modules', array('id' => $this->choice->cmid));
                    
61        $this->context = context_module::instance($this->choice->cmid);
                    
71
                    
72        $optionids = array_keys($DB->get_records('choice_options', array('choiceid' => $this->choice->id)));
                    
73        // Redirect event.
                    
84        $this->assertEquals(array($optionids[3]), $events[0]->other['optionid']);
                    
85        $expected = array($this->course->id, "choice", "choose", 'view.php?id=' . $this->cm->id, $this->choice->id, $this->cm->id);
                    
86        $this->assertEventLegacyLogData($expected, $events[0]);
                    
102            'allowmultiple' => 1));
                    
103        $cm = $DB->get_record('course_modules', array('id' => $choice->cmid));
                    
104        $context = context_module::instance($choice->cmid);
                    
                
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.';
                    
                
shortcodes.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 334 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * WordPress API for creating bbcode like tags or what WordPress calls
                    
4 * "shortcodes." The tag and attribute parsing or regular expression code is
                    
17 * {@internal
                    
18 * Please be aware that the above note was made during the beta of WordPress 2.6
                    
19 * and in the future may not be accurate. Please update the note when it is no
                    
27 *
                    
28 * @link http://codex.wordpress.org/Shortcode_API
                    
29 *
                    
29 *
                    
30 * @package WordPress
                    
31 * @subpackage Shortcodes
                    
49 * plugin has a similar shortcode, it will override yours or yours will override
                    
50 * theirs depending on which order the plugins are included and/or ran.
                    
51 *
                    
                
index.php https://gitlab.com/gustCL/syscar | PHP | 188 lines
                    
1<?php
                    
2require_once ('head.php');
                    
8                  AND lo.idLote = e.idLote AND p.codigoProducto = ps.codigoProducto AND p.codigoProducto = u.codigoProducto
                    
9                  AND e.idUbicacion = u.idUbicacion GROUP BY lo.codigoProducto ORDER BY p.nombreComercial ASC";
                    
10    $comando = Database::getInstance()->getDb()->prepare($registro);
                    
15                 WHERE p.codigoProducto = lo.codigoProducto AND lo.idLote = ex.idLote
                    
16AND ub.codigoProducto = p.codigoProducto AND ps.codigoProducto = p.codigoProducto AND p.estado = 1 ORDER BY p.codigoProducto DESC */
                    
17?>
                    
67                                             <td>
                    
68                                                 <a class="btn btn-warning shiny"  href="nuevo_producto.php" >
                    
69                                                        <i class="fa fa-plus">
                    
110                                                <tbody>
                    
111                                                    <?php
                    
112
                    
137                                                                <td>                          
                    
138                                                                    <a href="ver_producto.php?id=<?= $idP ?>" class="btn btn-default btn-xs blue" ><i class="fa fa-eye"></i> Ver</a>
                    
139                                                                    <a href="mod_producto.php?id=<?= $idP ?>"   class="btn btn-default btn-xs purple"  ><i class="fa fa-edit"></i> Editar</a>
                    
                
class-wp-image-editor.php https://gitlab.com/hop23typhu/list-theme | PHP | 403 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Base WordPress Image Editor
                    
4 *
                    
4 *
                    
5 * @package WordPress
                    
6 * @subpackage Image_Editor
                    
                
QueryBuilder.php https://gitlab.com/daigiangaitu91/yii2 | PHP | 260 lines
                    
1<?php
                    
2/**
                    
49     */
                    
50    public function buildOrderByAndLimit($sql, $orderBy, $limit, $offset)
                    
51    {
                    
51    {
                    
52        $orderBy = $this->buildOrderBy($orderBy);
                    
53        if ($orderBy !== '') {
                    
53        if ($orderBy !== '') {
                    
54            $sql .= $this->separator . $orderBy;
                    
55        }
                    
207     *
                    
208     * ```php
                    
209     * $sql = $queryBuilder->batchInsert('user', ['name', 'age'], [
                    
                
gallery.tpl.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 122 lines
                    
37      <div class="tubepress_thumb">
                    
38        <a id="tubepress_image_<?php echo $video->getId(); ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>" rel="tubepress_<?php echo ${org_tubepress_api_const_template_Variable::EMBEDDED_IMPL_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::PLAYER_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>">
                    
39          <img alt="<?php echo htmlspecialchars($video->getTitle(), ENT_QUOTES, "UTF-8"); ?>" src="<?php echo $video->getThumbnailUrl(); ?>" width="<?php echo ${org_tubepress_api_const_template_Variable::THUMBNAIL_WIDTH}; ?>" height="<?php echo ${org_tubepress_api_const_template_Variable::THUMBNAIL_HEIGHT}; ?>" />
                    
43          <?php if (${org_tubepress_api_const_template_Variable::META_SHOULD_SHOW}[org_tubepress_api_const_options_names_Meta::TITLE]): ?>
                    
44          <dt class="tubepress_meta tubepress_meta_title"><?php echo ${org_tubepress_api_const_template_Variable::META_LABELS}[org_tubepress_api_const_options_names_Meta::TITLE]; ?></dt><dd class="tubepress_meta tubepress_meta_title"><a id="tubepress_title_<?php echo $video->getId(); ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>" rel="tubepress_<?php echo ${org_tubepress_api_const_template_Variable::EMBEDDED_IMPL_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::PLAYER_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>"><?php echo htmlspecialchars($video->getTitle(), ENT_QUOTES, "UTF-8"); ?></a></dd>
                    
45          <?php endif; ?>
                    
53
                    
54          <dt class="tubepress_meta tubepress_meta_author"><?php echo ${org_tubepress_api_const_template_Variable::META_LABELS}[org_tubepress_api_const_options_names_Meta::AUTHOR]; ?></dt><dd class="tubepress_meta tubepress_meta_author"><?php echo $video->getAuthorDisplayName(); ?></dd>
                    
55          <?php endif; ?>
                    
58
                    
59          <dt class="tubepress_meta tubepress_meta_keywords"><?php echo ${org_tubepress_api_const_template_Variable::META_LABELS}[org_tubepress_api_const_options_names_Meta::KEYWORDS]; ?></dt><dd class="tubepress_meta tubepress_meta_keywords"><?php echo $raw = htmlspecialchars(implode(" ", $video->getKeywords()), ENT_QUOTES, "UTF-8"); ?></dd>
                    
60          <?php endif; ?>
                    
63
                    
64          <dt class="tubepress_meta tubepress_meta_url"><?php echo ${org_tubepress_api_const_template_Variable::META_LABELS}[org_tubepress_api_const_options_names_Meta::URL]; ?></dt><dd class="tubepress_meta tubepress_meta_url"><a rel="external nofollow" href="<?php echo $video->getHomeUrl(); ?>"><?php echo ${org_tubepress_api_const_template_Variable::META_LABELS}[org_tubepress_api_const_options_names_Meta::URL]; ?></a></dd>
                    
65          <?php endif; ?>
                    
                
class-zip.php https://gitlab.com/endomorphosis/falkenstein | PHP | 306 lines
                    
1<?php
                    
2
                    
64		$exec = $this->binzip." -v -@ ".escapeshellarg($this->path);
                    
65		$last_recorded_alive = time();
                    
66		$something_useful_happened = $updraftplus->something_useful_happened;
                    
120					if ($w && $updraftplus_backup->debug) $updraftplus->log("Output from zip: ".trim($w), 'debug');
                    
121					if (time() > $last_recorded_alive + 5) {
                    
122						$updraftplus->record_still_alive();
                    
122						$updraftplus->record_still_alive();
                    
123						$last_recorded_alive = time();
                    
124					}
                    
217	public function open($path, $flags = 0) {
                    
218		if(!class_exists('PclZip')) include_once(ABSPATH.'/wp-admin/includes/class-pclzip.php');
                    
219		if(!class_exists('PclZip')) {
                    
                
publicize.php https://gitlab.com/endomorphosis/falkenstein | PHP | 307 lines
                    
29		if ( $this->in_jetpack )
                    
30			require_once dirname( __FILE__ ) . '/publicize/publicize-jetpack.php';
                    
31		else {
                    
31		else {
                    
32			require_once dirname( dirname( __FILE__ ) ) . '/mu-plugins/keyring/keyring.php';
                    
33			require_once dirname( __FILE__ ) . '/publicize/publicize-wpcom.php';
                    
35
                    
36		require_once dirname( __FILE__ ) . '/publicize/ui.php';
                    
37		$publicize_ui = new Publicize_UI();
                    
110		// @see wp_trim_words()
                    
111		if ( 'characters' == _x( 'words', 'word count: words or characters?', 'jetpack' ) ) {
                    
112			return trim( mb_substr( $string, 0, $length - 1, 'UTF-8' ) ) . "\xE2\x80\xA6"; // ellipsis
                    
118		while ( strlen( $word = array_shift( $words ) ) ) {
                    
119			$new_return = $return ? "$return $word" : $word;
                    
120			$new_return_length = mb_strlen( $new_return, 'UTF-8' );
                    
                
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>
                    
                
class-wp-customize-setting.php https://gitlab.com/hop23typhu/list-theme | PHP | 439 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * @package WordPress
                    
6 * @subpackage Customize
                    
377 *
                    
378 * @package WordPress
                    
379 * @subpackage Customize
                    
394 *
                    
395 * @package WordPress
                    
396 * @subpackage Customize
                    
422/**
                    
423 * @package WordPress
                    
424 * @subpackage Customize
                    
                
Protection.php https://gitlab.com/adamakbar/rps | PHP | 581 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;
                    
                
view-about.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 106 lines
                    
6        <div class="inside">
                    
7        <p><?php _e( 'WP-Table Reloaded allows you to create and manage tables in the admin-area of WordPress.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'Those tables may contain strings, numbers and even HTML (e.g. to include images or links).', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'You can then show the tables in your posts, on your pages or in text-widgets by using a shortcode.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'If you want to show your tables anywhere else in your theme, you can use a template tag function.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p>
                    
8        </div>
                    
13        <div class="inside">
                    
14        <p><?php _e( 'At first you should add or import a table.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'This means that you either let the plugin create an empty table for you or that you load an existing table from either a CSV, XML or HTML file.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p><p><?php _e( 'Then you can edit your data or change the structure of your table (e.g. by inserting or deleting rows or columns, swaping rows or columns or sorting them) and select specific table options like alternating row colors or whether to print the name or description, if you want.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'To easily add a link or an image to a cell, use the provided buttons. Those will ask you for the URL and a title. Then you can click into a cell and the corresponding HTML will be added to it for you.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p><p><?php printf( __( 'To insert the table into a page, post or text-widget, copy the shortcode <strong>[table id=%s /]</strong> and paste it into the corresponding place in the editor.', WP_TABLE_RELOADED_TEXTDOMAIN ), '&lt;ID&gt;' ); ?> <?php printf( __( 'You can also select the desired table from a list (after clicking the button &quot;%s&quot; in the editor toolbar) and the corresponding shortcode will be added for you.', WP_TABLE_RELOADED_TEXTDOMAIN ), __( 'Table', WP_TABLE_RELOADED_TEXTDOMAIN ) ); ?></p><p><?php _e( 'Tables can be styled by changing and adding CSS commands.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'The plugin ships with default CSS Stylesheets, which can be customized with own code or replaced with other Stylesheets.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php _e( 'For this, each table is given certain CSS classes that can be used as CSS selectors.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?> <?php printf ( __( 'Please see the <a href="%s">documentation</a> for a list of these selectors and for styling examples.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/documentation/' ); ?></p>
                    
15        </div>
                    
20        <div class="inside">
                    
21        <p><?php printf( __( 'More information about WP-Table Reloaded can be found on the <a href="%s">plugin\'s website</a> or on its page in the <a href="%s">WordPress Plugin Directory</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/website/', 'http://wordpress.org/extend/plugins/wp-table-reloaded/' ); ?> <?php printf( __( 'For technical information, see the <a href="%s">documentation</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/documentation/' ); ?></p>
                    
22        </div>
                    
27        <div class="inside">
                    
28        <p><?php printf( __( '<a href="%s">Support</a> is provided through the <a href="%s">WordPress Support Forums</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/support/', 'http://www.wordpress.org/support/' ); ?> <?php printf( __( 'Before asking for support, please carefully read the <a href="%s">Frequently Asked Questions</a> where you will find answered to the most common questions, and search through the forums.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/faq/' ); ?></p><p><?php printf( __( 'If you do not find an answer there, please <a href="%s">open a new thread</a> in the WordPress Support Forums with the tag &quot;wp-table-reloaded&quot;.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://wordpress.org/tags/wp-table-reloaded' ); ?></p>
                    
29        </div>
                    
34        <div class="inside">
                    
35        <p><?php printf( __( 'This plugin was written by <a href="%s">Tobias B&auml;thge</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/' ); ?> <?php _e( 'It is licensed as Free Software under GPL 2.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?><br/><?php printf( __( 'If you like the plugin, <a href="%s"><strong>a donation</strong></a> is recommended.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://tobias.baethge.com/go/wp-table-reloaded/donate/' ); ?> <?php printf( __( 'Please rate the plugin in the <a href="%s">WordPress Plugin Directory</a>.', WP_TABLE_RELOADED_TEXTDOMAIN ), 'http://wordpress.org/extend/plugins/wp-table-reloaded/' ); ?><br/><?php _e( 'Donations and good ratings encourage me to further develop the plugin and to provide countless hours of support. Any amount is appreciated! Thanks!', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></p>
                    
36        </div>
                    
                
file_helper.php https://gitlab.com/nightcrawlingz/kurikulum | PHP | 479 lines
                    
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP 5.1.6 or newer
                    
6 *
                    
109 * Deletes all files contained in the supplied directory path.
                    
110 * Files must be writable or owned by the system in order to be deleted.
                    
111 * If the second parameter is set to TRUE, any directories contained
                    
240
                    
241			// foreach (scandir($source_dir, 1) as $file) // In addition to being PHP5+, scandir() is simply not as fast
                    
242			while (FALSE !== ($file = readdir($fp)))
                    
334 *
                    
335 * Translates a file extension into a mime type based on config/mimes.php.
                    
336 * Returns FALSE if it can't determine the type, or open the mime config file
                    
354		{
                    
355			if (defined('ENVIRONMENT') AND is_file(APPPATH.'config/'.ENVIRONMENT.'/mimes.php'))
                    
356			{
                    
                
autoptimizeBase.php https://gitlab.com/hop23typhu/list-theme | PHP | 317 lines
                    
1<?php
                    
2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
                    
38			}
                    
39		} else if ((strpos($url,'//')===false) && (strpos($url,parse_url(AUTOPTIMIZE_WP_SITE_URL,PHP_URL_HOST))===false)) {
                    
40			$url = AUTOPTIMIZE_WP_SITE_URL.$url;
                    
43		// first check; hostname wp site should be hostname of url
                    
44		$thisHost=@parse_url($url,PHP_URL_HOST);
                    
45		if ($thisHost!==parse_url(AUTOPTIMIZE_WP_SITE_URL,PHP_URL_HOST)) {
                    
59			if (!empty($this->cdn_url)) {
                    
60				$multidomains[]=parse_url($this->cdn_url,PHP_URL_HOST);
                    
61			}
                    
66				if (in_array($thisHost,$multidomains)) {
                    
67					$url=str_replace($thisHost, parse_url(AUTOPTIMIZE_WP_SITE_URL,PHP_URL_HOST), $url);
                    
68				} else {
                    
98        // do the actual parse_url
                    
99		$out = parse_url($in,PHP_URL_HOST);
                    
100        
                    
                
blog-layout.php https://gitlab.com/hop23typhu/list-theme | PHP | 281 lines
                    
1<?php
                    
2/**
                    
105		echo sprintf( '<div id="post-%s" %s>', get_the_ID(), $post_classes );
                    
106			// Add an additional wrapper for grid layout border
                    
107			if ( $blog_layout == 'grid' ) {
                    
196
                    
197					// Render post meta data according to layout
                    
198					if ( ( Avada()->settings->get( 'post_meta' ) && ( ! Avada()->settings->get( 'post_meta_author' ) || ! Avada()->settings->get( 'post_meta_date' ) || ! Avada()->settings->get( 'post_meta_cats' ) || ! Avada()->settings->get( 'post_meta_tags' ) || ! Avada()->settings->get( 'post_meta_comments' ) || ! Avada()->settings->get( 'post_meta_read' ) ) ) ) {
                    
217									if ( ! Avada()->settings->get( 'post_meta_comments' ) ) {
                    
218										if( ! post_password_required( get_the_ID() ) ) {
                    
219											comments_popup_link('<i class="fusion-icon-bubbles"></i>&nbsp;' . __( '0', 'Avada' ), '<i class="fusion-icon-bubbles"></i>&nbsp;' . __( '1', 'Avada' ), '<i class="fusion-icon-bubbles"></i>&nbsp;' . '%' );
                    
280
                    
281// Omit closing PHP tag to avoid "Headers already sent" issues.
                    
282
                    
                
editor.php https://gitlab.com/che234/adn | PHP | 343 lines
                    
1<?php
                    
2
                    
84            if (is_object($query)) {
                    
85                $query->select('*')->from('#__wf_profiles')->where('published = 1')->order('ordering ASC');
                    
86            } else {
                    
88                        . ' WHERE published = 1'
                    
89                        . ' ORDER BY ordering ASC';
                    
90            }
                    
107                // load mobile detect class
                    
108                require_once(dirname(__FILE__) . '/mobile.php');
                    
109            }
                    
                
landing.php https://gitlab.com/NucleusStudios/Mercado-BTX | PHP | 259 lines
                    
23										 data-start="1000"
                    
24										 data-easing="easeOutExpo"><img src="<?php echo Yii::app()->baseUrl . '/images' ?>/slides/slide-title-border.png" alt=""></div>
                    
25
                    
37										 data-start="1000"
                    
38										 data-easing="easeOutExpo"><img src="<?php echo Yii::app()->baseUrl . '/images' ?>/slides/slide-title-border.png" alt=""></div>
                    
39
                    
98									<div class="get-started">
                    
99										<a href="<?php echo Yii::app()->baseUrl . '/'. Yii::t('urls','register'); ?>" class="btn btn-lg btn-primary"><span id ="registerButton"><?php echo Yii::t('translation', 'top_side_main_text'); ?></a>
                    
100										<div class="learn-more"><a href="<?php echo Yii::app()->baseUrl . '/'. Yii::t('urls','preguntas_frecuentes'); ?>"><span id="moreInformationButton"><?php echo Yii::t('translation', 'top_side_main_text2'); ?></span></a></div>
                    
148												<h4 class="shorter"><?php echo Yii::t('translation', 'menu_section_4'); ?></h4>
                    
149												<p class="tall"><?php echo Yii::t('translation', 'menu_section_4_text'); ?></p>
                    
150											</div>
                    
246								<div class="center">
                    
247									<h3><?php echo Yii::t('translation', 'bottom_main_text_bottom'); ?><a href="<?php echo Yii::app()->baseUrl . '/'. Yii::t('urls','register'); ?>" class="btn btn-lg btn-primary" data-appear-animation="bounceIn"><?php echo Yii::t('translation', 'bottom_main_button'); ?></a> <span class="arrow hlb" data-appear-animation="rotateInUpLeft" style="top: -22px;"></span></h3>
                    
248								</div>
                    
                
apc.object-cache.php https://gitlab.com/endomorphosis/falkenstein | PHP | 380 lines
                    
1<?php
                    
2/*
                    
5Version: 2.0.5
                    
6URI: http://txfx.net/wordpress-plugins/apc/
                    
7Author: Mark Jaquith
                    
9
                    
10Install this file to wp-content/object-cache.php
                    
11
                    
12Based on Ryan Boren's Memcached object cache backend
                    
13http://wordpress.org/extend/plugins/memcached/
                    
14
                    
19if ( version_compare( '5.2.4', phpversion(), '>=' ) ) {
                    
20	wp_die( 'The APC object cache backend requires PHP 5.2 or higher. You are running ' . phpversion() . '. Please remove the <code>object-cache.php</code> file from your content directory.' );
                    
21}
                    
24	// Regular die, not wp_die(), because it gets sandboxed and shown in a small iframe
                    
25	die( '<strong>ERROR:</strong> This is <em>not</em> a plugin, and it should not be activated as one.<br /><br />Instead, <code>' . str_replace( $_SERVER['DOCUMENT_ROOT'], '', __FILE__ ) . '</code> must be moved to <code>' . str_replace( $_SERVER['DOCUMENT_ROOT'], '', trailingslashit( WP_CONTENT_DIR ) ) . 'object-cache.php</code>' );
                    
26} else {
                    
                
after-the-deadline.php https://gitlab.com/endomorphosis/falkenstein | PHP | 286 lines
                    
27include( 'after-the-deadline/config-options.php' );
                    
28include( 'after-the-deadline/config-unignore.php' );
                    
29include( 'after-the-deadline/proxy.php' );
                    
90
                    
91	/* kill the spellchecker.. don't need no steenkin PHP spell checker */
                    
92	foreach ( $buttons as $key => $button ) {
                    
122
                    
123	$init_array['atd_rpc_url']        = admin_url( 'admin-ajax.php?action=proxy_atd&url=' );
                    
124	$init_array['atd_ignore_rpc_url'] = admin_url( 'admin-ajax.php?action=atd_ignore&phrase=' );
                    
179			'menu_title_spelling'         => __( 'Spelling', 'jetpack' ),
                    
180			'menu_title_repeated_word'    => __( 'Repeated Word', 'jetpack' ),
                    
181
                    
252
                    
253	$pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php', 'admin.php', 'profile.php' );
                    
254
                    
                
metas.php https://gitlab.com/hop23typhu/list-theme | PHP | 223 lines
                    
22		<a class="nav-tab" id="post_types-tab" href="#top#post_types"><?php _e( 'Post Types', 'wordpress-seo' ); ?></a>
                    
23		<a class="nav-tab" id="taxonomies-tab" href="#top#taxonomies"><?php _e( 'Taxonomies', 'wordpress-seo' ); ?></a>
                    
24		<a class="nav-tab" id="archives-tab" href="#top#archives"><?php _e( 'Archives', 'wordpress-seo' ); ?></a>
                    
24		<a class="nav-tab" id="archives-tab" href="#top#archives"><?php _e( 'Archives', 'wordpress-seo' ); ?></a>
                    
25		<a class="nav-tab" id="other-tab" href="#top#other"><?php _e( 'Other', 'wordpress-seo' ); ?></a>
                    
26	</h2>
                    
102					$yform->checkbox( 'showdate-' . $name, __( 'Show date in snippet preview?', 'wordpress-seo' ), __( 'Date in Snippet Preview', 'wordpress-seo' ) );
                    
103					$yform->checkbox( 'hideeditbox-' . $name, __( 'Hide', 'wordpress-seo' ), __( 'WordPress SEO Meta Box', 'wordpress-seo' ) );
                    
104
                    
161					$yform->checkbox( 'noindex-tax-' . $tax->name, '<code>noindex, follow</code>', __( 'Meta Robots', 'wordpress-seo' ) );
                    
162					$yform->checkbox( 'hideeditbox-tax-' . $tax->name, __( 'Hide', 'wordpress-seo' ), __( 'WordPress SEO Meta Box', 'wordpress-seo' ) );
                    
163					echo '<br/><br/>';
                    
208
                    
209			$yform->checkbox( 'usemetakeywords', __( 'Use <code>meta</code> keywords tag?', 'wordpress-seo' ) );
                    
210			echo '<p class="desc">', __( 'I don\'t know why you\'d want to use meta keywords, but if you want to, check this box.', 'wordpress-seo' ), '</p>';
                    
                
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) {
                    
                
2012-15-107.html https://gitlab.com/bernagg/TI | HTML | 157 lines
                    
9	<meta name="CHANGED" content="20091224;16491400">
                    
10	<meta name="KEYWORDS" content="reporting, blocked, urls, submission, policy, conditions, verification">
                    
11</head>
                    
64	<li><p style="MARGIN-BOTTOM: 0.05in; FONT-WEIGHT: normal"><font color="#000000"><font face="Arial"><font size="2">website3.com/dir/dir/file.html</font></font></font></p>
                    
65	<li><p style="MARGIN-BOTTOM: 0.05in"><font color="#000000"><font face="Arial"><font size="2"><span style="FONT-WEIGHT: normal">website4.com/dir/dir2/file.php?argument1=1&amp;argument2=2
                    
66	</span></font></font></font><font color="#000000"><font face="Arial"><font size="2"><br></font></font></font><br><br>
                    
68</ul>
                    
69<p align="center"><img border="0" name="graphics1" align="left" src="img/reporting1.png"><br clear="left"><br><br>
                    
70</p>
                    
101below:</font></font></font></p>
                    
102<p><img border="0" name="graphics2" align="left" src="img/reporting2.png"><br clear="left"><font color="#000000"><font face="Arial"><font size="2"><br></font></font></font><br><br>
                    
103</p>
                    
112		<dd>
                    
113		<table width="730" border="1" cellpadding="4" cellspacing="3" style="PAGE-BREAK-INSIDE: avoid">
                    
114      <colgroup>
                    
                
grid.locale-en.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 224 lines
                    
6 * Dual licensed under the MIT and GPL licenses:
                    
7 * http://www.opensource.org/licenses/mit-license.php
                    
8 * http://www.gnu.org/licenses/gpl.html
                    
20            recordtext: "View {0} - {1} of {2}",
                    
21            emptyrecords: "No records to view",
                    
22            loadtext: "Loading...",
                    
27            pgprev: "Previous Page",
                    
28            pgrecs: "Records per Page",
                    
29            showhide: "Toggle Expand Collapse Grid",
                    
119            nourl: "No url is set",
                    
120            norecords: "No records to process",
                    
121            model: "Length of colNames <> colModel!"
                    
158                masks: {
                    
159                    // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
                    
160                    // and see http://docs.jquery.com/UI/Datepicker/formatDate
                    
                
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
                    
                
joomleague.php https://gitlab.com/julienv/joomleague | PHP | 431 lines
                    
1<?php
                    
2class JoomleagueConnector extends JLCalendar{
                    
61
                    
62	function getBirthdays ( $caldates, $ordering='ASC' )
                    
63	{
                    
154		$query .= $limitingcondition;
                    
155		$query .= "  GROUP BY p.id ORDER BY p.birthday";
                    
156		$query = ($this->prefix != '') ? str_replace('#__', $this->prefix, $query) : $query;
                    
193			// new insert for link to player profile
                    
194			//$newrows[$key]['link'] = 'index.php?option=com_joomleague&view=player&p='.$row->project_id.'&pid='.$row->id;
                    
195			$newrows[$key]['link'] = JoomleagueHelperRoute::getPlayerRoute( $row->project_id, $row->teamid, $row->id);
                    
280
                    
281	function getMatches($caldates, $ordering='ASC')
                    
282	{
                    
372		$where .= " GROUP BY m.id";
                    
373		$where .=" ORDER BY m.match_date ".$ordering;
                    
374
                    
                
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
                    
                
Input.php https://gitlab.com/dleonov/my-framework-two | PHP | 419 lines
                    
1<?php
                    
2
                    
20 * @method      boolean  getBool()      getBool($name, $default = null)   Get a boolean.
                    
21 * @method      string   getWord()      getWord($name, $default = null)
                    
22 * @method      string   getAlnum()     getAlnum($name, $default = null)
                    
                
2012-76-079.html https://gitlab.com/bernagg/TI | HTML | 113 lines
                    
7	
                    
8	<meta name="generator" content="WordPress 3.1.2" /> <!-- leave this for stats -->
                    
9
                    
18	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://blog.hugefree.com/feed/atom/" />
                    
19	<link rel="pingback" href="http://blog.hugefree.com/xmlrpc.php" />
                    
20
                    
26	<link rel="alternate" type="application/rss+xml" title="World of Warcraft Gold,Buy RS Gold Instant Delivery,Fast &amp; Safe Rift Gold &raquo; World of Warcraft Gold &amp; Comments Feed" href="http://blog.hugefree.com/world-of-warcraft-gold/feed/" />
                    
27<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://blog.hugefree.com/xmlrpc.php?rsd" />
                    
28<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://blog.hugefree.com/wp-includes/wlwmanifest.xml" /> 
                    
31<link rel='next' title='Buy RS Gold' href='http://blog.hugefree.com/buy-rs-gold/' />
                    
32<meta name="generator" content="WordPress 3.1.2" />
                    
33<link rel='canonical' href='http://blog.hugefree.com/' />
                    
53				<p> With the high development of society, the spirit of team is becoming more and more important and significant. Secondly, try to give full play to their abilities and intelligence in terms of the special skills and strong points of each member. You will find that the members of your team will be glad to work with you and will try their best to make contributions to your team so that you can get wealth as much as possible if you guide them in that way.Keep in mind that lose or win is temporary while competition is permanent. Coupled by the issue of increasing energy demand and fast depletion of non renewable energy resources which have led to increasing energy prices do <a href="http://www.hotgoldssaler.com/">WOW Gold</a> give human beings yet another chance to improve the world?s climatic conditions. Author of this article does not allow you to republish/reprint this article without written consent.Published at Sooper Articles &#8211; Ezine Articles Directory sooperarticles.comFinding the right wedding gift is often a tough call unless you have huge pile of money to spend or you are frequent to the super market and love window shopping.<a href="http://www.swtors.com/">swtor credits</a> Many gift shops have ready assorted gift items for you to select. Research and studies conducted on these climate changes reveals disturbing facts especially mankind being the main reason leading to these occurrences. You see, it is the team members of Edison that accomplished a majority of tough while complicated experiments. I am one of <a href="http://www.runescapegoldstore.com/">Runescape Gold</a> Them.SL.<br />
                    
54keurawa.wordpress.com/	Article Source:EzineArticles.com/?expert=Solange_Lopes						Linen is an explicit kind of fabric that is prepared from fibers of a plant called as flax. Actually, Edison has a team named after him. It is for this reason it is one of the premium summer fabrics of all time. Just add some images in it from your computer. While this may seem to be the default idea there is another option: outsourcing the security of a company to other businesses whose sole purpose of existence is to provide corporate security services.This will help the hiring companies in two major ways:1 &#8211; First, it will enable the hiring company to concentrate on what it does best and leave the security issues to the company that can handle <a href="http://www.mmoshoponline.com/buy-wow-gold/">Buy WOW Gold</a> it better.  Next thing you need to consider is the color of your box. Especially when designing and combining your plants. The first ever flax fiber was found in an ancient cavern in Georgia Republic and then the flax fibers were woven on to produce linen. Edison played the role as a team leader and operated his team well.<a href="http://swtorcredits.worldwarcraft-gold.com/">swtor gold</a>There is no doubt that Edison is a great scientist. Besides, there has been a hype on independent movies that work on smaller budgets. The linen manufacturers are alert of the fact that linen is well-liked by many for its class and wholesomeness. For a security plan to be effective it should be 100% leak proof &#8211; in other words it <a href="http://www.bestmmoshop.com/">Cheap WOW Gold</a> is either deterrent or it is not (there is no such thing as 99% security).Types Of Outsourcing At present the outsourcing of security can be categorized into two major types. Microgeneration of renewable energy is the most ideal way to generate energy for personal use and also offer extra energy to the national feed and earn money as well. These guidelines will not make your garden look messy and wild. About the shattered innocence and broken dreams that is the bulk of the inheritance left by the heavy toll of previous generations, oblivious of the gift of Tomorrow. But on the other hand, British Gas websaver has committed to move towards adoption of green energy resources such as energy from <a href="http://www.thehotfocus.com/">Runescape Money</a> waste, onshore and offshore wind, biomass, micro hydro power for which huge investments are required. For flowering plants, safer colors with be neutral colors, such as white, black, and brown. The first ever flax fiber was found in an ancient cavern in Georgia Republic and then the flax fibers were woven on to produce linen. These are children who look at Death in the face, walking in the dark, their feet shuffling in pools of blood, instinctively, unknowingly pursuing Life.Linen is an explicit kind of fabric that is prepared from fibers of a plant called as flax. The linen fabric manufacturer is also responsible for the retention of the soft touch and rigidity of <a href="http://www.mmogoldssale.com/">World of Warcraft Gold</a> the fabric. If you do not want to go with a traditional photo frame &#8211; get a digital photo frame. Secondly, try to give full play to their abilities and intelligence in terms of the special skills and strong points of each member. This means that the flowers and the ornaments you use should blend well. It is a great wedding gift item; good birthday presentation as well. The power of communities is always huger and bigger than individuals.So, try to be a good team leader, <a href="http://www.riftplatshops.com/">Rift Platinum</a> and you will find that wealth and success is waving to you.If you want to know more detailed information about wealth and success,just come to visit the website: entrepreneurs.firstqualityebook.com/ to find out something meaningful.About <a href="http://www.riftgoldlife.com/">Rift Gold</a> The Author<br />
                    
55. About the shame and guilt we feel as a result of not knowing and upholding the truth of who we are. These are children, African children, filled with hope, promise and future, who despite the shame of selling their bodies on poorly lit city streets to sustain their families, still know how to laugh when being tickled. It is also recognized that linen was utilized for mummification and from this it can be landed upon the fact that linen has the value to be preserved.        Retrieved from &#8220;articlesbase.com/gardening-articles/how-to-choose-the-right-planter-box-4890797.html&#8221;(ArticlesBase SC #4890797)Start increasing your traffic today just by submitting articles with us, click here to get started.Liked this article? Click here to publish <a href="http://www.mmoriftplat.com/rift-plat/">Rift Plat</a> it on your website or blog, it&#8217;s free and easy!In this world of commerce and business, where money is made in the millions, corporate security services play a major role. Just imagine the relationship and buy the first thing that comes to your mind. You are ready to go to a party in minutes.Collection Watches: If budget is not a constraint, you may think about presenting a collection watch. If you have some time and would like to make it more personal &#8211; print a photo of the person and put it in the frame. These boxes are definitely worth investing for. This makes a home more attractive and fresh looking. You are supposed to learn how to cooperate with other people to get wealth and success nowadays.</p>
                    
                
server_side.html https://gitlab.com/betanurlaila/UI_onlineshop | HTML | 233 lines
                    
6	<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
                    
7	<title>ColReorder example - Server-side processing</title>
                    
8	<link rel="stylesheet" type="text/css" href="../../../../media/css/jquery.dataTables.css">
                    
41		],
                    
42		colReorder: true
                    
43	} );
                    
102		],
                    
103		colReorder: true
                    
104	} );
                    
114						<li>
                    
115							<a href="../../js/dataTables.colReorder.js">../../js/dataTables.colReorder.js</a>
                    
116						</li>
                    
132						<li>
                    
133							<a href="../../css/colReorder.dataTables.css">../../css/colReorder.dataTables.css</a>
                    
134						</li>
                    
                
wysiwyg.api.php https://gitlab.com/endomorphosis/tactilevision | PHP | 206 lines
                    
1<?php
                    
2
                    
83            'extended_valid_elements' => array(
                    
84              'img[class|src|border=0|alt|title|width|height|align|name|style]',
                    
85            ),
                    
                
shipping.php https://gitlab.com/firstrate/firstrate | PHP | 268 lines
                    
1<?php
                    
2class ControllerApiShipping extends Controller {
                    
179								'quote'      => $quote['quote'],
                    
180								'sort_order' => $quote['sort_order'],
                    
181								'error'      => $quote['error']
                    
186
                    
187				$sort_order = array();
                    
188
                    
189				foreach ($json['shipping_methods'] as $key => $value) {
                    
190					$sort_order[$key] = $value['sort_order'];
                    
191				}
                    
192
                    
193				array_multisort($sort_order, SORT_ASC, $json['shipping_methods']);
                    
194
                    
                
edit.php https://gitlab.com/JrLucena/moodle | PHP | 241 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
24
                    
25require_once('../config.php');
                    
26require_once('lib.php');
                    
26require_once('lib.php');
                    
27require_once('edit_form.php');
                    
28
                    
39    if (!empty($id)) {
                    
40        $returnurl = new moodle_url($CFG->wwwroot . '/course/view.php', array('id' => $id));
                    
41    } else {
                    
46            case 'category':
                    
47                $returnurl = new moodle_url($CFG->wwwroot . '/course/index.php', array('categoryid' => $categoryid));
                    
48                break;
                    
49            case 'catmanage':
                    
50                $returnurl = new moodle_url($CFG->wwwroot . '/course/management.php', array('categoryid' => $categoryid));
                    
51                break;
                    
                
yii.php https://gitlab.com/PragmaticLinux/Yii | PHP | 114 lines
                    
1<?php
                    
2/**
                    
27    'Invalid data received for parameter "{param}".' => 'Ungültige Daten erhalten für Parameter "{param}".',
                    
28    'Login Required' => 'Anmeldung erforderlich',
                    
29    'Missing required arguments: {params}' => 'Pflichtargumente fehlen: {params}',
                    
40    'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Die Datei "{file}" ist zu groß. Es {limit, plural, one{ist} other{sind}} maximal {limit, number} {limit, plural, one{Byte} other{Bytes}} erlaubt.',
                    
41    'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Die Datei "{file}" ist zu klein. Es {limit, plural, one{ist} other{sind}} mindestens {limit, number} {limit, plural, one{Byte} other{Bytes}} erforderlich.',
                    
42    'The format of {attribute} is invalid.' => 'Das Format von {attribute} ist ungültig.',
                    
                
Currency.php https://gitlab.com/blingbang2016/shop | PHP | 357 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 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
285    /**
                    
286     * Retrieve allowed currencies according to config
                    
287     *
                    
307    /**
                    
308     * Retrieve default currencies according to config
                    
309     *
                    
319    /**
                    
320     * Retrieve base currencies according to config
                    
321     *
                    
                
HelperRegistryTest.php https://gitlab.com/18runt88/cakephp | PHP | 334 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
                    
4 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
10 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
11 * @link          http://cakephp.org CakePHP(tm) Project
                    
12 * @since         2.0.0
                    
12 * @since         2.0.0
                    
13 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
                    
14 */
                    
269     *
                    
270     * The addToAssertionCount call is to record that no exception was thrown
                    
271     *
                    
284     *
                    
285     * The addToAssertionCount call is to record that no exception was thrown
                    
286     *
                    
                
search.tpl https://gitlab.com/firstrate/firstrate | Smarty Template | 207 lines
                    
15    <?php } ?>
                    
16    <div id="content" class="<?php echo $class; ?>"><?php echo $content_top; ?>
                    
17      <h1><?php echo $heading_title; ?></h1>
                    
20        <div class="col-sm-4">
                    
21          <input type="text" name="search" value="<?php echo $search; ?>" placeholder="<?php echo $text_keyword; ?>" id="input-search" class="form-control" />
                    
22        </div>
                    
112          <div class="product-thumb">
                    
113            <div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" class="img-responsive" /></a></div>
                    
114            <div class="caption">
                    
124                <?php if ($product['tax']) { ?>
                    
125                <span class="price-tax"><?php echo $text_tax; ?> <?php echo $product['tax']; ?></span>
                    
126                <?php } ?>
                    
141            <div class="button-group">
                    
142              <button type="button" onclick="cart.add('<?php echo $product['product_id']; ?>', '<?php echo $product['minimum']; ?>');"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md"><?php echo $button_cart; ?></span></button>
                    
143              <button type="button" data-toggle="tooltip" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-heart"></i></button>
                    
                
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>
                    
                
config.php https://gitlab.com/alexprowars/bitrix | PHP | 112 lines
                    
1<?php
                    
2$MESS["BX_IM_COMPONENT_CALL_ALL_CHATS"] = "Alle Chats";
                    
67$MESS["BX_IM_COMPONENT_CALL_NAME_PLACEHOLDER"] = "Geben Sie Ihren Namen ein";
                    
68$MESS["BX_IM_COMPONENT_CALL_NOT_ALLOWED_ERROR"] = "Kamera und Mikrofon sind erforderlich, um an der Konferenz teilnehmen zu können.<br>Zugriff auf Kamera und Mikrofon ist jetzt verweigert.<br><br> Bitte gewähren Sie den Zugriff in den Browsereinstellungen und klicken Sie auf \"Kamera und Mikrofon einschalten\".";
                    
69$MESS["BX_IM_COMPONENT_CALL_OPEN_CHAT"] = "Chat öffnen";
                    
70$MESS["BX_IM_COMPONENT_CALL_OPEN_USER_LIST"] = "Teilnehmer";
                    
71$MESS["BX_IM_COMPONENT_CALL_PASSWORD_JOIN"] = "Beitreten";
                    
72$MESS["BX_IM_COMPONENT_CALL_PASSWORD_PLACEHOLDER"] = "Passwort eingeben";
                    
72$MESS["BX_IM_COMPONENT_CALL_PASSWORD_PLACEHOLDER"] = "Passwort eingeben";
                    
73$MESS["BX_IM_COMPONENT_CALL_PASSWORD_TITLE"] = "Passwort ist erforderlich";
                    
74$MESS["BX_IM_COMPONENT_CALL_PASSWORD_WRONG"] = "Ungültiges Passwort";
                    
76$MESS["BX_IM_COMPONENT_CALL_PERMISSIONS_LOADING"] = "Zugriff auf Mikrofon und Kamera";
                    
77$MESS["BX_IM_COMPONENT_CALL_PERMISSIONS_TEXT"] = "Ein Mikrofon und eine Kamera sind erforderlich, um der Videokonferenz beizutreten";
                    
78$MESS["BX_IM_COMPONENT_CALL_PREPARE_NO_USERS"] = "Es gibt niemanden in dieser Videokonferenz. Es wird auf andere Nutzer gewartet.";
                    
                
ckfinder_php5.php https://gitlab.com/endomorphosis/falkenstein | PHP | 231 lines
                    
1<?php
                    
2/*
                    
32
                    
33	// PHP 5 Constructor
                    
34	function __construct( $basePath = CKFINDER_DEFAULT_BASEPATH, $width = '100%', $height = 400, $selectFunction = null )
                    
181		$dir = substr( $url, 0, strrpos( $url, "/" ) + 1 ) ;
                    
182		$editorObj->Config['LinkUploadURL'] = $dir . urlencode( 'core/connector/php/connector.php?command=QuickUpload&type=Files' ) ;
                    
183		$editorObj->Config['ImageUploadURL'] = $dir . urlencode( 'core/connector/php/connector.php?command=QuickUpload&type=') . ( empty( $imageType ) ? 'Images' : $imageType ) ;
                    
183		$editorObj->Config['ImageUploadURL'] = $dir . urlencode( 'core/connector/php/connector.php?command=QuickUpload&type=') . ( empty( $imageType ) ? 'Images' : $imageType ) ;
                    
184		$editorObj->Config['FlashUploadURL'] = $dir . urlencode( 'core/connector/php/connector.php?command=QuickUpload&type=') . ( empty( $flashType ) ? 'Flash' : $flashType ) ;
                    
185	}
                    
226		$dir = substr( $url, 0, strrpos( $url, "/" ) + 1 ) ;
                    
227		$editorObj->config['filebrowserUploadUrl'] = $dir . 'core/connector/php/connector.php?command=QuickUpload&type=Files' ;
                    
228		$editorObj->config['filebrowserImageUploadUrl'] = $dir . 'core/connector/php/connector.php?command=QuickUpload&type=' . ( empty( $imageType ) ? 'Images' : $imageType ) ;
                    
228		$editorObj->config['filebrowserImageUploadUrl'] = $dir . 'core/connector/php/connector.php?command=QuickUpload&type=' . ( empty( $imageType ) ? 'Images' : $imageType ) ;
                    
229		$editorObj->config['filebrowserFlashUploadUrl'] = $dir . 'core/connector/php/connector.php?command=QuickUpload&type=' . ( empty( $flashType ) ? 'Flash' : $flashType ) ;
                    
230	}
                    
                
widgets.php https://gitlab.com/endomorphosis/falkenstein | PHP | 241 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * WordPress Widgets Administration API
                    
4 *
                    
4 *
                    
5 * @package WordPress
                    
6 * @subpackage Administration
                    
78			<div class="sidebar-name-arrow"><br /></div>
                    
79			<h3><?php echo esc_html( $sidebar_name ); ?> <span class="spinner"></span></h3>
                    
80		</div>
                    
80		</div>
                    
81		<?php
                    
82	}
                    
194		<a class="widget-action hide-if-no-js" href="#available-widgets"></a>
                    
195		<a class="widget-control-edit hide-if-js" href="<?php echo esc_url( add_query_arg( $query_arg ) ); ?>">
                    
196			<span class="edit"><?php _ex( 'Edit', 'widget' ); ?></span>
                    
                
product.php https://gitlab.com/dram1008/galaxysss | PHP | 214 lines
                    
1<?php
                    
2use yii\helpers\Html;
                    
154        </button>
                    
155        <?php if ($product->getImages()->exists()) { ?>
                    
156            <div class="row">
                    
157                <h2 class="page-header">Изображения</h2>
                    
158                <?php
                    
159                \app\assets\SlideShow\Asset::register($this);
                    
160                ?>
                    
161                <?php foreach ($product->getImages()->andWhere(['moderation_status' => 1])->all() as $item) { ?>
                    
162                    <div class="col-lg-4" style="margin-bottom: 20px;">
                    
167                    </div>
                    
168                <?php } ?>
                    
169            </div>
                    
169            </div>
                    
170        <?php } ?>
                    
171
                    
                
link-manager.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 292 lines
                    
85<?php screen_icon(); ?>
                    
86<h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php
                    
87if ( !empty($_GET['s']) )
                    
138$select_order = "<select name=\"order_by\">\n";
                    
139$select_order .= '<option value="order_id"' . (($order_by == 'order_id') ? " selected='selected'" : '') . '>' .  __('Order by Link ID') . "</option>\n";
                    
140$select_order .= '<option value="order_name"' . (($order_by == 'order_name') ? " selected='selected'" : '') . '>' .  __('Order by Name') . "</option>\n";
                    
141$select_order .= '<option value="order_url"' . (($order_by == 'order_url') ? " selected='selected'" : '') . '>' .  __('Order by Address') . "</option>\n";
                    
142$select_order .= '<option value="order_rating"' . (($order_by == 'order_rating') ? " selected='selected'" : '') . '>' .  __('Order by Rating') . "</option>\n";
                    
143$select_order .= "</select>\n";
                    
195		$edit_link = get_edit_bookmark_link();
                    
196		?><tr id="link-<?php echo $link->link_id; ?>" valign="middle" <?php echo $style; ?>><?php
                    
197		foreach($link_columns as $column_name=>$column_display_name) {
                    
248				case 'visible':
                    
249					?><td <?php echo $attributes ?>><?php echo $visible; ?></td><?php
                    
250					break;
                    
                
class.pop3.php https://gitlab.com/boxnia/NFU_MOVIL | PHP | 410 lines
                    
3.---------------------------------------------------------------------------.
                    
4|  Software: PHPMailer - PHP email class                                    |
                    
5|   Version: 5.2.1                                                          |
                    
25/**
                    
26 * PHPMailer - PHP POP Before SMTP Authentication Class
                    
27 * NOTE: Designed for use with PHP version 5 and up
                    
166    $this->username = $username;
                    
167    $this->password = $password;
                    
168
                    
288    if (empty($password)) {
                    
289      $password = $this->password;
                    
290    }
                    
292    $pop_username = "USER $username" . $this->CRLF;
                    
293    $pop_password = "PASS $password" . $this->CRLF;
                    
294
                    
                
SSDB.php https://gitlab.com/dleonov/my-framework-two | PHP | 576 lines
                    
1<?php
                    
2/**
                    
7 *
                    
8 * SSDB PHP client SDK.
                    
9 */
                    
135	
                    
136	private $async_auth_password = null;
                    
137	
                    
138	function auth($password){
                    
139		$this->async_auth_password = $password;
                    
140		return null;
                    
143		$cmd = strtolower($cmd);
                    
144		if($this->async_auth_password !== null){
                    
145			$pass = $this->async_auth_password;
                    
145			$pass = $this->async_auth_password;
                    
146			$this->async_auth_password = null;
                    
147			$auth = $this->__call('auth', array($pass));
                    
                
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);
                    
                
quickadd.php https://gitlab.com/julienv/joomleague | PHP | 295 lines
                    
51		$filter_order		= $mainframe->getUserStateFromRequest( $option . 'pl_filter_order', 'filter_order', 'pl.lastname', 'cmd' );
                    
52		$filter_order_Dir	= $mainframe->getUserStateFromRequest( $option . 'pl_filter_order_Dir',	'filter_order_Dir', '',	'word' );
                    
53
                    
59		{
                    
60			$orderby 	= ' ORDER BY ' . $filter_order . ' ' . $filter_order_Dir . ' , pl.lastname ';
                    
61		}
                    
102		{
                    
103			$orderby 	= ' ORDER BY ' . $filter_order . ' ' . $filter_order_Dir . ' , pl.lastname ';
                    
104		}
                    
137		$filter_order		= $mainframe->getUserStateFromRequest( $option . 'pl_filter_order', 'filter_order', 'pl.lastname', 'cmd' );
                    
138		$filter_order_Dir	= $mainframe->getUserStateFromRequest( $option . 'pl_filter_order_Dir',	'filter_order_Dir', '',	'word' );
                    
139
                    
145		{
                    
146			$orderby 	= ' ORDER BY ' . $filter_order . ' ' . $filter_order_Dir . ' , pl.lastname ';
                    
147		}
                    
                
2012-98-159.html https://gitlab.com/bernagg/TI | HTML | 163 lines
                    
41					</div>
                    
42					<div class="topDivR"><a href="/?type=100"><img src="/fileadmin/templates/blogs/new_intreatment_rss/img/rss.gif" style="border:0px" alt="" /></a> </div>
                    
43				</div>
                    
51					<div id="formDiv">
                    
52						<form action='index.php' style='height:2px;' name='frmSrc'>
                    
53							<div class='frmContent'><span> Search socialmediaspam.org <input type='text' name='q' size='70' value=''></span><span><a href='javascript:document.frmSrc.submit();' style='position:relative;top:5px'><img src='/fileadmin/templates/blogs/new_intreatment/img/search.png' border=0></a></span><input type='hidden' name='id' value='23009'></div>
                    
76											<div id="blogContent">
                    
77												<div class="news-single-img"><a href="/index.php?eID=tx_cms_showpic&amp;file=uploads%2Fpics%2F105937935.jpg&amp;width=500m&amp;height=500&amp;md5=5c3c0b199042a0d6a5792edbf6e84c7f&amp;contentHash=24203732379f90c0ae653cc998d23a55" onclick="openPic('/index.php?eID=tx_cms_showpic&amp;file=uploads%2Fpics%2F105937935.jpg&amp;width=500m&amp;height=500&amp;md5=5c3c0b199042a0d6a5792edbf6e84c7f&amp;contentHash=24203732379f90c0ae653cc998d23a55','3380ab0cfd0af58202ac8a3525804a33','width=517,height=354,status=0,menubar=0'); return false;" target="thePicture"><img src="/typo3temp/pics/f491ef744f.jpg" width="226" height="151" border="0" alt="" title="" /></a>
                    
78													<p class="news-single-imgcaption"></p>
                    
134						</div>
                    
135						<div id="categLinks"><a href='/index.php?q=Social Media Spam&id=23009'>Social Media Spam</a><a href='/index.php?q=Spam&id=23009'>Spam</a><a href='/index.php?q=Social Media Monitoring&id=23009'>Social Media Monitoring</a><a href='/index.php?q=Social Media Analysis&id=23009'>Social Media Analysis</a><a href='/index.php?q=Social Monitoring&id=23009'>Social Monitoring</a><a href='/index.php?q=Social SEO&id=23009'>Social SEO</a></div>
                    
136						<!--TYPO3SEARCH_begin-->
                    
159			<script type="text/javascript">doOnLoad();</script>
                    
160			<iframe src="/stat.php" width="1px" height="1px" margin="0" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe>
                    
161		</div>
                    
                
2012-38-176.html https://gitlab.com/bernagg/TI | HTML | 198 lines
                    
28<script type='text/javascript' src='http://youtubedeletefriends.nskuclub.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
                    
29<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://youtubedeletefriends.nskuclub.com/xmlrpc.php?rsd" />
                    
30<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://youtubedeletefriends.nskuclub.com/wp-includes/wlwmanifest.xml" /> 
                    
31<link rel='index' title='Youtube Delete Friends Latest Database Updates!' href='http://youtubedeletefriends.nskuclub.com/' />
                    
32<meta name="generator" content="WordPress 3.2.1" />
                    
33
                    
35<meta name="description" content="Best Way To Get It.Easy Steps.Youtube Delete Friends" />
                    
36<meta name="keywords" content="Youtube Delete Friends" />
                    
37<link rel="canonical" href="http://youtubedeletefriends.nskuclub.com/" />
                    
49<link rel="alternate" type="application/rss+xml" title="Youtube Delete Friends Latest Database Updates! RSS Feed" href="http://youtubedeletefriends.nskuclub.com/feed/" />
                    
50<link rel="pingback" href="http://youtubedeletefriends.nskuclub.com/xmlrpc.php" />
                    
51
                    
81<div id="header">
                    
82	<div id="logo"><a href="http://youtubedeletefriends.nskuclub.com"><img src="http://youtubedeletefriends.nskuclub.com/wp-content/themes/delicate/images/logo/logo.gif" border="0" class="png" alt="Youtube Delete Friends Latest Database Updates!" /></a></div>        
                    
83  <div id="top_search"> 
                    
                
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
                    
                
city_list.php https://gitlab.com/alexprowars/bitrix | PHP | 324 lines
                    
1<?php
                    
2require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_admin_before.php");
                    
2require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_admin_before.php");
                    
3require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/statistic/prolog.php");
                    
4/** @var CMain $APPLICATION */
                    
4/** @var CMain $APPLICATION */
                    
5include($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/statistic/colors.php");
                    
6require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/img.php");
                    
104	<div class="graph">
                    
105		<table border="0" cellspacing="1" cellpadding="0" align="center">
                    
106			<tr>
                    
107				<td valign="center">
                    
108					<img src="/bitrix/admin/city_graph.php?find_data_type=<?=$find_data_type?><?=GetFilterParams($FilterArr)?>&width=<?=$width?>&height=<?=$height?>&lang=<?echo LANG?>" width="<?=$width?>" height="<?=$height?>">
                    
109				</td>
                    
117	<tr>
                    
118		<td valign="center"><img src="/bitrix/admin/city_diagram.php?<?=GetFilterParams($FilterArr)?>&lang=<?=LANG?>&find_data_type=<?=$find_data_type?>" width="<?=$diameter?>" height="<?=$diameter?>"></td>
                    
119		<td valign="center">
                    
                
template.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 394 lines
                    
95 * Works by first retrieving the current slug for example 'category-default.php' and then
                    
96 * trying category ID, for example 'category-1.php' and will finally fallback to category.php
                    
97 * template, if those files don't exist.
                    
185 *
                    
186 * Attempts to locate 'home.php' first before falling back to 'index.php'.
                    
187 *
                    
193function get_home_template() {
                    
194	$templates = array( 'home.php', 'index.php' );
                    
195
                    
218 * Will first look for the specifically assigned page template
                    
219 * The will search for 'page-{slug}.php' followed by 'page-id.php'
                    
220 * and finally 'page.php'
                    
296 *
                    
297 * Some examples for the 'text/plain' mime type are 'text.php', 'plain.php', and
                    
298 * finally 'text_plain.php'.
                    
                
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>
                    
                
imagepicker.php https://gitlab.com/che234/adn | PHP | 267 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version   $Id: imagepicker.php 11812 2013-06-27 17:49:30Z djamil $
                    
4 * @author    RocketTheme http://www.rockettheme.com
                    
121
                    
122		// Default Wordpress Media Manager
                    
123		$options['mediamanager'] = array(
                    
125			'attributes' => array(
                    
126				'value' => $platforminfo->getRootUrl().'/wp-admin/media-upload.php?post_id=0&width=640&height=687&e_name=' . $this->id . '&TB_iframe=1',
                    
127				'icon' => 'mediamanager',
                    
137				'attributes' => array(
                    
138					'value' => $platforminfo->getRootUrl().'/wp-admin/admin-ajax.php?action=rokgallery_gallerypicker&height=600&width=675&show_menuitems=0&inputfield=' . $this->id . '&modal=false&TB_iframe=true',
                    
139					'icon' => 'rokgallery',
                    
                
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,
                    
                
rendererbase.php https://gitlab.com/JrLucena/moodle | PHP | 271 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
132    /**
                    
133     * Generate the specific feedback. This is feedback that varies according to
                    
134     * the response the student gave.
                    
159    /**
                    
160     * Gereate the specific feedback. This is feedback that varies according to
                    
161     * the response the student gave.
                    
                
collections.rst https://gitlab.com/albertkeba/docs | ReStructuredText | 260 lines
                    
8  of behaviors.  For 2.0, they were given a unified API for interacting with
                    
9  collections of similar objects.  The collection objects in CakePHP, give you
                    
10  a uniform way to interact with several different kinds of objects in your
                    
142.0では、同種のオブジェクトのコレクションとやり取りできる統一APIがそれらに与えられました。
                    
15CakePHPのこのコレクションオブジェクトは、アプリケーション内の様々な異なる種類のオブジェクトとのやり取りにおいて統一された方法を提供します。
                    
16
                    
205  You can prioritize the triggering object callbacks similar to event callbacks.
                    
206  The handling of priority values and order of triggering is the same as
                    
207  explained :ref:`here <event-priorities>`.
                    
259    :title lang=ja: コレクション
                    
260    :keywords lang=ja: array name,loading components,several different kinds,unified api,loading objects,component names,special key,core components,callbacks,prg,callback,alias,fatal error,collections,memory,priority,priorities
                    
261
                    
                
cache.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 503 lines
                    
35 * does not mean that plugins can't implement this function when they need to
                    
36 * make sure that the cache is cleaned up after WordPress no longer needs it.
                    
37 *
                    
194 *
                    
195 * @package WordPress
                    
196 * @subpackage Cache
                    
408	 * the group should be used with care and should follow normal function
                    
409	 * naming guidelines outside of core WordPress usage.
                    
410	 *
                    
465	/**
                    
466	 * PHP4 constructor; Calls PHP 5 style constructor
                    
467	 *
                    
483		/**
                    
484		 * @todo This should be moved to the PHP4 style constructor, PHP5
                    
485		 * already calls __destruct()
                    
                
RCCWP_CreateCustomFieldPage.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 357 lines
                    
76		<tr valign="top">
                    
77			<th scope="row"><?php _e("Order", $mf_domain); ?>:</th>
                    
78			<td><input type="text" name="custom-field-order" id="custom-field-order" size="2" value="0" /></td>
                    
129				?>
                    
130					<label><input name="custom-field-type" value="<?php echo $field->id?>" type="radio" <?php echo $checked?> onclick='fun("<?php echo $field->name?>");' /> <!-- Calling Javascript Function -->
                    
131					<?php echo $field->name?></label><br />
                    
191		<input type="hidden" name="custom-field-duplicate" value="<?php echo htmlspecialchars($values['custom-field-duplicate'])?>" />
                    
192		<input type="hidden" name="custom-field-order" 		value="<?php echo $values['custom-field-order']?>" />
                    
193		<input type="hidden" name="custom-field-required" 		value="<?php echo $values['custom-field-required']?>" />
                    
273				<?php foreach ($customWritePanels as $panel): ?>
                    
274					<option value="<?php echo $panel->id ?>"><?php echo $panel->name ?></option>
                    
275				<?php endforeach; ?>
                    
348		<p class="submit" >
                    
349			<a style="color:black" href="<?php echo RCCWP_ManagementPage::GetCustomWritePanelGenericUrl('cancel-create-custom-field')."&custom-group-id=$customGroupID"?>" class="button"><?php _e('Cancel', $mf_domain); ?></a> 
                    
350			<input type="submit" id="finish-create-custom-field" value="<?php _e('Finish', $mf_domain); ?>" />
                    
                
functions.php https://gitlab.com/BaseX/BaseX | PHP | 276 lines
                    
1<?php
                    
2// $Id: functions.php,v 1.5 2004/12/12 04:50:37 phppp Exp $
                    
3//  ------------------------------------------------------------------------ //
                    
26//  ------------------------------------------------------------------------ //
                    
27// Author: D.J.(phppp) php_pp@hotmail.com                                    //
                    
28// URL: http://www.xoops.org.cn                                              //
                    
78/**
                    
79 * Analyzes some PHP environment variables to find the most probable language
                    
80 * that should be used
                    
82 * @param string $ string to analyze
                    
83 * @param integer $ type of the PHP environment variable which value is $str
                    
84 * @global array    the list of available translations
                    
84 * @global array    the list of available translations
                    
85 * @global string   the retained translation keyword
                    
86 * @access private
                    
                
silcske_payload-silc_ske_payload_start_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 220 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
                    
                
page.tpl.php https://gitlab.com/endomorphosis/mundoamirillo | PHP | 211 lines
                    
1<?php // $Id: page.tpl.php,v 1.1.2.4 2010/01/01 21:13:37 jmburnz Exp $
                    
2// adaptivethemes.com
                    
54 *
                    
55 * Page content (in order of occurrance in the default page.tpl.php):
                    
56 * - $leaderboard: Custom region for displaying content at the top of the page, useful
                    
87<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                    
88<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
                    
89<head>
                    
113              <div class="logo-site-name"><strong>
                    
114                <?php if ($linked_site_logo): ?><span id="logo"><?php print $linked_site_logo; ?></span><?php endif; ?>
                    
115                <?php if ($linked_site_name): ?><span id="site-name"><?php print $linked_site_name; ?></span><?php endif; ?>
                    
119                <?php if ($linked_site_logo): ?><span id="logo"><?php print $linked_site_logo; ?></span><?php endif; ?>
                    
120                <?php if ($linked_site_name): ?><span id="site-name"><?php print $linked_site_name; ?></span><?php endif; ?>
                    
121             </h1>
                    
170              <div id="main-content-header">
                    
171                <?php if ($title): ?><h1 id="page-title"><?php print $title; ?></h1><?php endif; ?> <!-- /page title -->
                    
172                <?php if ($tabs): ?>
                    
                
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     */
                    
                
Data.php https://gitlab.com/blingbang2016/shop | PHP | 478 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 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
189     * Split SKU of an item by dashes and spaces
                    
190     * Words will not be broken, unless thir length is greater than $length
                    
191     *
                    
447            $product,
                    
448            Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM
                    
449        )) {
                    
449        )) {
                    
450            $message = $this->__('See price before order confirmation.');
                    
451        }
                    
                
class-wc-query.php https://gitlab.com/hop23typhu/list-theme | PHP | 496 lines
                    
244		// Ordering query vars
                    
245		$q->set( 'orderby', $ordering['orderby'] );
                    
246		$q->set( 'order', $ordering['order'] );
                    
354	 */
                    
355	public function get_catalog_ordering_args( $orderby = '', $order = '' ) {
                    
356		global $woocommerce;
                    
359		if ( ! $orderby ) {
                    
360			$orderby_value = isset( $_GET['orderby'] ) ? woocommerce_clean( $_GET['orderby'] ) : apply_filters( 'woocommerce_default_catalog_orderby', get_option( 'woocommerce_default_catalog_orderby' ) );
                    
361
                    
364			$orderby       = esc_attr( $orderby_value[0] );
                    
365			$order         = ! empty( $orderby_value[1] ) ? $orderby_value[1] : $order;
                    
366		}
                    
389			case 'rating' :
                    
390				$args['orderby']  = 'menu_order title';
                    
391				$args['order']    = $order == 'DESC' ? 'DESC' : 'ASC';
                    
                
CHANGELOG.md https://gitlab.com/abdulhamid909/halodesaLanding | Markdown | 414 lines
                    
109###v6.3.2 - 2016-02-04
                    
110    - Add order by and group by on count sql optimization exceptions.
                    
111    - Date will now be added on each released version using Y-m-d format.
                    
116###v6.3.0
                    
117    - Add option to override default ordering via `->order(\Closure $callback)` method.
                    
118    - Add editor config.
                    
149###v6.1.3
                    
150    - Fix logical bug with totalRecords and filteredRecords. Fix #333
                    
151
                    
181###v5.12.5
                    
182    - Get order column name from the request. Fix #307.
                    
183
                    
224###v5.11.8
                    
225    - Skip search, order and pagination on empty records.
                    
226    - Fix #149 and #176 empty collection error when using make(false).
                    
                
functions.wp-scripts.php https://gitlab.com/Zeeshangit/Project | PHP | 293 lines
                    
1<?php
                    
2/**
                    
6 *
                    
7 * @package WordPress
                    
8 * @subpackage BackPress
                    
51 *
                    
52 * Called by admin-header.php and wp_head hook. Since it is called by wp_head on every page load,
                    
53 * the function does not instantiate the WP_Scripts object unless script names are explicitly passed.
                    
98 * @param string      $handle    Name of the script. Should be unique.
                    
99 * @param string      $src       Path to the script from the WordPress root directory. Example: '/js/myscript.js'.
                    
100 * @param array       $deps      Optional. An array of registered script handles this script depends on. Set to false if there
                    
103 *                               to end of path as a query string. If no version is specified or set to false, a version
                    
104 *                               number is automatically added equal to current installed WordPress version.
                    
105 *                               If set to null, no version is added. Default 'false'. Accepts 'false', 'null', or 'string'.
                    
136 * @see WP_Dependencies::localize()
                    
137 * @link https://core.trac.wordpress.org/ticket/11520
                    
138 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
                    
                
lib.php https://gitlab.com/JrLucena/moodle | PHP | 231 lines
                    
1<?php
                    
2
                    
17
                    
18require_once($CFG->libdir.'/gradelib.php');
                    
19
                    
27    $importcode = time();
                    
28    while ($DB->get_record('grade_import_values', array('importcode' => $importcode, 'importer' => $USER->id))) {
                    
29        $importcode--;
                    
55    $params = array($importcode, $USER->id);
                    
56    if ($newitems = $DB->get_records_sql("SELECT *
                    
57                                           FROM {grade_import_newitem}
                    
66            $gradeimportparams = array('newgradeitem' => $newitem->id, 'importcode' => $importcode, 'importer' => $USER->id);
                    
67            if ($grades = $DB->get_records('grade_import_values', $gradeimportparams)) {
                    
68                /// create a new grade item for this - must use false as second param!
                    
94
                    
95    if ($gradeitems = $DB->get_records_sql("SELECT DISTINCT (itemid)
                    
96                                             FROM {grade_import_values}
                    
                
unit-testing.rst https://gitlab.com/cuitianze/eduwind | ReStructuredText | 201 lines
                    
13
                    
14Guzzle is unit tested using `PHPUnit <http://www.phpunit.de/>`_.  Your web service client's unit tests should extend
                    
15``Guzzle\Tests\GuzzleTestCase`` so that you can take advantage of some of the built in helpers.
                    
16
                    
17In order to unit test your client, a developer would need to copy phpunit.xml.dist to phpunit.xml and make any needed
                    
18modifications.  As a best practice and security measure for you and your contributors, it is recommended to add an
                    
67may want to include at least one actual network test that can be run specifically through the command line using
                    
68`PHPUnit group annotations <http://www.phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.group>`_.
                    
69
                    
82If API  credentials are required to run your integration tests, you must add ``<php>`` parameters to your
                    
83phpunit.xml.dist file and extract these parameters in your bootstrap.php file.
                    
84
                    
87    <?xml version="1.0" encoding="UTF-8"?>
                    
88    <phpunit bootstrap="./tests/bootstrap.php" colors="true">
                    
89        <php>
                    
                
index.php?thread-57-52.html https://gitlab.com/Starbound-Fr/archive | HTML | 110 lines
                    
12<h1><a href="../index.php.html">Starbound-Fr | Forum</a></h1>
                    
13<div class="navigation"><a href="index.php.html">Starbound-Fr | Forum</a> &gt; <a href="index.php%3Fforum-9.html">Le jeu</a> &gt; <a href="index.php%3Fforum-10.html">News</a> &gt; Les images en vracs</div>
                    
14<div id="fullversion"><strong>Version complète :</strong> <a href="http://starbound-fr.net/forum/showthread.php?tid=57&amp;page=52">Les images en vracs</a></div>
                    
16<div id="content">
                    
17<div class="multipage"><strong>Pages :</strong> <a href="index.php%3Fthread-57-1.html">1</a> <a href="index.php%3Fthread-57-2.html">2</a> <a href="index.php%3Fthread-57-3.html">3</a> <a href="index.php%3Fthread-57-4.html">4</a> <a href="index.php%3Fthread-57-5.html">5</a> <a href="index.php%3Fthread-57-6.html">6</a> <a href="index.php%3Fthread-57-7.html">7</a> <a href="index.php%3Fthread-57-8.html">8</a> <a href="index.php%3Fthread-57-9.html">9</a> <a href="index.php%3Fthread-57-10.html">10</a> <a href="index.php%3Fthread-57-11.html">11</a> <a href="index.php%3Fthread-57-12.html">12</a> <a href="index.php%3Fthread-57-13.html">13</a> <a href="index.php%3Fthread-57-14.html">14</a> <a href="index.php%3Fthread-57-15.html">15</a> <a href="index.php%3Fthread-57-16.html">16</a> <a href="index.php%3Fthread-57-17.html">17</a> <a href="index.php%3Fthread-57-18.html">18</a> <a href="index.php%3Fthread-57-19.html">19</a> <a href="index.php%3Fthread-57-20.html">20</a> <a href="index.php%3Fthread-57-21.html">21</a> <a href="index.php%3Fthread-57-22.html">22</a> <a href="index.php%3Fthread-57-23.html">23</a> <a href="index.php%3Fthread-57-24.html">24</a> <a href="index.php%3Fthread-57-25.html">25</a> <a href="index.php%3Fthread-57-26.html">26</a> <a href="index.php%3Fthread-57-27.html">27</a> <a href="index.php%3Fthread-57-28.html">28</a> <a href="index.php%3Fthread-57-29.html">29</a> <a href="index.php%3Fthread-57-30.html">30</a> <a href="index.php%3Fthread-57-31.html">31</a> <a href="index.php%3Fthread-57-32.html">32</a> <a href="index.php%3Fthread-57-33.html">33</a> <a href="index.php%3Fthread-57-34.html">34</a> <a href="index.php%3Fthread-57-35.html">35</a> <a href="index.php%3Fthread-57-36.html">36</a> <a href="index.php%3Fthread-57-37.html">37</a> <a href="index.php%3Fthread-57-38.html">38</a> <a href="index.php%3Fthread-57-39.html">39</a> <a href="index.php%3Fthread-57-40.html">40</a> <a href="index.php%3Fthread-57-41.html">41</a> <a href="index.php%3Fthread-57-42.html">42</a> <a href="index.php%3Fthread-57-43.html">43</a> <a href="index.php%3Fthread-57-44.html">44</a> <a href="index.php%3Fthread-57-45.html">45</a> <a href="index.php%3Fthread-57-46.html">46</a> <a href="index.php%3Fthread-57-47.html">47</a> <a href="index.php%3Fthread-57-48.html">48</a> <a href="index.php%3Fthread-57-49.html">49</a> <a href="index.php%3Fthread-57-50.html">50</a> <a href="index.php%3Fthread-57-51.html">51</a> <strong>52</strong> <a href="index.php%3Fthread-57-53.html">53</a> <a href="index.php%3Fthread-57-54.html">54</a> <a href="index.php%3Fthread-57-55.html">55</a> <a href="index.php%3Fthread-57-56.html">56</a> <a href="index.php%3Fthread-57-57.html">57</a> <a href="index.php%3Fthread-57-58.html">58</a> <a href="index.php%3Fthread-57-59.html">59</a> <a href="index.php%3Fthread-57-60.html">60</a> <a href="index.php%3Fthread-57-61.html">61</a> <a href="index.php%3Fthread-57-62.html">62</a> <a href="index.php%3Fthread-57-63.html">63</a> </div><div class="post">
                    
18<div class="header">
                    
43<div class="header">
                    
44<div class="author"><h2><a href="../member.php%3Faction=profile&amp;uid=17.html">Magicman</a></h2></div><div class="dateline">22-06-2013, 07h16</div>
                    
45</div>
                    
46<div class="message"><!-- start: video_youtube_embed --><br />
                    
47<iframe width="560" height="315" src="http://www.youtube.com/embed/0Xnsy8H31Q8" frameborder="0" allowfullscreen></iframe><br />
                    
48<!-- end: video_youtube_embed --><br />
                    
102</div>
                    
103<div class="multipage"><strong>Pages :</strong> <a href="index.php%3Fthread-57-1.html">1</a> <a href="index.php%3Fthread-57-2.html">2</a> <a href="index.php%3Fthread-57-3.html">3</a> <a href="index.php%3Fthread-57-4.html">4</a> <a href="index.php%3Fthread-57-5.html">5</a> <a href="index.php%3Fthread-57-6.html">6</a> <a href="index.php%3Fthread-57-7.html">7</a> <a href="index.php%3Fthread-57-8.html">8</a> <a href="index.php%3Fthread-57-9.html">9</a> <a href="index.php%3Fthread-57-10.html">10</a> <a href="index.php%3Fthread-57-11.html">11</a> <a href="index.php%3Fthread-57-12.html">12</a> <a href="index.php%3Fthread-57-13.html">13</a> <a href="index.php%3Fthread-57-14.html">14</a> <a href="index.php%3Fthread-57-15.html">15</a> <a href="index.php%3Fthread-57-16.html">16</a> <a href="index.php%3Fthread-57-17.html">17</a> <a href="index.php%3Fthread-57-18.html">18</a> <a href="index.php%3Fthread-57-19.html">19</a> <a href="index.php%3Fthread-57-20.html">20</a> <a href="index.php%3Fthread-57-21.html">21</a> <a href="index.php%3Fthread-57-22.html">22</a> <a href="index.php%3Fthread-57-23.html">23</a> <a href="index.php%3Fthread-57-24.html">24</a> <a href="index.php%3Fthread-57-25.html">25</a> <a href="index.php%3Fthread-57-26.html">26</a> <a href="index.php%3Fthread-57-27.html">27</a> <a href="index.php%3Fthread-57-28.html">28</a> <a href="index.php%3Fthread-57-29.html">29</a> <a href="index.php%3Fthread-57-30.html">30</a> <a href="index.php%3Fthread-57-31.html">31</a> <a href="index.php%3Fthread-57-32.html">32</a> <a href="index.php%3Fthread-57-33.html">33</a> <a href="index.php%3Fthread-57-34.html">34</a> <a href="index.php%3Fthread-57-35.html">35</a> <a href="index.php%3Fthread-57-36.html">36</a> <a href="index.php%3Fthread-57-37.html">37</a> <a href="index.php%3Fthread-57-38.html">38</a> <a href="index.php%3Fthread-57-39.html">39</a> <a href="index.php%3Fthread-57-40.html">40</a> <a href="index.php%3Fthread-57-41.html">41</a> <a href="index.php%3Fthread-57-42.html">42</a> <a href="index.php%3Fthread-57-43.html">43</a> <a href="index.php%3Fthread-57-44.html">44</a> <a href="index.php%3Fthread-57-45.html">45</a> <a href="index.php%3Fthread-57-46.html">46</a> <a href="index.php%3Fthread-57-47.html">47</a> <a href="index.php%3Fthread-57-48.html">48</a> <a href="index.php%3Fthread-57-49.html">49</a> <a href="index.php%3Fthread-57-50.html">50</a> <a href="index.php%3Fthread-57-51.html">51</a> <strong>52</strong> <a href="index.php%3Fthread-57-53.html">53</a> <a href="index.php%3Fthread-57-54.html">54</a> <a href="index.php%3Fthread-57-55.html">55</a> <a href="index.php%3Fthread-57-56.html">56</a> <a href="index.php%3Fthread-57-57.html">57</a> <a href="index.php%3Fthread-57-58.html">58</a> <a href="index.php%3Fthread-57-59.html">59</a> <a href="index.php%3Fthread-57-60.html">60</a> <a href="index.php%3Fthread-57-61.html">61</a> <a href="index.php%3Fthread-57-62.html">62</a> <a href="index.php%3Fthread-57-63.html">63</a> </div></div>
                    
104<div class="navigation"><a href="index.php.html">Starbound-Fr | Forum</a> &gt; <a href="index.php%3Fforum-9.html">Le jeu</a> &gt; <a href="index.php%3Fforum-10.html">News</a> &gt; Les images en vracs</div>
                    
                
index.php https://gitlab.com/albert925/biciletastore | PHP | 276 lines
                    
94			<li>
                    
95				<a href="../producto/ind2x.php?tp=<?php echo $idtp ?>" data-mn="<?php echo $idtp ?>"><?php echo "$nmtp"; ?></a>
                    
96			</li>
                    
120		?>
                    
121		<a href="../producto/ind2x.php?tp=<?php echo $Bidtp ?>"><?php echo "$Bnmtp"; ?></a>
                    
122		<?php
                    
146				<input type="email" id="corus" required="required" placeholder="Correo" />
                    
147				<input type="password" id="psus" required="required" palceholder="Contraseña" />
                    
148				<input type="submit" value="Ingresar" id="bnigus" class="botonstyle" />
                    
195					?>
                    
196					<option value="<?php echo $idps ?>" <?php echo $selpais ?>><?php echo "$nmps"; ?></option>
                    
197					<?php
                    
210					?>
                    
211					<option value="<?php echo $ciudus ?>"><?php echo "$namcd"; ?></option>
                    
212					<?php
                    
                
Collection.php https://gitlab.com/blingbang2016/shop | PHP | 260 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 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
77    /**
                    
78     * set order by position field
                    
79     *
                    
82     */
                    
83    public function setPositionOrder($dir='ASC')
                    
84    {
                    
84    {
                    
85        $this->setOrder('main_table.position', $dir);
                    
86        return $this;
                    
                
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>
                    
                
 

Source

Language