Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/plugin/diagramsnet/lib/plugins/
H A Dupdate.js220 update.setAttribute('id', cell.id);
225 status.appendChild(update);
230 update.setAttribute('id', cell.id);
234 status.appendChild(update);
253 update.setAttribute('id', cell.id);
261 status.appendChild(update);
270 status.appendChild(update);
276 update.setAttribute('id', cell.id);
278 update.setAttribute('value',
280 update.setAttribute('icon', '');
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Dprofile-update.css2 .form-profile-update {
10 .form-profile-update .form-control-row {
14 .form-profile-update .logo {
20 .form-profile-update label::first-letter {
23 .form-profile-update label {
27 .form-profile-update h1 {
35 .form-profile-update .form-floating:focus-within {
39 .form-profile-update-header {
44 .form-profile-update button {
48 .form-profile-update
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1LaunchTemplateParameters.php39 public $update; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1LaunchTemplateParameters
100 public function setUpdate($update) argument
102 $this->update = $update;
109 return $this->update;
H A DGoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.php47 public $update; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter
136 public function setUpdate($update) argument
138 $this->update = $update;
145 return $this->update;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DLaunchTemplateParameters.php39 public $update; variable in Google\\Service\\Dataflow\\LaunchTemplateParameters
100 public function setUpdate($update) argument
102 $this->update = $update;
109 return $this->update;
H A DLaunchFlexTemplateParameter.php49 public $update; variable in Google\\Service\\Dataflow\\LaunchFlexTemplateParameter
152 public function setUpdate($update) argument
154 $this->update = $update;
161 return $this->update;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc8 'update' => [
20 'update' => [
39 'update' => [
52 'update' => [
64 'update' => [
H A D38c1d0f6668e9563c0827f839f9fa505.asciidoc1 // docs/update.asciidoc:218
14 $response = $client->update($params);
/plugin/elasticsearch/vendor/react/promise/src/
H A DDeferred.php48 * @param mixed $update
50 public function notify($update = null) argument
54 \call_user_func($this->notifyCallback, $update);
61 public function progress($update = null) argument
63 $this->notify($update);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DModification.php80 public function setUpdate(ColumnFamily $update) argument
82 $this->update = $update;
89 return $this->update;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DUpdateClusterRequest.php86 public function setUpdate(ClusterUpdate $update) argument
88 $this->update = $update;
95 return $this->update;
H A DSetMasterAuthRequest.php104 public function setUpdate(MasterAuth $update) argument
106 $this->update = $update;
113 return $this->update;
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js47 this.update = $(update);
65 function(element, update){
66 if(!update.style.position || update.style.position=='absolute') {
76 function(element, update){ new Effect.Fade(update,{duration:0.15}) };
88 Element.hide(this.update);
95 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update
99 new Insertion.After(this.update,
109 Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
111 this.update.style.zIndex = 2;
117 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMutation.php92 public function setUpdate(Write $update) argument
94 $this->update = $update;
101 return $this->update;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DMutation.php84 public function setUpdate(Entity $update) argument
86 $this->update = $update;
93 return $this->update;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DWrite.php83 public function setUpdate(Document $update) argument
85 $this->update = $update;
92 return $this->update;
/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php44 $result->update(GTVerifier::verifyCommon($content, $dataHash));
72 $result->update(GTVerifier::verifyCertificate($certificate, $historyTime, $publicKey));
78 $result->update(GTVerifier::verifyPkSignature($timeSignature, $publicKey));
96 $result->update(GTVerifier::verifyCommon($content, $dataHash));
112 $result->update(GTVerifier::verifyPublication($timeSignature, $publication));
146 $result->update(GTVerifier::verifyDataHash($messageImprint, $dataHash));
168 $dataHash->update($signedData->getEncapsulatedContent()->getContentRaw());
181 … $result->update(GTVerifier::verifyHashChains($timeSignature, $digestAlgorithm, $signedAttrs));
265 $input->update($set->encodeDER());
274 $output->update($historyOutput);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeploymentmanagerResource.php181 public function setUpdate(ResourceUpdate $update) argument
183 $this->update = $update;
190 return $this->update;
H A DDeployment.php207 public function setUpdate(DeploymentUpdate $update) argument
209 $this->update = $update;
216 return $this->update;
/plugin/groupmgr/
H A Dsyntax.php322 $update = array();
327 $update['grps'] = $u['grps'];
332 $update['grps'] = $u['grps'];
335 if (count($update) > 0) {
336 if ($auth->modifyUser($name, $update)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc163 existing document, or perform a partial update to just some fields (either
167 ==== Partial document update
169 If you want to partially update a document (for example, change an existing
187 $response = $client->update($params);
192 ==== Scripted document update
194 Sometimes you need to perform a scripted update, such as incrementing a counter
195 or appending a new value to an array. To perform a scripted update, you need to
211 $response = $client->update($params);
219 your update script, but if the document does not exist (or the field you are
220 trying to update does
[all...]
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php25 public function update(AbstractModel $model, array $data): void { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServicePriority
29 parent::update($model, $data);
35 $this->update($model, ['news_id' => $newsId, 'stream_id' => $streamId]);
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js108 var update = (cal.dateClicked || p.electric);
109 if (update && p.inputField) {
114 if (update && p.displayArea)
116 if (update && typeof p.onUpdate == "function")
118 if (update && p.flat) {
122 if (update && p.singleClick && cal.dateClicked)
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dinstall_test.sh5 composer self-update
6 composer update $COMPOSER_FLAGS -n
/plugin/linkback/action/
H A Ddisplay.php287 $update = false;
301 $update = true;
304 if ($update)
325 $update = false;
333 $update = true;
336 if ($update)

12345678910>>...33