Home
last modified time | relevance | path

Searched refs:id (Results 1926 – 1950 of 3526) sorted by path

1...<<71727374757677787980>>...142

/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1id-cache.js","webpack://mermaid/./src/diagrams/state/shapes.js","webpack://mermaid/./src/diagrams/…
/plugin/discoursesearch/
H A Dasyncsearch.js25 _.filter = function( array, id ) { argument
28 if ( this.topic_id && this.topic_id == id ) {
46 var post = _.filter( data.posts, this.id );
48 this.url = url + "/t/" + this.slug + "/" + this.id;
/plugin/discussion/
H A Daction.php1120 * @param string $id page id
1125 protected function _addLogEntry($date, $id, $type = 'cc', $summary = '', $extra = '') { argument
1142 'id' => $id,
1154 @unlink(metaFN($id, '.indexed'));
1490 $id = $data['id'];
1497 '@PAGE@' => strtr(noNS($id),'_',' '),
H A Dadmin.php102 $id = $item['id'];
105 $file = metaFN($id, '.comments');
110 'id' => $id,
147 $id = $thread['id'];
154 $title = p_get_metadata($id, 'title');
156 $title = $id;
158 ptln('<h2 name="'.$id.'" id="'.$id.'">'.hsc($title).'</h2>', 6);
173 ptln('<a href="'.wl($id).'" class="wikilink1">'.$id.'</a> ', 8);
184 $id = $thread['id'];
283 * @param string $id
[all …]
H A Dadmin.svg1 …rg/1999/xlink" viewBox="0 0 32 32" version="1.1" width="24" height="24"><g id="surface1"><path sty…
H A Dconvert.php65 $id = pathID(str_replace(DISCUSSION_NS.'/', '', $file));
67 'id' => $id,
69 'new' => metaFN($id, '.comments')
H A Dhelper.php61 * @param string $id
65 function td($id, $num = null) { argument
69 $cfile = metaFN($id, '.comments');
84 return '<a href="'.wl($id).$section.'" class="wikilink1" title="'.$id.$section.'">'.
111 $id = ($ns ? $ns.':' : '').$item['id'];
114 $perm = auth_quickaclcheck($id);
116 $file = metaFN($id, '.comments');
126 $meta = p_get_metadata($id);
127 $result[$date.'_'.$id] = array(
128 'id' => $id,
[all …]
/plugin/displayorphans/
H A D_local.php35 …public static function /* bool */ isPageIgnored(/* string */ $id, array $ignoredPages = null, arra… argument
37 if (!empty($ignoredPages) && in_array($id, $ignoredPages)) { return true; }
43 $sub = substr($id, 0, strlen($namespace));
50 public static function /* bool */ isOrphanedPage(/* string */ $id, array $item, argument
52 …{ return $item['exists'] && $item['count'] == 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
54 public static function /* bool */ isWantedPage(/* string */ $id, array $item, argument
56 …{ return !$item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
58 public static function /* bool */ isLinkedPage(/* string */ $id, array $item, argument
60 …{ return $item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $ignor…
H A Dhelper.php40 foreach ($all as $id => $item)
41 …{ if (empty($filter) || $filter($id, $item, $ignoredPages, $ignoreNamespaces)) { $items[$id] = $it…
57 $id = pathID($file);
58 if (auth_quickaclcheck($id) < AUTH_READ) { return false; }
60 if (array_key_exists($id, $data)) { $data[$id]['exists'] = true; }
61 else { $data[$id] = array('exists' => true, 'count' => 0); }
76 $id = pathID($file);
82 foreach($links as $index => $link) { $links[$index] = $this->_resolveLink($id, $link); }
H A Drenderer.php35 foreach ($items as $id => $item)
36 { $this->_row($renderer, $id, $item, ++$rownum, $type, $showColumns); }
63 …function /* void */ _row(Doku_Renderer $renderer, $id, $item, $rownum, $type, array $showColumns =… argument
79 $renderer->internallink(':' . $id, $id);
87 if ($item['exists']) { $renderer->doc .= p_get_first_heading($id); }
95 if ($item['count'] > 0) { $this->_backlinksLink($renderer, $id, $item['count']); }
109 function /* void */ _backlinksLink(Doku_Renderer &$renderer, $id, $count) argument
114 …ki'], 'class' => 'wikilink1', 'url' => wl($id, 'do=backlink'), 'name' => $text, 'title' => $text .…
/plugin/displaytitle/
H A DREADME.md10 The Display Title Plugin can display the id or title of the current page or the title of an arbitra…
18 The plugin offers three inline elements that expand into the text of either a page id or page title.
22 | `<<display id>>` | The id of the current page. |
28 | `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |
H A Dplugin.info.txt6 desc The Display Title Plugin can display the id or title of the current page or the title of an …
H A Dsyntax.php44 list($key, $id) = explode(' ', trim(substr($match, 9, -2)), 2);
45 if (empty($id) || strlen(trim($id)) == 0) { $id = $ID; }
47 if ($key == 'id') { return $id; }
49 $meta = p_get_metadata($id);
50 return (empty($meta) || !isset($meta['title']) ? $id : $meta['title']);
/plugin/distribute/syntax/
H A Dsyntax.php49 …$renderer->doc .= "<a href='$_SERVER[PHP_SELF]?do=distribute&plugin=$match->arg&id=$ID' class='med…
/plugin/do/
H A Daction.php59 $id = cleanID($_REQUEST['do_page']);
61 if (auth_quickaclcheck($id) < AUTH_EDIT) {
72 $status = $hlp->toggleTaskStatus($id, $_REQUEST['do_md5'], $_REQUEST['do_commit']);
75 p_get_metadata($id, '', true);
183 $id = $namespace . $event->data[2];
184 if (isset($this->run[$id])) {
191 $hlp->cleanPageTasks($id);
192 $this->run[$id] = true;
H A Dhelper.php38 * Delete the all tasks from a given page id
40 * @param string $id page id
42 public function cleanPageTasks($id) argument
47 $this->db->query('DELETE FROM tasks WHERE page = ?', $id);
48 $this->db->query('DELETE FROM task_assignees WHERE page = ?', $id);
91 * - id
129 if (isset($args['id'])) {
131 if (!is_array($args['id'])) {
132 $args['id']
434 getPageTaskCount($id = '') global() argument
478 tpl_pageTasks($id = '', $return = false) global() argument
[all...]
/plugin/do/scripts/
H A DPluginDo.js11 * @param {string} id The id to assign to the overlay
17 createOverlay: function (title, id, fieldsetcontent, submitcaption, submitaction) { argument
33 .attr('id', id)
39 jQuery('#' + id + ' .ui-dialog-titlebar-close').click(function () { // close button
445 '<input class="edit" id="do__popup_' + input + '" />' +
H A Dgeneral.js8 '<input class="edit" id="do__popup_msg" />' +
38 do_page: JSINFO.id
/plugin/do/syntax/
H A Ddo.php156 $statuses = $this->hlp->loadTasks(array('id' => $page));
231 $id = '';
233 $id = 'id="plgdo__' . $data['task']['md5'] . '" ';
237 $R->doc .= '<span ' . $id . 'class="plugin_do_item plugin_do_' . $data['task']['md5'] . '">'
/plugin/docnavigation/
H A Daction.php98 * Build nice url title, if no title given use original link with original not cleaned id
100 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
111 $id = ':' . $link['link'] . '#' . $link['hash'];
112 return $Renderer->internallink($id, $title, null, true);
116 * Build nice url title, if no title given use original link with original not cleaned id
118 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
/plugin/docsearch/action/
H A Dsearch.php44 foreach($data as $id => $hits) {
45 $searchResults[$id] = array();
46 $searchResults[$id]['hits'] = $hits;
48 $searchResults[$id]['snippet'] = ft_snippet($id, $regex);
58 foreach($searchResults as $id => $data) {
60 $usages = ft_mediause($id, $this->getConf('showUsage'));
65 echo '<a href="' . ml($id) . '" title="" class="wikilink1">' . hsc($id) . '</a>: ';
/plugin/docsearch/
H A Dcron.php77 $id = str_replace('/', ':', $abstract);
100 $ID = cleanID($id);
/plugin/docsearchsitemap/
H A Daction.php50 foreach($pages as $id){
53 if(isHiddenPage($id)) continue;
54 if(auth_aclcheck($id,'','') < AUTH_READ) continue;
58 $id = trim($id);
59 $date = @filemtime(mediaFN($id));
61 $item = new SitemapItem(ml($id, '', true, '', true), $date, $changefreq, $priority);
/plugin/doi/Resolver/
H A DAbstractIsbnResolver.php14 public function getFallbackURL($id) argument
16 return 'https://www.google.com/search?q=isbn+' . rawurlencode($id);
20 public function cleanID($id) argument
22 return preg_replace('/[^0-9X]/i', '', $id);
H A DAbstractResolver.php10 'id' => '',
40 * @param string|int $id
43 abstract public function getFallbackURL($id); argument
48 * @param string $id
51 abstract public function cleanID($id); argument
56 * @param string|int $id
60 abstract public function getData($id); argument
65 * @param string|int $id
68 abstract protected function fetchData($id); argument
75 * @param string|int $id
79 fetchCachedData($id) global() argument
[all...]

1...<<71727374757677787980>>...142