Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DAggregation.php26 protected $countType = Count::class;
44 * @param Count
46 public function setCount(Count $count)
51 * @return Count
DCount.php20 class Count extends \Google\Model class
44 class_alias(Count::class, 'Google_Service_Firestore_Count');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
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/
DCount.php20 class Count extends \Google\Model class
62 class_alias(Count::class, 'Google_Service_ManufacturerCenter_Count');
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/
DCount.php28 class Count extends AbstractEndpoint class
73 public function setBody($body): Count
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
DCount.php28 class Count extends AbstractEndpoint class
/plugin/idcount/
DREADME.md1 # DokuWiki-Plugin: ID Count
/plugin/textmodule/
Daction.php42 for ($c=1;$c<Count($m);$c++) {
/plugin/jsontable/demo/
Djsontable_demo.txt8 <jsontable id=cars path=cars options='{"colHeaders": ["Year", "Car", "Count"]}'>[
14 <jsontable id=cars_ path=cars options='{"colHeaders": ["Year", "Car", "Count"]}'>[
Djsontable_plugin.txt32 <jsontable id=cars path=cars options='{"colHeaders": ["Year", "Car", "Count"]}'>[
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckcontextmenu.js108 if ( fckContextMenu._MenuBlock.Count() == 0 )
Dfckmenublock.js30 FCKMenuBlock.prototype.Count = function() method in FCKMenuBlock
/plugin/photogallery/phpThumb/
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/
Dfckmenublock.js30 FCKMenuBlock.prototype.Count = function() method in FCKMenuBlock
Dfckcontextmenu.js170 if ( fckContextMenu._MenuBlock.Count() == 0 )
/plugin/dokumicrobugtracker/
DREADME.md55 {{dokumicrobugtracker>project=KhtEditor|display=Count}}
/plugin/aichat/vendor/vanderlee/php-sentence/
DREADME.md61 // Count the number of sentences
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1Count:0,MaxOnLeft:0,ctor:function(numberOfSiblings,numberOfGroups){this.$initialize();this.m_numbe… property
/plugin/bpmnio/data/
Ddmn_close.text142 <decision id="guestCount" name="Guest Count">
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
Dviewer.properties85 document_properties_page_count=Page Count:
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DREADME.md292 .command('count', 'Count the lines in a file')
322 count Count the lines in a file
692 .usage('Count the lines in a file.\nUsage: $0')
/plugin/pdfjs/pdfjs/web/locale/en-US/
Dviewer.properties105 document_properties_page_count=Page Count:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php1680 * @return Count
/plugin/pdfjs/pdfjs/web/locale/en-CA/
Dviewer.properties105 document_properties_page_count=Page Count:

123