Home
last modified time | relevance | path

Searched refs:ID (Results 501 – 525 of 1363) sorted by relevance

1...<<21222324252627282930>>...55

/plugin/gemini/
H A Dcli.php248 global $ID;
252 $ID = $id;
254 $file = wikiFN($ID);
258 'body' => p_cached_output($file, 'gemini', $ID),
/plugin/bureaucracy/helper/
H A Dactionmail.php24 global $ID;
42 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
103 global $ID;
146 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
/plugin/dokutexit/
H A Drenderer.php56 global $ID;
58 $this->id = $ID;
/plugin/animation/
H A Daction.php111 global $ID;
116 if ($ID != $INFO["id"]) return;
/plugin/markdowku/
H A Danchorsreference.php35 global $ID;
49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
/plugin/struct/helper/
H A Dlookup.php24 global $ID;
53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID));
/plugin/autolink2/
H A Dhelper.php23 global $ID, $conf;
130 global $ID, $INFO;
149 if ($ID == $id){
180 global $ID, $INFO;
189 if ($ID == $id){
/plugin/translation/
H A Dhelper.php69 * Check if the given ID is a translation and return the language code.
81 * Check if the given ID is a translation and return the language code and
115 * Returns the ID and name to the wanted translation, empty
154 * Check if current ID should be translated and any GUI
180 global $ID;
182 $curlc = $this->getLangPart($ID);
277 * @param string $idpart The ID part of the item
278 * @param string $current The current ID
325 global $ID;
329 $lng = $this->getLangPart($ID);
[all...]
/plugin/gcalendar/inc/
H A Dgcal_main.php29 global $ID;
44 if(!isset($options['pages'])) $options['pages'] = '('.$ID.')';
57 $pages = str_replace('@ID@',$ID,$pages);
/plugin/xssnipper/
H A Dsyntax.php48 global $ID;
100 global $ID;
135 $xs_path = '?do=export_code&id='.$ID;
/plugin/include/syntax/
H A Dinclude.php87 global $ID;
92 // when there is no id just assume the global $ID is the current id
93 if (empty($page_stack)) $page_stack[] = $ID;
124 $secids = p_get_metadata($ID, 'plugin_include secids');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
62 $params['id'] = (string) The async search ID
/plugin/tos/
H A Daction.php65 global $ID;
88 echo '<li class="tos-nope"><a href="' . wl($ID,
90 echo '<li class="tos-accept"><a href="' . wl($ID,
/plugin/siteexport/inc/
H A Dsettings.php48 global $ID, $conf, $INPUT;
96 $pg = noNS($ID);
97 …if (empty($this->namespace)) { $this->namespace = $functions->getNamespaceFromID(getNS($ID), $pg);…
/plugin/newnamespacepermissions/
H A Daction.php71 global $ID, $INPUT, $USERINFO;
72 $namespaceDir = dirname(wikiFN($ID));
/plugin/sectionedit/
H A Daction.php37 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
56 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
/plugin/navi/_test/
H A DBasicListTest.php60 global $ID, $INFO;
64 $ID = 'en:products:c:start';
/plugin/combo/action/
H A Dmetadescription.php90 * @param $ID
92 public function sendDestInfo($ID) argument
95 // When you make a admin test call, the page ID = start and there is no meta
100 LogUtility::msg("Page ($ID): The description should never be null when rendering the page", LogUtility::LVL_MSG_INFO);
/plugin/dw2pdf/syntax/
H A Dexportlink.php61 global $ID;
64 $resolver = new PageResolver($ID);
/plugin/struct/lang/de/
H A Dassignments_intro.txt7 * Seiten erhalten wie gewohnt ihre vollständige Seiten-ID.
8 * Reguläre Ausdrücke, welche mit ''/'' beginnen und enden, werden mit einem vorangestellten '':'' mit der kompletten Seiten-ID verglichen.
/plugin/blogtng/helper/
H A Dentry.php397 global $ID;
406 $form = new Doku_Form($ID, wl($ID,array('do'=>'btngnew'),false,'&'));
844 global $ID, $TOC, $conf;
847 $backupID = $ID;
850 … $ID = $backupID; // restore the original $ID as otherwise _convert_instructions won't do anything
852 $ID = $id;
879 $ID = $backupID;
983 global $ID;
990 $convert = (getNS($ID) == $ns) ? false : true;
1202 global $ID;
[all …]
/plugin/disqus/
H A Dsyntax.php66 global $ID;
76 $doc .= "var disqus_url = '".wl($ID,'',true)."';\n";
/plugin/cryptsign/
H A Dsyntax.php52 global $ID;
59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
/plugin/task/syntax/
H A Dtaskform.php28 global $ID;
36 elseif ($ns == '.') $ns = getNS($ID);
/plugin/impressjs/
H A Drenderer.php24 global $ID;
34 <title>'.tpl_pagetitle($ID, true).'</title>

1...<<21222324252627282930>>...55