Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 156) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DUpdateDeviceMetadataInBatchRequest.php29 public function setUpdates($updates) argument
31 $this->updates = $updates;
38 return $this->updates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementUpdateMultipleRequest.php47 public function setUpdates($updates) argument
49 $this->updates = $updates;
56 return $this->updates;
H A DEventPeriodUpdate.php63 public function setUpdates($updates) argument
65 $this->updates = $updates;
72 return $this->updates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAppendValuesResponse.php64 public function setUpdates(UpdateValuesResponse $updates) argument
66 $this->updates = $updates;
73 return $this->updates;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php111 $updates = [];
116 $updates['displayname'] = $newValue;
119 $updates['description'] = $newValue;
125 foreach ($updates as $key => $value) {
136 $updates['addressbookid'] = $addressBookId;
138 $stmt->execute($updates);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php111 $updates = [];
116 $updates['displayname'] = $newValue;
119 $updates['description'] = $newValue;
125 foreach ($updates as $key => $value) {
136 $updates['addressbookid'] = $addressBookId;
138 $stmt->execute($updates);
/plugin/snippets/lang/en/
H A Dinfo.txt2 … the page files against the snippets logged in their metafiles, and then updates the metafiles to …
3 It also updates the database which holds two lists:
/plugin/snippets/
H A Dplugin.info.txt7 desc Provides toolbar button+popup for template insertion; can track and insert sinppet updates
/plugin/projects/syntax/
H A Dprojectfile.php86 if (auth_quickaclcheck($ID) == AUTH_ADMIN && $this->getConf('check updates')) {
/plugin/newpagetemplate/
H A DREADME1 This updates the newpagetmplate plugin to handle the new Events for Templates.
/plugin/dokusioc/
H A Dplugin.info.txt6 …cks the requested application type (content negotiation) and it pings PTSW.com for pushing updates.
/plugin/searchindex/lang/en/
H A Dintro.txt4 This is generally not needed as the index builds and updates itself as
/plugin/dw2pdf/conf/
H A Dstyle.css6 * to make sure they are not overwritten by updates
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog70 * Change: documentation updates
214 * Fixed: minor sample updates
234 * Change: minor documentation/FAQ updates
241 * Change: minor documentation/FAQ updates
336 * Fixed: documentation fixes / updates
373 * Fixed: minor samples updates
466 * Changed: documentation/FAQ updates
571 * Change: minor updates in sample files
573 * Change: minor documentation/FAQ updates
674 * Change: minor documentation updates
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.commercial.txt21 receive any technical support, updates or bugfixes, except as such are
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md53 …toloader brush list. No longer necessary to edit action.php, i.e. plugin updates will not overwrit…
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.ptcl.txt21 receive any technical support, updates or bugfixes, except as such are
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php2306 public $updates; variable in Google_RoomP2PStatuses
2313 public function setUpdates(/* array(Google_RoomP2PStatus) */ $updates) { argument
2314 $this->assertIsArray($updates, 'Google_RoomP2PStatus', __METHOD__);
2315 $this->updates = $updates;
2318 return $this->updates;
/plugin/geonav/tpl/startermap/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/plugin/fedauth/Auth/OpenID/
H A DMessage.php845 function updateArgs($namespace, $updates) argument
854 foreach ($updates as $k => $v) {
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md125 When a new **major** version is released (e.g. `1.6` -> `2.0`), the previous one (`1.6`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.
129 **Professional support, including notification of new releases and security updates, is available through a [Tidelift Subscription](https://tidelift.com/subscription/pkg/packagist-league-commonmark?utm_source=packagist-league-commonmark&utm_medium=referral&utm_campaign=readme).**
144 Major refactoring to core parsing logic should be avoided if possible so that we can easily follow updates made to [the reference implementation][commonmark.js]. That being said, we will absolutely consider changes which don't deviate too far from the reference spec or which are favored by other popular CommonMark implementations.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md240 * Documentation updates and corrections.
250 * Documentation updates.
/plugin/openid/Auth/OpenID/
H A DMessage.php925 function updateArgs($namespace, $updates) argument
934 foreach ($updates as $k => $v) {
/plugin/projects/
H A Dchangelog12 * Fixed plugin settings. Now auto-checking for updates is truly configurable.
/plugin/file2dw/
H A DREADME.md49 …s elsewhere in your system, so you don't lose these changes when you get updates. `docker-compose-…

1234567