PageRenderTime 581ms queryTime 47ms sortTime 236ms getByIdsTime 24ms findMatchingLines 41ms

100+ results results for 'php link repo:AFelipeTrujillo/GoBlog' (581 ms)

Not the results you expected?
shortcodes.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 334 lines
                    
1<?php
                    
2/**
                    
27 *
                    
28 * @link http://codex.wordpress.org/Shortcode_API
                    
29 *
                    
                
utils.php https://gitlab.com/elasa/shop2.elasa.ir | PHP | 313 lines
                    
1<?php
                    
2
                    
6    if (!file_exists($dir)) return true;
                    
7    if (!is_dir($dir)) return unlink($dir);
                    
8    foreach (scandir($dir) as $item) {
                    
44    if(image_check_memory_usage($imgfile,$newwidth,$newheight)){
                    
45	require_once('php_image_magician.php');
                    
46	$magicianObj = new imageLib($imgfile);
                    
55    if(image_check_memory_usage($imgfile,$newwidth,$newheight)){
                    
56	require_once('php_image_magician.php');
                    
57	$magicianObj = new imageLib($imgfile);
                    
111            if(!in_array(mb_strtolower($fileinfo['extension']),$ext))
                    
112                unlink($path);
                    
113        else
                    
114            if(!in_array(Tools::strtolower($fileinfo['extension']),$ext))
                    
115                unlink($path);
                    
116    }else{
                    
                
Configuration.php https://gitlab.com/freebird/WebApp | PHP | 226 lines
                    
1<?php
                    
2
                    
20 *
                    
21 * To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html#cookbook-bundles-extension-config-class}
                    
22 */
                    
                
InstallSchema.php https://gitlab.com/daigiangaitu91/magento | PHP | 407 lines
                    
1<?php
                    
2/**
                    
19     * {@inheritdoc}
                    
20     * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
                    
21     */
                    
336        /**
                    
337         * Create table 'layout_link'
                    
338         */
                    
