Home
last modified time | relevance | path

Searched refs:ID (Results 876 – 900 of 1363) sorted by relevance

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

/plugin/wysiwyg/
H A Dsyntax.php87 global $USERINFO, $ID, $wysiwyg_GUID;
/plugin/fields/
H A Dsyntax.php65 global $ID;
/plugin/minical/
H A Dsyntax.php283 …$out .= '<a href="' . wl($wp, array('do' => 'edit', 'plugin_minical_redirect_id' => $ID, 'plugin_m…
/plugin/htmlmetatags/syntax/
H A Dsyntax.php93 global $ID;
/plugin/combo/renderer/
H A Danalytics.php210 LogUtility::msg("The global ID is unknown, we were unable to instantiate the requested page in analytics");
229 global $ID;
230 $dokuWikiMetadata = p_get_metadata($ID);
235 $changelog = new PageChangeLog($ID);
269 $text = rawWiki($ID);
350 if ($ID !== $root) {
622 LogUtility::msg("The global ID is unknown, we can't find the requested page. Analytics was stopped");
/plugin/judge/
H A Daction.php133 global $ID, $ACT;
144 …. '<a href="' . wl($ID, $params) . '" class="action export_pdf" rel="nofollow" title="' . $this->…
H A Dsyntax.php100 global $ID, $conf;
239 $problem_name = $ID;
/plugin/svgembed/
H A Dsyntax.php340 global $ID;
348 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/linkfix/
H A Dadmin.php38 global $ID;
73 $form->addHidden('id', $ID);
/plugin/solr/
H A Dhelper.php214 global $ID;
215 $id = $ACT == 'solr_search' ? $ID : '';
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/pdftools/tpl/info/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/combo/syntax/
H A Dminimap.php137 global $ID;
139 $callingId = $ID;
140 // If mini-map is in a sidebar, we don't want the ID of the sidebar
141 // but the ID of the page.
/plugin/redirector/
H A Daction.php23 global $INFO, $ACT, $conf, $ID;
/plugin/hipchat/
H A DREADME.md20 3. In your DokuWiki Configuration Settings, enter an API token, room name (or ID number), and the n…
/plugin/refnotes/
H A Daction.php567 global $ID;
571 if (isset($cache->page) && ($cache->page == $ID)) {
573 $meta = p_get_metadata($ID, 'plugin refnotes');
/plugin/tplmod/
H A Daction.php104 global $INPUT, $JSINFO, $conf,$ID,$USERINFO;
117 $JSINFO['tmplftacl'] = auth_quickaclcheck( $ID);
134 if(preg_match('/('.$xcludes.')/',$ID,$matches)) {
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php226 public function addBibtexToSQLite($bibtex,$ID) {
230 if (!in_array(':'.$ID, $this->_conf['file'])) {
231 msg("Current page (:$ID) not configured to be a BibTeX DB, hence ignoring.
225 addBibtexToSQLite($bibtex, $ID) global() argument
/plugin/svgedit/
H A Dsyntax.php92 $renderer->doc .= $this->svg_format_embed($svgenc, 'inline-svg@'.$ID, $svg_dimensions);
/plugin/farm/
H A Dvirtualhostconfig.class.php70 global $ID;
/plugin/select/
H A Dsyntax.php25 global $ID;
/plugin/blextra/
H A Dhelper.php245 'desc' => 'Return namespacepart of a wiki ID exploded as array',
/plugin/authhttp/
H A Daction.php106 act_redirect($ID, 'show');

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