Home
last modified time | relevance | path

Searched refs:true (Results 1 – 25 of 4011) sorted by relevance

12345678910>>...161

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/Resources/unidata/
H A Ddisallowed.php4 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 …]
H A Dignored.php4 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 …]
H A Ddisallowed_STD3_valid.php4 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 …]
H A DDisallowedRanges.php18 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.php8 '@PSR2' => true,
10 'binary_operator_spaces' => true,
12 'braces' => ['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,
[all...]
/plugin/odt/ODT/styles/
H A DODTTextStyle.php20 … '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 …]
H A DODTTableCellStyle.php20 …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 …]
H A DODTPageLayoutStyle.php80 'repeat' => array ('style:repeat', 'bgi', true),
81 'position' => array ('style:position', 'bgi', true),
82 'filter-name' => array ('style:filter-name', 'bgi', true),
83 'opacity' => array ('draw:opacity', 'bgi', true),
84 'xlink-type' => array ('xlink:type', 'bgi', true),
85 'xlink-href' => array ('xlink:href', 'bgi', true),
86 'xlink-show' => array ('xlink:show', 'bgi', true),
87 'xlink-actuate' => array ('xlink:actuate', 'bgi', true),
100 'ftsep-width' => array ('style:width', 'ftsep', true),
101 'ftsep-rel-width' => array ('style:rel-width', 'ftsep', true),
[all …]
H A DODTParagraphStyle.php20 …-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),
207 $style->setDefault(true);
449 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) {
[all …]
H A DODTTableStyle.php23 '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/
H A D.php_cs12 ->setRiskyAllowed(true)
18 'align_equals' => true
22 'braces' => true,
23 'cast_spaces' => true,
25 'elseif' => true,
26 'encoding' => true,
31 'line_ending' => true,
51 'phpdoc_align' => true,
59 'phpdoc_trim' => true,
60 'phpdoc_types' => true,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.php_cs.dist12 ->setRiskyAllowed(true)
18 'align_equals' => true
22 'braces' => true,
23 'cast_spaces' => true,
25 'elseif' => true,
26 'encoding' => true,
31 'line_ending' => true,
50 'phpdoc_align' => true,
58 'phpdoc_trim' => true,
59 'phpdoc_types' => true,
[all …]
/plugin/odt/helper/
H A Dconfig.php164 '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,
534 return true;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist4 ->setRiskyAllowed(true)
6 '@PSR2' => true,
10 'final_static_access' => true,
15 'lowercase_cast' => true,
22 'no_empty_comment' => true,
23 'no_empty_phpdoc' => true,
28 'no_unset_cast' => true,
31 'ordered_imports' => true,
37 'phpdoc_scalar' => true,
40 'phpdoc_trim' => true,
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php57 'Annotation' => true, 'Attribute' => true, 'Attributes' => true,
62 'fix' => true , 'fixme' => true,
70 'ingroup' => true, 'inheritdoc'=> true, 'inheritDoc'=> true,
75 'static'=> true, 'staticvar'=> true, 'staticVar'=> true,
78 'api' => true, 'author'=> true,
85 'license'=> true, 'link'=> true,
87 …'package'=> true, 'param'=> true, 'property' => true, 'property-read' => true, 'property-write' =>…
89 'see'=> true, 'since'=> true, 'source' => true, 'subpackage'=> true,
90 'throws'=> true, 'todo'=> true, 'TODO'=> true,
91 'usedby'=> true, 'uses' => true,
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A D.jscsrc51 "beforeOpeningCurlyBrace": true
55 "requireEarlyReturn": true,
56 "requireLineFeedAtFileEnd": true,
57 "requireSemicolons": true,
69 "beforeOpeningRoundBrace": true
72 "beforeOpeningRoundBrace": true
87 "disallowUnusedVariables": true,
90 "checkRedundantAccess": true,
91 "checkTypes": true,
94 "requireParamTypes": true,
[all …]
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DStringUtilTest.php19 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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php44 '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,
53 'wakeup' => true,
[all …]
/plugin/include/_test/
H A Dnamespace_includes.test.php71 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_i
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DGeneralName.php34 'optional' => true,
35 'implicit' => true
40 'optional' => true,
41 'implicit' => true
46 'optional' => true,
47 'implicit' => true
51 'optional' => true,
52 'implicit' => true
57 'explicit' => true
62 'implicit' => true
[all …]
H A DBuiltInStandardAttributes.php36 'optional' => true,
37 'implicit' => true
41 'optional' => true,
42 'implicit' => true
46 'optional' => true,
47 'explicit' => true
51 'optional' => true,
52 'implicit' => true
57 'implicit' => true
62 'implicit' => true
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharedCalendarTest.php32 '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/passpolicy/_test/
H A DHelperTest.php63 $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);
129 $policy = $this->newPolicy(3, 3, true, true, true, true, 0);
149 $policy = $this->newPolicy(6, 4, true, true, true, true, 0, true);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php36 '__CLASS__' => true,
37 '__DIR__' => true,
38 '__FILE__' => true,
39 '__FUNCTION__' => true,
40 '__LINE__' => true,
41 '__METHOD__' => true,
42 '__NAMESPACE__' => true,
743 $isClass = true;
1125 return true;
1140 return true;
[all …]

12345678910>>...161