Home
last modified time | relevance | path

Searched refs:id (Results 51 – 75 of 123) sorted by path

12345

/dokuwiki/inc/Ui/
H A DRevisions.php19 protected $id; // page id or media id variable in dokuwiki\\Ui\\Revisions
27 * @param string $id page id or media id
29 public function __construct($id) argument
31 $this->id = $id;
102 $html .= html_btn('newer', $this->id, "
[all...]
H A DSearch.php71 $searchForm->setHiddenField('id', $ID);
510 foreach (array_keys($data) as $id) {
512 if (!useHeading('navigation') && $ns = getNS($id)) {
513 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
515 $link = html_wikilink(':' . $id, $name);
518 'page' => $id,
554 foreach ($data as $id => $cnt) {
556 $resultLink = html_wikilink(':' . $id, null, $highlight);
561 $restrictQueryToNSLink = $this->restrictQueryToNSLink(getNS($id));
567 $mtime = filemtime(wikiFN($id));
[all...]
H A DUserProfile.php80 $form = new Form(['id' => 'dw__register']);
143 $form = new Form(['id' => 'dw__profiledelete']);
151 ->id('dw__confirmdelete')
174 $form = new Form(['id' => 'dw__profiletoken', 'action' => wl(), 'method' => 'POST']);
176 $form->setHiddenField('id', 'ID');
/dokuwiki/inc/
H A Dauth.php146 [$id, $rest] = preg_split('/[ \t]+/', $line, 2);
153 $id = str_replace('%USER%', cleanID($INPUT->server->str('REMOTE_USER')), $id);
162 $nid = str_replace('%GROUP%', cleanID($grp), $id);
168 $out[] = "$id\t$rest";
662 * @param string $id page ID (needs to be resolved and cleaned)
665 function auth_quickaclcheck($id)
673 return auth_aclcheck($id, $INPUT->server->str('REMOTE_USER'), is_array($USERINFO) ? $USERINFO['grps'] : []);
682 * @param string $id page ID (needs to be resolved and cleaned)
687 function auth_aclcheck($id,
575 auth_quickaclcheck($id) global() argument
596 auth_aclcheck($id, $user, $groups) global() argument
[all...]
H A Dcache.php27 public function __construct($id, $file, $mode)
30 parent::__construct($id, $file, $mode);
41 public function __construct($id, $file, $mode)
44 parent::__construct($id, $file, $mode);
53 public function __construct($id, $file)
56 parent::__construct($id, $file);
26 __construct($id, $file, $mode) global() argument
40 __construct($id, $file, $mode) global() argument
52 __construct($id, $file) global() argument
H A Dchangelog.php38 * @param String $id Name of the affected page
54 $id,
71 $id = cleanid($id);
79 $pageFile = new PageFile($id);
84 'id' => $id,
104 * @param String $id Name of the affected page
115 $id,
129 $id
47 addLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
108 addMediaLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
[all...]
H A Dcommon.php155 * Determine basic information for a request of $id
160 * @param string $id pageid
162 * @return array with info for a request of $id
165 function basicinfo($id, $htmlClient = true)
177 $info['perm'] = auth_quickaclcheck($id);
192 $info['perm'] = auth_aclcheck($id, '', null);
196 $info['namespace'] = getNS($id);
226 $info['id'] = $ID;
321 $JSINFO['id'] = $ID;
463 * @param string $id pagei
169 basicinfo($id, $htmlClient = true) global() argument
468 idfilter($id, $ue = true) global() argument
505 wl($id = '', $urlParameters = '', $absolute = false, $separator = '&') global() argument
556 exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&') global() argument
601 ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) global() argument
925 checklock($id) global() argument
957 lock($id) global() argument
982 unlock($id) global() argument
1044 rawLocale($id, $ext = 'txt') global() argument
1057 rawWiki($id, $rev = '') global() argument
1070 pageTemplate($id) global() argument
1210 rawWikiSlices($range, $id, $rev = '') global() argument
1269 detectExternalEdit($id) global() argument
1286 saveWikiText($id, $text, $summary, $minor = false) global() argument
1316 saveOldRevision($id) global() argument
1335 notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = array(), $current_rev = false) global() argument
[all...]
H A Ddeprecated.php108 public function __construct($id, $chunk_size = 8192)
111 parent::__construct($id, $chunk_size);
122 public function __construct($id, $chunk_size = 8192)
125 parent::__construct($id, $chunk_size);
392 * @param string $page The target object’s (namespace or page) id
412 * @param string $id The target page or namespace, specified by id; Namespaces
422 public function add($id, $user, $style, $data = '') {
425 return $manager->add($id, $user, $style, $data);
435 * @param string $id Th
106 __construct($id, $chunk_size = 8192) global() argument
120 __construct($id, $chunk_size = 8192) global() argument
420 add($id, $user, $style, $data = '') global() argument
441 remove($id, $user = null, $style = null, $data = null) global() argument
461 user_subscription($id = '', $user = '') global() argument
498 send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') global() argument
516 send_media_diff($subscriber_mail, $template, $id, $rev = false) global() argument
[all...]
H A Dform.php38 // Form id attribute
69 $this->params = array('id' => $params);
213 * @param string $id ID of the element to find.
218 public function findElementById($id) argument
221 if (is_array($elem) && isset($elem['id']) && $elem['id'] == $id)
393 * a name of 'wikitext' and id 'wiki__text'. The text will
447 * @param string $id ID attribute of the input. If set, the label will
454 function form_makeField($type, $name, $value = '', $label = null, $id
450 form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
476 form_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
500 form_makeTextField($name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
524 form_makePasswordField($name, $label = null, $id = '', $class = '', $attrs = array()) global() argument
547 form_makeFileField($name, $label = null, $id = '', $class = '', $attrs = array()) global() argument
573 form_makeCheckboxField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument
598 form_makeRadioField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument
630 form_makeMenuField($name, $values, $selected = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
676 form_makeListboxField($name, $values, $selected = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
[all...]
H A Dfulltext.php78 foreach ($Indexer->getPages() as $id) {
79 $pages_all[$id] = 0; // base: 0 hit
102 foreach (array_keys($pages) as $id) {
104 'id' => $id,
106 'text' => rawWiki($id)
117 $pages_matched[$id] = 0; // phrase: always 0 hit
126 foreach (array_keys($pages_all) as $id) {
127 if (strpos($id, $ns) === 0) {
128 $pages_matched[$id]
175 ft_backlinks($id, $ignore_perms = false) global() argument
206 ft_mediause($id, $ignore_perms = false) global() argument
246 ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) global() argument
426 ft_snippet($id, $highlight) global() argument
[all...]
H A Dhtml.php41 * @param string $id id of the target page
46 function html_wikilink($id, $name = null, $search = '')
54 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');
142 * @param array $data name, section id and target
193 * @param string $id
202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null)
210 //filter id (without urlencoding)
211 $id = idfilter($id, fals
43 html_wikilink($id, $name = null, $search = '') global() argument
187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
516 html_diff_head($l_rev, $r_rev, $id = null, $media = false, $inline = false) global() argument
[all...]
H A Dio.php22 * @param string $id - a pageid, the namespace of that id will be tried to deleted
29 function io_sweepNS($id, $basedir = 'datadir')
38 while (($id = getNS($id)) !== false) {
39 $dir = $conf[$basedir] . '/' . utf8_encodeFN(str_replace(':', '/', $id));
44 $data = [$id, $ns_type];
69 * @param string $id page id
75 function io_readWikiPage($file, $id,
27 io_sweepNS($id, $basedir = 'datadir') global() argument
70 io_readWikiPage($file, $id, $rev = false) global() argument
189 io_writeWikiPage($file, $content, $id, $rev = false) global() argument
448 io_createNamespace($id, $ns_type = 'pages') global() argument
[all...]
H A Dmedia.php36 * @param string $id
38 function media_filesinuse($data, $id)
41 echo '<h1>' . $lang['reference'] . ' <code>' . hsc(noNS($id)) . '</code></h1>';
63 * @param string $id media id argument
68 function media_metasave($id, $auth, $data)
74 $src = mediaFN($id);
89 if (!file_exists(mediaFN($id, $old)) && file_exists($src)) {
91 media_saveOldRevision($id);
102 addMediaLogEntry($new, $id, DOKU_CHANGE_TYPE_EDI
33 media_filesinuse($data, $id) global() argument
114 media_isexternal($id) global() argument
127 media_ispublic($id) global() argument
144 media_metaform($id, $auth) global() argument
218 media_inuse($id) global() argument
248 media_delete($id, $auth) global() argument
421 media_save($file, $id, $ow, $auth, $move) global() argument
518 media_upload_finish($fn_tmp, $fn, $id, $imime, $overwrite, $move = 'move_uploaded_file') global() argument
576 media_saveOldRevision($id) global() argument
669 media_notify($id, $file, $mime, $old_rev = false, $current_rev = false) global() argument
1779 media_get_token($id, $w, $h) global() argument
[all...]
H A Dpageutils.php26 * For $param='id' $conf['start'] is returned if no id was found.
31 * @param string $param the $_REQUEST variable name, default 'id'
35 function getID($param = 'id', $clean = true)
42 $id = $INPUT->str($param);
44 //construct page id from request URI
45 if (empty($id) && $conf['userewrite'] == 2) {
52 if ($param != 'id') {
74 //remove script URL and Querystring to gain the id
76 $id
174 getNS($id) global() argument
191 noNS($id) global() argument
209 curNS($id) global() argument
222 noNSorNS($id) global() argument
281 page_exists($id, $rev = '', $clean = true, $date_at = false) global() argument
303 media_exists($id, $rev = '', $clean = true, $date_at = false) global() argument
376 wikiLockFN($id) global() argument
392 metaFN($id, $ext) global() argument
410 mediaMetaFN($id, $ext) global() argument
428 metaFiles($id) global() argument
450 mediaFN($id, $rev = '', $clean = true) global() argument
475 localeFN($id, $ext = 'txt') global() argument
504 resolve_id($ns, $id, $clean = true) global() argument
618 isHiddenPage($id) global() argument
655 isVisiblePage($id) global() argument
671 prettyprint_id($id) global() argument
[all...]
H A Dparserutils.php65 * Returns the parsed Wikitext in XHTML for the given id and revision.
70 * @param string $id page id
79 function p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '')
81 $file = wikiFN($id, $rev);
84 //ensure $id is in global $ID (needed for parsing)
87 $ID = $id;
92 $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
97 $ret = p_cached_output($file, 'xhtml', $id);
100 $changelog = new PageChangeLog($id);
77 p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '') global() argument
122 p_locale_xhtml($id) global() argument
147 p_cached_output($file, $format = 'xhtml', $id = '') global() argument
187 p_cached_instructions($file, $cacheonly = false, $id = '') global() argument
252 p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) global() argument
340 p_set_metadata($id, $data, $render = false, $persistent = true) global() argument
429 p_purge_metadata($id) global() argument
455 p_read_metadata($id, $cache = false) global() argument
481 p_save_metadata($id, $meta) global() argument
503 p_render_metadata($id, $orig) global() argument
779 p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE) global() argument
[all...]
H A Dsearch.php177 * $opts['showmsg'] shows message if invalid media id is used
205 $info['id'] = pathID($file, true);
206 if ($info['id'] !== cleanID($info['id'])) {
208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
213 $info['perm'] = auth_quickaclcheck(getNS($info['id']) . ':*');
219 if (!empty($opts['pattern']) && !@preg_match($opts['pattern'], $info['id'])) {
234 $info['hash'] = md5(io_readFile(mediaFN($info['id']), false));
245 * $opts['showmsg'] shows message if invalid media id is used
272 $id
[all...]
H A Dtemplate.php495 * @param string $id page id
502 function tpl_pagelink($id, $name = null, $return = false)
504 $out = '<bdi>' . html_wikilink($id, $name) . '</bdi>';
516 * @param string $id page id
521 function tpl_getparent($id)
525 $parent = getNS($id) . ':';
527 if ($parent == $id) {
528 $pos = strrpos(getNS($id), '
442 tpl_pagelink($id, $name = null, $return = false) global() argument
460 tpl_getparent($id) global() argument
922 tpl_pagetitle($id = null, $ret = false) global() argument
1207 tpl_getConf($id, $notset = false) global() argument
1261 tpl_getLang($id) global() argument
1298 tpl_locale_xhtml($id) global() argument
1308 tpl_localeFN($id) global() argument
[all...]
/dokuwiki/inc/lang/et/
H A Ddraft.txt
H A Dpwconfirm.txt
/dokuwiki/inc/lang/id/
H A Djquery.ui.datepicker.js19 datepicker.regional.id = { class in datepicker.regional
37 datepicker.setDefaults( datepicker.regional.id );
39 return datepicker.regional.id;
/dokuwiki/inc/parser/
H A Dmetadata.php138 * @param string $id the hash link
142 public function toc_additem($id, $text, $level)
150 'hid' => $id,
463 * @param string $id page ID to link to. eg. 'wiki:syntax'
466 public function internallink($id, $name = null)
477 $parts = explode('?', $id, 2);
479 $id = $parts[0];
482 $default = $this->_simpleTitle($id);
484 // first resolve and clean up the $id
486 $id
137 toc_additem($id, $text, $level) global() argument
461 internallink($id, $name = null) global() argument
689 _getLinkTitle($title, $default, $id = null) global() argument
[all...]
H A Drenderer.php185 * @param string $id the hash link
189 public function toc_additem($id, $text, $level)
971 $id = $url;
973 [$id, $urlparam] = sexplode('?', $url, 2, '');
975 $url = wl(cleanID($id), $urlparam);
976 $exists = page_exists($id);
177 toc_additem($id, $text, $level) global() argument
H A Dxhtml.php26 /** @var int last section edit id, used by startSectionEdit */
57 * Key 'hid': header id
154 foreach ($this->footnotes as $id => $footnote) {
159 $this->doc .= '<sup><a href="#fnt__' . $id . '" id="fn__' . $id . '" class="fn_bot">';
160 $this->doc .= $id . ')</a></sup> ' . DOKU_LF;
163 $alt = array_keys($this->footnotes, "@@FNT$id");
167 $this->doc .= ', <sup><a href="#fnt__' . ($ref) . '" id="fn__' . ($ref) . '" class="fn_bot">';
197 * @param string $id th
195 toc_additem($id, $text, $level) global() argument
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
1704 _getLinkTitle($title, $default, & $isImage, $id = null, $linktype = 'content') global() argument
[all...]
/dokuwiki/lib/images/fileicons/svg/
H A Dconf.svg1 <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#999}</style>< (…)
H A Djava.svg1 <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2,.st3{fill:#c00;stro (…)

12345