Home
last modified time | relevance | path

Searched refs:sizeof (Results 26 – 50 of 173) sorted by last modified time

1234567

/plugin/combo/ComboStrap/
H A DFetcherSvg.php345 if (sizeof($viewBoxAttributeAsArray) == 4) {
745 if (sizeof($attributes) === 1) {
1171 if (sizeof($fillColors) > 1) {
H A DTreeNode.php64 return sizeof($this->children);
78 return sizeof($this->children) > 0;
93 if (sizeof($childrenKeys) === 0) {
H A DIso8601Date.php290 if (sizeof($normalFormat) === 2) {
H A DLinkMarkup.php384 if (sizeof($queryParameters) > 0) {
H A DMessage.php155 if (sizeof($this->content) <> 0) {
H A DConditionalLength.php264 if (sizeof($matches) === 0) {
294 if (sizeof($matches) === 0) {
H A DDatabasePageRow.php923 switch (sizeof($rows)) {
979 switch (sizeof($rows)) {
1010 if (sizeof($existingPages) > 1) {
1061 $rowCount = sizeof($rows);
1106 if (sizeof($existingPages) === 1) {
1164 switch (sizeof($rows)) {
1339 $rowCount = sizeof($rows);
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 DGridTag.php367 $maxLineUsedToFilter = sizeof($childrenOpeningTags);
434 $length = sizeof($childrenOpeningTags) - 1;
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);
/plugin/combo/renderer/
H A Danalytics.php562 $ruleErrorCount = sizeof($brokenRules);
583 $brokenRulesCount = sizeof($mandatoryRulesBroken);
603 if (sizeof($mandatoryRulesBroken) > 0) {
/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/ComboStrap/Api/
H A DMetaManagerHandler.php213 if (sizeof($responseMessages) === 0) {
411 if (sizeof($messages) !== 0) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php314 return sizeof($this->rows);
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php67 $this->value = sizeof($backlinks);
/plugin/combo/action/
H A Dsnippets.php215 if (sizeof($snippets) > 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/ComboStrap/Meta/Form/
H A DFormMetaField.php443 switch (sizeof($this->values)) {
478 switch (sizeof($this->defaults)) {

1234567