Home
last modified time | relevance | path

Searched refs:total (Results 76 – 100 of 299) sorted by path

12345678910>>...12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php84 $total = count($this->connections);
86 while ($total--) {
H A DStaticConnectionPool.php52 $total = count($this->connections);
53 while ($total--) {
H A DStaticNoPingConnectionPool.php49 $total = count($this->connections);
50 while ($total--) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php176 $total = count($this->streams) - 1;
182 if ($this->current == $total) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php314 $fn = function ($code, $_1, $_2, $_3, $transferred, $total) use ($value) {
316 $value($total, $transferred, null, null);
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php296 $total = \count($array);
301 $wrappedReduceFunc = function ($current, $val) use ($reduceFunc, $cancellationQueue, $total, &$i) {
305 ->then(function ($c) use ($reduceFunc, $total, &$i, $val) {
307 ->then(function ($value) use ($reduceFunc, $total, &$i, $c) {
308 return $reduceFunc($c, $value, $i++, $total);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md330 * Added `\Elastica\ResultSet::getTotalHitsRelation()` to get relation for total hits [#1694](https://github.com/ruflin/Elastica/pull/1694)
365 * hits.total is now an object in the search response [hits.total](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_literal_hits_total_literal_is_now_an_object_in_the_search_response)
/plugin/farm/
H A Dinfos.animal.class.php164 * @return total size
/plugin/farmsync/meta/
H A DEntityUpdates.php26 $total = count($this->targets);
37 $this->printProgressLine($target, $i, $total);
76 abstract protected function printProgressLine($target, $i, $total); argument
H A DMediaUpdates.php51 function printProgressLine($target, $i, $total) { argument
52 echo sprintf($this->getLang('progress:media'), $target, $i, $total) . "</br>";
H A DPageUpdates.php74 function printProgressLine($target, $i, $total) { argument
75 echo sprintf($this->getLang('progress:pages'), $target, $i, $total) . "</br>";
H A DStructUpdates.php46 function printProgressLine($target, $i, $total) { argument
47 echo sprintf($this->getLang('progress:struct'), $target, $i, $total) . "</br>";
H A DTemplateUpdates.php48 function printProgressLine($target, $i, $total) { argument
49 echo sprintf($this->getLang('progress:templates'), $target, $i, $total) . "</br>";
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php122 $total = count($this->pages);
123 …$count = min($total, $submittedCount); // The count can't be higher then the total number of pages.
133 return $exporter->serializeItems($items, $start, $submittedCount, $total);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php15 public function serializeItems($items, $start = 0, $count = 0, $total = 0) argument
30 … public function serializeItemsToFile($targetDirectory, $items, $start = 0, $count = 0, $total = 0) argument
32 $csvString = $this->serializeItems($items, $start, $count, $total);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php69 …* @param int $total The global total of items that could be exported. This value is ignored when u…
72 abstract public function serializeItems($items, $start, $count, $total); argument
85 …* @param int $total The global total of items that could be exported. This value is ignored when u…
88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php21 private $total; variable in FINDOLOGIC\\Export\\XML\\Page
23 public function __construct($start, $count, $total) argument
27 $this->total = $total;
57 'total' => $this->total
H A DXMLExporter.php12 public function serializeItems($items, $start, $count, $total) argument
14 $page = new Page($start, $count, $total);
24 public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total) argument
26 $xmlString = $this->serializeItems($items, $start, $count, $total);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md355 * `max`, total number of bytes to transfer.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php53 * @param bool $total
57 protected function renderItem(Node $node, $total = false) argument
74 if ($total) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTotals.php91 $this->linesNode->setAttribute('total', $loc);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml731 total: 4443.52
748 'tax' => 251.42, 'total' => 4443.52,
859 total : 4443.52
864 'total' => 4443.52
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3230 getIndices: function(a, b, total) { argument
3232 return $R(1, total).inject([], function(memo, i) {
/plugin/gitlabapi/
H A Dsyntax.php185 $total = count($commits) < $number ? count($commits) : $number;
186 for ($i = 0; $i < $total; $i++) {
215 $total = count($issues) < $number ? count($issues) : $number;
216 for ($i = 0; $i < $total; $i++) {
254 $total = count($milestones) < $number ? count($milestones) : $number;
255 for ($i = 0; $i < $total; $i++) {
283 $total = count($pipelines) < $number ? count($pipelines) : $number;
284 for ($i = 0; $i < $total; $i++) {
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog208 vectors was limited to 255 (limit on total number of different
988 unexpected results if total percentage of the constraint was less

12345678910>>...12