Home
last modified time | relevance | path

Searched refs:indent (Results 51 – 75 of 447) sorted by relevance

12345678910>>...18

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Formatting/
H A DMultiLineAssignmentSniff.php36 public $indent = 4; variable in PEAR_Sniffs_Formatting_MultiLineAssignmentSniff
105 $expectedIndent = ($assignmentIndent + $this->indent);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php79 * @param string $indent (default: '')
83 abstract public function renderInternal(Mustache_Context $context, $indent = ''); argument
H A DCompiler.php436 * @param string $indent Whitespace indent to apply to partial
441 private function partial($id, $indent, $level) argument
443 if ($indent !== '') {
444 $indentParam = sprintf(self::PARTIAL_INDENT, var_export($indent, true));
475 * @param string $indent Whitespace indent to apply to parent
481 private function parent($id, $indent, array $children, $level) argument
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/codemirror/dist/modes/
H A Dr.min.js.map1indent","flags","column","prev","setFlag","flag","pop","startState","indentUnit","afterIdent","tok…
H A Djsx.min.js.map1indent","token","stream","xmlToken","jsToken","cx","match","skipToEnd","peek","skipAttribute","xml…
H A Dturtle.min.js.map1indent","popContext","startState","token","sol","align","indentation","eatSpace","style","column",…
H A Dstylus.min.js1indent=a.indentation();K=a.peek();if(a.match("//")){a.skipToEnd();return["comment","comment"]}if(a…
H A Dsql.min.js1indent:a.indentation(),col:a.column(),type:c}}function v(a){a.indent=a.context.indent;a.context=a.… property in b.context
H A Dscheme.min.js1indent=a;this.type=b;this.prev=c}function l(a,b,c){a.indentStack=new k(b,c,a.indentStack)}function…
H A Dsmarty.min.js1 …b){var c=b.tokenize(a,b);b.last=j;return c},indent:function(b,c,d){if(b.tokenize==n&&g.indent)retu…
/plugin/groupmanager/
H A Dsyntax.php605 function _htmlUserForm(&$renderer, $cmd, $user = '', $userdata = array(), $indent = 0) argument
629 … "_userid", "userid", $this->lang["user_id"], $user, $this->_auth->canDo("modLogin"), $indent + 6);
630 …_userpass", "userpass", $this->lang["user_pass"], "", $this->_auth->canDo("modPass"), $indent + 6);
631 …ername", "username", $this->lang["user_name"], $name, $this->_auth->canDo("modName"), $indent + 6);
632 …ermail", "usermail", $this->lang["user_mail"], $mail, $this->_auth->canDo("modMail"), $indent + 6);
649 $this->_htmlFilterSettings($renderer, $indent + 10);
663 function _htmlInputField(&$renderer, $id, $name, $label, $value, $cando, $indent = 0) argument
667 $renderer->doc .= str_pad('', $indent);
826 function _htmlFilterSettings(&$renderer, $indent = 0) argument
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIncludeNode.php42 ->indent()
58 ->indent()
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php97 function _html_button($provid, $aid, $btn, $disabled=false, $indent=0, $class='') { argument
99 return str_repeat(' ', $indent)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php49 public $indent = 4; variable in Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff
86 $caseAlignment = ($switch['column'] + $this->indent);
120 …$error = strtoupper($type).' keyword must be indented '.$this->indent.' spaces from SWITCH keyword…
177 … $error = 'Case breaking statement must be indented '.$this->indent.' spaces from SWITCH keyword';
/plugin/odt/ODT/
H A DODTState.php229 $indent = '';
232 $string .= $indent . $this->stack [$search]->getElementName().";\n";
233 $indent .= ' ';
H A DODTIndex.php191 $indent = 0;
194 $indent = $indents [$count];
199 $properties ['style-position'] = $settings ['width'] - $indent .'cm';
203 $properties ['margin-left'] = $indent.'cm';
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css27 text-indent: -1.5em;
72 text-indent: -2em;
86 text-indent: -2em;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php140 $indent = (($tokens[$stackPtr]['column'] - 1) + ($oldLength - $newLength));
149 if (($nonBreakingLength + $indent) > $this->lineLimit) {
/plugin/slider/
H A Dscreen.css81 text-indent: -9999px;
124 text-indent: -9999px;
140 text-indent: -9999px;
155 text-indent: -9999px;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php161 … $indent = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
163 $indent = ($tokens[($first + 1)]['column'] - 1);
167 if ($contentColumn !== $indent) {
170 $indent,
175 $padding = str_repeat(' ', $indent);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php189 $indent = '';
192 $indent = $tokens[($stackPtr - 1)]['orig_content'];
194 $indent = $tokens[($stackPtr - 1)]['content'];
200 '$1'.$phpcsFile->eolChar.$indent,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php214 $indent = str_repeat(' ', $tokens[$stackPtr]['column']);
215 … $phpcsFile->fixer->addContent($prev, $phpcsFile->eolChar.$indent.'*'.$phpcsFile->eolChar);
299 $indent = str_repeat(' ', $tokens[$stackPtr]['column']);
300 … $phpcsFile->fixer->addContent($prev, $phpcsFile->eolChar.$indent.'*'.$phpcsFile->eolChar);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php46 public $indent = 4; variable in PEAR_Sniffs_ControlStructures_MultiLineConditionSniff
149 $expectedIndent = ($statementIndent + $this->indent);
156 $expectedIndent = ($statementIndent + $this->indent);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php38 public $indent = 4; variable in PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff
159 $expectedIndent = ($startColumn + $this->indent - 1);

12345678910>>...18