Home
last modified time | relevance | path

Searched refs:tabSize (Results 1 – 25 of 40) sorted by relevance

12

/plugin/syntaxhighlighter4/
H A Daction.php79 $tabSize = $this->getConf('tabSize');
80 if ($tabSize > 0) {
81 ptln(' tabSize: '.$tabSize.',');
H A DREADME.md51 * **tabSize**: Allows you to adjust tab size `(default 4)`
/plugin/syntaxhighlighter3/action/
H A Daction.php104 $tabSize = $this->getConf('tab-size');
105 if ($tabSize > 0) {
/plugin/behave/
H A Dbehave.js90 tabSize: 4, property in defaults
157 defineTabSize: function(tabSize){
159 defaults.textarea.style.OTabSize = tabSize; return;
162 defaults.textarea.style.MozTabSize = tabSize; return;
164 if(typeof defaults.textarea.style.tabSize != "undefined"){
165 defaults.textarea.style.tabSize = tabSize; return;
594 tab = " ".repeat(defaults.tabSize);
598 utils.defineTabSize(defaults.tabSize);
H A Dscript.js15 tabSize: 4,
/plugin/autotabber/
H A Dscript.js12 tabOverride.set(textareas).tabSize(0).autoIndent(true).escape(true);
H A DREADME.md13 * An integer at tabSize sets the number of spaces to be used in a tab press
H A Dtaboverride.js732 tabOverride.tabSize = function (size) {
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js839 function processTabs(code, tabSize) argument
843 for (var i = 0; i < tabSize; i++)
856 function processSmartTabs(code, tabSize) argument
891 var spaces = tabSize - pos % tabSize;
1550 tabSize, variable
1577 tabSize = this.getParam('tab-size');
1581 ? processSmartTabs(code, tabSize)
1582 : processTabs(code, tabSize)
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js341 var tabSize = 4;
359 function ProcessLine(line, tabSize) argument
371 var spaces = tabSize - pos % tabSize;
381 result += ProcessLine(lines[i], tabSize) + '\n';
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos…
76 function ProcessLine(line,tabSize) argument
79 {var spaces=tabSize-pos%tabSize;line=InsertSpaces(line,pos,spaces);}
82 result+=ProcessLine(lines[i],tabSize)+'\n';return result;}
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js13 …rtTabsToSpaces=function(text,tabSize){var space=[],pattern=/\r|\n|\t/g,tabOffset=0,offsets=[],tota… argument
14 for(var i="";i.length<=tabSize;i=i+" "){space.push(i);}
15 …=="\n"){tabOffset=-(offset+1);return match;}else{var width=tabSize-((tabOffset+offset)%tabSize);ta…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2120 function processTabs(code, tabSize) argument
2124 for (var i = 0; i < tabSize; i++)
2137 function processSmartTabs(code, tabSize) argument
2172 var spaces = tabSize - pos % tabSize;
2831 tabSize, variable
2858 tabSize = this.getParam('tab-size');
2862 ? processSmartTabs(code, tabSize)
2863 : processTabs(code, tabSize)
/plugin/projects/
H A Dcodemirror-compressed.js1tabSize),o=r.text.match(/^\s*/)[0],u;t=="smart"&&(u=Nt.indent(n,r.text.slice(o.length),r.text),u==… property in e.defaults
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2971 var tabSize = opts['tab-size'];
2972 …de = opts['smart-tabs'] === true ? retabber.smart(code, tabSize) : retabber.regular(code, tabSize);
3086 smart: function smart(code, tabSize) {
3106 line = insertSpaces(line, pos, tabSize - pos % tabSize);
3115 regular: function regular(code, tabSize) {
3116 return code.replace(/\t/g, spaces.substr(0, tabSize));
/plugin/codemirror/dist/modes/
H A Dslim.min.js1 …;return null}var d=new a.StringStream(b.string.slice(c.stack.indented),b.tabSize);d.pos=b.pos-c.st…
H A Dslim.min.js.map1tabSize","start","lastColumnPos","lastColumnValue","subMode","subState","firstSub","createMode","m…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1 …nction(e){return{ConvertTabsToSpaces:e.insertSpaces,TabSize:e.tabSize,IndentSize:e.tabSize,IndentS…
H A D6.6.js1tabSize:e,insertSpaces:t}},e.is=function(e){var t=e;return me.defined(t)&&me.number(t.tabSize)&&me…
H A D5.5.js1 …e.create=function(e,t){return{tabSize:e,insertSpaces:t}},e.is=function(e){var t=e;return re.define…
H A Dbundle.js.map1tabSize) + 1;\n }\n return new MouseTarget(this.target, type, mouseColumn, position,…
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/
H A Dscripts.min.js.map1tabSize","startIndex","startValue","search","n","nextTab","indexOf","Delayed","id","time","handler…
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1tabSize:e,insertSpaces:t}},e.is=function(e){var t=e;return me.defined(t)&&me.number(t.tabSize)&&me…

12