Home
last modified time | relevance | path

Searched +defs:file +defs:text (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/dropfiles/src/
Dupload.js113 text: window.LANG.plugins.dropfiles.skip, property
117 text: window.LANG.plugins.dropfiles.rename, property
121 text: window.LANG.plugins.dropfiles.overwrite, property
129 text: window.LANG.plugins.dropfiles.overwriteAll, property
209 function(file) {file.namespace = namespace; return file;} argument
225 var filesWithoutErrors = filelist.filter(function (file) { argument
228 filesThatExist = filelist.filter(function (file) { argument
231 var filesWithOtherErrors = filelist.filter(function (file) { argument
241 filesWithOtherErrors.map(function (file) { argument
314 filelist.forEach(function (file) { argument
/plugin/struct/renderer/
H A Dcsv.php137 public function cdata($text)
183 public function code($text, $lang = null, $file = null)
188 public function header($text, $level, $pos)
198 public function unformatted($text)
203 public function php($text)
208 public function phpblock($text)
213 public function html($text)
218 public function htmlblock($text)
223 public function preformatted($text)
228 public function file($text, $lang = null, $file = null) function in renderer_plugin_struct_csv
/plugin/dbquery/
H A Drenderer.php25 public function header($text, $level, $pos)
31 public function code($text, $lang = null, $file = null)
/plugin/gemini/
Drenderer.php35 public function header($text, $level, $pos)
62 public function cdata($text)
128 public function php($text)
134 public function phpblock($text)
140 public function html($text)
146 public function htmlblock($text)
152 public function preformatted($text)
170 public function file($text, $lang = null, $file = null) argument
182 public function code($text, $lang = null, $file = null)
/plugin/mathpublish/phpmathpublisher/
DPhpMathPublisher.php90 public function mathImage($text)
111 public function renderImage($text, $file)
127 public function mathFilter($text)
/plugin/whyspam/
Dadmin.php74 function _checkit($file,&$text){
/plugin/json/script/
Djson.js44 set data_inline(text) { argument
103 file: JSINFO.id, //dokuwiki file id property
106 text: text //new text to write into <json ...>text</json> element property
171 file: JSINFO.id, //dokuwiki file id property
/plugin/webdav/core/
DUtils.php42 public static function streamWriter($stream, $file)
84 public static function saveWikiText($id, $text, $mode = 'edit')
140 public static function searchCallback(&$data, $base, $file, $type, $lvl, $opts = [])
/plugin/xml/
Drenderer.php86 function header($text, $level, $pos) {
119 function cdata($text) {
261 function unformatted($text) {
267 function php($text) {
273 function phpblock($text) {
279 function html($text) {
285 function htmlblock($text) {
291 function preformatted($text) {
307 function code($text, $lang = null, $file = null) {
313 function file($text, $lang = null, $file = null) { function in renderer_plugin_xml
[all …]
/plugin/mellelexport/
Drenderer.php565 …function toc_additem($id, $text, $level) {call_user_func_array(array($this, '__call'), array(__FUN…
567 …function header($text, $level, $pos) {call_user_func_array(array($this, '__call'), array(__FUNCTIO…
573 …function cdata($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_a…
642 …function unformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func…
644 …function php($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_arg…
646 …function phpblock($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_ge…
648 …function html($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_ar…
650 …function htmlblock($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_g…
652 …function preformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, fun…
658 …function file($text, $lang = null, $file = null ) {call_user_func_array(array($this, '__call'), ar… function in renderer_plugin_mellelexport
[all …]
/plugin/prosemirror/
Drenderer.php288 public function header($text, $level, $pos)
302 public function cdata($text)
337 public function preformatted($text)
346 public function code($text, $lang = null, $file = null)
359 public function file($text, $lang = null, $file = null) argument
364 public function html($text)
374 public function htmlblock($text)
385 public function php($text)
395 public function phpblock($text)
745 public function unformatted($text)
/plugin/latexit/
Drenderer.php416 function header($text, $level, $pos) {
466 function cdata($text) {
688 function unformatted($text) {
696 function php($text) {
704 function phpblock($text) {
712 function html($text) {
720 function htmlblock($text) {
728 function preformatted($text) {
760 function file($text, $lang = null, $file = null) { argument
771 function code($text, $lang = null, $file = null) {
[all …]
/plugin/latexport/implementation/
Ddecorator.php53 function texifyText($text) {
251 function toc_additem($id, $text, $level) {
263 function header($text, $level, $pos) {
291 function cdata($text) {
528 function unformatted($text) {
539 function php($text) {
549 function phpblock($text) {
561 function html($text) {
573 function htmlblock($text) {
583 function preformatted($text) {
[all …]
Ddecorator_persister.php217 function toc_additem($id, $text, $level) {
224 function header($text, $level, $pos) {
286 function cdata($text) {
494 function unformatted($text) {
504 function php($text) {
515 function phpblock($text) {
528 function html($text) {
541 function htmlblock($text) {
552 function preformatted($text) {
577 function file($text, $lang = null, $file = null) { function in DecoratorPersister
[all …]
/plugin/dokutexit/
Dtexitrender.php144 function p_get_instructions(&$text){
161 function p_get_instructions_texit(&$text){
184 function p_render_latex_text(& $text, & $info){
297 function confToHash($file,$lower=false) {
/plugin/pagetemplate/
Daction.php100 function _pt_search_backlinks(&$data,$base,$file,$type,$lvl,$opts){
140 function _pt_get_instructions($text) {
/plugin/dwinsect/
Dsyntax.php24 function _getFN($ns, $file){
38 function _get_linkfile($file_ns, $file) {
256 function _render_text(&$renderer, $text, $flag) {
/plugin/form/
Dsyntax.php184 function setLocalLang($text) {
223 function writeBefore($file, $content) {
446 function createFileElement($text, $width, $value) {
464 function createTextbox($name, $text, $width, $value) {
482 function createHidden($name, $text) {
491 function createPassbox($name, $text, $width) {
505 function createSelectBox($name, $text, $width, $options, $value) {
543 function createTextarea($name, $text, $value, $rows, $width) {
562 function createRadioButton($name, $text, $options, $value) {
/plugin/pagemove/
Dadmin.php29 var $text = ''; variable in admin_plugin_pagemove
743 function _pm_updatelinks(&$text, $links) {
754 function _pm_updatemedialinks(&$text, $old, $new) {
917 function _pm_search_backlinks(&$data, $base, $file, $type, $lvl, $opts) {
/plugin/odp/
Drenderer.php471 function _odpReplaceInFile($from, $to, $file, $regexp=FALSE) {
506 function toc_additem($id, $text, $level) {
571 function cdata($text) {
589 function header($text, $level, $pos){
829 function unformatted($text) {
890 function php($text, $wrapper='dummy') {
895 function phpblock($text) {
899 function html($text, $wrapper='dummy') {
904 function htmlblock($text) {
917 function preformatted($text) {
[all …]
/plugin/dw2markdown/
Drenderer.php51 function header($text, $level, $pos, $returnonly = false) {
76 function cdata($text) {
294 function unformatted($text) {
306 function php($text, $wrapper = 'code') {
318 function phpblock($text) {
329 function html($text, $wrapper = 'code') {
340 function htmlblock($text) {
349 function preformatted($text) {
372 function file($text, $language = NULL, $filename = NULL, $options = NULL) { function in Renderer_Plugin_dw2markdown
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) {
/plugin/eventline/
Dplain.php46 function cdata($text) {
50 function header($text, $level, $pos) {
54 function preformatted($text) {
58 function file($text) { function in Doku_Renderer_plain
68 function code($text, $language = NULL) {
/plugin/projects/lib/
Dcode_block.php15 private $text = NULL; variable in CodeBlock
99 protected function add_content($file, $content) {}
/plugin/xlsx2dw/
Dscript.js76 async function getFormattedTableFromODS(file) { argument
196 async function getFormattedTableFromXLS(file) { argument
210 async function getFormattedTableFromXLSX(file) { argument
380 function insertTextToDokuWiki(text) { argument
/plugin/simplexml/
Drenderer.php88 function toc_additem($id, $text, $level) {}
90 function header($text, $level, $pos) {
117 function cdata($text) {
233 function unformatted($text) {
239 function php($text) {
245 function html($text) {
251 function preformatted($text) {
257 function file($text) { function in renderer_plugin_simplexml
271 function code($text, $lang = NULL) {

12345