Home
last modified time | relevance | path

Searched refs:ID (Results 401 – 425 of 1363) sorted by relevance

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

/plugin/twistienav4bootstrap3/
H A Daction.php47 global $JSINFO, $conf, $ID;
59 $parts = explode(':', $ID);
121 $parts = explode(':', $ID);
135 $skeleton .= $ID;
/plugin/openas/
H A Dsyntax.php42 global $ID;
46 $file = wikiFN($ID);
79 $wikilink = html_wikilink("$name?saveas_orig=$ID&openas=$action");
80 $msg = "$ID " . $this->getLang('will_save') . $which[$type] ." $name.<br />";
/plugin/blog/syntax/
H A Dautoarchive.php24 global $ID;
33 elseif ($ns == '.') $ns = getNS($ID);
104 global $ID;
133 $R->doc .= '<a href="'.wl($ID,array('blogarchive'=>"$y-$m")).'" class="wikilink1" title="'.$this->_posts($cnt,$m,$y).'">';
/plugin/task/
H A Dhelper.php310 global $ID;
313 $data = array('id' => $ID, 'addresslist' => '', 'self' => false);
320 $text = str_replace('@PAGE@', $ID, $text);
331 $text = str_replace('@UNSUBSCRIBE@', wl($ID, 'do=unsubscribe', true, '&'), $text);
454 global $ID, $lang, $INFO, $auth;
463 $form->setHiddenField ('id', $ID);
538 global $ID, $lang, $INFO, $auth;
544 $ret .= '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/captcha/
H A Dhelper.php52 global $ID;
91 $out .= $this->htmlAudioLink($secret, $ID);
94 $out .= $this->htmlImage($ID, $secret);
97 $out .= $this->htmlImage($ID, $secret);
98 $out .= $this->htmlAudioLink($secret, $ID);
168 * $ID usually won't change.
174 global $ID;
175 $lm = @filemtime(wikiFN($ID));
180 return sha1(implode("\n", [$ID, $lm, $td, $ip, $salt]));
384 * @param string $ID th
[all...]
/plugin/imagemapping/
H A Dsyntax.php59 global $ID;
72 resolve_mediaid(getNS($ID), $src, $exists);
110 global $ID;
118 resolve_mediaid(getNS($ID), $src, $exists);
147 if ($url === '') $url = $ID;
149 resolve_pageid(getNS($ID), $url, $exists);
195 resolve_mediaid(getNS($ID), $url, $exists);
231 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/pagehere/
H A Daction.php18 global $ID;
26 $ns = getNS($ID);
/plugin/offline/
H A Dsyntax.php68 global $ID;
71 $renderer->doc .= '<a href="'.exportlink($ID, 's5').'" title="'.$this->getLang('view').'">';
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklistRegexp.txt
/plugin/jplayer/
H A Daction.php47 global $JSINFO, $ID;
52 $JSINFO['plugin'][$name] = p_get_metadata($ID, "plugin $name");
/plugin/include/syntax/
H A Dlocallink.php29 global $ID;
36 $title = $ID.' ↵';
/plugin/twistienav/
H A Dhelper.php67 global $conf, $ID;
69 if ($ID == null) {
90 …} elseif ((explode(":", $item['id'])[0] == "playground") or ($item['id'] == $ID) or ($item['id'] =…
/plugin/pagetitle/
H A Daction.php66 global $ID;
96 $pageTitled = in_array($ID, $pages);
104 $meta['title'] = $ID;
/plugin/glossary/syntax/
H A Ddiv.php53 global $ID;
54 $ns = getNS ($ID);
60 $ns = getNS ($ID);
/plugin/zoom/
H A Dsyntax.php50 global $ID;
112 $data['image'] = resolve_id(getNS($ID),$img);
141 global $ID;
/plugin/custombuttons/
H A Dadmin.php97 global $ID;
105 echo '<form id="cb_button_list" action="'.wl($ID).'" method="post">'
142 echo '<form id="cb_add_button" action="'.wl($ID).'" method="post">'
/plugin/snippets/
H A Dhelper.php104 global $ID;
105 if(empty($ID)) $ID = $id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc35 $params['id'] = (string) Pipeline ID
76 $params['id'] = (string) Pipeline ID
92 $params['id'] = (string) Pipeline ID
/plugin/inlinetoc/
H A Daction.php28 global $ID;
30 if (p_get_metadata($ID, 'movetoc')) {
/plugin/gplusone/
H A Daction.php30 global $ID;
38 $lang = $translation->getLangPart($ID);
/plugin/photogallery/
H A Dsyntax.php62 global $ID;
98 $data['ns'] = getNS($ID);
225 global $ID;
273 global $ID;
644 $ID = $img['id'];
649 $vsrc = ml($ID);
653 $ID = $img['poster'];
733 $tpar['media'] = $ID;
735 $tpar['media'] = idfilter($ID);
742 $ipar['tok'] = media_get_token($ID,$iw,$ih);
[all …]
/plugin/s5reloaded/
H A Dsyntax.php62 global $ID;
65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5reloaded',sizeof($data)?array('s5theme'=>$data[0]…
/plugin/grouphome/
H A Daction.php29 global $ID;
34 if ($ID != $conf['start']) return;
/plugin/removeold/
H A Dadmin.php47 global $ID;
58 global $ID;
104 global $ID;
116 echo '<form action="'.wl($ID).'" method="post">';
/plugin/displaytitle/
H A DREADME.md24 | `<<display title ID>>` | The title of the page `ID` or current page if `ID` is empty. |
28 | `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |

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