Home
last modified time | relevance | path

Searched refs:request_use_auto_globals (Results 1 – 21 of 21) sorted by relevance

/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/
H A DSmarty.class.php281 var $request_use_auto_globals = true; variable in Smarty
1120 …$_query_string = $this->request_use_auto_globals ? $_SERVER['QUERY_STRING'] : $GLOBALS['HTTP_SERVE…
1135 …$this->debugging = (bool)($this->request_use_auto_globals ? @$_COOKIE['SMARTY_DEBUG'] : @$GLOBALS[…
1196 … $_server_vars = ($this->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
1476 $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals;
H A DSmarty_Compiler.class.php2024 … $compiled_ref = ($this->request_use_auto_globals) ? '$_GET' : "\$GLOBALS['HTTP_GET_VARS']";
2028 … $compiled_ref = ($this->request_use_auto_globals) ? '$_POST' : "\$GLOBALS['HTTP_POST_VARS']";
2032 … $compiled_ref = ($this->request_use_auto_globals) ? '$_COOKIE' : "\$GLOBALS['HTTP_COOKIE_VARS']";
2036 … $compiled_ref = ($this->request_use_auto_globals) ? '$_ENV' : "\$GLOBALS['HTTP_ENV_VARS']";
2040 … $compiled_ref = ($this->request_use_auto_globals) ? '$_SERVER' : "\$GLOBALS['HTTP_SERVER_VARS']";
2044 …$compiled_ref = ($this->request_use_auto_globals) ? '$_SESSION' : "\$GLOBALS['HTTP_SESSION_VARS']";
2052 if ($this->request_use_auto_globals) {
/dports/deskutils/moregroupware/moregroupware/include/smarty/
H A DSmarty.class.php281 var $request_use_auto_globals = true; variable in Smarty
1127 …$_query_string = $this->request_use_auto_globals ? $_SERVER['QUERY_STRING'] : $GLOBALS['HTTP_SERVE…
1142 …$this->debugging = (bool)($this->request_use_auto_globals ? @$_COOKIE['SMARTY_DEBUG'] : @$GLOBALS[…
1203 … $_server_vars = ($this->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
1483 $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals;
H A DSmarty_Compiler.class.php2033 … $compiled_ref = ($this->request_use_auto_globals) ? '$_GET' : "\$GLOBALS['HTTP_GET_VARS']";
2037 … $compiled_ref = ($this->request_use_auto_globals) ? '$_POST' : "\$GLOBALS['HTTP_POST_VARS']";
2041 … $compiled_ref = ($this->request_use_auto_globals) ? '$_COOKIE' : "\$GLOBALS['HTTP_COOKIE_VARS']";
2045 … $compiled_ref = ($this->request_use_auto_globals) ? '$_ENV' : "\$GLOBALS['HTTP_ENV_VARS']";
2049 … $compiled_ref = ($this->request_use_auto_globals) ? '$_SERVER' : "\$GLOBALS['HTTP_SERVER_VARS']";
2053 …$compiled_ref = ($this->request_use_auto_globals) ? '$_SESSION' : "\$GLOBALS['HTTP_SESSION_VARS']";
2061 if ($this->request_use_auto_globals) {
/dports/www/smarty2/smarty-2.6.31/libs/
H A DSmarty.class.php282 var $request_use_auto_globals = true; variable in Smarty
1132 …$_query_string = $this->request_use_auto_globals ? $_SERVER['QUERY_STRING'] : $GLOBALS['HTTP_SERVE…
1147 …$this->debugging = (bool)($this->request_use_auto_globals ? @$_COOKIE['SMARTY_DEBUG'] : @$GLOBALS[…
1208 … $_server_vars = ($this->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
1488 $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals;
H A DSmarty_Compiler.class.php2113 if ($this->request_use_auto_globals) {
/dports/www/gallery2/gallery2/lib/smarty/
H A DSmarty.class.php281 var $request_use_auto_globals = true; variable in Smarty
1124 …$_query_string = $this->request_use_auto_globals ? $_SERVER['QUERY_STRING'] : $GLOBALS['HTTP_SERVE…
1139 …$this->debugging = (bool)($this->request_use_auto_globals ? @$_COOKIE['SMARTY_DEBUG'] : @$GLOBALS[…
1200 … $_server_vars = ($this->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
1480 $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals;
H A DSmarty_Compiler.class.php2050 … $compiled_ref = ($this->request_use_auto_globals) ? '$_GET' : "\$GLOBALS['HTTP_GET_VARS']";
2054 … $compiled_ref = ($this->request_use_auto_globals) ? '$_POST' : "\$GLOBALS['HTTP_POST_VARS']";
2058 … $compiled_ref = ($this->request_use_auto_globals) ? '$_COOKIE' : "\$GLOBALS['HTTP_COOKIE_VARS']";
2062 … $compiled_ref = ($this->request_use_auto_globals) ? '$_ENV' : "\$GLOBALS['HTTP_ENV_VARS']";
2066 … $compiled_ref = ($this->request_use_auto_globals) ? '$_SERVER' : "\$GLOBALS['HTTP_SERVER_VARS']";
2070 …$compiled_ref = ($this->request_use_auto_globals) ? '$_SESSION' : "\$GLOBALS['HTTP_SESSION_VARS']";
2078 if ($this->request_use_auto_globals) {
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/
H A DSmarty.class.php282 var $request_use_auto_globals = true; variable in Smarty
1132 …$_query_string = $this->request_use_auto_globals ? $_SERVER['QUERY_STRING'] : $GLOBALS['HTTP_SERVE…
1147 …$this->debugging = (bool)($this->request_use_auto_globals ? @$_COOKIE['SMARTY_DEBUG'] : @$GLOBALS[…
1208 … $_server_vars = ($this->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
1488 $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals;
H A DSmarty_Compiler.class.php2113 if ($this->request_use_auto_globals) {
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/plugins/
H A Dfunction.html_image.php47 $server_vars = ($smarty->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/
H A Dfunction.html_image.php49 $server_vars = ($smarty->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
/dports/www/smarty2/smarty-2.6.31/libs/plugins/
H A Dfunction.html_image.php49 $server_vars = ($smarty->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
/dports/www/gallery2/gallery2/lib/smarty/plugins/
H A Dfunction.html_image.php49 $server_vars = ($smarty->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/
H A Dfunction.html_image.php49 $server_vars = ($smarty->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS'];
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/
H A DSmarty_Compiler.class.php1902 … $compiled_ref = ($this->request_use_auto_globals) ? '$_GET' : "\$GLOBALS['HTTP_GET_VARS']";
1906 … $compiled_ref = ($this->request_use_auto_globals) ? '$_POST' : "\$GLOBALS['HTTP_POST_VARS']";
1910 … $compiled_ref = ($this->request_use_auto_globals) ? '$_COOKIE' : "\$GLOBALS['HTTP_COOKIE_VARS']";
1914 … $compiled_ref = ($this->request_use_auto_globals) ? '$_ENV' : "\$GLOBALS['HTTP_ENV_VARS']";
1918 … $compiled_ref = ($this->request_use_auto_globals) ? '$_SERVER' : "\$GLOBALS['HTTP_SERVER_VARS']";
1922 …$compiled_ref = ($this->request_use_auto_globals) ? '$_SESSION' : "\$GLOBALS['HTTP_SESSION_VARS']";
1930 if ($this->request_use_auto_globals) {
H A DSmarty.class.php283 var $request_use_auto_globals = false; variable in Smarty
1517 $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals;
/dports/www/smarty2/smarty-2.6.31/
H A DNEWS306 - change default of request_use_auto_globals to true - $_SERVER is
382 - added config-option "request_use_auto_globals" to make auto-globals be
H A DChangeLog3674 fix: check $smarty->request_use_auto_globals at the last occurences of
4358 $request_use_auto_globals and html_checkboxes
4847 added config-option "request_use_auto_globals" to make auto-globals be
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/
H A DNEWS50 - added config-option "request_use_auto_globals" to make auto-globals be
H A DChangeLog560 $request_use_auto_globals and html_checkboxes
1049 added config-option "request_use_auto_globals" to make auto-globals be