Home
last modified time | relevance | path

Searched +defs:text +defs:html (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/whyspam/
H A Dadmin.php37 function html() { function in admin_plugin_whyspam
74 function _checkit($file,&$text){
/plugin/toolbox/
H A DToolboxCounter.js17 function charcounter(text) { argument
31 function wordcounter(text) { argument
86 function html(head, chars, words) { function
/plugin/htmlok/
H A DBaseSyntaxPlugin.php106 protected function php(string $text, string $wrapper = 'code'): string
127 protected function phpblock(string $text): string
141 protected function html(string $text, string $wrapper = 'code'): string function in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin
157 protected function htmlblock(string $text): string
/plugin/purplenumbers/
H A Drenderer.php37 function header($text, $level, $pos, $returnonly = false) { argument
83 function preformatted($text, $type='code') { argument
98 function php($text, $wrapper='code') { argument
117 function html( argument
133 _highlight($type, $text, $language = null, $filename = null) global() argument
[all...]
/plugin/photogallery/
H A Dadmin.php39 public function html() { function in admin_plugin_photogallery
103 function _info_cell($text, $header = false){
/plugin/blogtng/renderer/
H A Dcomment.php34 function header($text, $level, $pos, $returnonly = false) {
58 function php($text, $wrapper='code') {
70 function html($text, $wrapper='code') { function in renderer_plugin_blogtng_comment
/plugin/include/_test/
H A Dnested_include.test.php53 private function _matchHeader($level, $text, $html) { argument
/plugin/eventum/
H A Dsyntax.php236 function strike($format, $text) {
250 function emphasis($format, $text) {
263 function html($format, $text) { function in syntax_plugin_eventum
/plugin/confightmlok/
H A Dcommon.php9 function confightmlok_default_sanitizer ($text) { argument
30 function html_sanitize ($html, $mode, $wrapper='code') { argument
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js111 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) argument
174 FCKeditor.prototype._HTMLEncode = function( text ) argument
/plugin/snippets/
H A Dadmin.php54 function html() { function in admin_plugin_snippets
213 function dbg($text, $ar = array(),$line="") {
/plugin/fckg/fckeditor/
H A Dfckeditor.js140 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) argument
214 FCKeditor.prototype._HTMLEncode = function( text ) argument
/plugin/struct/renderer/
H A Dcsv.php137 public function cdata($text) argument
183 public function code($text, $lang = null, $file = null) argument
188 header($text, $level, $pos) global() argument
198 unformatted($text) global() argument
203 php($text) global() argument
208 phpblock($text) global() argument
213 html($text) global() argument
218 htmlblock($text) global() argument
223 preformatted($text) global() argument
228 file($text, $lang = null, $file = null) global() argument
[all...]
/plugin/codehighlight/cp/
H A Dcodepress.js107 html : 'HTML', property in CodePress.languages
113 text : 'Text', property in CodePress.languages
/plugin/pagemove/
H A Dadmin.php29 var $text = ''; variable in admin_plugin_pagemove
83 function html() { function in admin_plugin_pagemove
743 function _pm_updatelinks(&$text, $links) {
754 function _pm_updatemedialinks(&$text, $old, $new) {
/plugin/dw2markdown/
H A 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') { function in Renderer_Plugin_dw2markdown
340 function htmlblock($text) {
349 function preformatted($text) {
372 function file($text, $language = NULL, $filename = NULL, $options = NULL) {
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js13html,container){return html;};Syntax.modeLineOptions={'tab-width':function(name,value,options){opt… argument
18 Syntax.updateMatchesWithOffsets=function(matches,linearOffsets,text){(function(matches){for(var i=0… argument
78 …es=function(name){this.parents.push(name);this.rules.push({apply:function(text,expr){return Syntax… argument
85 Syntax.Brush.MatchPattern=function(text,rule){if(!rule.pattern) argument
92 …ormed rule: ",rule);}}};Syntax.Brush.prototype.getMatchesForRule=function(text,rule){var matches=[… argument
96 Syntax.Brush.prototype.getMatches=function(text){var matches=[];for(var i=0;i<this.rules.length;i+=… argument
97 return matches;};Syntax.Brush.buildTree=function(rule,text,offset,additionalMatches){var match=Synt… argument
98 Syntax.Brush.prototype.buildTree=function(text,offset,additionalMatches){offset=offset||0;text=text… argument
101 top.complete=true;return top;};Syntax.Brush.prototype.process=function(text,matches,options){var to… argument
104 return html;};Syntax.highlightText=function(text,options,callback){var brushName=(options.brush||'p… argument
[all …]
H A Djquery.syntax.layout.editor.js5 Syntax.Editor=function(container,text){this.container=container;this.current=this.getLines();} argument
27 ….updateLines(changed,[]);}else{Syntax.highlightText(text,options,function(html){editor.updateLines… argument
/plugin/gemini/
H A 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) function in renderer_plugin_gemini
146 public function htmlblock($text)
152 public function preformatted($text)
170 public function file($text, $lang = null, $file = null)
182 public function code($text, $lang = null, $file = null)
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js79 _text: function(text) { argument
115 build: function(html) { argument
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php129 public function createGroupPad($groupID, $padName, $text){
219 public function setText($padID, $text){
227 public function setHTML($padID, $html){
240 public function createPad($padID, $text){
/plugin/prosemirror/
H A Drenderer.php294 $tnode->setText($text); argument
329 $node = new Node('text'); argument
281 header($text, $level, $pos) global() argument
338 code($text, $lang = null, $file = null) global() argument
350 file($text, $lang = null, $file = null) global() argument
355 html($text) global() argument
364 htmlblock($text) global() argument
374 php($text) global() argument
383 phpblock($text) global() argument
733 unformatted($text) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js94 FCKSpecialCombo.prototype.AddItem = function( id, html, label, bgColor ) argument
169 FCKSpecialCombo.prototype.SetLabel = function( text ) argument
/plugin/codemirror/dist/modes/
H A Dtextile.min.js1 …header",html:"comment",image:"string",italic:"em",link:"link",linkDefinition:"link",list1:"variabl… property in AnonymousFunction2bc6d9c80100.k.single
/plugin/simplexml/
H A 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) { function in renderer_plugin_simplexml
251 function preformatted($text) {
257 function file($text) {
271 function code($text, $lang = NULL) {

1234