/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/ |
H A D | MockSyncCollection.php | 39 public function addChange(array $added, array $modified, array $deleted) { argument 44 'modified' => $modified, 126 $modified = []; 134 $modified = array_merge($modified, $change['modified']); 140 $left = $limit - (count($modified) + count($deleted)); 144 $modified = array_slice($modified, 0, $left); 146 $left = $limit - (count($modified) + count($deleted)); 162 'modified' => $modified,
|
/plugin/snippets/ |
H A D | helper.php | 74 function mostRecentVersion($id, &$modified) { argument 75 $modified = p_get_metadata($id, 'date modified'); 80 return $modified; 95 $time_stamp = $this->mostRecentVersion($snippet, $modified); 108 $time = $this->mostRecentVersion($snippet, $modified) ;
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 285 * @param bool $modified Should be set to true, if this event handler 289 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) { argument 294 $this->validateVCard($data, $modified); 307 * @param bool $modified Should be set to true, if this event handler 316 $this->validateVCard($data, $modified); 326 * @param bool $modified Should be set to true, if this event handler 330 protected function validateVCard(&$data, &$modified) { argument 349 $modified = true; 390 $modified = true; 410 if (!$modified && strcmp($data, $before) !== 0) { [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 284 * @param bool $modified Should be set to true, if this event handler 288 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) { argument 293 $this->validateVCard($data, $modified); 306 * @param bool $modified Should be set to true, if this event handler 310 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) { argument 315 $this->validateVCard($data, $modified); 325 * @param bool $modified Should be set to true, if this event handler 329 protected function validateVCard(&$data, &$modified) { argument 341 if (md5($data) !== $before) $modified = true; 353 $modified = true; [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | ScheduleDeliverTest.php | 570 $modified = false; 576 &$modified 578 if ($modified) { 595 $modified = false; 600 &$modified 603 if ($modified) {
|
/plugin/xcom/scripts/ |
H A D | test.php | 9 $result[$i]->modified = date("r",$result[$i]->modified);
|
/plugin/projects/lib/ |
H A D | project.php | 71 private $modified = false; variable in Project 115 $this->modified = true; 140 if (!$this->modified) return; 141 $this->modified = false; 189 $this->modified = true; 221 $this->modified = true; 267 $this->modified = true; 302 $this->modified = true; 313 $this->modified = true;
|
/plugin/refnotes/ |
H A D | admin.js | 2 let modified = false; 182 modified = false; 237 modified = true; 492 modified = true; 526 modified = true; 589 modified = true; 608 modified = true; 621 modified = true; 788 modified = true; 860 modified [all...] |
/plugin/datatemplate/syntax/inc/ |
H A D | cache.php | 69 $modified = filemtime(wikiFN($pageid[0])); 70 $latest = ($modified > $latest) ? $modified : $latest;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 748 * @param bool $modified Should be set to true, if this event handler 752 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) { argument 769 $modified, 786 * @param bool $modified Should be set to true, if this event handler 798 $modified, 813 * @param bool $modified Should be set to true, if this event handler 839 $modified = true; 910 $modified = true; 947 if ($modified || $subModified) { 952 if (!$modified && strcmp($data, $before) !== 0) { [all …]
|
/plugin/dokusioc/lib/ |
H A D | sioc_dokuwiki.php | 21 private $modified = null; variable in SIOCDokuWikiArticle 46 public function addModified($modified) argument 48 $this->modified = $modified; 156 if ($this->modified) { 157 $rdf .= " <dcterms:modified>" . $this->modified . "</dcterms:modified>\n";
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 714 * @param bool $modified Should be set to true, if this event handler 718 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) { argument 735 $modified, 752 * @param bool $modified Should be set to true, if this event handler 756 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) { argument 764 $modified, 779 * @param bool $modified Should be set to true, if this event handler 797 if ($before !== md5($data)) $modified = true; 809 $modified = true; 894 if (!$modified && $before !== md5($data)) { [all …]
|
/plugin/datepicker/ |
H A D | README.md | 9 This plugin uses a modified version of https://github.com/worthers/jscalendar-1.0 which has a LGPL … 11 The files are located in script/jscalendar-1.0/. The style.css is a modified version of the calenda…
|
/plugin/tagfilter/ |
H A D | README.md | 9 This plugin uses a modified version of https://github.com/harvesthq/chosen which has a MIT License. 12 The files are located in script/chosen/. The style.css is a modified version of the chosen.css
|
/plugin/sviewer/ |
H A D | README | 1 …y first plugin for dokuwiki, it's a modified version (fork) of the Autoviewer plugin made by Ikuo …
|
/plugin/gallery/swipebox/ |
H A D | README |
|
/plugin/semantic/ |
H A D | helper.php | 168 * Get the modified date of page 174 return (isset($this->meta['date']['modified']) ? $this->meta['date']['modified'] : -1); 212 $modified = date(DATE_W3C, $this->getModifiedDate()); 224 'dateModified' => $modified,
|
/plugin/reflect/ |
H A D | README.md | 3 …php) and creates an reflected imageversion which is then delivered. The modified file will be stor… 13 Originaly based on the reflect.php - modified by [imageflow](http://194.95.111.244/~countzero/myCMS…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
H A D | SyrCOMEdessa_license.txt | 15 * Contact information has been modified to show that the 36 The Font Software may not be modified, altered, or added to, 38 Fonts may not be modified nor may additional glyphs or 40 and void when the Fonts or Font Software have been modified.
|
H A D | DejaVuinfo.txt | 21 The Font Software may be modified, altered, or added to, and in particular 22 the designs of glyphs or characters in the Fonts may be modified and 28 Software that has been modified and is distributed under the "Bitstream 69 The Font Software may be modified, altered, or added to, and in 71 modified and additional glyphs or characters may be added to the 76 or Font Software that has been modified and is distributed under the
|
/plugin/backlinks2/_test/data/meta/ |
H A D | backlinks_exclude_syntax.meta | 1 …modified";i:1463391432;}s:4:"user";s:0:"";s:7:"creator";s:0:"";s:11:"last_change";b:0;s:5:"title";…
|
H A D | link.meta | 1 a:2:{s:7:"current";a:8:{s:4:"date";a:2:{s:7:"created";i:1463261385;s:8:"modified";i:1463241258;}s:4… 5 …}s:10:"persistent";a:4:{s:4:"date";a:2:{s:7:"created";i:1463261385;s:8:"modified";i:1463241258;}s:…
|
H A D | backlinks_include_syntax.meta | 1 …modified";i:1463391431;}s:4:"user";s:0:"";s:7:"creator";s:0:"";s:11:"last_change";a:7:{s:4:"date";…
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 155 * @param array $modified 160 …SyncCollectionResponse($syncToken, $collectionUrl, array $added, array $modified, array $deleted, … argument 166 foreach (array_merge($added, $modified) as $item) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 155 * @param array $modified 160 …SyncCollectionResponse($syncToken, $collectionUrl, array $added, array $modified, array $deleted, … argument 166 foreach (array_merge($added, $modified) as $item) {
|