Home
last modified time | relevance | path

Searched refs:true (Results 26 – 50 of 4523) sorted by relevance

12345678910>>...181

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A D.jshintrc2 "boss": true,
3 "curly": true,
4 "eqeqeq": true,
5 "eqnull": true,
6 "expr": true,
7 "immed": true,
8 "noarg": true,
9 "onevar": true,
13 "undef": true,
17 "es3": true,
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php20 'r' => true, 'w+' => true, 'r+' => true, 'x+' => true, 'c+' => true,
21 'rb' => true, 'w+b' => true, 'r+b' => true, 'x+b' => true,
22 'c+b' => true, 'r
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A D.jshintrc2 "boss": true,
3 // "curly": true,
4 "eqeqeq": true,
5 "eqnull": true,
6 "expr": true,
7 "immed": true,
8 "noarg": true,
9 "onevar": true,
13 "undef": true,
14 "unused": true,
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php177 if ($this->_debug === true) {
210 if ($exact === true && isset($tokens[$i]['nested_parenthesis']) === true) {
247 if ($this->_debug === true) {
431 if ($this->_debug === true) {
628 $exact = true;
740 $exact = true;
789 $exact = true;
795 $exact = true;
806 $exact = true;
815 $exact = true;
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A D.php_cs4 ->setRiskyAllowed(true)
6 '@Symfony' => true,
7 '@Symfony:risky' => true,
11 'heredoc_to_nowdoc' => true,
15 'no_short_echo_tag' => true,
17 'no_useless_else' => true,
18 'no_useless_return' => true,
19 'ordered_imports' => true,
21 'php_unit_strict' => true,
25 'phpdoc_order' => true,
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php97 if ($isAssignment === true || $isEquality === true || $isComparison === true) {
112 … $previousToken = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true, null, true);
278 T_VARIABLE => true,
279 T_LNUMBER => true,
280 T_DNUMBER => true,
281 T_STRING => true,
282 T_WHITESPACE => true,
283 T_THIS => true,
284 T_SELF => true,
285 T_OBJECT_OPERATOR => true,
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A D.jshintrc2 "boss": true,
3 "curly": true,
4 "eqeqeq": true,
5 "eqnull": true,
6 "expr": true,
7 "immed": true,
8 "noarg": true,
9 "onevar": true,
13 "undef": true,
14 "unused": true,
[all …]
/plugin/cronojob/jobs/
H A Dclearcache.php37 if (!($params & 0x02)) return true;
41 if (!($params & 0x40)) return true;
43 if (!($params & 0x04)) return true;
56 return true;
66 return true;
68 return true;
73 return true;
96 return true;
106 return true;
108 return true;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php40 'self' => true,
41 'static' => true,
42 'parent' => true,
43 'channels' => true,
91 true
112 $includedClasses[$matches[2]] = true;
132 $includedClasses[$name] = true;
162 $includedClasses[$name] = true;
199 $includedClasses[$name] = true;
255 $includedClasses[$matches[1]] = true;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsType.php35 'array' => true,
36 'boolean' => true,
37 'bool' => true,
38 'double' => true,
39 'float' => true,
40 'integer' => true,
41 'int' => true,
42 'null' => true,
43 'numeric' => true,
44 'object' => true,
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php66 public $error = true;
80 if ($this->patternMatch === true) {
100 if (is_array($token) === true) {
127 T_DOUBLE_COLON => true,
128 T_OBJECT_OPERATOR => true,
129 T_FUNCTION => true,
130 T_CONST => true,
131 T_PUBLIC => true,
172 if ($this->patternMatch === true) {
214 if ($this->error === true) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateFilterTest.php87 $filter7['param-filters'][0]['is-not-defined'] = true;
92 $filter8['param-filters'][0]['is-not-defined'] = true;
125 $filter13['text-matches'][0]['negate-condition'] = true;
130 $filter14['text-matches'][0]['negate-condition'] = true;
162 array($body1, array($filter1), 'anyof',true),
165 array($body1, array($filter4), 'anyof',true),
183 array($body1, array($filter9), 'anyof', true),
187 array($body1, array($filter11), 'anyof', true),
190 array($body1, array($filter14), 'anyof', true),
193 array($body1, array($filter15), 'anyof', true),
[all …]
/plugin/odt/ODT/styles/
H A DODTTableRowStyle.php23 'row-height' => array ('style:row-height', 'table-row', true),
24 'min-row-height' => array ('style:min-row-height', 'table-row', true),
25 'use-optimal-row-height' => array ('style:use-optimal-row-height', 'table-row', true),
26 'background-color' => array ('fo:background-color', 'table-row', true),
27 'background-color' => array ('fo:background-color', 'table-row', true),
28 'break-before' => array ('fo:break-before', 'table-row', true),
29 'break-after' => array ('fo:break-after', 'table-row', true),
30 'keep-together' => array ('fo:keep-together', 'table-row', true),
34 … => array ('style:repeat', 'table-row-background-image', true),
35 … => array ('style:position', 'table-row-background-image', true),
[all …]
H A DODTTextListStyle.php22 …cutive-numbering' => array ('text:consecutive-numbering', 'style', true),
27 … => array ('text:level', 'style-attr', true),
28 …-name' => array ('text:style-name', 'style-attr', true),
29 …' => array ('style:num-format', 'style-attr', true),
30 …-sync' => array ('style:num-letter-sync', 'style-attr', true),
31 …' => array ('style:num-prefix', 'style-attr', true),
32 …' => array ('style:num-suffix', 'style-attr', true),
33 …vels' => array ('text:display-levels', 'style-attr', true),
34 …e' => array ('text:start-value', 'style-attr', true),
39 … => array ('text:level', 'style-attr', true),
[all …]
H A DODTTextOutlineStyle.php23 …' => array ('text:level', 'level', true),
24 …style-name' => array ('text:style-name', 'level', true),
25 …ormat' => array ('style:num-format', 'level', true),
26 …etter-sync' => array ('style:num-letter-sync', 'level', true),
27 …refix' => array ('style:num-prefix', 'level', true),
28 …uffix' => array ('style:num-suffix', 'level', true),
29 …ay-levels' => array ('text:display-levels', 'level', true),
30 …-value' => array ('text:start-value', 'level', true),
33 …' => array ('fo:text-align', 'level-list', true),
34 …-before' => array ('text:space-before', 'level-list', true),
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DIssuingDistributionPoint.php34 'optional' => true,
35 'explicit' => true
40 'optional' => true,
42 'implicit' => true
47 'optional' => true,
49 'implicit' => true
53 'optional' => true,
54 'implicit' => true
59 'optional' => true,
61 'implicit' => true
[all …]
/plugin/publish/_test/
H A Dhelper.test.php24 array("de:sidebar en:sidebar", 'de:sidebar', true, ''),
25 array("de:sidebar en:sidebar", 'en:sidebar', true, ''),
26 array("de:sidebar en:sidebar", 'en:sidebar:', true, ''),
27 array("de:sidebar en:sidebar", 'en:sidebar:start', true, ''),
31 array("", 'foo:bar', true, ''),
57 array("de:sidebar en:sidebar", 'de:sidebar', true, ''),
58 array("de:sidebar en:sidebar", 'en:sidebar', true, ''),
59 array("de:sidebar en:sidebar", 'en:sidebar:', true, ''),
60 array("de:sidebar en:sidebar", 'en:sidebar:start', true, ''),
62 array("de:sidebar en:sidebar", 'en:', true, ''),
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DScalarComparatorTest.php34 array(false, true),
39 array("1", true),
40 array(1, true),
64 array("string", "STRING", true),
65 array("STRING", "string", true),
70 array("1", true),
71 array(1, true),
76 array(true, true),
99 array("", true, $otherException),
102 array(null, true, $otherException),
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DDocCommentAlignmentSniff.php79 T_CLASS => true,
80 T_INTERFACE => true,
81 T_FUNCTION => true,
82 T_PUBLIC => true,
83 T_PRIVATE => true,
84 T_PROTECTED => true,
85 T_STATIC => true,
86 T_ABSTRACT => true,
127 if ($fix === true) {
149 if ($fix === true) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php95 'keep' => true,
105 'keep' => true,
115 'keep' => true,
125 'keep' => true,
154 'keep' => true,
189 'keep' => true,
197 'keep' => true,
205 'keep' => true,
213 'keep' => true,
221 'keep' => true,
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php44 'construct' => true,
45 'destruct' => true,
46 'call' => true,
47 'callstatic' => true,
48 'get' => true,
49 'set' => true,
50 'isset' => true,
128 $isPublic = true;
144 if ($isPublic === true && $scopeSpecified === true && $methodName{0} === '_') {
165 if ($scopeSpecified === true) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.position.inc.php24 return new BackgroundPosition(0,true,
25 0,true);
31 return array(0, true);
36 return array(100, true);
40 return array(50, true);
44 return array((int)$value, true);
84 if (preg_match("/\b(top)\b/",$value)) { return array(array(50, true), array(0, true)); };
85 if (preg_match("/\b(center)\b/",$value)) { return array(array(50, true), array(50, true)); };
86 if (preg_match("/\b(bottom)\b/",$value)) { return array(array(50, true), array(100, true)); };
87 if (preg_match("/\b(left)\b/",$value)) { return array(array(0, true), array(50, true)); };
[all …]
/plugin/nssize/conf/
H A Ddefault.php4 $conf['display_sum'] = true;
5 $conf['display_datadir'] = true;
6 $conf['display_olddir'] = true;
7 $conf['display_mediadir'] = true;
8 $conf['display_mediaolddir'] = true;
9 $conf['display_metadir'] = true;
10 $conf['display_mediametadir']= true;
11 $conf['display_cachedir'] = true;
12 $conf['display_indexdir'] = true;
14 $conf['display_tmpdir'] = true;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst18 exclude="true"
19 expose="true"
28 xml-value="true"
32 inline="true"
33 read-only="true"
56 exclude="true"
57 expose="true"
67 inline="true"
76 exclude="true"
77 expose="true"
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php108 if (isset($tokens[($stackPtr + 1)]) === true
135 if ($fix === true) {
154 if ($fix === true) {
164 if ($fix === true) {
183 if ($fix === true) {
224 T_COMMA => true,
246 if ($fix === true) {
270 if ($fix === true) {
293 if ($fix === true) {
299 if (isset($tokens[($stackPtr + 2)]) === true
[all …]

12345678910>>...181