Home
last modified time | relevance | path

Searched refs:_GET (Results 26 – 50 of 199) sorted by relevance

12345678

/plugin/fileshare/
H A Dfilesharedownload.php3 if (isset($_GET['file'])){
4 $filename =$_GET['file'];
5 $archivRootDir = $_GET[ 'something'];
/plugin/authloginapi/
H A Dauth.php47 if ($ACT == 'login' && isset($_GET['r']) && isset($_GET['s'])) { // parse response
48 $data = $this->parseResponse($_GET['r'], $_GET['s']);
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php13 $isColorSet = array_key_exists('color', $_GET);
19 list($red, $green, $blue) = str_split($_GET['color'], 2);
28 $color = '#'.strtolower($_GET['color']);
/plugin/autotranslation/
H A Daction.php129 if(!isset($_GET['lang'])) return;
130 if(!in_array($_GET['lang'], $this->helper->translations)) return;
131 $lang = $_GET['lang'];
162 if(!isset($_GET['lang'])) return;
163 if(!in_array($_GET['lang'], $this->helper->translations)) return;
165 $lang = $_GET['lang'];
381 unset($_GET['id']);
384 if ( !empty($_GET) ) {
386 foreach( $_GET as $key => $value ) {
/plugin/latexit/_test/
H A Daction.test.php53 * @global array $_GET Global var to simulate normal DW behaviour.
57 global $_GET;
58 $_GET["do"] = 'export_latexit';
/plugin/clearhistory/
H A Dadmin.php37 if (isset($_GET['clear'])) {
38 if ($_GET['clear'] == 1) {
41 if ($_GET['clear'] == 2) {
42 $_GET['ns'] = cleanID($_GET['ns']);
43 $this->_scanNamespace($_GET['ns'], $onlySmall, $onlyNoComment);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php70 $contents = $_GET["contents"];
82 $name = $_GET["name"];
94 $name = $_GET["name"];
104 $name = $_GET["name"];
/plugin/templateconfhelper/action/
H A Dfetchaction.php35 if( isset( $_GET['mode'] ) && $_GET['mode'] == 'styleimg' ) {
40 $tpl = $_GET['template'];
/plugin/bookmark2wiki/
H A Daction.php57 $wikitext=$_GET['te']; // things to log : Selected text
58 $url=$_GET['ur']; // things to log : URL
59 $title=$_GET['ti']; // things to log : title
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php51 $fi = trim ( urldecode ( get_var ( "fi", $_GET, 255, "" ) ) );
53 $fo = trim ( urldecode ( get_var ( "fo", $_GET, 255, "document" ) ) );
55 $ml = (int) get_var ( "ml", $_GET, 255, -1 );
56 $mr = (int) get_var ( "mr", $_GET, 255, -1 );
57 $mt = (int) get_var ( "mt", $_GET, 255, -1 );
58 $mb = (int) get_var ( "mb", $_GET, 255, -1 );
60 $pw = (int) get_var ( "pw", $_GET, 255, -1 );
/plugin/dataloop/syntax/
H A Dtextloop.php318 if($_GET['datasrt']){
319 if($_GET['datasrt']{0} == '^'){
320 $data['sort'] = array(substr($_GET['datasrt'],1),'DESC');
322 $data['sort'] = array($_GET['datasrt'],'ASC');
393 if($_GET['dataflt']){
394 list($col,$val) = split(':',$_GET['dataflt'],2);
422 if((int) $_GET['dataofs']){
423 $sql .= ' OFFSET '.((int) $_GET['dataofs']);
H A Dloop.php394 if($_GET['datasrt']){
395 if($_GET['datasrt']{0} == '^'){
396 $data['sort'] = array(substr($_GET['datasrt'],1),'DESC');
398 $data['sort'] = array($_GET['datasrt'],'ASC');
469 if($_GET['dataflt']){
470 list($col,$val) = split(':',$_GET['dataflt'],2);
498 if((int) $_GET['dataofs']){
499 $sql .= ' OFFSET '.((int) $_GET['dataofs']);
/plugin/geonav/server/
H A Dget_state.php7 $countryCode=$_GET["ctry"];
8 $q=$_GET["q"];
9 $topic=$_GET["p"];
/plugin/data-graph/
H A Dsyntax.php69 if ($_GET["year"] != NULL){
70 $filter2value = $_GET["year"];
84 $v = $_GET["group"];
97 $v = $_GET["aggregate"];
148 $detailedGrouping = $_GET["groupDetails"];
/plugin/datagraph/
H A Dsyntax.php69 if ($_GET["year"] != NULL){
70 $filter2value = $_GET["year"];
84 $v = $_GET["group"];
97 $v = $_GET["aggregate"];
148 $detailedGrouping = $_GET["groupDetails"];
/plugin/authdiscourse/
H A Dauth.php79 if (!empty($_GET) && isset($_GET['sso'])){
81 $sso = urldecode($_GET['sso']);
82 $sig = $_GET['sig'];
/plugin/editonlink/
H A Dtest.php15 <body style="padding-left:6em;<?php if($_GET['do']=='edit')
17 <?php echo '$_GET = '.htmlspecialchars(var_export($_GET, true), ENT_QUOTES); ?>
/plugin/log404/
H A Dadmin.php19 if (isset($_GET['delete'])) {
21 $log->deleteRecord($_GET['delete']);
22 msg(sprintf($this->getLang('deleted'), $_GET['delete']));
/plugin/snap/
H A Dimage.php2 if (isset($_GET['image'])) $image=$_GET['image'];
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php4.php62 if ( !isset( $_GET ) ) {
64 $_GET = $HTTP_GET_VARS ;
69 if ( isset( $_GET['fcksource'] ) && $_GET['fcksource'] == "true" )
/plugin/bez/ctl/
H A Dunsubscribe.php6 if (!isset($_GET['t'])) {
10 $this->model->factory('subscription')->mute($_GET['t'])
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php6 if ( !isset( $_GET ) ) {
7 $_GET = $HTTP_GET_VARS ; variable
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php6 if ( !isset( $_GET ) ) {
7 $_GET = $HTTP_GET_VARS ; variable
H A Dcommands.php109 if (!isset($_GET)) {
110 global $_GET;
115 if ( isset( $_GET['NewFolderName'] ) )
117 $sNewFolderName = $_GET['NewFolderName'] ;
/plugin/ajaxloader/
H A Dajax.php24 else if(isset($_GET['call']))
25 $call = $_GET['call'];

12345678