Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 52) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DAggregation.php26 protected $countType = Count::class;
44 * @param Count
46 public function setCount(Count $count)
51 * @return Count
H A DCount.php20 class Count extends \Google\Model class
44 class_alias(Count::class, 'Google_Service_Firestore_Count');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php211 $Count = ord($data[$dp]);
214 if ($Count) {
215 for ($i = 0; $i < $Count; $i++) {
218 $dp += $Count;
223 $this->LastByte = 2 + $Count;
225 $this->LastBit = (2 + $Count) << 3;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DCount.php20 class Count extends \Google\Model class
62 class_alias(Count::class, 'Google_Service_ManufacturerCenter_Count');
H A DAttributes.php39 protected $countType = Count::class;
229 * @param Count
231 public function setCount(Count $count)
236 * @return Count
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DCount.php22 * Class Count
28 class Count extends AbstractEndpoint class
73 public function setBody($body): Count
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DCount.php22 * Class Count
28 class Count extends AbstractEndpoint class
/plugin/idcount/
H A DREADME.md1 # DokuWiki-Plugin: ID Count
/plugin/textmodule/
H A Daction.php42 for ($c=1;$c<Count($m);$c++) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php350 $Count = ord($data[0]);
353 if ($Count) {
354 for ($i = 0; $i < $Count; $i++) {
357 $data = substr($data, $Count);
362 $this->LastByte = 2 + $Count;
364 $this->LastBit = (2 + $Count) << 3;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckmenublock.js30 FCKMenuBlock.prototype.Count = function() method in FCKMenuBlock
H A Dfckcontextmenu.js170 if ( fckContextMenu._MenuBlock.Count() == 0 )
/plugin/dokumicrobugtracker/
H A DREADME.md55 {{dokumicrobugtracker>project=KhtEditor|display=Count}}
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md61 // Count the number of sentences
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Count:0,MaxOnLeft:0,ctor:function(numberOfSiblings,numberOfGroups){this.$initialize();this.m_numbe…
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties85 document_properties_page_count=Page Count:
/plugin/pdfjs/pdfjs/web/locale/en-US/
H A Dviewer.properties105 document_properties_page_count=Page Count:
/plugin/pdfjs/pdfjs/web/locale/tl/
H A Dviewer.properties105 document_properties_page_count=Page Count:
/plugin/pdfjs/pdfjs/web/locale/en-CA/
H A Dviewer.properties105 document_properties_page_count=Page Count:
/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties105 document_properties_page_count=Page Count:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1680 * @return Count
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1114 # 3.8.6.2 Repeat Count
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1114 # 3.8.6.2 Repeat Count
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php805 foreach ($BitrateDistribution as $Bitrate => $Count) {
808 echo '<td align="right">'.number_format($Count).'</td>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md358 - Add 'terminate_after' to Count endpoint whitelist (#634) [[c3cacd7]](http://github.com/elasticsearch/elasticsearch-php/commit/c3cacd7)

123