Home
last modified time | relevance | path

Searched refs:renderText (Results 1 – 15 of 15) sorted by path

/plugin/airtable/
H A Dsyntax.php173 … $html = $this->renderText($parameter_array, $api_response);
336 function renderText($parameter_array, $api_response): string { function in syntax_plugin_airtable
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1renderText(text, options = {}) {\n const element = createElement(options);\n element.textCon…
/plugin/fksnewsfeed/
H A Daction.php118 $text = $news->renderText();
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php37 public function renderText(string $mode = 'xhtml'): ?string { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php151 return $news->renderText();
H A DVyfukRenderer.php171 return $news->renderText();
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php107 return '<p>' . $feed->renderText() . '</p>';
/plugin/jmol2/jmol/
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php66 protected function renderText($block) { function
/plugin/mdpage/vendor/cebe/markdown/
H A DGithubMarkdown.php105 protected function renderText($text) function in cebe\\markdown\\GithubMarkdown
111 return parent::renderText($text);
H A DMarkdown.php124 protected function renderText($text) function in cebe\\markdown\\Markdown
H A DParser.php385 protected function renderText($block) function in cebe\\markdown\\Parser
/plugin/survey/helper/
H A Dsurvey.php92 public function renderText($lineText) function in helper_plugin_survey_survey
222 $returnArray["_name"] = $this->renderText($lineMatch[2]);
244 "_name" => $this->renderText($lineMatch[2]),
282 "_name" => $this->renderText($lineMatch[2]),
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js14694 this.renderText(xmlStream, model);
14789 value: function renderText(xmlStream, model) {