Home
last modified time | relevance | path

Searched refs:count (Results 1051 – 1075 of 2539) sorted by relevance

1...<<41424344454647484950>>...102

/plugin/combo/vendor/symfony/yaml/
H A DParser.php122 $this->numberOfParsedLines = \count($this->lines);
679 return (\count($this->lines) - 1) > $this->currentLineNb;
793 for ($i = 0, $linesCount = \count($lines), $previousLineBlank = false; $i < $linesCount; ++$i) {
898 for ($i = 0, $blockLinesCount = \count($blockLines); $i < $blockLinesCount; ++$i) {
1006 $count = 0;
1007 $value = preg_replace('#^\%YAML[: ][\d\.]+.*\n#u', '', $value, -1, $count);
1008 $this->offset += $count;
1011 $trimmedValue = preg_replace('#^(\#.*?\n)+#s', '', $value, -1, $count);
1012 if (1 === $count) {
1019 $trimmedValue = preg_replace('#^\-\-\-.*?\n#s', '', $value, -1, $count);
[all...]
/plugin/qrcode2/
H A Dphpqrcode.php163 $len = count($frame);
184 if (count($mode) > 1) {
189 $size = count($qrTab);
224 $width = count($frame);
250 $width = count($frame);
540 if (count($spec) < 5) {
979 $h = count($frame);
1784 return count($this->data);
2861 public $count; variable in QRrawcode
2891 $this->count = 0;
[all …]
/plugin/snmplive/
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/usecounter/
H A DREADME.md2 …okuwiki.org) that provides a helper which can be used in other plugins to count the occurences of …
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverCompositeAction.php37 return count($this->actions);
/plugin/cryptsign/
H A Dsign.php3 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/bez/mdl/
H A DLabel.php6 protected $id, $name, $count, $added_by, $added_date;
9 return array('id', 'name', 'count', 'added_by', 'added_date');
H A DTask_program.php12 protected $id, $name, $count, $added_by, $added_date;
15 return array('id', 'name', 'count', 'added_by', 'added_date');
/plugin/quiz/
H A Dgetform.php5 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/issuetracker/
H A Dsyntax.php161 $issue_id=count($issues);
296 $count = $a_result[0];
410 $count = array();
425 {$count[strtoupper($status)][0] += 1;}
430 foreach ($count as $value)
537 if ($start==0) $start=count($issues)-$step+1;
539 if ($next_start>count($issues)) $next_start=count($issues);
807 $count = $a_result[0];
1707 $mod_id = count($mods);
1726 …if((count($umlaute)>1) && (count($replace)>1)) $f_name = preg_replace($umlaute, $replace, $f_name);
[all …]
/plugin/numberof/
H A Dplugin.info.txt
/plugin/pagebreak2/
H A Daction.php27 $key = count($event->data['link']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php46 if (!count($parts)) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php42 if (2 !== count($credentials)) {
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBasic.php42 if (2 !== count($credentials)) {
/plugin/jenkins/
H A Dsyntax.php69 if (count($job) != 0) {
74 if ((count($build_nb) != 0) && ($build_nb[2] != 0)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php321 ->integer(count($uuids))
322 ->isEqualTo(count(array_unique($uuids)));
/plugin/submgr/
H A Dhelper.php157 msg(sprintf($this->getLang('appliedrule'), count($users)));
176 msg(sprintf($this->getLang('removedrule'), count($users)));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php20 if (count($this->_points) < 1) {
67 return count($this->_points);
/plugin/authsmartcard/
H A Dauth.php111 if(count($users)==1){
122 if(count($users)>1){
/plugin/projects/plugins/file/
H A Dplot_dependency.php72 if (count($fields) < 2) continue;
91 if (count($range) == 1) $range[1] = $range[0];
/plugin/podcast/action/
H A Dfeed.php152 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php295 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
297 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
/plugin/syntaxhighlighter4/
H A Dsyntax.php121 if (count($data) != 3) {
182 if (count($highlight_elt_exp) == 2) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php77 if ('__destruct' === $methodName || 0 == count($prophecy->getMethodProphecies())) {
92 if (!count($matches)) {

1...<<41424344454647484950>>...102