PageRenderTime 9164ms queryTime 484ms sortTime 517ms getByIdsTime 70ms findMatchingLines 777ms

100+ results results for 'php link repo:julianelve/vendor-wordpress' (9164 ms)

Not the results you expected?
wp-cache-f091d5ab40590bc01ee8ea7afc5372b1.html https://gitlab.com/endomorphosis/reservationtelco | HTML | 371 lines
                    
12	
                    
13	<link rel="stylesheet" href="http://localhost:8888/reservation-telephone-company/wp-content/themes/reservation-telephone-company/style.css" type="text/css" media="screen" />
                    
14	
                    
19<link rel='stylesheet' id='gs-basic-functions-css'  href='http://localhost:8888/reservation-telephone-company/wp-content/plugins/gs-basic-functions/gs-basic-functions.css?ver=3.0-RC1-15112' type='text/css' media='all' />
                    
20<link rel='stylesheet' id='gs-news-flash-css'  href='http://localhost:8888/reservation-telephone-company/wp-content/plugins/gs-news-flash/css/gs-news-flash.css?ver=3.0-RC1-15112' type='text/css' media='all' />
                    
21<link rel='stylesheet' id='gs-pop-window-css'  href='http://localhost:8888/reservation-telephone-company/wp-content/plugins/gs-pop-window/css/gs-pop-window.css?ver=3.0-RC1-15112' type='text/css' media='all' />
                    
22<link rel='stylesheet' id='gs-presentation-css'  href='http://localhost:8888/reservation-telephone-company/wp-content/plugins/gs-presentation/css/gs-presentation.css?ver=3.0-RC1-15112' type='text/css' media='all' />
                    
23<link rel='stylesheet' id='contact-form-7-css'  href='http://localhost:8888/reservation-telephone-company/wp-content/plugins/contact-form-7/styles.css?ver=2.2.1' type='text/css' media='all' />
                    
24<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>
                    
29<script type='text/javascript' src='http://localhost:8888/reservation-telephone-company/wp-content/plugins/gs-presentation/js/gs-presentation.js?ver=3.0-RC1-15112'></script>
                    
30<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost:8888/reservation-telephone-company/xmlrpc.php?rsd" />
                    
31<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost:8888/reservation-telephone-company/wp-includes/wlwmanifest.xml" /> 
                    
33<link rel='prev' title='Services' href='http://localhost:8888/reservation-telephone-company/services-2-2/' />
                    
34<link rel='next' title='Links' href='http://localhost:8888/reservation-telephone-company/links/' />
                    
35<meta name="generator" content="WordPress 3.0-RC1-15112" />
                    
                
string.rst https://gitlab.com/albertkeba/docs | ReStructuredText | 300 lines
                    
50
                    
51        $data = "cakephp 'great framework' php";
                    
52        $result = String::tokenize($data, ' ', "'", "'");
                    
53        // result contains
                    
54        array('cakephp', "'great framework'", 'php');
                    
55
                    
63
                    
64.. php:staticmethod:: cleanInsert($string, $options = array())
                    
65
                    
103
                    
104.. php:method:: highlight(string $haystack, string $needle, array $options = array() )
                    
105
                    
141
                    
142.. php:method:: stripLinks($text)
                    
143
                    
                
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 */
                    
                
joomleague.php https://gitlab.com/julienv/joomleague | PHP | 431 lines
                    
1<?php
                    
