Home
last modified time | relevance | path

Searched refs:_GET (Results 126 – 150 of 199) sorted by last modified time

12345678

/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php104 if(isset($_GET ['q']))
105 $query = trim ( $_GET ['q'] );
/plugin/panoview/
H A Dtiles.php22 list($data['zoom'], $data['col'], $data['row']) = explode('-', $_GET['tile']);
23 $data['id'] = cleanID($_GET['image']);
/plugin/godiag/
H A Dfetch.php17 if($_GET['t'] == 'png'){
18 $file = getCacheName($_GET['f'],'.godiag.png');
21 $file = getCacheName($_GET['f'],'.godiag.sgf');
35 if($_GET['t'] != 'png') header('Content-Disposition: attachment; filename="'.basename($file).'";');
/plugin/anewssystem/
H A Daction.php67 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
68 $_GET['archive']="";
H A Dsyntax.php91 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
92 $_GET['archive']="";
964 $tmp = ','.$_GET['tag']; // this will overrule the page syntax setting
980 $prefs['anchor'] = $_GET['anchor']; // this will overrule the page syntax setting to
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dlang.inc.php2 if(isset($_GET['lang'])) {
3 $l = $_GET['lang'];
/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/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php94 if(isset($_GET ['q']))
95 $query = trim ( $_GET ['q'] );
/plugin/fontcolor/images/
H A Dcolor-icon.php4 $isColorSet = array_key_exists('color', $_GET);
7 list($red, $green, $blue) = str_split($_GET['color'], 2);
/plugin/directorylist/action/
H A Ddirectorylist.php32 if ($event->data === 'download' && ! empty($_GET['file'])) {
35 $file = ($_GET['file']);
/plugin/authucenter/lib/api/
H A Duc.php42 $code = @$_GET['code'];
/plugin/authucenter/lib/uc_client/
H A Dclient.php217 $__times__ = isset($_GET['__times__']) ? intval($_GET['__times__']) + 1 : 1;
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php15 case 'G': $var = &$_GET; break;
H A Dmisc.php56 $__times__ = isset($_GET['__times__']) ? intval($_GET['__times__']) + 1 : 1;
/plugin/rdplink/
H A Drdp.php3 header("Content-disposition: attachment; filename=".$_GET['server'].".rdp");
27 full address:s:<?php echo $_GET['server']. "\n"?>
28 <?php if (!empty($_GET['domain'])) echo "domain:s:".$_GET['domain']."\n" ?>
29 <?php if (!empty($_GET['username'])) echo "username:s:".$_GET['username']."\n" ?>
30 <?php if (!empty($_GET['password'])) echo "password 51:b:".$_GET['password']."\n" ?>
/plugin/log404/
H A Dadmin.php19 if (isset($_GET['delete'])) {
21 $log->deleteRecord($_GET['delete']);
22 msg(sprintf($this->getLang('deleted'), $_GET['delete']));
/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/latexit/
H A Daction.php94 if (isset($_GET['do']) && $_GET['do'] == 'export_latexit') {
/plugin/feedaggregator/
H A Daction.php42 $suppliedToken = (isset($_GET['token'])) ? $_GET['token'] : false;
/plugin/ebnf/
H A Debnf.php65 if (isset($_GET['syntax'])) {
66 $input = $_GET['syntax'];
71 if (isset($_GET['format'])) $format = $_GET['format'];
/plugin/ajaxpeon/
H A Daction.php121 if($_GET["callback"]){
122 echo $_GET["callback"]."(".$json->encode($data).")";
/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/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/simpleforward/
H A Daction.php44 $disableForward = $disableForward || $_GET['dokuwiki_simpleforward'] === '0';
68 unset($_GET['id']);
/plugin/authhiorgserver/
H A Dauth.php108 if(empty($_GET["token"])) {
115 $token = $_GET["token"];

12345678