Lines Matching defs:string

57      * @var string - the plugin base name (ie the directory)
79 * @var string
124 * @return string
140 * @return string
149 * @return string
163 * and return a HTML tag string
168 * @return string
191 * @param $string
198 public static function parseAttributes($string)
211 $result = preg_match_all('/' . $attributePattern . '/i', $string, $matches);
234 public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array
337 * @return string
347 public static function getEmptyTagPattern($tag): string
360 public static function getEmptyTagPatternGeneral(): string
373 * @return string
387 * @return string - the admin page name
418 * @return string|null
420 public static function render($pageContent): ?string
490 * @return string - the value of a query string property or if in test mode, the value of a test variable
520 * @return string - an url
523 static function getDocumentationHyperLink($canonical, $label, bool $withIcon = true, $tooltip = ""): string
585 * @return string - a pattern
598 * @return string the content
630 * @return string
657 * @return string
661 public static function getRequestedWikiId(): string
750 * @return null|string - return the tag name or null if not found
753 static function getMarkupTag($match): ?string
793 static function getComponentName($tag): string
823 * @return string
828 static function renderUnmatched($data): string
901 * @return false|string|null
933 * @return false|string|null
1072 public static function renderInstructionsToXhtml($callStackHeaderInstructions): ?string
1080 public static function getCurrentSlotId(): string