Home
last modified time | relevance | path

Searched refs:ID (Results 301 – 325 of 1363) sorted by last modified time

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

/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit46 …ht:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or ID)",
47 LinkPageOrId: 'Page Name creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID cr…
H A Den.js.unc47 …ht:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or ID)",
48 LinkPageOrId: 'Page Name creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID cr…
87 …old'>Link Display Text</span><br />Can be edited by user (takes precedence over Page Name or ID)",
H A Dfr.js.unc438 "anchorId": "Par ID d'élément",
756 …'<li>Pour éditer une note saisissez son ID dans le champ prévu puis cliquez sur le bouton Charger.…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified795 …ht:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or ID)",
/plugin/ckgedit/action/
H A Dmeta.php365 global $ID;
374 if(preg_match("/$ns/",$ID)) {
659 global $ID;
664 $cname = getCacheName($INFO['client'].$ID,'.draft');
692 $acl = auth_quickaclcheck($ID);
709 $elems = explode(':', $ID);
719 if(preg_match('/ckgedit:fckeditor:userfiles:image/',$ID)) {
755 global $ID;
769 $auth = auth_quickaclcheck($ID);
823 setcookieSameSite('FCK_NmSp',$ID, $expire, '/');
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc33 …ht:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or ID)",
35 … Name creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[nam…
749 items: [ [ 'Page Name', 'page' ], [ 'ID', 'id' ] ],
/plugin/epub/
H A Dadmin.php65 ptln('<form action="'.wl($ID).'" method="post" id="epub_admin" name="epub_admin">' );
H A Daction.php56 global $ID;
/plugin/epub/lang/de/
H A Dremove.txt2 Wenn Sie das Buch fertiggestellt haben, sollten Sie seine ID von der Liste der zu-bearbeitenden Büc…
3 …n Button "Seite von Bearbeitungs-Liste entfernen" machen. Dadurch wird die ID für andere Autoren f…
/plugin/epub/lang/ja/
H A Dremove.txt2 この本が完成した場合、本作成者ページ一覧から ID を削除する必要があります。
4 他の用途のためのページIDを解放します。
/plugin/epub/lang/nl/
H A Dremove.txt3 …erboven : ** Verwijder pagina van de Creator lijst**. Dit maakt het pagina ID weer beschikbaar voo…
/plugin/epub/lang/hu/
H A Dremove.txt2 Ugyanakkor, ha elkészültünk a könyvvel, törölnünk kell az azonosítóját (ID) a könyvet alkotó oldala…
/plugin/epub/scripts/
H A Debook.php31 global $ID;
32 $oldID = $ID;
34 $ID = cleanID($id);
142 $ID = $oldID;
149 $ID = $oldID;
/plugin/tagfilter/helper/
H A Dsyntax.php104 global $ID;
123 $cache_key = implode('_', ['plugin_tagfilter', $ID, $page, $flags['sortbypageid']]);
/plugin/tagfilter/syntax/
H A Dcompare.php62 global $ID;
113 $form->addHidden('id', $ID);
H A Dfilter.php24 global $ID;
25 if (array_key_exists($ID, $this->formCounter)) {
26 return $this->formCounter[$ID]++;
28 $this->formCounter[$ID] = 1;
35 global $ID;
36 if (array_key_exists($ID, $this->formCounter)) {
37 return $this->formCounter[$ID];
97 global $ID;
116 $ns = getNS($ID);
155 global $INFO, $ID,
[all...]
/plugin/tagfilter/_test/
H A Dsyntax.test.php23 global $ID, $INFO;
24 $ID = 'test:plugin_tagfilter:start';
63 global $ID, $INFO;
64 $ID = 'test:plugin_tagfilter:start2';
82 global $ID, $INFO;
83 $ID = 'test:plugin_tagfilter:start3';
/plugin/html5video2/syntax/
H A Dvideo.php137 global $ID;
155 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/sectiontoggle/
H A Daction.php25 global $conf, $ID;
30 if($NS_inc && !preg_match("/($NS_inc)[^:]/",$ID)) {
38 if($id_inc && !preg_match('/^(' .$id_inc. ')$/',$ID)) {
46 if($NS && preg_match("/($NS)[^:]/",$ID)) {
52 if($id && preg_match('/^' . $id. '$/',$ID)) {
79 $acl = auth_quickaclcheck($ID);
/plugin/dwedit/
H A Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
94 …$link = '<a href="' . wl($ID, $params) . '" class="action ' . $edclass . '" rel="nofollow" title="…
/plugin/bootswrapper/exe/help/
H A Dbutton.txt119 | ''modal'' | optional | | Modal ID (see [[modal]]) |
H A Dmodal.txt127 | ''id'' | NULL | | Modal ID (see [[button]]) |
/plugin/discussion/
H A Daction.php189 global $ID;
211 global $ID;
340 global $ID;
397 global $ID;
495 global $ID;
609 global $ID;
939 global $ID;
1095 global $ID;
1234 global $ID;
1417 global $ID;
[all …]
H A Dadmin.php309 global $ID;
324 …$ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
336 …$ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>…
351 global $ID;
354 $file = metaFN($ID, '.comments');
367 $wiki = preg_replace('/~~DISCUSSION([\w:]*)(\|?.*?)~~/', $replace, rawWiki($ID));
368 saveWikiText($ID, $wiki, $this->getLang('statuschanged'), true);
/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.

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