Home
last modified time | relevance | path

Searched refs:ID (Results 351 – 375 of 1363) sorted by relevance

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

/plugin/htmlokay/
H A Daction.php37 global $INFO, $ID;
40 $page = noNS($ID) . '.txt';
100 $this->curent_file = noNS($ID) . '.txt';
260 global $ID;
288 echo "Name Space: " . getNS($ID). " --> $NS\n";
/plugin/rplus/
H A Drenderer.php153 global $ID;
154 $this->doc .= $this->youarehere($ID);
285 global $ID;
286 $idParts = explode(':', $ID);
300 resolve_pageid(getNS($ID), $page, $exist, "", true);
/plugin/sqlite/
H A Dadmin.php143 global $ID;
147 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite']),
156 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite', 'db' => $db, 'sectok' => getSecurityToken()]),
238 global $ID;
249 return wl($ID, $params, false, $form ? '&' : '&amp;');
/plugin/idcount/
H A Dplugin.info.txt5 name ID Counter
6 desc Create ID numbers (as counter)
/plugin/openas/
H A Daction.php220 global $ID;
223 if(isset($locked_array[$ID])) {
225 $new_id = $locked_array[$ID][0];
226 $orig_id = $locked_array[$ID][1];
227 $this->resolve_ids($new_id, $orig_id, $ID);
229 unset($locked_array[$ID]);
/plugin/elasticsearch/action/
H A Dindexing.php39 global $ID, $INFO;
43 metaFN($ID, '.elasticsearch_indexed'),
44 wikiFN($ID),
46 $this->needs_indexing($ID) ? 'needs indexing' : 'no indexing needed',
49 if ($this->needs_indexing($ID)) {
50 $this->index_page($ID);
/plugin/struct/admin/
H A Dschemas.php47 global $ID;
121 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_schemas'], true, '&'));
138 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_schemas'], true, '&'));
308 global $ID;
312 $ID,
317 $ID,
328 $ID,
/plugin/siteexport/
H A Dhelper.php104 foreach( $IDs as $ID ) {
106 …($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $page));
109 if ( $ID == $site['id'] ) {
133 public function __getOrderedListOfPagesForStartEnd($ID, $start, $end) argument
135 $values = $this->__getOrderedListOfPagesForID($ID);
146 global $ID, $conf;
175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns'));
177 $form->addElement(form_makeTextField('ens', $ID, $this->getLang('ens') . ':', 'ens'));
/plugin/colorbox/
H A Daction.php33 global $ID;
36 if (p_get_metadata($ID, 'plugin colorbox')) {
/plugin/dump/action/
H A Dmenu.php27 global $ID;
29 if (auth_quickaclcheck($ID) < AUTH_READ) {
/plugin/sqlraw/
H A Daction.php29 global $ID;
31 $metadata = p_get_metadata($ID, $key, false);
/plugin/parserarray/
H A Drenderer.php26 global $ID;
27 $id = $ID;
/plugin/rst/
H A Daction.php23 global $ID;
26 if(substr($ID,-4) != '.rst') return true;
/plugin/abbrlist/
H A Daction.php14 global $ID;
20 $abbrMeta = p_get_metadata($ID, 'abbrlist');
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php30 global $conf, $ID;
35 send_redirect(wl($ID, 'do=register', true, '&'));
59 global $conf, $ID, $INPUT, $lang;
/plugin/html2pdf/html2pdf/
H A Daction.php40 global $ID;
53 $html .= ' <title>'.$ID.'</title>'.DOKU_LF;
60 $html .= p_wiki_xhtml($ID,$REV,false);
/plugin/log404/
H A Daction.php33 global $INFO, $ACT, $ID;
39 $log->save($ID);
/plugin/wikistats/
H A Daction.php56 global $ID;
57 $str = rawWiki($ID);
/plugin/siteexport/syntax/
H A Dtoc.php46 global $ID, $INFO;
117 global $ID, $lang, $INFO;
121 $exists = page_exists( (new PageResolver( $ID ))->resolveId($SID) );
257 $SID = (new PageResolver( $ID ))->resolveId($SID);
292 global $ID;
295 $id = (new PageResolver( $ID ) )->resolveId($id);
324 global $ID;
360 global $ID;
392 global $ID;
406 $instr[1][0] = $ID . "#" . $pageNameLink;
[all …]
/plugin/loginredirect/
H A Daction.php30 global $ID;
37 $query_string = $return_key ? '?'.$return_key.'='.wl($ID) : '';
/plugin/discussion/syntax/
H A Dthreads.php53 global $ID;
82 elseif ($ns == '.') $ns = getNS($ID);
189 global $ID;
196 DOKU_TAB.DOKU_TAB.'<input type="hidden" name="id" value="'.$ID.'" />'.DOKU_LF.
/plugin/prosemirror/action/
H A Dajax.php51 global $INPUT, $ID;
52 $ID = $INPUT->str('id');
59 $responseData[$action] = $this->resolveInternalLink($inner, $ID);
90 $ID,
/plugin/qna/syntax/
H A Dtoc.php50 global $ID;
55 $resolver = new dokuwiki\File\PageResolver($ID);
72 global $ID;
77 $data[0] = $ID;
/plugin/autlogin/
H A Daction.php49 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
125 global $ID;
144 if(!$this->_is_page($ID,$stranka))
214 global $ID;
229 $line = $ID;
274 function _is_page($ID,$stranka) argument
276 if($ID == $stranka) return true;
278 $ids = preg_split('/:/',$ID);
/plugin/redirect/
H A Daction.php41 global $ID;
50 $url = $hlp->getRedirectURL($ID);

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