Home
last modified time | relevance | path

Searched refs:updated (Results 26 – 50 of 212) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDataSource.php74 public $updated; variable in Google\\Service\\Analytics\\CustomDataSource
269 public function setUpdated($updated) argument
271 $this->updated = $updated;
278 return $this->updated;
H A DFilter.php65 public $updated; variable in Google\\Service\\Analytics\\Filter
254 public function setUpdated($updated) argument
256 $this->updated = $updated;
263 return $this->updated;
H A DUnsampledReport.php93 public $updated; variable in Google\\Service\\Analytics\\UnsampledReport
340 public function setUpdated($updated) argument
342 $this->updated = $updated;
349 return $this->updated;
H A DWebproperty.php87 public $updated; variable in Google\\Service\\Analytics\\Webproperty
334 public function setUpdated($updated) argument
336 $this->updated = $updated;
343 return $this->updated;
H A DGoal.php69 public $updated; variable in Google\\Service\\Analytics\\Goal
256 public function setUpdated($updated) argument
258 $this->updated = $updated;
265 return $this->updated;
H A DProfile.php111 public $updated; variable in Google\\Service\\Analytics\\Profile
446 public function setUpdated($updated) argument
448 $this->updated = $updated;
455 return $this->updated;
H A DExperiment.php113 public $updated; variable in Google\\Service\\Analytics\\Experiment
445 public function setUpdated($updated) argument
447 $this->updated = $updated;
454 return $this->updated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php80 public $updated; variable in Google\\Service\\Books\\Annotation
299 public function setUpdated($updated) argument
301 $this->updated = $updated;
308 return $this->updated;
H A DVolumeUserInfo.php83 public $updated; variable in Google\\Service\\Books\\VolumeUserInfo
328 public function setUpdated($updated) argument
330 $this->updated = $updated;
337 return $this->updated;
/plugin/freechat/phpfreechat/src/commands/
H A Dunban.class.php38 $updated = false;
53 $updated = true;
60 $updated = true;
64 if ($updated)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPost.php84 public $updated; variable in Google\\Service\\Blogger\\Post
331 public function setUpdated($updated) argument
333 $this->updated = $updated;
340 return $this->updated;
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php351 public $updated; variable in Google_Task
437 public function setUpdated( $updated) { argument
438 $this->updated = $updated;
441 return $this->updated;
475 public $updated; variable in Google_TaskList
506 public function setUpdated( $updated) { argument
507 $this->updated = $updated;
510 return $this->updated;
H A DGoogle_BloggerService.php471 public $updated; variable in Google_Blog
534 $this->updated = $updated;
537 return $this->updated;
712 public $updated; variable in Google_Comment
768 $this->updated = $updated;
771 return $this->updated;
895 public $updated; variable in Google_Page
946 $this->updated = $updated;
949 return $this->updated;
1053 public $updated; variable in Google_Post
[all …]
H A DGoogle_AnalyticsService.php610 public $updated; variable in Google_Account
648 $this->updated = $updated;
750 public $updated; variable in Google_CustomDataSource
820 $this->updated = $updated;
1187 public $updated; variable in Google_Experiment
1327 $this->updated = $updated;
1739 public $updated; variable in Google_Goal
1824 $this->updated = $updated;
2510 $this->updated = $updated;
2867 $this->updated = $updated;
[all …]
H A DGoogle_BooksService.php1029 public $updated; variable in Google_Annotation
1117 $this->updated = $updated;
1230 public $updated; variable in Google_Annotationdata
1275 $this->updated = $updated;
2018 public $updated; variable in Google_Bookshelf
2064 $this->updated = $updated;
2328 public $updated; variable in Google_Layersummary
2393 $this->updated = $updated;
2451 $this->updated = $updated;
3023 $this->updated = $updated;
[all …]
H A DGoogle_PlusDomainsService.php572 public $updated; variable in Google_Activity
678 $this->updated = $updated;
681 return $this->updated;
777 public $updated; variable in Google_ActivityFeed
828 $this->updated = $updated;
1512 public $updated; variable in Google_Comment
1570 $this->updated = $updated;
1636 public $updated; variable in Google_CommentFeed
1681 $this->updated = $updated;
1758 public $updated; variable in Google_Media
[all …]
H A DGoogle_PlusService.php398 public $updated; variable in Google_Activity
504 $this->updated = $updated;
507 return $this->updated;
603 public $updated; variable in Google_ActivityFeed
654 $this->updated = $updated;
1078 public $updated; variable in Google_Comment
1136 $this->updated = $updated;
1202 public $updated; variable in Google_CommentFeed
1247 $this->updated = $updated;
1788 public $updated; variable in Google_MomentsFeed
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php144 public $updated; variable in Google\\Service\\Storage\\StorageObject
583 public function setUpdated($updated) argument
585 $this->updated = $updated;
592 return $this->updated;
H A DBucket.php108 public $updated; variable in Google\\Service\\Storage\\Bucket
481 public function setUpdated($updated) argument
483 $this->updated = $updated;
490 return $this->updated;
/plugin/issuelinks/classes/
H A DIssue.php30 private $updated; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
397 return $this->updated;
401 * @param string|int $updated
405 public function setUpdated($updated) argument
409 if (!$util->isValidTimeStamp($updated)) {
410 $updated = strtotime($updated);
412 $this->updated = (int)$updated;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php617 $updated = null;
620 $updated = self::empty();
622 $updated = SingletonPredictionContext::create($parents[0], $context->getReturnState(0));
628 $updated = new ArrayPredictionContext($parents, $context->returnStates);
631 $contextCache->add($updated);
632 $visited[\spl_object_id($updated)] = $updated;
633 $visited[\spl_object_id($context)] = $updated;
635 return $updated;
/plugin/openas/
H A DREADME18 In this version all backlinks to the page being moved are updated to the page id of the new page.
21 it is not updated until the user with the lock exits the page. The original page remains in place u…
22 all of the pages with backlinks have been updated. Once all backlinks have been updated,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php150 public $updated; variable in Google\\Service\\Calendar\\Event
677 public function setUpdated($updated) argument
679 $this->updated = $updated;
686 return $this->updated;
/plugin/publish/
H A Dsyntax.php97 $updated = '<a href="' . wl($page[0]) . '">' . dformat($page[2]) . '</a>';
109 if($last == $page[2]) { $updated = 'Unchanged'; } //shouldn't be possible:
123 $renderer->doc .= $updated;
/plugin/publist/
H A Dchangelog4 * bib2tpl updated to v2 with additional modifications (see changelog in
14 * Added/updated administrative files: COPYING, etc.

123456789