Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 25 of 244) sorted by relevance

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
DFunctionDeclarationArgumentSpacingSniff.php226 $gap = 0;
228 $gap = strlen($tokens[$whitespace]['content']);
236 if ($gap !== 1) {
240 $gap,
244 if ($gap === 0) {
261 $gap = strlen($tokens[($comma + 1)]['content']);
262 if ($gap !== 1) {
266 $gap,
277 if ($gap === 0) {
284 } else if ($gap !== 1) {
[all …]
DMultiLineFunctionDeclarationSniff.php147 $gap = strlen($tokens[($use - 1)]['content']);
149 $gap = 0;
/plugin/move/script/
Djson2.js197 gap,
236 mind = gap,
289 gap += indent;
309 : gap
310 ? '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']'
312 gap = mind;
325 partial.push(quote(k) + (gap ? ': ' : ':') + v);
337 partial.push(quote(k) + (gap ? ': ' : ':') + v);
348 : gap
349 ? '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}'
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
Djson2.js213 var gap,
246 mind = gap,
301 gap += indent;
321 : gap
322 ? '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']'
324 gap = mind;
338 gap
354 gap
368 : gap
369 ? '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}'
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
DControlStructureSpacingSniff.php86 $gap = $tokens[($parenOpener + 1)]['length'];
88 if ($gap === 0) {
90 $gap = 'newline';
92 … $phpcsFile->recordMetric($stackPtr, 'Spaces after control structure open parenthesis', $gap);
96 $data = array($gap);
108 $gap = $tokens[($parenCloser - 1)]['length'];
110 $data = array($gap);
116 if ($gap === 0) {
119 … $phpcsFile->recordMetric($stackPtr, 'Spaces before control structure close parenthesis', $gap);
/plugin/zip/pear/File/Archive/Reader/
DTar.php244 $gap = 0;
256 } else if ($gap > 0) {
257 $blocks[] = $gap; //Don't remove the files between the gap
264 $gap = 0;
268 $gap += $size;
276 if ($gap == 0) {
279 $blocks[] = $gap;
DAr.php277 $gap = 0;
289 } else if ($gap > 0) {
290 $blocks[] = $gap; //Don't remove the files between the gap
297 $gap = 0;
301 $gap += $size;
308 if ($gap == 0) {
311 $blocks[] = $gap;
DZip.php289 $gap = 0;
303 } else if ($gap > 0) {
304 $blocks[] = $gap; //Don't remove the files between the gap
311 $gap = 0;
315 $gap += $size;
327 if ($gap == 0) {
330 $blocks[] = $gap;
/plugin/statistics/
Dstyle.less5 gap: 0.5em;
21 gap: 0.5em;
32 gap: 2em;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
DClassDeclarationSniff.php135 $gap = $tokens[($stackPtr + 1)]['content'];
136 if (strlen($gap) !== 1) {
137 $found = strlen($gap);
153 $gap = $tokens[($className + 1)]['content'];
154 if (strlen($gap) !== 1) {
155 $found = strlen($gap);
194 $gap = strlen($tokens[($keyword - 1)]['content']);
195 if ($gap !== 1) {
197 $data = array($gap);
/plugin/odt/ODT/styles/
DODTUnknownStyle.php186 $gap = '';
188 $gap = $properties ['column-gap'];
209 <style:columns fo:column-count="'.$columns.'" fo:column-gap="'.$gap.'">
/plugin/datatables/assets/datatables.net-buttons/css/
Dmixins.scss79 -webkit-column-gap: 8px;
80 -moz-column-gap: 8px;
81 -ms-column-gap: 8px;
82 -o-column-gap: 8px;
83 column-gap: 8px;
127 gap: 6px;
Dbuttons.jqueryui.css227 column-gap: 0;
287 -webkit-column-gap: 8px;
288 -moz-column-gap: 8px;
289 -ms-column-gap: 8px;
290 -o-column-gap: 8px;
291 column-gap: 8px;
329 gap: 6px;
Dbuttons.jqueryui.min.css1gap:0}div.dt-button-collection .dt-button{position:relative;left:0;right:0;width:100%;box-sizing:b…
Dbuttons.foundation.min.css1gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-buttons.but…
Dbuttons.foundation.css213 -webkit-column-gap: 8px;
214 -moz-column-gap: 8px;
215 -ms-column-gap: 8px;
216 -o-column-gap: 8px;
217 column-gap: 8px;
255 gap: 6px;
/plugin/tagfilter/script/
Djquery.history.js1gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="func…
/plugin/virtualgroup/
Dstyle.less22 gap: 0.5em;
47 gap: 0.25em;
/plugin/golocal/
Dstyle.less14 gap: 0.25em;
42 gap: 0.25em;
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js290 var gap = 20;
299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap }); property
300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap }); property
301 …nstraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap }); property
302 …nstraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap }); property
/plugin/googleconsentmananger/
Dstyle.less14 gap: 1em;
39 gap: 1em;
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css10 gap: 1.5rem;
39 gap: 1rem;
/plugin/twcheckliste/theme_twCheckliste/
Dtw_style.css124 -moz-column-gap: 2%;
127 -webkit-column-gap: 2%;
130 column-gap: 2%;
/plugin/fckg/fckeditor/editor/plugins/geshi/
Dfckplugin.js255 var gap = isBlock(n) ? "\n" : " ";
256 t += gap;
262 t += gap;
/plugin/subjectindex/
Dstyle.css62 column-gap: 1em;
63 -moz-column-gap: 1em;
64 -webkit-column-gap: 1em;

12345678910