Home
last modified time | relevance | path

Searched full:spaces (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/
DSpaces.php25 * The "spaces" collection of methods.
29 * $spaces = $chatService->spaces;
32 class Spaces extends \Google\Service\Resource class
37 * accounts). (spaces.get)
40 * "spaces". Example: spaces/AAAAAAAAAAAA
51 * Lists spaces the caller is a member of. Requires [service account
53 * accounts). (spaces.listSpaces)
72 * response. (spaces.webhooks)
74 * @param string $parent Required. Space resource name, in the form "spaces".
75 * Example: spaces/AAAAAAAAAAA
[all …]
DSpacesMessages.php38 * @param string $parent Required. Space resource name, in the form "spaces".
39 * Example: spaces/AAAAAAAAAAA
65 * the form "spaces/messages" Example:
66 * spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB
82 * in the form "spaces/messages". Example:
83 * spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB
98 * @param string $name Resource name in the form `spaces/messages`. Example:
99 * `spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB`
DSpacesMembers.php39 * retrieved, in the form "spaces/members". Example:
40 * spaces/AAAAAAAAAAAA/members/111111111111111111111
56 * membership list is to be fetched, in the form "spaces". Example:
57 * spaces/AAAAAAAAAAAA
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dformat.js28 var Spaces = { variable
39 spaces: spaces(false), property
73 function spaces(value) { function
76 spaceOptions[Spaces.AroundSelectorRelation] = value;
77 spaceOptions[Spaces.BeforeBlockBegins] = value;
78 spaceOptions[Spaces.BeforeValue] = value;
112 spaces: spaces(true) property
144 if (name == 'breaks' || name == 'spaces') {
214 Spaces: Spaces, property
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Functions/
DFunctionCallArgumentSpacingStandard.xml4 …Function arguments should have one space after a comma, and single spaces surrounding the equals s…
8 <code title="Valid: Single spaces after a comma.">
15 <code title="Invalid: No spaces after a comma.">
24 <code title="Valid: Single spaces around an equals sign in function declaration.">
31 <code title="Invalid: No spaces around an equals sign in function declaration.">
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DListSpacesResponse.php22 protected $collection_key = 'spaces';
47 public function setSpaces($spaces) argument
49 $this->spaces = $spaces;
56 return $this->spaces;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dcoding_standards.rst16 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/PEAR/Sniffs/Functions/
DFunctionDeclarationSniff.php32 * The number of spaces code should be indented.
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;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
DForEachLoopDeclarationSniff.php35 * How many spaces should follow the opening bracket.
42 * How many spaces should precede the closing bracket.
104 $error = 'Expected %s spaces after opening bracket; %s found';
134 $error = 'Expected %s spaces before closing bracket; %s found';
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);
[all …]
DForLoopDeclarationSniff.php34 * How many spaces should follow the opening bracket.
41 * How many spaces should precede the closing bracket.
107 $error = 'Expected %s spaces after opening bracket; %s found';
137 $error = 'Expected %s spaces before closing bracket; %s found';
176 $spaces = strlen($tokens[($firstSemicolon + 1)]['content']);
178 $data = array($spaces);
209 $spaces = strlen($tokens[($secondSemicolon + 1)]['content']);
210 $data = array($spaces);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_string-trim.js4 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.js4 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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
DClassDeclarationSniff.php85 $spaces = strlen($blankSpace);
90 if ($spaces !== 0) {
92 $error = 'Expected 0 spaces before %s keyword; %s found';
95 $spaces,
171 $spaces = strlen($blankSpace);
172 if ($spaces !== 0) {
174 $error = 'Expected 0 spaces before closing brace; newline found';
177 $error = 'Expected 0 spaces before closing brace; %s found';
178 $data = array($spaces);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
DClassDeclarationSniff.php34 * The number of spaces code should be indented.
135 $spaces = 0;
138 $spaces = strlen($blankSpace);
142 if ($spaces !== $expected) {
143 $error = 'Expected %s spaces before opening brace; %s found';
146 $spaces,
152 if ($spaces === 0) {
/plugin/linebreak/
Daction.php47 * add spaces before line breaks, required so syntax component pattern will match correctly
52 // preg pattern used to find line breaks which require spaces inserted before them
56 // of the additional spaces added into the file
59 // get the location (offset) of all the spaces to be added
67 // save details of the added spaces
70 // add in the spaces
97 // back to the values they would be if no spaces had been added by this plugin
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
DControlStructureSpacingSniff.php33 * How many spaces should follow the opening bracket.
40 * How many spaces should precede the closing bracket.
102 …$phpcsFile->recordMetric($stackPtr, 'Spaces after control structure open parenthesis', $spaceAfter…
105 $error = 'Expected %s spaces after opening bracket; %s found';
129 …$phpcsFile->recordMetric($stackPtr, 'Spaces before control structure close parenthesis', $spaceBef…
132 $error = 'Expected %s spaces before closing bracket; %s found';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
DDisallowTabIndentSniff.php69 $error = 'Spaces must be used to indent lines; tabs are not allowed';
84 // If tabs are being converted to spaces by the tokeniser, the
111 $phpcsFile->recordMetric($i, 'Line indent', 'spaces');
120 $error = 'Spaces must be used for alignment; tabs are not allowed';
135 // Replace tabs with spaces, using an indent of 4 spaces.
/plugin/bureaucracyau/_test/
Dsyntax.test.php79 $match = 'textbox label0 "Test with spaces"
81 textbox Label Without Spaces
82 textbox "Label with spaces" "Text with a quote""in text"
94 array('textbox', 'label0', 'Test with spaces'),
96 array('textbox', 'Label', 'Without', 'Spaces'),
97 array('textbox', 'Label with spaces', 'Text with a quote"in text'),
/plugin/bureaucracy-au/_test/
Dsyntax.test.php79 $match = 'textbox label0 "Test with spaces"
81 textbox Label Without Spaces
82 textbox "Label with spaces" "Text with a quote""in text"
94 array('textbox', 'label0', 'Test with spaces'),
96 array('textbox', 'Label', 'Without', 'Spaces'),
97 array('textbox', 'Label with spaces', 'Text with a quote"in text'),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/WhiteSpace/
DScopeIndentStandard.xml4 Indentation for control structures, classes, and functions should be 4 spaces per level.
8 <code title="Valid: 4 spaces are used to indent a control structure.">
15 <code title="Invalid: 8 spaces are used to indent a control structure.">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Docs/Functions/
DFunctionCallSignatureStandard.xml4 …Functions should be called with no spaces between the function name, the opening parenthesis, and …
8 <code title="Valid: spaces between parameters">
13 <code title="Invalid: additional spaces used">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
DScopeClosingBraceSniff.php34 * The number of spaces code should be indented.
157 // BREAK statements should be indented n spaces from the
161 … $error = 'Case breaking statement indented incorrectly; expected %s spaces, found %s';
171 $error = 'Closing brace indented incorrectly; expected %s spaces, found %s';
181 $spaces = str_repeat(' ', $expectedIndent);
183 $phpcsFile->fixer->addContentBefore($lineStart, $spaces);
186 $phpcsFile->fixer->addContentBefore($lineStart, $spaces);
/plugin/namespacesearch/
Dsyntax.php31 $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/Commenting/
DFunctionCommentSniff.php502 // Check number of spaces after the type.
535 // Check number of spaces after the var name.
573 * @param int $spacing The number of spaces to add after the type.
579 // Check number of spaces after the type.
580 $spaces = ($maxType - strlen($param['type']) + $spacing);
581 if ($param['type_space'] !== $spaces) {
582 $error = 'Expected %s spaces after parameter type; %s found';
584 $spaces,
593 $content .= str_repeat(' ', $spaces);
607 $diff = ($param['type_space'] - $spaces);
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
DshCore.js779 // Replace two or more sequential spaces with &nbsp; leaving last space untouched.
782 var spaces = '';
785 spaces += sh.config.space;
787 return spaces + ' ';
791 // leading spaces aren't included.
798 var spaces = '';
802 spaces = s;
807 return spaces;
809 return spaces + '<code class="' + css + '">' + line + '</code>';
833 * Replaces tabs with spaces.
[all …]

12345678910>>...34