Home
last modified time | relevance | path

Searched refs:ID (Results 376 – 400 of 1363) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php20 global $ID;
21 $ID = 'foo:bar:start';
/plugin/webcomponent/action/
H A Dmath.php53 global $ID;
54 $isMathExpression = p_get_metadata($ID, syntax_plugin_webcomponent_math::MATH_EXPRESSION);
/plugin/publish/action/
H A Ddebug.php21 global $ID;
25 ptln(print_r(p_get_metadata($ID), true));
/plugin/translation3/
H A Daction.php45 global $ID;
51 if($this->conf['redirectstart'] && $ID == $conf['start'] && $ACT == 'show'){
59 $lc = $this->hlp->getLangPart($ID);
/plugin/datatemplate/syntax/
H A Dfilterform.php102 global $ID;
104 $form = new Doku_Form(array('class' => 'filterform_plugin', 'action' => wl($ID)));
105 $form->addHidden('filterform', $ID);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php66 global $ID;
78 $bibtexrenderer = bibtexrender_plugin_bibtex4dw::getResource($ID);
82 $bibtexrenderer->addBibtexToSQLite($match, $ID);
/plugin/aclauditor/
H A Dadmin.php198 …ptln('<a href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'scenar…
199 …ptln('<form id="aclauditor_form" method="post" action="'.wl($ID, array('do' => 'admin', 'page' => …
224 …ss="listtitle">'.$this->getLang('listwhat').' : "'.($this->what ? $this->what : $ID).'"'.'</div>');
238 …E_USER']).'" '.$this->getLang('listbothwhat').' "'.($this->what ? $this->what : $ID).'"'.'</div>');
273 …ptln('<a href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'single…
274 …ptln('<form id="aclauditor_scnform" method="post" action="'.wl($ID, array('do' => 'admin', 'page' …
348 …ptln('</pre><a target="_blank" href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'acl…
/plugin/qstat/
H A Daction.php64 global $ID;
65 $str = rawWiki($ID);
/plugin/projects/syntax/
H A Dcontent.php27 global $ID;
28 $parts = explode(".", $ID);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc40 $params['id'] = (string) The ID of the job to delete
54 $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
68 $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
96 $params['id'] = (string) The ID of the job to create
144 $params['id'] = (string) The ID of the job to start
158 $params['id'] = (string) The ID of the job to stop
/plugin/toc/
H A Daction.php38 global $ID;
40 if (p_get_metadata($ID, 'movetoc')) {
/plugin/confmanager/tpl/
H A DselectConfig.php1 <?php global $ID; ?>
15 …<form action="<?php echo wl($ID, 'do=admin,page=confmanager') ?>" method="get" id="select_config_f…
/plugin/odp/
H A Daction.php24 global $conf, $ID;
28 $odt_meta = p_get_metadata($ID, 'relation odp');
/plugin/davcal/action/
H A Dcache.php25 global $ID;
29 $davcalMeta = p_get_metadata($ID, 'plugin_davcal');
/plugin/conflictmerger/
H A Daction.php234 global $ID;
239 if ($this->merge($ID, rawWiki($ID, $DATE), $text, rawWiki($ID, ''), $result)) {
259 $form->addHidden('id', $ID);
/plugin/htmlokay/
H A Dhelper.php78 global $INFO, $ID;
81 $INFO['namespace'] = getNS($ID);
117 $this->curent_file = noNS($ID) . '.txt';
135 global $ID;
220 $cache = new cache($ID, ".xhtml");
/plugin/repo/
H A Dsyntax.php225 global $ID;
228 $renderer->internallink($ID, $title);
235 $renderer->doc .= '<a href="'.wl($ID, 'repo='.$base).'" class="idx_dir">'.
249 global $ID;
259 return '<a href="'.wl($ID, 'repo='.$item['path']).'" class="'.$class.'">'.$title.'</a>';
/plugin/doodle2/
H A Ddoodle_template.php9 global $ID;
20 <input type="hidden" name="id" value="<?php echo $ID ?>" >
/plugin/blogtng/syntax/
H A Dreadmore.php71 global $ID;
73 $renderer->doc .= '<a name="readmore_'.str_replace(':', '_', $ID).'"></a>';
/plugin/acknowledge/syntax/
H A Dassign.php48 global $ID;
53 $helper->setPageAssignees($ID, $data['assignees']);
/plugin/givemeyouremail/
H A Dsyntax.php148 if (auth_quickaclcheck($ID) >= AUTH_ADMIN) {
196 global $ID;
204 '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/dtable/
H A Dsyntax.php46 global $ID;
55 if (auth_quickaclcheck($ID) >= AUTH_EDIT)
103 if (auth_quickaclcheck($ID) >= AUTH_EDIT)
/plugin/doodle3/
H A Ddoodle_template.php9 global $ID;
21 <input type="hidden" name="id" value="<?php echo $ID ?>" >
/plugin/popupviewer/syntax/
H A Dpopupscript.php40 global $ID;
43 p_set_metadata($ID, array( 'popupscript' => trim($data)));
/plugin/twistienav/
H A Daction.php48 global $JSINFO, $conf, $ID, $ACT;
60 $parts = explode(':', $ID);
122 $parts = explode(':', $ID);
136 $skeleton .= $ID;

1...<<11121314151617181920>>...55