Home
last modified time | relevance | path

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

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
DUpdateDeviceMetadataInBatchRequest.php29 public function setUpdates($updates) argument
31 $this->updates = $updates;
38 return $this->updates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
DAchievementUpdateMultipleRequest.php47 public function setUpdates($updates) argument
49 $this->updates = $updates;
56 return $this->updates;
DEventPeriodUpdate.php63 public function setUpdates($updates) argument
65 $this->updates = $updates;
72 return $this->updates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DAppendValuesResponse.php64 public function setUpdates(UpdateValuesResponse $updates) argument
66 $this->updates = $updates;
73 return $this->updates;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
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/
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/asciidocjs/node_modules/pug-load/
DHISTORY.md19 * Make filename part of the options - updates to the 2.x.y APIs for lexer and parser
/plugin/fixredirectlinks/
Dplugin.info.txt6 desc This plugin updates the class on links that are directed through the Redirect plugin.
/plugin/snippets/
Dplugin.info.txt7 desc Provides toolbar button+popup for template insertion; can track and insert sinppet updates
/plugin/newpagetemplate/
DREADME1 This updates the newpagetmplate plugin to handle the new Events for Templates.
/plugin/projects/syntax/
Dprojectfile.php86 if (auth_quickaclcheck($ID) == AUTH_ADMIN && $this->getConf('check updates')) {
/plugin/dokusioc/
Dplugin.info.txt6 …cks the requested application type (content negotiation) and it pings PTSW.com for pushing updates.
/plugin/searchindex/lang/en/
Dintro.txt4 This is generally not needed as the index builds and updates itself as
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog70 * Change: documentation updates
175 * Change: minor documentation / FAQ updates
201 * Change: minor documentation / FAQ 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
388 * Change: minor FAQ / documentation updates
466 * Changed: documentation/FAQ updates
[all …]
/plugin/dw2pdf/conf/
Dstyle.css6 * to make sure they are not overwritten by updates
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.commercial.txt21 receive any technical support, updates or bugfixes, except as such are
/plugin/syntaxhighlighter3/
DCHANGELOG.md53 …toloader brush list. No longer necessary to edit action.php, i.e. plugin updates will not overwrit…
/plugin/photogallery/phpThumb/licenses/
Dlicense.ptcl.txt21 receive any technical support, updates or bugfixes, except as such are
/plugin/bibtex4dw/
DCHANGELOG.md12 * Perform SQLite updates in a single transaction, see [#8](https://github.com/tillbiskup/dokuwiki-b…
/plugin/authgoogle/google/contrib/
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/fedauth/Auth/OpenID/
DMessage.php845 function updateArgs($namespace, $updates) argument
854 foreach ($updates as $k => $v) {
/plugin/geonav/tpl/startermap/
Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DCHANGELOG.md240 * Documentation updates and corrections.
250 * Documentation updates.
/plugin/openid/Auth/OpenID/
DMessage.php925 function updateArgs($namespace, $updates) argument
934 foreach ($updates as $k => $v) {

12345678