PageRenderTime 677ms queryTime 46ms sortTime 227ms getByIdsTime 35ms findMatchingLines 33ms

100+ results results for 'php com repo:broekn/wordpresstest' (677 ms)

Not the results you expected?
UnitCheckProject.html git://git.savannah.nongnu.org/unitcheck.git | HTML | 447 lines
                    
26	<ul class="tags">
                    
27				<li><span class="field">author:</span> Tom Kaczocha &lt;<a href="mailto:freedomdeveloper@yahoo.com">freedomdeveloper@yahoo.com</a>&gt;</li>
                    
28				<li><span class="field">version:</span> 1.0</li>
                    
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>
                    
240	
                    
241	<!-- ========== Info from phpDoc block ========= -->
                    
242	<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>
                    
                
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.
                    
41require_once('../../include/init.php');
                    
42require_once('../../include/timezones.php');
                    
43
                    
151print $HTML->box_top(_('Authentication Setup'));
                    
152print '<a href="change.php?item=password">'._("Change Password").'</a>';
                    
153print '<p class="smaller">'._("This password gives access to the web interface.").'<br />';
                    
334
                    
335print '<input type="checkbox" name="form_reverse_comments_order" value="1" '.(user_get_preference("reverse_comments_order") ? 'checked="checked"':'').' /> '._("Print items comments from the oldest to the latest");
                    
336
                    
336
                    
337print '<p class="smaller">'._("By default, comments are listed in reverse chronological order. This means that for a given item, comments are printed from the latest to the oldest. If this behavior does not suit you, select this option.").'</p>';
                    
338
                    
                
AdvancedServerDatabaseConfig.cs https://openHistorian.svn.codeplex.com/svn | C# | 388 lines
                    
8//  The GPA licenses this file to you under the Eclipse Public License -v 1.0 (the "License"); you may
                    
9//  not use this file except in compliance with the License. You may obtain a copy of the License at:
                    
10//
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
68            m_finalWritePaths = new List<string>();
                    
69            m_archiveEncodingMethod = EncodingDefinition.FixedSizeCombinedEncoding;
                    
70            m_streamingEncodingMethods = new List<EncodingDefinition>();
                    
277            {
                    
278                settings.StreamingEncodingMethods.Add(EncodingDefinition.FixedSizeCombinedEncoding);
                    
279            }
                    
326
                    
327                    var rollover = new CombineFilesSettings();
                    
328                    if (remainingStages > 0)
                    
                
SdwApi.java https://jonathan.svn.codeplex.com/svn | Java | 359 lines
                    
1/*
                    
2 * Copyright (C) 2013 SeekDeepWithin.com
                    
3 *
                    
17 */
                    
18package com.seekdeepwithin.DataAccess;
                    
19
                    
19
                    
20import com.seekdeepwithin.Data.*;
                    
21import com.seekdeepwithin.MainController;
                    
21import com.seekdeepwithin.MainController;
                    
22import com.sun.jersey.api.client.*;
                    
23import com.sun.jersey.api.client.config.ClientConfig;
                    
50      this.m_Client = Client.create (config);
                    
51      this.m_Service = this.m_Client.resource (UriBuilder.fromUri ("http://seekdeepwithin.com/code/api.php").build ());
                    
52   }
                    
                
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 * 
                    
16 * File Authors:
                    
17 * 		Taehwan Kwag (thkwag@nate.com)
                    
18 * 		Hyung-chae, Kim (chaeya@gmail.com)
                    
139PasteWordConfirm	: "???? ? ???? MS Word?? ??? ????. ???? ?? MS Word ??? ?????????",
                    
140NotCompatiblePaste	: "? ??? ???????? 5.5 ?? ????? ?????. ??? ???? ?? ???? ???????",
                    
141UnknownToolbarItem	: "???? ?????. : \"%1\"",
                    
141UnknownToolbarItem	: "???? ?????. : \"%1\"",
                    
142UnknownCommand		: "???? ?????. : \"%1\"",
                    
143NotImplemented		: "??? ???? ?????.",
                    
                
AltBinaryRandomAccessList.fs git://github.com/dmohl/fsharpx.git | F# | 371 lines
                    
1// originally published by Julien
                    
2// original implementation taken from http://lepensemoi.free.fr/index.php/2010/02/11/alternative-binary-random-access-list
                    
3//J.F. added remove, trys, length, append, rev
                    
299      
                    
300[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]
                    
301 module AltBinaryRandomAccessList = 
                    
                
build_class_from_table.php git://github.com/Dolibarr/dolibarr.git | PHP | 464 lines
                    
30if (substr($sapi_type, 0, 3) == 'cgi') {
                    
31    echo "Error: You are using PHP for CGI. To execute ".$script_file." from command line, you must use PHP for CLI mode.\n";
                    
32    exit;
                    
168// Substitute class name
                    
169$targetcontent=preg_replace('/skeleton_class\.class\.php/', $classmin.'.class.php', $targetcontent);
                    
170$targetcontent=preg_replace('/\$element=\'skeleton\'/', '\$element=\''.$classmin.'\'', $targetcontent);
                    
191		$varprop.=";";
                    
192		if ($prop['comment']) $varprop.="\t// ".$prop['extra'];
                    
193		$varprop.="\n";
                    
387$targetcontent=preg_replace('/skeleton_class\.class\.php/', $classmin.'.class.php', $targetcontent);
                    
388$targetcontent=preg_replace('/skeleton_script\.php/', $classmin.'_script.php', $targetcontent);
                    
389$targetcontent=preg_replace('/\$element=\'skeleton\'/', '\$element=\''.$classmin.'\'', $targetcontent);
                    
433$targetcontent=preg_replace('/skeleton_class\.class\.php/', $classmin.'.class.php', $targetcontent);
                    
434$targetcontent=preg_replace('/skeleton_script\.php/', $classmin.'_script.php', $targetcontent);
                    
435$targetcontent=preg_replace('/\$element=\'skeleton\'/', '\$element=\''.$classmin.'\'', $targetcontent);
                    
                
Makefile git://pkgs.fedoraproject.org/sblim-sfcb | Makefile | 509 lines
                    
28#  You can obtain a current copy of the Eclipse Public License from
                    
29#  http://www.opensource.org/licenses/eclipse-1.0.php
                    
30# 
                    
30# 
                    
31#  Author:        Michael Chase-Salerno <bratac@linux.vnet.ibm.com>
                    
32#  Contributions: 
                    
58subdir = test/TestProviders/tests
                    
59DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                    
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    
72red=; grn=; lgn=; blu=; std=
                    
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    
74ACLOCAL = ${SHELL} /home/chris/work/code/sfcb-daily/missing --run aclocal-1.11
                    
207sbindir = ${exec_prefix}/sbin
                    
208sharedstatedir = ${prefix}/com
                    
209srcdir = .
                    
                
board.controller.php http://xe-board.googlecode.com/svn/trunk/ | PHP | 354 lines
                    
190            } else {
                    
191                $comment = $oCommentModel->getComment($obj->comment_srl, $this->grant->manager);
                    
192            }
                    
