Home
last modified time | relevance | path

Searched refs:count (Results 176 – 200 of 2539) sorted by relevance

12345678910>>...102

/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php28 $cFrom = \count($from);
29 $cTo = \count($to);
77 $current = \array_fill(0, \count($to) + 1, 0);
78 $cFrom = \count($from);
79 $cTo = \count($to);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php60 $m_length = count($m);
63 if (count($n) > 2 * $m_length) {
79 $key = count($cache[self::VARIABLE]);
155 $n_length = count($n);
157 if (count($x) > 2 * $n_length) {
167 $key = count($cache[self::VARIABLE]);
194 $corrector_value[count($corrector_value)] = 1;
224 $x_length = count($x_value);
225 $y_length = count($y_value);
239 $x_length = count($x_value);
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php66 …* @param int $count The number of items requested for this export step. Actual number of items can…
72 abstract public function serializeItems($items, $start, $count, $total); argument
82 …* @param int $count The number of items requested for this export step. Actual number of items can…
88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument
/plugin/dlcounter/
H A Daction.php62 $count = 0;
64 $count = $json[$data['media']];
66 $count++;
67 $json[$data['media']] = $count;
/plugin/rrdgraph/inc/
H A Drpncomputer.php92 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
102 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
112 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
122 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
133 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
155 if (count($stack) > 1) throw new Exception("Unused parameters on RPN stack.");
/plugin/blogtng/
H A Dadmin.php280 $count = 'SELECT COUNT(*) as count ';
313 $sqlcount = $count . $from . $where;
323 $count = $db->res2single($res);
355 if($count > $limit) {
368 if($count > $limit) {
491 $count = 'SELECT COUNT(pid) as count ';
506 $sqlcount = $count . $from . $where;
579 if($count > 0) {
587 ptln($count);
595 $count = count($tags);
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js38 var count = counts[i];
39 if (count.url === url) {
40 total_posts = parseInt(count.total_posts, 10);
41 hash = count.hash;
42 title = count.title;
/plugin/twistienav/
H A Daction.php61 $count = count($parts);
63 for($i = 0; $i < $count - 1; $i++) {
123 $count = count($parts);
125 for($i = 1; $i < $count; $i++) {
177 if (count($this->data) > 0) {
/plugin/twistienav4bootstrap3/
H A Daction.php60 $count = count($parts);
62 for($i = 0; $i < $count - 1; $i++) {
122 $count = count($parts);
124 for($i = 1; $i < $count; $i++) {
176 if (count($this->data) > 0) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.section.php35 $last_row =& $this->content[count($this->content)-1];
40 if (count($this->content) > 0) {
41 if (count($this->content[count($this->content)-1]->content) == 0) {
H A Dbox.container.php184 $size = count($this->content);
219 $size = count($this->content);
284 $size = count($this->content);
305 $size = count($this->content);
361 $size = count($this->content);
485 $size = count($this->_line);
536 $size = count($this->_line);
630 $size = count($this->_line);
832 $size = count($this->_line);
848 $size = count($this->content);
[all …]
/plugin/authyubikey/
H A Dauth.php69 if(count($yubikeys) === 0) return true;
105 if(!is_array($changes) || !count($changes)) return true;
144 if(count($errors) > 0) {
206 $count = count($this->users);
208 $count -= count($this->users);
209 return $count;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php89 * Get the page count.
102 $count = PdfType::resolve(PdfDictionary::get($pages, 'Count'), $this->parser);
104 $this->pageCount = PdfNumeric::ensure($count)->value;
201 if (\count($this->pages) > 0) {
205 $readPages = function ($kids, $count) use (&$readPages, $readAll) {
207 $isLeaf = ($count->value === \count($kids->value));
230 $count = PdfType::resolve(PdfDictionary::get($pages, 'Count'), $this->parser);
232 $readPages($kids, $count);
/plugin/odt/helper/
H A Dcssimport.php155 if ($index < count($values)) {
347 switch (count($values)) {
382 switch (count($values)) {
579 if ( count($values) > 0 ) {
582 if ( count($values) > 1 ) {
585 if ( count($values) > 2 ) {
597 if ( count($values) > 0 ) {
600 if ( count($values) > 1 ) {
603 if ( count($values) > 2 ) {
606 if ( count($values) > 3 ) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php52 if (0 == count($arguments) && 0 == count($this->tokens)) {
71 if (count($arguments) > count($this->tokens)) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.border.php39 $this->assertEqual(count($page_heights), 2,
41 count($page_heights)));
81 $this->assertEqual(count($page_heights), 2,
83 count($page_heights)));
/plugin/mikioplugin/
H A Dcarousel.php15 if ($carousel_index > count($matches[0])) {
21 if (count($matches[0]) <= 0) {
30 if (count($attributes) > 0) {
34 for ($i = 1; $i < count($attributes[1]); $i++) {
/plugin/header2/
H A Drenderer.php55 while (count($this->sectionedits) > 0) {
56 if ($this->sectionedits[count($this->sectionedits) - 1][1] <= 1) {
65 if ( count ($this->footnotes) > 0 ) {
83 if (count($alt)) {
101 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php127 for ($e = 0, $b = $stat[$e], $max = count($stat) - 1;
136 $γ = $Γ[$this->_sampler->getInteger(0, count($Γ) - 1)];
157 $γ = &$Γ[$this->_sampler->getInteger(0, count($Γ) - 1)];
178 public function count(Compiler\Llk\Rule $rule = null, $n = -1) function in Hoa\\Compiler\\Llk\\Sampler\\Uniform
196 $out += $this->count($this->_rules[$child], $n);
201 count($children),
211 $oout *= $this->count($this->_rules[$children[$α]], $_γ);
245 $oout *= $this->count($child, $_γ);
285 $this->count(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt41 $count = func_num_args();
43 if ($count > 1) {
46 for ($i = 1; $i < $count; $i++) {
63 $count = func_num_args();
65 if ($count > 1) {
68 for ($i = 1; $i < $count; $i++) {
H A Dclass.phpt45 $count = func_num_args();
47 if ($count > 1) {
50 for ($i = 1; $i < $count; $i++) {
67 $count = func_num_args();
69 if ($count > 1) {
72 for ($i = 1; $i < $count; $i++) {
H A Dinvocation_object_clone_object.phpt46 $count = func_num_args();
48 if ($count > 1) {
51 for ($i = 1; $i < $count; $i++) {
68 $count = func_num_args();
70 if ($count > 1) {
73 for ($i = 1; $i < $count; $i++) {
H A Dnamespaced_class.phpt47 $count = func_num_args();
49 if ($count > 1) {
52 for ($i = 1; $i < $count; $i++) {
69 $count = func_num_args();
71 if ($count > 1) {
74 for ($i = 1; $i < $count; $i++) {
/plugin/pdb/classes/
H A D_xml.php27 $Index = count($NowObj);
39 $LastObj[count($LastObj)] = &$NowObj;
42 $NowObj = &$LastObj[count($LastObj) - 1];
43 unset($LastObj[count($LastObj) - 1]);
/plugin/pubchem/classes/
H A D_xml.php29 $Index = count($NowObj);
41 $LastObj[count($LastObj)] = &$NowObj;
44 $NowObj = &$LastObj[count($LastObj) - 1];
45 unset($LastObj[count($LastObj) - 1]);

12345678910>>...102