Home
last modified time | relevance | path

Searched refs:_GET (Results 76 – 100 of 199) sorted by relevance

12345678

/plugin/ckgedit/action/
H A Dmediamanager.php44 if ($_GET["onselect"] == "ckg_edit_mediaman_insert") {
46 } else if ($_GET["onselect"] == "ckg_edit_mediaman_insertlink") {
/plugin/latexit/
H A Daction.php94 if (isset($_GET['do']) && $_GET['do'] == 'export_latexit') {
/plugin/fileshare/syntax/
H A DFileshare.php134 if (isset ( $_GET ['action'] )) {
135 $action = $_GET ['action'];
180 … if( $delete == true && isset ( $_GET[$fileHash] )&& strcmp ( $_GET[$fileHash], 'on' ) == 0){
/plugin/authgoogle/
H A Dauth.php89 if (isset($_GET['code'])) {
92 $client->authenticate($_GET['code']);
178 if (isset($_GET['do']) && $_GET['do']=='login') {
/plugin/dokusioc/
H A Daction.php103 if (!isset($_GET['type'])) {
167 if (!($_GET['type'] ?? "")) {
172 } elseif (isset($_GET['do']) && $_GET['do'] == 'index') {
178 $type = $_GET['type'];
521 if (isset($_GET['rev']) && $_GET['rev'] === (int)$_GET['rev']) {
522 $queryAttr['rev'] = $_GET['rev'];
534 if ($_GET['typ
[all...]
/plugin/feedaggregator/
H A Daction.php42 $suppliedToken = (isset($_GET['token'])) ? $_GET['token'] : false;
/plugin/pdftools/
H A Daction.php58 ….($t[0])."&rev=".($_GET['rev'])."'\"><a style='color:white' href='doku.php?id=".$ID."&do=export_pd…
/plugin/mikioplugin/
H A Dcss.php35 if(isset($_GET['css'])) {
37 $cssFileList = platformSlashes(explode(',', $_GET['css']));
/plugin/combo/action/
H A Dstaticresource.php79 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
80 $fetcher = $_GET[IFetcher::FETCHER_KEY] ?? null;
152 $busterKey = $_GET[IFetcher::CACHE_BUSTER_KEY];
177 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
/plugin/simpleforward/
H A Daction.php44 $disableForward = $disableForward || $_GET['dokuwiki_simpleforward'] === '0';
68 unset($_GET['id']);
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php255 if (isset($_GET['SAMLResponse'])) {
256 … $logoutResponse = new OneLogin_Saml2_LogoutResponse($this->_settings, $_GET['SAMLResponse']);
273 } else if (isset($_GET['SAMLRequest'])) {
274 … $logoutRequest = new OneLogin_Saml2_LogoutRequest($this->_settings, $_GET['SAMLRequest']);
296 if (isset($_GET['RelayState'])) {
297 $parameters['RelayState'] = $_GET['RelayState'];
H A DLogoutResponse.php187 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
195 if (isset($_GET['Signature'])) {
196 …$signatureValid = OneLogin_Saml2_Utils::validateBinarySign("SAMLResponse", $_GET, $idpData, $retri…
/plugin/panoview/
H A Dtiles.php22 list($data['zoom'], $data['col'], $data['row']) = explode('-', $_GET['tile']);
23 $data['id'] = cleanID($_GET['image']);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php87 if (array_key_exists($parameter, $_GET)) {
91 return $_GET[$parameter];
/plugin/api/
H A Daction.php131 if ($_GET["callback"] ?? null) {
132 echo $_GET["callback"] . "(" . json_encode($data) . ")";
/plugin/fedauth/
H A Daction.php91 * Dokuwiki built-in AJAX handler 'lib/exe/ajax.php' expects $_GET['call'] or
96 * $_GET['call'] = 'dummy';
323 $_GET = $_SESSION[DOKU_COOKIE]['fedauth']['stor']['gt'];
343 return (isset($_POST['call']) || isset($_GET['call']));
/plugin/s5/
H A Drenderer.php48 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
/plugin/anewssystem/
H A Daction.php67 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
68 $_GET['archive']="";
/plugin/farmer/
H A DDokuWikiFarmCore.php147 if (isset($_GET['animal'])) {
148 $animal = $_GET['animal'];
150 unset($_GET['animal']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php102 (isset($_GET) ? self::safe_serialize($_GET) : '') .
/plugin/qrcode2/
H A Dpng.php4 QRcode::png($_GET['id']);
/plugin/revealjs/
H A Drenderer.php59 if (count($_GET)){
61 $conf['plugin'] = array('revealjs' => $_GET);
64 $conf['plugin']['revealjs'] = $_GET;
67 $conf['plugin']['revealjs'] = array_merge($conf['plugin']['revealjs'], $_GET);
/plugin/tabinclude/
H A Dhelper.php188 if(isset($_GET['tabpage_idx'])) $init_page_idx = $_GET['tabpage_idx'];
236 if(isset($_GET['tabpage_idx'])) $init_page_idx = $_GET['tabpage_idx'];
/plugin/dokuprism/
H A Dsvg.php9 '<text y="75%" textLength="16" lengthAdjust="spacingAndGlyphs" font-size="12" >'.$_GET['label'].'</text>'.
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php95 if(isset($this->get) && isset($_GET[$name])) {
96 unset($_GET[$name]);
307 $this->access = &$_GET;

12345678