| /plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/Resources/unidata/ |
| D | disallowed.php | 4 888 => true, 5 889 => true, 6 896 => true, 7 897 => true, 8 898 => true, 9 899 => true, 10 907 => true, 11 909 => true, 12 930 => true, 13 1216 => true, [all …]
|
| D | ignored.php | 4 173 => true, 5 847 => true, 6 6155 => true, 7 6156 => true, 8 6157 => true, 9 8203 => true, 10 8288 => true, 11 8292 => true, 12 65024 => true, 13 65025 => true, [all …]
|
| D | disallowed_STD3_valid.php | 4 0 => true, 5 1 => true, 6 2 => true, 7 3 => true, 8 4 => true, 9 5 => true, 10 6 => true, 11 7 => true, 12 8 => true, 13 9 => true, [all …]
|
| D | DisallowedRanges.php | 18 return true; 22 return true; 26 return true; 30 return true; 34 return true; 38 return true; 42 return true; 46 return true; 50 return true; 54 return true; [all …]
|
| /plugin/combo/vendor/php-webdriver/webdriver/ |
| H A D | .php-cs-fixer.dist.php | 8 '@PSR2' => true, 10 'binary_operator_spaces' => true, 12 …['allow_single_line_anonymous_class_with_empty_body' => true, 'allow_single_line_closure' => true], 13 'cast_spaces' => true, 15 'clean_namespace' => true, 16 'compact_nullable_typehint' => true, 18 'declare_equal_normalize' => true, 19 'fopen_flag_order' => true, 20 'fopen_flags' => true, 21 'full_opening_tag' => true, [all …]
|
| /plugin/odt/ODT/styles/ |
| D | ODTTextStyle.php | 20 … 'padding' => array ('fo:padding', 'text', true), 21 … 'padding-top' => array ('fo:padding-top', 'text', true), 22 … 'padding-right' => array ('fo:padding-right', 'text', true), 23 … 'padding-bottom' => array ('fo:padding-bottom', 'text', true), 24 … 'padding-left' => array ('fo:padding-left', 'text', true), 25 … 'border' => array ('fo:border', 'text', true), 26 … 'border-top' => array ('fo:border-top', 'text', true), 27 … 'border-right' => array ('fo:border-right', 'text', true), 28 … 'border-bottom' => array ('fo:border-bottom', 'text', true), 29 … 'border-left' => array ('fo:border-left', 'text', true), [all …]
|
| D | ODTPageLayoutStyle.php | 25 …'width' => array ('fo:page-width', 'props', true), 26 …'height' => array ('fo:page-height', 'props', true), 27 …'num-format' => array ('style:num-format', 'props', true), 28 …'num-letter-sync' => array ('style:num-letter-sync', 'props', true), 29 …'num-prefix' => array ('style:num-prefix', 'props', true), 30 …'num-suffix' => array ('style:num-suffix', 'props', true), 31 …'paper-tray-name' => array ('style:paper-tray-name', 'props', true), 32 …'print-orientation' => array ('style:print-orientation', 'props', true), 33 …'margin-left' => array ('fo:margin-left', 'props', true), 34 …'margin-right' => array ('fo:margin-right', 'props', true), [all …]
|
| D | ODTTableCellStyle.php | 20 …ertical-align' => array ('style:vertical-align', 'table-cell', true), 21 …ext-align-source' => array ('style:text-align-source', 'table-cell', true), 22 …irection' => array ('style:direction', 'table-cell', true), 23 …lyph-orientation-vertical' => array ('style:glyph-orientation-vertical', 'table-cell', true), 24 …riting-mode' => array ('style:writing-mode', 'table-cell', true), 25 …hadow' => array ('style:shadow', 'table-cell', true), 26 …ackground-color' => array ('fo:background-color', 'table-cell', true), 27 …order' => array ('fo:border', 'table-cell', true), 28 …order-top' => array ('fo:border-top', 'table-cell', true), 29 …order-right' => array ('fo:border-right', 'table-cell', true), [all …]
|
| D | ODTParagraphStyle.php | 20 …-height' => array ('fo:line-height', 'paragraph', true), 21 …-height-at-least' => array ('style:line-height-at-least', 'paragraph', true), 22 …-spacing' => array ('style:line-spacing', 'paragraph', true), 23 …-independent-line-spacing' => array ('style:font-independent-line-spacing', 'paragraph', true), 24 …-align' => array ('fo:text-align', 'paragraph', true), 25 …-align-last' => array ('fo:text-align-last', 'paragraph', true), 26 …ify-single-word' => array ('style:justify-single-word', 'paragraph', true), 27 …-together' => array ('fo:keep-together', 'paragraph', true), 28 …ws' => array ('fo:widows', 'paragraph', true), 29 …ans' => array ('fo:orphans', 'paragraph', true), [all …]
|
| D | ODTTableStyle.php | 23 'width' => array ('style:width', 'table', true), 24 'rel-width' => array ('style:rel-width', 'table', true), 25 'align' => array ('table:align', 'table', true), 26 'margin-left' => array ('fo:margin-left', 'table', true), 27 'margin-right' => array ('fo:margin-right', 'table', true), 28 'margin-top' => array ('fo:margin-top', 'table', true), 29 'margin-bottom' => array ('fo:margin-bottom', 'table', true), 30 'margin' => array ('fo:margin', 'table', true), 31 'page-number' => array ('style:page-number', 'table', true), 32 'break-before' => array ('fo:break-before', 'table', true), [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/ |
| D | .php_cs | 12 ->setRiskyAllowed(true) 17 'align_double_arrow' => true, 18 'align_equals' => true 20 'blank_line_after_namespace' => true, 21 'blank_line_before_return' => true, 22 'braces' => true, 23 'cast_spaces' => true, 25 'elseif' => true, 26 'encoding' => true, 27 'full_opening_tag' => true, [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | .php_cs.dist | 12 ->setRiskyAllowed(true) 17 'align_double_arrow' => true, 18 'align_equals' => true 20 'blank_line_after_namespace' => true, 21 'blank_line_before_return' => true, 22 'braces' => true, 23 'cast_spaces' => true, 25 'elseif' => true, 26 'encoding' => true, 27 'full_opening_tag' => true, [all …]
|
| /plugin/odt/helper/ |
| D | config.php | 164 'hasGlobal' => true, 173 'hasGlobal' => true, 182 'hasGlobal' => true, 191 'hasGlobal' => true, 192 'hasURL' => true, 193 'hasMeta' => true, 201 'hasGlobal' => true, 202 'hasURL' => true, 203 'hasMeta' => true, 210 'hasGlobal' => true, [all …]
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | AnnotationReader.php | 57 'Annotation' => true, 'Attribute' => true, 'Attributes' => true, 59 'Required' => true, 60 'Target' => true, 62 'fix' => true , 'fixme' => true, 63 'override' => true, 65 'abstract'=> true, 'access'=> true, 66 'code' => true, 67 'deprec'=> true, 68 'endcode' => true, 'exception'=> true, 69 'final'=> true, [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | .php_cs.dist | 4 ->setRiskyAllowed(true) 6 '@PSR2' => true, 10 'final_static_access' => true, 11 'fully_qualified_strict_types' => true, 13 'is_null' => ['use_yoda_style' => true], 15 'lowercase_cast' => true, 16 'magic_method_casing' => true, 17 'modernize_types_casting' => true, 18 'multiline_comment_opening_closing' => true, 19 'no_alias_functions' => true, [all …]
|
| /plugin/struct/_test/types/ |
| H A D | DecimalTest.php | 98 $this->assertTrue(true); // we simply check that no exceptions are thrown 107 ['5000', '5 000', '2', ',', ' ', true], 109 ['5000', '5 000', '0', ',', ' ', true], 111 ['5000', '5 000', '', ',', ' ', true], 113 ['5000', '5 000', '-1', ',', ' ', true], 115 ['777.707', '778', '0', ',', ' ', true], 116 ['777.707', '778', '', ',', ' ', true], 117 ['777.707', '777,71', '2', ',', ' ', true], 122 ['-0.55600', '-0,556', '-1', ',', ' ', true], 124 ['-0.55600', '-0,556', '4', ',', ' ', true], [all …]
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | .jscsrc | 51 "beforeOpeningCurlyBrace": true 53 "requireCamelCaseOrUpperCaseIdentifiers": true, 55 "requireEarlyReturn": true, 56 "requireLineFeedAtFileEnd": true, 57 "requireSemicolons": true, 58 "requireSpaceAfterBinaryOperators": true, 59 "requireSpacesInConditionalExpression": true, 60 "requireSpaceBeforeObjectValues": true, 61 "requireSpaceBeforeBlockStatements": true, 62 "requireSpacesInForStatement": true, [all …]
|
| /plugin/asciidocjs/node_modules/require-directory/ |
| D | .jshintrc | 3 "bitwise" : true, 4 "camelcase" : true, 5 "curly" : true, 6 "eqeqeq" : true, 7 "forin" : true, 8 "immed" : true, 10 "latedef" : true, 11 "newcap" : true, 12 "noarg" : true, 13 "noempty" : true, [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ |
| D | CamelCapsFunctionNameSniff.php | 16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) { 44 'construct' => true, 45 'destruct' => true, 46 'call' => true, 47 'callstatic' => true, 48 'get' => true, 49 'set' => true, 50 'isset' => true, 51 'unset' => true, 52 'sleep' => true, [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | StringUtilTest.php | 19 array('FOOBAR', 'FOO', 'i;octet', 'contains', true), 21 array('FÖÖBAR', 'FÖÖ', 'i;octet', 'contains', true), 23 array('FOOBAR', 'FOOBAR', 'i;octet', 'equals', true), 25 array('FOOBAR', 'FOO', 'i;octet', 'starts-with', true), 31 array('FOOBAR', 'BAR', 'i;octet', 'ends-with', true), 34 array('FOOBAR', 'FOO', 'i;ascii-casemap', 'contains', true), 35 array('FOOBAR', 'foo', 'i;ascii-casemap', 'contains', true), 36 array('FÖÖBAR', 'FÖÖ', 'i;ascii-casemap', 'contains', true), 38 array('FOOBAR', 'FOOBAR', 'i;ascii-casemap', 'equals', true), 39 array('FOOBAR', 'fooBAR', 'i;ascii-casemap', 'equals', true), [all …]
|
| /plugin/include/_test/ |
| H A D | namespace_includes.test.php | 71 … array('id' => 'inclhidden:visible', 'exists' => true, 'parent_id' => ''), 82 … array('id' => 'incltest:level1', 'exists' => true, 'parent_id' => ''), 87 … array('id' => 'incltest:level1', 'exists' => true, 'parent_id' => ''), 88 … array('id' => 'incltest:ns:level2', 'exists' => true, 'parent_id' => ''), 93 … array('id' => 'incltest:ns:level2', 'exists' => true, 'parent_id' => ''), 94 … array('id' => 'incltest:ns:ns:level3', 'exists' => true, 'parent_id' => ''), 99 … array('id' => 'incltest:level1', 'exists' => true, 'parent_id' => ''), 100 … array('id' => 'incltest:ns:level2', 'exists' => true, 'parent_id' => ''), 101 … array('id' => 'incltest:ns:ns:level3', 'exists' => true, 'parent_id' => ''), 107 …$this->assertEquals(array(array('id' => 'mailinglist', 'exists' => true, 'parent_id' => '')), $pag… [all …]
|
| /plugin/passpolicy/_test/ |
| D | HelperTest.php | 39 $pron = true, 40 $nocom = true, 63 $policy = $this->newPolicy(6, 1, true, true, true, true, 0); 70 $policy = $this->newPolicy(6, 3, true, true, true, true, 0); 75 $policy = $this->newPolicy(6, 1, true, true, true, true, 2); 88 $policy = $this->newPolicy(6, 1, true, true, true, true, 0, true, true); 99 $policy = $this->newPolicy(6, 1, true, true, true, true, 0, false, true, true); 110 $policy = $this->newPolicy(3, 0, true, true, true, true, 0); 116 $policy = $this->newPolicy(3, 1, true, true, true, true, 0); 122 $policy = $this->newPolicy(3, 2, true, true, true, true, 0); [all …]
|
| /plugin/indexmenu/_test/ |
| D | IndexmenuSyntaxTest.php | 114 … 0, false, false, false, 1, false, false, [], 0, 1, true, '', '', [''], [''], false, 122 …'', 'default', 'random', true, true, false, 1, false, '&sort=t&msort=indexmenu_n&rsort=1&nsort=1&h… 123 …'t', 'indexmenu_n', true, true, 2, true, true, [['test', 6]], 0, 1, false, '', '', [''], [''], tru… 131 …', 'bj_ubuntu.png', 'random', true, true, false, 1, false, '&sort=t&msort=indexmenu_n&rsort=1&nsor… 132 …'t', 'indexmenu_n', true, true, 2, true, true, [['test', 6]], 0, 1, true, '', '', [''], [''], true, 140 …'', 'default', 'random', true, true, true, 1, true, '&sort=d&msort=date modified&rsort=1&nsort=1&h… 141 … 'd', 'date modified', true, true, 1, true, true, [], 0, 1, false, '', '', [''], [''], true, 149 …'bj_ubuntu.png', 54321, true, true, true, 3, true, '&sort=d&msort=date modified&rsort=1&nsort=1&hs… 150 … 'd', 'date modified', true, true, 1, true, true, [], 2, 4, true, '', '', [''], [''], true, 170 …0, false, false, false, 1, false, false, [['test', -1]], 0, 1, true, '+/(^myusers:spaces$|privaten…
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
| H A D | SharedCalendarTest.php | 32 'readOnly' => true, 49 'readOnly' => true, 65 'protected' => true, 71 'protected' => true, 76 'protected' => true, 81 'protected' => true, 86 'protected' => true, 91 'protected' => true, 96 'protected' => true, 101 'protected' => true, [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
| D | GeneralName.php | 34 'optional' => true, 35 'implicit' => true 40 'optional' => true, 41 'implicit' => true 46 'optional' => true, 47 'implicit' => true 51 'optional' => true, 52 'implicit' => true 56 'optional' => true, 57 'explicit' => true [all …]
|