Home
last modified time | relevance | path

Searched refs:spacing (Results 201 – 225 of 295) sorted by path

12345678910>>...12

/plugin/emoji/
H A Dscreen.less21 letter-spacing: 0;
69 letter-spacing: .05em;
/plugin/fckg/action/entities/utils/
H A Dentities.txt65 spacing diaeresis
99 spacing macron
124 spacing acute
144 spacing cedilla
/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS23 fckgLite editing window. This will give you the precise line spacing that is
/plugin/fckg/
H A Dstyle.css181 border-spacing:0px;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon9 spacing: one
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boile…
H A Dnv.d3.min.css1 …pan{display:inline-block;margin:2px 0}.nvtooltip table{margin:6px;border-spacing:0}.nvtooltip tabl…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.php_cs.dist24 'concat_space' => ['spacing' => 'one'],
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.php_cs24 'concat_space' => ['spacing' => 'one'],
/plugin/freechat/phpfreechat/style/
H A Dgeneric.css20 .nospace { word-spacing: -0.35em; }
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css181 border-spacing: 0;
H A Dprint.css119 border-spacing: 0;
/plugin/gitlog/
H A Dstyle.css3 border-spacing: 0;
/plugin/glossary/images/
H A Dscore.xcf7 (spacing-unit inches)
/plugin/glossary/
H A Dstyle.css13 border-spacing: 0;
/plugin/highlight2wiki/
H A Dstyle.css143 letter-spacing: -0.45px;
150 letter-spacing: -0.03px;
161 letter-spacing: -0.36px;
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog841 * New: 'letter-spacing' CSS property support added
/plugin/html2pdf/html2pdf/html2ps/help/css/
H A Dhelp.css23 letter-spacing:-1px;
32 letter-spacing:-1px;
/plugin/html2pdf/snorriheim/
H A Ddesign.css515 border-spacing: 0px;
H A Dlayout.css39 letter-spacing: 2pt;
H A Dprint.css207 border-spacing: 0px;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DSpaceAfterNotSniff.php67 $spacing = 0;
69 $spacing = $tokens[($stackPtr + 1)]['length'];
72 if ($spacing === 1) {
77 $fix = $phpcsFile->addFixableError($message, $stackPtr, 'Incorrect', array($spacing));
80 if ($spacing === 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php573 * @param int $spacing The number of spaces to add after the type.
577 …unction checkSpacingAfterParamType(PHP_CodeSniffer_File $phpcsFile, $param, $maxType, $spacing = 1) argument
580 $spaces = ($maxType - strlen($param['type']) + $spacing);
628 * @param int $spacing The number of spaces to add after the type.
632 …function checkSpacingAfterParamName(PHP_CodeSniffer_File $phpcsFile, $param, $maxVar, $spacing = 1) argument
635 $spaces = ($maxVar - strlen($param['var']) + $spacing);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DConcatenationSpacingSniff.php39 public $spacing = 0; variable in Squiz_Sniffs_Strings_ConcatenationSpacingSniff
72 $this->spacing = (int) $this->spacing;
98 … if (($before === $this->spacing || ($before === 'newline' && $this->ignoreNewlines === true))
104 if ($this->spacing === 0) {
108 if ($this->spacing > 1) {
114 $data = array($this->spacing);
120 $padding = str_repeat(' ', $this->spacing);
125 if ($this->spacing === 0
133 } else if ($this->spacing > 0) {
142 if ($this->spacing === 0
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionSpacingSniff.php38 public $spacing = 2; variable in Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff
65 $this->spacing = (int) $this->spacing;
91 $foundLines = $this->spacing;
98 $foundLines = $this->spacing;
104 if ($foundLines !== $this->spacing) {
106 if ($this->spacing !== 1) {
112 $this->spacing,
203 if ($foundLines !== $this->spacing) {
205 if ($this->spacing !== 1) {
211 $this->spacing,
[all …]

12345678910>>...12