339        $table = $installer->getConnection()->newTable(
                    
340            $installer->getTable('layout_link')
                    
341        )->addColumn(
                    
341        )->addColumn(
                    
342            'layout_link_id',
                    
343            \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
                    
345            ['identity' => true, 'unsigned' => true, 'nullable' => false, 'primary' => true],
                    
346            'Link Id'
                    
347        )->addColumn(
                    
                
upload.php https://gitlab.com/plusplusminus/aevitas | PHP | 245 lines
                    
1<?php
                    
2
                    
7/**
                    
8 * upload.php
                    
9 *
                    
145						GFCommon::log_debug( 'GFAsyncUpload::upload(): Deleting file: ' . $tmp_file_path );
                    
146						@unlink( $tmp_file_path );
                    
147					}
                    
183					@fclose( $out );
                    
184					@unlink( $_FILES['file']['tmp_name'] );
                    
185				} else {
                    
195				// Read binary input stream and append it to temp file
                    
196				$in = @fopen( 'php://input', 'rb' );
                    
197
                    
                
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 */
                    
                
xoops_version.php https://gitlab.com/BaseX/BaseX | PHP | 169 lines
                    
1<?php
                    
2// $Id: xoops_version.php 694 2006-09-04 11:33:22Z skalpa $
                    
3//  ------------------------------------------------------------------------ //
                    
4//                XOOPS - PHP Content Management System                      //
                    
5//                    Copyright (c) 2000 XOOPS.org                           //
                    
44$modversion['hasAdmin'] = 1;
                    
45$modversion['adminindex'] = "admin.php";
                    
46$modversion['adminmenu'] = "menu.php";
                    
47
                    
48$modversion['onUpdate'] = "include/update.php";
                    
49
                    
82// Blocks
                    
83$modversion['blocks'][1]['file'] = "system_blocks.php";
                    
84$modversion['blocks'][1]['name'] = _MI_SYSTEM_BNAME2;
                    
88
                    
89$modversion['blocks'][2]['file'] = "system_blocks.php";
                    
90$modversion['blocks'][2]['name'] = _MI_SYSTEM_BNAME3;
                    
                
template.php https://gitlab.com/alexprowars/bitrix | PHP | 409 lines
                    
81				?>
                    
82				<a class="mr-4" href="<?=$APPLICATION->GetCurPageParam("filter_history=Y", $clearFromLink, false)?>"><?echo Loc::getMessage("SPOL_TPL_VIEW_ORDERS_HISTORY")?></a>
                    
83				<?
                    
92					?>
                    
93					<a class="mr-4" href="<?=$APPLICATION->GetCurPageParam("filter_history=Y", $clearFromLink, false)?>"><?echo Loc::getMessage("SPOL_TPL_VIEW_ORDERS_HISTORY")?></a>
                    
94					<?
                    
98					?>
                    
99					<a class="mr-4" href="<?=$APPLICATION->GetCurPageParam("filter_history=Y&show_canceled=Y", $clearFromLink, false)?>"><?echo Loc::getMessage("SPOL_TPL_VIEW_ORDERS_CANCELED")?></a>
                    
100					<?
                    
245										$title = Loc::getMessage('SPOL_CHECK_NUM', array('#CHECK_NUMBER#' => $checkInfo['ID']))." - ". htmlspecialcharsbx($checkInfo['TYPE_NAME']);
                    
246										if($checkInfo['LINK'] <> '')
                    
247										{
                    
247										{
                    
248											$link = $checkInfo['LINK'];
                    
249											$listCheckLinks .= "<div><a href='$link' target='_blank'>$title</a></div>";
                    
                
multiple-featured-images.php https://gitlab.com/hop23typhu/list-theme | PHP | 374 lines
                    
1<?php
                    
2/*
                    
91		public function kd_admin_init() {		
                    
92			if( strstr($_SERVER['REQUEST_URI'], 'wp-admin/post-new.php') || strstr($_SERVER['REQUEST_URI'], 'wp-admin/post.php') || strstr($_SERVER['REQUEST_URI'], 'wp-admin/media-upload.php')) {
                    
93				wp_enqueue_script(
                    
146
                    
147			$setImageLink = sprintf(
                    
148					'<p class="hide-if-no-js"><a title="%2$s" href="%1$s" id="kd_%3$s" class="thickbox">%%s</a></p>',
                    
157				$thumbnail = wp_get_attachment_image( $image_id, array( 266, 266 ) );
                    
158				$output.= sprintf( $setImageLink, $thumbnail );
                    
159				$output.= '<p class="hide-if-no-js">';
                    
172			else {
                    
173				return sprintf( $setImageLink, $this->labels['set'] );
                    
174			}
                    
373
                    
374// Omit closing PHP tag to avoid "Headers already sent" issues.
                    
375
                    
                
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
                    
28		$this->value = str_replace("'", '"', str_replace('\\', '', $this->value));
                    
29		$link = $this->options['mediamanager']['attributes']['value'];
                    
30
                    
32			$link = $this->options['mediamanager']['attributes']['value'];
                    
33			$this->value = '{"type":"mediamanager","path":"","preview":"","link":"'.$link.'"}';
                    
34		}
                    
39		} else if (!preg_match("/[{]/", $this->value)){
                    
40			$this->value = '{"type":"mediamanager","path":"'.$this->value.'","preview":"","link":"'.$link.'"}';
                    
41		}
                    
44		if (empty($this->data->path) && !preg_match("/^-([a-z]{1,})-$/", $this->value)) $this->value = "";
                    
45		if (isset($this->data->link)) $link = $this->data->link;
                    
46
                    
                
CAutoComplete.php https://gitlab.com/zenfork/vektor | PHP | 294 lines
                    
1<?php
                    
2/**
                    
5 * @author Qiang Xue <qiang.xue@gmail.com>
                    
6 * @link http://www.yiiframework.com/
                    
7 * @copyright 2008-2013 Yii Software LLC
                    
13 *
                    
14 * CAutoComplete is based on the {@link http://plugins.jquery.com/project/autocompletex jQuery Autocomplete}.
                    
15 *
                    
16 * This class is deprecated since Yii 1.1.3. Consider using CJuiAutoComplete.
                    
17 * There is {@link http://www.learningjquery.com/2010/06/autocomplete-migration-guide a good migration guide from the author of both JavaScript solutions}.
                    
18 *
                    
33	 * Each array element can be string or an associative array.
                    
34	 * The {@link url} property will be ignored if this property is set.
                    
35	 * @see url
                    
41	 * If the URL is given as an array, it is considered as a route to a controller action and will
                    
42	 * be used to generate a URL using {@link CController::createUrl};
                    
43	 * If the URL is an empty string, the currently requested URL is used.
                    
                
inputfilter.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 551 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 *  @class: InputFilter (PHP4 & PHP5, with comments)
                    
4 * @project: PHP Input Filter
                    
5 * @date: 10-05-2005
                    
6 * @version: 1.2.2_php4/php5
                    
7 * @author: Daniel Morris
                    
25	var $xssAuto; // default = 1
                    
26	var $tagBlacklist = array ('applet', 'body', 'bgsound', 'base', 'basefont', 'embed', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'object', 'script', 'style', 'title', 'xml');
                    
27	var $attrBlacklist = array ('action', 'background', 'codebase', 'dynsrc', 'lowsrc'); // also will strip ALL event handlers
                    
58	/**
                    
59	 * Method to be called by another php script. Processes for XSS and
                    
60	 * specified bad code.
                    
462	/**
                    
463	 * Method to be called by another php script. Processes for SQL injection
                    
464	 *
                    
                
page.tpl.php https://gitlab.com/endomorphosis/mundoamirillo | PHP | 211 lines
                    
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>
                    
110        <div id="branding">
                    
111          <?php if ($linked_site_logo or $linked_site_name): ?>
                    
112            <?php if ($title): ?>
                    
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; ?>
                    
116              </strong></div>           
                    
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): ?>
                    
                
permissions.inc.php git://github.com/modxcms/revolution.git | PHP | 192 lines
                    
1<?php
                    
2/**
                    
103$_lang['perm.new_static_resource_desc'] = 'Untuk menciptakan sumber daya statis yang baru.';
                    
104$_lang['perm.new_symlink_desc'] = 'Membuat SymLink baru.';
                    
105$_lang['perm.new_template_desc'] = 'Untuk membuat Template baru.';
                    
107$_lang['perm.new_user_desc'] = 'Untuk membuat pengguna baru.';
                    
108$_lang['perm.new_weblink_desc'] = 'Untuk membuat WebLink baru.';
                    
109$_lang['perm.packages_desc'] = 'Untuk menggunakan paket-paket transportasi dalam sistem manajemen paket.';
                    
                
class.module.php https://gitlab.com/endomorphosis/greenrenaissancejoomla | PHP | 391 lines
                    
42
                    
43	 	//$headerAcajoom = '<link rel="stylesheet" href="' . $GLOBALS['mosConfig_live_site']. '/components/com_acajoom/css/acajoom.css" type="text/css" />';
                    
44	 	//$mainframe->addCustomHeadTag($headerAcajoom);
                    
168
                    
169			$linkForm = 'index.php?option=com_acajoom';
                    
170			if ( $GLOBALS[ACA.'use_sef'] AND function_exists('sefRelToAbs') ) {
                    
224						$text .= "\n".'<input type="hidden" name="sub_list_id['.$i.']" value="'.$list->id.'" />';
                    
225						$link = (($list->list_type =='1' or $list->list_type =='7') && $GLOBALS[ACA.'show_archive'] ) ? 'index.php?option=com_acajoom'.$item.'&act=mailing&task=archive&listid='. $list->id .'&listype=' . $list->list_type : '#';
                    
226						$text .= "\n".'<span class="aca_list_name"';
                    
285					if ( isset( $GLOBALS[ACA.'cb_integration'] ) && $GLOBALS[ACA.'cb_integration'] ) {
                    
286						$linkme = 'index.php?option=com_comprofiler&amp;task=registers';
                    
287					} else {
                    
287					} else {
                    
288						$linkme = 'index.php?option=com_registration&amp;task=register';
                    
289					}
                    
                
CDetailView.php https://gitlab.com/zenfork/vektor | PHP | 260 lines
                    
5 * @author Qiang Xue <qiang.xue@gmail.com>
                    
6 * @link http://www.yiiframework.com/
                    
7 * @copyright 2008-2013 Yii Software LLC
                    
28 *         'description:html',  // description attribute in HTML
                    
29 *         array(               // related city displayed as a link
                    
30 *             'label'=>'City',
                    
31 *             'type'=>'raw',
                    
32 *             'value'=>CHtml::link(CHtml::encode($model->city->name),
                    
33 *                                  array('city/view','id'=>$model->city->id)),
                    
50	 * @var mixed the data model whose details are to be displayed. This can be either a {@link CModel} instance
                    
51	 * (e.g. a {@link CActiveRecord} object or a {@link CFormModel} object) or an associative array.
                    
52	 */
                    
67	 * "Type" should be recognizable by the {@link formatter}. In particular, if "Type" is "xyz", then the "formatXyz" method
                    
68	 * of {@link formatter} will be invoked to format the attribute value for display. By default when {@link CFormatter} is used,
                    
69	 * these "Type" values are valid: raw, text, ntext, html, date, time, datetime, boolean, number, email, image, url.
                    
                
handlers.dev.js https://gitlab.com/endomorphosis/jeffersonsmithmayor | JavaScript | 370 lines
                    
63	else {
                    
64		item.load('async-upload.php', {attachment_id:serverData, fetch:f}, function(){prepareMediaItemInit(fileObj);updateMediaForm()});
                    
65	}
                    
75
                    
76	// Also bind toggle to the links
                    
77	jQuery('a.toggle', item).click(function(){
                    
                
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 */
                    
157        if (is_file(self::COOKIE_FILE)) {
                    
158            @unlink(self::COOKIE_FILE);
                    
159        }
                    
252     *
                    
253     * @param string $uri uri relative to host, ex. "/index.php"
                    
254     */
                    
                
index.php git://git.savannah.nongnu.org/savane-cleanup.git | PHP | 363 lines
                    
1<?php
                    
2# Manage user preferences
                    
22
                    
23# we need to define the theme before loading the pre.php init script,
                    
24# otherwise the page needs to be reloaded for the change to take effect.
                    
25# see bug #1987
                    
26require_once('../../include/sane.php');
                    
27extract(sane_import('post',
                    
40
                    
41require_once('../../include/init.php');
                    
42require_once('../../include/timezones.php');
                    
123#######################
                    
124####################### PRINT FORM + LINKS
                    
125
                    
139
                    
140print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
                    
141
                    
                
UnitCheckProject.html git://git.savannah.nongnu.org/unitcheck.git | HTML | 447 lines
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_UnitCheckProject.php.html">/UnitCheckProject.php</a> (line <span class="field">32</span>)
                    
34		</p>
                    
161	
                    
162	<!-- ========== Info from phpDoc block ========= -->
                    
163	<ul class="tags">
                    
268	
                    
269	<!-- ========== Info from phpDoc block ========= -->
                    
270	<ul class="tags">
                    
291	
                    
292	<!-- ========== Info from phpDoc block ========= -->
                    
293	<ul class="tags">
                    
443	<p class="notes" id="credit">
                    
444		Documentation generated on Tue, 18 Jan 2011 17:56:51 +1100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
                    
445	</p>
                    
                
SSDB.php https://gitlab.com/dleonov/my-framework-two | PHP | 576 lines
                    
1<?php
                    
2/**
                    
5 * @author: ideawu
                    
6 * @link: http://www.ideawu.com/
                    
7 *
                    
7 *
                    
8 * SSDB PHP client SDK.
                    
9 */
                    
                
CakeValidationSetTest.php git://github.com/yandod/candycane.git | PHP | 337 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
                    
6 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
12 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @link          http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
                    
14 * @package       Cake.Test.Case.Model.Validator
                    
14 * @package       Cake.Test.Case.Model.Validator
                    
15 * @since         CakePHP(tm) v 2.2.0
                    
16 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
                    
                
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
                    
137
                    
138			require_once JPATH_COMPONENT_ADMINISTRATOR.DS.'helpers'.DS.'ini.php';
                    
139			$parsed=AdmintoolsHelperINI::parse_ini_file($inidata, false, true);
                    
155
                    
156			// Special processing for the link in Admin Tools Professional
                    
157			$suffix = '';
                    
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)');
                    
                
QueryBuilder.php https://gitlab.com/daigiangaitu91/yii2 | PHP | 260 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @link http://www.yiiframework.com/
                    
4 * @copyright Copyright (c) 2008 Yii Software LLC
                    
207     *
                    
208     * ```php
                    
209     * $sql = $queryBuilder->batchInsert('user', ['name', 'age'], [
                    
                
class-zip.php https://gitlab.com/endomorphosis/falkenstein | PHP | 306 lines
                    
1<?php
                    
2
                    
56		# BinZip does not like zero-sized zip files
                    
57		if (file_exists($this->path) && 0 == filesize($this->path)) @unlink($this->path);
                    
58
                    
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')) {
                    
225
                    
226		if ($flags == $ziparchive_create_match && file_exists($path)) @unlink($path);
                    
227
                    
                
handler.php https://gitlab.com/alexprowars/bitrix | PHP | 556 lines
                    
1<?php
                    
2
                    
183	/**
                    
184	 * returns either the link from a handler's settings or the order confirmation page
                    
185	 * @param Payment $payment
                    
                
class.pop3.php https://gitlab.com/rodrigo-brave/template | PHP | 397 lines
                    
1<?php
                    
2/**
                    
3 * PHPMailer POP-Before-SMTP Authentication Class.
                    
4 * PHP Version 5
                    
5 * @package PHPMailer
                    
5 * @package PHPMailer
                    
6 * @link https://github.com/PHPMailer/PHPMailer/
                    
7 * @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
                    
20/**
                    
21 * PHPMailer POP-Before-SMTP Authentication Class.
                    
22 * Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication.
                    
23 * Does not support APOP.
                    
24 * @package PHPMailer
                    
25 * @author Richard Davey (original author) <rich@corephp.co.uk>
                    
25 * @author Richard Davey (original author) <rich@corephp.co.uk>
                    
26 * @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
                    
27 * @author Jim Jagielski (jimjag) <jimjag@gmail.com>
                    
                
template_test.php https://gitlab.com/alexprowars/bitrix | PHP | 339 lines
                    
77
                    
78require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_admin_after.php");
                    
79
                    
83		"TITLE"=>GetMessage("rub_list"),
                    
84		"LINK"=>"rubric_admin.php?lang=".LANG,
                    
85		"ICON"=>"btn_list",
                    
93		"TITLE"=>GetMessage("rubric_mnu_add"),
                    
94		"LINK"=>"rubric_edit.php?lang=".LANG,
                    
95		"ICON"=>"btn_new",
                    
99		"TITLE"=>GetMessage("rubric_mnu_edit"),
                    
100		"LINK"=>"rubric_edit.php?ID=".$ID."&lang=".LANG
                    
101	);
                    
104		"TITLE"=>GetMessage("rubric_mnu_del"),
                    
105		"LINK"=>"javascript:if(confirm('".GetMessage("rubric_mnu_del_conf")."'))window.location='rubric_admin.php?ID=".$ID."&cf=delid&lang=".LANG."&".bitrix_sessid_get()."';",
                    
106		"ICON"=>"btn_delete",
                    
                
SdwApi.java https://jonathan.svn.codeplex.com/svn | Java | 359 lines
                    
250         int subBookOrder = subBookItem.getInt ("order");
                    
251         int subBookLinkedId = subBookItem.optInt ("linkedbooklistid", -1);
                    
252         Book b = this.getBookData (subBookTitle);
                    
255         if (subBookLinkedId != -1) {
                    
256            subBook.setLinkedId (subBookLinkedId);
                    
257         }
                    
267   {
                    
268      int linkId = subBook.getLinkedId ();
                    
269      Integer subBookId = linkId == -1 ? subBook.getSubBookListId () : linkId;
                    
325         }
                    
326         JSONObject links = passageItem.optJSONObject ("links");
                    
327         if (links != null) {
                    
329               String linkId = it.next ().toString ();
                    
330               JSONObject linkItem = links.getJSONObject (linkId);
                    
331               passage.addLink (Integer.parseInt (linkId), linkItem.getInt ("start"),
                    
                
Curl.php https://gitlab.com/daigiangaitu91/magento | PHP | 453 lines
                    
1<?php
                    
2/**
                    
24    protected $mappingData = [
                    
25        'links_purchased_separately' => [
                    
26            'Yes' => 1,
                    
156     *
                    
157     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
158     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
175     *
                    
176     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
177     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
308     *
                    
309     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
310     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
345     *
                    
346     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
347     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
                
ko.js http://avblog.googlecode.com/svn/trunk/ | JavaScript | 502 lines
                    
5 * Licensed under the terms of the GNU Lesser General Public License:
                    
6 * 		http://www.opensource.org/licenses/lgpl-license.php
                    
7 * 
                    
40RemoveFormat		: "?? ???",
                    
41InsertLinkLbl		: "??",
                    
42InsertLink			: "?? ??/??",
                    
42InsertLink			: "?? ??/??",
                    
43RemoveLink			: "?? ??",
                    
44Anchor				: "??? ??/??",
                    
104// Context Menu
                    
105EditLink			: "?? ??",
                    
106CellCM				: "Cell",	//MISSING
                    
172DlgGenContType		: "Advisory Content Type",
                    
173DlgGenLinkCharset	: "Linked Resource Charset",
                    
174DlgGenStyle			: "Style",
                    
                
OLE_Root.php https://PHPExcel.svn.codeplex.com/svn | PHP | 482 lines
                    
5// +----------------------------------------------------------------------+
                    
6// | Copyright (c) 1997-2002 The PHP Group                                |
                    
7// +----------------------------------------------------------------------+
                    
10// | available at through the world-wide-web at                           |
                    
11// | http://www.php.net/license/2_02.txt.                                 |
                    
12// | If you did not receive a copy of the PHP license and are unable to   |
                    
22
                    
23require_once 'PHPExcel/Shared/OLE/OLE_PPS.php';
                    
24
                    
31*/
                    
32class PHPExcel_Shared_OLE_PPS_Root extends PHPExcel_Shared_OLE_PPS
                    
33	{
                    
152				$raList[$i]->Size = $raList[$i]->_DataLen();
                    
153				if ($raList[$i]->Size < PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL) {
                    
154					$iSBcnt += floor($raList[$i]->Size / $this->_SMALL_BLOCK_SIZE)
                    
                
index.php http://pixie-cms.googlecode.com/svn/trunk/ | PHP | 548 lines
                    
43/* Check for config */
                    
44if ((!file_exists('admin/config.php')) or (filesize('admin/config.php') < 10)) {
                    
45	/* redirect to installer */
                    
88	}
                    
89	/* New! Built in php function. Tell php what the server timezone is so that we can use php 5's rewritten time and date functions with the correct time and without error messages */
                    
90	date_default_timezone_set("$server_timezone");
                    
110if (strnatcmp(phpversion(), '5.0.0') >= 0) {
                    
111	/* Load the php5 version of simplepie if you are running php5 */
                    
112	include_once 'admin/lib/lib_simplepie_php5.php';
                    
159	if (file_exists("admin/themes/{$site_theme}/theme.php")) {
                    
160		/* New! Your custom theme file must be named theme.php instead of index.php */
                    
161		include_once("admin/themes/{$site_theme}/theme.php");
                    
348?>/favicon.ico" />
                    
349	<link rel="apple-touch-icon" href="<?php
                    
350		print $site_url;
                    
                
setup.php https://gitlab.com/che234/smproducciones | PHP | 321 lines
                    
1<?php // don't load directly
                    
2if ( ! defined( 'ABSPATH' ) ) {
                    
81
                    
82	$gm['taxonomies']['gmedia_gallery'] = array(); // not linked with gmedia_term_relationships table
                    
83	$gm['taxonomies']['gmedia_module']  = array(); // not linked with gmedia_term_relationships table
                    
162	// upgrade function changed in WordPress 2.3
                    
163	require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
                    
164
                    
190			gmuid VARCHAR(255) NOT NULL DEFAULT '',
                    
191			link VARCHAR(255) NOT NULL DEFAULT '',
                    
192			modified DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
                    
                
board.controller.php http://xe-board.googlecode.com/svn/trunk/ | PHP | 354 lines
                    
1<?php
                    
2    /**
                    
316        /**
                    
317         * @brief the trigger for displaying 'view document' link when click the user ID
                    
318         **/
                    
                
FilesystemTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 240 lines
                    
182     */
                    
183    public function testUnlinkSymlinkedDirectory()
                    
184    {
                    
186        $basepath  = $tmp . "/composer_testdir";
                    
187        $symlinked = $basepath . "/linked";
                    
188        @mkdir($basepath . "/real", 0777, true);
                    
201        $fs     = new Filesystem();
                    
202        $result = $fs->unlink($symlinked);
                    
203        $this->assertTrue($result);
                    
216        $symlinked              = $basepath . "/linked";
                    
217        $symlinkedTrailingSlash = $symlinked . "/";
                    
218
                    
218
                    
219        $result = @symlink($basepath . "/real", $symlinked);
                    
220
                    
                
blog-layout.php https://gitlab.com/hop23typhu/list-theme | PHP | 281 lines
                    
1<?php
                    
2/**
                    
207										if( fusion_get_page_option( 'link_icon_target', get_the_ID() ) == 'yes' ||
                    
208											fusion_get_page_option( 'post_links_target', get_the_ID() ) == 'yes' ) {
                    
209											$link_target = ' target="_blank"';
                    
210										}
                    
211										echo sprintf( '<a href="%s" class="fusion-read-more"%s>%s</a>', get_permalink(), $link_target, apply_filters( 'avada_blog_read_more_link', __( 'Read More', 'Avada' ) ) );
                    
212									}
                    
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;' . '%' );
                    
220										} else {
                    
233									if ( ! Avada()->settings->get( 'post_meta_read' ) ) {
                    
234										$link_target = '';
                    
235										if( fusion_get_page_option( 'link_icon_target', get_the_ID() ) == 'yes' ||
                    
238										}
                    
239										echo sprintf( '<a href="%s" class="fusion-read-more"%s>%s</a>', get_permalink(), $link_target, apply_filters( 'avada_read_more_name', __( 'Read More', 'Avada' ) ) );
                    
240									}
                    
                
JsonP.js https://gitlab.com/cruxrebels/laundromat-bot | JavaScript | 292 lines
                    
4 * The JsonP proxy is useful when you need to load data from a domain other than the one your application is running on. If
                    
5 * your application is running on http://domainA.com it cannot use {@link Ext.data.proxy.Ajax Ajax} to load its data
                    
6 * from http://domainB.com because cross-domain ajax requests are prohibited by the browser.
                    
33 * automatically. It even creates a temporary callback function, waits for it to be called and then puts the data into
                    
34 * the Proxy making it look just like you loaded it through a normal {@link Ext.data.proxy.Ajax AjaxProxy}. Here's how
                    
35 * we might set that up:
                    
60 *
                    
61 * This script tag can be customized using the {@link #callbackKey} configuration. For example:
                    
62 *
                    
80 * The remote server side needs to be configured to return data in this format. Here are suggestions for how you might
                    
81 * achieve this using Java, PHP and ASP.net:
                    
82 *
                    
101 *
                    
102 * PHP:
                    
103 *
                    
                
IMqttClient.java git://github.com/eclipse/paho.mqtt.java.git | Java | 306 lines
                    
10 * and the Eclipse Distribution License is available at 
                    
11 *   https://www.eclipse.org/org/documents/edl-v10.php
                    
12 *
                    
39 * <p>
                    
40 * There are two styles of MQTT client, this one and {@link IMqttAsyncClient}.</p>
                    
41 * <ul>
                    
69	 * Connects to an MQTT server using the default options.
                    
70	 * <p>The default options are specified in {@link MqttConnectionOptions} class.
                    
71	 * </p>
                    
213	 * <p>
                    
214	 * If (@link MqttConnectOptions#setCleanStart(boolean)} was set to true
                    
215	 * when when connecting to the server then the subscription remains in place
                    
222	 * <p>
                    
223	 * If (@link MqttConnectOptions#setCleanStart(boolean)} was set to false
                    
224	 * when when connecting to the server then the subscription remains in place
                    
                
openid.class.php git://github.com/Dolibarr/dolibarr.git | PHP | 558 lines
                    
1<?php
                    
2/* Copyright (C) 2013 Laurent Destailleur  <eldy@users.sourceforge.net>
                    
18/**
                    
19 *      \file       htdocs/core/class/openid.class.php
                    
20 *      \ingroup    core
                    
46
                    
47	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
                    
48	/**
                    
55	{
                    
56		// phpcs:enable
                    
57		$this->URLs['openid_server'] = $a;
                    
59
                    
60	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
                    
61	/**
                    
68	{
                    
69		// phpcs:enable
                    
70		$this->URLs['trust_root'] = $a;
                    
                
lib.php https://gitlab.com/JrLucena/moodle | PHP | 339 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
21 * @package    repository_youtube
                    
22 * @copyright  2010 Dongsheng Cai {@link http://dongsheng.org}
                    
23 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
                    
24 */
                    
25require_once($CFG->dirroot . '/repository/lib.php');
                    
26
                    
31 * @package    repository_youtube
                    
32 * @copyright  2009 Dongsheng Cai {@link http://dongsheng.org}
                    
33 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
                    
86        if (!isset($this->service)) {
                    
87            require_once($CFG->libdir . '/google/lib.php');
                    
88            $this->client = get_google_client();
                    
296    /**
                    
297     * Youtube plugin only return external links
                    
298     * @return int
                    
                
Protection.php https://gitlab.com/JrLucena/moodle | PHP | 581 lines
                    
4 *
                    
5 * Copyright (c) 2006 - 2015 PHPExcel
                    
6 *
                    
22 * @package    PHPExcel_Worksheet
                    
23 * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
                    
33 * @package    PHPExcel_Worksheet
                    
34 * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
312     * @param boolean $pValue
                    
313     * @return PHPExcel_Worksheet_Protection
                    
314     */
                    
560        if (!$pAlreadyHashed) {
                    
561            $pValue = PHPExcel_Shared_PasswordHasher::hashPassword($pValue);
                    
562        }
                    
                
Autoload.php https://gitlab.com/fogteen/gasaon | PHP | 248 lines
                    
78            'phpunit_extensions_grouptestsuite' => '/Extensions/GroupTestSuite.php',
                    
79            'phpunit_extensions_phpttestcase' => '/Extensions/PhptTestCase.php',
                    
80            'phpunit_extensions_phpttestcase_logger' => '/Extensions/PhptTestCase/Logger.php',
                    
80            'phpunit_extensions_phpttestcase_logger' => '/Extensions/PhptTestCase/Logger.php',
                    
81            'phpunit_extensions_phpttestsuite' => '/Extensions/PhptTestSuite.php',
                    
82            'phpunit_extensions_repeatedtest' => '/Extensions/RepeatedTest.php',
                    
133            'phpunit_framework_constraint_stringcontains' => '/Framework/Constraint/StringContains.php',
                    
134            'phpunit_framework_constraint_stringendswith' => '/Framework/Constraint/StringEndsWith.php',
                    
135            'phpunit_framework_constraint_stringmatches' => '/Framework/Constraint/StringMatches.php',
                    
183            'phpunit_util_log_tap' => '/Util/Log/TAP.php',
                    
184            'phpunit_util_php' => '/Util/PHP.php',
                    
185            'phpunit_util_php_default' => '/Util/PHP/Default.php',
                    
185            'phpunit_util_php_default' => '/Util/PHP/Default.php',
                    
186            'phpunit_util_php_windows' => '/Util/PHP/Windows.php',
                    
187            'phpunit_util_printer' => '/Util/Printer.php',
                    
                
DataGridFunctions.php git://github.com/forkcms/forkcms.git | PHP | 330 lines
                    
1<?php
                    
2
                    
17    /**
                    
18     * Formats plain text as HTML, links will be detected, paragraphs will be inserted
                    
19     *
                    
25    {
                    
26        // detect links
                    
27        $var = SpoonFilter::replaceURLsWithAnchors($var);
                    
                
WebSocketParserD08.java git://pkgs.fedoraproject.org/jetty | Java | 389 lines
                    
11 *   The Apache License v2.0 is available at
                    
12 *   http://www.opensource.org/licenses/apache2.0.php
                    
13 *
                    
24// The Apache License v2.0 is available at
                    
25// http://www.opensource.org/licenses/apache2.0.php
                    
26// You may elect to redistribute this code under either of these licenses.
                    
84    /**
                    
85     * @param buffers The buffers to use for parsing.  Only the {@link Buffers#getBuffer()} is used.
                    
86     * This should be a direct buffer if binary data is mostly used or an indirect buffer if utf-8 data
                    
132    /** Parse to next event.
                    
133     * Parse to the next {@link WebSocketParser.FrameHandler} event or until no more data is
                    
134     * available. Fill data from the {@link EndPoint} only as necessary.
                    
                
OperationResponseParserTest.php https://gitlab.com/cuitianze/eduwind | PHP | 335 lines
                    
1<?php
                    
2
                    
179     * @group issue-399
                    
180     * @link https://github.com/guzzle/guzzle/issues/399
                    
181     */
                    
311     * @group issue-399
                    
312     * @link https://github.com/guzzle/guzzle/issues/501
                    
313     */
                    
                
group.php http://nukeviet-shop.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
1<?php
                    
2
                    
72        $subgroupid = "";
                    
73        $query = "INSERT INTO " . $table_name . " (`groupid`, `parentid`, `image`, `thumbnail`, `weight`, `order`, `lev`, `viewgroup`, `numsubgroup`, `subgroupid`, `inhome`, `numlinks`, `admins`, `add_time`, `edit_time`, `del_cache_time`, `who_view`, `groups_view` " . $listfield . " ) 
                    
74         VALUES (NULL, " . $db->dbescape( $data['parentid'] ) . ",' ',' '," . $db->dbescape( $weight ) . ", '0', '0', " . $db->dbescape( $viewgroup ) . ", '0', " . $db->dbescape( $subgroupid ) . ", '1', '4'," . $db->dbescape( $admins ) . ", UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), UNIX_TIMESTAMP() + 26000000, " . $db->dbescape( $data['who_view'] ) . "," . $db->dbescape( $groups_view ) . $listvalue . " )";
                    
82            nv_del_moduleCache( $module_name );
                    
83            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op . "&parentid=" . $data['parentid'] . "" );
                    
84            die();
                    
110            
                    
111            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op . "&parentid=" . $data['parentid'] . "" );
                    
112            die();
                    
209
                    
210include ( NV_ROOTDIR . "/includes/header.php" );
                    
211echo nv_admin_theme( $contents );
                    
211echo nv_admin_theme( $contents );
                    
212include ( NV_ROOTDIR . "/includes/footer.php" );
                    
213
                    
                
config.php https://gitlab.com/alexprowars/bitrix | PHP | 112 lines
                    
1<?php
                    
2$MESS["BX_IM_COMPONENT_CALL_ALL_CHATS"] = "Alle Chats";
                    
8$MESS["BX_IM_COMPONENT_CALL_BUTTON_DOWNLOAD_APP"] = "Haben Sie keine App?";
                    
9$MESS["BX_IM_COMPONENT_CALL_BUTTON_DOWNLOAD_APP_LINK"] = "Herunterladen";
                    
10$MESS["BX_IM_COMPONENT_CALL_BUTTON_JOIN"] = "Beitreten";
                    
11$MESS["BX_IM_COMPONENT_CALL_BUTTON_OPEN_APP"] = "Sie können die Videokonferenz";
                    
12$MESS["BX_IM_COMPONENT_CALL_BUTTON_OPEN_APP_LINK"] = "Sie können die Konferenz in der Bitrix24 App öffnen";
                    
13$MESS["BX_IM_COMPONENT_CALL_BUTTON_RELOAD"] = "Neu laden";
                    
14$MESS["BX_IM_COMPONENT_CALL_BUTTON_START"] = "Anruf starten";
                    
15$MESS["BX_IM_COMPONENT_CALL_CHANGE_LINK_CONFIRM_TEXT"] = "Alle Gastbenutzer werden aus diesem Chat entfernt. Sind Sie sicher?";
                    
16$MESS["BX_IM_COMPONENT_CALL_CHAT_CLOSE_TITLE"] = "Chat schließen";
                    
63$MESS["BX_IM_COMPONENT_CALL_KICK_INTRANET_USER_CONFIRM_TEXT"] = "Der Nutzer wird aus dem Chat entfernt. Fortfahren?";
                    
64$MESS["BX_IM_COMPONENT_CALL_LINK_CHANGED"] = "Link zur Konferenz wurde erfolgreich geändert";
                    
65$MESS["BX_IM_COMPONENT_CALL_LINK_COPIED"] = "Link kopiert";
                    
93$MESS["BX_IM_COMPONENT_CALL_USER_LIST_CURRENT_USER"] = "(Das sind Sie)";
                    
94$MESS["BX_IM_COMPONENT_CALL_USER_LIST_HEADER_MENU_CHANGE_LINK"] = "Link zur Konferenz bearbeiten";
                    
95$MESS["BX_IM_COMPONENT_CALL_USER_LIST_HEADER_MENU_COPY_LINK"] = "Link zur Konferenz kopieren";
                    
                
handler.php https://gitlab.com/alexprowars/bitrix | PHP | 328 lines
                    
1<?php
                    
2
                    
63
                    
64		$params = array_merge($documentInfo, DocumentGenerator\Model\ExternalLinkTable::getPublicUrlsByDocumentId($document->ID));
                    
65		if(!empty($params['hash']))
                    
                
classInteractiveDebugger-members.html git://pkgs.fedoraproject.org/xqilla | HTML | 64 lines
                    
3<title>XQilla Simple API Documentation</title>
                    
4<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
5<link href="tabs.css" rel="stylesheet" type="text/css">
                    
6</head><body>
                    
7<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
                    
8<!-- Generated by Doxygen 1.6.1 -->
                    
                
auto_search_table_shell.php http://prohits.googlecode.com/svn/trunk/ | PHP | 376 lines
                    
28  7. get searched resuts file.
                    
29  8. shell > php auto_search_table_shell.php tableName taskID thisScriptURL sleepSec
                    
30  9. check shell process 
                    
68$msManager_link  = mysql_connect("$host", $user, $pswd, true, 2 ) or fatalError("Unable to connect to mysql..." . mysql_error($msManager_link));
                    
69mysql_select_db(MANAGER_DB, $msManager_link) or fatalError("Can not use '". MANAGER_DB . "' database". mysql_error($msManager_link));
                    
70
                    
76		$theURL = $_SERVER['argv'][3];
                    
77    $frm_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$theURL) . "autoBackup/download_raw_file.php";
                    
78    
                    
314    mysql_close($msManager_link);
                    
315    $msManager_link = mysql_connect(PROHITS_SERVER_IP, USERNAME, DBPASSWORD, true, 2 ) or fatalError("Unable to connect to mysql..." . mysql_error($msManager_link));
                    
316    mysql_select_db(MANAGER_DB, $msManager_link) or fatalError("Can not use '". MANAGER_DB . "' database". mysql_error($msManager_link));
                    
338  writeLog("Get new created files from $tableName machine to Prohits.");
                    
339  $com_backup = PHP_PATH. " " .dirname(dirname(__FILE__))."/autoBackup/raw_backup_shell.php"." 0 ". $tableName;
                    
340  system($com_backup);
                    
                
actions.c git://github.com/DimaSmirnov/Archlinux-downgrader.git | C | 352 lines
                    
14        if (!silent) { sprintf(tmp_string, "Downgrade %s from ALA to version %s\n", package,user_pkgs[i].version); dgr_output(tmp_string); }
                    
15        strcpy(install_command,"sudo pacman -U "); strcat(install_command,user_pkgs[i].link);
                    
16        //printf("%s\n", install_command); //DEBUG
                    
21        ret = IsPackageInArm(package, install_version);
                    
22        if (arm_pkgs[ret].link) {
                    
23            if (!silent) { sprintf(tmp_string, "Downgrade %s from ARM to version %s\n", package,arm_pkgs[ret+2].version); dgr_output(tmp_string); }
                    
23            if (!silent) { sprintf(tmp_string, "Downgrade %s from ARM to version %s\n", package,arm_pkgs[ret+2].version); dgr_output(tmp_string); }
                    
24            strcpy(install_command,"sudo pacman -U "); strcat(install_command,arm_pkgs[ret+2].link);
                    
25            system(install_command);
                    
37        dgr_output(tmp_string);
                    
38        //printf("%s\n", user_pkgs[i].link); //DEBUG
                    
39    }
                    
105            if (!strcmp(user_pkgs[cntr].version, installed_pkg_ver)) {
                    
106                strcpy(user_pkgs[cntr].link,ala_pkgs[counter].full_path);
                    
107                strcpy(user_pkgs[cntr].repo," [installed]");
                    
                
css_optimiser.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 506 lines
                    
1<?php
                    
2header('Content-Type:text/html; charset=utf-8');
                    
2header('Content-Type:text/html; charset=utf-8');
                    
3require ('class.csstidy.php');
                    
4require ('lang.inc.php');
                    
20    {
                    
21        return unlink($dirname);
                    
22    }
                    
119<title>
                    
120      <?php
                    
121    echo $lang[$l][0];
                    
126	content="application/xhtml+xml; charset=utf-8" />
                    
127<link rel="stylesheet" href="cssparse.css" type="text/css" />
                    
128<script type="text/javascript">
                    
146<h1 style="display: inline">
                    
147      <?php
                    
148    echo $lang[$l][1];
                    
                
group__rp__security__context__token.html git://pkgs.fedoraproject.org/axis2c | HTML | 115 lines
                    
3<title>Axis2/C: Rp_security_context_token</title>
                    
4<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
5<link href="tabs.css" rel="stylesheet" type="text/css">
                    
17    <li>
                    
18      <form action="search.php" method="get">
                    
19        <table cellspacing="0" cellpadding="0" border="0">
                    
                
header.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 212 lines
                    
11		<p><?php _e("JavaScript for Mobile Safari is currently turned off.", "wptouch"); ?></p>
                    
12		<p><?php _e("Turn it on in ", "wptouch"); ?><em><?php _e("Settings &rsaquo; Safari", "wptouch"); ?></em><br /><?php _e(" to view this website.", "wptouch"); ?></p>
                    
13	</div>
                    
100					<?php if (get_option('comment_registration')) { ?>
                    
101					<li><a href="<?php bloginfo('wpurl'); ?>/wp-register.php"><?php _e( "Register for this site", "wptouch" ); ?></a></li>
                    
102					<?php } ?>
                    
104					<li><a href="<?php bloginfo('wpurl'); ?>/wp-admin/profile.php"><?php _e( "Account Profile", "wptouch" ); ?></a></li>
                    
105					<li><a href="<?php $version = (float)get_bloginfo('version'); if ($version >= 2.7) { ?><?php echo wp_logout_url($_SERVER['REQUEST_URI']); } else { bloginfo('wpurl'); ?>/wp-login.php?action=logout&redirect_to=<?php echo $_SERVER['REQUEST_URI']; ?><?php } ?>"><?php _e( "Logout", "wptouch" ); ?></a></li>
                    
106					<?php } ?>
                    
118		<img id="logo-icon" src="<?php echo bnc_get_title_image(); ?>" alt="<?php $str = bnc_get_header_title(); echo stripslashes($str); ?>" />
                    
119		<a href="<?php bloginfo('url'); ?>"><?php wptouch_core_body_sitetitle(); ?></a>
                    
120	</div>
                    
174 	 <div id="twitter-style-bar"></div><!-- filler to get the styling just right -->
                    
175			<a  id="follow-arrow" href="http://twitter.com/<?php echo wordtwit_get_username(); ?>" target="_blank"><img src="<?php echo compat_get_plugin_url( 'wptouch' ); ?>/themes/core/core-images/twitter-arrow.jpg" alt="follow me" /></a>
                    
176		<div id="wordtwit-avatar">
                    
                
LayoutTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 361 lines
                    
1<?php
                    
2/**
                    
13
                    
14class LayoutTest extends \PHPUnit_Framework_TestCase
                    
15{
                    
106                        '//block[@class="Magento\Theme\Block\Html\Head\Css" ' .
                    
107                        'or @class="Magento\Theme\Block\Html\Head\Link" ' .
                    
108                        'or @class="Magento\Theme\Block\Html\Head\Script"]' .
                    
112                    ),
                    
113                    'Blocks \Magento\Theme\Block\Html\Head\{Css,Link,Script} ' .
                    
114                    'are allowed within the "head" block only. ' .
                    
234     *
                    
235     * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
                    
236     * Temporary method existing until <action> instruction in layout is not eliminated, no need to split it.
                    
293            'setHideBalance',
                    
294            'setHideLink',
                    
295            'setHideRequiredNotice',
                    
                
premium.php https://gitlab.com/hop23typhu/list-theme | PHP | 361 lines
                    
159.section.three{
                    
160    background: url(<?php echo YWCTM_ASSETS_URL?>/images/03-bg.png) no-repeat #fff; background-position: 85% 75%
                    
161}
                    
162.section.four{
                    
163    background: url(<?php echo YWCTM_ASSETS_URL?>/images/04-bg.png) no-repeat #fff; background-position: 85% 75%
                    
164}
                    
270            <div class="col-1">
                    
271                <img src="<?php echo YWCTM_ASSETS_URL?>/images/03.png" alt="Custom button" />
                    
272            </div>
                    
278                <p>
                    
279                    <?php echo sprintf(__('Add a button in single product page to call users to a specific %1$saction%2$s, depending on the specified %1$slink%2$s (email sending, skype call, telephone call).', 'yith-woocommerce-catalog-mode'), '<b>', '</b>');?>
                    
280                </p>
                    
342                <p>
                    
343                    <?php echo sprintf( __('Thanks to the %1$s"Product Permalink"%2$s option you will be able to know from which page your users have generated the request.%3$sThe email generated from the request form will include the address of the page: another important information that can be really useful for you.','yith-woocommerce-catalog-mode'),'<b>','</b>','<br>'); ?>
                    
344                </p>
                    
                
Personality.html https://gitlab.com/kidaa/masws.git | HTML | 245 lines
                    
8<meta name="date" content="2013-02-20">
                    
9<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
                    
10</head>
                    
23<!--   -->
                    
24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
                    
25<!--   -->
                    
51<script type="text/javascript"><!--
                    
52  allClassesLink = document.getElementById("allclasses_navbar_top");
                    
53  if(window==top) {
                    
53  if(window==top) {
                    
54    allClassesLink.style.display = "block";
                    
55  }
                    
103<td class="colFirst"><code>class&nbsp;</code></td>
                    
104<td class="colLast"><code><strong><a href="../../../../../../com/hp/hpl/jena/enhanced/GraphPersonality.html" title="class in com.hp.hpl.jena.enhanced">GraphPersonality</a></strong></code>
                    
105<div class="block">Personalities for Graphs.</div>
                    
                
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 *
                    
10 * @license		http://codeigniter.com/user_guide/license.html
                    
11 * @link		http://codeigniter.com
                    
12 * @since		Version 1.0
                    
24 * @author		ExpressionEngine Dev Team
                    
25 * @link		http://codeigniter.com/user_guide/helpers/file_helpers.html
                    
26 */
                    
144				{
                    
145					unlink($path.DIRECTORY_SEPARATOR.$filename);
                    
146				}
                    
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)))
                    
                
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>
                    
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>
                    
90        <div class="postbox<?php echo $this->helper->postbox_closed( 'debug-version-information', true ); ?>">
                    
91        <h3 class="hndle"><span><?php _e( 'Debug and Version Information', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></span><span class="hide_link"><small><?php echo _x( 'Hide', 'expand', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></small></span><span class="expand_link"><small><?php _e( 'Expand', WP_TABLE_RELOADED_TEXTDOMAIN ); ?></small></span></h3>
                    
92        <div class="inside">
                    
                
box_graph_invoices_permonth.php git://github.com/Dolibarr/dolibarr.git | PHP | 293 lines
                    
1<?php
                    
2/* Copyright (C) 2013 Laurent Destailleur  <eldy@users.sourceforge.net>
                    
18/**
                    
19 *	\file       htdocs/core/boxes/box_graph_invoices_permonth.php
                    
20 *	\ingroup    factures
                    
22 */
                    
23include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
                    
24
                    
75
                    
76		//include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
                    
77		//$facturestatic=new Facture($this->db);
                    
88			'graph'=> 1,
                    
89			'sublink'=>'',
                    
90			'subtext'=>$langs->trans("Filter"),
                    
91			'subpicto'=>'filter.png',
                    
92			'subclass'=>'linkobject boxfilter',
                    
93			'target'=>'none'	// Set '' to get target="_blank"
                    
                
server_side.html https://gitlab.com/gustCL/syscar | HTML | 233 lines
                    
4	<meta charset="utf-8">
                    
5	<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
                    
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">
                    
9	<link rel="stylesheet" type="text/css" href="../../css/colReorder.dataTables.css">
                    
9	<link rel="stylesheet" type="text/css" href="../../css/colReorder.dataTables.css">
                    
10	<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
                    
11	<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
                    
32		serverSide: true,
                    
33		ajax: "../../../../examples/server_side/scripts/objects.php",
                    
34		columns: [
                    
93		serverSide: true,
                    
94		ajax: &quot;../../../../examples/server_side/scripts/objects.php&quot;,
                    
95		columns: [
                    
                
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	}
                    
                
new.html https://gitlab.com/Drulenium-test/pantheon-travis | HTML | 131 lines
                    
18
                    
19<p>Note: Only UID 1 or users with the "Use PHP code" permission from the phpfilter module will be able to import views.</p>
                    
20
                    
34
                    
35The new admin interface performs the same functions as the old -- listing all the views in the system, providing links to add or import views and a link to Views Tools -- but has been compacted, with each view displayed as a paragraph style-row compared to the table of Views 1 and set of filters on top to ease locating views among a large list.
                    
36
                    
69
                    
70Clicking on the [+] icon next to the word Fields unfurls a section beneath the view information with all the available fields grouped by Comment, File, Node, Node revision, Taxonomy and User, and probably a few others. This is a general paradigm for the Views 2 interface -- clicking on a widget or link unfurls a section beneath the view information with the relevant interface. Usually, what is being edited will be hilited in yellow, as well.
                    
71
                    
                
CBaseController.php https://gitlab.com/zenfork/vektor | PHP | 310 lines
                    
12/**
                    
13 * CBaseController is the base class for {@link CController} and {@link CWidget}.
                    
14 *
                    
18 * <ul>
                    
19 * <li>{@link CClipWidget Clips} : a clip is a piece of captured output that can be inserted elsewhere.</li>
                    
20 * <li>{@link CWidget Widgets} : a widget is a self-contained sub-controller with its own view and model.</li>
                    
20 * <li>{@link CWidget Widgets} : a widget is a self-contained sub-controller with its own view and model.</li>
                    
21 * <li>{@link COutputCache Fragment cache} : fragment cache selectively caches a portion of the output.</li>
                    
22 * </ul>
                    
188	 * This method is similar to {@link widget()} except that it is expecting
                    
189	 * a {@link endWidget()} call to end the execution.
                    
190	 * @param string $className the widget class name or class in dot syntax (e.g. application.widgets.MyWidget)
                    
286	 * @param mixed $view the name of the view that will be used to decorate the content. The actual view script
                    
287	 * is resolved via {@link getViewFile}. If this parameter is null (default),
                    
288	 * the default layout will be used as the decorative view.
                    
                
basebutton.php https://gitlab.com/alexprowars/bitrix | PHP | 564 lines
                    
118		{
                    
119			$this->setLink($params['link']);
                    
120		}
                    
178			case Tag::BUTTON:
                    
179				if ($tagName === Tag::LINK && $this->getLink())
                    
180				{
                    
296
                    
297	public function setLink($link)
                    
298	{
                    
298	{
                    
299		if (is_string($link) && !empty($link))
                    
300		{
                    
300		{
                    
301			$this->link = $link;
                    
302			$this->setTag(Tag::LINK);
                    
                
ASF_Object_Metadata.html http://xepec.googlecode.com/svn/trunk/ | HTML | 209 lines
                    
28				<li><span class="field">version:</span> $Rev: 102 $</li>
                    
29				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
30				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ASF---Object---Metadata.php.html">/ASF/Object/Metadata.php</a> (line <span class="field">55</span>)
                    
34		</p>
                    
36				
                    
37		<pre><a href="../../php-reader/ASF/ASF_Object.html">ASF_Object</a>
                    
38   |
                    
183					<blockquote>
                    
184													<span class="method-name"><a href="../../php-reader/ASF/ASF_Object.html#method__construct">ASF_Object::__construct()</a></span><br>
                    
185													<span class="method-name"><a href="../../php-reader/ASF/ASF_Object.html#methodgetIdentifier">ASF_Object::getIdentifier()</a></span><br>
                    
205	<p class="notes" id="credit">
                    
206		Documentation generated on Thu, 01 Jan 2009 14:59:28 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
207	</p>
                    
                
silcfileutil-silc_file_set_nonblock.html git://pkgs.fedoraproject.org/libsilc | HTML | 222 lines
                    
11  body { color: #000000; background: #f0f0f0; font-family: Helvetica, Arial, Sans-serif; }
                    
12  a:link { text-decoration: none; color: #2f488f; }
                    
13  a:visited { text-decoration: none;color: #2f488f; }
                    
45manual on the left side.  With this file it is possible to add other than
                    
46automatically generated links to that list. -->
                    
47
                    
131&nbsp;&nbsp;&nbsp; <a href=silchttpserver.html><img src=box2.gif border=0 alt=>SILC HTTP Server Interface</a><br />
                    
132&nbsp;&nbsp;&nbsp; <a href=silchttpphp.html><img src=box2.gif border=0 alt=>SILC HTTP PHP Translator</a><br />
                    
133
                    
134<br />
                    
135<b>Resource Links</b>
                    
136<br />
                    
                
functions_0x65.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 204 lines
                    
7<title>Openbiz Framework API: Data Fields</title>
                    
8<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
9<script type="text/javascript" src="jquery.js"></script>
                    
10<script type="text/javascript" src="dynsections.js"></script>
                    
11<link href="navtree.css" rel="stylesheet" type="text/css"/>
                    
12<script type="text/javascript" src="resize.js"></script>
                    
17</script>
                    
18<link href="search/search.css" rel="stylesheet" type="text/css"/>
                    
19<script type="text/javascript" src="search/search.js"></script>
                    
22</script>
                    
23<link href="doxygen.css" rel="stylesheet" type="text/css" />
                    
24<link href="doc-style.css" rel="stylesheet" type="text/css"/>
                    
36   </div>
                    
37   <div id="projectbrief">Open source PHP Framework that designed for building web application.</div>
                    
38  </td>
                    
                
resource.inc.php git://github.com/modxcms/revolution.git | PHP | 167 lines
                    
76$_lang['resource_err_symlink_target_invalid'] = 'The symlink target does not contain an integer value.';
                    
77$_lang['resource_err_symlink_target_nf'] = 'You cannot symlink to a resource that does not exist.';
                    
78$_lang['resource_err_symlink_target_self'] = 'You cannot symlink to itself.';
                    
152$_lang['symlink'] = 'קישור סימבולי';
                    
153$_lang['symlink_create'] = 'Create Symlink';
                    
154$_lang['symlink_create_here'] = 'קישור סימבולי';
                    
155$_lang['symlink_help'] = 'The address of the object you wish to reference with this Symlink. If you want to point to an existing MODX Resource, enter the ID here.';
                    
156$_lang['symlink_message'] = 'A symlink is a symbolic link to another resource in your site which is forwarded to without changing the URL.';
                    
157$_lang['symlink_new'] = 'הוסף קישור סימבולי';
                    
160$_lang['weblink'] = 'קישור רשת';
                    
161$_lang['weblink_create'] = 'Create Weblink';
                    
162$_lang['weblink_create_here'] = 'קישור רשת';
                    
163$_lang['weblink_help'] = 'The address of the object you wish to reference with this weblink. If you want to point to an existing MODX Resource, enter the ID here.';
                    
164$_lang['weblink_message'] = 'A weblink is a reference to an object on the internet. This could be a document within MODX, a page on another site or an image or other file on the internet.<p>';
                    
165$_lang['weblink_new'] = 'קישור חדש';
                    
                
MzGraphPanel.java http://pride-toolsuite.googlecode.com/svn/ | Java | 417 lines
                    
30import java.io.PrintWriter;
                    
31import java.util.LinkedHashMap;
                    
32import java.util.Map;
                    
40 */
                    
41public abstract class MzGraphPanel extends JPanel implements ChartMouseListener, ActionListener {
                    
42    private static final Logger logger = LoggerFactory.getLogger(MzGraphPanel.class);
                    
68
                    
69    public MzGraphPanel(String title,
                    
70                        String xAxisLabel,
                    
96    /**
                    
97     * Reset the MzGraphPanel
                    
98     */
                    
324            // create a temporary legend
                    
325            Map<Tuple<String, String>, Paint> entries = new LinkedHashMap<Tuple<String, String>, Paint>();
                    
326            if (source != null) {
                    
                
Session.php https://gitlab.com/blingbang2016/shop | PHP | 429 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 */
                    
139                         * We mast to create new quote object, because collectTotals()
                    
140                         * can to create links with other objects.
                    
141                         */
                    
                
Key.php https://code.google.com/p/s3db/ | PHP | 316 lines
                    
1<?php
                    
2/**
                    
7 *
                    
8 * PHP versions 4 and 5
                    
9 *
                    
9 *
                    
10 * LICENSE: This source file is subject to version 3.0 of the PHP license
                    
11 * that is available through the world-wide-web at the following URI:
                    
19 * @copyright  2005, 2006 Alexander Valyalkin
                    
20 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
21 * @version    1.2.0b
                    
21 * @version    1.2.0b
                    
22 * @link       http://pear.php.net/package/Crypt_RSA
                    
23 */
                    
89 * @copyright  2005, 2006 Alexander Valyalkin
                    
90 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
91 * @link       http://pear.php.net/package/Crypt_RSA
                    
                
Stream.php http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | PHP | 379 lines
                    
36 *
                    
37 * @package   PHP_TokenStream
                    
38 * @author    Sebastian Bergmann <sb@sebastian-bergmann.de>
                    
43
                    
44require_once ( PHPU_BASE_PATH . '/PHP/Token.php' );
                    
45
                    
46/**
                    
47 * A stream of PHP tokens.
                    
48 *
                    
52 * @version   Release: 1.0.1
                    
53 * @link      http://github.com/sebastianbergmann/php-token-stream/tree
                    
54 * @since     Class available since Release 1.0.0
                    
74      '+' => 'PHP_Token_PLUS',
                    
75      '-' => 'PHP_Token_MINUS',
                    
76      '*' => 'PHP_Token_MULT',
                    
                
func.php http://snowcms.googlecode.com/svn/trunk/ | PHP | 272 lines
                    
1<?php
                    
2////////////////////////////////////////////////////////////////////////////
                    
66			'stripos' => create_function('$haystack, $needle, $offset = 0', '
                    
67										 // This function doesn\'t exist until PHP 5.2.0 >=
                    
68										 if(function_exists(\'mb_stripos\'))
                    
210
                    
211		// So the << First :) Though we may not link it
                    
212		// if we are on the first page.
                    
214
                    
215		// Now the < which is the previous one... Don't link
                    
216		// it if thats where we are :P
                    
248		{
                    
249			// So add the page number... Also, don't link the page number
                    
250			// if thats where we are at ;) oh, ya and, don't add &page=
                    
256		// So add the > which is the next one ;)
                    
257		// Don't link it if thats our current page...
                    
258		$index[] = '<span class="pagination_next">'. ($start < $total_pages ? '<a href="'. $tpl_url. '&page='. ($start + 1). '">' : ''). l('Next &raquo;'). ($start < $total_pages ? '</a>' : ''). '</span>';
                    
                
metas.php https://gitlab.com/hop23typhu/list-theme | PHP | 223 lines
                    
1<?php
                    
2/**
                    
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>
                    
25		<a class="nav-tab" id="other-tab" href="#top#other"><?php _e( 'Other', 'wordpress-seo' ); ?></a>
                    
32					<th>
                    
33						<?php _e( 'Force rewrite titles', 'wordpress-seo' ); ?>
                    
34					</th>
                    
55		<div id="home" class="wpseotab">
                    
56			<?php
                    
57			if ( 'posts' == get_option( 'show_on_front' ) ) {
                    
92						echo '<p class="error-message">' . __( 'As you are redirecting attachment URLs to parent post URLs, these settings will currently only have an effect on <strong>unattached</strong> media items!', 'wordpress-seo' ) . '</p>';
                    
93						echo '<p class="error-message">' . sprintf( __( 'So remember: If you change the %sattachment redirection setting%s in the future, the below settings will take effect for *all* media items.', 'wordpress-seo' ), '<a href="' . esc_url( admin_url( 'admin.php?page=wpseo_permalinks' ) ) . '">', '</a>' ) . '</p>';
                    
94					}
                    
180			$yform->checkbox( 'disable-author', __( 'Disable the author archives', 'wordpress-seo' ), '' );
                    
181			echo '<p class="desc label">' . __( 'If you\'re running a one author blog, the author archive will always look exactly the same as your homepage. And even though you may not link to it, others might, to do you harm. Disabling them here will make sure any link to those archives will be 301 redirected to the homepage.', 'wordpress-seo' ) . '</p>';
                    
182			echo '<br/>';
                    
                
file.php https://gitlab.com/endomorphosis/greenrenaissancejoomla | PHP | 380 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version		$Id: file.php 9764 2007-12-30 07:48:11Z ircmaxell $
                    
4 * @package		Joomla.Framework
                    
6 * @copyright	Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
                    
7 * @license		GNU/GPL, see LICENSE.php
                    
8 * Joomla! is free software. This version may have been modified pursuant
                    
11 * other free or open source software licenses.
                    
12 * See COPYRIGHT.php for copyright notices and details.
                    
13 */
                    
157			// as long as the owner is either the webserver or the ftp
                    
158			if (@unlink($file)) {
                    
159				// Do nothing
                    
305	 *
                    
306	 * @param string $src The name of the php (temporary) uploaded file
                    
307	 * @param string $dest The path (including filename) to move the uploaded file to
                    
                
functions.wp-scripts.php https://gitlab.com/Suhailgit/Project | PHP | 293 lines
                    
1<?php
                    
2/**
                    
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.
                    
90 *
                    
91 * Registers a script to be linked later using the wp_enqueue_script() function.
                    
92 *
                    
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.
                    
180	if ( ( is_admin() && 'admin_enqueue_scripts' !== $current_filter ) ||
                    
181		( 'wp-login.php' === $GLOBALS['pagenow'] && 'login_enqueue_scripts' !== $current_filter )
                    
182	) {
                    
                
Atom.php https://gitlab.com/blingbang2016/shop | PHP | 400 lines
                    
254
                    
255        $links = $this->getExtension('Atom')->getLinks();
                    
256
                    
256
                    
257        $this->_data['links'] = $links;
                    
258
                    
322
                    
323        $commentlink = $this->getExtension('Atom')->getCommentLink();
                    
324
                    
340
                    
341        $commentfeedlink = $this->getExtension('Atom')->getCommentFeedLink();
                    
342
                    
342
                    
343        $this->_data['commentfeedlink'] = $commentfeedlink;
                    
344
                    
                
pyxb.namespace.utility-module.html git://pkgs.fedoraproject.org/PyXB | HTML | 338 lines
                    
10
                    
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
                    
12      alink="#204080">
                    
20
                    
21  <!-- Tree link -->
                    
22      <th>&nbsp;&nbsp;&nbsp;<a
                    
24
                    
25  <!-- Index link -->
                    
26      <th>&nbsp;&nbsp;&nbsp;<a
                    
115          <td align="right" valign="top">
                    
116            <span class="codelink"><a href="pyxb.namespace.utility-pysrc.html#NamespaceForURI">source&nbsp;code</a></span>
                    
117            
                    
132          <td align="right" valign="top">
                    
133            <span class="codelink"><a href="pyxb.namespace.utility-pysrc.html#CreateAbsentNamespace">source&nbsp;code</a></span>
                    
134            
                    
                
category.php https://gitlab.com/endomorphosis/greenrenaissancejoomla | PHP | 511 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version		$Id: category.php 10094 2008-03-02 04:35:10Z instance $
                    
4 * @package		Joomla
                    
6 * @copyright	Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
                    
7 * @license		GNU/GPL, see LICENSE.php
                    
8 * Joomla! is free software. This version may have been modified pursuant to the
                    
10 * of works licensed under the GNU General Public License or other free or open
                    
11 * source software licenses. See COPYRIGHT.php for copyright notices and
                    
12 * details.
                    
334
                    
335			// special handling required as Uncategorized content does not have a section / category id linkage
                    
336			$i = $limitstart;
                    
                
vhdl.vim https://gitlab.com/hexiyou/vim | Vim Script | 423 lines
                    
5" Last Change: 2011 Sep 27
                    
6" URL:         http://www.vim.org/scripts/script.php?script_id=1450
                    
7
                    
106  endwhile
                    
107  if (curs =~ '^\s*)' || curs =~? '^\s*\%(\<\%(procedure\|generic\|map\|port\)\>.*\)\@<!\w\+\s*\w*\s*\%(=>\s*\S\+\|:[^=]\@=\s*\%(\%(in\|out\|inout\|buffer\|linkage\)\>\|\w\+\s\+:=\)\)') && (prevs =~? s:NC.'\<\%(procedure\s\+\S\+\|generic\|map\|port\)\s*(\%(\s*\w\)\=' || (ps =~? s:NC.'\<\%(procedure\|generic\|map\|port\)'.s:ES && prevs =~ '^\s*('))
                    
108    " align closing ")" with opening "("
                    
414  " indent:   maintain indent of previous opening statement
                    
415  " keywords: without "procedure", "generic", "map", "port" + ":" but not ":=" + "in", "out", "inout", "buffer", "linkage", variable & ":="
                    
416  " where:    start of current line
                    
416  " where:    start of current line
                    
417  if curs =~? '^\s*\%(\<\%(procedure\|generic\|map\|port\)\>.*\)\@<!\w\+\s*\w*\s*:[^=]\@=\s*\%(\%(in\|out\|inout\|buffer\|linkage\)\>\|\w\+\s\+:=\)'
                    
418    return ind2
                    
                
newreply.php?tid=2.html https://gitlab.com/Starbound-Fr/archive | HTML | 326 lines
                    
5<!-- start: headerinclude -->
                    
6<link rel="alternate" type="application/rss+xml" title="Derniers sujets (RSS 2.0)" href="syndication.php" />
                    
7<link rel="alternate" type="application/atom+xml" title="Derniers sujets (Atom 1.0)" href="syndication.php%3Ftype=atom1.0" />
                    
31<link type="text/css" rel="stylesheet" href="cache/themes/theme7/css3.css.html" />
                    
32<link type="text/css" rel="stylesheet" href="cache/themes/theme7/global.css.html" />
                    
33<link type="text/css" rel="stylesheet" href="cache/themes/theme7/dd.css.html" />
                    
34<link type="text/css" rel="stylesheet" href="cache/themes/theme7/profiles.css.html" />
                    
35<link type="text/css" rel="stylesheet" href="cache/themes/theme7/contactdropdown.css.html" />
                    
36<link type="text/css" rel="stylesheet" href="cache/themes/theme7/tipsy.css.html" />
                    
109				<div class="modal" id="quick_login" style="display: none;">
                    
110					<form method="post" action="http://starbound-fr.net/forum/member.php">
                    
111						<input name="action" type="hidden" value="do_login" />
                    
252<tr>
                    
253<td class="trow2" colspan="2"><span class="smalltext float_right" style="padding-top: 3px;"><a href="member.php%3Faction=register.html">S’enregistrer ?</a> | <a href="member.php%3Faction=lostpw.html">Perte du mot de passe ?</a>&nbsp;</span>&nbsp;<input type="submit" class="button" value="Se connecter" tabindex="3" /></td>
                    
254</tr>
                    
                
update.zep.c git://github.com/phalcon/cphalcon.git | C | 541 lines
                    
6#include <php.h>
                    
7#include "../../../php_ext.h"
                    
8#include "../../../ext.h"
                    
32 *
                    
33 * @link    https://github.com/atlasphp/Atlas.Query
                    
34 * @license https://github.com/atlasphp/Atlas.Qyert/blob/1.x/LICENSE.md
                    
51 */
                    
52PHP_METHOD(Phalcon_DataMapper_Query_Update, __construct)
                    
53{
                    
173	ZVAL_UNDEF(&_1);
                    
174#if PHP_VERSION_ID >= 80000
                    
175	bool is_null_true = 1;
                    
411 */
                    
412PHP_METHOD(Phalcon_DataMapper_Query_Update, set)
                    
413{
                    
                
index.php https://gitlab.com/18runt88/jquery-mobile | PHP | 167 lines
                    
6	<title>Rangeslider - jQuery Mobile Demos</title>
                    
7	<link rel="shortcut icon" href="../favicon.ico">
                    
8    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
                    
8    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
                    
9	<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
                    
10	<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
                    
15<body>
                    
16<div data-role="page" class="jqm-demos" data-quicklinks="true">
                    
17
                    
154
                    
155	<?php include( '../jqm-navmenu.php' ); ?>
                    
156
                    
161
                    
162<?php include( '../jqm-search.php' ); ?>
                    
163
                    
                
renderer.php https://gitlab.com/JrLucena/moodle | PHP | 202 lines
                    
66
                    
67            foreach ($attemptbar->attemptlinks as $link) {
                    
68                $output .= "&#160;&#160;$link";
                    
177                } else {
                    
178                    $attemptlink = html_writer::link(
                    
179                        new moodle_url($this->baseurl, array($this->pagevar => $attemptid)), $attemptid);
                    
179                        new moodle_url($this->baseurl, array($this->pagevar => $attemptid)), $attemptid);
                    
180                    $this->attemptlinks[] = $attemptlink;
                    
181                    if (empty($nextattempt) && $prevattempt !== null) {
                    
189            if ($this->attempt != $firstattempt) {
                    
190                $this->previouslink = html_writer::link(
                    
191                    new moodle_url($this->baseurl, array($this->pagevar => $prevattempt)),
                    
195            if ($this->attempt != $lastattempt) {
                    
196                $this->nextlink = html_writer::link(
                    
197                    new moodle_url($this->baseurl, array($this->pagevar => $nextattempt)),
                    
                
filter.php https://gitlab.com/JrLucena/moodle | PHP | 177 lines
                    
1<?php
                    
2
                    
53        }
                    
54        if (in_array($options['originalformat'], explode(',', get_config('filter_urltolink', 'formats')))) {
                    
55            $this->convert_urls_into_links($text);
                    
64    /**
                    
65     * Given some text this function converts any URLs it finds into HTML links
                    
66     *
                    
155            $search = '/<a href="([^"]+\.(jpg|png|gif))" class="_blanktarget">([^>]*)<\/a>/is';
                    
156            $text = preg_replace_callback($search, 'filter_urltolink_img_callback', $text);
                    
157        }
                    
169 */
                    
170function filter_urltolink_img_callback($link) {
                    
171    if ($link[1] !== $link[3]) {
                    
174    }
                    
175    return '<img class="filter_urltolink_image" alt="" src="'.$link[1].'" />';
                    
176}
                    
                
Helper.php https://gitlab.com/blingbang2016/shop | PHP | 212 lines
                    
1<?php
                    
2/**
                    
58     *                                             Expects an object of type
                    
59     *                                             {@link Zend_Translate_Adapter}
                    
60     *                                             or {@link Zend_Translate},
                    
83    /**
                    
84     * Returns ACL or null if it isn't set using {@link setAcl()} or
                    
85     * {@link setDefaultAcl()}
                    
96     *                                             instance of type
                    
97     *                                             {@link Zend_Acl_Role_Interface},
                    
98     *                                             or null. Default is null.
                    
192    /**
                    
193     * Magic overload: Should proxy to {@link render()}.
                    
194     *
                    
206     *                                               container returned by
                    
207     *                                               {@link getContainer()}.
                    
208     * @return string                                helper output
                    
                
index.htm https://gitlab.com/shides-ac/HitOrMiss | HTML | 157 lines
                    
21/*
                    
22The purpose of this demo is to demonstrate how multiple charts on the same page can be linked
                    
23through DOM and Highcharts events and API methods. It takes a standard Highcharts config with a
                    
76    // https://github.com/highcharts/highcharts/blob/master/samples/data/activity.json
                    
77    $.getJSON('https://www.highcharts.com/samples/data/jsonp.php?filename=activity.json&callback=?', function (activity) {
                    
78        $.each(activity.datasets, function (i, dataset) {
                    
                
main.css https://gitlab.com/hemantr/NetBeansProjects | CSS | 272 lines
                    
199   Inlined to avoid the additional HTTP request:
                    
200   http://www.phpied.com/delay-loading-your-print-css/
                    
201   ========================================================================== */
                    
227    /*
                    
228     * Don't show links that are fragment identifiers,
                    
229     * or use the `javascript:` pseudo protocol
                    
                
fi.inc.php git://github.com/modxcms/revolution.git | PHP | 291 lines
                    
1<?php
                    
2/**
                    
7* Array keys refer to the ISO code that is saved in the database
                    
8* @link http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
                    
9*
                    
                
fpdi_pdf_parser.php git://github.com/moodle/moodle.git | PHP | 347 lines
                    
1<?php
                    
2/**
                    
11if (!class_exists('pdf_parser')) {
                    
12    require_once('pdf_parser.php');
                    
13}
                    
196     * @param array $page a /Page dictionary
                    
197     * @param string $boxIndex Type of box {see {@link $availableBoxes})
                    
198     * @param float Scale factor from user space units to points
                    
                
CommentFieldsTest.php git://github.com/drupal/drupal.git | PHP | 236 lines
                    
1<?php
                    
2
                    
92  /**
                    
93   * Tests link building with non-default comment field names.
                    
94   */
                    
94   */
                    
95  public function testCommentFieldLinksNonDefaultName() {
                    
96    $this->drupalCreateContentType(['type' => 'test_node_type']);
                    
127    // We want to check the attached drupalSettings of
                    
128    // \Drupal\comment\CommentLinkBuilder::buildCommentedEntityLinks. Therefore
                    
129    // we need a node listing, let's use views for that.
                    
135
                    
136    $link_info = $this->getDrupalSettings()['comment']['newCommentsLinks']['node']['comment2']['2'];
                    
137    $this->assertIdentical($link_info['new_comment_count'], 1);
                    
137    $this->assertIdentical($link_info['new_comment_count'], 1);
                    
138    $this->assertIdentical($link_info['first_new_comment_link'], $node->url('canonical', ['fragment' => 'new']));
                    
139  }
                    
                
commands.html git://github.com/tinymce/tinymce.git | HTML | 168 lines
                    
15		plugins: [
                    
16			"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
                    
17			"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
                    
23
                    
24		toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons table",
                    
25
                    
68<body>
                    
69<form method="post" action="http://www.tinymce.com/dump.php?example=true">
                    
70	<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%">
                    
94	<button type="button" onclick="cmd('Paste')">Paste</button>
                    
95	<button type="button" onclick="cmd('Unlink')">Unlink</button>
                    
96	<button type="button" onclick="cmd('JustifyLeft')">JustifyLeft</button>
                    
116	<button type="button" onclick="cmd('mceToggleVisualAid')">mceToggleVisualAid</button>
                    
117	<button type="button" onclick="cmd('mceInsertLink', 'url')">mceInsertLink (url)</button>
                    
118	<button type="button" onclick="cmd('selectAll')">selectAll</button>
                    
                
widget-categories.php http://ooxx.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
221			<label for="<?php echo $this->get_field_id( 'use_desc_for_title' ); ?>">
                    
222			<input class="checkbox" type="checkbox" <?php checked( $instance['use_desc_for_title'], true ); ?> id="<?php echo $this->get_field_id( 'use_desc_for_title' ); ?>" name="<?php echo $this->get_field_name( 'use_desc_for_title' ); ?>" /> <?php _e( 'Use description?', $this->textdomain ); ?> <code>use_desc_for_title</code></label>
                    
223		</p>
                    
225			<label for="<?php echo $this->get_field_id( 'show_last_update' ); ?>">
                    
226			<input class="checkbox" type="checkbox" <?php checked( $instance['show_last_update'], true ); ?> id="<?php echo $this->get_field_id( 'show_last_update' ); ?>" name="<?php echo $this->get_field_name( 'show_last_update' ); ?>" /> <?php _e( 'Show last update?', $this->textdomain ); ?> <code>show_last_update</code></label>
                    
227		</p>
                    
229			<label for="<?php echo $this->get_field_id( 'show_count' ); ?>">
                    
230			<input class="checkbox" type="checkbox" <?php checked( $instance['show_count'], true ); ?> id="<?php echo $this->get_field_id( 'show_count' ); ?>" name="<?php echo $this->get_field_name( 'show_count' ); ?>" /> <?php _e( 'Show count?', $this->textdomain ); ?> <code>show_count</code></label>
                    
231		</p>
                    
233			<label for="<?php echo $this->get_field_id( 'hide_empty' ); ?>">
                    
234			<input class="checkbox" type="checkbox" <?php checked( $instance['hide_empty'], true ); ?> id="<?php echo $this->get_field_id( 'hide_empty' ); ?>" name="<?php echo $this->get_field_name( 'hide_empty' ); ?>" /> <?php _e( 'Hide empty?', $this->textdomain ); ?> <code>hide_empty</code></label>
                    
235		</p>
                    
237			<label for="<?php echo $this->get_field_id( 'feed' ); ?>">
                    
238			<input class="checkbox" type="checkbox" <?php checked( $instance['feed'], true ); ?> id="<?php echo $this->get_field_id( 'feed' ); ?>" name="<?php echo $this->get_field_name( 'feed' ); ?>" /> <?php _e( 'Show RSS feed?', $this->textdomain ); ?> <code>feed</code></label>
                    
239		</p>
                    
                
dyhbframe-entry-documents.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 194 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
15     <div id="version">
                    
16	    The DoYouHaoBaby PHP Framework????????<br>
                    
17        Copyright(c) <a href="http://doyouhaobaby.net">DoYouHaoBaby.NET</a>
                    
96		<p>
                    
97			???????<span style="color: #008000"><strong>D:\phpcondition\htdocs\doyouhaobaby</strong></span></p>
                    
98		<p>
                    
102		<p>
                    
103			?????<span style="color: #008000"><strong>D:\phpcondition\htdocs\doyouhaobaby/TestApp/index.php</strong></span></p>
                    
104		<p>
                    
166				<li>
                    
167					<span>???????????????????????????????????</span><span style="color: #008000"><span><strong>index.php</strong></span></span><span>?????????</span><span style="color: #008000"><span><strong>admin.php</strong></span></span><span>??</span></li>
                    
168			</ul>
                    
                
all-index-L.html git://github.com/BlackBulletIV/amfphp-toolbox.git | HTML | 17 lines
                    
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>L </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
                    
2				asdocTitle = 'L Index - AMFPHP Toolbox Docs';
                    
7			scrollToNameAnchor();
                    
8		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AMFPHP Toolbox Docs</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-L.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">L&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
                    
9				<!--
                    
12				-->
                    
13			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="L"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedListNode.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');"><i>LinkedListNode</i></a> &mdash; Interface, package <a href="de/polygonal/ds/package-detail.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">de.polygonal.ds</a></td></tr><tr><td width="20"></td><td>
                    
14	 A marker interface for the linked list nodes.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedQueue.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a> &mdash; class, package <a href="de/polygonal/ds/package-detail.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">de.polygonal.ds</a></td></tr><tr><td width="20"></td><td>
                    
14	 A marker interface for the linked list nodes.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedQueue.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a> &mdash; class, package <a href="de/polygonal/ds/package-detail.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">de.polygonal.ds</a></td></tr><tr><td width="20"></td><td>
                    
15	 A queue based on a linked list.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/LinkedQueue.html#LinkedQueue()" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a>(list:<a href="de/polygonal/ds/SLinkedList.html" onclick="javascript:loadClassListFrame('de/polygonal/ds./class-list.html');">de.polygonal.ds:SLinkedList</a>) &mdash; Constructor, class de.polygonal.ds.<a href="de/polygonal/ds/LinkedQueue.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">LinkedQueue</a></td></tr><tr><td width="20"></td><td>
                    
16		 Initializes a new queue.</td></tr><tr><td class="idxrow" colspan="2"><a href="de/polygonal/ds/SListIterator.html#list" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">list</a> &mdash; Property, class de.polygonal.ds.<a href="de/polygonal/ds/SListIterator.html" onclick="javascript:loadClassListFrame('de/polygonal/ds/class-list.html');">SListIterator</a></td></tr><tr><td width="20"></td><td>
                    
                
menusetup.html git://pkgs.fedoraproject.org/skychart | HTML | 208 lines
                    
11<meta name="keywords" content="uk,documentation,menusetup" />
                    
12<link rel="search" type="application/opensearchdescription+xml" href="http://ap-i.net/static/skychart/lib/exe/opensearch.php" title="Skychart" />
                    
13<link rel="start" href="http://ap-i.net/static/skychart/" />
                    
14<link rel="contents" href="http://ap-i.net/static/skychart/uk/documentation/menusetup?do=index" title="Index" />
                    
15<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://ap-i.net/static/skychart/feed.php" />
                    
16<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://ap-i.net/static/skychart/feed.php?mode=list&amp;ns=uk:documentation" />
                    
16<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://ap-i.net/static/skychart/feed.php?mode=list&amp;ns=uk:documentation" />
                    
17<link rel="alternate" type="text/html" title="Plain HTML" href="http://ap-i.net/static/skychart/_export/xhtml/uk/documentation/menusetup" />
                    
18<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://ap-i.net/static/skychart/_export/raw/uk/documentation/menusetup" />
                    
19<link rel="canonical" href="menusetup.html" />
                    
20<link rel="stylesheet" media="all" type="text/css" href="../../lib/exe/css.php@s=all&amp;t=skychart&amp;tseed=1264943874.css" />
                    
21<link rel="stylesheet" media="screen" type="text/css" href="../../lib/exe/css.php@t=skychart&amp;tseed=1264943874.css" />
                    
21<link rel="stylesheet" media="screen" type="text/css" href="../../lib/exe/css.php@t=skychart&amp;tseed=1264943874.css" />
                    
22<link rel="stylesheet" media="print" type="text/css" href="../../lib/exe/css.php@s=print&amp;t=skychart&amp;tseed=1264943874.css" />
                    
23</head>
                    
                
user_settings.php https://gitlab.com/alexprowars/bitrix | PHP | 302 lines
                    
63			"autosave" => ($_REQUEST["autosave"] == "Y"? "Y":"N"),
                    
64			"start_menu_links" => intval($_REQUEST["start_menu_links"]),
                    
65			"start_menu_preload" => ($_REQUEST["start_menu_preload"] == "Y"? "Y":"N"),
                    
107		"autosave"=>$_REQUEST["autosave"],
                    
108		"start_menu_links"=>$_REQUEST["start_menu_links"],
                    
109		"start_menu_preload"=>$_REQUEST["start_menu_preload"],
                    
127	if($aUserOpt["autosave"] == "") $aUserOpt["autosave"] = "Y";
                    
128	if($aUserOpt["start_menu_links"] == "") $aUserOpt["start_menu_links"] = "5";
                    
129	if($aUserOpt["start_menu_preload"] == "") $aUserOpt["start_menu_preload"] = "N";
                    
201	<tr>
                    
202		<td><?echo GetMessage("user_sett_start_links")?></td>
                    
203		<td>
                    
204			<input type="text" name="start_menu_links" value="<?echo htmlspecialcharsbx($aUserOpt["start_menu_links"])?>" size="10">
                    
205			<a href="javascript:if(confirm('<?echo CUtil::addslashes(GetMessage("user_sett_del_links_conf"))?>'))window.location='user_settings.php?action=clear_links&lang=<?echo LANG?>&<?echo bitrix_sessid_get()?>';"><?echo GetMessage("user_sett_del_links")?></a>
                    
206		</td>
                    
                
block.php https://gitlab.com/alexprowars/bitrix | PHP | 369 lines
                    
1<?php
                    
2if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
                    
29<section class="landing-block g-pt-20 g-pb-20">
                    
30	<?php if ($classBlock->get('EDIT_MODE') || $showElementSection): ?>
                    
31		<div class="landing-component">
                    
31		<div class="landing-component">
                    
32			<?php $APPLICATION->IncludeComponent(
                    
33				'bitrix:catalog.section',
                    
121					'USE_MAIN_ELEMENT_SECTION' => 'N',
                    
122					'PAGER_BASE_LINK_ENABLE' => 'N',
                    
123					'SHOW_404' => 'N',
                    
124					'MESSAGE_404' => '',
                    
125					'PAGER_BASE_LINK' => '',
                    
126					'PAGER_PARAMS_NAME' => 'arrPager',
                    
195		</div>
                    
196	<?php endif; ?>
                    
197	<?php if (!$classBlock->get('EDIT_MODE')): ?>
                    
                
themes.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 318 lines
                    
58
                    
59	$page_links = paginate_links( array(
                    
60		'base' => add_query_arg( 'pagenum', '%#%' ) . '#themenav',
                    
77		<td width="40%" valign="top" align="right" style="padding: 15px 15px 0px 0px">
                    
78			<p><a href="http://ready.mobi/results.jsp?uri=<?php echo bloginfo('url'); ?>&ref=websitez-com-wp-mobile-detector" target="_blank" title="<?php _e('Check the mobile readiness of this website.') ?>"><img src="<?php echo plugin_dir_url(__FILE__).'images/check-mobile-readiness.jpg'?>" border="0" alt="<?php _e('Check the mobile readiness of this website.') ?>"></a></p>
                    
79		</td>
                    
190	$thickbox_class = 'thickbox thickbox-preview';
                    
191	$activate_link = wp_nonce_url("admin.php?page=websitez_themes&action=activate&amp;template=".urlencode($template)."&amp;stylesheet=".urlencode($stylesheet), 'switch-theme_' . $template);
                    
192	$activate_text = esc_attr( sprintf( __('Activate &#8220;%s&#8221;'), $title ) );
                    
199?>
                    
200		<a href="<?php echo $preview_link; ?>" class="<?php echo $thickbox_class; ?> screenshot">
                    
201<?php if ( $screenshot ) : ?>
                    
208<p class="description"><?php echo $description; ?></p>
                    
209<span class='action-links'><?php echo $actions ?></span>
                    
210	<?php if ( current_user_can('edit_themes') && $parent_theme ) {
                    
                
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'.
                    
                
Abstract.php https://gitlab.com/blingbang2016/shop | PHP | 309 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Abstract.php 22824 2010-08-09 18:59:54Z renanbr $
                    
21 */
                    
124             */
                    
125            #require_once 'Zend/Service/Ebay/Exception.php';
                    
126            throw new Zend_Service_Ebay_Exception('Invalid options provided.');
                    
187     * @param  Zend_Config|array $options
                    
188     * @link   http://developer.ebay.com/DevZone/finding/Concepts/MakingACall.html#nvsyntax
                    
189     * @return array A simple array of strings
                    
244    /**
                    
245     * Translate native PHP values format to ebay format for request.
                    
246     *
                    
267    /**
                    
268     * Translate an ebay value format to native PHP type.
                    
269     *
                    
                
Simple.php https://gitlab.com/blingbang2016/shop | PHP | 283 lines
                    
1<?php
                    
2/**
                    
24/** Internally used classes */
                    
25#require_once 'Zend/Pdf/Element/Name.php';
                    
26
                    
28/** Zend_Pdf_Resource_Font */
                    
29#require_once 'Zend/Pdf/Resource/Font.php';
                    
30
                    
54 * Font objects should be normally be obtained from the factory methods
                    
55 * {@link Zend_Pdf_Font::fontWithName} and {@link Zend_Pdf_Font::fontWithPath}.
                    
56 *
                    
128     *
                    
129     * See also {@link glyphNumberForCharacter()}.
                    
130     *
                    
144     *
                    
145     * See also {@link glyphNumbersForCharacters()} which is optimized for bulk
                    
146     * operations.
                    
                
classes.html git://pkgs.fedoraproject.org/xqilla | HTML | 44 lines
                    
3<title>XQilla DOM3 API Documentation</title>
                    
4<link href="doxygen.css" rel="stylesheet" type="text/css">
                    
5<link href="tabs.css" rel="stylesheet" type="text/css">
                    
6</head><body>
                    
7<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
                    
8<!-- Generated by Doxygen 1.6.1 -->
                    
                
autoloader.php https://gitlab.com/JrLucena/moodle | PHP | 203 lines
                    
28 *
                    
29 * Please notice that phpunit testcases obey frankenstyle naming rules,
                    
30 * that is full component prefix + _testcase postfix. The files are expected
                    
36 * vendor/bin/phpunit core_component_testcase
                    
37 * vendor/bin/phpunit lib/tests/component_test.php
                    
38 * vendor/bin/phpunit core_component_testcase lib/tests/component_test.php
                    
44 */
                    
45class phpunit_autoloader implements PHPUnit_Runner_TestSuiteLoader {
                    
46    public function load($suiteClassName, $suiteClassFile = '') {
                    
56            }
                    
57            if (strpos($suiteClassName, '\\') !== false and strpos($suiteClassFile, $suiteClassName.'.php') !== false) {
                    
58                // This must be backslashed windows path.
                    
74
                    
75            throw new PHPUnit_Framework_Exception(
                    
76                sprintf("Class '%s' could not be found in '%s'.", $suiteClassName, $suiteClassFile)
                    
                
index.php https://gitlab.com/albert925/biciletastore | PHP | 276 lines
                    
64			</a>
                    
65			<?php
                    
66				}
                    
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
                    
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
                    
                
config.php http://wowroster-addons.googlecode.com/svn/trunk/ | PHP | 324 lines
                    
1<?php
                    
2/******************************
                    
14 *
                    
15 * $Id: config.php 105 2007-02-25 13:18:55Z PleegWat $
                    
16 *
                    
65	 *
                    
66	 * @return string $menu | HTML code for menu/linklist.
                    
67	 *          Note: Does not produce the <ul></ul> tags for the list, so you can add your own extra links at the end.
                    
                
mac-install.html git://pkgs.fedoraproject.org/fontforge | HTML | 258 lines
                    
6  <TITLE>FontForge install procedures for macintosh</TITLE>
                    
7  <LINK REL="icon" href="ffanvil16.png">
                    
8  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
                    
127  needs and placed it on
                    
128  <A href="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=302003&amp;release_id=645772">sourceforge</A>.
                    
129  <H5>
                    
185  I used to post mac install packages on
                    
186  <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">sourceforge's
                    
187  file release system</A>. The old ones are still there <STRONG>but they are
                    
200      If you follow the
                    
201      <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">link
                    
202      above </A>you will end up on a page showing many releases of FontForge for
                    
                
functions.php http://collectgame.googlecode.com/svn/trunk/ | PHP | 429 lines
                    
1<?php
                    
2/**
                    
18		$temp['post_title'] = $commend->post_title;
                    
19		$temp['post_link'] = get_post_permalink($commend->ID);
                    
20		$cat = get_the_category($commend->ID);
                    
36		$temp['post_title'] = $commend->post_title;
                    
37		$temp['post_link'] = get_post_permalink($commend->ID);
                    
38		$cat = get_the_category($commend->ID);
                    
415      		<li><img src="<?php bloginfo('template_url');?>/images/pingltx.jpg" width="57" height="57" alt="?????" title="?????" /></li>
                    
416     		<li class="pl_name"><?php echo get_comment_author_link();?></li>
                    
417     	</ul>
                    
419    	<ul class="pl_cont">
                    
420          	<li class="pl_time">???:<?php echo get_comment_date() ;echo get_comment_time(); ?></li>
                    
421         	<li class="pl_main"><?php comment_text();?></li>
                    
422       	</ul>
                    
423      	<span class="louceng"><?php echo $GLOBALS['comments_indexs'];?>F</span>
                    
424    </div>
                    
                
logs.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2
                    
12/* 
                    
13 * Eg: $id = nv_insert_logs('lang','module name','name key','note',1, 'link acess');
                    
14 */
                    
24$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM `" . $db_config['prefix'] . "_logs` WHERE `id`!=0";
                    
25$base_url = NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op;
                    
26
                    
42		nv_insert_logs( NV_LANG_DATA, $module_name, sprintf ( $lang_module['filter_check_log'], $op ), $admin_info['username'] . " - " . $admin_info['userid'], 0 );
                    
43		Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
44		exit();
                    
262$my_head .= "<script type=\"text/javascript\" src=\"" . NV_BASE_SITEURL . "js/shadowbox/shadowbox.js\"></script>\n";
                    
263$my_head .= "<link rel=\"stylesheet\" type=\"text/css\" href=\"" . NV_BASE_SITEURL . "js/shadowbox/shadowbox.css\" />\n";
                    
264$my_head .= "<script type=\"text/javascript\">\n";
                    
278$xtpl->assign( 'URL_DEL', $base_url . "&" . NV_OP_VARIABLE . "=logs_del" );
                    
279$xtpl->assign( 'URL_CANCEL', NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
280$xtpl->assign( 'DISABLE', $disabled );
                    
                
mysql_common.h git://github.com/facebook/hiphop-php.git | C Header | 478 lines
                    
403
                    
404req::ptr<MySQLResult> php_mysql_extract_result(const Resource& result);
                    
405req::ptr<MySQLResult> php_mysql_extract_result(const Variant& result);
                    
415Variant php_mysql_field_info(const Resource& result, int field, int entry_type);
                    
416Variant php_mysql_do_connect_on_link(
                    
417    std::shared_ptr<MySQL> mySQL,
                    
458    const Variant& link_id);
                    
459Variant php_mysql_get_result(const Variant& link_id, bool use_store);
                    
460Variant php_mysql_do_query_and_get_result(
                    
464
                    
465#define PHP_MYSQL_ASSOC  1 << 0
                    
466#define PHP_MYSQL_NUM    1 << 1
                    
466#define PHP_MYSQL_NUM    1 << 1
                    
467#define PHP_MYSQL_BOTH   (PHP_MYSQL_ASSOC|PHP_MYSQL_NUM)
                    
468
                    
                
shortcode.php https://gitlab.com/rio.munas/gddc | PHP | 257 lines
                    
1<?php
                    
2/**
                    
10
                    
11include_once('functions.php');
                    
12// Create Shortcode Category Slider
                    
58		
                    
59		$linkable = (empty($args['linkable'])) ? 'on' : $args['linkable'];
                    
60		if($linkable != 'off'): $linkable = 'on'; endif;
                    
69		if (!class_exists('Mobile_Detect')):
                    
70			require_once('mobile-detect.php');
                    
71		endif;
                    
127												<span id="image_size" alt="'.$image_size.'"></span>
                    
128												<span id="linkable" alt="'.$linkable.'"></span>
                    
129												<span id="b_device" alt="'.$_b_device_.'"></span>
                    
244		?>
                    
245			<?php $html .= b_show_posts_by_style($style, $columns, $plugin_id, $image_size, $linkable, $_b_device_);?>
                    
246		<?php
                    
                
SluggableBehavior.php git://github.com/infinitas/infinitas.git | PHP | 342 lines
                    
1<?php
                    
2	/**
                    
6	 * @author Mariano Iglesias
                    
7	 * @link http://cake-syrup.sourceforge.net/ingredients/sluggable-behavior/
                    
8	 * @version $Revision: 36 $
                    
8	 * @version $Revision: 36 $
                    
9	 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
                    
10	 * @package Infinitas.Libs.Model.Behavior
                    
                
MinimizeToTrayMenu.htm http://autohotkey-chinese.googlecode.com/svn/trunk/ | HTML | 267 lines
                    
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                    
7<link rel="alternate" type="application/rss+xml" title="AutoHotkey Forum RSS" href="/forum/rss.php">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
9<link href="/docs/css/print.css" rel="stylesheet" type="text/css" media="print">
                    
10</head>
                    
                
PHPExcel_Writer_Excel2007_ContentTypes.html https://PHPExcel.svn.codeplex.com/svn | HTML | 386 lines
                    
38      	  <div class="package">
                    
39			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_ContentTypes_php.html">		ContentTypes.php
                    
40		</a><br>
                    
40		</a><br>
                    
41			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_DocProps_php.html">		DocProps.php
                    
42		</a><br>
                    
42		</a><br>
                    
43			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_Drawing_php.html">		Drawing.php
                    
44		</a><br>
                    
54		</a><br>
                    
55			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_Worksheet_php.html">		Worksheet.php
                    
56		</a><br>
                    
56		</a><br>
                    
57			<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_WriterPart_php.html">		WriterPart.php
                    
58		</a><br>
                    
                
UrlTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 427 lines
                    
66     * @magentoConfigFixture current_store web/secure/base_url http://sample.com/base_path/
                    
67     * @magentoConfigFixture current_store web/unsecure/base_link_url http://sample.com/base_link_path/
                    
68     * @magentoConfigFixture current_store web/secure/base_link_url https://sample.com/base_link_path/
                    
87         */
                    
88        $this->assertEquals('http://localhost/index.php/', $this->_model->getBaseUrl(), 'Incorrect link url');
                    
89
                    
94        $this->assertEquals('http://localhost/', $webUrl, 'Incorrect web url');
                    
95        $this->assertEquals('http://localhost/index.php/', $this->_model->getBaseUrl(), 'Incorrect link url');
                    
96
                    
101        $this->assertEquals('http://localhost/pub/media/', $mediaUrl, 'Incorrect media url');
                    
102        $this->assertEquals('http://localhost/index.php/', $this->_model->getBaseUrl(), 'Incorrect link url');
                    
103    }
                    
110                ['_type' => \Magento\Framework\UrlInterface::URL_TYPE_LINK],
                    
111                'http://sample.com/base_link_path/index.php/'
                    
112            ],
                    
                
Form.php https://gitlab.com/abdulhamid909/backupbantuapasaja | PHP | 475 lines
                    
1<?php
                    
2
                    
21 */
                    
22class Form extends Link implements \ArrayAccess
                    
23{
                    
43     * @param string      $currentUri The URI of the page where the form is embedded
                    
44     * @param string      $method     The method to use for the link (if null, it defaults to the method defined by the form)
                    
45     * @param string      $baseHref   The URI of the <base> used for relative links, but not for empty action
                    
132    /**
                    
133     * Gets the field values as PHP.
                    
134     *
                    
135     * This method converts fields with the array notation
                    
136     * (like foo[bar] to arrays) like PHP does.
                    
137     *
                    
139     */
                    
140    public function getPhpValues()
                    
141    {
                    
                
gviewer.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 399 lines
                    
49$pUrl = plugins_url(plugin_basename(dirname(__FILE__)));
                    
50$support_link = '<a href="options-general.php?page=gviewer.php&debug=1">'.__('Support', 'gde').'</a>';
                    
51
                    
241			}
                    
242			$linkcode .= "<p class=\"gde-text\"><a href=\"$dlFile\" target=\"$target\" class=\"gde-link\"".$gaLink.$nofollow.">$txt</a></p>";
                    
243		}
                    
301function gde_actlinks($links) { 
                    
302	$settings_link = '<a href="options-general.php?page=gviewer.php">'.__('Settings', 'gde').'</a>'; 
                    
303	array_unshift($links, $settings_link); 
                    
309	if ($file == $plugin) {
                    
310		$links[] = $support_link;
                    
311	}
                    
313}
                    
314add_filter("plugin_action_links_$plugin", 'gde_actlinks');
                    
315add_filter("plugin_row_meta", 'gde_metalinks', 10, 2);
                    
                
_column_bar_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 144 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/bin/easy/element/ColumnBar.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
7<link href="doxygen.css" rel="stylesheet" type="text/css"/>
                    
8</head>
                    
27  <div class="headertitle">
                    
28<h1>E:/E/GEAMP/www/openbiz/openbiz/bin/easy/element/ColumnBar.php</h1>  </div>
                    
29</div>
                    
30<div class="contents">
                    
31<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php 
                    
32<a name="l00002"></a>00002 include_once(<span class="stringliteral">&quot;ColumnText.php&quot;</span>);
                    
                
blocklayered.tpl https://gitlab.com/elasa/shop2.elasa.ir | Smarty Template | 240 lines
                    
8* It is also available through the world-wide-web at this URL:
                    
9* http://opensource.org/licenses/afl-3.0.php
                    
10* If you did not receive a copy of the license and are unable to
                    
21*  @copyright  2007-2015 PrestaShop SA
                    
22*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
                    
23*  International Registred Trademark & Property of PrestaShop SA
                    
99												{else}
                    
100												<a href="{$value.link}"{if $value.rel|trim != ''} data-rel="{$value.rel}"{/if}>{$value.name|escape:'html':'UTF-8'}{if $layered_show_qties}<span> ({$value.nbr})</span>{/if}</a>
                    
101												{/if}
                    
120												{else}
                    
121													<a href="{$value.link}"{if $value.rel|trim != ''} data-rel="{$value.rel}"{/if}>{$value.name|escape:'html':'UTF-8'}{if $layered_show_qties}<span> ({$value.nbr})</span>{/if}</a>
                    
122												{/if}
                    
                
 

Source

Language