Home
last modified time | relevance | path

Searched refs:ID (Results 626 – 650 of 1363) sorted by relevance

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

/plugin/dokumicrobugtracker/
H A Dedit.php11 global $ID;
14 if (auth_quickaclcheck($ID) < AUTH_ADMIN) {
/plugin/watchcycle/
H A Dadmin.php45 global $ID;
92 $href = wl($ID, $param);
/plugin/searchform/
H A Dsyntax.php73 global $lang, $INFO, $ACT, $QUERY, $ID;
102 $searchForm->setHiddenField('id', $ID);
/plugin/combo/syntax/
H A Dmetadata.php53 global $ID;
54 $metadata = p_read_metadata($ID);
/plugin/combo/renderer/
H A Drenderer.php149 global $ID;
151 $id = $ID;
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php32 global $ID;
36 if ($ID != $id) {
/plugin/backlinks/
H A Dsyntax.php82 global $ID;
84 $id = $ID;
/plugin/struct/action/
H A Doutput.php50 global $ID;
51 if (!$ID) return;
52 if (!page_exists($ID)) return;
/plugin/fedauth/
H A Daction.php154 global $ID;
155 $ID = getID();
283 global $ID;
285 …print '<p>' . '<a href="' . wl($ID, 'do=fedauth', true, '&') . '">' . $this->getLang('mylogins') .…
/plugin/eclipseupdateurl/
H A Dsyntax.php28 $ID = substr($match, 16, -2);
29 list( $ID, $opts) = explode( '|', $ID, 2 );
57 return array( $ID, $fOpts );
/plugin/timetrack/
H A Daction.php62 global $ID;
63 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
72 global $ID;
73 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
/plugin/wysiwyg/
H A Dscript.js70 ajax.setVar('id',ID);
128 ajax.setVar('id',ID);
174 ajax.setVar('id',ID);
215 ajax.setVar('id',ID);
/plugin/include/
H A Daction.php147 global $ID;
262 * global $ID.
268 global $ID, $lang;
289 $params['redirect_id'] = $ID;
318 $data['redirect_id'] = $ID;
/plugin/ckgdoku/action/
H A Dedit.php114 global $ID;
170 global $ID;
192 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
194 $text = rawWiki($ID,$REV);
198 $text = pageTemplate($ID);
465 $cname = getCacheName($INFO['client'].$ID,'.draft.fckl');
530 global $ID;
636 <input type="hidden" name="id" value="<?php echo $ID?>" />
/plugin/data-au/syntax/
H A Dentry.php129 global $ID;
137 $this->_saveData($dataau, $ID, $renderer->meta['title']);
155 global $ID;
183 $val[$i] = $ID . '|' . $val[$i];
194 $val = $ID . '|' . $val;
H A Dtable.php363 global $ID;
390 '<a href="' . wl($ID) . '">' . $this->getLang('tableresetfilter') . '</a>' .
423 $text .= '<a href="' . wl($ID, array('dataausrt' => $ckey) + $cur_params) .
442 $form->addHidden('id', $ID);
490 global $ID;
528 $text .= '<a href="' . wl($ID, $params) .
545 $text .= '<a href="' . wl($ID, $params) .
/plugin/imapmarkers/syntax/
H A Dmap.php35 global $ID;
37 …dbglog(sprintf("syntax_plugin_imapmarkers_map.__construct ID='%s' PLUGIN='%s'", cleanID($ID), $thi…
82 global $ID;
200 global $ID;
212 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/contact/
H A Dsyntax.php158 global $ID;
185 $ret .= '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/saveandedit/
H A Daction.php39 global $ID, $INFO, $REV, $RANGE, $TEXT, $PRE, $SUF;
55 p_set_metadata($ID, [], true);
/plugin/feed/
H A Dsyntax.php85 global $ID;
96 $namespace = getNS($ID);
/plugin/doodle4/
H A Ddoodle_template.php9 global $ID;
22 <input type="hidden" name="id" value="<?php echo $ID ?>" >
/plugin/daftdrafts/
H A Daction.php110 global $AUTH_ACL, $ID, $INFO;
112 $pageIdentification = $ID;
/plugin/latexport/renderer/
H A Dtex.php91 global $ID;
96 $this->currentPageId = $ID;
/plugin/dwedit/
H A Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
94 …$link = '<a href="' . wl($ID, $params) . '" class="action ' . $edclass . '" rel="nofollow" title="…
/plugin/tagging/
H A Dsyntax.php101 global $ID;
102 $data['ns'] = resolve_id(getNS($ID), $data['ns'] . ':');

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