Home
last modified time | relevance | path

Searched refs:viewSpec (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1BigQueryTableSpec.php53 public function setViewSpec(GoogleCloudDatacatalogV1beta1ViewSpec $viewSpec) argument
55 $this->viewSpec = $viewSpec;
62 return $this->viewSpec;
H A DGoogleCloudDatacatalogV1BigQueryTableSpec.php62 public function setViewSpec(GoogleCloudDatacatalogV1ViewSpec $viewSpec) argument
64 $this->viewSpec = $viewSpec;
71 return $this->viewSpec;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js3790 function View(calendar, viewSpec) {
3795 _this.viewSpec = viewSpec;
3797 _this.type = viewSpec.type;
5792 var viewSpec = this._view.viewSpec;
5797 if (viewSpec.duration) {
5798 duration = viewSpec.duration;
5799 unit = viewSpec.durationUnit;
7935 function BasicView(calendar, viewSpec) {
12455 function AgendaView(calendar, viewSpec) {
14109 function ListView(calendar, viewSpec) {
[all …]