/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
H A D | FunctionDeclarationArgumentSpacingSniff.php | 226 $gap = 0; 236 if ($gap !== 1) { 240 $gap, 277 if ($gap === 0) { 301 $gap = 0; 320 if ($gap !== 1) { 363 $gap, 380 $gap = 0; 389 $data = array($gap); 401 $gap, [all …]
|
H A D | MultiLineFunctionDeclarationSniff.php | 147 $gap = strlen($tokens[($use - 1)]['content']); 149 $gap = 0;
|
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/ |
H A D | json2.js | 213 var gap, variable 246 mind = gap, 301 gap += indent; 321 : gap 322 ? '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']' 324 gap = mind; 338 gap 368 : gap 369 ? '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}' 371 gap = mind; [all …]
|
/plugin/move/script/ |
H A D | json2.js | 197 gap, variable 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 [all...] |
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
H A D | ControlStructureSpacingSniff.php | 86 $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/ |
H A D | Ar.php | 277 $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;
|
H A D | Tar.php | 244 $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;
|
H A D | Zip.php | 289 $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/odt/ODT/styles/ |
H A D | ODTUnknownStyle.php | 186 $gap = ''; 188 $gap = $properties ['column-gap']; 209 <style:columns fo:column-count="'.$columns.'" fo:column-gap="'.$gap.'">
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/ |
H A D | ClassDeclarationSniff.php | 135 $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/tagfilter/script/ |
H A D | jquery.history.js | 1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap variable [all...] |
/plugin/datatables/assets/datatables.net-buttons-bs/css/ |
H A D | buttons.bootstrap.min.css |
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 290 var gap = 20; 299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap }); 300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap }); 301 …nstraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap }); 302 …nstraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap });
|
/plugin/combo/resources/theme/default/pages/templates/ |
H A D | holy.css | 10 gap: 1.5rem; 39 gap: 1rem;
|
H A D | index.css | 9 gap: 1.5rem;
|
H A D | holy-medium.css | 17 gap: 1rem;
|
/plugin/twcheckliste/theme_twCheckliste/ |
H A D | tw_style.css | 124 -moz-column-gap: 2%; 127 -webkit-column-gap: 2%; 130 column-gap: 2%;
|
/plugin/fckg/fckeditor/editor/plugins/geshi/ |
H A D | fckplugin.js | 255 var gap = isBlock(n) ? "\n" : " "; 256 t += gap; 262 t += gap;
|
/plugin/oauth/ |
H A D | style.less | 5 gap: 0.5em;
|
/plugin/subjectindex/ |
H A D | style.css | 62 column-gap: 1em; 63 -moz-column-gap: 1em; 64 -webkit-column-gap: 1em;
|
/plugin/mikioplugin/icons/bootstrap-icons/svg/ |
H A D | columns-gap.svg | 1 <svg class="bi bi-columns-gap" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | grid-3x2-gap-fill.svg | 1 <svg class="bi bi-grid-3x2-gap-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | grid-3x2-gap.svg | 1 <svg class="bi bi-grid-3x2-gap" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | grid-3x3-gap-fill.svg | 1 <svg class="bi bi-grid-3x3-gap-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
/plugin/pagequery/ |
H A D | style.css | 56 column-gap: 1.5em; 57 -moz-column-gap: 1.5em; 58 -webkit-column-gap: 1.5em;
|