Home
last modified time | relevance | path

Searched +defs:format +defs:text (Results 1 – 25 of 260) sorted by relevance

1234567891011

/plugin/eventum/
Dsyntax.php180 function render($format, Doku_Renderer $renderer, $data) {
236 function strike($format, $text) {
250 function emphasis($format, $text) {
263 function html($format, $text) {
275 function link($format, $url, $name, $title) {
/plugin/nonblank/
Drenderer.php24 public function canRender($format) {
35 function cdata($text) {
/plugin/partialsearch/
Drenderer.php20 function canRender($format){
55 function cdata($text) {
65 function _replaceChars($text) {
/plugin/structautolink/
Drenderer.php29 public function canRender($format)
43 public function cdata($text)
144 public function findMatchingTokens($text)
/plugin/xbr/
Drenderer.php18 function canRender($format) {
30 function cdata($text) {
/plugin/highlightjs/
Drenderer.php20 function canRender($format) {
31 function preformatted($text) {
/plugin/header3/
Dsyntax.php66 function render($format, Doku_Renderer $renderer, $data) {
104 function _remove_html_tags($text) {
115 function _xhtml_header($text, $level, $pos, &$renderer) {
152 function _odt_header($text, $level, $pos, &$renderer){
163 function _xml_header($text, $level, $pos, &$renderer){
Drenderer.php21 function canRender($format) {
38 function cdata($text) {
/plugin/header2/
Dsyntax.php71 function render($format, Doku_Renderer $renderer, $data) {
109 function _remove_html_tags($text) {
120 function _xhtml_header($text, $level, $pos, &$renderer) {
157 function _odt_header($text, $level, $pos, &$renderer){
168 function _xml_header($text, $level, $pos, &$renderer){
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php55 public static function isXml($text)
76 public static function format($text) function in ComboStrap\\Xml\\XmlSystems
96 public static function normalize($text)
112 public static function extractTextWithoutCdata($text)
120 public static function preprocessText($text)
/plugin/pirate/
Drenderer.php21 function canRender($format) {
25 function cdata($text) {
/plugin/purplenumbers/
Drenderer.php23 function canRender($format) {
37 function header($text, $level, $pos, $returnonly = false) {
83 function preformatted($text, $type='code') {
98 function php($text, $wrapper='code') {
117 function html($text, $wrapper='code') {
133 function _highlight($type, $text, $language=null, $filename=null, $options = null) {
/plugin/displayfile/
Dsyntax.php66 function render($format, Doku_Renderer $renderer, $data)
196 function _isPhpFixCandidate($text, $language)
199 function _isPhpFixRequired($text, $language)
249 function _displayBody(Doku_Renderer $renderer, $text, $language = null, $options = null)
/plugin/mundart/
Drenderer.php35 function canRender($format) {
40 function cdata($text) {
/plugin/combo/renderer/
H A Dxml.php31 public function canRender($format)
45 function header($text, $level, $pos, $returnonly = false)
H A Drenderer.php77 public function canRender($format)
96 function header($text, $level, $pos, $returnonly = false)
/plugin/davcal/
H A Dscript.js18 Date.parseDate = function( input, format ){ argument
21 Date.prototype.dateFormat = function( format ){ argument
277 text: jQuery(this).text()}).appendTo($tzdropdown); property
281 …jQuery('<option />', {value: 'lang', text: LANG.plugins.davcal['language_specific']}).appendTo($tf… property
282 jQuery('<option />', {value: '24h', text: '24h'}).appendTo($tfdropdown); property
283 jQuery('<option />', {value: '12h', text: '12h'}).appendTo($tfdropdown); property
705 jQuery('#dw_davcal__eventfrom_edit').datetimepicker({format:'YYYY-MM-DD', property
711 jQuery('#dw_davcal__eventfromtime_edit').datetimepicker({format:'HH:mm', property
717 jQuery('#dw_davcal__eventto_edit').datetimepicker({format:'YYYY-MM-DD', property
723 jQuery('#dw_davcal__eventtotime_edit').datetimepicker({format:'HH:mm', property
/plugin/rplus/
Drenderer.php74 public function canRender($format)
93 function header($text, $level, $pos)
/plugin/gnuplot/
Dsyntax.php122 function plugin_render($text, $format='xhtml') {
/plugin/html5/
Drenderer.php46 function canRender( $format )
73 function header( $text, $level, $pos )
/plugin/plotwas/
Dsyntax.php105 function plugin_render($text, $format='xhtml') {
/plugin/wikindx/
Dsyntax.php341 public function render($format, Doku_Renderer $renderer, $data)
362 function WikindxparseText($resId, $baseurl, $text)
/plugin/securelogin/
Dhelper.php114 function decrypt($text) {
121 function my_unpack($format, &$bin, $length) {
/plugin/conform/
Dsyntax.php219 function conformCreateDescription($text, $postname)
228 function render($format, &$renderer, $data)
/plugin/mytemplate/
Daction.php234 function do_list($variable, $format, $minrows) {
262 function substitute(&$text, $maxpasses) {

1234567891011