Home
last modified time | relevance | path

Searched refs:count (Results 1026 – 1050 of 2539) sorted by relevance

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

/plugin/data/syntax/
H A Drelated.php129 if (is_array($data['filter']) && count($data['filter'])) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php620 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
/plugin/zotero/
H A DimportAllEntries.php23 echo count($textRepo->getAllEntries()) . " entries imported into file " . $cachePage . ".\n";
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DMkCol.php68 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DStackTest.php10 $this->assertEquals('foo', $stack[count($stack)-1]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DMkCol.php67 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php114 if (count($this->value)==0) {
116 } elseif (count($this->value)===1) {
283 if (count($value)===1) {
/plugin/condition/
H A Dbase_tester.php.orig.php94 if(!$b['test'] || ($b['test'] == '')) return (count($grps) != 0);
99 if(!$b['value'] || ($b['value'] == '')) return (count($grps) == 0);
104 if(!$b['value'] || ($b['value'] == '')) return (count($grps) != 0);
/plugin/register/
H A Dsyntax.php86 if (count($range) == 1)
108 if ($subkey == "range" && count($bit) > 0)
117 if (count($bit) > 0)
/plugin/ckgdoku/action/
H A Dsave.php344 $nLink=count($aLink);
363 $nPage=count($aPage);
381 $nPageDiff=count($aPageDiff);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php114 if (count($this->value)==0) {
116 } elseif (count($this->value)===1) {
283 if (count($value)===1) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php114 if (count($this->value)==0) {
116 } elseif (count($this->value)===1) {
283 if (count($value)===1) {
/plugin/data-au/syntax/
H A Dentry.php168 if($val == '' || !count($val)) continue;
179 $cnt = count($val);
302 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__dataau';
462 $len = max($len, utf8_strlen($nudataau[count($nudataau) - 1][0]));
/plugin/cronojob/
H A Dpseudocron.php136 for ($i=0;$i<count($jobs);$i++) {
226 for ($i=0;$i<count($subelements);$i++) {
353 for ($i=0;$i<count($file);$i++) {
358 $jobNumber = count($jobs);
/plugin/icalevents/
H A Dsyntax-impl.php454 * @param int $count number of $needles to be replaced by the same element of $replace
458 static function str_replace_array($needle, $replace, $count, $haystack) { argument
459 if ($count <= 0) {
467 $replaceIndex = (int) ($i / $count);
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js367 var count = 0;
371 count++;
378 x: totalX / count,
379 y: totalY / count
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php289 if (count($output) == 0)
293 if (count($filePath) == 1 ) {
368 if (count($output) == 0)
372 if (count($filePath) == 1 ) {
/plugin/siteexport/renderer/
H A Dpdf.php57 if (!empty($newMeta) && count($newMeta) > 1) {
78 …rlen(strip_tags($this->doc)) >= $this->getConf('documentlengthfortoc') && count($this->toc) > 1)) {
116 count($this->sectionedits) > 0 &&
117 $this->sectionedits[count($this->sectionedits)-1][2] === 'section') {
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfckplugin.js18 FCK.oinsertHtmlCodeObj.count = 0;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php35 public function count() function in Twig\\Markup
/plugin/farm/
H A Danimal.class.php120 if(count($l) == 2) $metadata[$l[0]] = $l[1];
140 if(count($l) == 2) $metadata[$l[0]] = $l[1];
216 if(!count($path)) return false;
217 if(!count($this->wikiconf)) $this->getWikiConf();
597 if(count(self::listAnimals()) >= $farmconf['farmmaxanimals']) {
604 if(count(self::farmSize()) >= $farmconf['farmmaxsize']) {
670 if(!count($e)) {
/plugin/pagemove/
H A Dadmin.php90 if( $this->have_rights && count($this->locked_files) == 0 ) {
98 $c = count($this->locked_files);
151 if (count($this->errors) > 0) {
385 if (count($this->errors) != 0 ) {
534 if ( count($this->errors) != 0 ) {
704 $backlinkingNamespaceCount = count(explode(':', $bns));
706 $oldNamespaceCount = count($oldNamespaces);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php409 $stackPtrCount = count($tokens[$stackPtr]['nested_parenthesis']);
414 $commaCount = count($tokens[$nextToken]['nested_parenthesis']);
516 } else if (count($indices) === 1 && $tokens[$lastToken]['code'] === T_COMMA) {
568 $count = count($indices);
569 $lastIndex = $indices[($count - 1)]['value'];
662 $numValues = count($indices);
/plugin/mantis/lib/
H A Dclass.xmlschema.php162 for ($i = 0; $i < count($this->complexTypeStack); $i++) {
199 if(count($attrs) > 0){
211 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
410 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
540 if(isset($attrs['elements']) && (count($attrs['elements']) > 0)){
561 if(isset($attrs['attrs']) && (count($attrs['attrs']) >= 1)){
773 if(count($typeDef['elements']) > 0){
/plugin/odt/ODT/
H A DODTImport.php144 if (count($properties) == 0) {
237 if (count($properties) == 0) {
379 if (count($properties) == 0) {
517 if (count($properties) == 0) {
624 if (count($properties) == 0) {
656 if (count($properties) == 0) {
663 if (count($diff) == 0) {

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