Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 212) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeUserInfoCopy.php37 public $updated; variable in Google\\Service\\Books\\VolumeUserInfoCopy
84 public function setUpdated($updated) argument
86 $this->updated = $updated;
93 return $this->updated;
H A DAnnotationsSummaryLayers.php41 public $updated; variable in Google\\Service\\Books\\AnnotationsSummaryLayers
102 public function setUpdated($updated) argument
104 $this->updated = $updated;
111 return $this->updated;
H A DReadingPosition.php45 public $updated; variable in Google\\Service\\Books\\ReadingPosition
124 public function setUpdated($updated) argument
126 $this->updated = $updated;
133 return $this->updated;
H A DDictionaryAnnotationdata.php51 public $updated; variable in Google\\Service\\Books\\DictionaryAnnotationdata
158 public function setUpdated($updated) argument
160 $this->updated = $updated;
167 return $this->updated;
H A DGeoAnnotationdata.php51 public $updated; variable in Google\\Service\\Books\\GeoAnnotationdata
158 public function setUpdated($updated) argument
160 $this->updated = $updated;
167 return $this->updated;
H A DBookshelf.php53 public $updated; variable in Google\\Service\\Books\\Bookshelf
164 public function setUpdated($updated) argument
166 $this->updated = $updated;
173 return $this->updated;
H A DLayersummary.php66 public $updated; variable in Google\\Service\\Books\\Layersummary
219 public function setUpdated($updated) argument
221 $this->updated = $updated;
228 return $this->updated;
H A DVolumeannotation.php72 public $updated; variable in Google\\Service\\Books\\Volumeannotation
249 public function setUpdated($updated) argument
251 $this->updated = $updated;
258 return $this->updated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DColors.php33 public $updated; variable in Google\\Service\\Calendar\\Colors
80 public function setUpdated($updated) argument
82 $this->updated = $updated;
89 return $this->updated;
H A DEvents.php62 public $updated; variable in Google\\Service\\Calendar\\Events
207 public function setUpdated($updated) argument
209 $this->updated = $updated;
216 return $this->updated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTaskList.php45 public $updated; variable in Google\\Service\\Tasks\\TaskList
120 public function setUpdated($updated) argument
122 $this->updated = $updated;
129 return $this->updated;
H A DTask.php80 public $updated; variable in Google\\Service\\Tasks\\Task
281 public function setUpdated($updated) argument
283 $this->updated = $updated;
290 return $this->updated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DSegment.php57 public $updated; variable in Google\\Service\\Analytics\\Segment
174 public function setUpdated($updated) argument
176 $this->updated = $updated;
183 return $this->updated;
H A DAccount.php53 public $updated; variable in Google\\Service\\Analytics\\Account
170 public function setUpdated($updated) argument
172 $this->updated = $updated;
179 return $this->updated;
H A DCustomDimension.php63 public $updated; variable in Google\\Service\\Analytics\\CustomDimension
212 public function setUpdated($updated) argument
214 $this->updated = $updated;
221 return $this->updated;
H A DCustomMetric.php79 public $updated; variable in Google\\Service\\Analytics\\CustomMetric
270 public function setUpdated($updated) argument
272 $this->updated = $updated;
279 return $this->updated;
H A DRemarketingAudience.php68 public $updated; variable in Google\\Service\\Analytics\\RemarketingAudience
245 public function setUpdated($updated) argument
247 $this->updated = $updated;
254 return $this->updated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Export.php57 public $updated; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Export
174 public function setUpdated($updated) argument
176 $this->updated = $updated;
183 return $this->updated;
H A DGoogleCloudApigeeV1AsyncQuery.php69 public $updated; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQuery
242 public function setUpdated($updated) argument
244 $this->updated = $updated;
251 return $this->updated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKeyMetadata.php61 public $updated; variable in Google\\Service\\Storage\\HmacKeyMetadata
192 public function setUpdated($updated) argument
194 $this->updated = $updated;
201 return $this->updated;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js11 …sult={};var updated=this.getLines();var i=0,j=0;while(i<this.current.lines.length&&j<updated.lines…
12 …=this.current.lines.length,j=updated.lines.length;while(i>result.start&&j>result.start){if(this.cu…
13 …=i;result.difference=updated.lines.length-this.current.lines.length;while(result.start>0){if(updat…
15 if(result.difference>0){while(result.end<(updated.lines.length-1)){if(updated.offsets[result.end-1]…
17 this.current=updated;this.changed=result;return result;}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPage.php61 public $updated; variable in Google\\Service\\Blogger\\Page
210 public function setUpdated($updated) argument
212 $this->updated = $updated;
219 return $this->updated;
H A DComment.php57 public $updated; variable in Google\\Service\\Blogger\\Comment
202 public function setUpdated($updated) argument
204 $this->updated = $updated;
211 return $this->updated;
H A DBlog.php63 public $updated; variable in Google\\Service\\Blogger\\Blog
226 public function setUpdated($updated) argument
228 $this->updated = $updated;
235 return $this->updated;
/plugin/snippets/
H A Dadmin.php180 $updated['snippets'][$snippet]=$date;
183 if(count($updated)) {
184 $ret .= $this->dbg('updated: ', $updated,"185");
192 $updated ['snippets'] [$add] =$tm;
200 if(!array_key_exists ( $snip , $updated ['snippets'] )) {
201 $updated ['snippets'][$snip] = $tm;
205 $ret .= $this->getLang("updated") . print_r($updated ,1) . "<br />";
207 $data['relation']['isreferencedby']['snippets']=$updated['snippets'];

123456789