Home
last modified time | relevance | path

Searched refs:rev (Results 26 – 50 of 126) sorted by path

123456

/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc8786 this.rev = J++;
9223 this.rev = b ? b.rev : J++;
9469 if (this.rev == a._.fakeSelection.rev) {
9481 this.rev = J++
9587 this.rev = J++;
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …="no_styles";this.form.prefix.value="";this.form.suffix.value="";this.form.rev.value=""});jQuery("…
H A Dparse_wiki.js.unc1985 this.form.rev.value = "";
/plugin/codemirror/dist/
H A Dscripts.min.js.map1rev","immediate","q","hiding","searchNext","opacity","_","getQueryDialog","extra","getReplaceQuery…
/plugin/combo/ComboStrap/
H A DEditButton.php244 $rev = $INFO['rev'] ?? 0;
245 if ($rev !== 0) {
295 $data['rev'] = $page->getPathObject()->getRevisionOrDefault();
H A DFetcherRaster.php40 * @param null $rev
46 public static function createImageRasterFetchFromId(string $imageId, $rev = null): FetcherRaster argument
48 return FetcherRaster::createImageRasterFetchFromPath(WikiPath::createMediaPathFromId($imageId, $rev));
H A DFetcherTraitWikiPath.php63 $rev = $tagAttributes->getValueAndRemove(WikiPath::REV_ATTRIBUTE);
70 $wikiPath = WikiPath::createMarkupPathFromPath($path, $rev);
72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
97 * Add media and rev to url
113 $rev = $this->path->getRevision();
114 $url->addQueryParameter(WikiPath::REV_ATTRIBUTE, $rev);
116 // ok no rev
H A DIFetcherLocalImage.php50 * @param string|null $rev
54 public static function createImageFetchFromId(string $imageId, string $rev = null): IFetcherLocalImage argument
56 $dokuPath = WikiPath::createMediaPathFromId($imageId, $rev);
H A DMarkupRef.php286 $rev = $this->url->getQueryPropertyValue(WikiPath::REV_ATTRIBUTE);
288 $rev = null;
295 $this->path = WikiPath::createMediaPathFromId($wikiPath, $rev);
297 $this->addRevToUrl($rev);
335 $this->addRevToUrl($rev);
482 private function addRevToUrl($rev = null): void argument
484 if ($rev !== null) {
485 $this->url->addQueryParameter(WikiPath::REV_ATTRIBUTE, $rev);
H A DWikiPath.php77 const REV_ATTRIBUTE = "rev";
102 private $rev; variable in ComboStrap\\WikiPath
121 * @param string|null $rev - the revision (mtime)
132 protected function __construct(string $path, string $drive, string $rev = null) argument
245 $this->rev = $rev;
257 * @param string|null $rev - the revision (ie timestamp in number format)
261 public static function createMarkupPathFromPath(string $parameterPath, string $rev = null): WikiPath argument
274 return new WikiPath($parameterPath, self::MARKUP_DRIVE, $rev);
323 $defaultWikiPath = new WikiPath($defaultPath, self::MARKUP_DRIVE, $rev);
352 createMediaPathFromPath($path, $rev = null) global() argument
449 createMediaPathFromId($id, $rev = null) global() argument
508 createMarkupPathFromId($id, $rev = null) global() argument
570 createWikiPath($path, $drive, string $rev = '') global() argument
718 createFromPath(string $path, string $drive, string $rev = null) global() argument
[all...]
/plugin/combo/action/
H A Dpagesystemmutation.php66 * (rev will have a value)
67 * and once to write the new version of the page into the wiki (rev is false)
92 $rev = $data[3];
95 if (!FileSystems::exists($file) && $rev === false) {
113 * of the old version to the attic (rev will have a value)
114 * and once to write the new version of the page into the wiki (rev is false)
122 if (empty($content) && $rev === false) {
/plugin/combo/renderer/
H A Danalytics.php238 foreach ($revs as $rev) {
250 $info = $changelog->getRevisionInfo($rev);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11736 …validChecksum;e.isEnabled()&&!d&&e.reset();e.setEnabled(d);null==urlParams.rev&&(this.updateDocume…
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js2160 var rev = this.isAutosaveRevision();
2162 if (rev)
2167 this.save(rev, mxUtils.bind(this, function(resp)
H A DDropboxClient.js398 arg.rev = urlParams['rev'];
H A DDropboxFile.js114 this.ui.dropbox.readFile({path: this.stat.path_lower, rev: stat.rev},
119 stat.rev + '&chrome=0&nav=1&layers=1&edit=_blank' + ((page != null) ?
/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/diagramsnet/lib/resources/
H A Ddia_hu.txt158 createRevision=Új revízió
515 noRevisions=Nincs revízió
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1rev\"));\n });\n\n function weightFn(g) {\n return function(e) {\n return g.edge(e).weig…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 ….fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …;\n label.reversed = true;\n g.setEdge(e.w, e.v, label, _.uniqueId(\"rev\"));\n });\n\n fu…
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php79 public function addVersionPrevious($rev) argument
81 $this->previous_version = $rev;
84 public function addVersionNext($rev) argument
86 $this->next_version = $rev;
/plugin/dokutranslate/
H A Daction.php231 foreach ($revisions as $rev) {
232 $tmp = wikiFN($ID, $rev);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php65 $rev = '';
72 if (preg_match('/[&?]rev=(\d+)/', $file, $m)) {
73 $rev = $m[1];
89 $local = mediaFN($media, $rev);
H A Daction.php375 * @param string|int $rev revision timestamp or empty string
379 protected function wikiToDW2PDF($id, $rev = '', $date_at = '')
381 $file = wikiFN($id, $rev);
392 if ($rev || $date_at) {
394 $ret = p_render('dw2pdf', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
417 $rev = $REV;
421 $rev = '';
530 $pagehtml = $this->wikiToDW2PDF($page, $rev, $date_at);
727 $params['rev'] = $REV;
892 if ($b['rev'] <
369 p_wiki_dw2pdf($id, $rev = '', $date_at = '') global() argument
[all...]

123456