PageRenderTime 357ms queryTime 95ms sortTime 25ms getByIdsTime 44ms findMatchingLines 52ms

100+ results results for 'php log repo:anton_orlov/link-finder' (357 ms)

Not the results you expected?
index.php git://git.savannah.nongnu.org/savane-cleanup.git | PHP | 363 lines
                    
1<?php
                    
2# Manage user preferences
                    
22
                    
23# we need to define the theme before loading the pre.php init script,
                    
24# otherwise the page needs to be reloaded for the change to take effect.
                    
25# see bug #1987
                    
26require_once('../../include/sane.php');
                    
27extract(sane_import('post',
                    
40
                    
41require_once('../../include/init.php');
                    
42require_once('../../include/timezones.php');
                    
48
                    
49session_require(array('isloggedin'=>1));
                    
50
                    
139
                    
140print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
                    
141
                    
                
ko.js http://avblog.googlecode.com/svn/trunk/ | JavaScript | 502 lines
                    
146BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
                    
147DialogBlocked		: "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",	//MISSING
                    
148
                    
175
                    
176// Image Dialog
                    
177DlgImgTitle			: "??? ??",
                    
326
                    
327// Replace Dialog
                    
328DlgReplaceTitle			: "???",
                    
335
                    
336// Paste Operations / Dialog
                    
337PasteErrorPaste	: "????? ??????? ???? ??? ??? ? ????. ??? ??? ??????. (Ctrl+V).",
                    
494
                    
495// About Dialog
                    
496DlgAboutAboutTab	: "About",
                    
                
OLE_Root.php https://PHPExcel.svn.codeplex.com/svn | PHP | 482 lines
                    
11// | http://www.php.net/license/2_02.txt.                                 |
                    
12// | If you did not receive a copy of the PHP license and are unable to   |
                    
13// | obtain it through the world-wide-web, please send a note to          |
                    
22
                    
23require_once 'PHPExcel/Shared/OLE/OLE_PPS.php';
                    
24
                    
31*/
                    
32class PHPExcel_Shared_OLE_PPS_Root extends PHPExcel_Shared_OLE_PPS
                    
33	{
                    
162		$iSmallLen = $iSBcnt * $this->_SMALL_BLOCK_SIZE;
                    
163		$iSlCnt = floor($this->_BIG_BLOCK_SIZE / PHPExcel_Shared_OLE::OLE_LONG_INT_SIZE);
                    
164		$iSBDcnt = floor($iSBcnt / $iSlCnt) + (($iSBcnt % $iSlCnt)? 1:0);
                    
183	{
                    
184		$iWk = log($i2)/log(2);
                    
185		return ($iWk > floor($iWk))? floor($iWk)+1:$iWk;
                    
                
index.php http://pixie-cms.googlecode.com/svn/trunk/ | PHP | 548 lines
                    
43/* Check for config */
                    
44if ((!file_exists('admin/config.php')) or (filesize('admin/config.php') < 10)) {
                    
45	/* redirect to installer */
                    
88	}
                    
89	/* New! Built in php function. Tell php what the server timezone is so that we can use php 5's rewritten time and date functions with the correct time and without error messages */
                    
90	date_default_timezone_set("$server_timezone");
                    
91}
                    
92include_once 'admin/lib/lib_logs.php';
                    
93/* Start the runtime clock */
                    
110if (strnatcmp(phpversion(), '5.0.0') >= 0) {
                    
111	/* Load the php5 version of simplepie if you are running php5 */
                    
112	include_once 'admin/lib/lib_simplepie_php5.php';
                    
159	if (file_exists("admin/themes/{$site_theme}/theme.php")) {
                    
160		/* New! Your custom theme file must be named theme.php instead of index.php */
                    
161		include_once("admin/themes/{$site_theme}/theme.php");
                    
                
board.controller.php http://xe-board.googlecode.com/svn/trunk/ | PHP | 354 lines
                    
1<?php
                    
2    /**
                    
22            if(!$this->grant->write_document) return new Object(-1, 'msg_not_permitted');
                    
23            $logged_info = Context::get('logged_info');
                    
24
                    
54                $this->module_info->admin_mail = '';
                    
55                $obj->member_srl = -1*$logged_info->member_srl;
                    
56                $obj->email_address = $obj->homepage = $obj->user_id = '';
                    
153            if(!$this->grant->write_comment) return new Object(-1, 'msg_not_permitted');
                    
154            $logged_info = Context::get('logged_info');
                    
155
                    
169
                    
170                $obj->member_srl = -1*$logged_info->member_srl;
                    
171                $obj->email_address = $obj->homepage = $obj->user_id = '';
                    
324
                    
325            $logged_info = Context::get('logged_info');
                    
326
                    
                
auto_search_table_shell.php http://prohits.googlecode.com/svn/trunk/ | PHP | 376 lines
                    
38$tableName = '';
                    
39$logfile = '../../logs/search.log';
                    
40$theTask_arr = array();
                    
59
                    
60$php_command_location = PHP_PATH;
                    
61//maybe it is remote connect prohits server---------
                    
142
                    
143checkLogSize($logfile, 2000);
                    
144$start_time = @date("Y-m-j G:i:s");
                    
237  //}
                    
238  $tpp_theURL = str_replace("autoSearch/auto_search_table_shell.php","",$tpp_theURL) . "tppTask/tpp_task_shell.php";
                    
239  $tpp_theURL .='?tableName='.$tableName.'&tppTaskID='.$theTask_arr['RunTPP'];
                    
338  writeLog("Get new created files from $tableName machine to Prohits.");
                    
339  $com_backup = PHP_PATH. " " .dirname(dirname(__FILE__))."/autoBackup/raw_backup_shell.php"." 0 ". $tableName;
                    
340  system($com_backup);
                    
                
logs.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
24$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM `" . $db_config['prefix'] . "_logs` WHERE `id`!=0";
                    
25$base_url = NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op;
                    
26
                    
41	{
                    
42		nv_insert_logs( NV_LANG_DATA, $module_name, sprintf ( $lang_module['filter_check_log'], $op ), $admin_info['username'] . " - " . $admin_info['userid'], 0 );
                    
43		Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
81			$to = mktime( 0, 0, 0, $match[2], $match[1], $match[3] );
                    
82			$sql .= " AND `log_time` <= " . $to;
                    
83			$base_url .= "&amp;to=" . $data_search['to'];
                    
157{
                    
158	$sql .= " ORDER BY `log_time` " . $order['time']['order'];
                    
159}
                    
315    $xtpl->assign( 'CLASS', $a % 2 == 1 ? " class=\"second\"" : "" );
                    
316    $xtpl->assign( 'DEL_URL', NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&amp;" . NV_OP_VARIABLE . "=log&amp;" . NV_OP_VARIABLE . "=logs_del&amp;id=" . $data_i['id'] );
                    
317    $xtpl->assign( 'BACK_URL', $base_url );
                    
                
tabby.js https://code.google.com/p/quickdiagrams/ | JavaScript | 269 lines
                    
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();
                    
76	function debug($obj) {
                    
77		if (window.console && window.console.log)
                    
78		window.console.log('textarea count: ' + $obj.size());
                    
                
jquery.rating.js http://xbat-devel.googlecode.com/svn/trunk/ | JavaScript | 241 lines
                    
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
                    
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,
                    
15	so could be integrated with your form. It acts as a normal radio button.
                    
16	modified by : Logan Cai (cailongqun[at]yahoo.com.cn)
                    
17*/
                    
169			
                    
170			////if(window.console) console.log(['###', n, this.checked, $.rating.groups[n].initial]);
                    
171			if(this.checked) $.rating.groups[n].current = eStar;
                    
                
GroupBenchmarkTest.php https://bitbucket.org/zurmo/zurmo/ | PHP | 351 lines
                    
1<?php
                    
2    /*********************************************************************************
                    
31     * these Appropriate Legal Notices must retain the display of the Zurmo
                    
32     * logo and Zurmo copyright notice. If the display of the logo is not reasonably
                    
33     * feasible for technical reasons, the Appropriate Legal Notices must display the words
                    
                
save_QueryBuilder.class.php http://antilophpe.googlecode.com/svn/ | PHP | 317 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * File QueryBuilder.class.php
                    
4 *
                    
70	
                    
71	if((substr($Object_tableName, -3, 3)!='Log')&&(substr($Object_tableName, -4, 4)!='File')) $altro=', 0';
                    
72	
                    
                
API.php https://code.google.com/p/molinos-cms/ | PHP | 383 lines
                    
1<?php
                    
2/**
                    
21	{
                    
22		$this->log('HEAD ' . $url);
                    
23
                    
52	{
                    
53		$this->log('FETCH ' . $url);
                    
54
                    
68		if (!$result and !($options & self::NO_ERROR))
                    
69			throw new RuntimeException(t('Could not fetch %url. More information could be available in the log file.', array(
                    
70				'%url' => $url,
                    
192		if (200 != $status['http_code']) {
                    
193			$this->log($url . ': error ' . $status['http_code']);
                    
194			return false;
                    
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;
                    
                
C_cache.php http://mycaptain.googlecode.com/svn/ | PHP | 238 lines
                    
32			$exarea = addslashes($show_config['exarea']);
                    
33			$config ="\n\$config_cache = array('sitekey' =>\"".htmlspecialchars($show_config['site_key'])."\",'blogname' =>\"".htmlspecialchars(stripslashes($show_config['blogname']))."\",'bloginfo'=>\"".htmlspecialchars(stripslashes($show_config['bloginfo']))."\",'index_lognum' =>\"".$show_config['index_lognum']."\",'index_tagnum' =>\"".$show_config['index_tagnum']."\",'index_comment_num' =>\"".$show_config['index_comnum']."\",'ischkcomment'=>\"".$show_config['ischkcomment']."\",'isurlrewrite'=>\"".$show_config['isurlrewrite']."\",'istrackback'=>\"".$show_config['istrackback']."\",'comment_code'=>\"".$show_config['comment_code']."\",'login_code'=>\"".$show_config['login_code']."\",'comment_subnum'=>\"".$show_config['comment_subnum']."\",'nonce_templet'=>\"".$show_config['nonce_templet']."\",'blogurl'=>\"".htmlspecialchars($show_config['blogurl'])."\",'icp'=>\"".htmlspecialchars($show_config['icp'])."\",'timezone'=>\"".$show_config['timezone']."\",'exarea'=>\"".$exarea."\");";
                    
34	
                    
48		}
                    
49		$user="\n\$user_cache = array('photo' => \"$icon\",'name' =>\"".htmlspecialchars($blogger['nickname'])."\",'mail'	=>\"".htmlspecialchars($blogger['email'])."\",'des'=>\"".htmlspecialchars($blogger['description'])."\");";
                    
50		$cache = "<?php".$user."\n?>";
                    
178			}
                    
179			$this->log_tags .= "\n\$log_cache_tags[".$show_log['gid']."] = \"".$tag."\";";
                    
180			unset($tag);
                    
221			}
                    
222			$this->log_atts .= "\n\$log_cache_atts[".$gid."] = array('attachment'=>\"".$attachment."\",'att_img'=>\"".$att_img."\");";
                    
223			unset($attachment);
                    
225		}
                    
226		$cache = "<?php".$this->log_atts."\n?>";
                    
227		$this->mc_print($cache,$cf);
                    
                
coupon_form.tpl http://coderstalk.googlecode.com/svn/trunk/ | Smarty Template | 227 lines
                    
9    <h1><?php echo $heading_title; ?></h1>
                    
10    <div class="buttons"><a onclick="$('#form').submit();" class="button"><span><?php echo $button_save; ?></span></a><a onclick="location='<?php echo $cancel; ?>';" class="button"><span><?php echo $button_cancel; ?></span></a></div>
                    
11  </div>
                    
15        <?php foreach ($languages as $language) { ?>
                    
16        <a tab="#language<?php echo $language['language_id']; ?>"><img src="view/image/flags/<?php echo $language['image']; ?>" title="<?php echo $language['name']; ?>" /> <?php echo $language['name']; ?></a>
                    
17        <?php } ?>
                    
30            <td><span class="required">*</span> <?php echo $entry_description; ?></td>
                    
31            <td><textarea name="coupon_description[<?php echo $language['language_id']; ?>][description]" cols="40" rows="5"><?php echo isset($coupon_description[$language['language_id']]) ? $coupon_description[$language['language_id']]['description'] : ''; ?></textarea>
                    
32              <?php if (isset($error_description[$language['language_id']])) { ?>
                    
71          <td><?php echo $entry_logged; ?></td>
                    
72          <td><?php if ($logged) { ?>
                    
73            <input type="radio" name="logged" value="1" checked="checked" />
                    
103                    <?php foreach ($categories as $category) { ?>
                    
104                    <option value="<?php echo $category['category_id']; ?>"><?php echo $category['name']; ?></option>
                    
105                    <?php } ?>
                    
                
Image_Canvas_moon.htm http://applicationwiki.googlecode.com/svn/trunk/ | HTML | 185 lines
                    
20	<meta http-equiv="imagetoolbar" content="no" /><!{endif]-->
                    
21    <script type="text/javascript" src="/en/docs/index.php?title=-&amp;action=raw&amp;gen=js"></script>    <script type="text/javascript" src="/en/docs/skins/common/wikibits.js"></script>
                    
22    <script type="text/javascript" src="/en/docs/skins/devmo/devmo.js"></script>
                    
25    <style type="text/css">/*<![CDATA[*/
                    
26@import "/en/docs/index.php?title=MediaWiki:Devmo.css&action=raw&ctype=text/css&smaxage=18000";
                    
27@import "/en/docs/index.php?title=-&action=raw&gen=css&maxage=18000";
                    
56			<ul id="personal">
                    
57				<li id="pt-login"><a href="/en/docs/index.php?title=Special:Userlogin&amp;returnto=Image:Canvas_moon.png">Create an account or log in</a></li>			</ul>
                    
58			<ul id="contenttypes">
                    
111	     			class="selected"	     			><a href="/en/docs/Image:Canvas_moon.png">File</a></li><li id="ca-talk"
                    
112	     			class="new"	     			><a href="/en/docs/index.php?title=Image_talk:Canvas_moon.png&amp;action=edit">Discussion</a></li><li id="ca-edit"
                    
113	     				     			><a href="/en/docs/index.php?title=Image:Canvas_moon.png&amp;action=edit">Edit</a></li><li id="ca-history"
                    
159</ul>
                    
160<br /><ul><li><div><a href="http://developer.mozilla.org/en/docs/index.php?title=Special:Upload&amp;wpDestFile=Canvas_moon.png" class='external text' title="http://developer.mozilla.org/en/docs/index.php?title=Special:Upload&amp;wpDestFile=Canvas moon.png" rel="nofollow">Upload a new version of this file</a></div>
                    
161</li><li><a href="/en/docs/index.php?title=Image:Canvas_moon.png&amp;action=edit&amp;externaledit=true&amp;mode=file" title="Image:Canvas moon.png">Edit this file using an external application</a><div>See the <a href="http://meta.wikimedia.org/wiki/Help:External_editors" class='external text' title="http://meta.wikimedia.org/wiki/Help:External editors" rel="nofollow">setup instructions</a> for more information.</div>
                    
                
api_b2b_2_0_advance.php http://phpfor.googlecode.com/svn/trunk/ | PHP | 251 lines
                    
1<?php
                    
2include_once(CORE_DIR.'/api/shop_api_object.php');
                    
38        if($this->db->exec($sql)){
                    
39            $this->log($member_id,$money,$message, $payment_id, $order_id ,$paymethod ,$memo ,$member_advance);
                    
40        }else{
                    
195        if(!$sql || $this->db->exec($sql)){
                    
196           $this->log($member_id,-$money,$message, $payment_id, $order_id ,$paymethod ,$memo ,$member_advance );        
                    
197        }else{
                    
202    /**
                    
203     * log ????
                    
204     * 
                    
210     */
                    
211    function log($member_id,$money,$message, $payment_id='', $order_id='' ,$paymethod='' ,$memo='' ,$member_advance='' ){
                    
212        $shop_advance = $this->getShopAdvance();
                    
212        $shop_advance = $this->getShopAdvance();
                    
213        $rs = $this->db->exec('select * from sdb_advance_logs where 0=1');
                    
214        $sql = $this->db->getInsertSQL($rs,array(
                    
                
DB.php http://phpfor.googlecode.com/svn/trunk/ | PHP | 488 lines
                    
1<?php
                    
2/**
                    
33        else{
                    
34            showError(__T('Config\'s argument error,or miss adapter,please check conf.php!'));
                    
35        }
                    
39
                    
40        require_once(SYSBASE.'Database/DB/'.$DB_config['adapter'].'.php');
                    
41
                    
299        }
                    
300        //??log_db
                    
301        //$this->db->query("insert log_db (op_sql, op_time) values('" . addslashes($this->sql) . "', '" . date('Y-m-d H:i:s') . "')");
                    
                
sub_edit.html http://phpfor.googlecode.com/svn/trunk/ | HTML | 243 lines
                    
22    <th>
                    
23    <span id='editMemberPassword-<{$member.member_id}>' class="lnk" onclick="$(this).store('dialog',new Dialog('index.php?ctl=member/member&act=updatePassword&p[0]=<{$member.member_id}>&p[1]=<{$member.email}>&p[2]='+escape('<{$member.uname}>')+'&p[3]='+encodeURIComponent('<{$member.name}>'),{width:430,height:170,title:'??????'}))">
                    
24      <{t}>??????<{/t}>
                    
32    <th>
                    
33    <span id='editMemberPayPassword-<{$member.member_id}>' class="lnk" onclick="$(this).store('dialog',new Dialog('index.php?ctl=member/member&act=updatePayPassword&p[0]=<{$member.member_id}>&p[1]=<{$member.email}>&p[2]='+escape('<{$member.uname}>')+'&p[3]='+encodeURIComponent('<{$member.name}>'),{width:430,height:170,title:'???????????'}))">
                    
34      <{t}>???????????<{/t}>
                    
157                  <th>??LOGO?</th>
                    
158                  <td id="w_site_logo" valign="top"><span id="d_siteLogo_txt"></span>
                    
159				  <{if $member.dealer_logo != ''}>
                    
159				  <{if $member.dealer_logo != ''}>
                    
160						<img src="<{$member.src_dealer_logo}>" border="0" />
                    
161				  <{/if}>
                    
161				  <{/if}>
                    
162				  <input type="hidden" name="dealer_logo" value="<{$member.dealer_logo}>" />
                    
163				  </td>
                    
                
exception-db-php.html https://code.google.com/p/ezrpg/ | HTML | 52 lines
                    
15throw new DbException($this-&gt;db, SERVER_ERROR);
                    
16throw new DbException($query, SQL_ERROR);</pre></blockquote><h4 class=CHeading>See Also</h4><ul><li><a href="class-dbfactory-php.html#DbFactory" class=LClass id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">DbFactory</a></li><li><a href="const-errors-php.html#Error_Codes" class=LSection id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">Error Codes</a></li></ul><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#DbException" >DbException</a></td><td class=SDescription>Extends Exception class to specify a database error.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#DbException.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#DbException.__toString" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">__toString</a></td><td class=SDescription>Formats and returns the error file, line and message.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
17
                    
34
                    
35<div id=Menu><div class=MTitle>ezRPG<div class=MSubTitle>Documentation</div></div><div class=MEntry><div class=MFile><a href="../config-php.html">Config</a></div></div><div class=MEntry><div class=MFile><a href="../modules/example-php.html">Module_Example</a></div></div><div class=MEntry><div class=MFile><a href="../modules/skeleton-php.html">Module_Skeleton</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Lib</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="const-errors-php.html">Error Codes</a></div></div><div class=MEntry><div class=MFile><a href="func-log-php.html">Log Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-player-php.html">Player Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-rand-php.html">Random Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-text-php.html">Text Functions</a></div></div><div class=MEntry><div class=MFile><a href="func-validate-php.html">Validation functions</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Classes</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="class-base_module-php.html">Base_Module</a></div></div><div class=MEntry><div class=MFile><a href="class-dbfactory-php.html">DbFactory</a></div></div><div class=MEntry><div class=MFile><a href="class-hooks-php.html">Hooks</a></div></div><div class=MEntry><div class=MFile><a href="class-imagebar-php.html">ImageBar</a></div></div><div class=MEntry><div class=MFile><a href="class-modulefactory-php.html">ModuleFactory</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Modules</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="../modules/AccountSettings/index-php.html">AccountSettings</a></div></div><div class=MEntry><div class=MFile><a href="../modules/City/index-php.html">City</a></div></div><div class=MEntry><div class=MFile><a href="../modules/EventLog/index-php.html">EventLog</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Index/index-php.html">Index</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Login/index-php.html">Login</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Logout/index-php.html">Logout</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Members/index-php.html">Members</a></div></div><div class=MEntry><div class=MFile><a href="../modules/Register/index-php.html">Register</a></div></div><div class=MEntry><div class=MFile><a href="../modules/StatPoints/index-php.html">StatPoints</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">Admin Modules</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="../admin/Index/index-php.html">Admin_Index</a></div></div><div class=MEntry><div class=MFile><a href="../admin/Members/index-php.html">Admin_Members</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Database Drivers</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MFile><a href="db-mysql-php.html">Db_mysql</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent6')">Exceptions</a><div class=MGroupContent id=MGroupContent6><div class=MEntry><div class=MFile id=MSelected>DbException</div></div><div class=MEntry><div class=MFile><a href="exception-file-php.html">FileException</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent7')">Index</a><div class=MGroupContent id=MGroupContent7><div class=MEntry><div class=MIndex><a href="../../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Variables.html">Variables</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Constants.html">Constants</a></div></div></div></div></div><div class=MEntry><div class=MFile><a href="../install-php.html">Install</a></div></div><div class=MEntry><div class=MLink><a href="http://www.ezrpgproject.com/">ezRPG Project</a></div></div><script type="text/javascript"><!--
                    
36var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
                    
                
config.php http://comet.googlecode.com/svn/trunk/ | PHP | 308 lines
                    
41/*
                    
42 Uncomment lines below to enable PHP error reporting and displaying PHP errors.
                    
43 Do not do this on a production server. Might be helpful when debugging why CKFinder does not work as expected.
                    
71	// You may point it to a directory directly:
                    
72	$baseDir = '/home/login/public_html/ckfinder/files/';
                    
73	$baseDir = 'C:/SiteDir/CKFinder/userfiles/';
                    
150For example, if you want to restrict the upload, rename or delete of files in
                    
151the "Logos" folder of the resource type "Images", you may uncomment the
                    
152following definition, leaving the above one:
                    
218
                    
219	- If "php" is on the denied extensions list, a file named foo.php cannot be
                    
220	  uploaded.
                    
225
                    
226In some conditions Apache can treat the foo.php.rar file just like any PHP
                    
227script and execute it.
                    
                
login.php git://git.savannah.nongnu.org/savane-cleanup.git | PHP | 257 lines
                    
67    session_cookie('cookie_probe', 1);
                    
68    header('Location: login.php?uri='.$uri.'&cookie_test=1');
                    
69    }
                    
71    {
                    
72      fb(sprintf(_("Savane thinks your cookies are not activated for %s. To log-in, we need you to activate cookies in your web browser for this website. Please do so and click here:"), $sys_default_domain).' '.$GLOBALS['sys_https_url'].$GLOBALS['sys_home'].'account/login.php?uri='.$uri, 1);
                    
73    }
                    
132	      # Go there saying hello to your brother
                    
133	      header ("Location: ".$http."://".$GLOBALS['sys_brother_domain'].$GLOBALS['sys_home']."/account/login.php?session_uid=".user_getid()."&session_hash=".$GLOBALS['session_hash']."&cookie_for_a_year=$cookie_for_a_year&from_brother=1&login=1&stay_in_ssl=$stay_in_ssl&brotherhood=1&uri=".urlencode($uri));
                    
134	      exit;
                    
213print '<p><span class="preinput">'._("Login Name:").'</span><br />&nbsp;&nbsp;';
                    
214print '<input type="text" name="form_loginname" value="'.htmlspecialchars($form_loginname, ENT_QUOTES).'" tabindex="1" /> <a class="smaller" href="register.php" tabindex="2">['._("No account yet?").']</a></p>';
                    
215
                    
252
                    
253print '<div class="center"><input type="submit" name="login" value="'._("Login").'" tabindex="1" /></div>';
                    
254print '</form>';
                    
                
permissions_phpbb.php http://twpug.googlecode.com/svn/trunk/ | PHP | 219 lines
                    
1<?php
                    
2if (empty($lang) || !is_array($lang))
                    
43*		'acl_bug_view'		=> array('lang' => 'Can view bug reports', 'cat' => 'bugs'),
                    
44*		'acl_bug_post'		=> array('lang' => 'Can post bugs', 'cat' => 'post'), // Using a phpBB category here
                    
45*	));
                    
174	'acl_a_jabber'		=> array('lang' => '????Jabber??', 'cat' => 'settings'),
                    
175	'acl_a_phpinfo'		=> array('lang' => '????php??', 'cat' => 'settings'),
                    
176
                    
207	'acl_a_styles'		=> array('lang' => '??????', 'cat' => 'misc'),
                    
208	'acl_a_viewlogs'	=> array('lang' => '??????', 'cat' => 'misc'),
                    
209	'acl_a_clearlogs'	=> array('lang' => '??????', 'cat' => 'misc'),
                    
                
mejoramiento_adecuaciones_controller.php http://learning-circles.googlecode.com/svn/trunk/ | PHP | 226 lines
                    
1<?php
                    
2class MejoramientoAdecuacionesController extends AppController {
                    
13			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
14			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
15		}
                    
45			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
46			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
47		}
                    
59			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
60			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
61		}
                    
111			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
112			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
113		}
                    
162			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
163			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
164		}
                    
                
readme.html http://pumpmyvote.googlecode.com/svn/trunk/ | HTML | 98 lines
                    
19<h1>Birkaç not</h1>
                    
20<p>Merhaba! Bu sat?rlar? okudu?unuza göre bir blog sahibisiniz veya yak?nda bir blog sahibi olacaks?n?z. WordPress, blog yazmak için en güzel araçlardan biridir. Blog sistemi olarak WordPress kullanmay? dü?ünüyorsan?z asl?nda WordPress kurmak, yükseltme yapmak ve kullanmak çok da zor de?il. Fakat baz? noktalara dikkat etmek ve gerekli belgeleri okumak gerekiyor. Bunun için bu benioku sayfas? d???nda sayfan?n ilerleyen bölümlerinde verilen WordPress ile ilgili adresleri takip edin. WordPress'in Türkçe'ye çevrilmesi için çok çal??t?k ve en kaliteli çeviriyi sunmak için birçok deneme yapt?k. Lütfen Türkçe pakette hata bulursan?z veya ba?ka önerileriniz varsa bizimle payla??n. Te?ekkürler ve iyi bloglamalar! :)</p>
                    
21<p style="text-align: right;">&#8212; WordPress Türkiye Ekibi</p>
                    
26    <li>Site adresinizi web taray?c?n?z?n adres sat?r?na yaz?n.</li>
                    
27    <li>Ekrandaki talimatlar? takip ederek kurulumu tamamlayabilirsiniz. Kurulumdan önce <code>wp-config.php</code> dosyas? olu?turulacak. Baz? durumlarda bu dosya otomatik olarak olu?turulam?yor. E?er böyle bir durumla kar??la??rsan?z, elle olu?turman?z gerekir. Bunun için bir metin editörüyle <code>wp-config-sample.php</code> dosyas?n? aç?n ve veritaban? bilgilerinizi girin. Dosyay? <code>wp-config.php</code> olarak kaydedin ve sunucuya yükleyin, sonras?nda kuruluma ba?lay?n.
                    
28	<li><strong>Kurulumun sonunda verilen parolay? saklay?n.</strong></li>
                    
71<h1>Ba?ka bir sistemden WordPress'e geçmek</h1>
                    
72<p>WordPress'e ba?ka bir sistemden (Blogger, Textpattern, Movable Type gibi) geçi? yapmak da mümkündür. Öncelikle WordPress'i kurun ve yönetim panelindeki "?çe Aktar" menüsünü kullanarak eski sisteminizden yaz?lar?n?z? ve yorumlar?n?z? yeni blogunuza aktar?n. <a href="http://codex.wordpress.org/Importing_Content">Bu konu hakk?nda bir belge</a>.</p>
                    
73
                    
74<h1>XML-RPC ve Atom Arayüzü</h1>
                    
75<p>Art?k <a href="http://windowslivewriter.spaces.live.com/">Windows Live Writer</a>, <a href="http://ecto.kung-foo.tv/">Ecto</a>, <a href="http://bloggar.com/">Bloggar</a>, <a href="http://radio.userland.com">Radio Userland</a>, <a href="http://www.newzcrawler.com/">NewzCrawler</a> gibi Blogging API'lerini destekleyen araçlarla WordPress blogunuza yaz? gönderebilirsiniz. :) <a href="http://codex.wordpress.org/XML-RPC_Support">XML-RPC deste?i hakk?nda detayl? bilgi</a>.</p>
                    
76
                    
77<h1>E-posta ile yazma</h1>
                    
78<p>Bir posta sunucusu kullanarak blogunuza yaz? ekleyebilirsiniz! Bunu ayarlamak için Yönetim panelinizde &quot;Tercihler&quot; menüsündeki &quot;Yazma&quot; sekmesini aç?n ve POP3 hesab?n?z?n ba?lant? detaylar?n? girin. Sonra posta kutusunun yeni yaz?lar için periyodik olarak kontrol edilmesi için <code>wp-mail.php</code>'yi ayarlamal?s?n?z. Bunu Cron-jobs ile yapabilirsiniz, veya sunucunuz desteklemiyorsa çok say?da website-monitoring servislerinden birinin <code>wp-mail.php</code> URL'nizi kontrol etmesini sa?layabilirsiniz.</p>
                    
79<p>Yaz? göndermek çok kolay: Belirledi?iniz adrese gönderilen tüm e-postalar yaz? olarak blogunuza eklenir, e-postan?n konusu yaz?n?n ba?l??? olur. Bu adresi gizli tutman?z tavsiye edilir. Araç ba?ar?l? bir ?ekilde gönderilen postalar? <em>siler</em>.</p>
                    
                
DictionaryLoader.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage Index
                    
18 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
32 * @subpackage Index
                    
33 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
34 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
60            $tiVersion != (int)0xFFFFFFFD /* 2.1+ format    */) {
                    
61                require_once 'Zend/Search/Lucene/Exception.php';
                    
62                throw new Zend_Search_Lucene_Exception('Wrong TermInfoIndexFile file format');
                    
65        // $indexTermCount = $tiiFile->readLong();
                    
66        if (PHP_INT_SIZE > 4) {
                    
67            $indexTermCount = ord($data[$pos]) << 56  |
                    
80                ((ord($data[$pos+4]) & 0x80) != 0)) {
                    
81                    require_once 'Zend/Search/Lucene/Exception.php';
                    
82                    throw new Zend_Search_Lucene_Exception('Largest supported segment size (for 32-bit mode) is 2Gb');
                    
                
OnlineTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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: OnlineTest.php 23772 2011-02-28 21:35:29Z ralph $
                    
21 */
                    
25 */
                    
26require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'OnlineTestCase.php';
                    
27/**
                    
29 */
                    
30require_once 'Zend/Ldap/Node.php';
                    
31
                    
35 * @subpackage UnitTests
                    
36 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
37 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
                
MaildirFolderTest.php git://github.com/zendframework/zf2.git | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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
                    
32 * @subpackage UnitTests
                    
33 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
34 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
36 */
                    
37class MaildirFolderTest extends \PHPUnit_Framework_TestCase
                    
38{
                    
203        try {
                    
204            // explicit call of __toString() needed for PHP < 5.2
                    
205            $this->assertEquals($mail->getFolders()->subfolder->__toString(), 'subfolder');
                    
235
                    
236            // explicit call of __toString() needed for PHP < 5.2
                    
237            $found_folders[$folder->__toString()] = $localName;
                    
                
group.php http://nukeviet-shop.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
1<?php
                    
2
                    
78        {
                    
79        	nv_insert_logs( NV_LANG_DATA, $module_name, $lang_module['add_group'] , $data['title'], $admin_info['userid'] );
                    
80            $db->sql_freeresult();
                    
82            nv_del_moduleCache( $module_name );
                    
83            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op . "&parentid=" . $data['parentid'] . "" );
                    
84            die();
                    
97        {
                    
98            nv_insert_logs( NV_LANG_DATA, $module_name, $lang_module['edit_group'], $data['title'], $admin_info['userid'] );
                    
99            $db->sql_freeresult();
                    
110            
                    
111            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op . "&parentid=" . $data['parentid'] . "" );
                    
112            die();
                    
166}
                    
167// * call theme tpl of product groupalogs */
                    
168$xtpl = new XTemplate( "group_add.tpl", NV_ROOTDIR . "/themes/" . $global_config['module_theme'] . "/modules/" . $module_file );
                    
                
octane_archives.clj http://lighttexteditor.googlecode.com/svn/trunk/ | Clojure | 275 lines
                    
35;;;      
                    
36;;; Main Description: Light Log Viewer is a tool for making it easier to search log files.  
                    
37;;; Light Log Viewer adds some text highlighting, quick key navigation to text files, simple graphs 
                    
37;;; Light Log Viewer adds some text highlighting, quick key navigation to text files, simple graphs 
                    
38;;; and charts for monitoring logs, file database to quickly navigate to files of interest, 
                    
39;;; and HTML to PDF convert tool.  
                    
39;;; and HTML to PDF convert tool.  
                    
40;;; Light Log was developed with a combination of Clojure 1.0, Java and Scala with use of libs, SWT 3.4, JFreeChart, iText. 
                    
41;;; 
                    
41;;; 
                    
42;;; Quickstart : the best way to run the Light Log viewer is to click on the win32 batch script light_logs.bat
                    
43;;; (you may need to edit the Linux script for Unix/Linux environments).
                    
50
                    
51;;; Metrics: (as of 7/15/2009) Light Log Viewer consists of 6500 lines of Clojure code, and contains wrapper code
                    
52;;; around the Java source.  There are 2000+ lines of Java code in the Java library for Light Log Viewer.
                    
                
retentionSchedule.php http://records-authority.googlecode.com/svn/ | PHP | 387 lines
                    
1<?php
                    
2/**
                    
27		
                    
28		// admin user must be loggedin 
                    
29		$this->load->model('SessionManager');
                    
29		$this->load->model('SessionManager');
                    
30		$this->SessionManager->isAdminLoggedIn();
                    
31		$this->load->model('UpkeepModel');
                    
                
anekdotru.php http://cartonbank.googlecode.com/svn/trunk/ | PHP | 393 lines
                    
109
                    
110				// Add logo
                    
111					$export_dir = "/home/www/cb3/ales/";
                    
206
                    
207		$logopath = "/home/www/cb3/img/cb-logo-300.png";
                    
208		$logofile_id = imagecreatefrompng($logopath);
                    
233	  $sourcefile_height=imageSY($sourcefile_id);
                    
234	  $logo_width=imageSX($logofile_id);
                    
235	  $logo_height=imageSY($logofile_id);
                    
236
                    
237	   $dest_x_logo = $sourcefile_width - $logo_width - 4;
                    
238	   $dest_y_logo = $sourcefile_height - $logo_height - 8;
                    
280	$opacity_logo = 30;
                    
281	ImageCopyMerge($sourcefile_id, $logofile_id, $dest_x_logo, $dest_y_logo, 0, 0, $logo_width, $logo_height, $opacity_logo);
                    
282						   
                    
                
ncluasoap.lua git://github.com/leandrojsa/weblua.git | Lua | 281 lines
                    
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.
                    
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, 
                    
65--de nome vet e do tipo array, a função tableToXml gerará
                    
99              --Senão, considera que a table está em formato de struct,
                    
100              --logo, possui chaves nomeadas. Desta forma, cria uma tag com o nome da table
                    
101              --e inclui seus elementos como sub-tags contendo seus respectivos nomes.
                    
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
                    
                
class.listype.php http://kak.googlecode.com/svn/trunk/ | PHP | 343 lines
                    
1<?php
                    
2defined('_JEXEC') OR die('Access Denied!');
                    
27				if ($listType>0) {
                    
28				backHTML::_header( @constant( $GLOBALS[JNEWS.'listnames'.$listType] ) , $GLOBALS[JNEWS.'listlogo'.$listType] , $message , $task, $action  );
                    
29				} else {
                    
323
                    
324	 function sendLogs($listType) {
                    
325
                    
331			case '2':
                    
332				if ($GLOBALS[JNEWS.'send_auto_log'] == 1) return true; else return false;
                    
333				break;
                    
                
trilulilu.php https://code.google.com/p/hdforall/ | PHP | 344 lines
                    
18} elseif (file_exists("/tmp/usbmounts/sda2/download")) {
                    
19   $dir = "/tmp/usbmounts/sda2/download/log/";
                    
20} elseif (file_exists("/tmp/usbmounts/sdb2/download")) {
                    
194     showIdle();
                    
195     url="<?php echo $host; ?>" + "/scripts/clip/php/trilulilu_link.php?file=" + getItemInfo(getFocusItemIndex(),"download");
                    
196     movie=getUrl(url);
                    
200     do_down=1;
                    
201     log_file="<?php echo $dir; ?>" + getItemInfo(getFocusItemIndex(),"name") + ".log";
                    
202     setRefreshTime(2000);
                    
234<destination>
                    
235	<link>http://127.0.0.1/cgi-bin/scripts/util/level.php
                    
236	</link>
                    
306    showIdle();
                    
307    url="'.$host.'/scripts/clip/php/trilulilu_link.php?file='.$link.'";
                    
308    movie=getUrl(url);
                    
                
0918fckconfig.js http://prosporous.googlecode.com/svn/trunk/ | JavaScript | 315 lines
                    
55// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
                    
56// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
                    
57// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
                    
79FCKConfig.AutoDetectPasteFromWord = true ;	// IE only.
                    
80FCKConfig.ShowDropDialog = true ;
                    
81FCKConfig.ForceSimpleAmpersand	= false ;
                    
158FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
159FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
160FCKConfig.FirefoxSpellChecker	= false ;
                    
264// Custom implementations should just ignore it.
                    
265var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
266var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
                
class.DNSEventObserver.php http://scalr.googlecode.com/svn/ | PHP | 289 lines
                    
1<?php
                    
2	class DNSEventObserver extends EventObserver
                    
79					if (!$this->DNSZoneController->Update($zone["id"]))
                    
80						$this->Logger->error(_("Cannot update zone in DNSEventObserver"));
                    
81					else
                    
81					else
                    
82						$this->Logger->info("Instance {$instanceinfo['instance_id']} added to DNS zone '{$zone['zone']}'");
                    
83				}
                    
212			{
                    
213				$this->Logger->warn(new FarmLogMessage($farminfo['id'], "Update DNS zone on 'OnHostDown'' event failed: {$e->getMessage()}"));
                    
214			}
                    
262					
                    
263					$this->Logger->info(new FarmLogMessage($farminfo['id'], "Instance {$instanceinfo['instance_id']}. Is DB Master = {$instanceinfo['isdbmaster']}"));
                    
264					
                    
266										
                    
267					$this->Logger->info(new FarmLogMessage($farminfo['id'], "Adding system A records to zone {$zone['zone']}"));
                    
268					
                    
                
fsource_PhpExt_Grid_PhpExtGridEditorGridPanel.php.html http://php-ext.googlecode.com/svn/trunk/ | HTML | 170 lines
                    
12<div id="header">
                    
13	<h1><img src="../media/php-ext2.png" alt="PHP-Ext Logo" title="PHP-Ext" width="110" height="34" /></h1>
                    
14	<div>
                    
23			<li><a href="../../../examples" target="_top">Samples</a></li>
                    
24			<li><a href="http://php-ext.quimera-solutions.com/blog">Blog</a></li>
                    
25			<li><a href="http://php-ext.quimera-solutions.com/?id=download" target="_top">Download</a></li>
                    
78<h1 align="center">Source for file EditorGridPanel.php</h1>
                    
79<p>Documentation is available at <a href="../PhpExt/Grid/_PhpExt---Grid---EditorGridPanel.php.html">EditorGridPanel.php</a></p>
                    
80<div class="src-code"><span class="php">
                    
103<li><div class="src-line"><a name="a23"></a><span class="src-doc">&nbsp;*/</span></div></li>
                    
104<li><div class="src-line"><a name="a24"></a><span class="src-key">class&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_EditorGridPanel.html">PhpExt_Grid_EditorGridPanel</a>&nbsp;<span class="src-key">extends&nbsp;</span><a href="../PhpExt/Grid/PhpExt_Grid_GridPanel.html">PhpExt_Grid_GridPanel</a>&nbsp;</div></li>
                    
105<li><div class="src-line"><a name="a25"></a><span class="src-sym">{</span></div></li>
                    
153<div id="footer">
                    
154PHP-Ext Open Source Project | <a href="http://php-ext.googlecode.com">http://php-ext.googlecode.com</a> | <a href="http://php-ext.quimera-solutions.com">http://php-ext.quimera-solutions.com</a> |
                    
155sergeiw at gmail.com
                    
                
select.php git://github.com/fuel/core.git | PHP | 524 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
                    
4 *
                    
10 * @copyright  2008 - 2009 Kohana Team
                    
11 * @link       https://fuelphp.com
                    
12 */
                    
155	 * @param   mixed   $c1  column name or array($column, $alias) or object
                    
156	 * @param   string  $op  logic operator
                    
157	 * @param   mixed   $c2  column name or array($column, $alias) or object
                    
171	 * @param   mixed   $c1  column name or array($column, $alias) or object
                    
172	 * @param   string  $op  logic operator
                    
173	 * @param   mixed   $c2  column name or array($column, $alias) or object
                    
187	 * @param   mixed   $c1  column name or array($column, $alias) or object
                    
188	 * @param   string  $op  logic operator
                    
189	 * @param   mixed   $c2  column name or array($column, $alias) or object
                    
                
simulator.js https://hg01.codeplex.com/social | JavaScript | 0 lines
                    
19//                var events = Ext.getCmp('simulator').getRecorder().getEventSet('main');
                    
20//                console.log(JSON.stringify(events));
                    
21//                Ext.Ajax.request({
                    
21//                Ext.Ajax.request({
                    
22//                    url: '../../dump.php',
                    
23//                    method: 'POST',
                    
44                           cool like live demostration of how your app works without the need of any pre-recorded videos.</p>\n\
                    
45                           <p>Close this dialog and tap on the <b>\"Show Me!\"</b> button to see it in action. A demo series of events \n\
                    
46                              (technically an array of serialized events in JSON format) will be replayed live on the screen.</p>\n\
                    
                
adapter_adastrafanficcom.py https://code.google.com/p/fanficdownloader/ | Python | 239 lines
                    
20import logging
                    
21logger = logging.getLogger(__name__)
                    
22import re
                    
57    def getSiteExampleURLs(cls):
                    
58        return "http://"+cls.getSiteDomain()+"/viewstory.php?sid=1234"
                    
59
                    
60    def getSiteURLPattern(self):
                    
61        return re.escape("http://"+self.getSiteDomain()+"/viewstory.php?sid=")+r"\d+$"
                    
62
                    
103        # Find authorid and URL from... author url.
                    
104        a = soup.find('a', href=re.compile(r"viewuser.php"))
                    
105        self.story.setMetadata('authorId',a['href'].split('=')[1])
                    
109        # Find the chapters:
                    
110        for chapter in soup.findAll('a', href=re.compile(r'viewstory.php\?sid='+self.story.getMetadata('storyId')+"&chapter=\d+$")):
                    
111            # just in case there's tags, like <i> in chapter titles.
                    
                
readdib.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 366 lines
                    
82{
                    
83     PLOGPALETTE     npPal;
                    
84     RGBQUAD FAR    *lpRGB;
                    
84     RGBQUAD FAR    *lpRGB;
                    
85     HPALETTE        hLogPal;
                    
86     DWORD           i;
                    
93     {
                    
94          npPal = (PLOGPALETTE) LocalAlloc(LMEM_FIXED, sizeof(LOGPALETTE) +
                    
95                                           (WORD) lpInfo->biClrUsed *
                    
105
                    
106          /* copy colors from the color table to the LogPalette structure */
                    
107          for(i = 0; i < lpInfo->biClrUsed; i++, lpRGB++)
                    
114
                    
115          hLogPal = CreatePalette((LPLOGPALETTE) npPal);
                    
116          LocalFree((HANDLE) npPal);
                    
                
bethsoftvid.c git://github.com/xbmc/xbmc.git | C | 296 lines
                    
25 * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
                    
26 * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
                    
27 * @see http://www.svatopluk.com/andux/docs/dfvid.html
                    
218            if (vid->palette) {
                    
219                av_log(s, AV_LOG_WARNING, "discarding unused palette\n");
                    
220                av_freep(&vid->palette);
                    
254                    return ret_value;
                    
255                av_log(s, AV_LOG_ERROR, "incomplete audio block\n");
                    
256                return AVERROR(EIO);
                    
269            if(vid->nframes != 0)
                    
270                av_log(s, AV_LOG_VERBOSE, "reached terminating character but not all frames read.\n");
                    
271            vid->is_finished = 1;
                    
273        default:
                    
274            av_log(s, AV_LOG_ERROR, "unknown block (character = %c, decimal = %d, hex = %x)!!!\n",
                    
275                   block_type, block_type, block_type);
                    
                
Command.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 512 lines
                    
1<?php
                    
2
                    
43     *
                    
44     * @throws \LogicException When the command name is empty
                    
45     */
                    
59        if (!$this->name) {
                    
60            throw new \LogicException('The command name cannot be empty.');
                    
61        }
                    
88     *
                    
89     * @throws \LogicException When this abstract class is not implemented
                    
90     */
                    
92    {
                    
93        throw new \LogicException('You must override the execute() method in the concrete command class.');
                    
94    }
                    
378            $name,
                    
379            $_SERVER['PHP_SELF'].' '.$name
                    
380        );
                    
                
friend.php http://praized.googlecode.com/svn/trunk/ | PHP | 358 lines
                    
31 *
                    
32 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
33 * @return mixed Boolean FALSE or Object Current friend (see params)
                    
115 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
116 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
117 * @return string
                    
128 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
129 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
130 * @return string
                    
206 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
207 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
208 * @return string
                    
222 * @param boolean $echo Defines if the output should be echoed or simpy returned, defaults to TRUE
                    
223 * @param string $identifier Optional user identifier (login) for custom template development (see bundled praized-php lib)
                    
224 * @return string
                    
                
Generic.php https://code.google.com/p/molinos-cms/ | PHP | 322 lines
                    
102
                    
103		$logger = Molinos_Core_Logger::getInstance();
                    
104
                    
148
                    
149		require_once "Auth/OpenID/Consumer.php";
                    
150		require_once "Auth/OpenID/FileStore.php";
                    
150		require_once "Auth/OpenID/FileStore.php";
                    
151		require_once "Auth/OpenID/AX.php";
                    
152		require_once "Auth/OpenID/SReg.php";
                    
210	{
                    
211		$logger = Molinos_Core_Logger::getInstance();
                    
212
                    
213		if ('id_res' != $this->arg('openid_mode')) {
                    
214			$logger->debug('login cancelled ?!');
                    
215			throw new Molinos_Core_Exceptions_Response(new Molinos_HTTP_Responses_Redirect('user/logout'));
                    
                
google_base_feed_builder.php http://google-checkout-oscommerce.googlecode.com/svn/trunk/ | PHP | 362 lines
                    
1<?php
                    
2/*
                    
21 * Google Checkout v1.5.0
                    
22 * $Id: google_base_feed_builder.php 224 2009-03-11 16:31:28Z ed.davisson $
                    
23 * 
                    
75
                    
76require_once(DIR_FS_CATALOG . 'googlecheckout/library/xml/google_xml_builder.php');
                    
77
                    
121    $this->xml->Element('title', $title);
                    
122    $this->xml->Element('link', HTTP_SERVER . DIR_WS_HTTP_CATALOG);
                    
123    // osCommerce doesn't store a description of the store.
                    
304  function add_image_link($product) {
                    
305    $image_link = HTTP_SERVER . DIR_WS_HTTP_CATALOG
                    
306        . DIR_WS_IMAGES . $product['products_image'];
                    
                
ReferenceEncryptedProperties.java http://owasp-esapi-java.googlecode.com/svn/trunk/ | Java | 294 lines
                    
5 * Enterprise Security API (ESAPI) project. For details, please see
                    
6 * <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
                    
7 *
                    
31import org.owasp.esapi.EncryptedProperties;
                    
32import org.owasp.esapi.Logger;
                    
33import org.owasp.esapi.crypto.CipherText;
                    
63	/** The logger. */
                    
64	private final Logger logger = ESAPI.getLogger(this.getClass());
                    
65
                    
178		super.load(in);
                    
179		logger.trace(Logger.SECURITY_SUCCESS, "Encrypted properties loaded successfully");
                    
180	}
                    
209		super.load(is);
                    
210		logger.trace(Logger.SECURITY_SUCCESS, "Encrypted properties loaded successfully");
                    
211	}
                    
                
atoi.html git://github.com/kazuho/cppref.git | HTML | 154 lines
                    
14<meta name="keywords" content="c,string,atoi" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/c/string/atoi?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=c:string" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/c/string/atoi" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
137         &#149;
                    
138        <a href="../../c/string/atoi.html"  class="action login" rel="nofollow">Login</a> &#149;
                    
139        <a href="../../c/string/atoi.html"  class="action index" accesskey="x" rel="nofollow">Index</a> &#149;
                    
                
DBSystemLog.cs https://hg01.codeplex.com/mojoportal | C# | 394 lines
                    
31        /// </summary>
                    
32        /// <param name="logDate"> logDate </param>
                    
33        /// <param name="ipAddress"> ipAddress </param>
                    
37        /// <param name="thread"> thread </param>
                    
38        /// <param name="logLevel"> logLevel </param>
                    
39        /// <param name="logger"> logger </param>
                    
110
                    
111            arParams[7] = new SqlCeParameter("@Logger", SqlDbType.NVarChar, 255);
                    
112            arParams[7].Direction = ParameterDirection.Input;
                    
223            sqlCommand.Append("WHERE ");
                    
224            sqlCommand.Append("LogLevel = @LogLevel ");
                    
225            sqlCommand.Append(";");
                    
328        /// <summary>
                    
329        /// Gets a page of data from the mp_SystemLog table.
                    
330        /// </summary>
                    
                
server.php http://arronwork.googlecode.com/svn/trunk/ | PHP | 429 lines
                    
209            {
                    
210                errlog::add("%s: monitor has logged in", __METHOD__);
                    
211                socket_close($active['sock']);
                    
226            self::$monitor_login=$new_slot;
                    
227            errlog::add("%s: monitor log in", __METHOD__);
                    
228        }
                    
255        {
                    
256            errlog::add("%s: send fail", __METHOD__); 
                    
257        }
                    
263        {
                    
264            self::$monitor_login=-1;
                    
265            errlog::add("%s: monitor %s revoke, error:%d",
                    
328        // errlog
                    
329        if(errlog::init(basename(__FILE__), cnfg::$ERRLOG['LOCATION'])
                    
330                == false)
                    
                
fill.php http://marcoratto.googlecode.com/svn/trunk/ | PHP | 337 lines
                    
110    array_shift($argv);
                    
111    Log4GPHP::print_r(Log4GPHP::$TRACE, $argv);    
                    
112
                    
141
                    
142Log4GPHP::setLoggingLevel(Log4GPHP::$TRACE);
                    
143Log4GPHP::info("argc=$argc");
                    
149$params = parseArgs($argv);
                    
150Log4GPHP::print_r(Log4GPHP::$INFO, $params);
                    
151
                    
191} 		
                    
192Log4GPHP::info("multiplier=" . $multiplier);
                    
193
                    
221
                    
222// Log4GPHP::print_r(Log4GPHP::$INFO, $listOfFiles);
                    
223
                    
                
??????????????????.htm http://xinhaining-dianjian-delphi.googlecode.com/svn/trunk/ | HTML | 262 lines
                    
127  <tr> 
                    
128    <td height="64" valign="bottom"><img src="../200301/epapilogo.gif" width="150" height="64"></td>
                    
129    <td width="468"> 
                    
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">
                    
189                      </font></div></td>
                    
190                  <td ><div align="center"><font color="#990000">?????</font><a href="index.php?_id=18&add=%B5%E7%C1%A6"class=a2>??</a> 
                    
191                        <a href="index.php?_id=18&add=%D3%C5%CC%D8%B5%E7%C1%A6"class=a2>??</a> 
                    
191                        <a href="index.php?_id=18&add=%D3%C5%CC%D8%B5%E7%C1%A6"class=a2>??</a> 
                    
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> 
                    
                
convert-ly.py git://git.savannah.gnu.org/lilypond.git | Python | 391 lines
                    
108    p.add_option ("-l", "--loglevel",
                    
109                  help=_ ("Print log messages according to LOGLEVEL "
                    
110                          "(NONE, ERROR, WARNING, PROGRESS (default), DEBUG)"),
                    
110                          "(NONE, ERROR, WARNING, PROGRESS (default), DEBUG)"),
                    
111                  metavar=_ ("LOGLEVEL"),
                    
112                  action='callback',
                    
112                  action='callback',
                    
113                  callback=ly.handle_loglevel_option,
                    
114                  type='string')
                    
157            _ ("Report bugs via %s")
                    
158            % 'http://post.gmane.org/post.php'
                    
159            '?group=gmane.comp.gnu.lilypond.bugs') + '\n')
                    
                
wp-blip-options.php http://wp-blip.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
67    <form method="post" action="options.php">
                    
68        <?php settings_fields( 'wp_blip_group' ); ?>
                    
69        <table class="form-table">
                    
71                <th scope="row"><label for="wp_blip_login">U?ytkownik w serwisie <a href="http://blip.pl">Blip!</a>:</label></th>
                    
72                <td><input type="text" name="wp_blip_login" id="wp_blip_login" value="<?php echo htmlentities2 ($wp_blip_options['login']) ?>" />
                    
73                </td>
                    
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>
                    
208        <p class="submit">
                    
209            <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
                    
210        </p>
                    
                
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>
                    
                
demo.html http://mbideasproject.googlecode.com/svn/trunk/ | HTML | 228 lines
                    
9  ~ Licences: MIT, GPL
                    
10  ~ http://www.opensource.org/licenses/mit-license.php
                    
11  ~ http://www.gnu.org/licenses/gpl.html
                    
68        $("body").css({font:"normal 13px/16px 'trebuchet MS', verdana, sans-serif"});
                    
69        var logo=$("<a href='http://pupunzi.com/#mb.components/mb.gallery/gallery.html' style='position:absolute;top:10px;left:10px;z-index:1000'><img id='logo' border='0' src='http://pupunzi.com/images/logo.png' alt='mb.ideas.repository'></a>");
                    
70        $("body").prepend(logo);
                    
70        $("body").prepend(logo);
                    
71        $("#logo").fadeIn();
                    
72      }
                    
                
dyhbframe-entry-documents.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 194 lines
                    
3 <head>
                    
4  <title>The DoYouHaoBaby PHP Framework For PHP5 | ????????</title>
                    
5  <meta http-equiv="content-type" content="text/html; charset=gbk" />
                    
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"> 
                    
92		<p>
                    
93			???? PHP ?????</p>
                    
94		<p>
                    
102		<p>
                    
103			?????<span style="color: #008000"><strong>D:\phpcondition\htdocs\doyouhaobaby/TestApp/index.php</strong></span></p>
                    
104		<p>
                    
166				<li>
                    
167					<span>???????????????????????????????????</span><span style="color: #008000"><span><strong>index.php</strong></span></span><span>?????????</span><span style="color: #008000"><span><strong>admin.php</strong></span></span><span>??</span></li>
                    
168			</ul>
                    
                
user_waiting.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 222 lines
                    
1<?php
                    
2
                    
34    {
                    
35        Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
36        die();
                    
43    {
                    
44        Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
45        die();
                    
52    `answer`, `passlostkey`, `view_mail`, `remember`, `in_groups`, `active`, `checknum`, 
                    
53    `last_login`, `last_ip`, `last_agent`, `last_openid`
                    
54    ) VALUES (
                    
73        $subject = $lang_module['adduser_register'];
                    
74        $message = sprintf( $lang_module['adduser_register_info'], $full_name, $global_config['site_name'], NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&" . NV_NAME_VARIABLE . "=" . $module_name, $row['username'] );
                    
75        $message .= "<br /><br />------------------------------------------------<br /><br />";
                    
79    
                    
80    Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=user_waiting" );
                    
81    die();
                    
                
fck_table.html http://cfbbs.googlecode.com/svn/trunk/ | HTML | 254 lines
                    
5 * Licensed under the terms of the GNU Lesser General Public License:
                    
6 * 		http://www.opensource.org/licenses/lgpl-license.php
                    
7 * 
                    
11 * File Name: fck_table.html
                    
12 * 	Table dialog window.
                    
13 * 
                    
27
                    
28var oEditor = window.parent.InnerDialogLoaded() ;
                    
29
                    
46{
                    
47	// First of all, translate the dialog box texts
                    
48	oEditor.FCKLanguageManager.TranslatePage(document) ;
                    
                
mostlyce.php http://miacms.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2/**
                    
12global $mosConfig_live_site, $jspath, $mosConfig_absolute_path, $adminside;
                    
13include($mosConfig_absolute_path."mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php");
                    
14
                    
50	global $adminside, $mosConfig_secret, $mosConfig_cachetime;
                    
51	include($mosConfig_absolute_path."mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php");
                    
52
                    
55	$mostlyceRestoreKey=md5($mosConfig_secret.$env.$_SERVER['REMOTE_ADDR']);
                    
56	//Determine cookie expiration time.  Should match login timeout (though min of 1min).
                    
57	if (is_numeric($mosConfig_cachetime) && $mosConfig_cachetime>=60) {
                    
172	Notes: 
                    
173	* The TinyMCE PHP gzip compressor cannot and will not work if zlib compression is already enabled on the server.
                    
174	* If they requested editor compression run the checks otherwise don't waste the cycles
                    
260		function fileBrowserCallBack(field_name, url, type, win) {
                    
261		var connector = "$jspath/mambots/editors/mostlyce/jscripts/tiny_mce/filemanager/browser.php?Connector=connectors/php/connector.php";
                    
262		var enableAutoTypeSelection = false;
                    
                
GuiUtils.java http://ipassbook.googlecode.com/svn/trunk/ | Java | 496 lines
                    
49
                    
50import org.apache.log4j.Logger;
                    
51
                    
51
                    
52import com.wateray.ipassbook.util.log4j.Log;
                    
53
                    
58
                    
59	private static Logger logger = Log.getLogger();
                    
60
                    
139	 */
                    
140	public static void addCloseActionWithEscapeKey(final JDialog dialog) {
                    
141		//  Handle escape key to close the dialog
                    
183	 */
                    
184	public static void addDisposeActionWithEscapeKey(final JDialog dialog) {
                    
185		//  Handle escape key to close the dialog
                    
                
exclusions.cpp http://windowpicker.googlecode.com/svn/trunk/ | C++ | 331 lines
                    
18
                    
19BOOL Excl_OnInitDialog(HWND hwnd, HWND, LPARAM) {
                    
20
                    
20
                    
21	g_phPages[PAGE_EXCLUSIONS] = hwnd;
                    
22
                    
22
                    
23	if (g_pfnEnableThemeDialogTexture)
                    
24		g_pfnEnableThemeDialogTexture(hwnd, ETDT_ENABLETAB);
                    
160		g_dwCmdLine |= CCLF_MODALACTIVE;
                    
161		if (DialogBoxParam(g_hinstExe, MAKEINTRESOURCE(IDD_EXCLUDEWND), 
                    
162			g_hwndMain, Dlg_ExcludeWindowProc, (LPARAM)&tse) == IDOK) {
                    
324
                    
325		HANDLE_MSG(hwnd, WM_INITDIALOG, Excl_OnInitDialog);
                    
326	}
                    
                
controllers.rb http://ruby-taskr.googlecode.com/svn/trunk/ | Ruby | 344 lines
                    
81    def update(task_id)
                    
82      $LOG.debug "Update Input params: #{@input.inspect}"
                    
83      @task = Task.find(task_id, :include => [:task_actions])
                    
184    def create
                    
185      $LOG.debug @input.inspect
                    
186      begin
                    
328  
                    
329  class LogEntries < REST 'log_entries'
                    
330    def list
                    
335      
                    
336      @log_entries = LogEntry.find(:all, 
                    
337        :conditions => ['task_id = ? AND IF(?,timestamp > ?,1) AND level IN (?)', 
                    
340      
                    
341      render :log_entries_list
                    
342    end
                    
                
jcarousellite_1.js http://htdocstest.googlecode.com/svn/trunk/ | JavaScript | 340 lines
                    
8 * Dual licensed under the MIT and GPL licenses:
                    
9 * http://www.opensource.org/licenses/mit-license.php
                    
10 * http://www.gnu.org/licenses/gpl.html
                    
193 * });
                    
194 * @desc If you wanted to do some logic in your page before the slide starts and after the slide ends, you can
                    
195 * register these 2 callbacks. The functions will be passed an argument that represents an array of elements that
                    
                
MzGraphPanel.java http://pride-toolsuite.googlecode.com/svn/ | Java | 417 lines
                    
12import org.jfree.ui.RectangleInsets;
                    
13import org.slf4j.Logger;
                    
14import org.slf4j.LoggerFactory;
                    
41public abstract class MzGraphPanel extends JPanel implements ChartMouseListener, ActionListener {
                    
42    private static final Logger logger = LoggerFactory.getLogger(MzGraphPanel.class);
                    
43
                    
68
                    
69    public MzGraphPanel(String title,
                    
70                        String xAxisLabel,
                    
96    /**
                    
97     * Reset the MzGraphPanel
                    
98     */
                    
341            // file chooser
                    
342            SaveImageDialog saveImageDialog = new SaveImageDialog(new File(System.getProperty("user.home")), id == null ? null : id.toString());
                    
343            int result = saveImageDialog.showSaveDialog(null);
                    
                
jqplot-linearAxisRenderer-js.html http://eeplat.googlecode.com/svn/trunk/ | HTML | 45 lines
                    
13
                    
14<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../donate.php"><span>&gt;</span>Donate</a></div><a name="$.jqplot.LinearAxisRenderer"></a>$.jqplot.<wbr>LinearAxisRenderer</div><div class=CBody><p>The default jqPlot axis renderer, creating a numeric axis.&nbsp; The renderer has no additional options beyond the <a href="jqplot-core-js.html#Axis" class=LClass id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">Axis</a> object.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer" >$.jqplot.<wbr>LinearAxisRenderer</a></td><td class=SDescription>The default jqPlot axis renderer, creating a numeric axis. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.breakPoints" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">breakPoints</a></td><td class=SDescription>EXPERIMENTAL!!&nbsp; </td></tr><tr class="SProperty SIndent2"><td class=SEntry><a href="#$.jqplot.LinearAxisRenderer.breakTickLabel" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">breakTickLabel</a></td><td class=SDescription>Label to use at the axis break if breakPoints are specified.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
15
                    
27
                    
28<div id=Menu><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Usage and Options</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="usage-txt.html">Usage</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotOptions-txt.html">jqPlot Options</a></div></div><div class=MEntry><div class=MFile><a href="optionsTutorial-txt.html">Options Tutorial</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotCssStyling-txt.html">jqPlot CSS Customization</a></div></div><div class=MEntry><div class=MFile><a href="changes-txt.html">Change Log</a></div></div><div class=MEntry><div class=MLink><a href="../../tests/">Examples</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">API Documentation</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="jqplot-core-js.html">jqPlot Charts</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Core Renderers</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="jqplot-axisTickRenderer-js.html">AxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-canvasGridRenderer-js.html">CanvasGridRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-divTitleRenderer-js.html">DivTitleRenderer</a></div></div><div class=MEntry><div class=MFile id=MSelected>LinearAxisRenderer</div></div><div class=MEntry><div class=MFile><a href="jqplot-markerRenderer-js.html">MarkerRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shapeRenderer-js.html">ShapeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shadowRenderer-js.html">ShadowRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-lineRenderer-js.html">Line Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-axisLabelRenderer-js.html">AxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-themeEngine-js.html">ThemeEngine</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Plugins</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="plugins/jqplot-barRenderer-js.html">BarRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-BezierCurveRenderer-js.html">BezierCurveRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-blockRenderer-js.html">BlockRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-bubbleRenderer-js.html">BubbleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisLabelRenderer-js.html">CanvasAxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisTickRenderer-js.html">CanvasAxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasOverlay-js.html">CanvasOverlay</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-categoryAxisRenderer-js.html">CategoryAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ciParser-js.html">ciParser</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-cursor-js.html">Cursor</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dateAxisRenderer-js.html">DateAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-donutRenderer-js.html">DonutRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dragable-js.html">Dragable</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-enhancedLegendRenderer-js.html">EnhancedLegendRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-funnelRenderer-js.html">FunnelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-highlighter-js.html">Highlighter</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-logAxisRenderer-js.html">LogAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoAxisRenderer-js.html">MekkoAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoRenderer-js.html">MekkoRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-meterGaugeRenderer-js.html">MeterGaugeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ohlcRenderer-js.html">OHLCRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pieRenderer-js.html">PieRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pointLabels-js.html">PointLabels</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-trendline-js.html">Trendline</a></div></div></div></div></div></div></div></div><div class=MEntry><div class=MFile><a href="gpl-2-0-txt.html">GPL License</a></div></div><div class=MEntry><div class=MFile><a href="MIT-LICENSE-txt.html">MIT License</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Index</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MIndex><a href="../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Properties.html">Properties</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Hooks.html">Hooks</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Files.html">Files</a></div></div></div></div></div><script type="text/javascript"><!--
                    
29var searchPanel = new SearchPanel("searchPanel", "HTML", "../search");
                    
                
jqplot-axisLabelRenderer-js.html http://eeplat.googlecode.com/svn/trunk/ | HTML | 47 lines
                    
13
                    
14<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../donate.php"><span>&gt;</span>Donate</a></div><a name="$.jqplot.AxisLabelRenderer"></a>$.jqplot.<wbr>AxisLabelRenderer</div><div class=CBody><p>Renderer to place labels on the axes.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer" >$.jqplot.<wbr>AxisLabelRenderer</a></td><td class=SDescription>Renderer to place labels on the axes.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.show" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">show</a></td><td class=SDescription>wether or not to show the tick (mark and label).</td></tr><tr class="SProperty SIndent2"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.label" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">label</a></td><td class=SDescription>The text or html for the label.</td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#$.jqplot.AxisLabelRenderer.escapeHTML" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">escapeHTML</a></td><td class=SDescription>true to escape HTML entities in the label.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
                    
15
                    
29
                    
30<div id=Menu><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Usage and Options</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="usage-txt.html">Usage</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotOptions-txt.html">jqPlot Options</a></div></div><div class=MEntry><div class=MFile><a href="optionsTutorial-txt.html">Options Tutorial</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotCssStyling-txt.html">jqPlot CSS Customization</a></div></div><div class=MEntry><div class=MFile><a href="changes-txt.html">Change Log</a></div></div><div class=MEntry><div class=MLink><a href="../../tests/">Examples</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">API Documentation</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="jqplot-core-js.html">jqPlot Charts</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Core Renderers</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="jqplot-axisTickRenderer-js.html">AxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-canvasGridRenderer-js.html">CanvasGridRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-divTitleRenderer-js.html">DivTitleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-linearAxisRenderer-js.html">LinearAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-markerRenderer-js.html">MarkerRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shapeRenderer-js.html">ShapeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shadowRenderer-js.html">ShadowRenderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-lineRenderer-js.html">Line Renderer</a></div></div><div class=MEntry><div class=MFile id=MSelected>AxisLabelRenderer</div></div><div class=MEntry><div class=MFile><a href="jqplot-themeEngine-js.html">ThemeEngine</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Plugins</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="plugins/jqplot-barRenderer-js.html">BarRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-BezierCurveRenderer-js.html">BezierCurveRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-blockRenderer-js.html">BlockRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-bubbleRenderer-js.html">BubbleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisLabelRenderer-js.html">CanvasAxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisTickRenderer-js.html">CanvasAxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasOverlay-js.html">CanvasOverlay</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-categoryAxisRenderer-js.html">CategoryAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ciParser-js.html">ciParser</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-cursor-js.html">Cursor</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dateAxisRenderer-js.html">DateAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-donutRenderer-js.html">DonutRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dragable-js.html">Dragable</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-enhancedLegendRenderer-js.html">EnhancedLegendRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-funnelRenderer-js.html">FunnelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-highlighter-js.html">Highlighter</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-logAxisRenderer-js.html">LogAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoAxisRenderer-js.html">MekkoAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoRenderer-js.html">MekkoRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-meterGaugeRenderer-js.html">MeterGaugeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ohlcRenderer-js.html">OHLCRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pieRenderer-js.html">PieRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pointLabels-js.html">PointLabels</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-trendline-js.html">Trendline</a></div></div></div></div></div></div></div></div><div class=MEntry><div class=MFile><a href="gpl-2-0-txt.html">GPL License</a></div></div><div class=MEntry><div class=MFile><a href="MIT-LICENSE-txt.html">MIT License</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Index</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MIndex><a href="../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Properties.html">Properties</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Hooks.html">Hooks</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Files.html">Files</a></div></div></div></div></div><script type="text/javascript"><!--
                    
31var searchPanel = new SearchPanel("searchPanel", "HTML", "../search");
                    
                
comites_controller.php http://learning-circles.googlecode.com/svn/trunk/ | PHP | 251 lines
                    
1<?php
                    
2class ComitesController extends AppController {
                    
12			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
13			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
14		}
                    
40			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
41			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
42		}
                    
54			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
55			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
56		}
                    
83			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
84			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
85		}
                    
109			$this->Session->setFlash(__('Por favor inicie sesion', true));
                    
110			$this->redirect(array('controller'=>'users','action' => 'login'));
                    
111		}
                    
                
Auth.php http://kumbia-enterprise.googlecode.com/svn/trunk/ | PHP | 390 lines
                    
1<?php
                    
2
                    
12 * obtain it through the world-wide-web, please send an email
                    
13 * to license@loudertechnology.com so we can send you a copy immediately.
                    
14 *
                    
16 * @package		Auth
                    
17 * @copyright	Copyright (c) 2008-2009 Louder Technology COL. (http://www.loudertechnology.com)
                    
18 * @copyright	Copyright (c) 2005-2008 Andres Felipe Gutierrez (gutierrezandresfelipe at gmail.com)
                    
19 * @license		New BSD License
                    
20 * @version 	$Id: Auth.php 103 2009-10-09 01:30:42Z gutierrezandresfelipe $
                    
21 */
                    
30 * @package		Auth
                    
31 * @copyright	Copyright (c) 2008-2009 Louder Technology COL. (http://www.loudertechnology.com)
                    
32 * @copyright	Copyright (c) 2005-2008 Andres Felipe Gutierrez (gutierrezandresfelipe at gmail.com)
                    
226		} else {
                    
227			$options = array('username' => $_SERVER['PHP_AUTH_USER'], 'password' => $_SERVER['PHP_AUTH_PW']);
                    
228			$this->_adapterObject->setParams($options);
                    
                
AdminCarriers.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 298 lines
                    
1<?php
                    
2
                    
3/**
                    
4  * Carriers tab for admin panel, AdminCarriers.php
                    
5  * @category admin
                    
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
                    
29	 	$this->deleted = true;
                    
30 		$this->fieldImageSettings = array('name' => 'logo', 'dir' => 's');
                    
31
                    
34		'name' => array('title' => $this->l('Name'), 'width' => 100),
                    
35		'logo' => array('title' => $this->l('Logo'), 'align' => 'center', 'image' => 's', 'orderby' => false, 'search' => false),
                    
36		'delay' => array('title' => $this->l('Delay'), 'width' => 300, 'orderby' => false),
                    
                
default.php http://jfusion.googlecode.com/svn/trunk/ | PHP | 250 lines
                    
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 :?>
                    
150            <?php if ($record->dual_login =='1'): ?>
                    
151                <a href="index.php?option=com_jfusion&task=changesetting&jname=<?php echo $record->name; ?>&field_name=dual_login&field_value=0" title="Disable Plugin">
                    
152                    <img src="<?php echo $images; ?>tick.png" border="0" alt="Enabled" />
                    
                
debugger.test.php git://github.com/Datawalke/Coordino.git | PHP | 372 lines
                    
6 *
                    
7 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
                    
8 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
14 * @link          http://cakephp.org CakePHP Project
                    
15 * @package       cake
                    
269	function testLog() {
                    
270		if (file_exists(LOGS . 'debug.log')) {
                    
271			unlink(LOGS . 'debug.log');
                    
281		Debugger::log(array('whatever', 'here'));
                    
282		$result = file_get_contents(TMP . 'logs' . DS . 'debug.log');
                    
283		$this->assertPattern('/DebuggerTest\:\:testLog/i', $result);
                    
350			'host' => 'void.cakephp.org',
                    
351			'login' => 'cakephp-user',
                    
352			'password' => 'cakephp-password',
                    
                
MaildirTest.php git://github.com/zendframework/zf2.git | PHP | 445 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
18 * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
32 * @subpackage UnitTests
                    
33 * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
                    
34 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
36 */
                    
37class MaildirTest extends \PHPUnit_Framework_TestCase
                    
38{
                    
                
DiffieHellmanTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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: DiffieHellmanTest.php 23772 2011-02-28 21:35:29Z ralph $
                    
21 */
                    
22
                    
23require_once 'Zend/Crypt/DiffieHellman.php';
                    
24require_once 'Zend/Crypt/Math/BigInteger.php';
                    
29 * @subpackage UnitTests
                    
30 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
31 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
33 */
                    
34class Zend_Crypt_DiffieHellmanTest extends PHPUnit_Framework_TestCase
                    
35{
                    
                
Client.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage Client
                    
18 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
26 */
                    
27require_once 'Zend/Http/Client.php';
                    
28
                    
32 */
                    
33require_once 'Zend/XmlRpc/Client/ServerProxy.php';
                    
34
                    
38 */
                    
39require_once 'Zend/XmlRpc/Client/ServerIntrospection.php';
                    
40
                    
45 */
                    
46require_once 'Zend/XmlRpc/Value.php';
                    
47
                    
                
MysqlTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2
                    
18 * @subpackage UnitTests
                    
19 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
20 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
21 * @version    $Id: MysqlTest.php 12842 2008-11-25 22:07:48Z mikaelkael $
                    
22 */
                    
27 */
                    
28require_once 'Zend/Db/Adapter/Pdo/TestCommon.php';
                    
29
                    
33 */
                    
34require_once 'Zend/Db/Adapter/Pdo/Mysql.php';
                    
35
                    
36
                    
37PHPUnit_Util_Filter::addFileToFilter(__FILE__);
                    
38
                    
                
StripTags.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2
                    
17 * @package    Zend_Filter
                    
18 * @copyright  Copyright (c) 2005-2008 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: StripTags.php 14359 2009-03-18 13:24:04Z matthew $
                    
21 */
                    
26 */
                    
27require_once 'Zend/Filter/Interface.php';
                    
28
                    
32 * @package    Zend_Filter
                    
33 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
34 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
                
ucan-admin-options-form.php http://ownerpress.googlecode.com/svn/trunk/ | PHP | 235 lines
                    
1<div class="wrap">
                    
2  <h2><img src="<?php echo $this->ucan_images_url.'admin_options.png'; ?>" style="vertical-align:middle;" /> <?php echo __('uCan Post -- Admin Options', 'ucan-post'); ?></h2>
                    
3  <form method='post' action=''>
                    
6        <tr>
                    
7          <th width='50%'><?php echo __('Setting', 'ucan-post'); ?></th>
                    
8          <th width='50%'><?php echo __('Value', 'ucan-post'); ?></th>
                    
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>
                    
17              <option value="0" <?php if($this->ucan_options['uCan_Post_Level'] == '0'){echo 'selected="selected"';} ?>><?php echo __('Subscriber', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
18              <option value="1" <?php if($this->ucan_options['uCan_Post_Level'] == '1'){echo 'selected="selected"';} ?>><?php echo __('Contributor', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
19              <option value="2" <?php if($this->ucan_options['uCan_Post_Level'] == '2'){echo 'selected="selected"';} ?>><?php echo __('Author', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
19              <option value="2" <?php if($this->ucan_options['uCan_Post_Level'] == '2'){echo 'selected="selected"';} ?>><?php echo __('Author', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
20              <option value="5" <?php if($this->ucan_options['uCan_Post_Level'] == '5'){echo 'selected="selected"';} ?>><?php echo __('Editor', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
21              <option value="8" <?php if($this->ucan_options['uCan_Post_Level'] == '8'){echo 'selected="selected"';} ?>><?php echo __('Administrator', 'ucan-post'); ?>&nbsp;&nbsp;</option>
                    
                
grid.subgrid.js https://iHouse.svn.codeplex.com/svn | JavaScript | 299 lines
                    
4 * Tony Tomov tony@trirand.com
                    
5 * http://trirand.com/blog/ 
                    
6 * Dual licensed under the MIT and GPL licenses:
                    
6 * Dual licensed under the MIT and GPL licenses:
                    
7 * http://www.opensource.org/licenses/mit-license.php
                    
8 * http://www.gnu.org/licenses/gpl-2.0.html
                    
                
SectionCorp.php https://code.google.com/p/yapeal/ | PHP | 364 lines
                    
89      if (empty($corpList)) {
                    
90        if (Logger::getLogger('yapeal')->isInfoEnabled()) {
                    
91          $mess = 'No active corporations for corp section';
                    
91          $mess = 'No active corporations for corp section';
                    
92          Logger::getLogger('yapeal')->info($mess);
                    
93        };
                    
109          $mess = 'Problem retrieving API list using mask';
                    
110          Logger::getLogger('yapeal')->warn($mess);
                    
111          continue;
                    
138                  $mess = 'Failed to get lock for ' . $class . $hash;
                    
139                  Logger::getLogger('yapeal')->info($mess);
                    
140                };
                    
157          if (YAPEAL_MAX_EXECUTE < time()) {
                    
158            if (Logger::getLogger('yapeal')->isInfoEnabled()) {
                    
159              $mess = 'Yapeal has been working very hard and needs a break';
                    
                
ArtistTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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: ArtistTest.php 23772 2011-02-28 21:35:29Z ralph $
                    
21 */
                    
25 */
                    
26require_once 'Zend/Service/Audioscrobbler.php';
                    
27
                    
28
                    
29require_once "AudioscrobblerTestCase.php";
                    
30
                    
34 * @subpackage UnitTests
                    
35 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
36 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
                
ReCaptchaTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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: ReCaptchaTest.php 24220 2011-07-11 21:31:29Z matthew $
                    
21 */
                    
23/** @see Zend_Service_ReCaptcha */
                    
24require_once 'Zend/Service/ReCaptcha.php';
                    
25
                    
26/** @see Zend_Http_Client_Adapter_Test */
                    
27require_once 'Zend/Http/Client/Adapter/Test.php';
                    
28
                    
29/** @see Zend_Config */
                    
30require_once 'Zend/Config.php';
                    
31
                    
                
PlatformJobQueueTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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: PlatformJobQueueTest.php 23772 2011-02-28 21:35:29Z ralph $
                    
21 */
                    
23/** Zend_Queue */
                    
24require_once 'Zend/Queue.php';
                    
25
                    
26/** Zend_Queue */
                    
27require_once 'Zend/Queue/Message.php';
                    
28
                    
29/** Zend_Queue_Message_Test */
                    
30require_once 'MessageTestClass.php';
                    
31
                    
                
SubmitTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
27
                    
28require_once 'Zend/Form/Element/Submit.php';
                    
29require_once 'Zend/Form.php';
                    
39 * @subpackage UnitTests
                    
40 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
41 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
43 */
                    
44class Zend_Form_Element_SubmitTest extends PHPUnit_Framework_TestCase
                    
45{
                    
54        $suite  = new PHPUnit_Framework_TestSuite("Zend_Form_Element_SubmitTest");
                    
55        $result = PHPUnit_TextUI_TestRunner::run($suite);
                    
56    }
                    
265    {
                    
266        if (strtolower(substr(PHP_OS, 0, 3)) == 'win' && version_compare(PHP_VERSION, '5.1.4', '=')) {
                    
267            $this->markTestIncomplete('Error occurs for PHP 5.1.4 on Windows');
                    
                
categories.php http://flexicontent.googlecode.com/svn/trunk/ | PHP | 404 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version 1.5 stable $Id: categories.php 1614 2013-01-04 03:57:15Z ggppdk $
                    
4 * @package Joomla
                    
59	/**
                    
60	 * Logic to save a category
                    
61	 *
                    
86		$tbl = 'flexicontent_categories';
                    
87		$redirect_url = 'index.php?option=com_flexicontent&view=categories';
                    
88		flexicontent_db::checkin($tbl, $redirect_url, $this);
                    
93	/**
                    
94	 * Logic to publish categories
                    
95	 *
                    
106	/**
                    
107	 * Logic to unpublish categories
                    
108	 *
                    
                
class_session.php http://malleo-cms.googlecode.com/svn/trunk/ | PHP | 344 lines
                    
1<?php
                    
2/*
                    
69			}else{
                    
70				// On charge la session PHP
                    
71				session_start();
                    
109	// Connecte le user et met a jour les cache
                    
110	function login($user_id,$cookie=false){
                    
111		global $cache,$droits,$c;
                    
118		// On enregistre l'utilisateur
                    
119		$droits->charge_droits_user($user_id,true); // On force le chargement de ces droits ? chaque login
                    
120		$sql = 'INSERT INTO '.TABLE_SESSIONS.' (id_session,user_id,date_lastvisite,user_ip) VALUES 
                    
131	// Deconnecte un utilisateur
                    
132	function logout(){
                    
133		global $c;
                    
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
                    
1
                    
2function fileDialogStart() {
                    
3	jQuery("#media-upload-error").empty();
                    
113		jQuery.ajax({
                    
114			url: 'admin-ajax.php',
                    
115			type: 'post',
                    
131		jQuery.ajax({
                    
132			url: 'admin-ajax.php',
                    
133			type: 'post',
                    
277function wpQueueError(message) {
                    
278	jQuery("#bpa_test_error").dialog("open");
                    
279
                    
322
                    
323function fileDialogComplete(num_files_queued) {
                    
324	try {
                    
                
Exception.php http://syracava.googlecode.com/svn/trunk/ | PHP | 397 lines
                    
18 * @author     Bertrand Mansion <bmansion@mamasam.com>
                    
19 * @author     Greg Beaver <cellog@php.net>
                    
20 * @copyright  1997-2008 The PHP Group
                    
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 $
                    
94 * @author     Bertrand Mansion <bmansion@mamasam.com>
                    
95 * @author     Greg Beaver <cellog@php.net>
                    
96 * @copyright  1997-2008 The PHP Group
                    
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
                    
                
class.ProcessManager.php http://scalr.googlecode.com/svn/ | PHP | 322 lines
                    
64        
                    
65        private $Logger;
                    
66        
                    
73        {
                    
74            $this->Logger = LoggerManager::getLogger('ProcessManager');
                    
75        	
                    
180			    		{
                    
181			    		    $this->Logger->debug("MPWL: pcntl_wait() from child with PID# {$pid} (Exit code: {$status})");
                    
182			  
                    
201	        	           $res = posix_kill($pid, 0);
                    
202	        	           $this->Logger->debug("MPWL: Sending 0 signal to {$pid} = ".intval($res));
                    
203	        	           
                    
205	        	           {
                    
206	        	               $this->Logger->debug("MPWL: Deleting '{$pid}' from PIDs query");
                    
207	        	               
                    
                
Messo.class.php http://antilophpe.googlecode.com/svn/ | PHP | 375 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * File Messo.class.php
                    
4 *
                    
334  /**
                    
335    * Persistence selectCountLogs method (try to select count)
                    
336    * @return integer
                    
337    */
                    
338  function selectCountLogs(){
                    
339    $query='SELECT COUNT(*)
                    
339    $query='SELECT COUNT(*)
                    
340            FROM "ant_Messo_Log"';
                    
341    $result = oci_parse($this->getResourceLinkId(), $query) or die('Query:<hr/> '.$query.'<hr/>Error during select count from table `ant_Messo_Log`: '.var_dump(oci_error()));
                    
342   oci_execute($result, OCI_DEFAULT);
                    
343    $messo_Log_array=oci_fetch_array($result);
                    
344    return $messo_Log_array[0];
                    
                
imagemagick.php git://github.com/fuel/core.git | PHP | 356 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
                    
4 *
                    
9 * @copyright  2010 - 2019 Fuel Development Team
                    
10 * @link       https://fuelphp.com
                    
11 */
                    
150	/**
                    
151	 * Credit to Leif Ã…strand <leif@sitelogic.fi> for the base of the round corners.
                    
152	 *
                    
                
user_lang.php git://github.com/pyrocms/pyrocms.git | PHP | 210 lines
                    
1<?php
                    
2
                    
6
                    
7$lang['user_login_header'] 				= 'Entra';
                    
8
                    
55$lang['user_display_name']				= 'Nome visualizzato';
                    
56$lang['user_email_use'] 				= 'used to login'; #translate
                    
57$lang['user_email'] 					= 'Email';
                    
87$lang['user_reset_pass_btn'] 			= 'Reset Password';
                    
88$lang['user_login_btn'] 				= 'Entra';
                    
89$lang['user_settings_btn'] 				= 'Salva Impostazioni';
                    
113$lang['user_email_exists'] 						= 'L\' indirizzo email che hai scelto ? gi? in uso da un altro utente.';
                    
114$lang['user_register_error']				   = 'We think you are a bot. If we are mistaken please accept our apologies.'; #translate
                    
115$lang['user_register_reasons'] 					= 'Unisciti per accedere ad aree speciali normalmente riservate. Questo significa che le tue impostazioni saranno salvate, pi? contenuti e minore pubblicit?.';
                    
123// Login
                    
124$lang['user_logged_in']							= 'You have logged in successfully.'; #translate
                    
125$lang['user_already_logged_in'] 				= 'Accesso gi? effettuato. Per favore disconnettiti e rieffettua l\' accesso.';
                    
                
helper.php https://bitbucket.org/joomla/joomla-platform/ | PHP | 530 lines
                    
1<?php
                    
2/**
                    
15 *
                    
16 * This class has influences and some method logic from the Horde Auth package
                    
17 *
                    
476		$stat = @stat(__FILE__);
                    
477		if (empty($stat) || !is_array($stat)) $stat = array(php_uname());
                    
478
                    
                
functions.php http://collectgame.googlecode.com/svn/trunk/ | PHP | 429 lines
                    
273		if($results[4]->data != $data['data'])
                    
274			$wpdb->update('wp_customlog', $data, array('ID'=>$id));
                    
275	}else {
                    
275	}else {
                    
276		$wpdb->insert('wp_customlog', $data);
                    
277	}
                    
300	if ($results[0]->count){
                    
301		$wpdb->query('delete from wp_customlog where custom_id="'.$custome_id.'"');
                    
302	}else{
                    
302	}else{
                    
303		$wpdb->update('wp_customlog', array('custom_id' => $user_id), array('custom_id'=>$custome_id));
                    
304	}
                    
414 		<ul class="pl_left">
                    
415      		<li><img src="<?php bloginfo('template_url');?>/images/pingltx.jpg" width="57" height="57" alt="?????" title="?????" /></li>
                    
416     		<li class="pl_name"><?php echo get_comment_author_link();?></li>
                    
                
class.pop3.php http://candydolldb.googlecode.com/svn/trunk/ | PHP | 410 lines
                    
1<?php
                    
2/*~ class.pop3.php
                    
3.---------------------------------------------------------------------------.
                    
3.---------------------------------------------------------------------------.
                    
4|  Software: PHPMailer - PHP email class                                    |
                    
5|   Version: 5.2.1                                                          |
                    
25/**
                    
26 * PHPMailer - PHP POP Before SMTP Authentication Class
                    
27 * NOTE: Designed for use with PHP version 5 and up
                    
139  /**
                    
140   * Combination of public events - connect, login, disconnect
                    
141   * @access public
                    
175    if ($result) {
                    
176      $login_result = $this->Login($this->username, $this->password);
                    
177
                    
                
list.php http://webgloo.googlecode.com/svn/trunk/ | PHP | 253 lines
                    
11	//check context for required role
                    
12	$loginPage = '/sa/login.php';
                    
13	if(!Gloo_UI_Security::hasSuperAdminLogin($context)) {
                    
125                                        <form class="sform" id="admin_add_form" name="admin_add_form"
                    
126                                              action="<?php echo url::base() ?>/sa/admin/frm/add.php" method="POST">
                    
127                                            <div class="error" > </div>
                    
208                                                <td> <?php echo $admin['first_name'];  ?> &nbsp;<?php echo $admin['last_name'];  ?>  </td>
                    
209                                                <td> <a href="mailto:<?php echo $admin['login'];?> "><?php echo $admin['login'];?></a>  </td>
                    
210                                                <td>
                    
210                                                <td>
                    
211                                                    <a href="/sa/admin/reset.php?org_id=<?php echo $orgId ?>&admin_id=<?php echo $admin['id'] ?>&g_home_uri=<?php echo $glooBackURI;?>&g_admin_uri=<?php echo $glooAdminURI;?>"> reset password </a>
                    
212                                                </td>
                    
214                                                <td>
                    
215                                                    <a href="/sa/admin/delete.php?org_id=<?php echo $orgId ?>&admin_id=<?php echo $admin['id'] ?>&g_home_uri=<?php echo $glooBackURI;?>&g_admin_uri=<?php echo $glooAdminURI;?>"> delete </a>
                    
216                                                </td>
                    
                
Makefile.mak http://phd-workspace.googlecode.com/svn/trunk/ | Makefile | 455 lines
                    
77# CFLAGS
                    
78#   /nologo            : CL does not display splash
                    
79#   _CRT_NO_DEPRECATE  : Do not deprecate `insecure' fscanf, snprintf, ...
                    
89# LFLAGS
                    
90#   /NOLOGO            : LINK does not display splash
                    
91#   /INCREMENTAL:NO    : No incremental linking
                    
107# References:
                    
108#   http://www.codeguru.com/forum/showthread.php?t=408061
                    
109#
                    
114
                    
115CFLAGS     = /nologo /TC /MD \
                    
116             /D"_CRT_SECURE_NO_DEPRECATE" \
                    
121
                    
122LFLAGS     = $(LFLAGS) /NOLOGO \
                    
123             /INCREMENTAL:NO \
                    
                
core.php http://snowcms.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
65			api()->add_event('action=admin&sa=error_log', 'admin_error_log', coredir. '/admin/admin_error_log.php');
                    
66			api()->add_event('action=admin&sa=error_log&id=*', 'admin_error_log_view', coredir. '/admin/admin_error_log.php');
                    
67			api()->add_event('action=admin&sa=members_add', 'admin_members_add', coredir. '/admin/admin_members_add.php');
                    
93		{
                    
94			api()->add_event('action=login', 'login_view', coredir. '/login.php');
                    
95			api()->add_event('action=login2', 'login_view2', coredir. '/login.php');
                    
95			api()->add_event('action=login2', 'login_view2', coredir. '/login.php');
                    
96			api()->add_event('action=logout', 'logout_process', coredir. '/logout.php');
                    
97		}
                    
161		api()->add_menu_item('main', array(
                    
162																	 'href' => baseurl('index.php?action=login'),
                    
163																	 'content' => l('Log In'),
                    
181		api()->add_menu_item('main', array(
                    
182																	 'href' => baseurl('index.php?action=logout&amp;sc='. member()->session_id()),
                    
183																	 'content' => l('Log Out'),
                    
                
LoginController.php http://sharebooks.googlecode.com/svn/trunk/ | PHP | 412 lines
                    
64                    //check user login.
                    
65                    $error_code = User::performLogin($_POST["login"], $_POST["pwd"], User::APPLICATION_PUBLIC);
                    
66                }
                    
77            $smarty->assign("message_error", $error_code);
                    
78            $smarty->assign("login", (TVC_Request::isParamSet('login') ? TVC_Request::get('login') : ""));
                    
79            $smarty->display('home/login.html');
                    
219		
                    
220        $smarty->assign('backlink', APPLICATION_URL .'/login/login');
                    
221        $smarty->assign('sex', $sex);
                    
234
                    
235        TVC::redirect(APPLICATION_URL . '/login/login');
                    
236    }
                    
406            {
                    
407                TVC::redirect(APPLICATION_URL . '/login/login');
                    
408            }
                    
                
class.baseobject.php https://code.google.com/p/movabletype/ | PHP | 388 lines
                    
305            $blog_id = $this->$col_name;
                    
306            $blog = $this->load_cache($this->_prefix . ":" . $this->id . ":blog:" . $blog_id);
                    
307            if (empty($blog)) {
                    
307            if (empty($blog)) {
                    
308                require_once('class.mt_blog.php');
                    
309                $blog = new Blog;
                    
309                $blog = new Blog;
                    
310                $blog->Load("blog_id = $blog_id");
                    
311            }
                    
316            $blog = new Website;
                    
317            $blog->Load("blog_id = $blog_id");
                    
318        }
                    
319        if (!empty($blog))
                    
320            $this->cache($this->_prefix . ":" . $this->id . ":blog:" . $blog->id, $blog);
                    
321
                    
                
ucp.php https://code.google.com/p/phpbbex/ | PHP | 361 lines
                    
14define('IN_PHPBB', true);
                    
15$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
                    
16$phpEx = substr(strrchr(__FILE__, '.'), 1);
                    
128			'AGREEMENT_TEXT'		=> sprintf($user->lang[$message], $config['sitename'], generate_board_url()),
                    
129			'U_BACK'				=> append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
                    
130			'L_BACK'				=> $user->lang['BACK_TO_LOGIN'],
                    
199
                    
200		include($phpbb_root_path . 'includes/acp/auth.' . $phpEx);
                    
201
                    
232
                    
233		$message = $user->lang['PERMISSIONS_RESTORED'] . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
                    
234		trigger_error($message);
                    
335// Assign data to the template engine for the list of modules
                    
336$module->assign_tpl_vars(append_sid("{$phpbb_root_path}ucp.$phpEx"));
                    
337
                    
                
fckconfig.js http://esnippet.googlecode.com/svn/trunk/ | JavaScript | 317 lines
                    
46FCKConfig.SkinEditorCSS = '' ;	// FCKConfig.SkinPath + "|<minified css>" ;
                    
47FCKConfig.SkinDialogCSS = '' ;	// FCKConfig.SkinPath + "|<minified css>" ;
                    
48
                    
57// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
                    
58// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
                    
59// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
                    
81FCKConfig.AutoDetectPasteFromWord = true ;	// IE only.
                    
82FCKConfig.ShowDropDialog = true ;
                    
83FCKConfig.ForceSimpleAmpersand	= false ;
                    
159FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
160FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
161FCKConfig.FirefoxSpellChecker	= false ;
                    
270// Custom implementations should just ignore it.
                    
271var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
272var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
                
CPU.h http://winx.googlecode.com/svn/trunk/ | C Header | 478 lines
                    
5// The use and distribution terms for this software are covered by the
                    
6// Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
                    
7// which can be found in the file CPL.txt at this distribution. By using
                    
471// =========================================================================
                    
472// $Log: $
                    
473
                    
                
install_check.php http://nuke-viet.googlecode.com/svn/trunk/ | PHP | 338 lines
                    
22{
                    
23	require_once NV_ROOTDIR . '/includes/class/pclzip.class.php';
                    
24
                    
74			// login with username and password
                    
75			$login_result = ftp_login( $conn_id, $ftp_user_name, $ftp_user_pass );
                    
76		
                    
86			{
                    
87				$ftp_check_login = 2;
                    
88			}
                    
90
                    
91		if( $ftp_check_login == 1 )
                    
92		{
                    
335echo ( $contents );
                    
336include ( NV_ROOTDIR . "/includes/footer.php" );
                    
337
                    
                
ebpls_bus_topestablishment.php http://ebpls.googlecode.com/svn/trunk/ | PHP | 418 lines
                    
1<?php                                  
                    
2require_once("../lib/ebpls.utils.php");
                    
3define('FPDF_FONTPATH','font/');
                    
4require('../ebpls-php-lib/html2pdf_lib/fpdf.php');
                    
5include("../lib/phpFunctions-inc.php");
                    
5include("../lib/phpFunctions-inc.php");
                    
6include("../includes/variables.php");
                    
7include("../lib/multidbconnection.php");
                    
46	{
                    
47	    //Logo
                    
48	    //$this->Image('logo_pb.png',10,8,33);
                    
49	    //Arial bold 15
                    
50	$this->Image('../images/ebpls_logo.jpg',10,8,33);
                    
51	$this->SetFont('Arial','B',12);
                    
403$report_desc='Top Business Establishment';
                    
404include '../report_signatories_footer1.php';
                    
405
                    
                
viewonline.php http://pbb-png1.googlecode.com/svn/trunk/ | PHP | 451 lines
                    
14define('IN_PHPBB', true);
                    
15$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
                    
16$phpEx = substr(strrchr(__FILE__, '.'), 1);
                    
16$phpEx = substr(strrchr(__FILE__, '.'), 1);
                    
17include($phpbb_root_path . 'common.' . $phpEx);
                    
18
                    
266			$location = $user->lang['SEARCHING_FORUMS'];
                    
267			$location_url = append_sid("{$phpbb_root_path}search.$phpEx");
                    
268		break;
                    
271			$location = $user->lang['VIEWING_FAQ'];
                    
272			$location_url = append_sid("{$phpbb_root_path}faq.$phpEx");
                    
273		break;
                    
446);
                    
447make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
                    
448
                    
                
configuration.php git://github.com/daylightstudio/FUEL-CMS.git | PHP | 411 lines
                    
44		<tr>
                    
45			<td><strong>logout_redirect</strong></td>
                    
46			<td>:last</td>
                    
53			<td>None</td>
                    
54			<td>Used for system emails. Can be overwritten by MY_fuel.php</td>
                    
55		</tr>
                    
266			<td>None</td>
                    
267			<td>The number of seconds to lock out a person upon reaching the max number failed login attempts.</td>
                    
268		</tr>
                    
283			<td>TRUE</td>
                    
284			<td>boolean TRUE/FALSE, string of "xss", "php", "template" OR "entities", OR array for multiple values of array('xss', 'php', 'template', 'entities')</td>
                    
285			<td>Functions that can be used for the sanitize_input value on a basic module. The key of the array is what should be used when configuring your module</td>
                    
379	'archives' => 'fuel_archives',
                    
380	'logs' => 'fuel_logs',
                    
381	'navigation' => 'fuel_navigation',
                    
                
ClientDependencySettings.cs https://hg01.codeplex.com/clientdependency | C# | 0 lines
                    
9using ClientDependency.Core.CompositeFiles.Providers;
                    
10using ClientDependency.Core.Logging;
                    
11using System.IO;
                    
81
                    
82        public ILogger Logger { get; private set; }
                    
83
                    
181            {
                    
182                Logger = new NullLogger();
                    
183            }
                    
188                {
                    
189                    throw new ArgumentException("The loggerType '" + ConfigSection.LoggerType + "' does not inherit from ClientDependency.Core.Logging.ILogger");
                    
190                }
                    
191
                    
192                Logger = (ILogger)Activator.CreateInstance(t);
                    
193            }
                    
                
rapidshare.com_2GB.php http://rapidleech.googlecode.com/svn/trunk/ | PHP | 218 lines
                    
15	echo <<<HTML
                    
16		<div id='login' width='100%' align='center'>Enter your Rapidshare Login Details</div><br />
                    
17		<table border='0' style="width:350px;" cellspacing='0' align='center'>
                    
30			<tr><td colspan='2' align='center'><input type='submit' value='Upload' onclick='$(this).fadeOut();'></td></tr>
                    
31			<tr><td align='center' colspan='2'><small>Submit the form without logins to use default values stored in rapidshare.com_2GB.php</small></td></tr>
                    
32		</form>
                    
42		{
                    
43			$_REQUEST['my_login'] = $site_login;
                    
44			$_REQUEST['my_pass'] = $site_pass;
                    
97	{
                    
98		$this->login = trim($_REQUEST['my_login']);
                    
99		$this->password = trim($_REQUEST['my_pass']);
                    
161			{
                    
162				$this->contentheader .= "$this->boundary\r\nContent-Disposition: form-data; name=\"login\"\r\n\r\n$this->login\r\n";
                    
163				$this->contentheader .= "$this->boundary\r\nContent-Disposition: form-data; name=\"password\"\r\n\r\n$this->password\r\n";
                    
                
usercp_viewprofile.php http://torrentpier2.googlecode.com/svn/trunk/ | PHP | 241 lines
                    
19
                    
20if (!$userdata['session_logged_in'])
                    
21{
                    
21{
                    
22	redirect(LOGIN_URL . "?redirect={$_SERVER['REQUEST_URI']}");
                    
23}
                    
49{
                    
50	$email_uri = ($bb_cfg['board_email_form']) ? 'profile.php?mode=email&amp;'. POST_USERS_URL .'='. $profiledata['user_id'] : 'mailto:'. $profiledata['user_email'];
                    
51	$email = '<a class="editable" href="'. $email_uri .'">'. $profiledata['user_email'] .'</a>';
                    
68	$template->assign_vars(array(
                    
69		'U_REPORT_USER' => 'report.php?mode='. $report_user->mode .'&amp;id='. $profiledata['user_id'],
                    
70		'L_REPORT_USER' => $report_user->lang['WRITE_REPORT'])
                    
142	'TRAF_STATS'           => !(IS_AM || $profile_user_id),
                    
143	'U_MANAGE'             => (IS_ADMIN) ? "profile.php?mode=editprofile&amp;u={$profiledata['user_id']}" : 'profile.php?mode=editprofile',
                    
144));
                    
                
DeleteTask.php https://bitbucket.org/chamilo/chamilo-dev/ | PHP | 359 lines
                    
1<?php
                    
2/*
                    
2/*
                    
3 *  $Id: DeleteTask.php 552 2009-08-29 12:18:13Z mrook $
                    
4 *
                    
21
                    
22require_once 'phing/Task.php';
                    
23
                    
141                {
                    
142                    $this->log("Directory " . $this->file->__toString() . " cannot be removed using the file attribute. Use dir instead.");
                    
143                }
                    
145                {
                    
146                    $this->log("Deleting: " . $this->file->__toString());
                    
147                    try
                    
159                        {
                    
160                            $this->log($message, $this->quiet ? Project :: MSG_VERBOSE : Project :: MSG_WARN);
                    
161                        }
                    
                
setup-mysql.sql http://snowcms.googlecode.com/svn/trunk/ | SQL | 206 lines
                    
2# Authentication tokens are stored here, and used in place of storing a
                    
3# users password hash in their log in cookie.
                    
4##
                    
16##
                    
17# Holds all the PHP errors which have occurred!
                    
18##
                    
18##
                    
19CREATE TABLE `{db->prefix}error_log`
                    
20(
                    
60	`member_last_active` INT(10) UNSIGNED NOT NULL DEFAULT '0',
                    
61	`member_last_login` INT(10) UNSIGNED NOT NULL DEFAULT '0',
                    
62	`member_registered` INT(10) UNSIGNED NOT NULL,
                    
112
                    
113INSERT INTO `{db->prefix}permissions` (`group_id`, `permission`, `status`) VALUES('member', 'manage_system_settings', 0),('member', 'manage_themes', 0),('member', 'update_system', 0),('member', 'view_error_log', 0);
                    
114INSERT INTO `{db->prefix}permissions` (`group_id`, `permission`, `status`) VALUES('member', 'add_new_member', 0),('member', 'manage_members', 0),('member', 'search_members', 0),('member', 'manage_member_settings', 0);
                    
                
application_controller.rb git://github.com/fatfreecrm/fat_free_crm.git | Ruby | 261 lines
                    
5# Fat Free CRM is freely distributable under the terms of MIT license.
                    
6# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
                    
7#------------------------------------------------------------------------------
                    
68  # to halt proceedings. In Rails 4, use "protect_from_forgery with: :exception"
                    
69  # See http://blog.nvisium.com/2014/09/understanding-protectfromforgery.html for more details.
                    
70  #----------------------------------------------------------------------------
                    
222    else
                    
223      login_url
                    
224    end
                    
                
cataloging.php https://bitbucket.org/mstetson/obiblio/ | PHP | 150 lines
                    
40 &nbsp; &nbsp; <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>
                    
41 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
                    
42 &nbsp; &nbsp; <a href="../catalog/biblio_new_like.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogBibNewLike");?></a><br>
                    
100 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
                    
101 &nbsp; &nbsp; <a href="../catalog/biblio_new_like.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogBibNewLike");?></a><br>
                    
102<?php } ?>
                    
106 &nbsp; &nbsp; <a href="../catalog/biblio_edit.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogBibEdit");?></a><br>
                    
107 &nbsp; &nbsp; <a href="../catalog/biblio_marc_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogBibEditMarc");?></a><br>
                    
108 &nbsp; &nbsp; &raquo; <?php echo $navLoc->getText("History");?><br>
                    
110 &nbsp; &nbsp; <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>
                    
111 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
                    
112 &nbsp; &nbsp; <a href="../catalog/biblio_new_like.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogBibNewLike");?></a><br>
                    
121 &nbsp; &nbsp; &raquo; <?php echo $navLoc->getText("catalogHolds");?><br>
                    
122 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
                    
123 &nbsp; &nbsp; <a href="../catalog/biblio_new_like.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogBibNewLike");?></a><br>
                    
                
Route.php git://github.com/symfony/symfony.git | PHP | 568 lines
                    
1<?php
                    
2
                    
530     *
                    
531     * @throws \LogicException If the Route cannot be compiled because the
                    
532     *                         path or host pattern is invalid
                    
                
query_builder.php http://hppg.googlecode.com/svn/trunk/ | PHP | 303 lines
                    
1<?php
                    
2/**
                    
111            ')'  => ezcSearchQueryToken::BRACE_CLOSE,
                    
112            'and' => ezcSearchQueryToken::LOGICAL_AND,
                    
113            'or'  => ezcSearchQueryToken::LOGICAL_OR,
                    
224
                    
225                        case ezcSearchQueryToken::LOGICAL_OR:
                    
226                            if ( $this->stackType[$this->stackLevel] === 'and' )
                    
235
                    
236                        case ezcSearchQueryToken::LOGICAL_AND:
                    
237                            if ( $this->stackType[$this->stackLevel] === 'or' )
                    
282                        case ezcSearchQueryToken::SPACE:
                    
283                        case ezcSearchQueryToken::LOGICAL_AND:
                    
284                        case ezcSearchQueryToken::LOGICAL_OR:
                    
                
PropertySheet.h http://winx.googlecode.com/svn/trunk/ | C Header | 582 lines
                    
5// The use and distribution terms for this software are covered by the
                    
6// Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
                    
7// which can be found in the file CPL.txt at this distribution. By using
                    
21
                    
22#ifndef WINX_WIN_DIALOG_H
                    
23#include "win/Dialog.h"
                    
208		m_psh.hwndParent = hWndParent;
                    
209		m_psh.phpage = GetPages(&m_psh.nPages);
                    
210		int result = ::PropertySheet(&m_psh);
                    
435class PropertyPage : 
                    
436	public ModelessDialog<WindowClass, nDlgId, HandleClass>,
                    
437	public PropertySheetNotify<WindowClass>
                    
572// WINX-Basic: DefaultWindowHandle(see macro WINX_NULL_WINDOW_HANDLE)
                    
573// WINX-Core: AxModelDialog/AxModelessDialog
                    
574//
                    
                
WeatherConditions.php https://code.google.com/p/celebrio/ | PHP | 457 lines
                    
1<?php
                    
2/**
                    
115        } catch (MemberAccessException $e) {
                    
116            //TODO: log an error here
                    
117        }
                    
                
INSTALL.php http://2moons.googlecode.com/svn/trunk/ | PHP | 131 lines
                    
1<?php
                    
2
                    
24 * @version 1.7.1 (2013-01-18)
                    
25 * @info $Id: INSTALL.php 2604 2013-01-18 11:35:42Z slaver7 $
                    
26 * @link http://2moons.cc/
                    
32$LNG['continueUpgrade']			= 'Actualización!';
                    
33$LNG['login']					= 'Login';
                    
34
                    
74$LNG['reg_mysqli_active'] = 'żMySQLi disponible?';
                    
75$LNG['reg_mysqli_desc']			= '<strong>Requisito Previo</strong> — Usted necesita proporcionar apoyo a MySQLi en PHP. Si no hay módulos de bases de datos se muestran como disponibles, póngase en contacto con su proveedor de hosting o revisar la documentación pertinente de la instalación de PHP para el consejo.';
                    
76$LNG['reg_json_need'] = 'żJSON disponible?';
                    
78$LNG['reg_global_need'] = 'żregister_globals desactivadas?';
                    
79$LNG['reg_global_desc']			= '2Moons también trabajará, si esta opción está habilitada. Sin embargo, se recomienda por razones de seguridad, deshabilitar register_globals en la instalación de PHP, si es posible.';
                    
80$LNG['req_php_need'] = 'Versión PHP (min. 5.2.5)';
                    
80$LNG['req_php_need'] = 'Versión PHP (min. 5.2.5)';
                    
81$LNG['req_php_need_desc']		= '<strong>Requisitos Previos</strong> — PHP es el lenguaje del lado del servidor, 2Moons está escrito en el. 2Moons Esto funciona sin ninguna limitación, la versión PHP 5.2.5 previsto.';
                    
82
                    
                
partial_sum.html git://github.com/kazuho/cppref.git | HTML | 144 lines
                    
14<meta name="keywords" content="stl,algorithm,partial_sum" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/stl/algorithm/partial_sum?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:algorithm" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/stl/algorithm/partial_sum" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
127         &#149;
                    
128        <a href="../../stl/algorithm/partial_sum.html"  class="action login" rel="nofollow">Login</a> &#149;
                    
129        <a href="../../stl/algorithm/partial_sum.html"  class="action index" accesskey="x" rel="nofollow">Index</a> &#149;
                    
                
mychannel_add.htm http://jqbird.googlecode.com/svn/trunk/ | HTML | 287 lines
                    
26	{
                    
27		$Obj("addcon").value = "archives_add.php";
                    
28		$Obj("editcon").value = "archives_edit.php";
                    
28		$Obj("editcon").value = "archives_edit.php";
                    
29		$Obj("mancon").value = "content_list.php";
                    
30		$Obj("useraddcon").value = "archives_add.php";
                    
30		$Obj("useraddcon").value = "archives_add.php";
                    
31		$Obj("usereditcon").value = "archives_edit.php";
                    
32		$Obj("usermancon").value = "content_list.php";
                    
35	{
                    
36		$Obj("addcon").value = "archives_sg_add.php";
                    
37		$Obj("editcon").value = "archives_sg_edit.php";
                    
37		$Obj("editcon").value = "archives_sg_edit.php";
                    
38		$Obj("mancon").value = "content_sg_list.php";
                    
39		$Obj("useraddcon").value = "archives_sg_add.php";
                    
                
empty.html git://github.com/kazuho/cppref.git | HTML | 147 lines
                    
14<meta name="keywords" content="stl,stack,empty" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/stl/stack/empty?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=stl:stack" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/stl/stack/empty" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
130         &#149;
                    
131        <a href="../../stl/stack/empty.html"  class="action login" rel="nofollow">Login</a> &#149;
                    
132        <a href="../../stl/stack/empty.html"  class="action index" accesskey="x" rel="nofollow">Index</a> &#149;
                    
                
fckconfig.js http://3rgbcom.googlecode.com/svn/trunk/ | JavaScript | 329 lines
                    
46FCKConfig.SkinEditorCSS = '' ;	// FCKConfig.SkinPath + "|<minified css>" ;
                    
47FCKConfig.SkinDialogCSS = '' ;	// FCKConfig.SkinPath + "|<minified css>" ;
                    
48
                    
57// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
                    
58// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
                    
59// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
                    
81FCKConfig.AutoDetectPasteFromWord = true ;	// IE only.
                    
82FCKConfig.ShowDropDialog = true ;
                    
83FCKConfig.ForceSimpleAmpersand	= false ;
                    
164FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
                    
165FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
                    
166FCKConfig.FirefoxSpellChecker	= false ;
                    
275// Custom implementations should just ignore it.
                    
276var _FileBrowserLanguage	= 'aspx' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
277var _QuickUploadLanguage	= 'aspx' ;	// asp | aspx | cfm | lasso | perl | php | py
                    
                
setlocale.html git://github.com/kazuho/cppref.git | HTML | 164 lines
                    
14<meta name="keywords" content="c,date,setlocale" />
                    
15<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
                    
16<link rel="start" href="/wiki/" />
                    
17<link rel="contents" href="/wiki/c/date/setlocale?do=index" title="Index" />
                    
18<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
                    
19<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&amp;ns=c:date" />
                    
23<link rel="canonical" href="http://www.cppreference.com/wiki/c/date/setlocale" />
                    
24<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&amp;t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
25<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&amp;tseed=1272971091" />
                    
26<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&amp;t=custom1&amp;tseed=1272971091" />
                    
27<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
                    
147         &#149;
                    
148        <a href="../../c/date/setlocale.html"  class="action login" rel="nofollow">Login</a> &#149;
                    
149        <a href="../../c/date/setlocale.html"  class="action index" accesskey="x" rel="nofollow">Index</a> &#149;
                    
                
Barcode.php git://github.com/eryx/php-framework-benchmark.git | PHP | 324 lines
                    
1<?php
                    
2/**
                    
16 * @package    Zend_Barcode
                    
17 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
18 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
36 * @package    Zend_Barcode
                    
37 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
38 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
                
AbstractInput.php git://github.com/phpundercontrol/phpUnderControl.git | PHP | 368 lines
                    
93 */
                    
94abstract class phpucAbstractInput implements phpucInputI
                    
95{
                    
169            phpucChartI::TYPE_PIE,
                    
170            phpucChartI::TYPE_LINE,
                    
171            phpucChartI::TYPE_DOT,
                    
345     * the fetched data before it is given to the graph object. This can be very
                    
346     * usefull in all cases where logs don't have the required format.
                    
347     *
                    
347     *
                    
348     * @param array(string=>array) $logs Fetched log data.
                    
349     *
                    
351     */
                    
352    protected function postProcessLog( array $logs )
                    
353    {
                    
                
Ini.php git://github.com/valentinbora/joobsbox-php.git | PHP | 293 lines
                    
1<?php
                    
2/**
                    
16 * @package    Zend_Config
                    
17 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
18 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
18 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
19 * @version    $Id: Ini.php 14667 2009-04-05 09:18:21Z rob $
                    
20 */
                    
25 */
                    
26require_once 'Zend/Config.php';
                    
27
                    
31 * @package    Zend_Config
                    
32 * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
                    
33 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
105             */
                    
106            require_once 'Zend/Config/Exception.php';
                    
107            throw new Zend_Config_Exception('Filename is not set');
                    
                
MassTest.php http://firephp.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2/**
                    
17 * @subpackage UnitTests
                    
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: MassTest.php 23772 2011-02-28 21:35:29Z ralph $
                    
21 */
                    
25 */
                    
26require_once 'Zend/Measure/Flow/Mass.php';
                    
27
                    
31 * @subpackage UnitTests
                    
32 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
                    
33 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
35 */
                    
36class Zend_Measure_Flow_MassTest extends PHPUnit_Framework_TestCase
                    
37{
                    
                
 

Source

Language