Home
last modified time | relevance | path

Searched refs:code_type (Results 1 – 5 of 5) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/geshi/
Dfckplugin.js48 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/
Dparse_wiki-cmpr.js1code_type:false,in_endnotes:false,is_smiley:false,geshi:false,downloadable_code:false,export_code:… property
Dparse_wiki.js.unc310 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/
Dparse_wiki-cmpr.js1code_type:false,in_endnotes:false,is_smiley:false,geshi:false,downloadable_code:false,export_code:… property
Dparse_wiki.js.unc223 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 …]