Home
last modified time | relevance | path

Searched refs:modified (Results 151 – 175 of 707) sorted by path

12345678910>>...29

/plugin/const/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/contactmodern/
H A DLICENSE46 authors' sake, the GPL requires that modified versions be marked as
51 modified versions of the software inside them, although the manufacturer
86 exact copy. The resulting work is called a "modified version" of the
214 a) The work must carry prominent notices stating that you modified
312 and execute modified versions of a covered work in that User Product from
313 a modified version of its Corresponding Source. The information must
314 suffice to ensure that the continued functioning of the modified object
326 modified object code on the User Product (for example, the work has
331 for a work that has been modified or installed by the recipient, or for
373 requiring that modified versions of such material be marked in
[all …]
/plugin/cookiebanner/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/copycode/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/creole/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/crypto/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/cumulus/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/currentlyreading/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/data-au/
H A DREADME18 Based on the work of Andreas Gohr, modified by Scott Ferguson
/plugin/dataplot/
H A DCOPYING46 authors' sake, the GPL requires that modified versions be marked as
51 modified versions of the software inside them, although the manufacturer
86 exact copy. The resulting work is called a "modified version" of the
214 a) The work must carry prominent notices stating that you modified
312 and execute modified versions of a covered work in that User Product from
313 a modified version of its Corresponding Source. The information must
314 suffice to ensure that the continued functioning of the modified object
326 modified object code on the User Product (for example, the work has
331 for a work that has been modified or installed by the recipient, or for
373 requiring that modified versions of such material be marked in
[all …]
/plugin/datatables/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datatemplate/syntax/inc/
H A Dcache.php69 $modified = filemtime(wikiFN($pageid[0]));
70 $latest = ($modified > $latest) ? $modified : $latest;
/plugin/date/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/datedifference/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
/plugin/datepicker/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
95 a) You must cause the modified files to carry prominent notices
103 c) If the modified program normally reads commands interactively
114 These requirements apply to the modified work as a whole. If
H A DREADME.md9 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/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php714 * @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/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php271 * @param mixed $modified The iCalendar object has been touched.
275 …erface $request, ResponseInterface $response, VCalendar $vCal, $calendarPath, &$modified, $isNew) { argument
294 $this->processICalendarChange($oldObj, $vCal, $addresses, [], $modified);
511 * @param bool $modified A marker to indicate that the original object
515 …oldObject = null, VCalendar $newObject, array $addresses, array $ignore = [], &$modified = false) { argument
520 if ($messages) $modified = true;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php284 * @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/lib/DAV/
H A DCorePlugin.php137 $modified = new \DateTime($httpHeaders['Last-Modified']);
138 if ($modified > $ifRangeDate) $ignoreRangeHeader = true;
H A DServer.php1028 $modified = false;
1029 if (!$this->emit('beforeCreateFile', [$uri, &$data, $parent, &$modified])) return false;
1033 if ($modified) $etag = null;
1062 $modified = false;
1063 if (!$this->emit('beforeWriteContent', [$uri, $node, &$data, &$modified])) return false;
1066 if ($modified) $etag = null;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php155 * @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/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php663 'modified' => [],
682 'modified' => ["todo1.ics"],
691 'modified' => [],

12345678910>>...29