Home
last modified time | relevance | path

Searched refs:sizeof (Results 26 – 50 of 173) sorted by path

1234567

/plugin/combo/ComboStrap/
H A DBrandListTag.php110 $rowSpan = sizeof($variants) + 1; // 1 for the brand column
H A DBrandTag.php237 if (sizeof($variableDetected) === 1 && $variableDetected[0] === "path") {
H A DCall.php306 * PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable
310 $tagName = $componentNames[sizeof($componentNames) - 1];
H A DCallStack.php1063 $actualKey = sizeof($this->callStack);
H A DCanonical.php118 $i = sizeof($namesOriginal) - 1;
130 $namesLength = sizeof($names);
H A DColorRgb.php808 if (sizeof($colorValue) != 3) {
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 DEvent.php89 if (sizeof($rows) === 0) {
104 if (sizeof($rows) === 0) {
119 if (sizeof($rowsSelected) === 0) {
H A DFetcherMarkup.php262 while (($lastPBlockPosition = (sizeof($instructions) - $n)) >= 0) {
H A DFetcherPdf.php19 if ($fragments[0] === "page" && sizeof($fragments) >= 2) {
H A DFetcherSvg.php345 if (sizeof($viewBoxAttributeAsArray) == 4) {
745 if (sizeof($attributes) === 1) {
1171 if (sizeof($fillColors) > 1) {
H A DGridTag.php367 $maxLineUsedToFilter = sizeof($childrenOpeningTags);
434 $length = sizeof($childrenOpeningTags) - 1;
H A DHistoricalBreadcrumbMenuItem.php82 if (sizeof($pages) === 0) {
H A DHttpResponse.php248 if (is_array($messages) && sizeof($messages) == 0) {
H A DIso8601Date.php290 if (sizeof($normalFormat) === 2) {
H A DLinkMarkup.php384 if (sizeof($queryParameters) > 0) {
H A DLocalPath.php182 $sizeof = sizeof($names);
183 if ($sizeof === 0) {
186 return $names[$sizeof - 1];
H A DMarkupPath.php1438 if (sizeof($names) == 0) {
1452 if (sizeof($names) < $slice) {
1459 $parentNames = array_slice($names, 0, sizeof($names) - $slice);
H A DMessage.php155 if (sizeof($this->content) <> 0) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php530 if (sizeof($metadataArray) === 0) {
H A DMetadataTabular.php314 return sizeof($this->rows);
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php200 if (sizeof($deprecatedAliasInDb) > 0) {
H A DBacklinkCount.php67 $this->value = sizeof($backlinks);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php443 switch (sizeof($this->values)) {
478 switch (sizeof($this->defaults)) {

1234567