Home
last modified time | relevance | path

Searched refs:TaskList (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/Resource/
DTasklists.php20 use Google\Service\Tasks\TaskList; alias
50 * @return TaskList
56 return $this->call('get', [$params], TaskList::class);
62 * @param TaskList $postBody
64 * @return TaskList
66 public function insert(TaskList $postBody, $optParams = [])
70 return $this->call('insert', [$params], TaskList::class);
94 * @param TaskList $postBody
96 * @return TaskList
98 public function patch($tasklist, TaskList $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
DTaskLists.php27 protected $itemsType = TaskList::class;
53 * @param TaskList[]
60 * @return TaskList[]
DTaskList.php20 class TaskList extends \Google\Model class
134 class_alias(TaskList::class, 'Google_Service_Tasks_TaskList');
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
DListItemRenderer.php19 use League\CommonMark\Extension\TaskList\TaskListItemMarker;