Home
last modified time | relevance | path

Searched refs:rev (Results 51 – 75 of 126) sorted by path

123456

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php260 $rev = 0;
262 $rev <<= 1;
263 $rev |= ($num & 1);
266 return $rev;
/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/dwspecialist/
H A Dsyntax.php97 $rev = $conf['REV'];
103 $act=array( 'params' => array('do' => $action, 'rev' => $rev),
125 $act['params']['rev']=$rev;
/plugin/etherpadlite/action/
H A Detherpadlite.php43 global $meta, $rev;
44 assert(is_array($meta[$rev]));
48 return $meta[$rev]["pageid"];
55 assert(is_array($meta[$rev]));
123 if ($rev == 0) {
131 if (isset($meta[$rev])) {
151 if (isset($meta[$rev]) && ($meta[$rev]["owner"] != $this->client)) {
175 if (isset($meta[$rev]) && ($meta[$rev]["owner"] != $this->client) && $_POST["isSaveable"]) {
337 unset($meta[$rev]);
368 if (!isset($meta[$rev])) {
[all …]
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php201 public function getText($padID, $rev=null){ argument
203 if (isset($rev)){
204 $params["rev"] = $rev;
210 public function getHTML($padID, $rev=null){ argument
212 if (isset($rev)){
213 $params["rev"] = $rev;
/plugin/farmsync/meta/
H A DFarmSyncUtil.php278 foreach ($oldrevisions as $rev) {
279 …if (!file_exists($this->getRemoteFilename($source, $page, $rev)) && $rev != $sourceMtime) continue;
280 …sourceArchiveText = $rev == $sourceMtime ? $this->readRemotePage($source, $page) : $this->readRemo…
320 $rev = substr($changelogLine, 0, 10);
321 if (!$this->isValidTimeStamp($rev)) {
328 if (substr($line, 0, 10) == $rev) {
333 if (substr($line, 0, 10) > $rev) {
355 if (substr($line, 0, 10) == $rev) {
363 $revisionsToAdjust = array($rev);
365 $revisionsToAdjust[] = $rev - ($i + 1);
[all …]
/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/fckg/
H A DChanges1 rev 15-Sep_29-12_59
/plugin/flowplay/flowplayer/
H A Dswfobject.js98 this.rev=_27[2]!=null?parseInt(_27[2]):0;
105 if(this.rev<fv.rev){
/plugin/gcalendar/
H A Dsyntax.php31 $rev = substr('$LastChangedRevision: 89 $',22);
32 $rev = trim(substr($rev,0,-1));
37 'date' => $lcDate.' Rev '.$rev,
/plugin/geonav/server/
H A DgetWikiData.php9 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
/plugin/gitbacked/action/
H A Deditcommit.php167 $rev = $event->data[3];
173 if (!$rev) {
/plugin/googlesearch/
H A Dnusoap.php2044 ereg('\$Revisio' . 'n: ([^ ]+)', $this->revision, $rev);
2045 $this->outgoing_headers['User-Agent'] = $this->title.'/'.$this->version.' ('.$rev[1].')';
3733 ereg('\$Revisio' . 'n: ([^ ]+)', $this->revision, $rev);
3734 $this->outgoing_headers[] = "X-SOAP-Server: $this->title/$this->version (".$rev[1].")";
/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/inclform/
H A Dsyntax.php99 function formFN($id,$rev=''){ argument
101 if(empty($rev)){
/plugin/indexmenu2/syntax/
H A Dindexmenu.php170 * i.e. sort+type+rev => array('sort','nons','rev')
/plugin/ireadit/action/
H A Dmigration.php223 foreach ($meta as $rev => $data) {
224 if ($rev === '' || count($data) == 0) continue;
228 'rev' => $rev,
/plugin/ireadit/db/
H A Dupdate0001.sql3 rev INTEGER NOT NULL, field
6 PRIMARY KEY (page, rev, user)
/plugin/ireadit/
H A Dhelper.php102 public function use_ireadit_here($id, $rev) { argument
105 if ($rev == $last_approved_rev) { // this is last approved version
108 … } elseif ($rev == p_get_metadata($id, 'last_change date')) { // check if it is last page revision
114 public function user_can_read_page($ireadit_data, $id, $rev, $user) { argument
115 if (!$this->use_ireadit_here($id, $rev)) return false;
129 ORDER BY timestamp', $id, $rev);
174 $rev = (int) $row['rev'];
177 $pages[$page]['last_read_rev'] = $rev;
202 $rev = (int) $row['rev'];
203 if (in_array($rev, $approved_revs)) {
[all …]
/plugin/issuelinks/db/
H A Dupdate0001.sql44 rev INTEGER NOT NULL CHECK(rev > 0), field
50 PRIMARY KEY (page, rev, service, project_id, issue_id, is_mergerequest, type),
56 FOREIGN KEY (rev) REFERENCES pagerevs(rev)
/plugin/issuelinks/helper/
H A Ddb.php391 * @param int $rev
405 if (!$util->isValidTimeStamp($rev)) {
408 if ((int)$rev === 0) {
409 $rev = filemtime(wikiFN($page));
411 $rev_info = $changelog->getRevisionInfo($rev);
421 'rev' => $rev,
436 * @param int $rev
442 public function savePageRev($page, $rev, $summary, $user) argument
444 if (blank($page) || blank($rev) || blank($user)) {
449 if (!$util->isValidTimeStamp($rev)) {
[all …]
/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/jsonrpc/
H A Djsonrpc.php98 public function rawPage($id,$rev=''){ argument
102 $text = rawWiki($id,$rev);
154 public function htmlPage($id,$rev=''){ argument
158 return p_wiki_xhtml($id,$rev,false);
161 public function htmlPagePart($id,$rev='',$maxHeader=3,$maxItems=3){ argument
167 return p_wiki_xhtml_summary_ext($id,$title,$rev,true,$cfg);
276 public function pageInfo($id,$rev=''){ argument
280 $file = wikiFN($id,$rev);
624 foreach($revisions as $rev) {
625 $file = wikiFN($id,$rev);
/plugin/lytebox/
H A Dlytebox.js225 var rev = imageLink.getAttribute('rev');
226 …, imageLink.getAttribute('title'), (rev == null || rev == '' ? 'width: 400px; height: 400px; scrol…
232 var rev = anchor.getAttribute('rev');
233 …f'), anchor.getAttribute('title'), (rev == null || rev == '' ? 'width: 400px; height: 400px; scrol…
/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