Home
last modified time | relevance | path

Searched refs:getCount (Results 76 – 92 of 92) sorted by path

1234

/plugin/odt/ODT/elements/
H A DODTElementTable.php68 $count = $this->getCount();
93 $count = $this->getCount();
H A DODTElementTableColumn.php102 $style_name = 'odt_auto_style_table_column_'.$table->getCount().'_'.($curr_column+1);
H A DODTElementTableHeaderCell.php41 $count = $table->getCount();
H A DODTStateElement.php66 public function getCount() { function in ODTStateElement
/plugin/ol3/
H A Dscript.js8getCount=function(){return this.elements_.length},t.prototype.getLeftChildIndex_=function(t){retur… method in t
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php55 public function getCount(): ?int
54 public function getCount(): ?int global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php203 return ($this->control !== null) ? $this->control->getCount() : null;
221 return (int) round($pos / ((int) $control->getCount() / 100));
239 if ((((int) $control->getOffset() + $this->after) >= (int) $control->getCount())) {
243 return $control->getOffset() === $control->getCount();
302 $count = ($this->control !== null) ? (int) $this->control->getCount() : 0;
319 $offset = (int) round(((int) $this->control->getCount() / 100) * $offset);
/plugin/refnotes/
H A Daction.php286 if ($stash->getCount() == 0) {
H A Dnamespace.php30 public function getCount() { function in refnotes_namespace_data_stash
/plugin/struct/meta/
H A DAggregationCloud.php
H A DAggregationTable.php28 if ($this->searchConfig->getCount() <= 0 && !$this->isDynamicallyFiltered() && $showNotFound) {
67 if ($this->searchConfig->getCount()) {
458 if ($this->searchConfig->getCount() > $offset + $limit) {
478 if (!$this->searchConfig->getCount()) return;
H A DAggregationValue.php39 if ($this->searchConfig->getCount()) {
H A DSearch.php401 public function getCount()
403 return $this->getResult()->getCount();
334 public function getCount() global() function in dokuwiki\\plugin\\struct\\meta\\Search
/plugin/structgantt/meta/
H A DGantt.php
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php158 $this->n_rows = $search->getCount();
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2373 Timeline.DefaultEventSource.prototype.getCount=function(){return this._events.getCount(); method in Timeline.DefaultEventSource

1234