Home
last modified time | relevance | path

Searched refs:sizeof (Results 51 – 75 of 173) sorted by path

1234567

/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php312 if (sizeof($jsonArray) === 0) {
H A DOutline.php433 if (sizeof($analyticsTagUsed) > 0) {
H A DOutlineSection.php226 return sizeof($this->contentCalls) > 0;
H A DPathAbs.php55 $sizeof = sizeof($names);
56 if ($sizeof == 0) {
59 $lastName = $names[$sizeof - 1];
64 $names[$sizeof - 1] = substr($lastName, 0, $index);
H A DPipelineUtility.php116 array_fill(0, sizeof($commandArgs), self::SPACE_CHARACTER)
124 array_fill(0, sizeof($commandArgs), $charactersToTrimFromCommand)
185 for ($i = 0; $i < sizeof($words); $i++) {
240 $end = sizeof($words);
284 $size = sizeof($commandArgs);
H A DQualityTag.php68 if (sizeof($qualityInfoRules) <= 0) {
H A DRouterBestEndPage.php38 if (sizeof($pagesWithSameName) == 0) {
119 $candidateBacklinksCount = sizeof($candidatePage->getBacklinks());
120 $bestPageBacklinksCount = sizeof($bestPage->getBacklinks());
H A DSite.php445 if (sizeof($localeParts) === 2) {
H A DSlotSystem.php25 $size = sizeof($crumbs);
H A DSqliteResult.php97 if (sizeof($rows) >= 1) {
H A DTagAttributes.php453 if (sizeof($this->styleDeclaration) === 0) {
H A DTreeNode.php64 return sizeof($this->children);
78 return sizeof($this->children) > 0;
93 if (sizeof($childrenKeys) === 0) {
H A DWikiPath.php195 $countParts = sizeof($parts);
1040 switch (sizeof($names)) {
1046 $names = array_slice($names, 0, sizeof($names) - 1);
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php129 $page[RelatedTag::RELATED_BACKLINKS_COUNT_PROP] = sizeof(ft_backlinks($backlink, $ignore_perms = false));
138 if (sizeof($related) > $max) {
H A DWebCodeTag.php230 if (sizeof($codes) == 0) {
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php72 switch (sizeof($backgrounds)) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php569 if (sizeof($this->query) === 0) {
599 for ($i = 0; $i < sizeof($value); $i++) {
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php705 if (sizeof($domNodeList) >= 1) {
H A DXmlElement.php157 if (sizeof($domNodeList) >= 1) {
241 return sizeof($this->getChildrenElement()) !== 0;
/plugin/combo/action/
H A Dsnippets.php215 if (sizeof($snippets) > 0) {
/plugin/combo/admin/
H A Dpagerules.php234 if (sizeof($rules) == 0) {
/plugin/combo/
H A Dcli.php267 $totalNumberOfPages = sizeof($pages);
346 $totalNumberOfPages = sizeof($pages);
466 $totalNumberOfPages = sizeof($pages);
509 if (sizeof($pagesWithError) > 0) {
513 $totalNumberOfPages = sizeof($pagesWithError);
522 if (sizeof($pagesWithChanges) > 0) {
526 $totalNumberOfPages = sizeof($pagesWithChanges);
535 if (sizeof($pagesWithOthers) > 0) {
539 $totalNumberOfPages = sizeof($pagesWithOthers);
549 $sizeof
[all...]
/plugin/combo/renderer/
H A Danalytics.php562 $ruleErrorCount = sizeof($brokenRules);
583 $brokenRulesCount = sizeof($mandatoryRulesBroken);
603 if (sizeof($mandatoryRulesBroken) > 0) {
/plugin/combo/syntax/
H A Dfrontmatter.php270 if (sizeof($frontmatterData) === 0) {
344 if (is_array($value) && sizeof($value) > 0) {
H A Diterator.php461 $elementCounts = sizeof($rows);
538 $lastIterationHeaderElement = sizeof($iteratorHeaderInstructions) - 1;

1234567