Home
last modified time | relevance | path

Searched refs:indent (Results 76 – 100 of 447) sorted by relevance

12345678910>>...18

/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1indent","popContext","startState","token","sol","align","indentation","eatSpace","style","column",…
H A Dscheme.min.js.map1indent","type","prev","this","pushStack","state","indentStack","popStack","binaryMatcher","RegExp"…
H A Dcobol.min.js1 …))){q=d}else q=null}}return q},indent:function(a){if(a.indentStack==null)return a.indentation;retu…
H A Dcypher.min.js.map1indent","popContext","indentUnit","startState","tokenize","token","sol","align","indentation","eat…
H A Dq.min.js.map1indent","popContext","startState","token","align","indentation","style","column","textAfter","firs…
H A Dwast.min.js1 …en:"comment",next:"comment"},{regex:/;;.*$/,token:"comment"},{regex:/\(/,indent:true},{regex:/\)/,…
H A Dsass.min.js.map1indent","indentCount","lastScopeOffset","scopes","offset","currentOffset","indentUnit","unshift","…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php46 public $indent = 4; variable in PEAR_Sniffs_Functions_FunctionCallSignatureSniff
372 $phpcsFile->eolChar.str_repeat(' ', ($functionIndent + $this->indent))
385 $phpcsFile->eolChar.str_repeat(' ', ($functionIndent + $this->indent))
459 $expectedIndent = ($functionIndent + $this->indent);
545 … $phpcsFile->eolChar.str_repeat(' ', ($functionIndent + $this->indent))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php277 $indent = '';
287 $indent = $tokens[$first]['content'];
294 $addedContent .= $indent.'}';
/plugin/phpipam/
H A Dstyle.css70 * vim: set ai et ts=4 st=4 bf sts=4 cin ff=unix fenc=utf-8 foldmethod=indent : enc=utf-8
72 * -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php177 $indent = 0;
179 while (isset($line[$indent]) and $line[$indent] === ' ')
181 $indent ++;
184 $text = $indent > 0 ? substr($line, $indent) : $line;
188 $Line = array('body' => $line, 'indent' => $indent, 'text' => $text);
327 if ($Line['indent'] >= 4)
348 if ($Line['indent'] >
[all...]
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1863 if('undefined' === typeof indent) { indent = 0; }
1912 '[ ]{' + (indent + 4) + '}[^\\n]*\\n' +
1914 '(?:[ ]{' + (indent + 4) + '}[^\\n]*|[ ]*)\\n' +
1919 '[ ]{0,' + indent + '}~~~+[ ]*\\n'
1990 else if(tag.match(new RegExp('^\\n?[ ]{0,' + (indent + 3) + '}~'))) {
2213 var indent;
2216 indent = matches[1].length; //strlen(matches[1], 'UTF-8');
2218 indent = 0;
2231 var t = this._hashHTMLBlocks_inMarkdown(text, indent, tag_name_re, span_mode);
2236 if(indent > 0) {
[all …]
/plugin/autoindentcontrol/
H A Dplugin.info.txt6 desc Provides a toggle switch to control auto-indent function in edit window
H A DREADME.rst5 Provides a toggle switch to control auto-indent function in edit window.
H A Dstyle.css14 background-image: url(images/indent-toggle.png);
/plugin/redissue/
H A Dstyle.css4 text-indent: 0.3em;
35 text-indent: .3em;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockNode.php34 ->indent()
H A DForLoopNode.php44 ->indent()
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist.md45 - different indent
/plugin/batchedit/
H A Dinterface.php92 private $indent; variable in BatcheditInterface
100 $this->indent = 0;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dtext-indent-left.svg1 <svg class="bi bi-text-indent-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dtext-indent-right.svg1 <svg class="bi bi-text-indent-right" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php220 function _html_button($provid, $btn, $disabled=false, $indent=0, $class='') { argument
222 return str_repeat(' ', $indent)
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1indent:{indent:"Increase Indent",outdent:"Decrease Indent"},smiley:{options:"Smiley Options",title… property in CKEDITOR.lang.en
/plugin/deflist/
H A Dstyle.css9 dl dd p{padding:0;text-indent:0;}

12345678910>>...18