Home
last modified time | relevance | path

Searched refs:rev (Results 51 – 75 of 126) sorted by last modified time

123456

/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/ckgedit/ckeditor/
H A Dckeditor.js436 …_getTableElement();d.selectedText=c(a);d.nativeSel=null;this.isFake=1;this.rev=M++;b._.fakeSelecti…
459 …lection){var b=a;a=a.root}var c=a instanceof CKEDITOR.dom.element;this.rev=b?b.rev:M++;this.docume…
471 …sFake=0;var a=this.root.editor;if(a&&a._.fakeSelection)if(this.rev==a._.fakeSelection.rev){delete …
472 …_.hiddenSelectionContainer}else CKEDITOR.warn("selection-fake-reset");this.rev=M++},selectElement:…
479 …DITOR.SELECTION_ELEMENT;d.selectedText=d.nativeSel=null;this.isFake=1;this.rev=M++;c._.fakeSelecti…
/plugin/publish/_test/
H A Dmail.unit.test.php68 Previous Revision: http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $oldrevision .…
/plugin/publish/action/
H A Dmail.php109 $rev = filemtime(wikiFN($ID));
122 $oldrev = $changelog->getRelativeRevision($rev, -1);
136 $newlink = $this->revlink($ID, $rev);
140 $newlink = $this->revlink($ID, $rev);
144 $revinfo = $changelog->getRevisionInfo($rev);
176 $rev = $data['lastmod'];
178 $rev=$REV;
181 $revinfo = $changelog->getRevisionInfo($rev);
212 * @param string $rev The timestamp of the revision
215 function revlink($id, $rev) { argument
[all …]
/plugin/publish/lang/sk/
H A Dmailchangetext.txt7 @APRPRE@ revízia : @OLDPAGE@
8 Nová revízia : @NEWPAGE@
15 Prosím preskúmajte zmeny a schváľte revíziu na adrese @NEWPAGE@ alebo zašlite spätnú väzbu používat…
/plugin/tos/
H A Daction.php113 foreach ($revisions as $rev) {
114 $info = $changes->getRevisionInfo($rev);
116 return $this->sessionState($rev);
/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/js/
H A Dapp.min.js11736 …validChecksum;e.isEnabled()&&!d&&e.reset();e.setEnabled(d);null==urlParams.rev&&(this.updateDocume…
/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/ajaxedit/
H A Daction.php51 $rev = $INPUT->str('rev');
53 …if($rev && $range && (!$REV && !$RANGE)) { //$_POST has range and rev but pageinfo() cleared it ->…
/plugin/watchcycle/
H A Daction.php296 * @param int $rev revision of the last page edition by maintainer or -1 if no edition was made
300 protected function getLastMaintainerRev($meta, $maintainer, &$rev) argument
308 $rev = $meta['current']['last_change']['date'];
316 foreach ($revs as $rev) {
318 $revInfo = $changelog->getRevisionInfo($rev);
320 $rev = $revInfo['date'];
328 $rev = -1;
/plugin/matrixnotifier/
H A Dhelper.php126 private function compose_url($event = null, $rev = null) argument
138 if ($rev != null)
140 $url .= ('&??'[$userewrite])."do=diff&rev={$rev}";
/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/qc/
H A Drenderer.php71 foreach ($revs as $rev) {
72 $info = $changelog->getRevisionInfo($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/structsection/lib/
H A Dbundle.js1rev;if(i&&n){var u=jQuery('<div class="struct_inlineditor"><form></form><div class="err"></div></d…
/plugin/structsection/script/
H A Dmain.js21 const { rev } = JSINFO.plugin_structsection;
36 $form.append(jQuery('<input type="hidden" name="rev">').val(rev));
50 rev,
85 JSINFO.plugin_structsection.rev = saved.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/cite/
H A DCHANGELOG.md22 … `cite_getCiteURL()` changed internally to prevent overwritting the global rev entry; also changed…

123456