Home
last modified time | relevance | path

Searched refs:_GET (Results 1 – 25 of 199) sorted by last modified time

12345678

/plugin/siteexport/
H A Dpreload.php90 $_GET['purge'] = 'purge'; //activate purging
/plugin/shell/
H A DP0wnyShell.php287 if (!isset($_GET["feature"])) die('no feature');
290 switch ($_GET["feature"]) {
H A Dshell.php14 if (isset($_GET['feature'])) {
/plugin/dokusioc/
H A Daction.php512 if (isset($_GET['rev']) && $_GET['rev'] === (int)$_GET['rev']) {
513 $queryAttr['rev'] = $_GET['rev'];
525 if ($_GET['type'] ?? "") {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php69 foreach ($_GET as $key => $value) {
H A DphpThumb.demo.showpic.php37 if (isset($_GET['title'])) {
38 echo '<title>'.htmlentities($_GET['title']).'</title>';
39 unset($_GET['title']);
82 foreach ($_GET as $key => $value) {
125 if (!empty($_GET['src'])) {
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default198 … 'SELECT `picture` FROM `products` WHERE (`id` = \''.mysqli_real_escape_string(@$_GET['id']).'\')';
H A DphpThumb.php40 …me(!empty($_GET['sia']) ? $_GET['sia'] : (!empty($_GET['down']) ? $_GET['down'] : 'phpThumb_genera…
165 …$_GET['phpThumbDebug'] = (!empty($_GET['phpThumbDebug']) ? max(1, (int) $_GET[ 'phpThumbDebug']) :…
219 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '0')) {
233 $_GET[$key] = stripslashes($_GET[$key]);
247 if (!empty($_GET['src']) && isset($_GET['md5s']) && empty($_GET['md5s'])) {
279 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '1')) {
381 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '2')) {
417 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '3')) {
484 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '4')) {
505 …if (!@$_GET['w'] && !@$_GET['wp'] && !@$_GET['wl'] && !@$_GET['ws'] && !@$_GET['h'] && !@$_GET['hp…
[all …]
H A Dphpthumb.class.php4301 if (isset($_GET) && is_array($_GET)) {
4302 foreach ($_GET as $key => $value) {
4325 …$this->f = (isset($_GET['f']) ? $_GET['f'] : $this->f); // debug modes 0-2 don't recognize text mo…
4520 if (isset($_GET['phpThumbDebug'])) {
/plugin/dokuprism/
H A Dsvg.php9 '<text y="75%" textLength="16" lengthAdjust="spacingAndGlyphs" font-size="12" >'.$_GET['label'].'</text>'.
/plugin/mikioplugin/
H A Dcarousel.php8 if (isset($_GET['id'])) {
9 $content = rawWiki($_GET['id']);
13 if (isset($_GET['carousel'])) {
14 $carousel_index = $_GET['carousel'];
H A Dcss.php35 if(isset($_GET['css'])) {
37 $cssFileList = platformSlashes(explode(',', $_GET['css']));
/plugin/bez/mdl/
H A DModel.php126 } elseif (isset($_GET['t'])) {
129 $user_tok = trim($_GET['t']);
/plugin/bez/syntax/
H A Dqlink.php60 $id = $_GET['id'];
/plugin/bez/tpl/
H A D8d.php18 $tpl->url('8d', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']) ?>">
H A Dkp.php7 $tpl->url('kp', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']); ?>">
/plugin/bez/ctl/
H A D8d.php7 if (!isset($_GET['t']) && $this->model->authentication_tokenFactory->can_create_token()) {
H A Dunsubscribe.php6 if (!isset($_GET['t'])) {
10 $this->model->factory('subscription')->mute($_GET['t'])
H A Dkp.php7 if (!isset($_GET['t']) && $this->model->authentication_tokenFactory->can_create_token()) {
/plugin/bez/action/
H A Dbase.php76 return $_GET['id'];
H A Ddefault.php124 $id = $_GET['id'];
242 header('Location: ' . DOKU_URL . 'doku.php?id=' . $_GET['id'] . '&do=login');
/plugin/api/
H A Daction.php131 if ($_GET["callback"] ?? null) {
132 echo $_GET["callback"] . "(" . json_encode($data) . ")";
/plugin/bureaucracy/helper/
H A Dfield.php183 if (isset($_GET[$preload_name])) {
184 $this->setVal($_GET[$preload_name]);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php87 if (array_key_exists($parameter, $_GET)) {
91 return $_GET[$parameter];
H A DMetaManagerHandler.php47 $id = $_GET["id"] ?? null;

12345678