198                if($obj->parent_srl) {
                    
199                    $parent_comment = $oCommentModel->getComment($obj->parent_srl);
                    
200                    if(!$parent_comment->comment_srl) return new Object(-1, 'msg_invalid_request');
                    
213                    $oMail->setTitle($oDocument->getTitleText());
                    
214                    $oMail->setContent( sprintf("From : <a href=\"%s#comment_%d\">%s#comment_%d</a><br/>\r\n%s", getFullUrl('','document_srl',$obj->document_srl),$obj->comment_srl, getFullUrl('','document_srl',$obj->document_srl), $obj->comment_srl, $obj->content));
                    
215                    $oMail->setSender($obj->user_name, $obj->email_address);
                    
254
                    
255            $output = $oCommentController->deleteComment($comment_srl, $this->grant->manager);
                    
256            if(!$output->toBool()) return $output;
                    
295                $oCommentModel = &getModel('comment');
                    
296                $oComment = $oCommentModel->getComment($comment_srl);
                    
297                if(!$oComment->isExists()) return new Object(-1, 'msg_invalid_request');
                    
                
jquery.validate.min.js http://flumpshop.googlecode.com/svn/trunk/ | JavaScript | 15 lines
                    
4 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
                    
5 * http://docs.jquery.com/Plugins/Validation
                    
6 *
                    
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
                    
                
WebSocketParserD08.java git://pkgs.fedoraproject.org/jetty | Java | 389 lines
                    
3 * ======================================================================
                    
4 * All rights reserved. This program and the accompanying materials
                    
5 * are made available under the terms of the Eclipse Public License v1.0
                    
5 * are made available under the terms of the Eclipse Public License v1.0
                    
6 * and Apache License v2.0 which accompanies this distribution.
                    
7 *
                    
11 *   The Apache License v2.0 is available at
                    
12 *   http://www.opensource.org/licenses/apache2.0.php
                    
13 *
                    
18// ------------------------------------------------------------------------
                    
19// All rights reserved. This program and the accompanying materials
                    
20// are made available under the terms of the Eclipse Public License v1.0
                    
20// are made available under the terms of the Eclipse Public License v1.0
                    
21// and Apache License v2.0 which accompanies this distribution.
                    
22// The Eclipse Public License is available at
                    
                
auto_search_table_shell.php http://prohits.googlecode.com/svn/trunk/ | PHP | 376 lines
                    
28  7. get searched resuts file.
                    
29  8. shell > php auto_search_table_shell.php tableName taskID thisScriptURL sleepSec
                    
30  9. check shell process 
                    
59
                    
60$php_command_location = PHP_PATH;
                    
61//maybe it is remote connect prohits server---------
                    
117			$theURL = "http://".$_SERVER["SERVER_ADDR"].":".$_SERVER["SERVER_PORT"].$_SERVER["PHP_SELF"];
                    
118      $com = "$php_command_location " . __FILE__ ." ".$tableName. " ".$tmp_taskID." ". $theURL;
                    
119			if(defined('DEBUG_SEARCH') and DEBUG_SEARCH){
                    
281  echo "Process ID:";
                    
282  $tmp_PID =  system("$php_command_location " . __FILE__ ." ".$tableName. " ".$tmp_taskID." ". $theURL."$sleep_time > /dev/null & echo \$!");
                    
283  $SQL = "update ". $tableName ."SearchTasks set ProcessID='".$tmp_PID."', Status='Running' where ID='".$tmp_taskID."'";
                    
338  writeLog("Get new created files from $tableName machine to Prohits.");
                    
339  $com_backup = PHP_PATH. " " .dirname(dirname(__FILE__))."/autoBackup/raw_backup_shell.php"." 0 ". $tableName;
                    
340  system($com_backup);
                    
                
FormOptionsHelper.php git://github.com/phpwax/phpwax.git | PHP | 273 lines
                    
1<?php
                    
2/**
                    
3 *
                    
4 * @package PHP-Wax
                    
5 * @author Ross Riley
                    
20        "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands", "Colombia", 
                    
21        "Comoros", "Congo", "Congo, the Democratic Republic of the", "Cook Islands", 
                    
22        "Costa Rica", "Cote d'Ivoire", "Croatia", "Cuba", "Cyprus", "Czech Republic", "Denmark", 
                    
                
tools_webftp.php git://github.com/FSB/Fire-Soft-Board-2.git | PHP | 555 lines
                    
64	 */
                    
65	public $edit_file = array('php', 'php3', 'php4', 'php5', 'htm', 'html', 'tpl', 'txt', 'css', 'js', 'xml', 'rss', 'htaccess');
                    
66	
                    
113			'mode' => array(
                    
114				'highlight_php' =>	'page_php_highlight',
                    
115				'codepress' =>		'page_codepress',
                    
192			{
                    
193				$u_dir = sid('index.' . PHPEXT . '?p=tools_webftp&amp;mode=highlight_php&amp;dir=' . $this->dir . '&amp;phpfile=' . $value['name']);
                    
194			}
                    
219	 * Converti des permissions (octal) en permissions symboliques (rwx)
                    
220	 * http://fr.php.net/manual/fr/function.fileperms.php
                    
221	 *
                    
497	{
                    
498		$phpfile = Http::request('phpfile');
                    
499		if (file_exists(ROOT . $this->dir . $phpfile))
                    
                
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');
                    
278
                    
279<input type="checkbox" name="compress_c" id="compress_c"
                    
280	<?php
                    
283?> />
                    
284<label for="compress_c"><?php
                    
285echo $lang[$l][24];
                    
288
                    
289<input type="checkbox" name="compress_fw" id="compress_fw"
                    
290	<?php
                    
293?> />
                    
294<label for="compress_fw"><?php
                    
295echo $lang[$l][45];
                    
                
EntityContentBase.php git://github.com/drupal/drupal.git | PHP | 385 lines
                    
1<?php
                    
2
                    
20use Drupal\migrate\Row;
                    
21use Symfony\Component\DependencyInjection\ContainerInterface;
                    
22
                    
                
TestBaseTest.php git://github.com/drupal/drupal.git | PHP | 470 lines
                    
1<?php
                    
2
                    
286   *   Array of test data.
                    
287   *   - Expected assertion value for identical comparison.
                    
288   *   - Expected assertion value for equal comparison.
                    
288   *   - Expected assertion value for equal comparison.
                    
289   *   - First value to compare.
                    
290   *   - Second value to compare.
                    
464    $this->assertInstanceOf(
                    
465        'Drupal\Component\Utility\Random',
                    
466        $this->invokeProtectedMethod($test_base, 'getRandomGenerator', [])
                    
                
widget-categories.php http://ooxx.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
217			<label for="<?php echo $this->get_field_id( 'hierarchical' ); ?>">
                    
218			<input class="checkbox" type="checkbox" <?php checked( $instance['hierarchical'], true ); ?> id="<?php echo $this->get_field_id( 'hierarchical' ); ?>" name="<?php echo $this->get_field_name( 'hierarchical' ); ?>" /> <?php _e( 'Hierarchical?', $this->textdomain ); ?> <code>hierarchical</code></label>
                    
219		</p>
                    
221			<label for="<?php echo $this->get_field_id( 'use_desc_for_title' ); ?>">
                    
222			<input class="checkbox" type="checkbox" <?php checked( $instance['use_desc_for_title'], true ); ?> id="<?php echo $this->get_field_id( 'use_desc_for_title' ); ?>" name="<?php echo $this->get_field_name( 'use_desc_for_title' ); ?>" /> <?php _e( 'Use description?', $this->textdomain ); ?> <code>use_desc_for_title</code></label>
                    
223		</p>
                    
229			<label for="<?php echo $this->get_field_id( 'show_count' ); ?>">
                    
230			<input class="checkbox" type="checkbox" <?php checked( $instance['show_count'], true ); ?> id="<?php echo $this->get_field_id( 'show_count' ); ?>" name="<?php echo $this->get_field_name( 'show_count' ); ?>" /> <?php _e( 'Show count?', $this->textdomain ); ?> <code>show_count</code></label>
                    
231		</p>
                    
233			<label for="<?php echo $this->get_field_id( 'hide_empty' ); ?>">
                    
234			<input class="checkbox" type="checkbox" <?php checked( $instance['hide_empty'], true ); ?> id="<?php echo $this->get_field_id( 'hide_empty' ); ?>" name="<?php echo $this->get_field_name( 'hide_empty' ); ?>" /> <?php _e( 'Hide empty?', $this->textdomain ); ?> <code>hide_empty</code></label>
                    
235		</p>
                    
237			<label for="<?php echo $this->get_field_id( 'feed' ); ?>">
                    
238			<input class="checkbox" type="checkbox" <?php checked( $instance['feed'], true ); ?> id="<?php echo $this->get_field_id( 'feed' ); ?>" name="<?php echo $this->get_field_name( 'feed' ); ?>" /> <?php _e( 'Show RSS feed?', $this->textdomain ); ?> <code>feed</code></label>
                    
239		</p>
                    
                
TrustRoot.php http://hppg.googlecode.com/svn/trunk/ | PHP | 462 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP versions 4 and 5
                    
6 *
                    
9 * @package OpenID
                    
10 * @author JanRain, Inc. <openid@janrain.com>
                    
11 * @copyright 2005-2008 Janrain, Inc.
                    
14
                    
15require_once 'lib/core/lhexternal/Auth/OpenID/Discover.php';
                    
16
                    
26       '|bs|bt|bv|bw|by|bz|ca|cat|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co' .
                    
27       '|com|coop|cr|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|ec|edu|ee|eg' .
                    
28       '|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl' .
                    
184     *
                    
185     * For example, '*.com' is not a sane trust root, but '*.foo.com'
                    
186     * is.  '*.co.uk' is not sane, but '*.bbc.co.uk' is.
                    
                
silcconnauth-silc_connauth_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 221 lines
                    
63&nbsp;&nbsp;&nbsp; <a href=silcclient_using.html><img src=box2.gif border=0 alt=>Using SILC Client Library Tutorial</a><br />
                    
64&nbsp;&nbsp;&nbsp; <a href=command_reply_args.html><img src=box2.gif border=0 alt=>Arguments for <b>command_reply</b> Client Operation</a><br />
                    
65&nbsp;&nbsp;&nbsp; <a href=silcstatus_args.html><img src=box2.gif border=0 alt=>SilcStatus Error Arguments in <b>command_reply</b> Client Operation</a><br />
                    
90&nbsp;&nbsp;&nbsp; <a href=silcchannel.html><img src=box2.gif border=0 alt=>SILC Channel Interface</a><br />
                    
91&nbsp;&nbsp;&nbsp; <a href=silccommand.html><img src=box2.gif border=0 alt=>SILC Command Interface</a><br />
                    
92&nbsp;&nbsp;&nbsp; <a href=silcnotify.html><img src=box2.gif border=0 alt=>SILC Notify Interface</a><br />
                    
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
                    
189<A HREF="silcconnauth-SilcConnAuthGetAuthData.html"><IMG SRC="index_pic.gif" BORDER="0" ALT="">SilcConnAuthGetAuthData</A><BR>
                    
190<A HREF="silcconnauth-SilcConnAuthCompletion.html"><IMG SRC="index_pic.gif" BORDER="0" ALT="">SilcConnAuthCompletion</A><BR>
                    
191<A HREF="silcconnauth-silc_connauth_alloc.html"><IMG SRC="index_pic.gif" BORDER="0" ALT="">silc_connauth_alloc</A><BR>
                    
                
silcske_payload-silc_ske_payload_start_free.html git://pkgs.fedoraproject.org/libsilc | HTML | 220 lines
                    
63&nbsp;&nbsp;&nbsp; <a href=silcclient_using.html><img src=box2.gif border=0 alt=>Using SILC Client Library Tutorial</a><br />
                    
64&nbsp;&nbsp;&nbsp; <a href=command_reply_args.html><img src=box2.gif border=0 alt=>Arguments for <b>command_reply</b> Client Operation</a><br />
                    
65&nbsp;&nbsp;&nbsp; <a href=silcstatus_args.html><img src=box2.gif border=0 alt=>SilcStatus Error Arguments in <b>command_reply</b> Client Operation</a><br />
                    
90&nbsp;&nbsp;&nbsp; <a href=silcchannel.html><img src=box2.gif border=0 alt=>SILC Channel Interface</a><br />
                    
91&nbsp;&nbsp;&nbsp; <a href=silccommand.html><img src=box2.gif border=0 alt=>SILC Command Interface</a><br />
                    
92&nbsp;&nbsp;&nbsp; <a href=silcnotify.html><img src=box2.gif border=0 alt=>SILC Notify Interface</a><br />
                    
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
                    
                
mkdist.php git://pkgs.fedoraproject.org/php | PHP | 549 lines
                    
15
                    
16$dist_dir = $build_dir . "/php-" . phpversion();
                    
17$test_dir = $build_dir . "/php-test-pack-" . phpversion();
                    
241	"win32/pws-php5cgi.reg" => "pws-php5cgi.reg",
                    
242	"win32/pws-php5isapi.reg" => "pws-php5isapi.reg",
                    
243);
                    
250$general_files = array(
                    
251	"php.gif"			=>	"php.gif",
                    
252);
                    
445	echo "Creating phar.phar.bat\n";
                    
446	file_put_contents($dist_dir . '/phar.phar.bat', "%~dp0php.exe %~dp0pharcommand.phar %*\r\n");
                    
447}
                    
495
                    
496	/* Now, we want PEAR.php, Getopt.php (Console_Getopt) and Tar.php (Archive_Tar)
                    
497	 * broken out of the tarballs */
                    
                
phpbb2_template.class.php https://bitbucket.org/chamilo/chamilo/ | PHP | 478 lines
                    
6 *   copyright            : (C) 2001 The phpBB Group
                    
7 *   email                : support@phpbb.com
                    
8 *
                    
119		// actually compile the template now.
                    
120		if (!isset($this->compiled_code[$handle]) || empty($this->compiled_code[$handle]))
                    
121		{
                    
122			// Actually compile the code now.
                    
123			$this->compiled_code[$handle] = $this->compile($this->uncompiled_code[$handle]);
                    
124		}
                    
246	 * If not already done, load the file for the given handle and populate
                    
247	 * the uncompiled_code[] hash with its code. Do not compile.
                    
248	 */
                    
251		// If the file for this handle is already loaded and compiled, do nothing.
                    
252		if (isset($this->uncompiled_code[$handle]) && !empty($this->uncompiled_code[$handle]))
                    
253		{
                    
                
AdminCarts.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 286 lines
                    
1<?php
                    
2
                    
3/**
                    
4  * Customers tab for admin panel, AdminContacts.php
                    
5  * @category admin
                    
6  *
                    
7  * @author PrestaShop <support@prestashop.com>
                    
8  * @copyright PrestaShop
                    
8  * @copyright PrestaShop
                    
9  * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0
                    
10  * @version 1.3
                    
13
                    
14include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php');
                    
15
                    
142									'product_mini_'.intval($product['id_product']).(isset($product['id_product_attribute']) ? '_'.intval($product['id_product_attribute']) : '').'.jpg', 45, 'jpg') : '--').'</td>
                    
143									<td><a href="index.php?tab=AdminCatalog&id_product='.$product['id_product'].'&updateproduct&token='.$tokenCatalog.'">
                    
144										<span class="productName">'.$product['name'].'</span><br />
                    
                
classes.html git://pkgs.fedoraproject.org/xqilla | HTML | 44 lines
                    
6</head><body>
                    
7<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
                    
8<!-- Generated by Doxygen 1.6.1 -->
                    
32</td><td><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html">DOMImplementationRegistry</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMTreeWalker.html">DOMTreeWalker</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoDeallocate.html">AutoDeallocate</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMImplementationSource.html">DOMImplementationSource</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMTypeInfo.html">DOMTypeInfo</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoDelete.html">AutoDelete</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLocator.html">DOMLocator</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMUserDataHandler.html">DOMUserDataHandler</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoDeleteArray.html">AutoDeleteArray</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSException.html">DOMLSException</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathEvaluator.html">DOMXPathEvaluator</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classAutoRelease.html">AutoRelease</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSInput.html">DOMLSInput</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathException.html">DOMXPathException</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;D&nbsp;&nbsp;</div></td></tr></table>
                    
33</td><td><a class="el" href="classxercesc_1_1DOMLSOutput.html">DOMLSOutput</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathExpression.html">DOMXPathExpression</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSParser.html">DOMLSParser</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathNamespace.html">DOMXPathNamespace</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMCDATASection.html">DOMCDATASection</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSParserFilter.html">DOMLSParserFilter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSResourceResolver.html">DOMLSResourceResolver</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMXPathResult.html">DOMXPathResult</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMComment.html">DOMComment</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;M&nbsp;&nbsp;</div></td></tr></table>
                    
34</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMLSSerializerFilter.html">DOMLSSerializerFilter</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1MemoryManager.html">MemoryManager</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classxercesc_1_1DOMMemoryManager.html">DOMMemoryManager</a> (<a class="el" href="namespacexercesc.html">xercesc</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_R"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;R&nbsp;&nbsp;</div></td></tr></table>
                    
                
tabby.js https://code.google.com/p/quickdiagrams/ | JavaScript | 269 lines
                    
3 *
                    
4 *	Ted Devito - http://teddevito.com/demos/textarea.html
                    
5 *
                    
8 *
                    
9 *	Plugin development pattern based on:	http://www.learningjquery.com/2007/10/a-plugin-development-pattern
                    
10 *
                    
63				if (16 == $.fn.tabby.catch_kc(e)) pressed.shft = false;
                    
64			}).bind('blur',function (e) { // workaround for Opera -- http://www.webdeveloper.com/forum/showthread.php?p=806588
                    
65				if (9 == pressed.last) $(e.target).one('focus',function (e) {pressed.last = null;}).get(0).focus();
                    
                
GroupBenchmarkTest.php https://bitbucket.org/zurmo/zurmo/ | PHP | 351 lines
                    
1<?php
                    
2    /*********************************************************************************
                    
23     * You can contact Zurmo, Inc. with a mailing address at 27 North Wacker Drive
                    
24     * Suite 370 Chicago, IL 60606. or at email address contact@zurmo.com.
                    
25     *
                    
94        {
                    
95            ZurmoDatabaseCompatibilityUtil::dropStoredFunctionsAndProcedures();
                    
96
                    
233            assert('is_int($userId) && $userId > 0'); // Not Coding Standard
                    
234            return intval(ZurmoDatabaseCompatibilityUtil::
                    
235                            callFunction("named_group_contains_user('$groupName', $userId)")) == 1;
                    
                
ncluasoap.lua git://github.com/leandrojsa/weblua.git | Lua | 281 lines
                    
7--Licença: <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/br/">http://creativecommons.org/licenses/by-nc-sa/2.5/br/</a>
                    
8--@author Manoel Campos da Silva Filho - <a href="http://manoelcampos.com">http://manoelcampos.com</a> 
                    
9--@class module
                    
48--processamento da tabela de parâmetros a serem passados a um WebService,
                    
49--pois WSs PHP feitos como a biblioteca NuSOAP, não 
                    
50--verificam o nome dos parâmetros, e sim a ordem em que são passados.
                    
62--contendo os dados de cada posição. Isto é utilizado
                    
63--quando o método no Web Service a ser chamado possuir um vetor como parâmetro.
                    
64--Logo, se existir um parâmetro, no método do WS, 
                    
116            --deve-se incluir uma letra qualquer antes do nome da chave, pois alguns
                    
117            --WS (como os em PHP) não suportam chaves numéricas no XML.
                    
118            --Isto é feito apenas quando a função é chamada para gerar o trecho XML para
                    
235    --a serem passados ao WS deve conter apenas um valor simples.
                    
236    --O uso de parâmetros com valores compostos não é suportado
                    
237    --pelo NCLua SOAP. Veja mais detalhes na função tableToXml.
                    
                
MinimizeToTrayMenu.htm http://autohotkey-chinese.googlecode.com/svn/trunk/ | HTML | 267 lines
                    
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                    
7<link rel="alternate" type="application/rss+xml" title="AutoHotkey Forum RSS" href="/forum/rss.php">
                    
8<link href="/docs/css/default.css" rel="stylesheet" type="text/css">
                    
15<p> This script assigns a hotkey of your choice to hide any window so that
                    
16 it becomes an entry at the bottom of the script's tray menu.  Hidden
                    
17 windows can then be unhidden individually or all at once by selecting
                    
20</p>
                    
21<p><a href="MinimizeToTrayMenu.ahk">Download This Script</a> &nbsp;| &nbsp;<a href="index.htm">Other Sample Scripts</a> &nbsp;| &nbsp;<a href="http://www.autohotkey.com">Home</a></p>
                    
22
                    
122<em>; Hide it only now that WinGetTitle/WinGetClass above have been run (since</em>
                    
123<em>; by default, those commands cannot detect hidden windows):</em>
                    
124WinHide
                    
                
??????????????????.htm http://xinhaining-dianjian-delphi.googlecode.com/svn/trunk/ | HTML | 262 lines
                    
67<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                    
68<!CEPPIC.COM??????????? ?????chen@ut.com.cn ???0756-8633913>
                    
69
                    
157      <div align="center"> 
                    
158        <a href=/><font size=2pt>??</font></a><font color=#ffffff> | </font><a href=/?_id=2><font size=2pt>????</font></a><font color=#ffffff> | </font><a href=/?_id=3><font size=2pt>????</font></a><font color=#ffffff> | </font><a href=/?_id=17><font size=2pt><font color=yellow>???????</font></font></a><font color=#ffffff> | </font><a href=http://www.epapi.com/phpBB2/><font size=2pt><font color=red><b>????</b></font></font></a><font color=#ffffff> | </font><a href=/?_id=6><font size=2pt>????</font></a><font color=#ffffff> | </font><a href=/?_id=7&sel=1><font size=2pt>????</font></a><font color=#ffffff> | </font><a href=/?_id=15><font size=2pt>????</font></a><font color=#ffffff> | </font><a href=index.servlet?_id=10><font size=2pt>????</font></a><font color=#ffffff> | </font><a href=index.servlet?_id=11><font size=2pt>??????</font></a>      </div></td>
                    
159  </tr>
                    
178          <tr>
                    
179         <form name="form" method="post" action="index.php?_id=18">
                    
180            <td height="20" colspan="2"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/bg6.gif">
                    
192                        <a href="index.php?_id=18&add=%B5%E7%C6%F8"class=a2>??</a> 
                    
193                        <a href="index.php?_id=18&add=%BB%FA%B5%E7"class=a2>??</a> 
                    
194                        <a href="index.php?_id=18&add=%BF%AA%B9%D8"class=a2>??</a> 
                    
254        <font color="#000000">???<A  href="http://www.epapi.com/" class=a1 target=_blank><font color="#000000">http://www.epapi.com/</font></A></font> 
                    
255        <font color="#000000">??:</font><a href="mailto:%20epapi@ut.com.cn" class=a1><font color="#000000">epapi@ut.com.cn</font></a>?<IMG height=48 src="/images/biaoshi.gif" width=40 
                    
256      align=textTop border=0></div></td>
                    
                
jquery.rating.js http://xbat-devel.googlecode.com/svn/trunk/ | JavaScript | 241 lines
                    
2 ### jQuery Star Rating Plugin v2.61 - 2009-01-23 ###
                    
3 * http://www.fyneworks.com/ - diego@fyneworks.com
                    
4 * Dual licensed under the MIT and GPL licenses:
                    
4 * Dual licensed under the MIT and GPL licenses:
                    
5 *   http://www.opensource.org/licenses/mit-license.php
                    
6 *   http://www.gnu.org/licenses/gpl.html
                    
7 ###
                    
8 Project: http://plugins.jquery.com/project/MultipleFriendlyStarRating
                    
9 Website: http://www.fyneworks.com/jquery/star-rating/
                    
10*//*
                    
11	Based on http://www.phpletter.com/Demo/Jquery-Star-Rating-Plugin/
                    
12 Original comments:
                    
12 Original comments:
                    
13	This is hacked version of star rating created by <a href="http://php.scripts.psu.edu/rja171/widgets/rating.php">Ritesh Agrawal</a>
                    
14	It thansform a set of radio type input elements to star rating type and remain the radio element name and value,
                    
                
AdminShipping.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 306 lines
                    
1<?php
                    
2/*
                    
9* It is also available through the world-wide-web at this URL:
                    
10* http://opensource.org/licenses/osl-3.0.php
                    
11* If you did not receive a copy of the license and are unable to
                    
12* obtain it through the world-wide-web, please send an email
                    
13* to license@prestashop.com so we can send you a copy immediately.
                    
14*
                    
18* versions in the future. If you wish to customize PrestaShop for your
                    
19* needs please refer to http://www.prestashop.com for more information.
                    
20*
                    
20*
                    
21*  @author PrestaShop SA <contact@prestashop.com>
                    
22*  @copyright  2007-2011 PrestaShop SA
                    
23*  @version  Release: $Revision: 8861 $
                    
24*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25*  International Registered Trademark & Property of PrestaShop SA
                    
                
convert-ly.py git://git.savannah.gnu.org/lilypond.git | Python | 391 lines
                    
40lilypond_version_re_str = '\\\\version *\"([0-9.]+)"'
                    
41lilypond_version_re = re.compile (lilypond_version_re_str)
                    
42
                    
43lilypond_version_strict_re_str = '\\\\version *\"([0-9]+[.][0-9]+[.][0-9]+)"'
                    
44lilypond_version_strict_re = re.compile (lilypond_version_strict_re_str)
                    
45
                    
47_ ('''Update LilyPond input to newer version.  By default, update from the
                    
48version taken from the \\version command, to the current LilyPond version.''')
                    
49+ "\n"
                    
81        _ ('Distributed under terms of the GNU General Public License.'),
                    
82        _ ('It comes with NO WARRANTY.')))
                    
83
                    
116    p.add_option ('-n', '--no-version',
                    
117              help=_ ("do not add \\version command if missing"),
                    
118              action='store_true',
                    
                
runner.js git://github.com/addyosmani/todomvc.git | JavaScript | 320 lines
                    
6 * Licensed under the MIT License at:
                    
7 * 		http://www.opensource.org/licenses/mit-license.php
                    
8 *
                    
75	 * Promises returned by curl.js or this runner module are *not*
                    
76	 * compliant to the CommonJS Promises/A standard.  Use a library
                    
77	 * such as when.js (http://github.com/cujojs/when) to create compliant
                    
191	 *   parameters, this callback must be called when all async tasks
                    
192	 *   are completed.  This function has a promise-like interface,
                    
193	 *   including `done.resolve(val)` and  `done.reject(ex)` for
                    
                
CWsdlGenerator.php http://chenjin.googlecode.com/svn/trunk/ | PHP | 420 lines
                    
131	{
                    
132		$comment=$method->getDocComment();
                    
133		if(strpos($comment,'@soap')===false)
                    
256				continue;  // simple type
                    
257			$complexType=$dom->createElement('xsd:complexType');
                    
258			if(is_string($xmlType))
                    
263					$complexType->setAttribute('name',$xmlType);
                    
264				$complexContent=$dom->createElement('xsd:complexContent');
                    
265				$restriction=$dom->createElement('xsd:restriction');
                    
271				$complexContent->appendChild($restriction);
                    
272				$complexType->appendChild($complexContent);
                    
273			}
                    
275			{
                    
276				$complexType->setAttribute('name',$phpType);
                    
277				$all=$dom->createElement('xsd:all');
                    
                
WrapperTypeDef.cpp https://Phalanger.svn.codeplex.com/svn | C++ | 443 lines
                    
13//
                    
14// ExtSupport - substitute for php4ts.dll/php5ts.dll
                    
15//
                    
88					ParameterTypeInfo ^info = Params[i]->Clone();
                    
89					info->ParamType = (info->IsOut ? PHP::Core::PhpReference::typeid : Object::typeid);
                    
90
                    
202			{
                    
203				xml_file_name = Path::Combine(PHP::Core::Configuration::Application->Paths->ExtTypeDefs,
                    
204					String::Concat(fileName, ".xml"));
                    
237					XmlNode ^attr = xml_doc->DocumentElement->Attributes->GetNamedItem("earlyInit");
                    
238					type_info.EarlyInit = (attr != nullptr && attr->Value->CompareTo("true") == 0);
                    
239
                    
353			if (String::Empty->CompareTo(func_name) == 0) func_name = nullptr;
                    
354			if (String::Empty->CompareTo(func_descr->Description) == 0) func_descr->Description = nullptr;
                    
355		
                    
                
0918fckconfig.js http://prosporous.googlecode.com/svn/trunk/ | JavaScript | 315 lines
                    
30FCKConfig.EditorAreaStyles = '' ;
                    
31FCKConfig.ToolbarComboPreviewCSS = '' ;
                    
32
                    
55// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
                    
56// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
                    
57// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
                    
110	['TextColor','BGColor'],
                    
111	['FitWindow','ShowBlocks','-','About']		// No comma for the last row.
                    
112] ;
                    
157FCKConfig.SpellChecker			= 'ieSpell' ;	// 'ieSpell' | 'SpellerPages'
                    
158FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
159FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
264// Custom implementations should just ignore it.
                    
265var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
266var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
                
sfPropelFormGenerator.class.php http://openirudi.googlecode.com/svn/trunk/ | PHP | 492 lines
                    
99
                    
100      file_put_contents($baseDir.'/base/Base'.$table->getPhpName().'Form.class.php', $this->evalTemplate('sfPropelFormGeneratedTemplate.php'));
                    
101      if (!file_exists($classFile = $baseDir.'/'.$table->getPhpName().'Form.class.php'))
                    
123      {
                    
124        if ($column->isForeignKey() && $column->isPrimaryKey() && $this->table->getPhpName() == $this->getForeignTable($column)->getPhpName())
                    
125        {
                    
129          {
                    
130            if ($relatedColumn->isForeignKey() && $relatedColumn->isPrimaryKey() && $this->table->getPhpName() != $this->getForeignTable($relatedColumn)->getPhpName())
                    
131            {
                    
167      {
                    
168        $names[] = array($this->getForeignTable($column)->getPhpName(), $column->getPhpName(), $column->isNotNull(), false);
                    
169      }
                    
173    {
                    
174      $names[] = array($tables['relatedTable']->getPhpName(), $tables['middleTable']->getPhpName(), false, true);
                    
175    }
                    
                
Cookie.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 355 lines
                    
1<?php
                    
2/*
                    
9* It is also available through the world-wide-web at this URL:
                    
10* http://opensource.org/licenses/osl-3.0.php
                    
11* If you did not receive a copy of the license and are unable to
                    
12* obtain it through the world-wide-web, please send an email
                    
13* to license@prestashop.com so we can send you a copy immediately.
                    
14*
                    
18* versions in the future. If you wish to customize PrestaShop for your
                    
19* needs please refer to http://www.prestashop.com for more information.
                    
20*
                    
20*
                    
21*  @author PrestaShop SA <contact@prestashop.com>
                    
22*  @copyright  2007-2011 PrestaShop SA
                    
296		}
                    
297		if (PHP_VERSION_ID <= 50200) /* PHP version > 5.2.0 */
                    
298			return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0);
                    
                
jquery.combo.js https://NBgeili.svn.codeplex.com/svn | JavaScript | 426 lines
                    
8 * http://www.gnu.org/licenses/gpl.txt
                    
9 * http://www.jeasyui.com/license_commercial.php
                    
10 *
                    
193var _32=$.data(_30,"combo").options;
                    
194var _33=$.data(_30,"combo").combo.find("input.combo-text");
                    
195_33.validatebox($.extend({},_32,{deltaX:(_32.hasDownArrow?_32.deltaX:(_32.deltaX>0?1:-1))}));
                    
325var r=_a(this);
                    
326_60=$.data(this,"combo",{options:$.extend({},$.fn.combo.defaults,$.fn.combo.parseOptions(this),_5e),combo:r.combo,panel:r.panel,previousValue:null});
                    
327$(this).removeAttr("disabled");
                    
340},textbox:function(jq){
                    
341return $.data(jq[0],"combo").combo.find("input.combo-text");
                    
342},destroy:function(jq){
                    
377},isValid:function(jq){
                    
378var _63=$.data(jq[0],"combo").combo.find("input.combo-text");
                    
379return _63.validatebox("isValid");
                    
                
classInteractiveDebugger-members.html git://pkgs.fedoraproject.org/xqilla | HTML | 64 lines
                    
6</head><body>
                    
7<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
                    
8<!-- Generated by Doxygen 1.6.1 -->
                    
28<div class="contents">
                    
29<h1>InteractiveDebugger Member List</h1>This is the complete list of members for <a class="el" href="classInteractiveDebugger.html">InteractiveDebugger</a>, including all inherited members.<table>
                    
30  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#ad63643f8a107abf3217337831d633a6b">BaseInteractiveDebugger</a>()</td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
33  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#adb44779d09da13f8211e3ec8fb9bc7eb">checkBreak</a>(bool entering)</td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
34  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#a0f0b17238151717de1b6de4c42907bfc">commands_</a></td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
35  <tr class="memlist"><td><a class="el" href="classInteractiveDebugger.html#a9171a5f6c3d01b65f1ea0197d609d34b">debugQuery</a>(const XQQuery *query, DynamicContext *context)</td><td><a class="el" href="classInteractiveDebugger.html">InteractiveDebugger</a></td><td><code> [static]</code></td></tr>
                    
38  <tr class="memlist"><td><a class="el" href="classDebugListener.html#acdb7089d9834e5b6c124b583164633dc">end</a>(const StackFrame *stack, const DynamicContext *context)</td><td><a class="el" href="classDebugListener.html">DebugListener</a></td><td><code> [inline, private, virtual]</code></td></tr>
                    
39  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#a33fc4ae17fb8b2072cae344df300c7b2">findCommand</a>(std::string &amp;command) const </td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
40  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#a4e31b07d647f398c94687ef09e168fb0">interrupted</a>()</td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
48  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#ae53948cb705a3977b2b8b2829677d699">queryStarted_</a></td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
49  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#a0599239266b3c505fe9bc6225860f597">readCommand</a>()</td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private]</code></td></tr>
                    
50  <tr class="memlist"><td><a class="el" href="classBaseInteractiveDebugger.html#a1bee567b4bfaf08fa36af0490509d465">regexFind</a>(const char *regex, const std::string &amp;str, int groupNo=1)</td><td><a class="el" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a></td><td><code> [private, static]</code></td></tr>
                    
                
mysql_common.h git://github.com/facebook/hiphop-php.git | C Header | 478 lines
                    
17
                    
18#ifndef incl_HPHP_MYSQL_COMMON_H_
                    
19#define incl_HPHP_MYSQL_COMMON_H_
                    
404req::ptr<MySQLResult> php_mysql_extract_result(const Resource& result);
                    
405req::ptr<MySQLResult> php_mysql_extract_result(const Variant& result);
                    
406
                    
410#define PHP_MYSQL_FIELD_TABLE 2
                    
411#define PHP_MYSQL_FIELD_LEN   3
                    
412#define PHP_MYSQL_FIELD_TYPE  4
                    
466#define PHP_MYSQL_NUM    1 << 1
                    
467#define PHP_MYSQL_BOTH   (PHP_MYSQL_ASSOC|PHP_MYSQL_NUM)
                    
468
                    
477
                    
478#endif // incl_HPHP_MYSQL_COMMON_H_
                    
479
                    
                
PrototypedArrayNodeTest.php git://github.com/fabpot/symfony.git | PHP | 341 lines
                    
1<?php
                    
2
                    
5 *
                    
6 * (c) Fabien Potencier <fabien@symfony.com>
                    
7 *
                    
11
                    
12namespace Symfony\Component\Config\Tests\Definition;
                    
13
                    
13
                    
14use PHPUnit\Framework\TestCase;
                    
15use Symfony\Component\Config\Definition\ArrayNode;
                    
15use Symfony\Component\Config\Definition\ArrayNode;
                    
16use Symfony\Component\Config\Definition\PrototypedArrayNode;
                    
17use Symfony\Component\Config\Definition\ScalarNode;
                    
17use Symfony\Component\Config\Definition\ScalarNode;
                    
18use Symfony\Component\Config\Definition\VariableNode;
                    
19
                    
                
23.js git://github.com/Graylog2/graylog2-server.git | JavaScript | 6 lines
                    
2 * 
                    
3 * based on SWFObject v2.2 <http://code.google.com/p/swfobject/> 
                    
4	is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
                    
5*/
                    
6var swfmini=function(){function a(){if(!s){s=!0;for(var a=r.length,b=0;a>b;b++)r[b]()}}function b(a){s?a():r[r.length]=a}function c(){q&&d()}function d(){var a=o.getElementsByTagName("body")[0],b=e(i);b.setAttribute("type",m);var c=a.appendChild(b);if(c){var d=0;!function(){if(typeof c.GetVariable!=h){var e=c.GetVariable("$version");e&&(e=e.split(" ")[1].split(","),u.pv=[parseInt(e[0],10),parseInt(e[1],10),parseInt(e[2],10)])}else if(10>d)return d++,void setTimeout(arguments.callee,10);a.removeChild(b),c=null}()}}function e(a){return o.createElement(a)}function f(a){var b=u.pv,c=a.split(".");return c[0]=parseInt(c[0],10),c[1]=parseInt(c[1],10)||0,c[2]=parseInt(c[2],10)||0,b[0]>c[0]||b[0]==c[0]&&b[1]>c[1]||b[0]==c[0]&&b[1]==c[1]&&b[2]>=c[2]?!0:!1}var g=function(){j.error("This method was removed from swfmini")},h="undefined",i="object",j=window.webshims,k="Shockwave Flash",l="ShockwaveFlash.ShockwaveFlash",m="application/x-shockwave-flash",n=window,o=document,p=navigator,q=!1,r=[c],s=!1,t=!0,u=function(){var a=typeof o.getElementById!=h&&typeof o.getElementsByTagName!=h&&typeof o.createElement!=h,b=p.userAgent.toLowerCase(),c=p.platform.toLowerCase(),d=/win/.test(c?c:b),e=/mac/.test(c?c:b),f=/webkit/.test(b)?parseFloat(b.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):!1,g=!1,j=[0,0,0],r=null;if(typeof p.plugins!=h&&typeof p.plugins[k]==i)r=p.plugins[k].description,!r||typeof p.mimeTypes!=h&&p.mimeTypes[m]&&!p.mimeTypes[m].enabledPlugin||(q=!0,g=!1,r=r.replace(/^.*\s+(\S+\s+\S+$)/,"$1"),j[0]=parseInt(r.replace(/^(.*)\..*$/,"$1"),10),j[1]=parseInt(r.replace(/^.*\.(.*)\s.*$/,"$1"),10),j[2]=/[a-zA-Z]/.test(r)?parseInt(r.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0);else if(typeof n.ActiveXObject!=h)try{var s=new ActiveXObject(l);s&&(r=s.GetVariable("$version"),r&&(g=!0,r=r.split(" ")[1].split(","),j=[parseInt(r[0],10),parseInt(r[1],10),parseInt(r[2],10)]))}catch(t){}return{w3:a,pv:j,wk:f,ie:g,win:d,mac:e}}();j.ready("DOM",a),j.loader.addModule("swfmini-embed",{d:["swfmini"]});var v=f("9.0.0")?function(){return j.loader.loadList(["swfmini-embed"]),!0}:j.$.noop;return j.support.mediaelement?j.ready("WINDOWLOAD",v):v(),{registerObject:g,getObjectById:g,embedSWF:function(a,b,c,d,e,f,g,h,i,k){var l=arguments;v()?j.ready("swfmini-embed",function(){swfmini.embedSWF.apply(swfmini,l)}):k&&k({success:!1,id:b})},switchOffAutoHideShow:function(){t=!1},ua:u,getFlashPlayerVersion:function(){return{major:u.pv[0],minor:u.pv[1],release:u.pv[2]}},hasFlashPlayerVersion:f,createSWF:function(a,b,c){return u.w3?createSWF(a,b,c):void 0},showExpressInstall:g,removeSWF:g,createCSS:g,addDomLoadEvent:b,addLoadEvent:g,expressInstallCallback:g}}();webshims.isReady("swfmini",!0),function(a){"use strict";var b=a.support,c=b.mediaelement,d=!1,e=a.bugs,f="mediaelement-jaris",g=function(){a.ready(f,function(){a.mediaelement.createSWF||(a.mediaelement.loadSwf=!0,a.reTest([f],c))})},h=a.cfg,i=h.mediaelement,j=-1!=navigator.userAgent.indexOf("MSIE");if(!i)return void a.error("mediaelement wasn't implemented but loaded");if(c){var k=document.createElement("video");b.videoBuffered="buffered"in k,b.mediaDefaultMuted="defaultMuted"in k,d="loop"in k,b.mediaLoop=d,a.capturingEvents(["play","playing","waiting","paused","ended","durationchange","loadedmetadata","canplay","volumechange"]),(!b.videoBuffered||!d||!b.mediaDefaultMuted&&j&&"ActiveXObject"in window)&&(a.addPolyfill("mediaelement-native-fix",{d:["dom-support"]}),a.loader.loadList(["mediaelement-native-fix"]))}b.track&&!e.track&&!function(){if(!e.track){window.VTTCue&&!window.TextTrackCue?window.TextTrackCue=window.VTTCue:window.VTTCue||(window.VTTCue=window.TextTrackCue);try{new VTTCue(2,3,"")}catch(a){e.track=!0}}}(),window.CanvasRenderingContext2D&&CanvasRenderingContext2D.prototype&&(CanvasRenderingContext2D.prototype.wsImageComplete=function(a){a.call(this,this)}),a.register("mediaelement-core",function(a,e,h,i,j,k){var l=swfmini.hasFlashPlayerVersion("11.3"),m=e.mediaelement,n=!1;m.parseRtmp=function(a){var b,c,d,f=a.src.split("://"),g=f[1].split("/");for(a.server=f[0]+"://"+g[0]+"/",a.streamId=[],b=1,c=g.length;c>b;b++)d||-1===g[b].indexOf(":")||(g[b]=g[b].split(":")[1],d=!0),d?a.streamId.push(g[b]):a.server+=g[b]+"/";a.streamId.length||e.error("Could not parse rtmp url"),a.streamId=a.streamId.join("/")};var o=function(b,c){b=a(b);var d,e={src:b.attr("src")||"",elem:b,srcProp:b.prop("src")};return e.src?(d=b.attr("data-server"),null!=d&&(e.server=d),d=b.attr("type")||b.attr("data-type"),d?(e.type=d,e.container=a.trim(d.split(";")[0])):(c||(c=b[0].nodeName.toLowerCase(),"source"==c&&(c=(b.closest("video, audio")[0]||{nodeName:"video"}).nodeName.toLowerCase())),e.server?(e.type=c+"/rtmp",e.container=c+"/rtmp"):(d=m.getTypeForSrc(e.src,c,e),d&&(e.type=d,e.container=d))),d=b.attr("media"),d&&(e.media=d),("audio/rtmp"==e.type||"video/rtmp"==e.type)&&(e.server?e.streamId=e.src:m.parseRtmp(e)),e):e},p=!l&&"postMessage"in h&&c,q=function(){q.loaded||(q.loaded=!0,k.noAutoTrack||e.ready("WINDOWLOAD",function(){s(),e.loader.loadList(["track-ui"])}))},r=function(){var b;return function(){!b&&p&&(b=!0,n&&e.loader.loadScript("https://www.youtube.com/player_api"),a(function(){e._polyfill(["mediaelement-yt"])}))}}(),s=function(){l?g():r()};e.addPolyfill("mediaelement-yt",{test:!p,d:["dom-support"]}),m.mimeTypes={audio:{"audio/ogg":["ogg","oga","ogm"],'audio/ogg;codecs="opus"':"opus","audio/mpeg":["mp2","mp3","mpga","mpega"],"audio/mp4":["mp4","mpg4","m4r","m4a","m4p","m4b","aac"],"audio/wav":["wav"],"audio/3gpp":["3gp","3gpp"],"audio/webm":["webm"],"audio/fla":["flv","f4a","fla"],"application/x-mpegURL":["m3u8","m3u"]},video:{"video/ogg":["ogg","ogv","ogm"],"video/mpeg":["mpg","mpeg","mpe"],"video/mp4":["mp4","mpg4","m4v"],"video/quicktime":["mov","qt"],"video/x-msvideo":["avi"],"video/x-ms-asf":["asf","asx"],"video/flv":["flv","f4v"],"video/3gpp":["3gp","3gpp"],"video/webm":["webm"],"application/x-mpegURL":["m3u8","m3u"],"video/MP2T":["ts"]}},m.mimeTypes.source=a.extend({},m.mimeTypes.audio,m.mimeTypes.video),m.getTypeForSrc=function(b,c){if(-1!=b.indexOf("youtube.com/watch?")||-1!=b.indexOf("youtube.com/v/"))return"video/youtube";if(!b.indexOf("mediastream:")||!b.indexOf("blob:http"))return"usermedia";if(!b.indexOf("webshimstream"))return"jarisplayer/stream";if(!b.indexOf("rtmp"))return c+"/rtmp";b=b.split("?")[0].split("#")[0].split("."),b=b[b.length-1];var d;return a.each(m.mimeTypes[c],function(a,c){return-1!==c.indexOf(b)?(d=a,!1):void 0}),d},m.srces=function(b){var c=[];b=a(b);var d=b[0].nodeName.toLowerCase(),e=o(b,d);return e.src?c.push(e):a("source",b).each(function(){e=o(this,d),e.src&&c.push(e)}),c},m.swfMimeTypes=["video/3gpp","video/x-msvideo","video/quicktime","video/x-m4v","video/mp4","video/m4p","video/x-flv","video/flv","audio/mpeg","audio/aac","audio/mp4","audio/x-m4a","audio/m4a","audio/mp3","audio/x-fla","audio/fla","youtube/flv","video/jarisplayer","jarisplayer/jarisplayer","jarisplayer/stream","video/youtube","video/rtmp","audio/rtmp"],m.canThirdPlaySrces=function(b,c){var d="";return(l||p)&&(b=a(b),c=c||m.srces(b),a.each(c,function(a,b){return b.container&&b.src&&(l&&-1!=m.swfMimeTypes.indexOf(b.container)||p&&"video/youtube"==b.container)?(d=b,!1):void 0})),d};var t={};m.canNativePlaySrces=function(b,d){var e="";if(c){b=a(b);var f=(b[0].nodeName||"").toLowerCase(),g=(t[f]||{prop:{_supvalue:!1}}).prop._supvalue||b[0].canPlayType;if(!g)return e;d=d||m.srces(b),a.each(d,function(a,c){return"usermedia"==c.type||c.type&&g.call(b[0],c.type)?(e=c,!1):void 0})}return e};var u=/^\s*application\/octet\-stream\s*$/i,v=function(){var b=u.test(a.attr(this,"type")||"");return b&&a(this).removeAttr("type"),b};m.setError=function(b,c){if(a("source",b).filter(v).length){e.error('"application/octet-stream" is a useless mimetype for audio/video. Please change this attribute.');try{a(b).mediaLoad()}catch(d){}}else c||(c="can't play sources"),a(b).pause().data("mediaerror",c),e.error("mediaelementError: "+c+". Run the following line in your console to get more info: webshim.mediaelement.loadDebugger();"),setTimeout(function(){a(b).data("mediaerror")&&a(b).addClass("media-error").trigger("mediaerror")},1)};var w=function(){var b,c=l?f:"mediaelement-yt";return function(d,f,g){e.ready(c,function(){m.createSWF&&a(d).parent()[0]?m.createSWF(d,f,g):b||(b=!0,s(),w(d,f,g))}),b||!p||m.createSWF||(n=!0,r())}}(),x={"native":function(a,b,c){c&&"third"==c.isActive&&m.setActive(a,"html5",c)},third:w},y=function(a,b,c){var d,e,f=[{test:"canNativePlaySrces",activate:"native"},{test:"canThirdPlaySrces",activate:"third"}];for((k.preferFlash||b&&"third"==b.isActive)&&f.reverse(),d=0;2>d;d++)if(e=m[f[d].test](a,c)){x[f[d].activate](a,e,b);break}e||(m.setError(a,!1),b&&"third"==b.isActive&&m.setActive(a,"html5",b))},z=/^(?:embed|object|datalist|picture)$/i,A=function(b,c){var d=e.data(b,"mediaelementBase")||e.data(b,"mediaelementBase",{}),f=m.srces(b),g=b.parentNode;clearTimeout(d.loadTimer),a(b).removeClass("media-error"),a.data(b,"mediaerror",!1),f.length&&g&&1==g.nodeType&&!z.test(g.nodeName||"")&&(c=c||e.data(b,"mediaelement"),m.sortMedia&&f.sort(m.sortMedia),y(b,c,f))};m.selectSource=A,a(i).on("ended",function(b){var c=e.data(b.target,"mediaelement");(!d||c&&"html5"!=c.isActive||a.prop(b.target,"loop"))&&setTimeout(function(){!a.prop(b.target,"paused")&&a.prop(b.target,"loop")&&a(b.target).prop("currentTime",0).play()})});var B=!1,C=function(){var f=function(){e.implement(this,"mediaelement")&&(A(this),b.mediaDefaultMuted||null==a.attr(this,"muted")||a.prop(this,"muted",!0))};e.ready("dom-support",function(){B=!0,d||e.defineNodeNamesBooleanProperty(["audio","video"],"loop"),["audio","video"].forEach(function(b){var d;d=e.defineNodeNameProperty(b,"load",{prop:{value:function(){var b=e.data(this,"mediaelement");A(this,b),!c||b&&"html5"!=b.isActive||!d.prop._supvalue||d.prop._supvalue.apply(this,arguments),!q.loaded&&this.querySelector("track")&&q(),a(this).triggerHandler("wsmediareload")}}}),t[b]=e.defineNodeNameProperty(b,"canPlayType",{prop:{value:function(d){var e="";return c&&t[b].prop._supvalue&&(e=t[b].prop._supvalue.call(this,d),"no"==e&&(e="")),!e&&l&&(d=a.trim((d||"").split(";")[0]),-1!=m.swfMimeTypes.indexOf(d)&&(e="maybe")),!e&&p&&"video/youtube"==d&&(e="maybe"),e}}})}),e.onNodeNamesPropertyModify(["audio","video"],["src","poster"],{set:function(){var a=this,b=e.data(a,"mediaelementBase")||e.data(a,"mediaelementBase",{});clearTimeout(b.loadTimer),b.loadTimer=setTimeout(function(){A(a),a=null},9)}}),e.addReady(function(b,c){var d=a("video, audio",b).add(c.filter("video, audio")).each(f);!q.loaded&&a("track",d).length&&q(),d=null})}),c&&!B&&e.addReady(function(b,c){B||a("video, audio",b).add(c.filter("video, audio")).each(function(){return m.canNativePlaySrces(this)?void 0:(n=!0,s(),B=!0,!1)})})};m.loadDebugger=function(){e.ready("dom-support",function(){e.loader.loadScript("mediaelement-debug")})},{noCombo:1,media:1}[e.cfg.debug]&&a(i).on("mediaerror",function(){m.loadDebugger()}),c?(e.isReady("mediaelement-core",!0),C(),e.ready("WINDOWLOAD mediaelement",s)):e.ready(f,C),e.ready("track",q),"complete"==i.readyState&&e.isReady("WINDOWLOAD",!0)})}(webshims);
                    
                
prepend.inc.php http://scalr.googlecode.com/svn/ | PHP | 340 lines
                    
84	require_once(SRCPATH."/class.Debug.php");
                    
85	require_once(SRCPATH."/class.TaskQueue.php");
                    
86	require_once(SRCPATH."/class.FarmTerminationOptions.php");
                    
115	Core::Load("UI/Smarty/Smarty.class.php", LIBPATH);
                    
116	Core::Load("UI/Smarty/Smarty_Compiler.class.php", LIBPATH);		
                    
117	Core::Load("NET/Mail/PHPMailer");
                    
117	Core::Load("NET/Mail/PHPMailer");
                    
118	Core::Load("NET/Mail/PHPSmartyMailer");
                    
119	Core::Load("Data/Formater/Formater");
                    
189	// Define log4php contants
                    
190	define("LOG4PHP_DIR", LIBPATH.'/IO/Logging/log4php/src/main/php');
                    
191	define("LOG4PHP_CONFIGURATION", APPPATH.'/etc/log4php.xml');
                    
204
                    
205	require_once(LOG4PHP_DIR . '/LoggerManager.php');
                    
206		
                    
                
RegisteredCharacter.php https://code.google.com/p/yapeal/ | PHP | 309 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * PHP version 5
                    
6 *
                    
6 *
                    
7 * LICENSE: This file is part of Yet Another Php Eve Api library also know
                    
8 * as Yapeal which will be used to refer to it in the rest of this license.
                    
22 *
                    
23 * @author     Michael Cummings <mgcummings@yahoo.com>
                    
24 * @copyright  Copyright (c) 2008-2012, Michael Cummings
                    
26 * @package    Yapeal
                    
27 * @link       http://code.google.com/p/yapeal/
                    
28 * @link       http://www.eveonline.com/
                    
41  $mess = basename(__FILE__)
                    
42    . ' must be included it can not be ran directly.' . PHP_EOL;
                    
43  if (PHP_SAPI != 'cli') {
                    
                
wp-blip-options.php http://wp-blip.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
13
                    
14require_once 'wp-blip-common.php';
                    
15
                    
76                <th scope="row"><label for="wp_blip_quant">Ilo?? statusów do pobrania:</label></th>
                    
77                <td><input type="text" name="wp_blip_quant" id="wp_blip_quant" value="<?php echo htmlentities2 ($wp_blip_options['quant']) ?>" /></td>
                    
78            </tr>
                    
128                        type="radio" name="wp_blip_datetype" value="relative_simple" id="wp_blip_datetype_relative_simple"
                    
129                        <?php echo $wp_blip_options['datetype'] == 'relative_simple' ? 'checked="checked"' : ''; ?>
                    
130                        /> relatywny (uproszczony)</label>
                    
163                    size="50" /><br />
                    
164                    Szczegó?y: <a href="http://php.net/strftime">php.net/strftime</a> (domy?lnie: %Y-%m-%d %H:%M:%S)
                    
165                </td>
                    
203                <th scope="row">Wyczy?? cache:</th>
                    
204                <td><a href="<?php echo get_bloginfo('wpurl'); ?>/wp-content/plugins/wp-blip/wp-blip-ajax.php?ajax=1&amp;action=cache_invalidate"
                    
205                    onclick="jQuery.get (this.href, {}, function (d, s) {alert (d);}); return false">wyczy??</a></td>
                    
                
cache-api.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 147 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
7  <meta name="Keywords" content="DoYouHaoBaby,Framework">
                    
8  <meta name="Description" content="The DoYouHaoBaby PHP Framework | ?????????????">
                    
9  <link rel="stylesheet" type="text/css" href="./../../media/css/style.css" />
                    
12 <body style="margin:0">
                    
13  <div id="header"><img src="./../../media/images/logo.png"  border="0" title="The DoYouHaoBaby PHP Framework Logo" ></div>
                    
14  <div id="content"> 
                    
15     <div id="version">
                    
16	    The DoYouHaoBaby PHP Framework????????<br>
                    
17        Copyright(c) <a href="http://doyouhaobaby.net">DoYouHaoBaby.NET</a>
                    
45<p>
                    
46			???????????????????????????<span style="color: rgb(0, 128, 0);"><strong>Dyhb.class.php</strong></span> ?????<span style="color: rgb(0, 128, 0);"><strong>DoYouHaoBaby\LibPHP\App\Lib\Dyhb.class.php</strong></span>?</p>
                    
47		<p>
                    
                
Fl_GIF_Image.cxx http://luafltk.googlecode.com/svn/trunk/ | C++ | 391 lines
                    
24//
                    
25//     http://www.fltk.org/str.php
                    
26//
                    
42// Read a .gif file and convert it to a "xpm" format (actually my
                    
43// modified one with compressed colormaps).
                    
44
                    
48
                    
49/* gif2ras.c - Converts from a Compuserve GIF (tm) image to a Sun Raster image.
                    
50 *
                    
53 * Author: Patrick J. Naughton
                    
54 * naughton@wind.sun.com
                    
55 *
                    
67 *
                    
68 * Comments and additions should be sent to the author:
                    
69 *
                    
                
Fl_Input.H http://luafltk.googlecode.com/svn/trunk/ | C Header | 265 lines
                    
24//
                    
25//     http://www.fltk.org/str.php
                    
26//
                    
88  <TR><TD><B>RightCtrl or
                    
89  <BR>Compose</B></TD><TD>
                    
90  \anchor Fl_Input_Compose_Character
                    
90  \anchor Fl_Input_Compose_Character
                    
91  Start a compose-character
                    
92  sequence.  The next one or two keys typed define the character to
                    
94  
                    
95  <p>For instance, to type "á" type [compose][a]['] or [compose]['][a].
                    
96  
                    
97  <P>The character "nbsp" (non-breaking space) is typed by using
                    
98  [compose][space].
                    
99  
                    
                
dns_zone_add.tpl http://scalr.googlecode.com/svn/ | Smarty Template | 267 lines
                    
56				{
                    
57					root: 'data', // from php file: array("data" => $result);
                    
58					id: 'id',					        	
                    
62			
                    
63			farmsCombo = new Ext.form.ComboBox(
                    
64			{
                    
82						if(roleCombo)
                    
83							roleCombo.clearValue();			   								
                    
84						
                    
93		
                    
94			roleCombo = new Ext.form.ComboBox(
                    
95			{
                    
103				typeAhead:		true,
                    
104				farmsCombo:		farmsCombo,
                    
105				triggerAction:	'all',
                    
                
default.php http://jfusion.googlecode.com/svn/trunk/ | PHP | 250 lines
                    
101            <?php if ($record->name == 'joomla_int'): //joomla_int must be treated separately?>
                    
102                <a href="index.php?option=com_jfusion&task=plugineditor&jname=<?php echo $record->name; ?>" title="Edit Plugin"><img src="<?php echo $images ?>edit.png" alt="Edit Plugin" /></a>
                    
103                <img src="<?php echo $images ?>copy_icon_dim.png" />
                    
107                <a href="index.php?option=com_jfusion&task=plugineditor&jname=<?php echo $record->name; ?>" title="Edit Plugin"><img src="<?php echo $images ?>edit.png" alt="Edit Plugin" /></a>
                    
108                <a href="javascript: void(0)" onclick="copy_plugin('index.php?option=com_jfusion&task=copy_plugin&jname=<?php echo $record->name; ?>')" title="Copy Plugin"><img src="<?php echo $images ?>copy_icon.png" alt="Copy Plugin" /></a>
                    
109                <img src="<?php echo $images ?>delete_icon_dim.png" title='<?php echo JText::_('PLUGIN_HAS_COPIES'); ?>' />
                    
110                <?php if ($record->wizard): ?>
                    
111            	<a href="index.php?option=com_jfusion&task=wizard&jname=<?php echo $record->name; ?>" title="Plugin Wizard"><img src="<?php echo $images ?>wizard_icon.png" alt="Plugin Wizard" /></a>
                    
112                <?php else :?>
                    
116                <a href="index.php?option=com_jfusion&task=plugineditor&jname=<?php echo $record->name; ?>" title="Edit Plugin"><img src="<?php echo $images ?>edit.png" alt="Edit Plugin" /></a>
                    
117                <a href="javascript: void(0)" onclick="copy_plugin('index.php?option=com_jfusion&task=copy_plugin&jname=<?php echo $record->name; ?>')" title="Copy Plugin"><img src="<?php echo $images ?>copy_icon.png" alt="Copy Plugin" /></a>
                    
118                <a href="javascript: void(0)" onclick="uninstall_plugin('<?php echo $record->name; ?>')" title="Delete Plugin"><img src="<?php echo $images ?>delete_icon.png" alt="Uninstall Plugin" /></a>
                    
119                <?php if ($record->wizard): ?>
                    
120            	<a href="index.php?option=com_jfusion&task=wizard&jname=<?php echo $record->name; ?>" title="Plugin Wizard"><img src="<?php echo $images ?>wizard_icon.png" alt="Plugin Wizard" /></a>
                    
121                <?php else :?>
                    
                
Makefile.in git://pkgs.fedoraproject.org/virtuoso-opensource | Autoconf | 520 lines
                    
57subdir = binsrc/tutorial/xml
                    
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                    
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    
74DIST_SOURCES =
                    
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    
76ACLOCAL = @ACLOCAL@
                    
258pdfdocdir = @pdfdocdir@
                    
259php5_CFLAGS = @php5_CFLAGS@
                    
260php5_LDFLAGS = @php5_LDFLAGS@
                    
434maintainer-clean-generic:
                    
435	@echo "This command is intended for maintainers to use"
                    
436	@echo "it deletes files that may require special tools to rebuild."
                    
                
save_QueryBuilder.class.php http://antilophpe.googlecode.com/svn/ | PHP | 317 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * File QueryBuilder.class.php
                    
4 *
                    
6 * type QueryBuilder.
                    
7 * @author Dott. Marco Novo <mnovo@ncfsistemi.com>
                    
8 * @version 1.0
                    
267  /*version 2.1*/
                    
268  /*author: acoppo@ncfsistemi.com*/
                    
269
                    
                
controllers.rb http://ruby-taskr.googlecode.com/svn/trunk/ | Ruby | 344 lines
                    
141      $LOG.debug "normalize_actions_params Normalizing: #{input_params.inspect}"
                    
142      # some gymnastics here to provide compatibility for the way various
                    
143      # REST client libraries submit data
                    
186      begin
                    
187        # the "0" is for compatibility with PHP's Zend_Rest_Client
                    
188        task_data = @input['task'] || @input["0"] || @input
                    
203        
                    
204        # some gymnastics here to provide compatibility for the way various
                    
205        # REST client libraries submit data
                    
                
function_8html__checkboxes_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 143 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<title>openbiz: E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/function.html_checkboxes.php Source File</title>
                    
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
                    
28  <div class="headertitle">
                    
29<h1>E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/function.html_checkboxes.php</h1>  </div>
                    
30</div>
                    
31<div class="contents">
                    
32<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php
                    
33<a name="l00041"></a>00041 function smarty_function_html_checkboxes($params, &amp;$smarty)
                    
90<a name="l00098"></a>00098     <span class="keywordflow">if</span> (!isset($options) &amp;&amp; !isset($values))
                    
91<a name="l00099"></a>00099         <span class="keywordflow">return</span> <span class="stringliteral">&#39;&#39;</span>; <span class="comment">/* raise error here? */</span>
                    
92<a name="l00100"></a>00100 
                    
                
cfg.cpp git://github.com/facebook/hiphop-php.git | C++ | 308 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
4   +----------------------------------------------------------------------+
                    
5   | Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com)         |
                    
6   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.txt                                  |
                    
11   | If you did not receive a copy of the PHP license and are unable to   |
                    
12   | obtain it through the world-wide-web, please send a note to          |
                    
13   | license@php.net so we can mail you a copy immediately.               |
                    
14   +----------------------------------------------------------------------+
                    
                
namespace_zend___log.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 98 lines
                    
38<dl class="rcs"><dt><b>Id:</b></dt><dd>Exception.php 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
39<p>Filter  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
40<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
41<dl class="rcs"><dt><b>Id:</b></dt><dd>Interface.php 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
42<p>Filter  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
43<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
50<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_suppress_8php_source.html">Suppress.php</a> 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
51<p>Formatter  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
52<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
60<dl class="rcs"><dt><b>Id:</b></dt><dd><a class="el" href="_simple_8php_source.html">Simple.php</a> 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
61<p>Formatter  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
62<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
85<dl class="rcs"><dt><b>Id:</b></dt><dd>Stream.php 16219 2009-06-21 19:45:39Z thomas </dd></dl>
                    
86<p>Writer  Copyright (c) 2005-2009 <a class="el" href="namespace_zend.html">Zend</a> Technologies USA Inc. (<a href="http://www.zend.com">http://www.zend.com</a>)  <a href="http://framework.zend.com/license/new-bsd">http://framework.zend.com/license/new-bsd</a> New BSD License </p>
                    
87<dl class="version"><dt><b>Version:</b></dt><dd></dd></dl>
                    
                
ads(3).htm http://vcdparser.googlecode.com/svn/trunk/ | HTML | 10 lines
                    
1
                    
2<!-- saved from url=(1159)http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-5210865062499224&dt=1245630700115&prev_slotnames=6778410621%2C8126876737%2C6449884858&output=html&slotname=3481553397&correlator=1245630699168&dblk=1&url=http%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml&ref=http%3A%2F%2Fimages.google.com%2Fimgres%3Fimgurl%3Dhttp%3A%2F%2Fpic1.scmao.com%2Fdown%2Fline03%2FICON%2Fpng%2F0907%2F323%2Faskeleton1%252520(1).png%26imgrefurl%3Dhttp%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml%26usg%3D__0wzGeH9g7OW1uIkFZQdpHp675hQ%3D%26h%3D520%26w%3D500%26sz%3D109%26hl%3Den%26start%3D42%26sig2%3DTKCciMy6aUN_CBsss4HHEw%26tbnid%3D5rYqCgpP4pklaM%3A%26tbnh%3D131%26tbnw%3D126%26prev%3D%2Fimages%253Fq%253D%2525E4%2525BA%2525BA%2525E4%2525BD%252593%2525E9%2525AA%2525A8%2525E6%25259E%2525B6%2526gbv%253D2%2526ndsp%253D21%2526hl%253Den%2526sa%253DN%2526start%253D21%26ei%3D39A-SrzFDpWQ6APSzp2fDg&frm=0&ga_vid=155008331.1245630699&ga_sid=1245630699&ga_hid=525007174&flash=10.0.22&w=468&h=15&u_h=1200&u_w=1920&u_ah=1200&u_aw=1788&u_cd=32&u_tz=480&u_his=1&u_java=true&u_nplug=14&u_nmime=31&dtd=181&xpc=yEhOmsFLve&p=http%3A//www.scmao.com -->
                    
3<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><STYLE><!--
                    
6adu='';document.write('<a href="http://services.google.com/feedback/abg?url=http://www.scmao.com/icon/other/20080918/icon-722.shtml&hl=zh-CN&client=ca-pub-5210865062499224&done=1');if(adt.length==0)document.write('&adU=+'+'&adT=no+AdLinks+found');for(i=0;i<adt.length;++i)document.write('&adU='+(adu+='+')+'&adT='+adt[i]);document.write('" target=_blank id=abg>Google ?????</a>');//--></SCRIPT><A href="http://services.google.com/feedback/abg?url=http://www.scmao.com/icon/other/20080918/icon-722.shtml&hl=zh-CN&client=ca-pub-5210865062499224&done=1&adU=+&adT=%E7%B4%A0%E6%9D%90&adU=++&adT=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE&adU=+++&adT=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1&adU=++++&adT=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8" target="_blank" id="abg">Google ?????</A></NOBR></TD><TD bgcolor="#ffffff" width="5"><IMG height="1" width="1" alt=""></TD><TD><TABLE border="0" cellpadding="0" cellspacing="0" width="100&percnt;"><TBODY><TR><TD width="25&percnt;" align="center"><DIV class="al"><SCRIPT><!--
                    
7document.write("<a href=\""+gurl("ChBKPtD0AAhT0gpvMQ7htwpmEgbntKDmnZAaCI4FzUsuRfeIKAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms")+"&okw=%E7%B4%A0%E6%9D%90\" onMouseOver=\"return ss("+sl.length+")\" onMouseOut=\"cs()\" class=alt target=_blank>");sl[sl.length]='???? ?? ???';//--></SCRIPT><A href="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5210865062499224&dt=1245630700115&prev_slotnames=6778410621%2C8126876737%2C6449884858&output=html&slotname=3481553397&correlator=1245630699168&dblk=1&url=http%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml&ref=http%3A%2F%2Fimages.google.com%2Fimgres%3Fimgurl%3Dhttp%3A%2F%2Fpic1.scmao.com%2Fdown%2Fline03%2FICON%2Fpng%2F0907%2F323%2Faskeleton1%252520(1).png%26imgrefurl%3Dhttp%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml%26usg%3D__0wzGeH9g7OW1uIkFZQdpHp675hQ%3D%26h%3D520%26w%3D500%26sz%3D109%26hl%3Den%26start%3D42%26sig2%3DTKCciMy6aUN_CBsss4HHEw%26tbnid%3D5rYqCgpP4pklaM%3A%26tbnh%3D131%26tbnw%3D126%26prev%3D%2Fimages%253Fq%253D%2525E4%2525BA%2525BA%2525E4%2525BD%252593%2525E9%2525AA%2525A8%2525E6%25259E%2525B6%2526gbv%253D2%2526ndsp%253D21%2526hl%253Den%2526sa%253DN%2526start%253D21%26ei%3D39A-SrzFDpWQ6APSzp2fDg&frm=0&ga_vid=155008331.1245630699&ga_sid=1245630699&ga_hid=525007174&flash=10.0.22&w=468&h=15&u_h=1200&u_w=1920&u_ah=1200&u_aw=1788&u_cd=32&u_tz=480&u_his=1&u_java=true&u_nplug=14&u_nmime=31&dtd=181&xpc=yEhOmsFLve&p=http%3A//www.scmao.com&format=fp_al_lp&kw_type=radlink&prev_fmts=468x15_0ads_al&rt=ChBKPtD0AAhT0gpvMQ7htwpmEgbntKDmnZAaCI4FzUsuRfeIKAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms&hl=zh-CN&kw0=%E7%B4%A0%E6%9D%90&kw1=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE&kw2=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1&kw3=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8&okw=%E7%B4%A0%E6%9D%90" onmouseover="return ss(0)" onmouseout="cs()" class="alt" target="_blank">??</A></DIV></TD><TD width="25&percnt;" align="center"><DIV class="al"><SCRIPT><!--
                    
8document.write("<a href=\""+gurl("ChBKPtD0AAhT4gpvMQ7htwpmEgznlLXlvbHmkq3mlL4aCOGOXkorhMV_KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms")+"&okw=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE\" onMouseOver=\"return ss("+sl.length+")\" onMouseOut=\"cs()\" class=alt target=_blank>");sl[sl.length]='???? ???? ???';//--></SCRIPT><A href="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5210865062499224&dt=1245630700115&prev_slotnames=6778410621%2C8126876737%2C6449884858&output=html&slotname=3481553397&correlator=1245630699168&dblk=1&url=http%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml&ref=http%3A%2F%2Fimages.google.com%2Fimgres%3Fimgurl%3Dhttp%3A%2F%2Fpic1.scmao.com%2Fdown%2Fline03%2FICON%2Fpng%2F0907%2F323%2Faskeleton1%252520(1).png%26imgrefurl%3Dhttp%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml%26usg%3D__0wzGeH9g7OW1uIkFZQdpHp675hQ%3D%26h%3D520%26w%3D500%26sz%3D109%26hl%3Den%26start%3D42%26sig2%3DTKCciMy6aUN_CBsss4HHEw%26tbnid%3D5rYqCgpP4pklaM%3A%26tbnh%3D131%26tbnw%3D126%26prev%3D%2Fimages%253Fq%253D%2525E4%2525BA%2525BA%2525E4%2525BD%252593%2525E9%2525AA%2525A8%2525E6%25259E%2525B6%2526gbv%253D2%2526ndsp%253D21%2526hl%253Den%2526sa%253DN%2526start%253D21%26ei%3D39A-SrzFDpWQ6APSzp2fDg&frm=0&ga_vid=155008331.1245630699&ga_sid=1245630699&ga_hid=525007174&flash=10.0.22&w=468&h=15&u_h=1200&u_w=1920&u_ah=1200&u_aw=1788&u_cd=32&u_tz=480&u_his=1&u_java=true&u_nplug=14&u_nmime=31&dtd=181&xpc=yEhOmsFLve&p=http%3A//www.scmao.com&format=fp_al_lp&kw_type=radlink&prev_fmts=468x15_0ads_al&rt=ChBKPtD0AAhT4gpvMQ7htwpmEgznlLXlvbHmkq3mlL4aCOGOXkorhMV_KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms&hl=zh-CN&kw0=%E7%B4%A0%E6%9D%90&kw1=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE&kw2=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1&kw3=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8&okw=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE" onmouseover="return ss(1)" onmouseout="cs()" class="alt" target="_blank">????</A></DIV></TD><TD width="25&percnt;" align="center"><DIV class="al"><SCRIPT><!--
                    
8document.write("<a href=\""+gurl("ChBKPtD0AAhT4gpvMQ7htwpmEgznlLXlvbHmkq3mlL4aCOGOXkorhMV_KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms")+"&okw=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE\" onMouseOver=\"return ss("+sl.length+")\" onMouseOut=\"cs()\" class=alt target=_blank>");sl[sl.length]='???? ???? ???';//--></SCRIPT><A href="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5210865062499224&dt=1245630700115&prev_slotnames=6778410621%2C8126876737%2C6449884858&output=html&slotname=3481553397&correlator=1245630699168&dblk=1&url=http%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml&ref=http%3A%2F%2Fimages.google.com%2Fimgres%3Fimgurl%3Dhttp%3A%2F%2Fpic1.scmao.com%2Fdown%2Fline03%2FICON%2Fpng%2F0907%2F323%2Faskeleton1%252520(1).png%26imgrefurl%3Dhttp%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml%26usg%3D__0wzGeH9g7OW1uIkFZQdpHp675hQ%3D%26h%3D520%26w%3D500%26sz%3D109%26hl%3Den%26start%3D42%26sig2%3DTKCciMy6aUN_CBsss4HHEw%26tbnid%3D5rYqCgpP4pklaM%3A%26tbnh%3D131%26tbnw%3D126%26prev%3D%2Fimages%253Fq%253D%2525E4%2525BA%2525BA%2525E4%2525BD%252593%2525E9%2525AA%2525A8%2525E6%25259E%2525B6%2526gbv%253D2%2526ndsp%253D21%2526hl%253Den%2526sa%253DN%2526start%253D21%26ei%3D39A-SrzFDpWQ6APSzp2fDg&frm=0&ga_vid=155008331.1245630699&ga_sid=1245630699&ga_hid=525007174&flash=10.0.22&w=468&h=15&u_h=1200&u_w=1920&u_ah=1200&u_aw=1788&u_cd=32&u_tz=480&u_his=1&u_java=true&u_nplug=14&u_nmime=31&dtd=181&xpc=yEhOmsFLve&p=http%3A//www.scmao.com&format=fp_al_lp&kw_type=radlink&prev_fmts=468x15_0ads_al&rt=ChBKPtD0AAhT4gpvMQ7htwpmEgznlLXlvbHmkq3mlL4aCOGOXkorhMV_KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms&hl=zh-CN&kw0=%E7%B4%A0%E6%9D%90&kw1=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE&kw2=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1&kw3=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8&okw=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE" onmouseover="return ss(1)" onmouseout="cs()" class="alt" target="_blank">????</A></DIV></TD><TD width="25&percnt;" align="center"><DIV class="al"><SCRIPT><!--
                    
9document.write("<a href=\""+gurl("ChBKPtD0AAhT5gpvMQ7htwpmEgzop4LnnIvnlLXlvbEaCLUkD5KHmXO6KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms")+"&okw=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1\" onMouseOver=\"return ss("+sl.length+")\" onMouseOut=\"cs()\" class=alt target=_blank>");sl[sl.length]='???? ???? ???';//--></SCRIPT><A href="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5210865062499224&dt=1245630700115&prev_slotnames=6778410621%2C8126876737%2C6449884858&output=html&slotname=3481553397&correlator=1245630699168&dblk=1&url=http%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml&ref=http%3A%2F%2Fimages.google.com%2Fimgres%3Fimgurl%3Dhttp%3A%2F%2Fpic1.scmao.com%2Fdown%2Fline03%2FICON%2Fpng%2F0907%2F323%2Faskeleton1%252520(1).png%26imgrefurl%3Dhttp%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml%26usg%3D__0wzGeH9g7OW1uIkFZQdpHp675hQ%3D%26h%3D520%26w%3D500%26sz%3D109%26hl%3Den%26start%3D42%26sig2%3DTKCciMy6aUN_CBsss4HHEw%26tbnid%3D5rYqCgpP4pklaM%3A%26tbnh%3D131%26tbnw%3D126%26prev%3D%2Fimages%253Fq%253D%2525E4%2525BA%2525BA%2525E4%2525BD%252593%2525E9%2525AA%2525A8%2525E6%25259E%2525B6%2526gbv%253D2%2526ndsp%253D21%2526hl%253Den%2526sa%253DN%2526start%253D21%26ei%3D39A-SrzFDpWQ6APSzp2fDg&frm=0&ga_vid=155008331.1245630699&ga_sid=1245630699&ga_hid=525007174&flash=10.0.22&w=468&h=15&u_h=1200&u_w=1920&u_ah=1200&u_aw=1788&u_cd=32&u_tz=480&u_his=1&u_java=true&u_nplug=14&u_nmime=31&dtd=181&xpc=yEhOmsFLve&p=http%3A//www.scmao.com&format=fp_al_lp&kw_type=radlink&prev_fmts=468x15_0ads_al&rt=ChBKPtD0AAhT5gpvMQ7htwpmEgzop4LnnIvnlLXlvbEaCLUkD5KHmXO6KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms&hl=zh-CN&kw0=%E7%B4%A0%E6%9D%90&kw1=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE&kw2=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1&kw3=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8&okw=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1" onmouseover="return ss(2)" onmouseout="cs()" class="alt" target="_blank">????</A></DIV></TD><TD width="25&percnt;" align="center"><DIV class="al"><SCRIPT><!--
                    
10document.write("<a href=\""+gurl("ChBKPtD0AAhT6gpvMQ7htwpmEgzlj6_niLHlopnnurgaCG4R-IK2vY04KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms")+"&okw=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8\" onMouseOver=\"return ss("+sl.length+")\" onMouseOut=\"cs()\" class=alt target=_blank>");sl[sl.length]='???? ???? ???';//--></SCRIPT><A href="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5210865062499224&dt=1245630700115&prev_slotnames=6778410621%2C8126876737%2C6449884858&output=html&slotname=3481553397&correlator=1245630699168&dblk=1&url=http%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml&ref=http%3A%2F%2Fimages.google.com%2Fimgres%3Fimgurl%3Dhttp%3A%2F%2Fpic1.scmao.com%2Fdown%2Fline03%2FICON%2Fpng%2F0907%2F323%2Faskeleton1%252520(1).png%26imgrefurl%3Dhttp%3A%2F%2Fwww.scmao.com%2Ficon%2Fother%2F20080918%2Ficon-722.shtml%26usg%3D__0wzGeH9g7OW1uIkFZQdpHp675hQ%3D%26h%3D520%26w%3D500%26sz%3D109%26hl%3Den%26start%3D42%26sig2%3DTKCciMy6aUN_CBsss4HHEw%26tbnid%3D5rYqCgpP4pklaM%3A%26tbnh%3D131%26tbnw%3D126%26prev%3D%2Fimages%253Fq%253D%2525E4%2525BA%2525BA%2525E4%2525BD%252593%2525E9%2525AA%2525A8%2525E6%25259E%2525B6%2526gbv%253D2%2526ndsp%253D21%2526hl%253Den%2526sa%253DN%2526start%253D21%26ei%3D39A-SrzFDpWQ6APSzp2fDg&frm=0&ga_vid=155008331.1245630699&ga_sid=1245630699&ga_hid=525007174&flash=10.0.22&w=468&h=15&u_h=1200&u_w=1920&u_ah=1200&u_aw=1788&u_cd=32&u_tz=480&u_his=1&u_java=true&u_nplug=14&u_nmime=31&dtd=181&xpc=yEhOmsFLve&p=http%3A//www.scmao.com&format=fp_al_lp&kw_type=radlink&prev_fmts=468x15_0ads_al&rt=ChBKPtD0AAhT6gpvMQ7htwpmEgzlj6_niLHlopnnurgaCG4R-IK2vY04KAFSEwiiwZz_z5ybAhUNSm8KHRgW8Ms&hl=zh-CN&kw0=%E7%B4%A0%E6%9D%90&kw1=%E7%94%B5%E5%BD%B1%E6%92%AD%E6%94%BE&kw2=%E8%A7%82%E7%9C%8B%E7%94%B5%E5%BD%B1&kw3=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8&okw=%E5%8F%AF%E7%88%B1%E5%A2%99%E7%BA%B8" onmouseover="return ss(3)" onmouseout="cs()" class="alt" target="_blank">????</A></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>
                    
                
DataBaseAction.class.php http://ownerpress.googlecode.com/svn/trunk/ | PHP | 417 lines
                    
1<?php
                    
2// +----------------------------------------------------------------------
                    
2// +----------------------------------------------------------------------
                    
3// | ?????????? (Build on ThinkPHP)
                    
4// +----------------------------------------------------------------------
                    
4// +----------------------------------------------------------------------
                    
5// | Copyright (c) 2011 http://fanwe.com All rights reserved.
                    
6// +----------------------------------------------------------------------
                    
8// +----------------------------------------------------------------------
                    
9// | Author: awfigq <awfigq@qq.com>
                    
10// +----------------------------------------------------------------------
                    
15 */
                    
16class DataBaseAction extends CommonAction
                    
17{
                    
93            $table_data = '$table_data = '.var_export($table_data, true).";";
                    
94			$db_table_file = $back_dir."tables.php";
                    
95			@file_put_contents($db_table_file,"<?php\n$table_data\n?>");
                    
                
ucan-admin-options-form.php http://ownerpress.googlecode.com/svn/trunk/ | PHP | 235 lines
                    
15            <select name="ucan_post_level">
                    
16              <option value="guest" <?php if($this->ucan_options['uCan_Post_Level'] == 'guest'){echo 'selected="selected"';} ?>><?php echo __('Guest', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
17              <option value="0" <?php if($this->ucan_options['uCan_Post_Level'] == '0'){echo 'selected="selected"';} ?>><?php echo __('Subscriber', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
62          <td><?php echo __('Category ID\'s to exclude from users:', 'ucan-post'); ?><br/>
                    
63            <small><?php echo __('Use a comma separated list of ID\'s (EX: 0, 5, 9, ...)', 'ucan-post'); ?></small>
                    
64          </td>
                    
143        <tr>
                    
144          <td><?php echo __('Allow comments on submitted posts:', 'ucan-post'); ?></td>
                    
145          <td>
                    
145          <td>
                    
146            <input type="checkbox" name="ucan_allow_comments" value="true" <?php if($this->ucan_options['uCan_Allow_Comments']){echo 'checked="checked"';} ?> />
                    
147            <em><?php echo __('(Default = True)', 'ucan-post'); ?></em>
                    
188          <td><?php echo __('Show CAPTCHA image:', 'ucan-post'); ?><br/>
                    
189            <small><?php echo __('If you are allowing guests to post, it is recommended that you enable this', 'ucan-post'); ?></small>
                    
190          </td>
                    
                
Font.php https://PHPExcel.svn.codeplex.com/svn | PHP | 505 lines
                    
22 * @package    PHPExcel_Style
                    
23 * @copyright  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL
                    
32/** PHPExcel_IComparable */
                    
33require_once 'PHPExcel/IComparable.php';
                    
34
                    
40 * @package    PHPExcel_Style
                    
41 * @copyright  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
42 */
                    
42 */
                    
43class PHPExcel_Style_Font implements PHPExcel_IComparable
                    
44{
                    
175     *
                    
176     * If no PHPExcel_Style_Font has been bound to PHPExcel_Style then bind this one. Return the actual bound one.
                    
177	 *
                    
                
Excel2007.php https://PHPExcel.svn.codeplex.com/svn | PHP | 398 lines
                    
22 * @package    PHPExcel_Writer
                    
23 * @copyright  Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/gpl.txt	GPL
                    
34/** PHPExcel_IComparable */
                    
35require_once 'PHPExcel/IComparable.php';
                    
36
                    
81 * @package    PHPExcel_Writer
                    
82 * @copyright  Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
83 */
                    
83 */
                    
84class PHPExcel_Writer_Excel2007 implements PHPExcel_Writer_IWriter
                    
85{
                    
314	 *
                    
315	 * @param 	PHPExcel 	$pPHPExcel	PHPExcel object
                    
316	 * @throws	Exception
                    
                
ajax.php https://code.google.com/p/cids/ | PHP | 227 lines
                    
1<?php
                    
2include_once '../config.php';
                    
2include_once '../config.php';
                    
3include_once '../opendb.php';
                    
4include_once 'select.php';
                    
54        "</select>
                    
55        come&ccedil;ando em
                    
56        <input type='text' id='offset' value='$offset' style='width: 40px;'
                    
94//                   onclick="changePage($('limit').options[$('limit').selectedIndex].value, 0, $('search').value);" />
                    
95//            <input type="text" id="search" value="<php echo @$select->search; >" style="width: 350px;" />
                    
96//        </p>";
                    
100    echo $navigation_search;
                    
101    echo "<form action='admin.php' method='post' enctype='multipart/form-data'>";
                    
102    echo display($state, $limit, $offset, $search, $field);
                    
111        // que poderуo estar a usar o sistema no momento em que se manda apagar.
                    
112        // Portanto, esta opчуo tem de ser usada com muito cuidado, para se apagar
                    
113        // apenas os pedidos que estуo em standby a muito tempo: (IDEIA -> ver FUTURE)
                    
                
paperclip.rb git://github.com/stevenbristol/lovd-by-less.git | Ruby | 244 lines
                    
1# Paperclip allows file attachments that are stored in the filesystem. All graphical
                    
2# transformations are done using the Graphics/ImageMagick command line utilities and
                    
3# are stored in Tempfiles until the record is saved. Paperclip does not require a
                    
8# Copyright:: Copyright (c) 2008 thoughtbot, inc.
                    
9# License:: MIT License (http://www.opensource.org/licenses/mit-license.php)
                    
10#
                    
54
                    
55    def path_for_command command #:nodoc:
                    
56      path = [options[:image_magick_path], command].compact
                    
95    #   geometry strings at the ImageMagick website 
                    
96    #   (http://www.imagemagick.org/script/command-line-options.php#resize). Paperclip
                    
97    #   also adds the "#" option (e.g. "50x50#"), which will resize the image to fit maximally 
                    
                
lang_pt_PT.inc.php git://github.com/s9y/Serendipity.git | PHP | 74 lines
                    
23@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CODE', 'Marca texto texto entre <code> e </code> como cзdigo. Usando <code type=".."> pode activar formataусo (e.g. para PHP). Activo por omissсo.');
                    
24@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPCODE', 'Marca e formata texto entre <php> e </php> como cзdigo php e adiciona etiquetas abertas de PHP . Activo por omissсo.');
                    
25@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HTML', 'Permite escrever cзdigo HTML entre <html> e </html>. Cuidado que JS tambжm ж possьvel! Se usar isto, nсo use codificaусo de comentрrios! Inactivo por omissсo. Recomendado manter inactivo.'); // Review
                    
26@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_RAW', 'Texto entre `` e `` nсo ┤e interpretado por quaisquer outras regras. Activo por omissсo.');
                    
27@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INCLUDE', 'Permite incluir e correr cзdigo PHP com a sьntaxe [[include /caminho/para/script.php]]. O resultado ж interpretado pelas regras de codificaусo. Cuidado, risco de seguranуa! Se usar isto, nсo use codificaусo de comentрrios! Inactivo por omissсo. Recomendado manter inactivo.');
                    
28@define('PLUGIN_EVENT_TEXTWIKI_RULE_INCLUDE_DESC_BASE', 'O directзrio de base para os seus scripts. Por omissсo "/caminho/para/scripts/". Se deixar em branco e ligar include sз pode usar caminhos absolutos.');
                    
35@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TABLE', 'permite criar tabelas. Sз usar para linhas completas. Sьntaxe: "|| Cжlula 1 || Cжlula 2 || Cжlula 3 ||". Activo por omissсo.');
                    
36@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMBED', 'Permite incluir e correr cзdigo PHP com a sьntaxe [[embed /caminho/para/script.php]]. O resultado nсo ж interpretado pelas regras de codificaусo. Cuidado, risco de seguranуa! Se usar isto, nсo use codificaусo de comentрrios! Inactivo por omissсo. Recomendado manter inactivo.'); //Verify
                    
37@define('PLUGIN_EVENT_TEXTWIKI_RULE_EMBED_DESC_BASE', 'O directзrio de base para os seus scripts. Por omissсo "/caminho/para/scripts/". Se deixar em branco e ligar embed sз pode usar caminhos absolutos.');
                    
39@define('PLUGIN_EVENT_TEXTWIKI_RULE_IMAGE_DESC_BASE', 'O directзrio de base para as suas imagens. Por omissсo "/caminho/para/imagens". Se deixar em branco sз pode usar caminhos absolutos ou URLs.');
                    
40@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPLOOKUP', 'Cria ligaушes de busca ao manual de PHP com [[php function-name]]. Por omissсo activo.');
                    
41@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TOC', 'Gera um ьndice de todos os tьtulos usados com [[toc]]. Por omissсo activo.');
                    
44@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PARAGRAPH', 'Converte "newlines" ("\n") duplas para parрgrafos (<p></p>). Por omissсo activo.');
                    
45@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_URL', 'Converte http://example.com para ligaусo, [http://example.com] para nota de pж de pрgina e [http://example.com Example] para uma ligaусo com descriусo. Por omissсo activo.');
                    
46@define('PLUGIN_EVENT_TEXTWIKI_RULE_URL_DESC_TARGET', 'Define o alvo (target) das suas URLs. Por omissсo ж "_blank".'); //Verify
                    
                
MainForm.cs https://simpleproxyswitch.svn.codeplex.com/svn | C# | 296 lines
                    
16//
                    
17// Published under the MIT License. See license.rtf or http://www.opensource.org/licenses/mit-license.php.
                    
18//
                    
22using System.Collections.Generic;
                    
23using System.ComponentModel;
                    
24using System.Linq;
                    
43      {
                    
44         Log.Debug("Initializing components");
                    
45
                    
45
                    
46         InitializeComponent();
                    
47
                    
195      /// </summary>
                    
196      /// <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
                    
197      protected override void OnClosing(CancelEventArgs e)
                    
                
Range.php git://github.com/phpbb/customisation-db.git | PHP | 378 lines
                    
1<?php
                    
2/**
                    
9 * It is also available through the world-wide-web at this URL:
                    
10 * http://framework.zend.com/license/new-bsd
                    
11 * If you did not receive a copy of the license and are unable to
                    
12 * obtain it through the world-wide-web, please send an email
                    
13 * to license@zend.com so we can send you a copy immediately.
                    
14 *
                    
17 * @subpackage Search
                    
18 * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
24/** Zend_Search_Lucene_Search_Query */
                    
25require_once 'Zend/Search/Lucene/Search/Query.php';
                    
26
                    
31 * @subpackage Search
                    
32 * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
                    
33 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
                
core.php git://github.com/Austinb/GameQ.git | PHP | 638 lines
                    
1<?php
                    
2/**
                    
23 *
                    
24 * @author Austin Bischoff <austin@codebeard.com>
                    
25 */
                    
                
IndexParser.cs https://openHistorian.svn.codeplex.com/svn | C# | 254 lines
                    
8//  The GPA licenses this file to you under the Eclipse Public License -v 1.0 (the "License"); you may
                    
9//  not use this file except in compliance with the License. You may obtain a copy of the License at:
                    
10//
                    
10//
                    
11//      http://www.opensource.org/licenses/eclipse-1.0.php
                    
12//
                    
                
API.php https://code.google.com/p/molinos-cms/ | PHP | 383 lines
                    
1<?php
                    
2/**
                    
6 * @subpackage HTTP
                    
7 * @author Justin Forest <justin.forest@gmail.com>
                    
8 * @copyright 2006-2011 molinos.ru
                    
114		if (isset($meta['content-length']) and $meta['content-length'] != $result['size'])
                    
115			throw new RuntimeException(sprintf('Incomplete file received (%u bytes instead of %u).', $result['size'], $meta['content-length']));
                    
116
                    
197		if ($status['size_download'] != $status['download_content_length']) {
                    
198			$this->log("{$url}: incomplete transfer, got {$status['size_download']} bytes instead of {$status['download_content_length']}");
                    
199			return false;
                    
236		if (!empty($head['content-length']) and $head['content-length'] != ($got = filesize($outfile))) {
                    
237			$this->log($url . ": incomplete file, {$got} bytes instead of {$url}");
                    
238			return false;
                    
317				'method' => 'POST',
                    
318				'header' => 'Content-Type: application/x-www-form-urlencoded' . PHP_EOL,
                    
319				'content' => Molinos_Core_API::getInstance('http')->build_query($data),
                    
                
ASF_Object_Metadata.html http://xepec.googlecode.com/svn/trunk/ | HTML | 209 lines
                    
26	<ul class="tags">
                    
27				<li><span class="field">author:</span> Sven Vollbehr &lt;<a href="mailto:svollbehr@gmail.com">svollbehr@gmail.com</a>&gt;</li>
                    
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>
                    
31			</ul>
                    
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>
                    
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>
                    
                
friend.php http://praized.googlecode.com/svn/trunk/ | PHP | 358 lines
                    
1<?php
                    
2/**
                    
5 * @version 2.0
                    
6 * @package PraizedCommunity
                    
7 * @subpackage TemplateFunctions
                    
8 * @author Stephane Daury for Praized Media, Inc.
                    
9 * @copyright Praized Media, Inc. <http://praizedmedia.com/>
                    
10 * @license Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
                    
15 * 
                    
16 * <code><?php if ( pzdc_has_friend() ) : ?>...<?php endif; ?></code>
                    
17 *
                    
17 *
                    
18 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
19 * @return boolean
                    
244    global $PraizedCommunity;
                    
245    $count = intval($PraizedCommunity->tpt_attribute_helper('friend', 'comment_count', FALSE, $identifier));
                    
246    if ( $echo )
                    
                
loader-disabled.php http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | PHP | 438 lines
                    
114
                    
115	    return "<a href='http://code.google.com/p/buddypress-media/'>The BP-Media Team</a>";
                    
116	}
                    
252			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == true ) : ?>
                    
253				   checked="checked"<?php endif; ?>  value="1" /> <?php _e( 'Yes', "bp-media" ) ?> &nbsp;
                    
254			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
254			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
255				   checked="checked"<?php endif; ?>  value="0" /> <?php _e( 'No', "bp-media" ) ?>
                    
256			</td>
                    
261			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == true ) : ?>
                    
262				   checked="checked"<?php endif; ?>  value="1" /> <?php _e( 'Yes', "bp-media" ) ?> &nbsp;
                    
263			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
263			    <input type="radio" name="media_views_itemCountEnable" type="text" <?php if ($bp->bpa->options['media_views_itemCountEnable'] == false) : ?>
                    
264				   checked="checked"<?php endif; ?>  value="0" /> <?php _e( 'No', "bp-media" ) ?>
                    
265			</td>
                    
                
class_session.php http://malleo-cms.googlecode.com/svn/trunk/ | PHP | 344 lines
                    
1<?php
                    
2/*
                    
4| Software: Malleo ( CMS )
                    
5| Contact:  SP - http://www.malleo-cms.com
                    
6| Support: http://www.malleo-cms.com?module=forum
                    
6| Support: http://www.malleo-cms.com?module=forum
                    
7|  Documentation : Support: http://www.malleo-cms.com?module=wiki
                    
8|------------------------------------------------------------------------------------------------------------
                    
69			}else{
                    
70				// On charge la session PHP
                    
71				session_start();
                    
165		setcookie($this->cf['cookie_name'], null, ($this->time-3600)); // cookie malleo
                    
166		setcookie(get_cfg_var('session.name'), null, ($this->time-3600)); // eventuelle session type PHPSESSID
                    
167		$this->id_session = null;
                    
                
handlers.dev.js http://buddypress-media.googlecode.com/svn/bp_media/trunk/ | JavaScript | 433 lines
                    
113		jQuery.ajax({
                    
114			url: 'admin-ajax.php',
                    
115			type: 'post',
                    
131		jQuery.ajax({
                    
132			url: 'admin-ajax.php',
                    
133			type: 'post',
                    
151				jQuery('a.describe-toggle-on, .menu_order_input', item).show();
                    
152				item.css( {backgroundColor:'#ceb'} ).animate( {backgroundColor: '#fff'}, { queue: false, duration: 500, complete: function(){ jQuery(this).css({backgroundColor:''}); } }).removeClass('undo');
                    
153			}
                    
261
                    
262function uploadComplete(fileObj) {
                    
263	// If no more uploads queued, enable the submit button
                    
322
                    
323function fileDialogComplete(num_files_queued) {
                    
324	try {
                    
                
Command.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 512 lines
                    
2
                    
3namespace Symfony\Component\Console\Command;
                    
4
                    
108     *
                    
109     * This is mainly useful when a lot of commands extends one main command
                    
110     * where some things need to be initialized based on the input arguments and options.
                    
460        if ($this->getAliases()) {
                    
461            $messages[] = '<comment>Aliases:</comment> <info>'.implode(', ', $this->getAliases()).'</info>';
                    
462        }
                    
466        if ($help = $this->getProcessedHelp()) {
                    
467            $messages[] = '<comment>Help:</comment>';
                    
468            $messages[] = ' '.implode("\n ", explode("\n", $help))."\n";
                    
484        $dom->formatOutput = true;
                    
485        $dom->appendChild($commandXML = $dom->createElement('command'));
                    
486        $commandXML->setAttribute('id', $this->getFullName());
                    
                
db.class.php http://ownerpress.googlecode.com/svn/trunk/ | PHP | 438 lines
                    
1<?php
                    
2// +----------------------------------------------------------------------
                    
2// +----------------------------------------------------------------------
                    
3// | ?????????? (Build on ThinkPHP)
                    
4// +----------------------------------------------------------------------
                    
4// +----------------------------------------------------------------------
                    
5// | Copyright (c) 2011 http://fanwe.com All rights reserved.
                    
6// +----------------------------------------------------------------------
                    
11 * @package class
                    
12 * @author awfigq <awfigq@qq.com>
                    
13 */
                    
118	{
                    
119		$sql = $comma = '';
                    
120		foreach ($array as $k => $v)
                    
121		{
                    
122			$sql .= $comma."`$k`='$v'";
                    
123			$comma = $glue;
                    
                
functions_0x65.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 204 lines
                    
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
                    
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
                    
6<meta name="generator" content="Doxygen 1.8.3"/>
                    
36   </div>
                    
37   <div id="projectbrief">Open source PHP Framework that designed for building web application.</div>
                    
38  </td>
                    
155<li>encode()
                    
156: <a class="el" href="de/d18/classcompile_service.html#a1fbc58c5861c2d97d39610074655bc3e">compileService</a>
                    
157</li>
                    
                
README.md git://github.com/timroes/aXMLRPC.git | Markdown | 314 lines
                    
5a specification for making remote procedure calls over the HTTP protocol
                    
6in an XML format. The specificationc can be found under http://www.xmlrpc.com/spec.
                    
7
                    
9any Android library or any other 3rd-party library, it is fully functional in any
                    
10common java virtual machine (not only on Android).
                    
11
                    
26
                    
27### Compile it as library
                    
28
                    
54try {
                    
55	XMLRPCClient client = new XMLRPCClient(new URL("http://example.com/xmlrpc"));
                    
56
                    
183The client will be able to send `null` values. A `null` value will be send
                    
184as `<nil/>`. This extension is described under: http://ontosys.com/xml-rpc/extensions.php
                    
185
                    
                
Linux_SambaShareSecurityForGlobalInstance.cpp git://pkgs.fedoraproject.org/sblim-cmpi-samba | C++ | 415 lines
                    
11// You can obtain a current copy of the Eclipse Public License from
                    
12// http://www.opensource.org/licenses/eclipse-1.0.php
                    
13//
                    
16// Contributors:
                    
17//                Wolfgang Taphorn   <taphorn@de.ibm.com>
                    
18//                Mukunda Chowdaiah  <cmukunda@in.ibm.com>
                    
18//                Mukunda Chowdaiah  <cmukunda@in.ibm.com>
                    
19//                Ashoka S Rao       <ashoka.rao@in.ibm.com>
                    
20//                Rodrigo Ceron      <rceron@br.ibm.com>
                    
                
Linux_SambaCommonSecurityForShareInstance.cpp git://pkgs.fedoraproject.org/sblim-cmpi-samba | C++ | 415 lines
                    
34  //empty constructor
                    
35  Linux_SambaCommonSecurityForShareInstance::Linux_SambaCommonSecurityForShareInstance() {   	
                    
36   	init();  	   	
                    
41  //----------------------------------------------------------------------------
                    
42  Linux_SambaCommonSecurityForShareInstance::Linux_SambaCommonSecurityForShareInstance(
                    
43    const Linux_SambaCommonSecurityForShareInstance& anInstance) {   	
                    
49  //----------------------------------------------------------------------------
                    
50  Linux_SambaCommonSecurityForShareInstance::Linux_SambaCommonSecurityForShareInstance(
                    
51    const CmpiInstance& aCmpiInstance,
                    
279  //----------------------------------------------------------------------------
                    
280  Linux_SambaCommonSecurityForShareInstanceEnumerationElement::Linux_SambaCommonSecurityForShareInstanceEnumerationElement() {
                    
281   	
                    
287  //----------------------------------------------------------------------------
                    
288  Linux_SambaCommonSecurityForShareInstanceEnumerationElement::~Linux_SambaCommonSecurityForShareInstanceEnumerationElement() {
                    
289   	
                    
                
pskc-schema.xsd git://git.savannah.nongnu.org/oath-toolkit.git | XML Schema | 308 lines
                    
92) Make AlgorithmParameter a sequence not a choice.
                    
10   <http://www.rfc-editor.org/errata_search.php?eid=2759>
                    
11
                    
27     <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
                    
28     <xs:complexType name="KeyContainerType">
                    
29          <xs:sequence>
                    
44               type="xs:ID" use="optional"/>
                    
45     </xs:complexType>
                    
46     <xs:simpleType name="VersionType" final="restriction">
                    
50     </xs:simpleType>
                    
51     <xs:complexType name="KeyType">
                    
52          <xs:sequence>
                    
77               type="pskc:KeyAlgorithmType" use="optional"/>
                    
78     </xs:complexType>
                    
79     <xs:complexType name="PolicyType">
                    
                
AzureStorage.php https://code.google.com/p/celebrio/ | PHP | 252 lines
                    
1<?php
                    
2
                    
90     * Writes binary large objects to Azure storage. This method is called when 
                    
91     * the size of uploaded file is greater then 64Mb. It takes incoming string
                    
92     * (data) and splits them into blocks of data which will be uploaded
                    
117            }
                    
118            //commit blocks
                    
119            AzureStorageBLOB::connection()->putBlockList($container, $path, $indexes);
                    
                
ServicesBuilder.php https://hg.codeplex.com/bukuphpjs | PHP | 413 lines
                    
18 * @package   WindowsAzure\Common
                    
19 * @author    Azure PHP SDK <azurephpsdk@microsoft.com>
                    
20 * @copyright 2012 Microsoft Corporation
                    
21 * @license   http://www.apache.org/licenses/LICENSE-2.0  Apache License 2.0
                    
22 * @link      https://github.com/windowsazure/azure-sdk-for-php
                    
23 */
                    
33use WindowsAzure\Common\Internal\Filters\AuthenticationFilter;
                    
34use WindowsAzure\Common\Internal\Filters\WrapFilter;
                    
35use WindowsAzure\Common\Internal\InvalidArgumentTypeException;
                    
55 * @package   WindowsAzure\Common
                    
56 * @author    Azure PHP SDK <azurephpsdk@microsoft.com>
                    
57 * @copyright 2012 Microsoft Corporation
                    
59 * @version   Release: @package_version@
                    
60 * @link      https://github.com/windowsazure/azure-sdk-for-php
                    
61 */
                    
                
UC_DBClass.php https://git01.codeplex.com/phpdbmanagement | PHP | 440 lines
                    
1<?php
                    
2
                    
2
                    
3require_once 'UC_DBBase.php';
                    
4require_once '/CodeModel_Classes/PHPCodeProvider.php';
                    
4require_once '/CodeModel_Classes/PHPCodeProvider.php';
                    
5require_once '/PHPFileSystem_Classes/UC_PHPFileSystem.php';
                    
6require_once '/PHPFileSystem_Classes/UC_PHPTextStream.php';
                    
6require_once '/PHPFileSystem_Classes/UC_PHPTextStream.php';
                    
7require_once '/PHPFileSystem_Classes/UC_PHPIOMode.php';
                    
8
                    
43    
                    
44    public function CompareTo_()
                    
45    {
                    
370        $writer = new IndentedTextWriter();
                    
371        $provider = new PHPCodeProvider();
                    
372
                    
                
class.baseobject.php https://code.google.com/p/movabletype/ | PHP | 388 lines
                    
1<?php
                    
2# Movable Type (r) Open Source (C) 2001-2010 Six Apart, Ltd.
                    
5#
                    
6# $Id: class.baseobject.php 5325 2010-02-23 10:44:56Z takayama $
                    
7
                    
10 */
                    
11require_once('adodb.inc.php');
                    
12require_once('adodb-active-record.inc.php');
                    
12require_once('adodb-active-record.inc.php');
                    
13require_once('adodb-exceptions.inc.php');
                    
14
                    
48            'image_default_popup' => 'vinteger',
                    
49            'commenter_authenticators' => 'vchar',
                    
50            'require_typekey_emails' => 'vinteger',
                    
307            if (empty($blog)) {
                    
308                require_once('class.mt_blog.php');
                    
309                $blog = new Blog;
                    
                
Key.php https://code.google.com/p/s3db/ | PHP | 316 lines
                    
11 * that is available through the world-wide-web at the following URI:
                    
12 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
                    
13 * the PHP License and are unable to obtain it through the web, please
                    
13 * the PHP License and are unable to obtain it through the web, please
                    
14 * send a note to license@php.net so we can mail you a copy immediately.
                    
15 *
                    
17 * @package    Crypt_RSA
                    
18 * @author     Alexander Valyalkin <valyala@gmail.com>
                    
19 * @copyright  2005, 2006 Alexander Valyalkin
                    
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
                    
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
                    
43
                    
44require_once ( PHPU_BASE_PATH . '/PHP/Token.php' );
                    
45
                    
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
                    
69      '.' => 'PHP_Token_DOT',
                    
70      ',' => 'PHP_Token_COMMA',
                    
71      '=' => 'PHP_Token_EQUAL',
                    
158
                    
159            if ($tokenClass == 'PHP_Token_HALT_COMPILER') {
                    
160                break;
                    
163            else if ($tokenClass == 'PHP_Token_COMMENT' ||
                    
164                $tokenClass == 'PHP_Token_DOC_COMMENT') {
                    
165                $this->linesOfCode['cloc'] += $lines + 1;
                    
                
ISO14496_Box_CPRT.html http://xepec.googlecode.com/svn/trunk/ | HTML | 266 lines
                    
23	<div class="info-box-body">
                    
24        		<!-- ========== Info from phpDoc block ========= -->
                    
25<p class="short-description">The <em>Copyright Box</em> contains a copyright declaration which applies to  the entire presentation, when contained within the <a href="../../php-reader/ISO/ISO14496_Box_MOOV.html"> Movie Box</a>, or, when contained in a track, to that entire track. There may be  multiple copyright boxes using different language codes.</p>
                    
26	<ul class="tags">
                    
27				<li><span class="field">author:</span> Sven Vollbehr &lt;<a href="mailto:svollbehr@gmail.com">svollbehr@gmail.com</a>&gt;</li>
                    
28				<li><span class="field">version:</span> $Rev: 92 $</li>
                    
29				<li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
                    
30				<li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
                    
31			</ul>
                    
32		<p class="notes">
                    
33			Located in <a class="field" href="_ISO14496---Box---CPRT.php.html">/ISO14496/Box/CPRT.php</a> (line <span class="field">55</span>)
                    
34		</p>
                    
262	<p class="notes" id="credit">
                    
263		Documentation generated on Thu, 01 Jan 2009 14:59:10 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
                    
264	</p>
                    
                
func.php http://snowcms.googlecode.com/svn/trunk/ | PHP | 272 lines
                    
1<?php
                    
2////////////////////////////////////////////////////////////////////////////
                    
4//                           By the SnowCMS Team                          //
                    
5//                             www.snowcms.com                            //
                    
6//            Released under the Microsoft Reciprocal License             //
                    
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\'))
                    
                
AdminModulesPositions.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 316 lines
                    
1<?php
                    
2
                    
3/**
                    
4  * Modules positions tab for admin panel, AdminModulesPositions.php
                    
5  * @category admin
                    
6  *
                    
7  * @author PrestaShop <support@prestashop.com>
                    
8  * @copyright PrestaShop
                    
8  * @copyright PrestaShop
                    
9  * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0
                    
10  * @version 1.3
                    
13
                    
14include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php');
                    
15
                    
291				<div class="margin-form">
                    
292					<input type="text" name="exceptions" size="40" '.(!empty($excepts) ? 'value="'.$excepts.'"' : '').'><br />Ex: identity.php, history.php, order.php, product.php<br /><br />
                    
293					'.$this->l('Please specify those files in which you do not want the module to be displayed').'.<br />
                    
                
lua3d.c http://luaplayereuphoria.googlecode.com/svn/trunk/ | C | 511 lines
                    
8 *
                    
9 * Official Forum : http://www.retroemu.com/forum/forumdisplay.php?f=148
                    
10 * For help using LuaPlayer, code help, tutorials etc please visit the official site : http://www.retroemu.com/forum/forumdisplay.php?f=148
                    
26 * Thanks to Raphael for the Vram manager code.
                    
27 * Thanks to Osgeld, Dan369 & Cmbeke for testing LuaPlayer Euphoria for me and coming up with some neat ideas for it.
                    
28 * Thanks to the entire LuaPlayer Euphoria userbase, for using it and for supporting it's development. You guys rock!
                    
259			free(vertices);
                    
260			return luaL_error(L, "wrong number of vertex components");
                    
261		}
                    
500	GU_CONSTANT(DIFFUSE_AND_SPECULAR)
                    
501	GU_CONSTANT(UNKNOWN_LIGHT_COMPONENT)
                    
502	GU_CONSTANT(DIRECTIONAL)
                    
                
lFrame.cpp http://hl2sb-src.googlecode.com/svn/trunk/ | C++ | 495 lines
                    
48LUA_API lua_Frame *lua_toframe (lua_State *L, int idx) {
                    
49  PHandle *phPanel = dynamic_cast<PHandle *>((PHandle *)lua_touserdata(L, idx));
                    
50  if (phPanel == NULL)
                    
51    return NULL;
                    
52  return dynamic_cast<lua_Frame *>(phPanel->Get());
                    
53}
                    
62LUA_API void lua_pushframe (lua_State *L, Frame *pFrame) {
                    
63  PHandle *phPanel = (PHandle *)lua_newuserdata(L, sizeof(PHandle));
                    
64  phPanel->Set(pFrame);
                    
226
                    
227static int Frame_OnCommand (lua_State *L) {
                    
228  luaL_checkframe(L, 1)->OnCommand(luaL_checkstring(L, 2));
                    
444  {"MoveToCenterOfScreen", Frame_MoveToCenterOfScreen},
                    
445  {"OnCommand", Frame_OnCommand},
                    
446  {"PlaceUnderCursor", Frame_PlaceUnderCursor},
                    
                
Exception.php http://syracava.googlecode.com/svn/trunk/ | PHP | 397 lines
                    
20 * @copyright  1997-2008 The PHP Group
                    
21 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
22 * @version    CVS: $Id: Exception.php 125 2009-08-21 01:35:18Z takuji.mezawa $
                    
22 * @version    CVS: $Id: Exception.php 125 2009-08-21 01:35:18Z takuji.mezawa $
                    
23 * @link       http://pear.php.net/package/PEAR
                    
24 * @since      File available since Release 1.3.3
                    
52 *
                    
53 * 4) Inherited methods from PHP Exception Class:
                    
54 *
                    
96 * @copyright  1997-2008 The PHP Group
                    
97 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
                    
98 * @version    Release: 1.7.2
                    
154    /**
                    
155     * @param mixed $callback  - A valid php callback, see php func is_callable()
                    
156     *                         - A PEAR_Exception::OBSERVER_* constant
                    
                
StateDropDown.js https://rabcg.svn.codeplex.com/svn | JavaScript | 582 lines
                    
1/* This script and many more are available free online at
                    
2The JavaScript Source :: http://javascript.internet.com
                    
3Created by: Down Home Consulting :: http://downhomeconsulting.com */
                    
7(c) Copyright 2005 Down Home Consulting, Inc.
                    
8www.DownHomeConsulting.com
                    
9
                    
15
                    
16// If you have PHP you can set the post values like this
                    
17//var postState = '<?= $_POST["state"] ?>';
                    
218EI:CO LEITRIM:County Leitrim|\
                    
219EI:CO ROSCOMMON:County Roscommon|\
                    
220EI:CO SLIGO:County Sligo|\
                    
284CO:Colombia|\
                    
285KM:Comoros|\
                    
286CG:Congo|\
                    
                
gettext.c git://github.com/vpj/PHP-Extension-API.git | C | 392 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | PHP Version 5                                                        |
                    
4   +----------------------------------------------------------------------+
                    
4   +----------------------------------------------------------------------+
                    
5   | Copyright (c) 1997-2009 The PHP Group                                |
                    
6   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
128	NULL,
                    
129	PHP_MINFO(php_gettext),
                    
130	NO_VERSION_YET,
                    
152
                    
153PHP_MINFO_FUNCTION(php_gettext)
                    
154{
                    
                
ldap.php git://pkgs.fedoraproject.org/php-bartlett-PHP-CompatInfo | PHP | 266 lines
                    
25 */
                    
26class PHP_CompatInfo_Reference_Ldap implements PHP_CompatInfo_Reference
                    
27{
                    
33     * @param string $version   OPTIONAL PHP version
                    
34     *                          (4 => only PHP4, 5 or null => PHP4 + PHP5)
                    
35     *
                    
54     * @param string $version   OPTIONAL PHP version
                    
55     *                          (4 => only PHP4, 5 or null => PHP4 + PHP5)
                    
56     *
                    
103     * @param string $version   OPTIONAL PHP version
                    
104     *                          (4 => only PHP4, 5 or null => PHP4 + PHP5)
                    
105     *
                    
213     * @param string $version   OPTIONAL PHP version
                    
214     *                          (4 => only PHP4, 5 or null => PHP4 + PHP5)
                    
215     *
                    
                
domFx_samplerDEPTH_common.h git://github.com/sbarthelemy/collada-dom.git | C Header | 414 lines
                    
364	 */
                    
365	domFx_samplerDEPTH_common_complexType(DAE& dae, daeElement* elt) : elemSource(), elemWrap_s(), elemWrap_t(), elemMinfilter(), elemMagfilter(), elemExtra_array() {}
                    
366	/**
                    
372	 */
                    
373	virtual domFx_samplerDEPTH_common_complexType &operator=( const domFx_samplerDEPTH_common_complexType &cpy ) { (void)cpy; return *this; }
                    
374};
                    
378 */
                    
379class domFx_samplerDEPTH_common : public daeElement, public domFx_samplerDEPTH_common_complexType
                    
380{
                    
388	 */
                    
389	domFx_samplerDEPTH_common(DAE& dae) : daeElement(dae), domFx_samplerDEPTH_common_complexType(dae, this) {}
                    
390	/**
                    
396	 */
                    
397	virtual domFx_samplerDEPTH_common &operator=( const domFx_samplerDEPTH_common &cpy ) { (void)cpy; return *this; }
                    
398
                    
                
Language.php git://github.com/thorsten/phpMyFAQ.git | PHP | 377 lines
                    
13 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
                    
14 * @author    Matteo scaramuccia <matteo@phpmyfaq.de>
                    
15 * @author    Aurimas Fišeras <aurimas@gmail.com>
                    
15 * @author    Aurimas Fišeras <aurimas@gmail.com>
                    
16 * @copyright 2009-2012 phpMyFAQ Team
                    
17 * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
                    
32 * @author    Matteo scaramuccia <matteo@phpmyfaq.de>
                    
33 * @author    Aurimas Fišeras <aurimas@gmail.com>
                    
34 * @copyright 2009-2012 phpMyFAQ Team
                    
325     * TinyMCE language packs can be downloaded from 
                    
326     * http://tinymce.moxiecode.com/download_i18n.php
                    
327     * and extracted to PMF_ROOT/admin/editor
                    
362            if (count($matches[1])) {
                    
363                $languages = array_combine($matches[1], $matches[4]);
                    
364                foreach ($languages as $lang => $val) {
                    
                
Pgsql.php git://github.com/michael-romer/zf-boilerplate.git | PHP | 336 lines
                    
1<?php
                    
2/**
                    
9 * It is also available through the world-wide-web at this URL:
                    
10 * http://framework.zend.com/license/new-bsd
                    
11 * If you did not receive a copy of the license and are unable to
                    
12 * obtain it through the world-wide-web, please send an email
                    
13 * to license@zend.com so we can send you a copy immediately.
                    
14 *
                    
17 * @subpackage Adapter
                    
18 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Pgsql.php 23775 2011-03-01 17:25:24Z ralph $
                    
21 */
                    
26 */
                    
27require_once 'Zend/Db/Adapter/Pdo/Abstract.php';
                    
28
                    
                
exclusions.cpp http://windowpicker.googlecode.com/svn/trunk/ | C++ | 331 lines
                    
20
                    
21	g_phPages[PAGE_EXCLUSIONS] = hwnd;
                    
22
                    
175
                    
176void Excl_OnCommand(HWND hwnd, int id, HWND /*hwndCtl*/, UINT codeNotify) {
                    
177
                    
228
                    
229		HANDLE_MSG(hwnd, WM_COMMAND, Excl_OnCommand);
                    
230
                    
259						if (pnmkd->wVKey == VK_DELETE) {
                    
260							Excl_OnCommand(hwnd, IDC_EXCLREMOVE, NULL, BN_CLICKED);
                    
261						}
                    
265					case NM_RETURN: {
                    
266						Excl_OnCommand(hwnd, IDC_EXCLEDIT, NULL, BN_CLICKED);
                    
267						break;
                    
                
Tableselect.php git://github.com/drupal/drupal.git | PHP | 287 lines
                    
1<?php
                    
2
                    
6use Drupal\Core\Render\Element;
                    
7use Drupal\Component\Utility\Html as HtmlUtility;
                    
8use Drupal\Core\StringTranslation\TranslatableMarkup;
                    
85    if (isset($element['#multiple']) && $element['#multiple']) {
                    
86      // Checkboxes are being displayed with the default value coming from the
                    
87      // keys of the #default_value property. This differs from the checkboxes
                    
99      else {
                    
100        return is_array($input) ? array_combine($input, $input) : [];
                    
101      }
                    
212   *   The current state of the form.
                    
213   * @param array $complete_form
                    
214   *   The complete form structure.
                    
218   */
                    
219  public static function processTableselect(&$element, FormStateInterface $form_state, &$complete_form) {
                    
220    if ($element['#multiple']) {
                    
                
LocalTaskDefaultTest.php git://github.com/drupal/drupal.git | PHP | 348 lines
                    
1<?php
                    
2
                    
14use Drupal\Tests\UnitTestCase;
                    
15use Symfony\Component\Routing\Route;
                    
16
                    
55   *
                    
56   * @var \Drupal\Core\StringTranslation\TranslationInterface|\PHPUnit\Framework\MockObject\MockObject
                    
57   */
                    
62   *
                    
63   * @var \Drupal\Core\Routing\RouteProviderInterface|\PHPUnit\Framework\MockObject\MockObject
                    
64   */
                    
                
 

Source

Language