2class JoomleagueConnector extends JLCalendar{
                    
181			{
                    
182				$linkit = 1;
                    
183				$newrows[$key]['name'] = '<img src="'.JUri::root(true).'/'.$row->picture.'" alt="Picture" style="height:40px; vertical-align:middle;margin:0 5px;" />';
                    
193			// new insert for link to player profile
                    
194			//$newrows[$key]['link'] = 'index.php?option=com_joomleague&view=player&p='.$row->project_id.'&pid='.$row->id;
                    
195			$newrows[$key]['link'] = JoomleagueHelperRoute::getPlayerRoute( $row->project_id, $row->teamid, $row->id);
                    
225
                    
226			// insert matchdetaillinks
                    
227			$newrows[$key]['link'] = JoomleagueHelperRoute::getNextMatchRoute( $row->project_id, $row->matchcode);
                    
                
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;
                    
                
wpsc-swfupload-handlers.js https://gitlab.com/endomorphosis/reservationtelco | JavaScript | 348 lines
                    
43	else {
                    
44		jQuery('#media-item-' + fileObj.id).load('async-upload.php', {attachment_id:serverData, fetch:f}, function(){prepareMediaItemInit(fileObj);updateMediaForm()});
                    
45	}
                    
55
                    
56	// Also bind toggle to the links
                    
57	jQuery('#media-item-' + fileObj.id + ' a.toggle').bind('click', function(){jQuery(this).siblings('.slidetoggle').slideToggle(150, function(){var o=jQuery(this).offset();window.scrollTo(0,o.top-36);});jQuery(this).parent().eq(0).children('.toggle').toggle();jQuery(this).siblings('a.toggle').focus();return false;});
                    
61		// Tell the server to delete it. TODO: handle exceptions
                    
62		jQuery.ajax({url:'admin-ajax.php',type:'post',success:deleteSuccess,error:deleteError,id:fileObj.id,data:{
                    
63			id : this.id.replace(/[^0-9]/g,''),
                    
150		output_html += "	<div id='gallery_image_"+image_id+"' class='previewimage'>\n";
                    
151		output_html += "		<a class='thickbox' rel='product_extra_image_"+image_id+"' href='admin.php?wpsc_admin_action=crop_image&amp;imagename="+image_src+"&amp;imgheight=480&amp;imgwidth=600&amp;product_id=103&amp;width=640&amp;height=342' id='extra_preview_link_"+image_id+"'>\n";
                    
152		output_html += "		<img title='Preview' alt='Preview' src='"+WPSC_IMAGE_URL+image_src+"' class='previewimage'/>\n";
                    
195			postVars = "product_id="+product_id+"&order="+order;
                    
196			jQuery.post( 'index.php?wpsc_admin_action=rearrange_images', postVars, function(returned_data) {
                    
197					eval(returned_data);
                    
                
pageTranslations.php https://gitlab.com/macitsimsek/fastsubtitle | PHP | 217 lines
                    
1<?php
                    
2
                    
36    'agree_to_terms'        => 'I Agree to Terms',
                    
37    'forgot_email_message'  => 'Please Enter Your Sign Up E-mail. Reset Link Will Sent Your E-mail.',
                    
38    'email_address'         => 'E-mail Adress',
                    
87    'get_new_trailer'       => 'Get New Trailer',
                    
88    'new_picture_link'      => 'New Picture Link',
                    
89    'enter_a_new_picture_link'       => 'Enter a New Picture Link',
                    
89    'enter_a_new_picture_link'       => 'Enter a New Picture Link',
                    
90    'new_trailer_link'      => 'New Trailer Link',
                    
91    'enter_a_new_trailer_link'       => 'Enter a New Trailer Link',
                    
128    'most_requested_subtitles'        => 'Most Requested Subtitles',
                    
129    'click_for_link'        => 'Click For Link',
                    
130    'enter_to_fast_subtitle_com'  => 'Enter to FastSubtitle.com',
                    
                
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.
                    
                
projectteam.php https://gitlab.com/julienv/joomleague | PHP | 394 lines
                    
97	    }	
                    
98	    $link = 'index.php?option=com_joomleague&view=projectteams&task=projectteam.display';
                    
99	  	$this->setRedirect($link, $msg);  
                    
174
                    
175		$link = 'index.php?option=com_joomleague&view=projectteams&task=projectteam.display';
                    
176		$this->setRedirect($link, $msg);
                    
249		{
                    
250			$link = 'index.php?option=com_joomleague&view=projectteams&task=projectteam.display';
                    
251		}
                    
253		{
                    
254			$link = 'index.php?option=com_joomleague&task=projectteam.edit&cid[]=' . $post['id'];
                    
255		}
                    
285
                    
286		$link = 'index.php?option=com_joomleague&view=projectteams&task=projectteam.display';
                    
287		$this->setRedirect($link, $msg);
                    
                
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     */
                    
                
po.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 363 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * @version $Id: po.php 406 2010-02-07 11:10:24Z nbachiyski $
                    
6 * @package pomo
                    
9
                    
10require_once dirname(__FILE__) . '/translations.php';
                    
11
                    
63	/**
                    
64	 * Same as {@link export}, but writes the result to a file
                    
65	 *
                    
149	function prepend_each_line($string, $with) {
                    
150		$php_with = var_export($with, true);
                    
151		$lines = explode("\n", $string);
                    
153		if ("\n" == substr($string, -1)) unset($lines[count($lines) - 1]);
                    
154		$res = implode("\n", array_map(create_function('$x', "return $php_with.\$x;"), $lines));
                    
155		// give back the empty line, we ignored above
                    
                
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 */
                    
                
2012-01-202.html https://gitlab.com/bernagg/TI | HTML | 359 lines
                    
44			<tr><td width="100%"></td><td>
                    
45			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FYoutubeMP3tv%2F220993711269458&amp;width=270&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=false&amp;height=62&amp;layout=button_count" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:270px; height:21px;" allowTransparency="true"></iframe>
                    
46			<!-- <iframe src="http://www.facebook.com/plugins/like.php?app_id=147297765356025&amp;href=http%3A%2F%2Fyoutubemp3.tv%2F&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe> -->
                    
244		<div class="title">
                    
245			New to <a href="#" class="link_mp3">YouTube<span>MP3</span></a>
                    
246		</div>
                    
247		<p>
                    
248			<h1 style="font-size:12px"><a href="http://www.youtubemp3.tv/" class="link_mp3">YouTube<span>MP3</span></a> is advanced youtube to mp3 converter which allows you to convert and download YouTube videos free of charge.
                    
249			For example you can use <a href="http://www.youtubemp3.tv/" class="link_mp3">YouTube<span>MP3</span></a> to convert your favorite YouTube videos to mp3 files!</h1>
                    
254		<div class="title">
                    
255			<a href="#" class="link_mp3">YouTube<span>MP3</span></a> Browser Extensions
                    
256		</div>
                    
346		<!--<li><a href="http://youtubemp3.tv/checkfiles.html">Link Checker</a> <span>|</span></li>-->
                    
347		<!--<li><a href="http://youtubemp3.tv/links.html">Links</a> <span>|</span></li>-->
                    
348		<li><a href="http://youtubemp3.tv/contact.html">Contact Us</a> <span>|</span></li>
                    
                
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"),
                    
                
2012-69-009.html https://gitlab.com/bernagg/TI | HTML | 326 lines
                    
5<title>what are the best social bookmarking sites for use with SEO for a technology company?   </title>
                    
6<link rel="stylesheet" href="http://www.firedmind.com/wp-content/themes/5/style.css" type="text/css" media="screen" />
                    
7<link rel="alternate" type="application/rss+xml" title="Firedmind &#8211; Your Free Blog RSS Feed" href="http://www.firedmind.com/feed/" />
                    
7<link rel="alternate" type="application/rss+xml" title="Firedmind &#8211; Your Free Blog RSS Feed" href="http://www.firedmind.com/feed/" />
                    
8<link rel="pingback" href="http://www.firedmind.com/xmlrpc.php" />
                    
9<link rel="alternate" type="application/rss+xml" title="Firedmind - Your Free Blog &raquo; what are the best social bookmarking sites for use with SEO for a technology company? Comments Feed" href="http://www.firedmind.com/what-are-the-best-social-bookmarking-sites-for-use-with-seo-for-a-technology-company/feed/" />
                    
9<link rel="alternate" type="application/rss+xml" title="Firedmind - Your Free Blog &raquo; what are the best social bookmarking sites for use with SEO for a technology company? Comments Feed" href="http://www.firedmind.com/what-are-the-best-social-bookmarking-sites-for-use-with-seo-for-a-technology-company/feed/" />
                    
10<link rel='index' title='Firedmind &#8211; Your Free Blog' href='http://www.firedmind.com/' />
                    
11<link rel='start' title='blogging?' href='http://www.firedmind.com/blogging/' />
                    
11<link rel='start' title='blogging?' href='http://www.firedmind.com/blogging/' />
                    
12<link rel='prev' title='How can I earn money by joining bloggers groups, or by simply blogging ?' href='http://www.firedmind.com/how-can-i-earn-money-by-joining-bloggers-groups-or-by-simply-blogging/' />
                    
13<link rel='next' title='Has anyboby got some general blogging tips for me? Is it really possible to make money blogging online?' href='http://www.firedmind.com/has-anyboby-got-some-general-blogging-tips-for-me-is-it-really-possible-to-make-money-blogging-online/' />
                    
14<link rel='canonical' href='http://www.firedmind.com/what-are-the-best-social-bookmarking-sites-for-use-with-seo-for-a-technology-company/' />
                    
15<link rel='shortlink' href='http://www.firedmind.com/?p=487' />
                    
16
                    
                
edit.php https://gitlab.com/Gashler/dp | PHP | 300 lines
                    
1<?php
                    
2/**
                    
9/** WordPress Administration Bootstrap */
                    
10require_once( './admin.php' );
                    
11
                    
29	if ( ! empty( $_REQUEST[ $_redirect ] ) ) {
                    
30		wp_redirect( admin_url( 'edit-comments.php?p=' . absint( $_REQUEST[ $_redirect ] ) ) );
                    
31		exit;
                    
36if ( 'post' != $post_type ) {
                    
37	$parent_file = "edit.php?post_type=$post_type";
                    
38	$submenu_file = "edit.php?post_type=$post_type";
                    
38	$submenu_file = "edit.php?post_type=$post_type";
                    
39	$post_new_file = "post-new.php?post_type=$post_type";
                    
40} else {
                    
40} else {
                    
41	$parent_file = 'edit.php';
                    
42	$submenu_file = 'edit.php';
                    
                
user-deletions.inc.php https://gitlab.com/Gashler/dp | PHP | 225 lines
                    
1<?php
                    
2/**
                    
5* Copyright: © 2009-2011
                    
6* {@link http://www.websharks-inc.com/ WebSharks, Inc.}
                    
7* (coded in the USA)
                    
11* along with this software. In the main directory, see: /licensing/
                    
12* If not, see: {@link http://www.gnu.org/licenses/}.
                    
13*
                    
54							{
                    
55								if (($s2says || (is_blog_admin () && $pagenow === "users.php")) && ($processed[$user_id] = true))
                    
56									// Do NOT react on this globally. There are many routines that remove Users for different/minor reasons.
                    
                
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/queue-manager | 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        }
                    
                
jquery.html https://gitlab.com/ripontopu/CodeHunterCMS | HTML | 103 lines
                    
12	<script src="../../adapters/jquery.js"></script>
                    
13	<link href="sample.css" rel="stylesheet">
                    
14	<style>
                    
44	</div>
                    
45	<form action="sample_posteddata.php" method="post">
                    
46		<div class="description">
                    
                
index.php https://gitlab.com/phpcodeinfected/owncms | PHP | 154 lines
                    
16        <!-- Bootstrap Core CSS -->
                    
17        <link href="css/bootstrap.min.css" rel="stylesheet">
                    
18
                    
19        <!-- Custom CSS -->
                    
20        <link href="css/sb-admin.css" rel="stylesheet">
                    
21
                    
22        <!-- Morris Charts CSS -->
                    
23        <link href="css/plugins/morris.css" rel="stylesheet">
                    
24
                    
25        <!-- Custom Fonts -->
                    
26        <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
                    
27
                    
50                    </button>
                    
51                    <a class="navbar-brand" href="index.php.html">CodeInfected</a>
                    
52                </div>
                    
                
tlib.vim https://gitlab.com/jeichert/vimrc | Vim Script | 219 lines
                    
1" tLib.vim
                    
2" @Author:      Thomas Link (mailto:micathom AT gmail com?subject=vim-tLib)
                    
3" @Website:     http://www.vim.org/account/profile.php?user_id=4037
                    
                
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.
                    
                
options-permalink.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 285 lines
                    
180
                    
181  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
                    
182
                    
203	<tr>
                    
204		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[1]); ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> /> <?php _e('Day and name'); ?></label></th>
                    
205		<td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></td>
                    
207	<tr>
                    
208		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[2]); ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> <?php _e('Month and name'); ?></label></th>
                    
209		<td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . date('Y') . '/' . date('m') . '/sample-post/'; ?></code></td>
                    
211	<tr>
                    
212		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[3]); ?>" class="tog" <?php checked($structures[3], $permalink_structure); ?> /> <?php _e('Numeric'); ?></label></th>
                    
213		<td><code><?php echo get_option('home') . $blog_prefix . $prefix; ?>/archives/123</code></td>
                    
222			<?php echo $blog_prefix; ?>
                    
223			<input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo esc_attr($permalink_structure); ?>" class="regular-text code" />
                    
224		</td>
                    
                
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);
                    
                
social.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 452 lines
                    
78					if (nextLink !== null) {
                    
79						$nextLink.attr('href', nextLink);
                    
80					}
                    
82					if (prevLink !== null) {
                    
83						$prevLink.attr('href', prevLink);
                    
84					}
                    
109					if (nextLink !== null) {
                    
110						var _nextLink = nextLink.split('#comments');
                    
111						if (_nextLink.indexOf('?') == -1) {
                    
114						else {
                    
115							_nextLink[0] = _nextLink[0] + '&';
                    
116						}
                    
116						}
                    
117						$nextLink.attr('href', _nextLink[0] + 'social_tab=' + className + '#comments');
                    
118					}
                    
                
http.php https://gitlab.com/Gashler/dp | PHP | 519 lines
                    
1<?php
                    
2/**
                    
6 *
                    
7 * @link http://trac.wordpress.org/ticket/4779 HTTP API Proposal
                    
8 *
                    
319	if ( $url && !isset( $capabilities['ssl'] ) ) {
                    
320		$scheme = parse_url( $url, PHP_URL_SCHEME );
                    
321		if ( 'https' == $scheme || 'ssl' == $scheme ) {
                    
                
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];
                    
                
server_side.html https://gitlab.com/betanurlaila/UI_onlineshop | 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: [
                    
                
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">
                    
                
student_profile.php https://gitlab.com/varsha_evonix/intranet | PHP | 136 lines
                    
1<?php
                    
2
                    
2
                    
3include ('header.php');
                    
4?>
                    
24                                                </a>
                    
25                                                <img class="img-responsive img-profile" src="<?php echo base_url(); ?>assets/img/profile-full.jpg" alt="">
                    
26                                               
                    
112                                                <ul class="list-inline">
                    
113                                                    <li><a class="facebook-link" href="#"><i class="fa fa-facebook-square fa-2x"></i></a>
                    
114                                                    </li>
                    
114                                                    </li>
                    
115                                                    <li><a class="twitter-link" href="#"><i class="fa fa-twitter-square fa-2x"></i></a>
                    
116                                                    </li>
                    
116                                                    </li>
                    
117                                                    <li><a class="linkedin-link" href="#"><i class="fa fa-linkedin-square fa-2x"></i></a>
                    
118                                                    </li>
                    
                
template-bootstrap.php https://gitlab.com/danielortiz1982/spicer | PHP | 198 lines
                    
13
                    
14        <link rel='stylesheet' type='text/css' href='<?php echo PAGEDIR; ?>/machines/libraries/mmenu/jquery.mmenu.all.css' />
                    
15        <link rel="stylesheet" type="text/css" href="<?php echo PAGEDIR; ?>/machines/libraries/owlcarousel/owlcarousel.css">
                    
15        <link rel="stylesheet" type="text/css" href="<?php echo PAGEDIR; ?>/machines/libraries/owlcarousel/owlcarousel.css">
                    
16        <link rel="stylesheet" type="text/css" href="<?php echo PAGEDIR; ?>/styles/styles.min.css">
                    
17
                    
25    </head>
                    
26    <body data-tempdir="<?php echo PAGEDIR; ?>" id="<?php echo get_post( $post )->post_name; ?>" <?=(returnMobile() == 'true')? 'class="mobileMode"' : 'class="desktopMode"';?>>
                    
27
                    
75                        <a class="navbar-brand" href="<?php echo home_url(); ?>">
                    
76                            <img src="<?php echo PAGEDIR; ?>/images/graphics/logo.png" alt="<?php bloginfo('name');?>" />
                    
77                        </a>
                    
100                        'link_before'     => '<span>',
                    
101                        'link_after'      => '</span>',
                    
102                        'items_wrap'      => '<ul id="%1$s" class="%2$s">%3$s</ul>',
                    
                
Type0.php https://gitlab.com/devtoannh/cafe | PHP | 257 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Type0.php 23775 2011-03-01 17:25:24Z ralph $
                    
21 */
                    
24/** Internally used classes */
                    
25require_once 'Zend/Pdf/Element/Array.php';
                    
26require_once 'Zend/Pdf/Element/Name.php';
                    
29/** Zend_Pdf_Resource_Font */
                    
30require_once 'Zend/Pdf/Resource/Font.php';
                    
31
                    
35 * A composite font is one whose glyphs are obtained from other fonts or from fontlike
                    
36 * objects called CIDFonts ({@link Zend_Pdf_Resource_Font_CidFont}), organized hierarchically.
                    
37 * In PDF, a composite font is represented by a font dictionary whose Subtype value is Type0;
                    
55 * Font objects should be normally be obtained from the factory methods
                    
56 * {@link Zend_Pdf_Font::fontWithName} and {@link Zend_Pdf_Font::fontWithPath}.
                    
57 *
                    
                
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"
                    
                
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>
                    
                
class-wp-filesystem-ftpext.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 387 lines
                    
1<?php
                    
2/**
                    
17class WP_Filesystem_FTPext extends WP_Filesystem_Base {
                    
18	var $link;
                    
19	var $errors = null;
                    
27		if ( ! extension_loaded('ftp') ) {
                    
28			$this->errors->add('no_ftp_ext', __('The ftp PHP extension is not available'));
                    
29			return false;
                    
68		if ( isset($this->options['ssl']) && $this->options['ssl'] && function_exists('ftp_ssl_connect') )
                    
69			$this->link = @ftp_ssl_connect($this->options['hostname'], $this->options['port'], FS_CONNECT_TIMEOUT);
                    
70		else
                    
70		else
                    
71			$this->link = @ftp_connect($this->options['hostname'], $this->options['port'], FS_CONNECT_TIMEOUT);
                    
72
                    
72
                    
73		if ( ! $this->link ) {
                    
74			$this->errors->add('connect', sprintf(__('Failed to connect to FTP Server %1$s:%2$s'), $this->options['hostname'], $this->options['port']));
                    
                
jquery.pajinate.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 328 lines
                    
97					while (number_of_pages > current_link) {
                    
98						navigation_html += '<a class="page_link ' + jquery_ui_default_class + '" href="" longdesc="' + current_link + '">' + (current_link + 1) + '</a>';
                    
99						current_link++;
                    
132			total_page_no_links = $page_container.find(options.nav_panel_id + ':first').children('.page_link').size();
                    
133			options.num_page_links_to_display = Math.min(options.num_page_links_to_display, total_page_no_links);
                    
134
                    
281				$nav_panels.each(function() {
                    
282					$(this).children('.page_link').hide() // Hide all the page links
                    
283					.slice(new_page, new_page + parseInt(options.num_page_links_to_display)).show();
                    
311			if ($nav_panels.children('.last').hasClass('active_page')) {
                    
312				$nav_panels.children('.next_link').add('.last_link').addClass('no_more ' + jquery_ui_disabled_class);
                    
313			}
                    
314			else {
                    
315				$nav_panels.children('.next_link').add('.last_link').removeClass('no_more ' + jquery_ui_disabled_class);
                    
316			}
                    
                
when.js https://gitlab.com/Mirros/cdnjs | JavaScript | 371 lines
                    
3 * LICENSE: see the LICENSE.txt file. If file is missing, this file is subject
                    
4 * to the MIT License at: http://www.opensource.org/licenses/mit-license.php.
                    
5 */
                    
40			if(listeners) {
                    
41				// Append new listener if linked list already initialized
                    
42				tail = tail.next = listener;
                    
43			} else {
                    
44				// Init linked list
                    
45				listeners = tail = listener;
                    
                
template.php https://gitlab.com/mhd_alhuda/megablogging-v5 | PHP | 224 lines
                    
10	<title>Templates - Admin Megablogging</title>
                    
11    <?PHP require_once(dirname(__FILE__)."/inc/css.php"); ?>
                    
12	<link rel='stylesheet' type='text/css' href='assets/css/fileinput.css'/>
                    
15    <div id="wrapper" <?PHP echo $c_sidebar_set; ?>>
                    
16		<?PHP require_once(dirname(__FILE__)."/inc/navbar.php"); ?>
                    
17        <?PHP require_once(dirname(__FILE__)."/inc/sidebar.php"); ?>
                    
155										<ul class="styled-list">
                    
156											<?PHP require_once("inc/php.ini.php"); ?>
                    
157											<li>Allowed extension only <span class='text-danger'>zip</span></li>
                    
169    </div><!-- /main-container -->
                    
170	<?PHP require_once(dirname(__FILE__)."/inc/footer.php"); ?>
                    
171    </div><!-- /wrapper -->
                    
172    <a href="#" id="scroll-to-top" class="hidden-print"><i class="fa fa-chevron-up"></i></a>
                    
173    <?PHP require_once(dirname(__FILE__)."/inc/js.php"); ?>
                    
174	<script type='text/javascript' src='assets/js/fileinput.min.js'></script>
                    
                
silcske_payload-silc_ske_payload_start_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 220 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'] = 'קישור חדש';
                    
                
ibase_driver.php https://gitlab.com/ashish21590/rigalio.com | PHP | 396 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP
                    
6 *
                    
33 * @license	http://opensource.org/licenses/MIT	MIT License
                    
34 * @link	https://codeigniter.com
                    
35 * @since	Version 3.0.0
                    
50 * @author		EllisLab Dev Team
                    
51 * @link		https://codeigniter.com/user_guide/database/
                    
52 */
                    
                
production.js https://gitlab.com/pentacode/poweraire-erp | JavaScript | 351 lines
                    
52  },
                    
53  linkedin: {
                    
54    clientID: process.env.LINKEDIN_ID || 'APP_ID',
                    
54    clientID: process.env.LINKEDIN_ID || 'APP_ID',
                    
55    clientSecret: process.env.LINKEDIN_SECRET || 'APP_SECRET',
                    
56    callbackURL: '/api/auth/linkedin/callback'
                    
141        code: 'CURRENCY',
                    
142        value: 'PHP',
                    
143        descriptionOne: 'Philippines Peso',
                    
                
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                         */
                    
                
about.php https://gitlab.com/oxidigitaluser/liguelista | PHP | 208 lines
                    
87		'heading'     => __( 'Template Hierarchy' ),
                    
88		/* Translators: 1: singular.php; 2: single.php; 3:page.php */
                    
89		'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>.' ),
                    
104		<h2 class="nav-tab-wrapper">
                    
105			<a href="about.php" class="nav-tab nav-tab-active"><?php _e( 'What&#8217;s New' ); ?></a>
                    
106			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
                    
106			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
                    
107			<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
                    
108		</h2>
                    
171				<?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
                    
172					<a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>">
                    
173						<?php is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &rarr; Updates' ); ?>
                    
175				<?php endif; ?>
                    
176				<a href="<?php echo esc_url( self_admin_url() ); ?>"><?php is_blog_admin() ? _e( 'Go to Dashboard &rarr; Home' ) : _e( 'Go to Dashboard' ); ?></a>
                    
177			</div>
                    
                
2012-14-147.html https://gitlab.com/bernagg/TI | HTML | 244 lines
                    
5        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                    
6        <link href="http://informe.com/css/search.css" media="screen" rel="stylesheet" type="text/css" />
                    
7        <link href="http://informe.com/css/common.css" media="screen" rel="stylesheet" type="text/css" />
                    
7        <link href="http://informe.com/css/common.css" media="screen" rel="stylesheet" type="text/css" />
                    
8        <link href="http://informe.com/css/misc.css" media="screen" rel="stylesheet" type="text/css" />
                    
9        <script type="text/javascript" src="http://informe.com/js/library/jquery/jquery.js"></script>
                    
45						
                    
46						<p class="link">
                    
47                                                        <span></span><a href="http://informe.com/facebookrules.com/" class="domain">facebookrules.com</a>
                    
70var code = "1309";
                    
71loader.src = "http://hits.informer.com/log.php?id=" + code + "&r=" + Math.round(100000 * Math.random());
                    
72})();
                    
240        <!-- w263 c0 r0 a0 frbwa0.12 -->
                    
241	<script type="text/javascript">document.write("<img src='http://hits.informer.com/log.php?id=937,511&r="+ Math.round(100000 * Math.random()) + "' style='display: none;' />");</script></body>
                    
242</html>
                    
                
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>';
                    
                
index.html.md https://gitlab.com/artfisica/www-gitlab-com | Markdown | 97 lines
                    
12
                    
13- Hussain Adnan Hashim - [@Hussain_infosec](https://www.facebook.com/profile.php?id=100004366368341)
                    
14- Jérémy Chatard - [@jchatard](https://twitter.com/jchatard)
                    
40- Mika Mäenpää, Department of Pervasive Computing @ Tampere. University of Technology
                    
41- Filippos Mastrogiannis - [LinkedIn](https://www.linkedin.com/pub/filippos-mastrogiannis/68/132/177)
                    
42- Mazen Gamal Mesbah - [@MazenGamal](https://twitter.com/mazengamal)
                    
70- Kamil Sevi - [@kamilsevi](https://twitter.com/kamilsevi)
                    
71- [Guifré Ruiz Utgés](https://linkedin.com/in/guifre)
                    
72- Ricardo Sateler - [@rsateler](https://twitter.com/rsateler)
                    
93- Sahil Saif - [@bewithsahilsaif](https://twitter.com/bewithsahilsaif)
                    
94- Matthew DeTullio - [http://www.linkedin.com/in/mjdetullio](http://www.linkedin.com/in/mjdetullio)
                    
95- Abdullah Hussam Gazi - [@Abdulahhusam](https://twitter.com/Abdulahhusam)
                    
                
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
                    
                
2011-90-043.html https://gitlab.com/bernagg/TI | HTML | 259 lines
                    
9<script type='text/javascript' src='http://brand-e.biz/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
                    
10<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://brand-e.biz/xmlrpc.php?rsd" />
                    
11<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://brand-e.biz/wp-includes/wlwmanifest.xml" /> 
                    
12<link rel='index' title='brand-e' href='http://brand-e.biz' />
                    
13<link rel='start' title='Hello world!' href='http://brand-e.biz/hello-world_1.html' />
                    
14<link rel='prev' title='cool creative: lollipop logos' href='http://brand-e.biz/cool-creative-lollipop-logos_7118.html' />
                    
14<link rel='prev' title='cool creative: lollipop logos' href='http://brand-e.biz/cool-creative-lollipop-logos_7118.html' />
                    
15<link rel='next' title='cool creative: the art of the miniature' href='http://brand-e.biz/cool-creative-the-art-of-the-miniature_7078.html' />
                    
16<meta name="generator" content="WordPress 2.8.5" />
                    
22
                    
23<link rel="shortcut icon" href="http://brand-e.biz/wp-content/themes/brand-e/favicon.ico" />
                    
24<link rel="stylesheet" href="http://brand-e.biz/wp-content/themes/brand-e/style.css" type="text/css" media="screen" />
                    
37<link rel="alternate" type="application/rss+xml" title="brand-e RSS Feed" href="http://brand-e.biz/feed" />
                    
38<link rel="pingback" href="http://brand-e.biz/xmlrpc.php" />
                    
39<meta name="robots" content="index,follow" /></head>
                    
                
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>
                    
                
bookmark-template.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 256 lines
                    
55		'before' => '<li>', 'after' => '</li>', 'between' => "\n",
                    
56		'show_rating' => 0, 'link_before' => '', 'link_after' => ''
                    
57	);
                    
72		if ( !empty($bookmark->link_url) )
                    
73			$the_link = esc_url($bookmark->link_url);
                    
74
                    
75		$desc = esc_attr(sanitize_bookmark_field('link_description', $bookmark->link_description, $bookmark->link_id, 'display'));
                    
76		$name = esc_attr(sanitize_bookmark_field('link_name', $bookmark->link_name, $bookmark->link_id, 'display'));
                    
77 		$title = $desc;
                    
81				$title .= ' (';
                    
82				$title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)));
                    
83				$title .= ')';
                    
125		if ( $show_rating )
                    
126			$output .= $between . sanitize_bookmark_field('link_rating', $bookmark->link_rating, $bookmark->link_id, 'display');
                    
127
                    
                
link-manager.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 292 lines
                    
85<?php screen_icon(); ?>
                    
86<h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php
                    
87if ( !empty($_GET['s']) )
                    
183		$link->link_name = esc_attr($link->link_name);
                    
184		$link->link_category = wp_get_link_cats($link->link_id);
                    
185		$short_url = str_replace('http://', '', $link->link_url);
                    
195		$edit_link = get_edit_bookmark_link();
                    
196		?><tr id="link-<?php echo $link->link_id; ?>" valign="middle" <?php echo $style; ?>><?php
                    
197		foreach($link_columns as $column_name=>$column_display_name) {
                    
214					$actions['edit'] = '<a href="' . $edit_link . '">' . __('Edit') . '</a>';
                    
215					$actions['delete'] = "<a class='submitdelete' href='" . wp_nonce_url("link.php?action=delete&amp;link_id=$link->link_id", 'delete-bookmark_' . $link->link_id) . "' onclick=\"if ( confirm('" . esc_js(sprintf( __("You are about to delete this link '%s'\n  'Cancel' to stop, 'OK' to delete."), $link->link_name )) . "') ) { return true;}return false;\">" . __('Delete') . "</a>";
                    
216					$action_count = count($actions);
                    
245				case 'rel':
                    
246					?><td <?php echo $attributes ?>><?php echo empty($link->link_rel) ? '<br />' : $link->link_rel; ?></td><?php
                    
247					break;
                    
                
ContractsAdmin.php https://gitlab.com/alastorxz/Hyperservices | PHP | 157 lines
                    
1<?php
                    
2    session_start();
                    
11    <meta name="author" content="">
                    
12    <link rel="icon" href="../../favicon.ico">
                    
13
                    
15    <!-- Bootstrap core CSS -->
                    
16    <link href="../vista/bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet">
                    
17
                    
18    <!-- Custom styles for this template -->
                    
19    <link href="../vista/css/dashboard.css" rel="stylesheet">
                    
20    <link href="../vista/css/admin/contractsAdmin.css" rel="stylesheet">
                    
35          <a class="navbar-brand" href="#">
                    
36            <?php
                    
37                echo "Welcome ". $_SESSION["user"];
                    
40        </div>
                    
41       <form method="post" action="../controlador/controladorAdmin.php">
                    
42               <div id="navbar" class="navbar-collapse collapse">
                    
                
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{
                    
                
2012-67-097.html https://gitlab.com/bernagg/TI | HTML | 186 lines
                    
14<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.horoscop2009.org/feed/atom/" />
                    
15<link rel="pingback" href="http://www.horoscop2009.org/xmlrpc.php" />
                    
16
                    
24	<link rel='archives' title='September 2011' href='http://www.horoscop2009.org/date/2011/09/' />
                    
25	<link rel='archives' title='August 2011' href='http://www.horoscop2009.org/date/2011/08/' />
                    
26	<link rel='archives' title='July 2011' href='http://www.horoscop2009.org/date/2011/07/' />
                    
27
                    
28<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.horoscop2009.org/xmlrpc.php?rsd" />
                    
29<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.horoscop2009.org/wp-includes/wlwmanifest.xml" /> 
                    
33<meta name="generator" content="WordPress 3.2.1" />
                    
34<link rel='shortlink' href='http://www.horoscop2009.org/?p=1239' />
                    
35
                    
95	  		<ul id="sidebarleft">
                    
96		  <li id="linkcat-2" class="linkcat"><h2>Blogroll</h2>
                    
97	<ul>
                    
                
2012-55-180.html https://gitlab.com/bernagg/TI | HTML | 115 lines
                    
6			<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
                    
7			<link href='//bits.wikimedia.org/w/extensions-1.19/MobileFrontend/stylesheets/common.css?version=1331678715' media='all' rel='Stylesheet' type='text/css' />
                    
8			<link href='//bits.wikimedia.org/w/extensions-1.19/MobileFrontend/stylesheets/default.css?version=1331678715' media='all' rel='Stylesheet' type='text/css' />
                    
10			<meta name="viewport" content="width=device-width, initial-scale=1.0">
                    
11			<link rel="apple-touch-icon" href="//scn.wikipedia.org/apple-touch-icon.png" />
                    
12			
                    
28			<img width="35" height="22" alt='Logo' id='logo' src='//upload.wikimedia.org/wikipedia/commons/8/84/W_logo_for_Mobile_Frontend.gif'  />
                    
29			<form action='/w/index.php' class='search_bar' method='get' >
                    
30			  <input type="hidden" value="Special:Search" name="title" />
                    
32					<input type="search" name="search" id="search" size="22" value="" autocorrect="off" autocomplete="off" autocapitalize="off" maxlength="1024" class="search" />
                    
33					<div class="clearlink" id="clearsearch" title="Clear"></div>
                    
34				</div>
                    
96				<div class='mwm-notice'>
                    
97				  <a href="/w/index.php?title=Mit%C3%A0fura&amp;mobileaction=view_normal_site">Visualizza sta pàggina supra Wikipedia nurmali</a> | <a href="/w/index.php?title=Mit%C3%A0fura&amp;disableImages=1">Disabilita le immagini sul sito per dispositivi mobili</a>  
                    
98					<div id="perm">
                    
                
jquery.stringToSlug.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 415 lines
                    
11 * Dual licensed under the MIT and GPL licenses:
                    
12 *   http://www.opensource.org/licenses/mit-license.php
                    
13 *   http://www.gnu.org/licenses/gpl.html
                    
18 		setEvents: 'keyup keydown blur', //set Events that your script will work
                    
19		getPut: '#permalink', //set output field
                    
20		space: '-', //Sets the space character. If the hyphen,
                    
                
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
                    
                
 

Source

Language