Home
last modified time | relevance | path

Searched refs:rev (Results 101 – 125 of 126) sorted by path

123456

/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/struct/script/
H A DInlineEditor.js14 var rev = $self.parent().data('rev');
27 $form.append(jQuery('<input type="hidden" name="rev">').val(rev));
41 rev: rev,
78 $self.parent().data('rev', saved['rev']);
/plugin/structodt/
H A Daction.php172 $rev = $INPUT->str('rev');
177 $row = $helper->getRow($schema, $pid, $rev, $rid);
H A Dhelper.php251 public function getRow($table, $pid, $rev, $rid) { argument
255 if (AccessTable::isTypePage($pid, $rev)) {
257 } elseif (AccessTable::isTypeSerial($pid, $rev)) {
H A Dscript.js34 const rev = $me.data('rev');
52 url.searchParams.append('rev', rev);
/plugin/structpublish/action/
H A Dbanner.php96 * @param Revision $rev
99 protected function getBannerText($name, $rev, $diff = '') argument
101 if ($rev === null) {
106 '{user}' => userlink($rev->getUser()),
107 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())),
108 '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev
136 makeLink($id, $rev, $text) global() argument
[all...]
H A Drevisions.php43 // extract rev from checkbox info
46 $rev = $el->attr('value');
50 // get most recent status for rev
51 $revision = new Revision($INFO['id'], $rev);
/plugin/structpublish/meta/
H A DRevision.php22 protected $rev; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
39 * @param int $rev revision
41 public function __construct($id, $rev) argument
44 $this->rev = $rev;
56 $values = $this->getCoreData(['revision=' . $this->rev]);
107 return $this->rev;
221 'revision' => $this->rev,
269 * If $rev is specified, "latest" means relative to the $rev revisio
270 getLatestPublishedRevision($rev = null) global() argument
[all...]
/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/structstatus/
H A Dscript.js17 rev: $self.parent().data('rev'), property in AnonymousFunctione2c426950200.data
/plugin/structtasks/_test/
H A DStructtasksTest.php19 * @param int $rev allows to create schemas back in time
22 protected function loadSchemaJSON($schema, $json = '', $rev = 0) argument
33 if (!$importer->build($rev)) {
/plugin/structtasks/
H A Dcli.php133 $rev = @filemtime($filename);
/plugin/subjectindex/plugins/
H A Dbible_abbr.txt66 re rev
/plugin/table2csv/
H A DgetTableData.php6 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
/plugin/textile2/
H A DclassTextile.php231 var $rev = '$Rev: 216 $'; variable in Textile
/plugin/tline/
H A DCHANGES.txt25 -- LarryK rev 1623
38 -- LarryK rev 1629
47 -- LarryK rev 1638
82 -- LarryK rev 1655
106 -- LarryK rev 1661
114 -- LarryK rev 1661
200 -- eob rev 1589
237 (LarryK) rev 1569
241 (LarryK) rev 1560
243 (LarryK) rev 1560
[all …]
/plugin/tools/
H A Daction.php109 'print' => wl($ID, array("rev" =>(int)$rev, "mddo" => "print"), false, "&")
110 ,'email' => wl($ID, array('rev' =>(int)$rev, 'do' => 'tellafriend'), false, '&')
111 ,'odt' => wl($ID, array("rev" =>(int)$rev, "do" => "export_odt"), false, "&")
112 ,'pdf' => wl($ID, array("rev" =>(int)$rev, "do" => "export_pdf"), false, "&")
113 ,'csv' => wl($ID, array("rev" =>(int)$rev, "do" => "export_csv"), false, "&")
114 ,'timeline' => wl($ID, array("rev" =>(int)$rev, "do" => "export_timeline"), false, "&")
115 ,'bookcreator' => wl($ID, array("rev" =>(int)$rev, "do" => "addtobook"), false, "&")
/plugin/tos/
H A Daction.php113 foreach ($revisions as $rev) {
114 $info = $changes->getRevisionInfo($rev);
116 return $this->sessionState($rev);
/plugin/translation/
H A Dhelper.php365 foreach ($revs as $rev) {
366 if ($rev < $lastmod) {
367 $orev = $rev;
375 return wl($id, ['do' => 'diff', 'rev' => $orev]);
/plugin/translation3/
H A Dhelper.php402 foreach($revs as $rev){
403 if($rev < $INFO['lastmod']){
404 $orev = $rev;
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js546 ,rev /* :Number */) /* :String */{ argument
548 if (!rev || !trackers[type][rev]) rev = trackers[type].length-2;
549 if (!trackers[type][rev]) rev = trackers[type].length-1;
550 if (!trackers[type][rev]) rev = 0;
552 for (var i=0, tL=trackers[type][rev].length; i<tL; i++) {
553 tmp[tmp.length] = part?trackers[type][rev][i][part]:trackers[type][rev][i];
/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/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng315 property-rev = element rev { value-timestamp }
376 | property-prodid | property-related | property-rev
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2302 rev = (rev << 8) | bitswap8[(n>>8)&0xFF];
2304 rev = (rev << 8) | bitswap8[(n>>16)&0xFF];
2305 return rev >>> (24-b);
3424 var rev = { class in cc2str
15122 if(rev) {
15124 var revarr = browser_has_Map ? rev.get(str) : rev[str];
15133 if(rev) {
15135 if(!rev.has(str)) rev.set(str, []);
15136 rev.get(str).push(len);
15138 if(!Object.prototype.hasOwnProperty.call(rev, str)) rev[str] = [];
[all …]

123456