Home
last modified time | relevance | path

Searched refs:count (Results 451 – 475 of 2539) sorted by relevance

1...<<11121314151617181920>>...102

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0a958e486ede3f519d48431ab689eded.asciidoc10 'source' => 'ctx._source.counter += params.count',
13 'count' => 4,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php686 $nameCount = count($names);
1222 if (isset($glyphToChar[$left]) && count($glyphToChar[$left]) == 1 && isset($glyphToChar[$right]) && count($glyphToChar[$right]) == 1) {
1263 if (isset($GlyphByClass[1]) && count($GlyphByClass[1]) > 0) {
1268 if (isset($GlyphByClass[2]) && count($GlyphByClass[2]) > 0) {
1273 if (isset($GlyphByClass[3]) && count($GlyphByClass[3]) > 0) {
1278 if (isset($GlyphByClass[4]) && count($GlyphByClass[4]) > 0) {
1284 if (isset($GlyphByClass[3]) && count($GlyphByClass[3]) > 0) {
1299 The table consists of an offset to a Coverage table (Coverage) listing all glyphs that define attachment points in the GPOS table, a count of the glyphs with attachment points (GlyphCount), and an array of offsets to AttachPoint tables (AttachPoint). The array lists the AttachPoint tables, one for each glyph in the Coverage table, in the same order as the Coverage Index.
1306 An AttachPoint table consists of a count o
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php156 $numTokens = count($tokens);
210 public function count() function in PHP_Token_Stream
212 return count($this->tokens);
399 $this->classes[$class[count($class) - 1]] = $tmp;
431 $this->classes[$class[count($class) - 1]]['methods'][$name] = $tmp;
434 $class[count($class) - 1] . '::' . $name,
453 $classEndLine[count($classEndLine) - 1] == $token->getLine()) {
/plugin/publish/
H A Dhelper.php30 … if((count($namespace_list)==1) and ($namespace_list[0]=="")) { return true; }//whole wiki matches
38 $total_ns_depth = count($namespace);
66 …if((count($valid_namespaces_list)==1) && ($valid_namespaces_list[0]=="")) { return true; }//whole …
74 $dir_depth = count($dir); //this is what is different from above!
164 if (count($newEntry) !== 3) {
210 return (count($approvals[$revision]) >= $this->getConf('number_of_approved'));
253 if (count($approvers) === 0) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php232 switch(count($values))
302 for ( $i = 0; $i < count($color_tmp); $i++ )
383 for ($l = 0; $l < count($temp); $l++)
404 for ($m = 0, $size_4 = count($units); $m < $size_4; $m++)
424 return ((count($temp) > 1) ? $temp[0].'/'.$temp[1] : $temp[0]);
504 if(count($values) == 4)
511 elseif(count($values) == 3)
518 elseif(count($values) == 2)
657 for($i = 0; $i < count($str_value); $i++)
664 for($j = 0; $j < count($str_value[$i]); $j++)
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DGeoPolygon.php57 public function count(): int function in Elastica\\Query\\GeoPolygon
59 return \count($this->_points);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedRecorder.php32 return count($this->invocations);
48 return count($this->invocations) > 0;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DReturnValueMap.php27 $parameterCount = count($invocation->parameters);
30 if (!is_array($map) || $parameterCount != count($map) - 1) {
/plugin/pycode/
H A Dmethod.php68 $el = count($code);
124 elseif (strlen($str) == 0 and count($code_all) != $num + 1) {
127 elseif (strlen($str) == 0 and count($code_all) == $num + 1) {
163 elseif (strlen($str) == 0 and count($code_all) != $num + 1) {
166 elseif (strlen($str) == 0 and count($code_all) == $num + 1) {
296 $brief[count($brief) - 1] = rtrim($brief[count($brief) - 1], '"');
411 if (count($dif) < max(count($code_new), count($code_old))) {
909 if (count($p) == 0) {
/plugin/dirtylittlehelper/
H A Dscript.js233 function dlh_ini(count=0){ argument
235 if(count>100){
239 ++count;
242 setTimeout(dlh_ini, 100, count);
307 if( count > 60){
311 setTimeout(dlh_ini, 100, count);
352 setTimeout(dlh_ini, 100, count);
597 if( count < 80 ){
598 setTimeout(dlh_ini, 100, count);
629 if( count < 80 ){
[all …]
/plugin/likeit/
H A Dprint.css15 .plugin_likeit.count:before {
18 .plugin_likeit.count:after {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.br.php26 $this->assertEqual(count($locations),
52 $this->assertEqual(count($locations),
H A Dtest.pagebreak.fixed.height.php15 $this->assertEqual(count($page_heights), 2,
17 count($page_heights)));
/plugin/combo/ComboStrap/
H A DHtml.php131 $countExpected = count($expectedSrcSets);
132 $countActual = count($actualSrcSets);
134 throw new ExceptionNotEquals("The expected srcSet count ($countExpected) is not the same than the actual ($countActual).");
140 if (count($expectedSrcSetExploded) == 2) {
148 if (count($actualSrcSetExploded) == 2) {
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php213 $oldCount = count($group),
218 $count = count($group),
228 ->integer($count)
244 $oldCount = count($group),
249 $count = count($group),
259 ->integer($count)
588 ->when($result = count($group))
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArray.php52 public function count()
54 return count($this->_value);
51 public function count() global() function in GuzzleHttp\\Ring\\Future\\FutureArray
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_with_method_named_method.phpt41 $count = func_num_args();
43 if ($count > 0) {
46 for ($i = 0; $i < $count; $i++) {
/plugin/autolink3/
H A Dscript.js16 this.count = 0;
64 pl_si.count = pl_si.pages.length;
95 …plugin_tagindex_status('indexing<br />'+pl_si.page+'<br />('+pl_si.done+'/'+pl_si.count+')<br />');
/plugin/tag/syntax/
H A Dcount.php33 $this->Lexer->addSpecialPattern('\{\{count>.*?\}\}', $mode, 'plugin_tag_count');
37 * Handle matches of the count syntax
89 // implemented for the count syntax
110 $renderer->doc .= '<th class="'.$col.'">'.$this->getLang('count').'</th>';
119 foreach($occurrences as $tagname => $count) {
120 if($count <= 0) continue; // don't display tags with zero occurrences
124 $renderer->doc .= '<td class="'.$class.'">'.$count.'</td>';
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php88 if (count($this->content) < self::HEADER_SIZE) {
89 throw new GTException("Invalid publications file length: " + count($this->content));
122 if ($publicationReferenceBlockBegin >= count($this->content)) {
129 if ($signatureBlockBegin >= count($this->content)) {
388 count($this->content) - $this->signatureBlockBegin);
426 if (count($digestAlgorithms) != 1) {
440 if (count($signedData->getCertificates()) < 1) {
/plugin/redproject/
H A Dsyntax.php68 if (count($server) != 0) {
84 if( count($proj) != 0 ) {
164 for($i = 0; $i < count($versions['versions']); $i++) {
231 for($v = 0; $v < count($versions['versions']); $v++) {
249 for($m = 0; $m < count($members['memberships']); $m++) {
253 for($r = 0; $r <count($memberFound['roles']); $r++) {
290 $total = count($currentRole['members']);
/plugin/dtable/
H A Dhelper.php35 $start_pos = count(self::$line_nr_c[$file_path]) - 1;
36 $line_nr = self::$line_nr_c[$file_path][count(self::$line_nr_c[$file_path]) - 1];
96 for ($i = $start_line; trim($page_lines[$i]) != '</dtable>' && $i < count($page_lines); $i++) {
102 for ($i = 0; $i < count($rows); $i++) {
103 for ($j = 0; $j < count($rows[$i][0]); $j++) {
121 if ($array_line[count($array_line) - 1][0] == 'tableheader_open')
/plugin/mantis/lib/
H A Dnusoapmime.php134 if (count($this->requestAttachments) > 0) {
193 if (count($this->requestAttachments) > 0) {
209 if (count($this->requestAttachments) > 0) {
373 if (count($this->responseAttachments) > 0) {
434 if (count($this->responseAttachments) > 0) {
450 if (count($this->responseAttachments) > 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DComposite.php63 public function count() function in PHPUnit_Framework_Constraint_Composite
65 return count($this->innerConstraint);
/plugin/issuelinks/script/
H A Dadmin_repo.js145 const count = jQuery.isNumeric(data.count) ? data.count : 0;
148 percent = Math.round(count / total * 100);
151 … const progressText = '' + count + '/' + total + ' (' + percent + ' %) ' + statusText;

1...<<11121314151617181920>>...102