PageRenderTime 1044ms queryTime 38ms sortTime 6ms getByIdsTime 657ms findMatchingLines 225ms

100+ results results for 'eval $_GET' (1044 ms)

Not the results you expected?
PtbhadarateController.php http://mcmis.googlecode.com/svn/trunk/ | PHP | 348 lines
                    
111            // if AJAX request (triggered by deletion via admin grid view), we should not redirect the browser
                    
112            if (!isset($_GET['ajax']))
                    
113                $this->redirect(isset($_POST['returnUrl']) ? $_POST['returnUrl'] : array('admin'));
                    
134        $model->unsetAttributes();  // clear any default values
                    
135        if (isset($_GET['Ptbhadarate']))
                    
136            $model->attributes = $_GET['Ptbhadarate'];
                    
148        $model->unsetAttributes();  // clear any default values
                    
149        if (isset($_GET['Ptbhadarate']))
                    
150            $model->attributes = $_GET['Ptbhadarate'];
                    
218                $model_errors = $model->getErrors();
                    
219                foreach ($model_errors as $mekey => $mevalue) {
                    
220                    foreach ($mevalue as $key => $value) {
                    
229        $model_new->unsetAttributes();  // clear any default values
                    
230        if (isset($_GET['Ptbhadarate']))
                    
231            $model->attributes = $_POST['Ptbhadarate'];
                    
                
store.app.php https://bitbucket.org/ec4us/ecmall2 | PHP | 419 lines
                    
64        /* ???? */
                    
65        $id = empty($_GET['id']) ? 0 : intval($_GET['id']);
                    
66        if (!$id)
                    
75        /* ???? */
                    
76        empty($_GET['state']) &&  $_GET['state'] = 'on';
                    
77        $conditions = '1=1';
                    
192        /* ???????? */
                    
193        if (!empty($_GET['eval']) && in_array($_GET['eval'], array(1,2,3)))
                    
194        {
                    
194        {
                    
195            $conditions = "AND evaluation = '{$_GET['eval']}'";
                    
196        }
                    
391            'count' => true,
                    
392            'order' => empty($_GET['order']) || !isset($orders[$_GET['order']]) ? 'add_time desc' : $_GET['order'],
                    
393            'limit' => $page['limit'],
                    
                
tests.php git://github.com/andrejpavlovic/xpathjs.git | PHP | 307 lines
                    
1<?php
                    
2$serve_xml = !empty($_GET['xml']);
                    
3
                    
31		</div>
                    
32		<div id="testXPathEvaluate">
                    
33			<div>some text</div>
                    
96		
                    
97		<div id="XPathExpressionEvaluateCase">
                    
98			<div id="testContextNodeParameter" style="display:block;">
                    
                
check_metric.php git://pkgs.fedoraproject.org/ganglia | PHP | 108 lines
                    
15
                    
16include_once $conf['gweb_root'] . "/eval_conf.php";
                    
17
                    
20
                    
21if ( isset($_GET['host']) && isset($_GET['metric_name']) && isset($_GET['operator']) && isset($_GET['critical_value']) ) {
                    
22   $host = $_GET['host'];
                    
22   $host = $_GET['host'];
                    
23   $metric_name = $_GET['metric_name'];
                    
24   $operator = $_GET['operator'];
                    
24   $operator = $_GET['operator'];
                    
25   $critical_value = $_GET['critical_value'];
                    
26} else {
                    
                
index.php http://showslow.googlecode.com/svn/trunk/ | PHP | 164 lines
                    
18if (array_key_exists('v', $_GET) && array_key_exists('u', $_GET)
                    
19	&& array_key_exists('w', $_GET) && filter_var($_GET['w'], FILTER_VALIDATE_INT) !== false
                    
20	&& array_key_exists('o', $_GET) && filter_var($_GET['o'], FILTER_VALIDATE_FLOAT) !== false
                    
20	&& array_key_exists('o', $_GET) && filter_var($_GET['o'], FILTER_VALIDATE_FLOAT) !== false
                    
21	&& array_key_exists('l', $_GET) && filter_var($_GET['l'], FILTER_VALIDATE_INT) !== false
                    
22	&& array_key_exists('r', $_GET) && filter_var($_GET['r'], FILTER_VALIDATE_INT) !== false
                    
22	&& array_key_exists('r', $_GET) && filter_var($_GET['r'], FILTER_VALIDATE_INT) !== false
                    
23	&& array_key_exists('t', $_GET) && filter_var($_GET['t'], FILTER_VALIDATE_INT) !== false
                    
24	)
                    
72		'pServeScaledImages'				=> 'pScaleImgs',
                    
73		'pSpecifyACacheValidator'			=> 'pCacheValid',
                    
74		'pSpecifyAVaryAcceptEncodingHeader'		=> 'pVaryAE',
                    
91
                    
92		if (array_key_exists($param, $_GET) && $_GET[$param] > 0) {
                    
93			$value = filter_var($_GET[$param], FILTER_VALIDATE_FLOAT);
                    
                
to-prevent-sql-injection.html http://dyhb-frame.googlecode.com/svn/trunk/ | HTML | 112 lines
                    
59<LI class=alt><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN class=keyword>if</SPAN><SPAN>(is_bool($Value)){ &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
60<LI><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN class=keyword>return</SPAN><SPAN>&nbsp;$Value?$</SPAN><SPAN class=keyword>this</SPAN><SPAN>-&gt;_oConnect-&gt;getTrueValue():&nbsp;$</SPAN><SPAN class=keyword>this</SPAN><SPAN>-&gt;_oConnect-&gt;getFalseValue(); &nbsp;&nbsp;</SPAN></SPAN></LI>
                    
61<LI class=alt><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;</SPAN></LI>
                    
72		<p><DIV class=dp-highlighter><OL class=dp-j>
                    
73<LI class=alt><SPAN><SPAN>$oUser=UserModel::F('user_id=?',$_GET['id'])-&gt;getOne();&nbsp;&nbsp;</SPAN></SPAN></LI></OL></DIV></p>
                    
74		<p>
                    
                
adminnotes.php https://jolte.svn.codeplex.com/svn | PHP | 186 lines
                    
25
                    
26if (isset($_GET['page'])) {
                    
27    $page = $_GET['page'];
                    
31
                    
32if (isset($_GET['viewall'])) {
                    
33    $total_logs = dbevaluate("SELECT COUNT(id) FROM web_acp_notes;");
                    
52    $sp .= "&nbsp;&nbsp;<a href='adminnotes.php?viewall&page=" . $next_page . "'>Next</a></span>";
                    
53} else if (isset($_GET['key'])) {
                    
54    $key = $_GET['key'];
                    
60    
                    
61    $total_logs = dbevaluate("SELECT COUNT(id) FROM web_acp_notes WHERE user = '$key';");
                    
62    $total_pages = ceil($total_logs / $show);
                    
85
                    
86<?php if (isset($_GET['viewall'])) { ?>
                    
87
                    
                
process.php http://clients-oriented-ftp.googlecode.com/svn/trunk/ | PHP | 211 lines
                    
35		$this->check_level = array(9,8,7,0);
                    
36		if (isset($_GET['url']) && isset($_GET['client'])) {
                    
37			/** Do a permissions check for logged in user */
                    
50					if ($_GET['origin'] == 'group') {
                    
51						if (!empty($_GET['group_id'])) {
                    
52							$this->group_id = $_GET['group_id'];
                    
84											'affected_account' => $_GET['client_id'],
                    
85											'affected_account_name' => $_GET['client'],
                    
86											'get_user_real_name' => true,
                    
113		$this->check_level = array(9,8,7,0);
                    
114		if (isset($_GET['files']) && isset($_GET['client'])) {
                    
115			// do a permissions check for logged in user
                    
134		$this->check_level = array(9,8,7);
                    
135		if (isset($_GET['sys_user']) && isset($_GET['file_id'])) {
                    
136			// do a permissions check for logged in user
                    
                
HelloWorld.java http://projectsign.googlecode.com/svn/trunk/ | Java | 176 lines
                    
121	 * @param array
                    
122	 *            e.g. $_GET (without the array [ and ])
                    
123	 * @param key
                    
166		ScriptEngine engine = factory.getEngineByName("JavaScript");
                    
167		// evaluate JavaScript code from String
                    
168		// engine.eval("print('Hello, World')");
                    
171		ScriptEngine engine2 = factory2.getEngineByName("php");
                    
172		// engine2.eval("<?php echo 'Hello, World'?>");
                    
173
                    
                
MY_Theme_View.php git://github.com/gallery/gallery3-contrib.git | PHP | 920 lines
                    
84
                    
85  protected function ensurevalue($value, $default) {
                    
86    if ((!isset($value)) or ($value == "")):
                    
93  protected function ensureoptionsvalue($key, $default) {
                    
94    return ($this->ensurevalue(module::get_var("th_greydragon", $key), $default));
                    
95  }
                    
98    try {
                    
99      $_cmd = $_GET[$cmd]; 
                    
100    } catch (Exception $e) {
                    
174
                    
175    $this->sidebarvisible = $this->ensurevalue($this->sidebarvisible, "right");
                    
176
                    
218    $this->logopath = $this->ensureoptionsvalue("logo_path", url::file("lib/images/logo.png"));
                    
219    $this->favicon = $this->ensurevalue(module::get_var("gallery", "favicon_url"), url::file("lib/images/favicon.ico"));
                    
220    $this->appletouchicon = module::get_var("gallery", "apple_touch_icon_url");
                    
                
media.php git://github.com/wordpress/wordpress.git | PHP | 3746 lines
                    
85			$current = $redir_tab;
                    
86		} elseif ( isset( $_GET['tab'] ) && array_key_exists( $_GET['tab'], $tabs ) ) {
                    
87			$current = $_GET['tab'];
                    
194	 * Passing an empty value also prevents the {@see 'image_add_caption_shortcode'}
                    
195	 * Filters from being evaluated at the end of image_add_caption().
                    
196	 *
                    
                
ajax-actions.php git://github.com/wordpress/wordpress.git | PHP | 5267 lines
                    
84function wp_ajax_fetch_list() {
                    
85	$list_class = $_GET['list_args']['class'];
                    
86	check_ajax_referer( "fetch-list-$list_class", '_ajax_fetch_list_nonce' );
                    
87
                    
88	$wp_list_table = _get_list_table( $list_class, array( 'screen' => $_GET['list_args']['screen']['id'] ) );
                    
89	if ( ! $wp_list_table ) {
                    
107function wp_ajax_ajax_tag_search() {
                    
108	if ( ! isset( $_GET['tax'] ) ) {
                    
109		wp_die( 0 );
                    
111
                    
112	$taxonomy = sanitize_key( $_GET['tax'] );
                    
113	$tax      = get_taxonomy( $taxonomy );
                    
122
                    
123	$s = wp_unslash( $_GET['q'] );
                    
124
                    
                
search.php http://xoopscube-modules.googlecode.com/svn/trunk/ | PHP | 102 lines
                    
2
                    
3eval( '
                    
4
                    
42	// XOOPS Search module
                    
43	$showcontext = empty( $_GET['showcontext'] ) ? 0 : 1 ;
                    
44	$select4con = $showcontext ? "p.post_text" : "'' AS post_text" ;
                    
                
cihshell_fix.php http://web-malware-collection.googlecode.com/svn/trunk/ | PHP | 566 lines
                    
55  # you don't really need to edit it (;
                    
56  $f = array("SHELL" => "shell","EVAL" => "eval", "MySql Suite" => "mysql", "Server Information" => "server", "Env Informaion" => "envinfo", "PHPinfo" => "phpinfo", "Shell delete" => "delete");
                    
57  $ver = '0.99.1 [ beta {fix} ]';
                    
62define("start",atime());
                    
63if(isset($_POST['eval'])){error_reporting(E_ALL&~E_NOTICE);}elseif($errors){error_reporting(E_ALL&~E_NOTICE);}else{error_reporting(0);}
                    
64ini_set('max_execution_time',0);
                    
66set_time_limit(0);
                    
67if(version_compare(phpversion(), '4.1.0') == -1){$_POST   = &$HTTP_POST_VARS; $_GET= &$HTTP_GET_VARS; $_SERVER = &$HTTP_SERVER_VARS; }
                    
68if (get_magic_quotes_gpc()){foreach ($_POST as $key=>$value){$_POST[$key] = stripslashes($value);}foreach ($_SERVER as $key=>$value){$_SERVER[$key] = stripslashes($value);}foreach ($_ENV as $key=>$value){$_SERVER[$key] = stripslashes($value);}foreach ($_FILES as $key=>$value){$_SERVER[$key] = stripslashes($value);}}
                    
135function code_eval()
                    
136{if (isset($_POST['eval'])){echo "\n result is:<br/><br/>";eval($_POST['eval']);}}
                    
137
                    
                
admin-ajax.php http://cartonbank.googlecode.com/svn/trunk/ | PHP | 1536 lines
                    
50
                    
51if ( isset( $_GET['action'] ) ) :
                    
52switch ( $action = $_GET['action'] ) :
                    
56
                    
57	$s = $_GET['q']; // is this slashed already?
                    
58
                    
58
                    
59	if ( isset($_GET['tax']) )
                    
60		$taxonomy = sanitize_title($_GET['tax']);
                    
85
                    
86	if ( isset($_GET['test']) ) {
                    
87		header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
                    
88		header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
                    
89		header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
                    
90		header( 'Pragma: no-cache' );
                    
                
function.php http://htdocstest.googlecode.com/svn/trunk/ | PHP | 527 lines
                    
23    header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
                    
24    header("Cache-Control: no-store, no-cache, must-revalidate");
                    
25    header("Cache-Control: post-check=0, pre-check=0", false);
                    
66    $iloscStron = ceil( $intWszystkich/ $intNaStronie );
                    
67    $aktualnaStrona = ($_GET['start']/$intNaStronie)+1;
                    
68
                    
85        $start = $i * $intNaStronie;
                    
86        if( $_GET['start']==$start )
                    
87            $aktualny = 1;
                    
88
                    
89        if( $_GET['start']-$intNaStronie>0 )
                    
90            $poprzednia = $_GET['start']-$intNaStronie;
                    
93
                    
94        if( $_GET['start']+$intNaStronie<=$intWszystkich )
                    
95            $nastepna = $_GET['start']+$intNaStronie;
                    
                
portalcp_block.htm http://you.googlecode.com/svn/trunk/ | HTML | 655 lines
                    
20					<!--{if $allowmanage}-->
                    
21					<li id="li_setting"{if $op=="block"} class="a"{/if}><a href="portal.php?mod=portalcp&ac=block&bid=$bid&op=block{if $_GET[from]}&from=$_GET[from]{/if}">{lang block_properties}</a></li>
                    
22					<!--{/if}-->
                    
28					<!--{if $is_recommendable}-->
                    
29					<li id="li_itemdata"{if $op=="itemdata"} class="a"{/if}><a href="portal.php?mod=portalcp&ac=block&bid=$bid&op=itemdata{if $_GET[from]}&from=$_GET[from]{/if}">{lang block_itemdata}</a></li>
                    
30					<!--{/if}-->
                    
47	<!--{/if}-->
                    
48	<form id="blockformsetting" name="blockformsetting" method="post" autocomplete="off" action="portal.php?mod=portalcp&ac=block&op=block&classname=$_GET[classname]&bid=$block[bid]&blocktype=$blocktype&eleid=$_GET['eleid']&tpl=$_GET[tpl]"{if $_G[inajax]} onsubmit="if(checkblockname(this)){ajaxpost('blockformsetting','return_$_G[gp_handlekey]','return_$_G[gp_handlekey]','onerror');} else {return false;}"{else} onsubmit="return checkblockname(this);"{/if} class="fdiy">
                    
49		<div class="c diywin"{if $_G[inajax]} style="width: 420px; {if $_GET[from]=='cp'}max-height:260px;{else}max-height:380px;{/if}height:auto !important; height:320px; _padding-right: 0; _margin-right: 17px; overflow-y: auto;"{/if}>
                    
191	<!--{/if}-->
                    
192	<form id="blockformdata" name="blockformdata" method="post" autocomplete="off" action="portal.php?mod=portalcp&ac=block&op=data&classname=$_GET[classname]&bid=$block[bid]&eleid=$_GET['eleid']&tpl=$_GET[tpl]"{if $_G[inajax]} onsubmit="ajaxpost('blockformdata','return_$_G[gp_handlekey]','return_$_G[gp_handlekey]','onerror');"{/if}>
                    
193		<div class="c"{if $_G[inajax]} style="width:420px; {if $_GET[from]=='cp'}max-height:260px;{else}max-height:380px;{/if}height:auto !important; height:320px; _padding-right: 0; _margin-right: 17px; overflow-y: auto;"{/if}>
                    
258		drag.setClose();
                    
259		x.get('portal.php?mod=portalcp&ac=block&op=getblock&bid='+bid+'&tpl=$_GET[tpl]&inajax=1{if $_GET[from]}&from=$_GET[from]{/if}', function(s) {
                    
260			var obj = document.createElement('div');
                    
                
space_trade.htm http://you.googlecode.com/svn/trunk/ | HTML | 339 lines
                    
1<!--{template common/header}-->
                    
2<!--{eval
                    
3	$_G['home_tpl_spacemenus'][] = "<a href=\"home.php?mod=space&do=trade\">{lang trade}</a>";
                    
5<!--{if $_G[gp_view] == 'eccredit'}-->
                    
6	<!--{eval
                    
7			$_G['home_tpl_spacemenus'][] = "<a href=\"home.php?mod=space&uid=$space[uid]&do=$do&view=eccredit\">{lang they_credit_rating}</a>";
                    
9<!--{else}-->
                    
10	<!--{eval
                    
11		$_G['home_tpl_spacemenus'][] = "<a href=\"home.php?mod=space&uid=$space[uid]&do=$do&view=onlyuser\">{lang they_trade}</a>";
                    
20		<a href="home.php?mod=space&do=trade">{lang trade}</a>
                    
21		<!--{if $_GET['view']=='me'}-->
                    
22		 <em>&rsaquo;</em> <a href="home.php?mod=space&uid=$space[uid]&do=trade&view=me">{$space[username]}{lang somebody_trade}</a>
                    
61					<!--{if $_G[gp_view]=='me'}-->
                    
62					<!--{eval $actives[onlyuser]=' class="a"';}-->
                    
63					<!--{/if}-->
                    
                
spacecp_index.htm http://you.googlecode.com/svn/trunk/ | HTML | 536 lines
                    
2
                    
3<!--{if $_GET['op'] == 'start'}-->
                    
4<ul id="contentstart" class="content">
                    
9</ul>
                    
10<!--{elseif $_GET['op'] == 'layout'}-->
                    
11<ul id="contentframe" class="content selector">
                    
12	<!--{loop $layoutarr $key $value}-->
                    
13	<!--{eval $widthstr = implode(' ',$value);}-->
                    
14	<li id="layout$key" data="$widthstr"><a href="javascript:;" onclick="spaceDiy.changeLayout('$key');this.blur();return false;">$key</a></li>
                    
17
                    
18<!--{elseif $_GET['op'] == 'style'}-->
                    
19<ul class="content" style="overflow-y: auto; height: 90px;">
                    
23</ul>
                    
24<!--{elseif $_GET['op'] == 'block'}-->
                    
25<ul class="blocks content selector">
                    
                
sfForm.class.php http://opac-sbweb.googlecode.com/svn/trunk/ | PHP | 1256 lines
                    
199   * @param array $taintedValues  An array of input values
                    
200   * @param array $taintedFiles   An array of uploaded files (in the $_FILES or $_GET format)
                    
201   */
                    
481
                    
482    $this->mergePreValidator($form->getValidatorSchema()->getPreValidator());
                    
483    $this->mergePostValidator($form->getValidatorSchema()->getPostValidator());
                    
492   */
                    
493  public function mergePreValidator(sfValidatorBase $validator = null)
                    
494  {
                    
499
                    
500    if (is_null($this->validatorSchema->getPreValidator()))
                    
501    {
                    
501    {
                    
502      $this->validatorSchema->setPreValidator($validator);
                    
503    }
                    
                
install.core.php http://phpfor.googlecode.com/svn/trunk/ | PHP | 426 lines
                    
48
                    
49        $_GET['step'] = $_GET['step']?$_GET['step']:1;
                    
50        $method = 'step_'.$_GET['step'];
                    
76        if(!($link = mysql_connect($_POST['dbhost'], $_POST['uname'], $_POST['pwd']))){
                    
77            header("Cache-Control: no-cache, must-revalidate",true,503);
                    
78            exit();
                    
124
                    
125        $this->pagedata['type'] = $_GET['type'];
                    
126        $this->output('mysqlver.html');
                    
                
client.php http://phpfor.googlecode.com/svn/trunk/ | PHP | 539 lines
                    
96		include_once UC_ROOT."./control/$model.php";
                    
97		eval("\$uc_controls['$model'] = new {$model}control();");
                    
98	}
                    
169function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout = 15, $block = TRUE) {
                    
170	$__times__ = isset($_GET['__times__']) ? intval($_GET['__times__']) + 1 : 1;
                    
171	if($__times__ > 2) {
                    
                
install.core.php http://phpfor.googlecode.com/svn/trunk/ | PHP | 609 lines
                    
26
                    
27        if(file_exists('../config/install.lock') && (!isset($_GET['step']) || $_GET['step']!='complete')){
                    
28            $this->responseCode('403');
                    
67
                    
68        $_GET['step'] = isset($_GET['step'])?$_GET['step']:1;
                    
69        $method = 'step_'.$_GET['step'];
                    
96        if(!($link = mysql_connect($_POST['dbhost'], $_POST['uname'], $_POST['pwd']))){
                    
97            header("Cache-Control: no-cache,no-store, must-revalidate",true,503);
                    
98            exit();
                    
                
sfWebRequest.class.php http://pumukit.googlecode.com/svn/trunk/ | PHP | 970 lines
                    
92  {
                    
93    return ($this->hasFile($name) ? $this->getFileValue($name, 'name') : null);
                    
94  }
                    
124  {
                    
125    return ($this->hasFile($name) ? $this->getFileValue($name, 'tmp_name') : null);
                    
126  }
                    
136  {
                    
137    return ($this->hasFile($name) ? $this->getFileValue($name, 'size') : null);
                    
138  }
                    
182  {
                    
183    return ($this->hasFile($name) ? ($this->getFileValue($name, 'error') != UPLOAD_ERR_OK) : false);
                    
184  }
                    
492    {
                    
493      $_GET = sfToolkit::stripslashesDeep($_GET);
                    
494    }
                    
                
JSCompressor.php https://bitbucket.org/thiscode/thiscode-shop.git | PHP | 288 lines
                    
112		// Output explorer workaround or compressed file
                    
113		if (!isset($_GET["gz"]) && $supportsGzip && $this->_settings['patch_ie'] && strpos($_SERVER["HTTP_USER_AGENT"], "MSIE") !== false) {
                    
114			// Build request URL
                    
125			echo 'catch (gz) {gz = new ActiveXObject("Msxml2.XMLHTTP");}}';
                    
126			echo 'gz.open("GET", "' . $url . '", false);gz.send(null);eval(gz.responseText);';
                    
127			die();
                    
                
commands.php http://phpmemcacheadmin.googlecode.com/svn/trunk/ | PHP | 357 lines
                    
88                echo Library_HTML_Components::serverResponse($server['hostname'], $server['port'],
                    
89                Library_Command_Factory::api($_GET['request_api'])->set($server['hostname'], $server['port'], $_GET['request_key'], $_GET['request_data'], $_GET['request_duration']));
                    
90            }
                    
96            echo Library_HTML_Components::serverResponse($server['hostname'], $server['port'],
                    
97            Library_Command_Factory::api($_GET['request_api'])->set($server['hostname'], $server['port'], $_GET['request_key'], $_GET['request_data'], $_GET['request_duration']));
                    
98        }
                    
108                    echo Library_HTML_Components::serverResponse($server['hostname'], $server['port'],
                    
109                    Library_Command_Factory::api($_GET['request_api'])->set($server['hostname'], $server['port'], $_GET['request_key'], $_GET['request_data'], $_GET['request_duration']));
                    
110                }
                    
172            echo Library_HTML_Components::serverResponse($server['hostname'], $server['port'],
                    
173            Library_Command_Factory::api($_GET['request_api'])->increment($server['hostname'], $server['port'], $_GET['request_key'], $_GET['request_value']));
                    
174        }
                    
184                    echo Library_HTML_Components::serverResponse($server['hostname'], $server['port'],
                    
185                    Library_Command_Factory::api($_GET['request_api'])->increment($server['hostname'], $server['port'], $_GET['request_key'], $_GET['request_value']));
                    
186                }
                    
                
function.base.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 1225 lines
                    
29		$count = 1;
                    
30		foreach($_GET as $k=>$v)
                    
31		{
                    
246	header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
                    
247	header("Cache-Control: no-store, no-cache, must-revalidate");
                    
248	header("Cache-Control: post-check=0, pre-check=0", false);
                    
272	/**
                    
273	 * make the query strin from $_GET, but excluding those specified by $excluded
                    
274	 *
                    
281		$count = 1;
                    
282		foreach($_GET as $k=>$v)
                    
283		{
                    
                
blocklink.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 388 lines
                    
68	 		ENGINE='._MYSQL_ENGINE_.' default CHARSET=utf8') OR
                    
69		 	!Configuration::updateValue('PS_BLOCKLINK_TITLE', array('1' => 'Block link', '2' => 'Bloc lien')))
                    
70	 		return false;
                    
175	{
                    
176	 	return (Db::getInstance()->Execute('DELETE FROM '._DB_PREFIX_.'blocklink WHERE `id_blocklink`='.(int)($_GET['id'])) AND Db::getInstance()->Execute('DELETE FROM '._DB_PREFIX_.'blocklink_lang WHERE `id_blocklink`='.(int)($_GET['id'])));
                    
177	}
                    
184			$result[$language['id_lang']] = $_POST['title_'.$language['id_lang']];
                    
185	 	if (!Configuration::updateValue('PS_BLOCKLINK_TITLE', $result))
                    
186	 		return false;
                    
186	 		return false;
                    
187	 	return Configuration::updateValue('PS_BLOCKLINK_URL', $_POST['title_url']);
                    
188	}
                    
235     	/* Delete a link*/
                    
236     	elseif (isset($_GET['id']))
                    
237     	{
                    
                
AdminModules.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 378 lines
                    
17{
                    
18	/** @var array map with $_GET keywords and their callback */
                    
19	private $map = array(
                    
31			if (Tools::getValue('all_module'))
                    
32				Configuration::updateValue('PS_SHOW_ALL_MODULES', 0);
                    
33			else
                    
33			else
                    
34				Configuration::updateValue('PS_SHOW_ALL_MODULES', 1);
                    
35		}
                    
135							$module_errors[] = $name;
                    
136						if ($key != 'configure' AND isset($_GET['bpay']))
                    
137							Tools::redirectAdmin('index.php?tab=AdminPayment&conf='.$return.'&token='.Tools::getAdminToken('AdminPayment'.intval(Tab::getIdFromClassName('AdminPayment')).intval($cookie->id_employee)));
                    
184	{
                    
185		if (!isset($_GET['configure']) OR sizeof($this->_errors))
                    
186			$this->displayList();
                    
                
js.php http://rapidleech36b.googlecode.com/svn/trunk/ | PHP | 679 lines
                    
3
                    
4if (!isset($_GET['mod']) and isset($_SERVER['QUERY_STRING'])) {
                    
5  $_GET['mod'] = $_SERVER['QUERY_STRING'];
                    
9
                    
10$req = urldecode($_GET['mod']);
                    
11$validSearch = preg_match("/^[a-zA-Z0-9_]+$/i", $req);
                    
46
                    
47header('Cache-control: must-revalidate');
                    
48header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 10800) . ' GMT');
                    
179			elts[i].checked = (act == 1 || act == 0) ? act : (elts[i].checked ? 0 : 1);
                    
180			dc = d.getElementById('brs' + eval(i + 1));
                    
181			if (dc) {
                    
                
alls.php http://zhxiaojm.googlecode.com/svn/trunk/ | PHP | 338 lines
                    
1<?php
                    
2eval('$__file__=__FILE__;');
                    
3define('ROOT_PATH',$__file__ ? dirname($__file__).'/' : './');
                    
6require '../global.php';
                    
7$domain = $_POST['domain']?$_POST['domain']:$_GET['domain'];
                    
8$domain = strtolower($domain);
                    
                
cpaint2.inc.php http://zenekar.googlecode.com/svn/trunk/ | PHP | 741 lines
                    
114      // determine response type
                    
115      if (isset($_GET['cpaint_response_type'])) {
                    
116        $this->response_type = (string) $_GET['cpaint_response_type'];
                    
134      // work only if there is no API version request
                    
135      if (!isset($_GET['api_query']) && !isset($_POST['api_query'])) {
                    
136        $this->basenode->set_encoding($input_encoding);
                    
137        
                    
138        if ($_GET['cpaint_function'] != '') {
                    
139          $user_function  = $_GET['cpaint_function'];
                    
139          $user_function  = $_GET['cpaint_function'];
                    
140          $arguments      = $_GET['cpaint_argument'];
                    
141  
                    
175      header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
                    
176      header ('Cache-Control: no-cache, must-revalidate');
                    
177      header ('Pragma: no-cache'); 
                    
                
index_ohne_smarty.php http://flaimo-php.googlecode.com/svn/trunk/ | PHP | 737 lines
                    
6header('Content-Encoding: gzip'); 
                    
7header('Cache-Control: must-revalidate');
                    
8header('Expires: ' . date("D, d M Y H:i:s", time() + (60 * 60 * 20)) . ' GMT');
                    
75
                    
76if (isset($_GET['cat'])) { define('CAT',$_GET['cat']); }
                    
77if (isset($_POST['author'])) { define('AUTHOR',$_POST['author']); }
                    
79
                    
80if (isset($_GET['profile'])) { define('PROFILE',$_GET['profile']); }
                    
81
                    
85  }
                    
86elseif (isset($_GET['search']) && strlen(trim($_GET['search'])) > 0)
                    
87  {
                    
87  {
                    
88  $search = (string) urldecode($_GET['search']);
                    
89  }
                    
                
index.php http://flaimo-php.googlecode.com/svn/trunk/ | PHP | 608 lines
                    
6header('Content-Encoding: gzip'); 
                    
7header('Cache-Control: must-revalidate');
                    
8header('Expires: ' . date("D, d M Y H:i:s", time() + (60 * 60 * 20)) . ' GMT');
                    
56
                    
57if (isset($_GET['cat'])) {
                    
58    define('CAT',$_GET['cat']);
                    
68
                    
69if (isset($_GET['profile'])) {
                    
70    define('PROFILE',$_GET['profile']);
                    
75}
                    
76elseif (isset($_GET['search']) && strlen(trim($_GET['search'])) > 0) {
                    
77    $search = (string) urldecode($_GET['search']);
                    
105}
                    
106elseif (isset($_GET['id'])) {
                    
107    $id = (int) $_GET['id'];
                    
                
MicrosoftMvcValidation.debug.js https://mvcdynamicformsgui.svn.codeplex.com/svn | JavaScript | 894 lines
                    
96    /// </field>
                    
97    /// <field name="replaceValidationSummary" type="Boolean">
                    
98    /// </field>
                    
121}
                    
122Sys.Mvc.FormContext._getFormElementsWithName = function Sys_Mvc_FormContext$_getFormElementsWithName(formElement, name) {
                    
123    /// <param name="formElement" type="Object" domElement="true">
                    
165    formContext.enableDynamicValidation();
                    
166    formContext.replaceValidationSummary = options.ReplaceValidationSummary;
                    
167    for (var i = 0; i < options.Fields.length; i++) {
                    
173        fieldContext.validationMessageElement = validationMessageElement;
                    
174        fieldContext.replaceValidationMessageContents = field.ReplaceValidationMessageContents;
                    
175        for (var j = 0; j < field.ValidationRules.length; j++) {
                    
204    _formElement: null,
                    
205    replaceValidationSummary: false,
                    
206    
                    
                
MicrosoftMvcValidation.debug.js https://RapidDevBookCode.svn.codeplex.com/svn | JavaScript | 856 lines
                    
84    /// </field>
                    
85    /// <field name="replaceValidationSummary" type="Boolean">
                    
86    /// </field>
                    
109};
                    
110Sys.Mvc.FormContext._getFormElementsWithName = function Sys_Mvc_FormContext$_getFormElementsWithName(formElement, name) {
                    
111    /// <param name="formElement" type="Object" domElement="true">
                    
153    formContext.enableDynamicValidation();
                    
154    formContext.replaceValidationSummary = options.ReplaceValidationSummary;
                    
155    for (var i = 0; i < options.Fields.length; i++) {
                    
161        fieldContext.validationMessageElement = validationMessageElement;
                    
162        fieldContext.replaceValidationMessageContents = field.ReplaceValidationMessageContents;
                    
163        for (var j = 0; j < field.ValidationRules.length; j++) {
                    
192    _formElement: null,
                    
193    replaceValidationSummary: false,
                    
194    
                    
                
member.inc.php https://github.com/buitenzorg812/slims3-stable15-jquery.git | PHP | 292 lines
                    
35// if member is logged out
                    
36if (isset($_GET['logout']) && $_GET['logout'] == '1') {
                    
37    // write log
                    
41    header('Location: index.php?p=member');
                    
42    header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
                    
43    header('Expires: Sat, 26 Jul 1997 05:00:00 GMT');
                    
                
Callback.php git://github.com/michael-romer/zf-boilerplate.git | PHP | 330 lines
                    
55     * subscription) which is typical when it is not passed in the query string
                    
56     * but is part of the Callback URL path, requiring manual retrieval e.g.
                    
57     * using a route and the Zend_Controller_Action::_getParam() method.
                    
87     *
                    
88     * @param  array $httpGetData GET data if available and not in $_GET
                    
89     * @param  bool $sendResponseNow Whether to send response now or when asked
                    
94        if ($httpGetData === null) {
                    
95            $httpGetData = $_GET;
                    
96        }
                    
285        /**
                    
286         * Available (possibly) if corrupted in transit and not part of $_GET
                    
287         */
                    
297     * Build an array of Query String parameters.
                    
298     * This bypasses $_GET which munges parameter names and cannot accept
                    
299     * multiple parameters with the same key.
                    
                
YumUserController.php http://yii-user-management.googlecode.com/svn/trunk/ | PHP | 388 lines
                    
107		$uid = Yii::app()->user->id;
                    
108		if(isset($_GET['id']))
                    
109			$uid = $_GET['id'];
                    
186			if(Yum::hasModule('role'))
                    
187				$model->roles = Relation::retrieveValues($_POST);
                    
188
                    
242				// Assign the roles and belonging Users to the model
                    
243				$model->roles = Relation::retrieveValues($_POST);
                    
244			}
                    
362
                    
363		if(isset($_GET['YumUser']))
                    
364			$model->attributes = $_GET['YumUser'];
                    
378				$this->_model = YumUser::model()->findByPk($uid);
                    
379			elseif(isset($_GET['id']))
                    
380				$this->_model = YumUser::model()->findByPk($_GET['id']);
                    
                
color_functions.php http://wowroster.googlecode.com/svn/trunk/ | PHP | 749 lines
                    
14
                    
15$path = ( isset($_GET['path']) ? $_GET['path'] : 'templates/default' )
                    
16
                    
103	adjustFormValue(currentSliderIndex);
                    
104	if (sliderObjectArray[currentSliderIndex]['onchangeAction']) eval(sliderObjectArray[currentSliderIndex]['onchangeAction']);
                    
105}
                    
                
hooks.php http://jfusion.googlecode.com/svn/trunk/ | PHP | 509 lines
                    
52        $this->vars = & $vars;
                    
53        eval('$success = $this->' . $hook . '();');
                    
54        //if ($success) die('<pre>'.print_r($GLOBALS["vbulletin"]->pluginlist,true)."</pre>");
                    
59        global $vbulletin;
                    
60        if ($this->vars == "redirect" && !isset($_GET['noredirect']) && !defined('_JEXEC') && !isset($_GET['jfusion'])) {
                    
61            //only redirect if in the main forum
                    
85                    if ($i == 'sendmessage.php') {
                    
86                        $do = $_GET['do'];
                    
87                        if ($do != 'im') {
                    
                
CCTM.php http://wordpress-custom-content-type-manager.googlecode.com/svn/trunk/ | PHP | 1699 lines
                    
29
                    
30	// These parameters identify where in the $_GET array we can find the values
                    
31	// and how URLs are constructed, e.g. some-admin-page.php?a=123&pt=xyz
                    
70	
                    
71		public $myvar = array( 'val' => __('somevalue') );	
                    
72	------------------------------------------------------------------------------*/
                    
                
movieDetails.php https://code.google.com/p/plexnmt/ | PHP | 479 lines
                    
9
                    
10$xmlMetaData = plexGetMetadata($_GET['key']);
                    
11
                    
130                    var newAttribute = document.createAttribute("vod");
                    
131                    newAttribute.nodeValue = "playlist";
                    
132                    document.getElementById('play').setAttributeNode(newAttribute);
                    
137                    var newAttribute = document.createAttribute("zcd");
                    
138                    newAttribute.nodeValue = "2";
                    
139                    document.getElementById('play').setAttributeNode(newAttribute);
                    
144                    var newAttribute = document.createAttribute("vod");
                    
145                    newAttribute.nodeValue = "";
                    
146                    document.getElementById('play').setAttributeNode(newAttribute);
                    
148
                    
149                document.getElementById('gtPlot').firstChild.nodeValue = helpy[0];
                    
150                document.getElementById('pages').firstChild.nodeValue = ' '+ iPage + ' / ' + iPageMax + ' ';
                    
                
CHttpRequest.php http://chenjin.googlecode.com/svn/trunk/ | PHP | 1065 lines
                    
15 * CHttpRequest also manages the cookies sent from and sent to the user.
                    
16 * By setting {@link enableCookieValidation} to true,
                    
17 * cookies sent from the user will be validated to see if they are tampered.
                    
64	 */
                    
65	public $enableCookieValidation=false;
                    
66	/**
                    
121			if(isset($_GET))
                    
122				$_GET=$this->stripSlashes($_GET);
                    
123			if(isset($_POST))
                    
158	{
                    
159		return isset($_GET[$name]) ? $_GET[$name] : (isset($_POST[$name]) ? $_POST[$name] : $defaultValue);
                    
160	}
                    
172	{
                    
173		return isset($_GET[$name]) ? $_GET[$name] : $defaultValue;
                    
174	}
                    
                
download.inc git://pkgs.fedoraproject.org/phpesp | PHP | 115 lines
                    
12	$sid = -1;
                    
13	if (!empty($_GET['sid']))
                    
14		$sid = intval($_GET['sid']);
                    
29	$srealm = auth_get_survey_realm($sid);
                    
30	if (isset($_GET['test'])) {
                    
31		/* check ACL to see if user is allowed to test
                    
56        header("Expires: 0");
                    
57        header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
                    
58        header("Cache-Control: private",false);
                    
61
                    
62	$type = isset($_GET['type']) ? $_GET['type'] : 'csv_full_header';
                    
63	
                    
                
IntegrateAction.class.php http://ownerpress.googlecode.com/svn/trunk/ | PHP | 719 lines
                    
349	    /* ??ucenter??????uc_client?uc_client/data???? */
                    
350	    if ($_GET['code'] == 'ucenter')
                    
351	    {
                    
362	        }
                    
363	        //eval()
                    
364	        
                    
370	    
                    
371	    if ($_GET['code'] == 'fanwe')
                    
372	    {
                    
388	        $set_modules = true;
                    
389	        include_once(FANWE_ROOT.'core/include/integrates/'.$_GET['code'].".php");
                    
390	        $set_modules = false;
                    
400	      	$this->assign('set_list', $this->get_charset_list());
                    
401	        $this->assign('code',     $_GET['code']);
                    
402	        $this->assign('user_field', $modules[0]['user_field']);
                    
                
CCTM.php http://ownerpress.googlecode.com/svn/trunk/ | PHP | 2350 lines
                    
31
                    
32	// These parameters identify where in the $_GET array we can find the values
                    
33	// and how URLs are constructed, e.g. some-admin-page.php?a=123&pt=xyz
                    
82
                    
83		public $myvar = array( 'val' => __('somevalue') );
                    
84
                    
                
admin.php http://ambulances.googlecode.com/svn/trunk/ | PHP | 313 lines
                    
37        $comment = "";
                    
38        if (isset($_GET["uid"]) && isset($_GET["ufname"]) && isset($_GET["ulname"]) && isset($_GET["ulogin"]) && isset($_GET["utype"])) {
                    
39          $_GET["ufname"] = utf8Encode($_GET["ufname"]);
                    
40          $_GET["ulname"] = utf8Encode($_GET["ulname"]);
                    
41          $_GET["ulogin"] = utf8Encode($_GET["ulogin"]);
                    
42          $_GET["utype"] = utf8Encode($_GET["utype"]);
                    
56          print " Found: ".$datatmp["user_id"]." ".$datatmp["login"];*/
                    
57          if ( $_GET["ufname"] == "" || $_GET["ulname"] == "" || $_GET["ulogin"] == "" ||
                    
58            $_GET["utype"] > 2 || $_GET["utype"] < 0 ||
                    
73        }
                    
74        if (isset($_GET["uid"]) && isset($_GET["upass1"]) && isset($_GET["upass2"])) {
                    
75          $_GET["upass1"] = utf8Encode($_GET["upass1"]);
                    
76          $_GET["upass2"] = utf8Encode($_GET["upass2"]);
                    
77          if ( $_GET["upass1"] == "" || $_GET["upass2"] == "" || $_GET["upass1"] != $_GET["upass2"]) {
                    
78            $comment = getMessage("NewRePWD");
                    
                
update.php git://github.com/symphonycms/symphony-2.git | PHP | 554 lines
                    
38
                    
39		if(@eval($config) === false){
                    
40			throw new Exception('Failed to load existing config');
                    
48		header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
                    
49		header('Cache-Control: no-cache, must-revalidate, max-age=0');
                    
50		header('Pragma: no-cache');
                    
83
                    
84	if(isset($_GET['action']) && $_GET['action'] == 'remove'){
                    
85
                    
                
index.php http://lansuite.googlecode.com/svn/trunk/ | PHP | 386 lines
                    
87    // Notlösung... design als base und popup sollen ganz verschwinden
                    
88    if ($_GET['design']=='base' OR $_GET['design']=='popup' OR $_GET['design']=='ajax' OR $_GET['design']=='print' OR $_GET['design']=='beamer') $frmwrkmode = $_GET['design']; // Set Popupmode via GET (base, popup)
                    
89    if ($_GET['frmwrkmode']) $frmwrkmode = $_GET['frmwrkmode']; // Set Popupmode via GET (base, popup)
                    
116    // Prevent XSS
                    
117    foreach ($_GET as $key => $val) if (!is_array($_GET[$key])) $_GET[$key] = $func->NoHTML($_GET[$key], 1);
                    
118    else foreach ($_GET[$key] as $key2 => $val2) if (!is_array($_GET[$key][$key2])) $_GET[$key][$key2] = $func->NoHTML($_GET[$key][$key2], 1);
                    
136    if (!get_magic_quotes_gpc()) {   // and !get_magic_quotes_runtime()
                    
137        foreach ($_GET as $key => $val) if (!is_array($_GET[$key])) $_GET[$key] = addslashes($_GET[$key]);
                    
138        foreach ($_POST as $key => $val) if (!is_array($_POST[$key])) $_POST[$key] = addslashes($_POST[$key]);
                    
299      // Design switch by URL
                    
300      if ($_GET['design'] and $_GET['design'] != 'popup' and $_GET['design'] != 'base') $auth['design'] = $_GET['design'];
                    
301
                    
304        $auth['design'] = 'simple';
                    
305        if ($_GET['design'] != 'popup' and $_GET['design'] != 'base') $_GET['design'] = 'simple';
                    
306      }
                    
                
products_list.js.php http://toan-friendly-ch4n.googlecode.com/svn/trunk/ | PHP | 181 lines
                    
2var fm = Ext.form;
                    
3var base_url = '<?php echo base64_decode($_GET['baseUrl']);?>';
                    
4var total_row = 20;
                    
89        frame: true,        
                    
90        height: eval(Ext.getBody().getViewSize().height - 280),
                    
91        store: store,
                    
174	if(value!='')
                    
175		return eval('langList.'+value);
                    
176	else return '';
                    
                
style.css.php git://github.com/Dolibarr/dolibarr.git | PHP | 2299 lines
                    
45// each Dolibarr page access.
                    
46if (empty($dolibarr_nocache)) header('Cache-Control: max-age=3600, public, must-revalidate');
                    
47else header('Cache-Control: no-cache');
                    
51
                    
52if (! empty($_GET["lang"])) $langs->setDefaultLang($_GET["lang"]);	// If language was forced on URL
                    
53if (! empty($_GET["theme"])) $conf->theme=$_GET["theme"];  // If theme was forced on URL
                    
                
index.php http://rapidleech.googlecode.com/svn/trunk/ | PHP | 324 lines
                    
97	if (!empty($_GET['pauth'])) $pauth = decrypt(urldecode(trim($_GET['pauth'])));
                    
98	else $pauth = (!empty($_GET['proxyuser']) && !empty($_GET['proxypass'])) ? base64_encode($_GET['proxyuser'] . ':' . $_GET['proxypass']) : '';
                    
99}
                    
148
                    
149	if (isset($_GET['user_pass']) && $_GET['user_pass'] == 'on' && !empty($_GET['iuser']) && !empty($_GET['ipass'])) {
                    
150		$Url['user'] = $_GET['iuser'];
                    
213		$_GET['filename'] = urldecode(trim($_GET['filename']));
                    
214		if (strpos($_GET['filename'], '?') !== false) $_GET['filename'] = substr($_GET['filename'], 0, strpos($_GET['filename'], '?'));
                    
215		$_GET['saveto'] = urldecode(trim($_GET['saveto']));
                    
258			!empty($_GET['force_name']) ? $force_name = urldecode($_GET['force_name']) : '';
                    
259			$file = geturl($_GET['host'], $_GET['port'], $_GET['path'], $_GET['referer'], $_GET['cookie'], $_GET['post'], $pathWithName, $_GET['proxy'], $pauth, $auth, $url['scheme']);
                    
260		}
                    
298			$_GET['partSize'] = (isset($_GET['partSize']) && is_numeric($_GET['partSize']) ? $_GET['partSize'] * 1024 * 1024 : false);
                    
299			if (xmail($fromaddr, $_GET['email'], 'File ' . basename($file['file']), 'File: ' . basename($file['file']) . "\r\n" . 'Link: ' . $_GET['link'] . (!empty($_GET['comment']) ? "\r\n" . 'Comments: ' . str_replace (array('\r', '\n'), array("\r", "\n"), $_GET['comment']) : ''), $pathWithName, $_GET['partSize'], ($_GET['partSize'] && !empty($_GET['method']) ? $_GET['method'] : ''))) {
                    
300				printf(lang(11), $_GET['email'], basename($file['file']));
                    
                
yootools.php https://bitbucket.org/dgough/annamaria-daneswood-25102012.git | PHP | 279 lines
                    
137	{
                    
138		if ($this->evalStyleCondition($condition)) {
                    
139			$this->setParam($key, $value);
                    
142	
                    
143	function evalStyleCondition($condition)
                    
144	{
                    
157		$str = 'return '.implode(' ', $parts).';';
                    
158		return eval($str);
                    
159	}
                    
172		
                    
173		if(isset($_GET['yt_color'])) {
                    
174			setcookie('ytcolor', $_GET['yt_color'], time() + 3600, '/'); 
                    
174			setcookie('ytcolor', $_GET['yt_color'], time() + 3600, '/'); 
                    
175			$color = $_GET['yt_color'];
                    
176		}
                    
                
Relation.php http://yii-user-management.googlecode.com/svn/trunk/ | PHP | 807 lines
                    
157	// Use {fields} to display all fields delimited by $this->delimiter
                    
158	// Use {myFuncName} to evaluate a user-contributed function specified in the
                    
159	//  $functions array as 'myFuncName'=>'code to be evaluated'. The code for
                    
159	//  $functions array as 'myFuncName'=>'code to be evaluated'. The code for
                    
160	//  these functions are evaluated under the context of the controller
                    
161	//  rendering the current Relation widget ($this refers to the controller).
                    
161	//  rendering the current Relation widget ($this refers to the controller).
                    
162	// Old way, not encouraged anymore: Use {func0} to {funcX} to evaluate user-
                    
163	//  contributed functions specified in the $functions array as a keyless
                    
318
                    
319				// Look for user-contributed functions and evaluate them
                    
320				if($this->functions != array()) 
                    
447
                    
448			return isset($attributeValues) ? $attributeValues : array();
                    
449		}
                    
                
DirectorTest.php git://github.com/silverstripe/sapphire.git | PHP | 612 lines
                    
29
                    
30		$this->originalGet = $_GET;
                    
31		$this->originalSession = $_SESSION;
                    
55
                    
56		$_GET = $this->originalGet;
                    
57		$_SESSION = $this->originalSession;
                    
128
                    
129		// Test evaluating relative urls relative to base (default)
                    
130		$this->assertEquals("$rootURL/mysite/test", Director::absoluteURL("test"));
                    
134
                    
135		// Test evaluting relative urls relative to root
                    
136		$this->assertEquals("$rootURL/test", Director::absoluteURL("test", Director::ROOT));
                    
287		unset($_SESSION['isLive']);
                    
288		unset($_GET['isTest']);
                    
289		unset($_GET['isDev']);
                    
                
formvalidator.php http://joostina.googlecode.com/svn/trunk/ | PHP | 505 lines
                    
106        else {
                    
107            $form_variables = $_GET;
                    
108        }
                    
238        if($bret) {
                    
239            $lessthan = doubleval($command_value);
                    
240            $float_inputval = doubleval($input_value);
                    
256        if($bret) {
                    
257            $greaterthan = doubleval($command_value);
                    
258            $float_inputval = doubleval($input_value);
                    
                
index.php http://freshdns.googlecode.com/svn/trunk/ | PHP | 372 lines
                    
74
                    
75			if(!isset($_GET['q']))
                    
76			{
                    
86		case "livesearch":
                    
87			$records = $manager->searchDomains($_GET['q']);
                    
88			echo $json->encode($records);
                    
96		case "ownerslist":
                    
97			$records = $manager->getListByOwner($_GET['userId']);
                    
98			echo $json->encode($records);
                    
109				{
                    
110					$manager->removeAllRecords($_GET['domainId']);
                    
111					$manager->removeZoneByDomainId($_GET['domainId']);
                    
177			{
                    
178				$manager->removeRecord($_GET['recordId'], $_GET['domainId']);
                    
179
                    
                
createScreen.php http://flumpshop.googlecode.com/svn/trunk/ | PHP | 614 lines
                    
4*/
                    
5$noPreValidate = true; //Disables the .validate() method being called in the header.
                    
6$USR_REQUIREMENT = 'can_create_orders';
                    
12
                    
13if (isset($_GET['id'])) {
                    
14	die('<div class="ui-state-error">Sorry! This form currently cannot edit orders. We\'re working on adding this functionality soon.</div>');
                    
                
osj-osj2dpostslist.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 1141 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
44<?php
                    
45$osj2Dposts->Export = @$_GET["export"]; // Get export parameter
                    
46$sExport = $osj2Dposts->Export; // Get export parameter, used in header
                    
                
osj-osj2dcategoriesdelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 530 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
52<?php
                    
53$osj2Dcategories->Export = @$_GET["export"]; // Get export parameter
                    
54$sExport = $osj2Dcategories->Export; // Get export parameter, used in header
                    
64$sFilter = "";
                    
65if (@$_GET["category_id"] <> "") {
                    
66	$osj2Dcategories->category_id->setQueryStringValue($_GET["category_id"]);
                    
                
osj-osj2duser_detailview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 726 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Duser_detail->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Duser_detail->Export; // Get export parameter, used in header
                    
61<?php
                    
62if (@$_GET["user_detail_id"] <> "") {
                    
63	if ($sExportFile <> "") $sExportFile .= "_";
                    
63	if ($sExportFile <> "") $sExportFile .= "_";
                    
64	$sExportFile .= ew_StripSlashes($_GET["user_detail_id"]);
                    
65}
                    
89$bLoadCurrentRecord = FALSE;
                    
90if (@$_GET["user_detail_id"] <> "") {
                    
91	$osj2Duser_detail->user_detail_id->setQueryStringValue($_GET["user_detail_id"]);
                    
                
osj-osj2dapplicationsview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 783 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dapplications->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dapplications->Export; // Get export parameter, used in header
                    
61<?php
                    
62if (@$_GET["application_id"] <> "") {
                    
63	if ($sExportFile <> "") $sExportFile .= "_";
                    
63	if ($sExportFile <> "") $sExportFile .= "_";
                    
64	$sExportFile .= ew_StripSlashes($_GET["application_id"]);
                    
65}
                    
89$bLoadCurrentRecord = FALSE;
                    
90if (@$_GET["application_id"] <> "") {
                    
91	$osj2Dapplications->application_id->setQueryStringValue($_GET["application_id"]);
                    
                
osj-osj2duser_leveladd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 567 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level->Export; // Get export parameter, used in header
                    
56$bCopy = TRUE;
                    
57if (@$_GET["user_level_id"] != "") {
                    
58  $osj2Duser_level->user_level_id->setQueryStringValue($_GET["user_level_id"]);
                    
                
osj-osj2duser_levelview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 566 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level->Export; // Get export parameter, used in header
                    
53<?php
                    
54if (@$_GET["user_level_id"] <> "") {
                    
55	if ($sExportFile <> "") $sExportFile .= "_";
                    
55	if ($sExportFile <> "") $sExportFile .= "_";
                    
56	$sExportFile .= ew_StripSlashes($_GET["user_level_id"]);
                    
57}
                    
81$bLoadCurrentRecord = FALSE;
                    
82if (@$_GET["user_level_id"] <> "") {
                    
83	$osj2Duser_level->user_level_id->setQueryStringValue($_GET["user_level_id"]);
                    
                
osj-osj2dresumesview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 778 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dresumes->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dresumes->Export; // Get export parameter, used in header
                    
61<?php
                    
62if (@$_GET["resume_id"] <> "") {
                    
63	if ($sExportFile <> "") $sExportFile .= "_";
                    
63	if ($sExportFile <> "") $sExportFile .= "_";
                    
64	$sExportFile .= ew_StripSlashes($_GET["resume_id"]);
                    
65}
                    
89$bLoadCurrentRecord = FALSE;
                    
90if (@$_GET["resume_id"] <> "") {
                    
91	$osj2Dresumes->resume_id->setQueryStringValue($_GET["resume_id"]);
                    
                
osj-osj2duser_detailsrch.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 447 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Duser_detail->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Duser_detail->Export; // Get export parameter, used in header
                    
                
osj-osj2dpostsdelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 524 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dposts->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dposts->Export; // Get export parameter, used in header
                    
68$sFilter = "";
                    
69if (@$_GET["post_id"] <> "") {
                    
70	$osj2Dposts->post_id->setQueryStringValue($_GET["post_id"]);
                    
                
osj-osj2duser_level_permissionsadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 580 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level_permissions->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level_permissions->Export; // Get export parameter, used in header
                    
56$bCopy = TRUE;
                    
57if (@$_GET["user_level_id"] != "") {
                    
58  $osj2Duser_level_permissions->user_level_id->setQueryStringValue($_GET["user_level_id"]);
                    
61}
                    
62if (@$_GET["user_level_table_name"] != "") {
                    
63  $osj2Duser_level_permissions->user_level_table_name->setQueryStringValue($_GET["user_level_table_name"]);
                    
                
osj-osj2dusersview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 732 lines
                    
16header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
17header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
18header("Cache-Control: post-check=0, pre-check=0", false);
                    
55<?php
                    
56$osj2Dusers->Export = @$_GET["export"]; // Get export parameter
                    
57$sExport = $osj2Dusers->Export; // Get export parameter, used in header
                    
60<?php
                    
61if (@$_GET["user_id"] <> "") {
                    
62	if ($sExportFile <> "") $sExportFile .= "_";
                    
62	if ($sExportFile <> "") $sExportFile .= "_";
                    
63	$sExportFile .= ew_StripSlashes($_GET["user_id"]);
                    
64}
                    
88$bLoadCurrentRecord = FALSE;
                    
89if (@$_GET["user_id"] <> "") {
                    
90	$osj2Dusers->user_id->setQueryStringValue($_GET["user_id"]);
                    
                
osj-osj2dresumesadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 675 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dresumes->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dresumes->Export; // Get export parameter, used in header
                    
64$bCopy = TRUE;
                    
65if (@$_GET["resume_id"] != "") {
                    
66  $osj2Dresumes->resume_id->setQueryStringValue($_GET["resume_id"]);
                    
                
osj-osj2duserssrch.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 491 lines
                    
16header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
17header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
18header("Cache-Control: post-check=0, pre-check=0", false);
                    
55<?php
                    
56$osj2Dusers->Export = @$_GET["export"]; // Get export parameter
                    
57$sExport = $osj2Dusers->Export; // Get export parameter, used in header
                    
                
osj-osj2dapplicationsadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 683 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dapplications->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dapplications->Export; // Get export parameter, used in header
                    
64$bCopy = TRUE;
                    
65if (@$_GET["application_id"] != "") {
                    
66  $osj2Dapplications->application_id->setQueryStringValue($_GET["application_id"]);
                    
                
osj-osj2dcategoriesadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 509 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
52<?php
                    
53$osj2Dcategories->Export = @$_GET["export"]; // Get export parameter
                    
54$sExport = $osj2Dcategories->Export; // Get export parameter, used in header
                    
60$bCopy = TRUE;
                    
61if (@$_GET["category_id"] != "") {
                    
62  $osj2Dcategories->category_id->setQueryStringValue($_GET["category_id"]);
                    
                
osj-osj2dusersdelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 623 lines
                    
16header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
17header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
18header("Cache-Control: post-check=0, pre-check=0", false);
                    
55<?php
                    
56$osj2Dusers->Export = @$_GET["export"]; // Get export parameter
                    
57$sExport = $osj2Dusers->Export; // Get export parameter, used in header
                    
67$sFilter = "";
                    
68if (@$_GET["user_id"] <> "") {
                    
69	$osj2Dusers->user_id->setQueryStringValue($_GET["user_id"]);
                    
                
osj-register.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 599 lines
                    
15header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
16header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
17header("Cache-Control: post-check=0, pre-check=0", false);
                    
53// Handle email activation
                    
54if (@$_GET["action"] <> "") {
                    
55	$sAction = $_GET["action"];
                    
55	$sAction = $_GET["action"];
                    
56	$sEmail = $_GET["email"];
                    
57	$qs = new cQueryString();
                    
                
osj-osj2dresumesedit.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 663 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dresumes->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dresumes->Export; // Get export parameter, used in header
                    
63// Load key from QueryString
                    
64if (@$_GET["resume_id"] <> "") {
                    
65	$osj2Dresumes->resume_id->setQueryStringValue($_GET["resume_id"]);
                    
                
osj-osj2dusersadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 653 lines
                    
16header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
17header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
18header("Cache-Control: post-check=0, pre-check=0", false);
                    
55<?php
                    
56$osj2Dusers->Export = @$_GET["export"]; // Get export parameter
                    
57$sExport = $osj2Dusers->Export; // Get export parameter, used in header
                    
63$bCopy = TRUE;
                    
64if (@$_GET["user_id"] != "") {
                    
65  $osj2Dusers->user_id->setQueryStringValue($_GET["user_id"]);
                    
                
osj-osj2dusersedit.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 633 lines
                    
16header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
17header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
18header("Cache-Control: post-check=0, pre-check=0", false);
                    
55<?php
                    
56$osj2Dusers->Export = @$_GET["export"]; // Get export parameter
                    
57$sExport = $osj2Dusers->Export; // Get export parameter, used in header
                    
62// Load key from QueryString
                    
63if (@$_GET["user_id"] <> "") {
                    
64	$osj2Dusers->user_id->setQueryStringValue($_GET["user_id"]);
                    
                
osj-osj2duser_levellist.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 1179 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level->Export; // Get export parameter, used in header
                    
94// Check QueryString parameters
                    
95if (@$_GET["a"] <> "") {
                    
96	$osj2Duser_level->CurrentAction = $_GET["a"];
                    
                
osj-osj2duser_detaildelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 596 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Duser_detail->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Duser_detail->Export; // Get export parameter, used in header
                    
68$sFilter = "";
                    
69if (@$_GET["user_detail_id"] <> "") {
                    
70	$osj2Duser_detail->user_detail_id->setQueryStringValue($_GET["user_detail_id"]);
                    
                
osj-osj2dpostsview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 706 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
44<?php
                    
45$osj2Dposts->Export = @$_GET["export"]; // Get export parameter
                    
46$sExport = $osj2Dposts->Export; // Get export parameter, used in header
                    
49<?php
                    
50if (@$_GET["post_id"] <> "") {
                    
51	if ($sExportFile <> "") $sExportFile .= "_";
                    
51	if ($sExportFile <> "") $sExportFile .= "_";
                    
52	$sExportFile .= ew_StripSlashes($_GET["post_id"]);
                    
53}
                    
77$bLoadCurrentRecord = FALSE;
                    
78if (@$_GET["post_id"] <> "") {
                    
79	$osj2Dposts->post_id->setQueryStringValue($_GET["post_id"]);
                    
                
osj-osj2duser_level_permissionsdelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 598 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level_permissions->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level_permissions->Export; // Get export parameter, used in header
                    
60$sFilter = "";
                    
61if (@$_GET["user_level_id"] <> "") {
                    
62	$osj2Duser_level_permissions->user_level_id->setQueryStringValue($_GET["user_level_id"]);
                    
69}
                    
70if (@$_GET["user_level_table_name"] <> "") {
                    
71	$osj2Duser_level_permissions->user_level_table_name->setQueryStringValue($_GET["user_level_table_name"]);
                    
                
osj-osj2duser_leveledit.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 495 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level->Export; // Get export parameter, used in header
                    
55// Load key from QueryString
                    
56if (@$_GET["user_level_id"] <> "") {
                    
57	$osj2Duser_level->user_level_id->setQueryStringValue($_GET["user_level_id"]);
                    
                
osj-osj2duser_detailadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 561 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Duser_detail->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Duser_detail->Export; // Get export parameter, used in header
                    
64$bCopy = TRUE;
                    
65if (@$_GET["user_detail_id"] != "") {
                    
66  $osj2Duser_detail->user_detail_id->setQueryStringValue($_GET["user_detail_id"]);
                    
                
osj-osj2dapplicationssrch.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 441 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dapplications->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dapplications->Export; // Get export parameter, used in header
                    
                
osj-osj2dpostsadd.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 611 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dposts->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dposts->Export; // Get export parameter, used in header
                    
64$bCopy = TRUE;
                    
65if (@$_GET["post_id"] != "") {
                    
66  $osj2Dposts->post_id->setQueryStringValue($_GET["post_id"]);
                    
                
osj-osj2dresumeslist.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 1202 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dresumes->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dresumes->Export; // Get export parameter, used in header
                    
                
osj-osj2duserslist.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 1820 lines
                    
16header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
17header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
18header("Cache-Control: post-check=0, pre-check=0", false);
                    
55<?php
                    
56$osj2Dusers->Export = @$_GET["export"]; // Get export parameter
                    
57$sExport = $osj2Dusers->Export; // Get export parameter, used in header
                    
101// Check QueryString parameters
                    
102if (@$_GET["a"] <> "") {
                    
103	$osj2Dusers->CurrentAction = $_GET["a"];
                    
                
osj-osj2dapplicationsdelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 650 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dapplications->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dapplications->Export; // Get export parameter, used in header
                    
68$sFilter = "";
                    
69if (@$_GET["application_id"] <> "") {
                    
70	$osj2Dapplications->application_id->setQueryStringValue($_GET["application_id"]);
                    
                
osj-osj2duser_detailedit.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 517 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Duser_detail->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Duser_detail->Export; // Get export parameter, used in header
                    
63// Load key from QueryString
                    
64if (@$_GET["user_detail_id"] <> "") {
                    
65	$osj2Duser_detail->user_detail_id->setQueryStringValue($_GET["user_detail_id"]);
                    
                
osj-osj2duser_level_permissionslist.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 1305 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level_permissions->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level_permissions->Export; // Get export parameter, used in header
                    
94// Check QueryString parameters
                    
95if (@$_GET["a"] <> "") {
                    
96	$osj2Duser_level_permissions->CurrentAction = $_GET["a"];
                    
                
osj-osj2duser_level_permissionsedit.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 569 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level_permissions->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level_permissions->Export; // Get export parameter, used in header
                    
55// Load key from QueryString
                    
56if (@$_GET["user_level_id"] <> "") {
                    
57	$osj2Duser_level_permissions->user_level_id->setQueryStringValue($_GET["user_level_id"]);
                    
58}
                    
59if (@$_GET["user_level_table_name"] <> "") {
                    
60	$osj2Duser_level_permissions->user_level_table_name->setQueryStringValue($_GET["user_level_table_name"]);
                    
                
osj-osj2dresumesdelete.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 545 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dresumes->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dresumes->Export; // Get export parameter, used in header
                    
68$sFilter = "";
                    
69if (@$_GET["resume_id"] <> "") {
                    
70	$osj2Dresumes->resume_id->setQueryStringValue($_GET["resume_id"]);
                    
                
osj-osj2dpostsedit.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 596 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
56<?php
                    
57$osj2Dposts->Export = @$_GET["export"]; // Get export parameter
                    
58$sExport = $osj2Dposts->Export; // Get export parameter, used in header
                    
63// Load key from QueryString
                    
64if (@$_GET["post_id"] <> "") {
                    
65	$osj2Dposts->post_id->setQueryStringValue($_GET["post_id"]);
                    
                
osj-osj2duser_level_permissionsview.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 694 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
48<?php
                    
49$osj2Duser_level_permissions->Export = @$_GET["export"]; // Get export parameter
                    
50$sExport = $osj2Duser_level_permissions->Export; // Get export parameter, used in header
                    
53<?php
                    
54if (@$_GET["user_level_id"] <> "") {
                    
55	if ($sExportFile <> "") $sExportFile .= "_";
                    
55	if ($sExportFile <> "") $sExportFile .= "_";
                    
56	$sExportFile .= ew_StripSlashes($_GET["user_level_id"]);
                    
57}
                    
57}
                    
58if (@$_GET["user_level_table_name"] <> "") {
                    
59	if ($sExportFile <> "") $sExportFile .= "_";
                    
                
osj-osj2dcategorieslist.php http://osjobber.googlecode.com/svn/trunk/ | PHP | 1828 lines
                    
17header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
                    
18header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1 
                    
19header("Cache-Control: post-check=0, pre-check=0", false);
                    
52<?php
                    
53$osj2Dcategories->Export = @$_GET["export"]; // Get export parameter
                    
54$sExport = $osj2Dcategories->Export; // Get export parameter, used in header
                    
98// Check QueryString parameters
                    
99if (@$_GET["a"] <> "") {
                    
100	$osj2Dcategories->CurrentAction = $_GET["a"];
                    
                
cluster_view.php git://pkgs.fedoraproject.org/ganglia | PHP | 614 lines
                    
1<?php
                    
2$refresh = isset($_GET['refresh']);
                    
3
                    
4
                    
5include_once "./eval_conf.php";
                    
6// ATD - function.php must be included before get_context.php.  
                    
                
graph.php git://pkgs.fedoraproject.org/ganglia | PHP | 1131 lines
                    
192$self = isset($_GET["me"]) ? sanitize( $_GET["me"]) : NULL;
                    
193$vlabel = isset($_GET["vl"]) ? sanitize($_GET["vl"])  : NULL;
                    
194$value = isset($_GET["v"]) ? sanitize ($_GET["v"]) : NULL;
                    
194$value = isset($_GET["v"]) ? sanitize ($_GET["v"]) : NULL;
                    
195$metric_name = isset($_GET["m"]) ? sanitize ( $_GET["m"] ) : NULL;
                    
196$max = isset($_GET["x"]) && is_numeric($_GET["x"]) ? $_GET["x"] : NULL;
                    
196$max = isset($_GET["x"]) && is_numeric($_GET["x"]) ? $_GET["x"] : NULL;
                    
197$min = isset($_GET["n"]) && is_numeric($_GET["n"]) ? $_GET["n"] : NULL;
                    
198$sourcetime = isset($_GET["st"]) ? clean_number(sanitize($_GET["st"])) : NULL;
                    
215# How many months ahead to extend the trend e.g. 6 months
                    
216$user['trend_range'] = isset($_GET["trendrange"]) && is_numeric($_GET["trendrange"]) ? $_GET["trendrange"] : 6;
                    
217# 
                    
217# 
                    
218$user['trend_history'] = isset($_GET["trendhistory"]) && is_numeric($_GET["trendhistory"]) ? $_GET["trendhistory"] : 6;
                    
219
                    
                
fileupload.php http://pivotx-sqlite.googlecode.com/svn/trunk/ | PHP | 224 lines
                    
21header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
                    
22header("Cache-Control: no-store, no-cache, must-revalidate");
                    
23header("Cache-Control: post-check=0, pre-check=0", false);
                    
25
                    
26if (($_COOKIE['PHPSESSID'] == '') && ($_GET['sess'] != '')) {
                    
27    session_id($_GET['sess']);
                    
39
                    
40switch ($_GET['type']) {
                    
41    case 'image':
                    
49
                    
50if (isset($_GET['path']) && ($_GET['path'] != '')) {
                    
51    /* Using same user level as in fileOperations (in lib.php) */
                    
53
                    
54    $path = $_GET['path'];
                    
55
                    
                
yb.php http://zhxiaojm.googlecode.com/svn/trunk/ | PHP | 206 lines
                    
25					case "diqu":
                    
26						@eval("\$found = eregi(\"$keyword[$ai]\",\"$detail[1]\");");break;
                    
27					case "shi":
                    
33					case "quhao":
                    
34						@eval("\$found = eregi(\"$keyword[$ai]\",\"$detail[5]\");");break;
                    
35					default:
                    
61		$post_l .= '<a href="?q='.urlencode($q).'&p='.$i;
                    
62		if($_GET['w']) $post_l .= '&act='.$_GET['w'];
                    
63		if($i==$page){
                    
122<tr>
                    
123<td><form action="" method="get" name="f1">???????<input name="q" id="q" type="text" size="18" delay="0" value="<?php if($_GET['w']=="shi") echo $q; ?>" style="width:100px;height:22px;font-size:16px;font-family: Geneva, Arial, Helvetica, sans-serif;" onmouseover="this.select()" /><input name="w" id="w" type="hidden" value="shi" /> <input type="submit" value=" ?? " /></form></td><td><form action="" method="get" name="f1">???????<input name="q" id="q" type="text" size="18" delay="0" value="<?php if($_GET['w']=="cun") echo $q; ?>" style="width:100px;height:22px;font-size:16px;font-family: Geneva, Arial, Helvetica, sans-serif;" onmouseover="this.select()" /><input name="w" id="w" type="hidden" value="cun" /> <input type="submit" value=" ?? " /></form></td>
                    
124</tr>
                    
125<tr>
                    
126<td><form action="" method="get" name="f1">???????<input name="q" id="q" type="text" size="18" delay="0" value="<?php if($_GET['w']=="youbian") echo $q; ?>" style="width:100px;height:22px;font-size:16px;font-family: Geneva, Arial, Helvetica, sans-serif;" onmouseover="this.select()" /><input name="w" id="w" type="hidden" value="youbian" /> <input type="submit" value=" ?? " /></form></td><td><form action="" method="get" name="f1">???????<input name="q" id="q" type="text" size="18" delay="0" value="<?php if($_GET['w']=="quhao") echo $q; ?>" style="width:100px;height:22px;font-size:16px;font-family: Geneva, Arial, Helvetica, sans-serif;" onmouseover="this.select()" /><input name="w" id="w" type="hidden" value="quhao" /> <input type="submit" value=" ?? " /></form></td>
                    
127</tr>
                    
                
admin.php http://core.svn.wordpress.org/ | PHP | 70 lines
                    
7header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
                    
8header('Cache-Control: no-cache, must-revalidate, max-age=0');
                    
9header('Pragma: no-cache');
                    
27        if (empty($_POST["$wpvar"])) {
                    
28            if (empty($_GET["$wpvar"])) {
                    
29                $$wpvar = '';
                    
30            } else {
                    
31                $$wpvar = $_GET["$wpvar"];
                    
32            }
                    
41// Handle plugin admin pages.
                    
42if (isset($_GET['page'])) {
                    
43	$plugin_page = plugin_basename($_GET['page']);
                    
46	if ( $page_hook ) {
                    
47		if (! isset($_GET['noheader']))
                    
48			require_once(ABSPATH . '/wp-admin/admin-header.php');
                    
                
SearchAttributesDataCollection.php https://bitbucket.org/zurmo/zurmo/ | PHP | 247 lines
                    
37    /**
                    
38     * Base class for managing the source of search attributes.  Attributes can be coming from a $_GET, a $_POST or
                    
39     * potentially a model as a saved search.
                    
69            }
                    
70            return $_GET;
                    
71        }
                    
150
                    
151        public function getKanbanBoardGroupByAttributeVisibleValuesFromModel()
                    
152        {
                    
154            {
                    
155                return $this->model->getKanbanBoard()->getGroupByAttributeVisibleValues();
                    
156            }
                    
                
entries.php git://github.com/osCommerce/oscommerce.git | PHP | 129 lines
                    
21  <span style="float: left;"><form id="liveSearchForm"><input type="text" id="liveSearchField" name="search" class="searchField fieldTitleAsDefault" title="Search.." /><?php echo osc_draw_button(array('type' => 'button', 'params' => 'onclick="osC_DataTable.reset();"', 'title' => 'Reset')); ?></form></span>
                    
22  <span style="float: right;"><?php echo osc_draw_button(array('href' => osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule()), 'icon' => 'triangle-1-w', 'title' => OSCOM::getDef('button_back'))) . ' ' . osc_draw_button(array('href' => osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . $_GET[$osC_Template->getModule()] . '&action=entry_save'), 'icon' => 'plus', 'title' => OSCOM::getDef('button_insert'))); ?></span>
                    
23</div>
                    
44    <tr>
                    
45      <th align="right" colspan="3"><?php echo '<input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . OSCOM::getDef('icon_trash') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . $_GET[$osC_Template->getModule()] . '&action=batch_delete_entries') . '\';" />'; ?></th>
                    
46      <th align="center" width="20"><?php echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"'); ?></th>
                    
67  if ( $.cookie(moduleParamsCookieName) != null ) {
                    
68    var p = $.secureEvalJSON($.cookie(moduleParamsCookieName));
                    
69    moduleParams.page = parseInt(p.page);
                    
73  var dataTableName = 'productTypesAssignmentsDataTable';
                    
74  var dataTableDataURL = '<?php echo osc_href_link_admin('rpc.php', $osC_Template->getModule() . '=' . (int)$_GET[$osC_Template->getModule()] . '&action=getAllAssignments'); ?>';
                    
75
                    
75
                    
76  var entryEditLink = '<?php echo osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . (int)$_GET[$osC_Template->getModule()] . '&aID=ACTIONID&action=entry_save'); ?>';
                    
77  var entryEditLinkIcon = '<?php echo osc_icon('edit.png'); ?>';
                    
                
 

Source

Language