Home
last modified time | relevance | path

Searched refs:ID (Results 951 – 975 of 1363) sorted by relevance

1...<<31323334353637383940>>...55

/plugin/wikistats/
H A Dsyntax.php179 global $ID;
204 $TOC = p_get_metadata($ID,'description tableofcontents');
/plugin/authremoteuser/
H A DREADME.md60 3. Add this value as new user ID to your user list if it is missing and
137 [^1]: Don't be surprised: The user ID is converted to a valid page name.
/plugin/indexmenu/
H A Dadmin.php
/plugin/changes/
H A Dsyntax.php100 global $ID;
145 $data[$name][] = (new PageResolver($ID))->resolveId($page);
/plugin/approve/action/
H A Dapprove.php180 global $INFO, $ID;
183 if (auth_quickaclcheck($ID) <= AUTH_READ && !$this->getConf('display_banner_for_readonly')) {
/plugin/dokutexit/
H A Dlatex.php424 global $ID;
440 global $ID;
445 resolve_pageid(getNS($ID),$id,$exists);
478 global $ID;
482 resolve_pageid(getNS($ID),$id,$exists);
1316 global $ID;
1318 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/dir/
H A Dsyntax.php627 $curPathSplit = explode(":", trim(getNS($ID), ":"));
682 global $ID;
719 global $ID;
/plugin/components/lib/
H A Daction_manager.php77 * @global string $ID the page ID
/plugin/googleanalytics/
H A DCHANGELOG.md18 - [DPG-21] - Added support for "Global Site Tag ID" (`gtag.js`), and rewrote documentation as some …
/plugin/facebookalbum/
H A Dsyntax.php223 $renderer->doc .= "<p>".html_wikilink($ID, $this->getLang('back_to_albums'))."</p>";
/plugin/pot/
H A Dsyntax.php59 global $ID;
/plugin/advanced/admin/
H A Dimport.php63 global $ID;
H A Dexport.php65 global $ID;
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js3352ID="btnPlay" NAME="AutoPlay" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();"></TD><TD CL…
3354ID="btnMoveForward1" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS="but…
3356 …text += '"; CLASS="buttonControl" TITLE="go to game end" ID="btnGoToEnd" onClick="clickedBbtn(this…
3371 …text = '<FORM NAME="GameSel" STYLE="display:inline;"><SELECT ID="GameSelSelect" NAME="GameSelSelec…
3453 text = '<SPAN ID="ShowPgnText">' + variationTextFromId(0); + '</SPAN>';
3465 …text = '<FORM ID="searchPgnForm" STYLE="display: inline;" ACTION="javascript:searchPgnGameForm();"…
3467 …ing the search string (regular expression)" TYPE="submit" VALUE="?"><INPUT ID="searchPgnExpression…
3615 if (hasId) { text += 'ID="Var' + thisVar + 'Mv' + jj + '" '; }
/plugin/jenkins/
H A DREADME.md27 * **jenkins.user**: Enter the ID of a Jenkins user, with the right to view any job..
/plugin/pgn4web/
H A Dsyntax.php203 if (auth_quickaclcheck($ID) >= AUTH_EDIT) {
/plugin/badbehaviour/
H A Dadmin.php99 global $ID;
/plugin/htmlokay/
H A Dadmin.php408 global $ID;
427 ptln("\n" . '<form action="' . wl($ID) . '" method="POST" name="nsdata"' . ' >');
/plugin/odt/helper/
H A Dconfig.php547 global $conf, $ID, $INPUT;
554 $odt_meta = p_get_metadata($ID, 'relation odt');
/plugin/netlogo/syntax/
H A Dapplet.php177 global $ID, $conf;
/plugin/owncloud/
H A Dsyntax.php128 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/newpagetemplate/
H A Dadmin.php96 ptln('<form action="' . wl($ID) . '" method="post">');
/plugin/anewssystem/
H A Dsyntax.php47 global $ID, $conf;
75 global $ID, $conf;
388 global $ID;
1148 …'<span class="anss_sep">&nbsp;|&nbsp;</span><a class"wikilink" href="'.wl($ID).$this->getConf('act…
1152 …'<span class="anss_sep">&nbsp;|&nbsp;</span><a class"wikilink" href="'.wl($ID).$this->getConf('act…
/plugin/rater/
H A Dsyntax.php102 global $ID;
262 $ret .= '<form method="post" action="doku.php?id=' . $ID .'" >
396 …$ret .= $addMSG.'<a class="thumbup tup" href="doku.php?id='.$ID.'&do=rate_voteup&rater_id='.$rater…
398 …'<a class="thumbdown tdn" href="doku.php?id='.$ID.'&do=rate_votedown&rater_id='.$rater_id.'&rater_…
/plugin/siteexport/inc/
H A DreadCSS.patch258 else if (preg_match('/^[#](.*)$/',$t,$m)) { $tag = 'ID>>'.$m[1]; }
263 …(preg_match('/^('.$this->mpdf->allowedCSStags.')[#](.*)$/',$t,$m)) { $tag = $m[1].'>>ID>>'.$m[2]; }
279 else if (preg_match('/^[#](.*)$/',$t,$m)) { $tag = 'ID>>'.$m[1]; }
284 …(preg_match('/^('.$this->mpdf->allowedCSStags.')[#](.*)$/',$t,$m)) { $tag = $m[1].'>>ID>>'.$m[2]; }

1...<<31323334353637383940>>...55