Home
last modified time | relevance | path

Searched refs:rev (Results 76 – 100 of 126) sorted by relevance

123456

/plugin/approve/syntax/
H A Dtable.php161 $rev = $page['rev'];
198 $date = $rev;
/plugin/cite/
H A DCHANGELOG.md22 … `cite_getCiteURL()` changed internally to prevent overwritting the global rev entry; also changed…
H A DREADME.md15 …cite` to a wiki page's URL in addition to an optional revision number, for example `rev=123456789`.
/plugin/publish/_test/
H A Dmail.unit.test.php68 Previous Revision: http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $oldrevision .…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php820 $rev = file($revFile);
821 $rev = substr($rev[0], 0, 7);
822 $return .= ' (' . $rev . ')';
/plugin/combo/ComboStrap/
H A DEditButton.php244 $rev = $INFO['rev'] ?? 0;
245 if ($rev !== 0) {
295 $data['rev'] = $page->getPathObject()->getRevisionOrDefault();
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php87 function _pageTemplateMetaFN($raw_id,$rev='',$clean=true){ argument
/plugin/preservefilenames/
H A Daction_angua.php212 if (isset($REV) && !$JUMPTO) $rev = $REV;
235 tpl_mediaFileDetails($image, $rev);
/plugin/table2csv/
H A DgetTableData.php6 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_tr.js.map1rev\",\n\t\tdhx_cal_today_button: \"Bugün\",\n\t\tday_tab: \"Gün\",\n\t\tweek_tab: \"Hafta\",\n\t\…
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng315 property-rev = element rev { value-timestamp }
376 | property-prodid | property-related | property-rev
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng315 property-rev = element rev { value-timestamp }
376 | property-prodid | property-related | property-rev
/plugin/structtasks/
H A Dcli.php133 $rev = @filemtime($filename);
/plugin/dokutranslate/
H A Daction.php231 foreach ($revisions as $rev) {
232 $tmp = wikiFN($ID, $rev);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js813 this.rev = new Array(length);
815 this.rev[i] = new Float32Array(2);
876 rev = this.rev,
882 rev[i][0] = input[ii][0];
883 rev[i][1] = input[ii][1];
902 input[i][0] = rev[i][0];
903 input[i][1] = rev[i][1];
/plugin/authmantis/
H A DREADME.md63 …6]: https://mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki?rev=1354364789
/plugin/cite/lang/en/
H A Dintro.txt7 …e'' to a wiki page's URL in addition to an optional revision number, for example ''rev=123456789''.
/plugin/cite/lang/nl/
H A Dintro.txt9 pagina-url eventueel aangevuld met een revisie nummer, bijvoorbeeld ''rev=123456789''.
/plugin/struct/meta/
H A DAggregationTable.php352 $rev = $this->searchConfig->getRevs()[$rownum];
354 $this->renderer->doc .= ' data-pid="' . hsc($pid) . '" data-rev="' . $rev . '" data-rid="' . $rid . '">';
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1025 var rev = revisions[i];
1026 rev.getXml = mxUtils.bind(rev, getXml);
1027 revs.push(rev);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php170 * i.e. sort+type+rev => array('sort','nons','rev')
/plugin/fastwiki/
H A Dscript.js71 var supportedFields = {'do':1, rev:1, id:1}; property in plugin_fastwiki.fixActionLinks.supportedFields
488 draft = params.rev = null;
726 * @param {Object=} params - Additional parameters to pass to the AJAX request. For example, 'rev' if a revision is being edited.
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2155 $rev = 0;
2157 $rev <<= 1;
2158 $rev |= ($num & 1);
2161 return $rev;
/plugin/combo/renderer/
H A Danalytics.php238 foreach ($revs as $rev) {
250 $info = $changelog->getRevisionInfo($rev);
/plugin/mantis/lib/
H A Dclass.soap_server.php723 ereg('\$Revisio' . 'n: ([^ ]+)', $this->revision, $rev);
724 $this->outgoing_headers[] = "X-SOAP-Server: $this->title/$this->version (".$rev[1].")";

123456