Home
last modified time | relevance | path

Searched refs:count (Results 1101 – 1125 of 2539) sorted by relevance

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

/plugin/issuetracker/
H A Daction.php308 if(count($issues)>1) {
753 elseif($start>count($issues)) {$start=count($issues)-step;}
770 if ($next_start>count($issues)) { $next_start=count($issues); }
776 if ($next_start>count($issues)) { $next_start=count($issues); }
1052 if ($start>count($issues)) $start=count($issues)-$step;
1314 if($next_start>count($issues)) $next_start = count($issues);
3052 $count = array();
3070 foreach ($count as $value)
3253 $mod_id = count($mods);
3271 … if((count($umlaute)>1) && (count($replace)>1)) $f_name = str_replace($umlaute, $replace, $f_name);
[all …]
/plugin/sqlraw/
H A Dsyntax.php226 $count=1;
228 $renderer->doc .= '<tr class="row'.$count.'">';
235 if ($this->table_class != "sortable") $count++;
356 if($maxcol < count($thisrow))
357 $maxcol = count($thisrow);
652 $field_cnt = count($fields)-1;
/plugin/ckgdoku/action/
H A Dedit.php1155 $count = 0; $str='';
1156 …[3] && $matches[3] != 'inherit') { $str .= '<span style = "color:' . $matches[3] .'">'; $count++;}
1157 …& $matches[1] != 'inherit') { $str .= '<span style = "font-size:' . $matches[1] .'">'; $count++; }
1158 …$matches[2] != 'inherit') { $str .= '<span style = "font-family:' . $matches[1] .'">'; $count++; }
1159 …es[4] != 'inherit') { $str .= '<span style = "background-color:' . $matches[4] .'">'; $count++; }
1161 for($i =0; $i<$count; $i++) {
/plugin/edittable/renderer/
H A Dinverse.php207 if(count($this->_liststack) === 0) {
216 if(count($this->_liststack) === 0) {
226 if(count($this->_liststack) === 0) {
235 if(count($this->_liststack) === 0) {
525 if(count($params) > 0) {
579 if(count($vals) > 0) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php49 if (!count($this->returnValues)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php327 public function count() function in PHPUnit_Framework_TestCase
1168 $this->numAssertions += count($methodProphecy->getCheckedPredictions());
1206 return count($this->dependencies) > 0;
1402 if (count($args) < 2) {
1767 * @param int $count
1769 public function addToAssertionCount($count) argument
1771 $this->numAssertions += $count;
1844 * @param int $count
1848 public static function exactly($count) argument
1850 return new PHPUnit_Framework_MockObject_Matcher_InvokedCount($count);
[all …]
/plugin/doodle2/
H A Ddoodle_template.php12 $c = count($template['choices']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1105 for ($i = 0; $i < $count; $i++) {
1152 if (count($this->sortOptions)) {
1250 $len = count($args) & 0x7FFFFFFE;
1254 if (!count($this->sortOptions)) {
1276 $max = count($dirs) - 1;
1315 $max = count($dirs) - 1;
1871 if (!$count) {
1970 for ($i = 0; $i < count($dirs); $i++) {
3122 for ($i = 0; $i < $count; $i++) {
3174 for ($i = 0; $i < $count; $i++) {
[all …]
/plugin/publist/bib2tpl/lib/
H A DPEAR.php366 return count($this->_expected_errors);
398 if (0 == count($this->_expected_errors[$key])) {
418 if ((is_array($error_code) && (0 != count($error_code)))) {
496 count($this->_expected_errors) > 0 &&
497 count($exp = end($this->_expected_errors))
/plugin/404manager/
H A Dadmin.php365 $count = $this->sqlite->res2count($res);
366 return $count;
448 $count = $this->sqlite->res2count($res);
449 if ($count <> 1) {
783 return count($this->pageRedirections);
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php366 return count($this->_expected_errors);
398 if (0 == count($this->_expected_errors[$key])) {
418 if ((is_array($error_code) && (0 != count($error_code)))) {
496 count($this->_expected_errors) > 0 &&
497 count($exp = end($this->_expected_errors))
/plugin/fedauth/Auth/OpenID/
H A DMessage.php175 for ($i = 0; $i < count($this->keys); $i++) {
187 return count($this->keys);
460 if (count($parts) == 2) {
514 if (count($parts) == 2) {
897 if (count($parts) != 2) {
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php366 return count($this->_expected_errors);
398 if (0 == count($this->_expected_errors[$key])) {
418 if ((is_array($error_code) && (0 != count($error_code)))) {
496 count($this->_expected_errors) > 0 &&
497 count($exp = end($this->_expected_errors))
/plugin/epub/scripts/
H A Depub_utils.php27 for($i=0; $i<count($info_data); $i++) {
397 elseif(count($e_titles)) {
536 for($i=0; $i<count($matches); $i++ ) {
644 for ($i=0; $i<count($_pages); $i++) {
648 $_titles[$i] = $elems[count($elems)-1];
/plugin/ac/actions/
H A Dtasks.php12 if (count($details->tasks) === 0) {
/plugin/doodle3/
H A Ddoodle_template.php12 $c = count($template['choices']);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php183 if ( count($arAllowed) > 0 && !in_array( $sExtension, $arAllowed ) )
186 if ( count($arDenied) > 0 && in_array( $sExtension, $arDenied ) )
/plugin/zip/pear/MIME/
H A DType.php136 for ($i = 1; $i < count($tmp); $i++) {
199 if (count($this->parameters)) {
/plugin/tindexmenu/
H A Dajax.php11 if(!count($_POST) && @$HTTP_RAW_POST_DATA){
102 if (count($toc)>1) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php241 $tokenCount = count($throwTokens);
242 $tagCount = count($throwTags);
/plugin/rrdgraph/inc/
H A Dsvgbinding.php113 if (count($this->attrBindingStack) == 0) {
219 $bindingValues[$bindingName] = array_sum($data["data"])/count($data["data"]);
/plugin/strata/types/
H A Dwiki.php22 for($i=count($ins)-1;$i>=0;$i--) {
157 if(count($parts) === 2) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php24 use function count;
210 if (!($type instanceof SequenceType && count($type->getChildren()) <= 3)) {
213 count($type->getChildren())
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
335 self::$installed = $installed[count($installed) - 1];
/plugin/commonmark/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
333 self::$installed = $installed[count($installed) - 1];

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