Home
last modified time | relevance | path

Searched refs:unformatted (Results 1 – 25 of 25) sorted by last modified time

/plugin/struct/renderer/
H A Dcsv.php198 public function unformatted($text) function in renderer_plugin_struct_csv
/plugin/odt/renderer/
H A Dpage.php882 function unformatted($text) { function in renderer_plugin_odt_page
/plugin/prosemirror/
H A Drenderer.php733 public function unformatted($text) function in renderer_plugin_prosemirror
735 $this->marks['unformatted'] = 1;
736 parent::unformatted($text);
737 unset($this->marks['unformatted']);
/plugin/dw2markdown/
H A Drenderer.php294 function unformatted($text) { function in Renderer_Plugin_dw2markdown
/plugin/edittable/renderer/
H A Dinverse.php250 function unformatted($text) { function in renderer_plugin_edittable_inverse
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1661 * [#9754](https://dev.ckeditor.com/ticket/9754): [WebKit] Cutting & pasting simple unformatted text…
/plugin/text/
H A Drenderer.php323 function unformatted($text) { function in renderer_plugin_text
/plugin/actionrenderer/
H A Drenderer.php261 public function unformatted($text) function in renderer_plugin_actionrenderer
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … tabSize: 4,\n insertSpaces: false,\n wrapLineLength: 120,\n unformatted: 'default\": \"…
H A D3.3.js.map1unformatted (defaults to inline tags) - list of tags, that shouldn't be reformatted\n content_u…
H A Dbundle.js403 …hange.fire(this)},e}(),o={tabSize:4,insertSpaces:!1,wrapLineLength:120,unformatted:'default": "a, …
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js403 …hange.fire(this)},e}(),o={tabSize:4,insertSpaces:!1,wrapLineLength:120,unformatted:'default": "a, …
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …\\t]*$/, exit: true}],\n style: 'hr',\n }, {\n name: 'unformatted', // 170\n …
/plugin/codemirror/dist/modes/
H A Dsas.min.js.map1 …out translate trantab tranwrd trigamma trim trimn trunc truncover type unformatted uniform union u…
/plugin/latexport/implementation/
H A Ddecorator.php528 function unformatted($text) { function in decorator
531 $this->decorator->unformatted($text);
H A Ddecorator_tables.php97 function unformatted($text) { function in DecoratorTables
101 $this->decorator->unformatted($text);
H A Ddecorator_persister.php494 function unformatted($text) { function in DecoratorPersister
553 $this->unformatted($text);
579 $this->unformatted("--> $file");
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1241 * [#9754](http://dev.ckeditor.com/ticket/9754): [WebKit] Cutting & pasting simple unformatted text …
/plugin/xml/
H A Drenderer.php261 function unformatted($text) { function in renderer_plugin_xml
/plugin/latexit/_test/
H A Drenderer.test.php347 $this->r->unformatted("text");
352 $this->r->unformatted('\{}&%$#_~^<>');
/plugin/latexit/
H A Drenderer.php688 function unformatted($text) { function in renderer_plugin_latexit
/plugin/odp/
H A Drenderer.php829 function unformatted($text) { function in renderer_plugin_odp
/plugin/mellelexport/
H A Drenderer.php642 …function unformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func… function in renderer_plugin_mellelexport
/plugin/dokutexit/
H A Dlatex.php289 function unformatted($text) { function in Doku_Renderer_latex
541 $this->unformatted('img error: '. $imagefile);
572 $this->unformatted('[['.$link.'|'.$title.']]');
577 $this->unformatted('[['.$link.'|'.$title.']]');
1217 $this->unformatted('img '. $filename . '('. $mime . '=>' . $ext . ')');
1222 $this->unformatted('img '. $filename);
1401 $this->unformatted('externalmedia dnl error: ' . $src . ' ext: ' . $ext. ' cache: '. $cache);
1410 $this->unformatted('externalmedia ' . $src);
1529 $this->unformatted('externalmedia dnl error: ' . $src . ' ext: ' . $ext. ' cache: '. $cache);
/plugin/nroff/
H A Drenderer.php340 function unformatted($text) { function in renderer_plugin_nroff