Lines Matching refs:string

52      * * a string
69 * @var string the type of object (known as renderer in Dokuwiki)
71 public string $builderName;
118 * @var Path the source path of the markup (may be not set if we render a markup string for instance)
123 public string $markupString;
136 * @var string
138 private string $fetchString;
195 public static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMarkup
614 * method_exists() expects parameter 2 to be string, array given
689 function getBuster(): string
696 function getFetcherName(): string
764 * @return string - with replacement if any
768 public function getFetchString(): string
809 public function getLabel(): string
848 * @return Path|null - utility class to get the source markup path or null (if this is a markup snippet/string rendering)
861 * @param string $componentId
864 public function getSnippetsForComponent(string $componentId): array
904 // a markup string run
958 * @return bool true if the markup string comes from a path
1063 public function getSnippetsAsHtmlString(): string
1069 // string execution
1082 private function getMarkupStringToExecute(): string
1095 LogUtility::error("The path ($sourcePath) does not exist, we have set the markup to the empty string during rendering. If you want to delete the cache path, ask it via the cache path function", self::CANONICAL, $e);
1242 // get instructions (from string or file)
1371 * Not a string execution, ie {@link self::isPathExecution()}
1393 * @return string - an execution id to be sure that we don't execute the same twice in recursion
1395 public function getId(): string
1402 * @return string - a name for the source (used in {@link self::__toString()} and {@link self::getId() identification})
1404 private function getSourceName(): string
1421 throw new ExceptionRuntimeInternal("A source path should be defined if it's not a markup string execution");