/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | ListSpacesResponse.php | 47 public function setSpaces($spaces) argument 49 $this->spaces = $spaces; 56 return $this->spaces;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
H A 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'; 109 $spaces = 0; 112 if ($spaces !== 0) { 114 $data = array($spaces); [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | NewlineParser.php |
|
/plugin/namespacesearch/ |
H A 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/ |
H A 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);
|
H A 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/ |
H A D | ClassDeclarationSniff.php | 135 $spaces = 0; 138 $spaces = strlen($blankSpace); 142 if ($spaces !== $expected) { 146 $spaces, 152 if ($spaces === 0) {
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ |
H A 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/findologicxmlexport/vendor/twig/twig/doc/ |
H A 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/prettytables/ |
H A 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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A 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/ |
H A 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/ |
H A D | shCore.js | 782 var spaces = ''; 785 spaces += sh.config.space; 787 return spaces + ' '; 798 var spaces = ''; 802 spaces = s; 807 return spaces; 860 spaces = '' 873 + spaces.substr(0, count) 1462 spaces = null, 1470 spaces = spaces.replace(' ', sh.config.space); [all …]
|
/plugin/spreadout/ |
H A D | plugin.info.txt | 6 desc A simple plugin that allows for two spaces between content sentences if the user types two s…
|
H A D | README.md | 2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A 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/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_tabs.md | 5 indented with spaces 21 indented with spaces
|
/plugin/nonblank/ |
H A 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/ |
H A D | ScopeClosingBraceSniff.php | 181 $spaces = str_repeat(' ', $expectedIndent); 183 $phpcsFile->fixer->addContentBefore($lineStart, $spaces); 186 $phpcsFile->fixer->addContentBefore($lineStart, $spaces);
|
H A 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/ |
H A 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/ |
H A 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/ |
H A D | url_encode.rst | 19 {{ "string with spaces"|url_encode }} 20 {# outputs "string%20with%20spaces" #}
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 2063 var spaces = ''; 2066 spaces += sh.config.space; 2068 return spaces + ' '; 2079 var spaces = ''; 2083 spaces = s; 2088 return spaces; 2141 spaces = '' 2154 + spaces.substr(0, count) 2743 spaces = null, 2751 spaces = spaces.replace(' ', sh.config.space); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ |
H A D | MultiLineConditionSniff.php | 180 $spaces = str_repeat(' ', $expectedIndent); 182 $phpcsFile->fixer->addContentBefore($i, $spaces); 184 $phpcsFile->fixer->replaceToken($i, $spaces);
|