Home
last modified time | relevance | path

Searched full:true (Results 1 – 25 of 5545) sorted by relevance

12345678910>>...222

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/Resources/unidata/
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 …]
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 …]
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 …]
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/asciidocjs/node_modules/function-bind/
D.travis.yml28 - TEST=true
30 fast_finish: true
33 env: PRETEST=true
35 env: COVERAGE=true
37 env: TEST=true ALLOW_FAILURE=true
39 env: TEST=true ALLOW_FAILURE=true
41 env: TEST=true ALLOW_FAILURE=true
43 env: TEST=true ALLOW_FAILURE=true
45 env: TEST=true ALLOW_FAILURE=true
47 env: TEST=true ALLOW_FAILURE=true
[all …]
D.jscs.json2 "es3": true,
6 "requireSemicolons": true,
8 "disallowMultipleSpaces": true,
21 "disallowSpaceBeforeComma": true,
23 "disallowSpaceBeforeSemicolon": true,
36 …AnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true },
37 "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
38 "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
39 "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
40 "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/
H A D.php-cs-fixer.dist.php8 '@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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
Din.test5 TRUE
9 TRUE
13 TRUE
16 TRUE
19 TRUE
22 TRUE
25 TRUE
28 TRUE
31 TRUE
34 TRUE
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/
D.php_cs12 ->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.dist12 ->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/socialshareprivacy2/SSP/scripts/
Djquery.socialshareprivacy.flattr.js23true,sq:true,ar:true,be:true,bg:true,ca:true,zh:true,hr:true,cs:true,da:true,nl:true,eo:true,et:tr…
26 'status' : true,
34 'perma_option' : true,
57 if (langs[baselang] === true) {
/plugin/codemirror/dist/modes/
Dgo.min.js1true,"case":true,chan:true,"const":true,"continue":true,"default":true,defer:true,"else":true,fall… property
Dxml.min.js1true,base:true,br:true,col:true,command:true,embed:true,frame:true,hr:true,img:true,input:true,key…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
D.php_cs.dist4 ->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/asciidocjs/node_modules/require-directory/
D.jshintrc3 "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/sequencediagram/bower_components/lodash/
D.jscsrc51 "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/solr/
Dschema.xml11 <fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
14 …<fieldType name="tdate" class="solr.TrieDateField" omitNorms="true" precisionStep="6" positionIncr…
32 …ter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt" enablePositionIncrement…
34 …<filter class="solr.SynonymFilterFactory" synonyms="index_synonyms.txt" ignoreCase="true" expand="…
40 …ter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt" enablePositionIncrement…
41 …<filter class="solr.SynonymFilterFactory" synonyms="synonyms.txt" ignoreCase="true" expand="true"/>
56 …<filter class="solr.SynonymFilterFactory" synonyms="index_synonyms.txt" ignoreCase="true" expand="…
59 add enablePositionIncrements=true in both the index and query
63 ignoreCase="true"
65 enablePositionIncrements="true"
[all …]
/plugin/sequencediagram/bower_components/lodash/fp/
D_mapping.js228 'fill': true,
229 'pull': true,
230 'pullAll': true,
231 'pullAllBy': true,
232 'pullAllWith': true,
233 'pullAt': true,
234 'remove': true,
235 'reverse': true
238 'assign': true,
239 'assignAll': true,
[all …]
/plugin/asciidocjs/node_modules/lodash/fp/
D_mapping.js228 'fill': true,
229 'pull': true,
230 'pullAll': true,
231 'pullAllBy': true,
232 'pullAllWith': true,
233 'pullAt': true,
234 'remove': true,
235 'reverse': true
238 'assign': true,
239 'assignAll': true,
[all …]
/plugin/odt/ODT/styles/
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 …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationReader.php57 'Annotation' => true, 'Attribute' => true, 'Attributes' => true,
58 /* Can we enable this? 'Enum' => 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,
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokentype.js40 return new TokenType(name, {beforeExpr: true, binop: prec})
42 const beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true}
62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
64 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
66 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
77 dollarBraceL: new TokenType("${", {beforeExpr: true, startsExpr: true}),
93 eq: new TokenType("=", {beforeExpr: true, isAssign: true}),
94 assign: new TokenType("_=", {beforeExpr: true, isAssign: true}),
95 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}),
96 prefix: new TokenType("prefix", {beforeExpr: true, prefix: true, startsExpr: true}),
[all …]
/plugin/asciidocjs/node_modules/acorn/src/
Dtokentype.js40 return new TokenType(name, {beforeExpr: true, binop: prec})
42 const beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true}
62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
64 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
66 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
77 dollarBraceL: new TokenType("${", {beforeExpr: true, startsExpr: true}),
93 eq: new TokenType("=", {beforeExpr: true, isAssign: true}),
94 assign: new TokenType("_=", {beforeExpr: true, isAssign: true}),
95 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}),
96 prefix: new TokenType("prefix", {beforeExpr: true, prefix: true, startsExpr: true}),
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAnalytics.php115 'required' => true,
120 'required' => true,
125 'required' => true,
130 'required' => true,
186 'required' => true,
191 'required' => true,
196 'required' => true,
201 'required' => true,
245 'required' => true,
250 'required' => true,
[all …]
DShoppingContent.php117 'required' => true,
122 'required' => true,
140 'required' => true,
145 'required' => true,
159 'required' => true,
164 'required' => true,
178 'required' => true,
188 'required' => true,
193 'required' => true,
203 'required' => true,
[all …]

12345678910>>...222