Searched refs:code_type (Results 1 – 5 of 5) sorted by relevance
| /plugin/fckg/fckeditor/editor/plugins/geshi/ |
| D | fckplugin.js | 48 FCKGeshi.InsertText = function(code_type, lang, snip_fname, mySelection) { argument 51 var pre_class = code_type + ' ' + lang; 75 FCKGeshi.Insert = function(code_type, lang, snip_fname) { argument 78 var pre_class = code_type + ' ' + lang;
|
| /plugin/ckgedit/scripts/ |
| D | parse_wiki-cmpr.js | 1 …code_type:false,in_endnotes:false,is_smiley:false,geshi:false,downloadable_code:false,export_code:… property
|
| D | parse_wiki.js.unc | 310 code_type: false, 648 } else if (attrs[i].name == 'href' && !this.code_type) { 894 this.code_type = elems[0]; 897 this.code_type = this.attr; 901 this.code_type = 'file'; 1025 if (!this.code_type) { 1027 } else if (this.code_type) { 1124 if (this.code_type && tag == 'span') tag = 'blank'; 1252 if (this.code_type && tag == 'span') tag = 'blank'; 1310 if (this.code_type) { [all …]
|
| /plugin/ckgdoku/scripts/ |
| D | parse_wiki-cmpr.js | 1 …code_type:false,in_endnotes:false,is_smiley:false,geshi:false,downloadable_code:false,export_code:… property
|
| D | parse_wiki.js.unc | 223 code_type: false, 573 else if(attrs[i].name == 'href' && !this.code_type) { 838 this.code_type = elems[0]; 842 this.code_type = this.attr; 846 this.code_type='file'; 983 if(!this.code_type) { 986 else if(this.code_type) { 1090 if(this.code_type && tag == 'span') tag = 'blank'; 1228 if(this.code_type && tag == 'span') tag = 'blank'; 1293 if(this.code_type) { [all …]
|