Home
last modified time | relevance | path

Searched refs:ID (Results 501 – 525 of 1363) sorted by last modified time

1...<<21222324252627282930>>...55

/plugin/diagramsnet/lib/resources/
H A Ddia_lv.txt389 id=ID
872 confCannotGetID=Unable to determine page ID
920 drawConfID=draw.io Config ID
971 showID=Show ID
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points …
1015 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it…
H A Ddia_ml.txt389 id=ID
872 confCannotGetID=Unable to determine page ID
920 drawConfID=draw.io Config ID
971 showID=Show ID
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points …
1015 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it…
H A Ddia_nl.txt389 id=ID
872 confCannotGetID=Kan pagina-ID niet bepalen
909 pageIdsExp=Pagina-ID's exporteren
920 drawConfID=draw.io Config ID
926 pageIdsExpInst1=Klik op de knop "Export starten" om alle pagina-ID's te exporteren.
953 confAUnexpErrProcessPage=Onverwachte fout tijdens het verwerken van de pagina met ID: {1}
971 showID=ID weergeven
992 confAInvalidPageIdsFormat=Ongeldig Pagina-ID bestandsformaat
1001 confAImpDiagramFailed=Importeren van Diagram "{1}" is mislukt. De Pagina-ID is niet aangetroffen. M…
1009 confAPageIdsImpDone=Importeren van Pagina-ID's voltooid.
[all …]
H A Ddia_pl.txt389 id=ID
872 confCannotGetID=Unable to determine page ID
920 drawConfID=draw.io Config ID
971 showID=Show ID
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points …
1015 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it…
H A Ddia_pt-br.txt389 id=ID
872 confCannotGetID=Unable to determine page ID
920 drawConfID=draw.io Config ID
971 showID=Show ID
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points …
1015 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it…
/plugin/pdftools/
H A Daction.php25 global $ID;
27 if ($ID=="start") return;
33 strpos($ID,'start')!==false &&
34 (strlen($ID)-strpos($ID,'start'))==5) $show_button = false;
41 $page = rawwiki($ID);
58 …ref='doku.php?id=".$ID."&do=export_pdf&toc=0&tpl=".($t[0])."&rev=".($_GET['rev'])."'\"><a style='c…
H A Dsyntax.php84 global $ID;
124 … <a href='doku.php?id=$ID&do=export_pdf&toc=0&tpl=$match$quer&rev=".($_GET['rev'])."'>";
H A Dadmin.php101 global $ID;
105 ptln('<form action="'.wl($ID).'" method="post" enctype="multipart/form-data">');
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/pdftools/tpl/onlylogo/
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/pdftools/tpl/standard/
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/pdftools/tpl/checkliste/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/pdftools/tpl/minimal/
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/pdftools/tpl/info/
H A DREADME.txt53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
54 * ''@ID@'' -- The article's pageID
/plugin/schulzevote/
H A Dhelper.php9 global $ID;
10 $data = p_get_metadata($ID, 'schulzevote');
63 global $ID;
64 p_set_metadata($ID, array('schulzevote' => array(
73 global $ID;
/plugin/schulzevote/syntax/
H A Dvote.php104 global $ID;
134 $form->setHiddenField('id', $ID);
/plugin/ajaxedit/
H A Daction.php21 global $ID;
27 $perm = auth_quickaclcheck($ID);
43 global $ID;
72 msg(sprintf($this->getLang('section_found'),wl($ID,array('do'=>'edit'))));
75 msg(sprintf($this->getLang('moved_section_found'),wl($ID,array('do'=>'edit'))));
H A Dhelper.php19 public $ID; variable in helper_plugin_ajaxedit
23 global $ID;
24 $ID=isset($_POST["pageid"])?cleanID($_POST["pageid"]):$ID;
61 global $ID;
63 $this->ID=cleanID(trim($_POST["pageid"]));
65 $ID = $this->ID;
72 if (auth_quickaclcheck($ID) < $min_acl) {
81 if(checklock($ID)){
85 if (!($data=rawWiki($ID))){
98 global $ID;
[all …]
/plugin/multiselect/
H A Dsyntax.php21 global $ID;
22 if(array_key_exists($ID,$this->_itemPos)) {
23 return $this->_itemPos[$ID]++;
25 $this->_itemPos[$ID] = 1;
30 global $ID;
31 if(array_key_exists($ID,$this->_itemPos)) {
32 $this->_itemPos[$ID];
69 global $ID;
79 $page=$ID;
/plugin/outliner/
H A Dsyntax.php71 global $ID;
78 $outline_id = ''.md5($ID).'_'.$pos;
/plugin/watchcycle/
H A Daction.php124 global $ID;
146 $this->informMaintainer($watchcycle['maintainer'], $ID);
H A Dadmin.php45 global $ID;
92 $href = wl($ID, $param);
H A Dsyntax.php127 global $ID;
134 $watchcycle = p_get_metadata($ID, 'plugin watchcycle');
169 $changes_link = '<a href="' . wl($ID, $urlParameters) . '">' . $changes_link . '</a>';
/plugin/tagalerts/
H A Daction.php25 global $ID;
34 $tags = p_get_metadata($ID, 'subject', METADATA_DONT_RENDER);

1...<<21222324252627282930>>...55