| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
| D | FunctionDeclarationSniff.php | 80 $spaces = 'newline'; 82 $spaces = strlen($tokens[($stackPtr + 1)]['content']); 84 $spaces = 0; 87 if ($spaces !== 1) { 89 $data = array($spaces); 92 if ($spaces === 0) { 105 $spaces = 'newline'; 107 $spaces = strlen($tokens[($openBracket - 1)]['content']); 109 $spaces = 0; 112 if ($spaces !== 0) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
| D | ListSpacesResponse.php | 47 public function setSpaces($spaces) argument 49 $this->spaces = $spaces; 56 return $this->spaces;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _string-trim.js | 4 var spaces = require('./_string-ws'); variable 5 var space = '[' + spaces + ']'; 13 return !!spaces[KEY]() || non[KEY]() != non; 15 var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _string-trim.js | 4 var spaces = require('./_string-ws'); variable 5 var space = '[' + spaces + ']'; 13 return !!spaces[KEY]() || non[KEY]() != non; 15 var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];
|
| /plugin/namespacesearch/ |
| D | syntax.php | 31 $spaces = array(); 38 $spaces[] = $ns; 41 return array($state, $spaces); 48 list($state, $spaces) = $data; 62 $allScopes = implode(' ', $spaces); 65 foreach ( $spaces as $dir ) {
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ |
| D | ForEachLoopDeclarationSniff.php | 184 $spaces = strlen($tokens[($doubleArrow - 1)]['content']); 186 $data = array($spaces); 202 $spaces = strlen($tokens[($doubleArrow + 1)]['content']); 204 $data = array($spaces); 221 $spaces = strlen($tokens[($asToken - 1)]['content']); 223 $data = array($spaces); 239 $spaces = strlen($tokens[($asToken + 1)]['content']); 241 $data = array($spaces);
|
| D | ForLoopDeclarationSniff.php | 176 $spaces = strlen($tokens[($firstSemicolon + 1)]['content']); 178 $data = array($spaces); 209 $spaces = strlen($tokens[($secondSemicolon + 1)]['content']); 210 $data = array($spaces);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/ |
| D | ClassDeclarationSniff.php | 135 $spaces = 0; 138 $spaces = strlen($blankSpace); 142 if ($spaces !== $expected) { 146 $spaces, 152 if ($spaces === 0) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | coding_standards.rst | 16 When using the whitespace control character, do not put any spaces between 45 * Do not put any spaces after an opening parenthesis and before a closing 52 * Do not put any spaces before and after string delimiters: 59 * Do not put any spaces before and after the following operators: ``|``, 69 * Do not put any spaces before and after the parenthesis used for filter and 77 * Do not put any spaces before and after the opening and the closing of arrays
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ |
| D | ClassDeclarationSniff.php | 85 $spaces = strlen($blankSpace); 90 if ($spaces !== 0) { 95 $spaces, 171 $spaces = strlen($blankSpace); 172 if ($spaces !== 0) { 178 $data = array($spaces);
|
| /plugin/prettytables/ |
| D | script.js | 170 var spaces=[]; 176 spaces = prettytables_count_spaces(this.orig_table[i][j]); 177 …if (spaces[0] > 1 && spaces[1] > 1) r = r + prettytables_strcenter(this.table[i][j],colsize[j]+4… 178 …if (spaces[0] > 1 && spaces[1] <= 1) r = r + prettytables_repeat(' ',colsize[j]-getCharWidth(this… 179 …if (spaces[0] <= 1) r = r + ' ' + this.table[i][j] + prettytables_repeat(' ',colsize[j]-getCharWid…
|
| /plugin/asciidocjs/node_modules/clean-css/lib/options/ |
| D | format.js | 39 spaces: spaces(false), property 73 function spaces(value) { function 112 spaces: spaces(true) property
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
| D | FunctionCommentSniff.php | 308 $spaces = ($maxType - strlen($param['type']) + 1); 309 if ($param['type_space'] !== $spaces) { 312 $spaces, 321 $content .= str_repeat(' ', $spaces); 380 $spaces = ($maxVar - strlen($param['var']) + 1); 381 if ($param['var_space'] !== $spaces) { 384 $spaces, 395 $content .= str_repeat(' ', $spaces);
|
| /plugin/a2s/ |
| D | syntax.php | 79 $spaces=array(); 80 preg_match( '/<( *)a2s( *)>/', $match, $spaces ); 81 $left=strlen($spaces[1]); 82 $right=strlen($spaces[2]);
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shCore.js | 782 var spaces = ''; 785 spaces += sh.config.space; 787 return spaces + ' '; 798 var spaces = ''; 802 spaces = s; 807 return spaces; 809 return spaces + '<code class="' + css + '">' + line + '</code>'; 860 spaces = '' 866 spaces += ' '; // 20 spaces * 50 873 + spaces.substr(0, count) [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
| D | FunctionCommentSniff.php | 580 $spaces = ($maxType - strlen($param['type']) + $spacing); 581 if ($param['type_space'] !== $spaces) { 584 $spaces, 593 $content .= str_repeat(' ', $spaces); 607 $diff = ($param['type_space'] - $spaces); 635 $spaces = ($maxVar - strlen($param['var']) + $spacing); 636 if ($param['var_space'] !== $spaces) { 639 $spaces, 650 $content .= str_repeat(' ', $spaces); 662 $diff = ($param['var_space'] - $spaces);
|
| /plugin/spreadout/ |
| D | plugin.info.txt | 6 desc A simple plugin that allows for two spaces between content sentences if the user types two s…
|
| D | README.md | 2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | md1_tabs.md | 5 indented with spaces 21 indented with spaces
|
| /plugin/nonblank/ |
| D | README | 6 Moreover, those spaces might disturb the search of phrases or sentences. 7 Therefore it would be better those spaces being removed.
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ |
| D | ScopeClosingBraceSniff.php | 181 $spaces = str_repeat(' ', $expectedIndent); 183 $phpcsFile->fixer->addContentBefore($lineStart, $spaces); 186 $phpcsFile->fixer->addContentBefore($lineStart, $spaces);
|
| D | ObjectOperatorIndentSniff.php | 153 $spaces = str_repeat(' ', $requiredIndent); 155 $phpcsFile->fixer->addContentBefore($next, $spaces); 157 $phpcsFile->fixer->replaceToken(($next - 1), $spaces);
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/ |
| D | easy-coding-standard.neon | 4 - temp/ecs/config/spaces.neon 17 # from temp/ecs/config/spaces.neon
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| D | DriveFile.php | 178 public $spaces; variable in Google\\Service\\Drive\\DriveFile 841 public function setSpaces($spaces) argument 843 $this->spaces = $spaces; 850 return $this->spaces;
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | url_encode.rst | 19 {{ "string with spaces"|url_encode }} 20 {# outputs "string%20with%20spaces" #}
|