Home
last modified time | relevance | path

Searched refs:spaces (Results 151 – 175 of 205) sorted by last modified time

123456789

/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md47 - #56 trailing and leading spaces in a link are now ignored
H A DREADME.md121 …ll newlines to `<br/>`-tags. By default only newlines with two preceding spaces are converted to `…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_simple.md42 Just plain comment, with trailing spaces on the line:
H A Dmd1_links_inline_style.md5 [URL and title](/url/ "title preceded by two spaces").
H A Dmd1_markdown_documentation_basics.md39 blank line -- a line containing nothing spaces or tabs is considered
40 blank.) Normal paragraphs should not be intended with spaces or tabs.
169 the paragraphs by 4 spaces or 1 tab:
230 numbers and spaces, but are *not* case sensitive:
286 the block by 4 spaces or 1 tab. Just like with code spans, `&`, `<`,
H A Dmd1_ordered_and_unordered_lists.md77 and using spaces:
H A Dmd1_tabs.md5 indented with spaces
21 indented with spaces
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md11 The next paragraph has the same phrases, but now they are separated by two spaces and a newline cha…
90 You see, that was formatted as code because it's been indented by four spaces.
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template74 Just uncomment the following block if you want to avoid spaces between
H A Dfck_editorarea.css74 Just uncomment the following block if you want to avoid spaces between
H A Dfck_editorarea.css.default_template72 Just uncomment the following block if you want to avoid spaces between
/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS24 required. You cannot have spaces at the beginning of lines, since they will be treated
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2063 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/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js782 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/namespacesearch/
H A 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/PEAR/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php181 $spaces = str_repeat(' ', $expectedIndent);
183 $phpcsFile->fixer->addContentBefore($lineStart, $spaces);
186 $phpcsFile->fixer->addContentBefore($lineStart, $spaces);
H A DObjectOperatorIndentSniff.php153 $spaces = str_repeat(' ', $requiredIndent);
155 $phpcsFile->fixer->addContentBefore($next, $spaces);
157 $phpcsFile->fixer->replaceToken(($next - 1), $spaces);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php82 $spaces = strlen($blankSpace);
85 && $spaces !== 1
92 $spaces,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php85 $spaces = strlen($blankSpace);
90 if ($spaces !== 0) {
95 $spaces,
171 $spaces = strlen($blankSpace);
172 if ($spaces !== 0) {
178 $data = array($spaces);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php580 $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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DForEachLoopDeclarationSniff.php184 $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 DForLoopDeclarationSniff.php176 $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 DClassDeclarationSniff.php135 $spaces = 0;
138 $spaces = strlen($blankSpace);
142 if ($spaces !== $expected) {
146 $spaces,
152 if ($spaces === 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php308 $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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php180 $spaces = str_repeat(' ', $expectedIndent);
182 $phpcsFile->fixer->addContentBefore($i, $spaces);
184 $phpcsFile->fixer->replaceToken($i, $spaces);

123456789