Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 60) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DListViewsResponse.php47 public function setViews($views) argument
49 $this->views = $views;
56 return $this->views;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1ListViewsResponse.php47 public function setViews($views) argument
49 $this->views = $views;
56 return $this->views;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
DGuestUnitFeatures.php368 public function setViews(ViewsFromUnit $views) argument
370 $this->views = $views;
377 return $this->views;
/plugin/asciidocjs/node_modules/ejs/lib/
Dejs.js159 var views = options.views;
181 if (!includePath && Array.isArray(views)) {
182 includePath = resolvePaths(path, views);
467 if (data.settings.views) {
468 opts.views = data.settings.views;
534 options.views = opts.views;
/plugin/statistics/
Ddb.sql174 `views` INT UNSIGNED NOT NULL,
201 ALTER TABLE `stats_session` ADD INDEX `views` (`views`);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DLogging.php173 'views',
383 'views',
387 'path' => 'v2/{+parent}/views',
411 'path' => 'v2/{+parent}/views',
1027 'views',
1031 'path' => 'v2/{+parent}/views',
1065 'path' => 'v2/{+parent}/views',
1457 'views',
1461 'path' => 'v2/{+parent}/views',
1495 'path' => 'v2/{+parent}/views',
[all …]
DContactcenterinsights.php559 'views',
563 'path' => 'v1/{+parent}/views',
593 'path' => 'v1/{+parent}/views',
/plugin/json/script/
Dejs.min.js1views=options.views;var match=/^[A-Za-z]+:\\|^\//.exec(path);if(match&&match.length){path=path.rep…
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1views=options.views;var match=/^[A-Za-z]+:\\|^\//.exec(path);if(match&&match.length){path=path.rep…
Dejs.js160 var views = options.views;
182 if (!includePath && Array.isArray(views)) {
183 includePath = resolvePaths(path, views);
468 if (data.settings.views) {
469 opts.views = data.settings.views;
535 options.views = opts.views;
DREADME.md68 - `views` An array of paths to use when resolving includes with relative paths.
126 including `./views/user/show.ejs` from `./views/users.ejs` you would
/plugin/dokusioc/lib/
Dsioc_inc.php433 private $views; variable in SIOCThread
444 …public function __construct($id, $url, $page, $views = '', $tags = array(), $subject = '', $create… argument
451 $this->views = $views;
483 if ($this->views) {
484 $rdf .= " <sioc:num_views>" . $this->views . "</sioc:num_views>\n";
/plugin/accscounter/lang/en/
Dmngintro.txt5 * The number of page views (PV) since the birth of the page till now
/plugin/xcom/lang/en/
Dhowto.txt16 * A status bar with action links to clear the various views and to display the current query
32views: HTML, Edit, and Code. These are all contained within an "Output" window. When the result of…
/plugin/dokusioc/
DREADME.md4 [DokuWiki](https://dokuwiki.org/) and provides alternate RDF/XML views of the wiki documents.
/plugin/openlayersmapoverlays/
DLICENSE.txt45 The views and conclusions contained in the software and documentation are those
/plugin/pdfjs/pdfjs/web/
Dviewer.js3736 function backtrackBeforeAllVisibleElements(index, views, top) {
3741 var elt = views[index].div;
3745 elt = views[index - 1].div;
3750 elt = views[i].div;
3762 function getVisibleElements(scrollEl, views) {
3783 numViews = views.length;
3784 …var firstVisibleElementInd = numViews === 0 ? 0 : binarySearchFirstItem(views, horizontal ? isElem…
3787 firstVisibleElementInd = backtrackBeforeAllVisibleElements(firstVisibleElementInd, views, top);
3793 var view = views[i],
3844 views: visible property
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Dexclusion_strategies.rst85 Another default exclusion strategy is to create different views of your objects.
/plugin/securelogin/
DREADME.md99 …dify user, and edit profile options. This is what will be seen if someone views a user changing th…
/plugin/asciidocjs/node_modules/handlebars/
DREADME.markdown130 structure your views, also with automatic data binding support.
/plugin/combo/resources/theme/default/components/css/
Ddo-media.css599 /* image diff views */
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js15633 var views = [];
15647 views.push(newgantt);
15649 views.push(typeof this.gantt == "object" ? this.gantt : window.gantt);
15654 if (views.length === 1) return views[0];
15655 return views;
21051 var cells = config.rows || config.cols || config.views;
21628 var views = this._eachView();
21630 for(var i = 0; i < views.length; i++){
21631 …if(views[i].$config && ((this._isVertical() && views[i].$config.scrollY == this.$id) || (this._isH…
21632 res.push(views[i]);
[all …]
/plugin/codemirror/dist/modes/
Dsql.min.js.map1views warnings when while with work write xa xor year_month zerofill begin do then else loop repea…
Dq.min.js.map1 …\",\"union\",\"update\",\"upper\",\"upsert\",\"value\",\"var\",\"view\",\"views\",\"vs\",\"wavg\",…
/plugin/davcal/fullcalendar-3.10.5/
Dfullcalendar.less868 /* there may be week numbers in these views, so no padding-top */
1210 /* unlike core views, leverage browser RTL */ }

123