Home
last modified time | relevance | path

Searched refs:ID (Results 101 – 125 of 1363) sorted by last modified time

12345678910>>...55

/plugin/translation/
H A Daction.php65 // $ID is not set yet, so we have to get it ourselves
68 // For ID based access, get the language from the ID, try request param or session otherwise
81 // ensure a valid locale was given by using it as fake ID
135 global $ID;
138 if (!$this->helper->istranslatable($ID)) return;
139 $locale = $this->helper->getLangPart($ID ?? '');
161 global $ID;
165 if ($ID == $conf['start'] && $ACT == 'show') {
169 if (cleanID($translatedStartpage) !== cleanID($ID)) {
[all...]
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/todo/syntax/
H A Dtodo.php159 global $ID;
172 $renderer->doc .= $this->createTodoItem($renderer, $ID, array_merge($data, array('checkbox'=>'yes')));
253 global $ID, $INFO;
254 $oldID = $ID;
255 $ID = $id;
264 . ' data-date="' . hsc(@filemtime(wikiFN($ID))) . '"'
265 . ' data-pageid="' . hsc($ID) . '"'
305 if($this->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
318 if ($oldID != $ID) {
332 //restore page ID
[all...]
H A Dlist.php227 $item['id'] = pathID($file); //get current file ID
262 global $ID;
270 $ns = substr($ID, 0, strrpos($ID, ':')+1).ltrim($ns, '.:');
/plugin/todo/
H A Daction.php74 global $ID, $conf, $lang;
87 // path = page ID
88 $ID = cleanID(urldecode($_REQUEST['pageid']));
110 if(auth_quickaclcheck($ID) < AUTH_EDIT) {
115 if(checklock($ID)) {
116 $locktime = filemtime(wikiLockFN($ID));
134 $wikitext = rawWiki($ID);
156 lock($ID);
158 saveWikiText($ID, $wikitext, $this->getLang($checked?'checkboxchange_on':'checkboxchange_off').': '.$todoText, $minoredit = true);
159 unlock($ID);
[all...]
/plugin/bureaucracy/helper/
H A Daction.php46 global $ID;
59 $this->values['__trans__'] = $trans->getLangPart($ID);
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);
H A Dactiontemplate.php82 global $ID;
107 global $ID;
108 $ns = getNS($ID);
167 global $ID;
264 global $ID;
275 'form' => $ID,
332 global $ID;
333 $backupID = $ID;
343 foreach ($pages as $ID) {
356 $data[] = array('id' => $ID, 'level' => 1 + substr_count($ID, ':'), 'type' => 'f');
[all …]
H A Dfieldnumber.php31 global $ID;
33 $c_val = p_get_metadata($ID, 'bureaucracy ' . $key);
38 p_set_metadata($ID, array('bureaucracy' => array($key => $this->opt['value'])));
93 global $ID;
94 … p_set_metadata($ID, array('bureaucracy' => array($this->get_key() => $this->opt['value'] + 1)));
96 … $cache_fn = getCacheName(wikiFN($ID).$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.'.'i');
/plugin/bureaucracy/
H A Dsyntax.php560 global $ID;
578 $localid = isset($INFO['id']) ? $INFO['id'] : $ID;
/plugin/addnewpage/
H A Dsyntax.php134 $ID=getID();
136 return cleanID(str_replace('@PAGE@', $ID, $ns));
138 if($ns == "@NS@") return getNS($ID);
139 $ns = preg_replace("/^\.(:|$)/", dirname(str_replace(':', '/', $ID)) . "$1", $ns);
150 * @global string $ID The page ID
154 global $ID;
176 $currentns = getNS($ID);
311 global $ID;
314 $template = (new PageResolver($ID))->resolveId($template);
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md195 any ID:
/plugin/dw2pdf/
H A Drenderer.php38 global $ID;
44 $pid = sectionID($ID, $check);
79 global $ID;
87 $pid = sectionID($ID, $check);
179 global $ID;
182 $title = $ID . ' ↵';
185 $pid = sectionID($ID, $check);
195 * @param string $src media ID
H A Daction.php149 global $ID, $REV;
157 if (auth_quickaclcheck($ID) < AUTH_READ) { // set more specific denied message
160 $list[0] = $ID;
164 $title = p_get_first_heading($ID);
168 $title = noNS($ID);
171 $filename = wikiFN($ID, $REV);
387 //ensure $id is in global $ID (needed for parsing)
388 global $ID;
389 $keep = $ID;
390 $ID
[all...]
/plugin/dw2pdf/syntax/
H A Dexportlink.php61 global $ID;
64 $resolver = new PageResolver($ID);
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php20 global $ID;
21 $ID = 'foo:bar:start';
/plugin/dw2pdf/tpl/default/
H A DREADME.txt55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
56 * ''@ID@'' -- The article's pageID
/plugin/combo/action/
H A Dcacheexpiration.php123 global $ID;
124 $keep = $ID;
126 $ID = $requestedId;
182 $ID = $keep;
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/combo/ComboStrap/
H A DMarkupPath.php438 * idx_get_indexer()->lookupKey('relation_references', $ID);
604 * set the global ID
606 global $ID;
607 $keep = $ID;
612 $ID = $this->getPathObject()->toWikiPath()->getWikiId();
613 idx_addPage($ID);
615 $ID = $keep;
702 * Get author ID
1618 * $cache = ($ID == $id);
2034 global $ID;
[all...]
H A DFetcherRaster.php201 global $ID;
202 if ($ID !== "wiki:syntax") {
/plugin/combo/db/combo/
H A Dupdate0003.sql7 ID INTEGER PRIMARY KEY, field
14 insert into PAGE_RULES_tmp(ID, MATCHER, TARGET, PRIORITY, TIMESTAMP)
H A Dupdate0013.sql4 ID TEXT NOT NULL PRIMARY KEY, -- The page id field
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md130 - Connection and request timeouts could be specified also when creating RemoteWebDriver from existing session ID.

12345678910>>...55