Home
last modified time | relevance | path

Searched refs:true (Results 76 – 100 of 5547) sorted by relevance

12345678910>>...222

/plugin/codemirror/dist/modes/
H A Dgo.min.js.map1true","false","iota","nil","append","cap","close","complex","copy","delete","imag","len","make","n…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DCyclomaticComplexitySniff.php88 T_CASE => true,
89 T_DEFAULT => true,
90 T_CATCH => true,
91 T_IF => true,
92 T_FOR => true,
93 T_FOREACH => true,
94 T_WHILE => true,
95 T_DO => true,
96 T_ELSEIF => true,
103 if (isset($find[$tokens[$i]['code']]) === true) {
/plugin/farmer/_test/
H A Dhelper.test.php
/plugin/condition/
H A Dbase_tester.php.orig.php47 $bug = true;
85 $bug = true;
107 $bug = true;
116 $bug = true;
130 $bug = true;
138 $bug = true;
152 $bug = true;
162 $bug = true;
189 $bug = true;
262 $same = true;
[all …]
/plugin/slider/conf/
H A Ddefault.php15 $conf['infiniteLoop'] = true;
28 $conf['useCSS'] = true;
30 $conf['responsive'] = true;
33 $conf['pager'] = true;
38 $conf['controls'] = true;
49 $conf['autoStart'] = true;
61 $conf['touchEnabled'] = true;
63 $conf['oneToOneTouch'] = true;
64 $conf['preventDefaultSwipeX'] = true;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DTBSCertificate.php38 'optional' => true,
39 'explicit' => true,
52 'optional' => true,
53 'implicit' => true
57 'optional' => true,
58 'implicit' => true
64 'optional' => true,
65 'explicit' => true
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php63 return true;
73 if ($selector[1] == strtolower($root->tagname())) { return true; };
79 if (node_have_class($root, $selector[1])) { return true; }
84 ($selector[1] == strtolower($root->tagname()))) { return true; };
90 return true;
96 if (match_selector($selector[1], $node)) { return true; };
103 if (match_selector($selector[1], $node)) { return true; };
155 return true;
157 return true;
161 return true;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php202 ['c', new CoreTestIterator($i, array_keys($i), true)],
243 [true, 1, $array],
244 [true, '3', $array],
245 [true, '3', 'abc3def'],
246 [true, 1, new CoreTestIterator($array, $keys, true, 1)],
247 [true, '3', new CoreTestIterator($array, $keys, true, 3)],
248 [true, '3', new CoreTestIteratorAggregateAggregate($array, $keys, true, 3)],
250 [false, 4, new CoreTestIterator($array, $keys, true)],
272 [['a' => 1], $i, 0, 1, true],
278 [['c' => 3, 'd' => 4], new CoreTestIteratorAggregate($i, $keys, true), 2, null, true],
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php74 if ($fix === true) {
92 if ($fix === true) {
115 if ($fix === true) {
324 if ($fix === true) {
338 if ($fix === true) {
459 true
478 $keyUsed = true;
502 true
515 $singleValue = true;
532 if ($fix === true) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php19 $this->assertTrue($countConstraint->evaluate([], '', true));
24 $this->assertTrue($countConstraint->evaluate($it, '', true));
34 $countConstraint->evaluate($it, '', true);
38 $countConstraint->evaluate($it, '', true);
42 $countConstraint->evaluate($it, '', true);
49 $countConstraint->evaluate($it, '', true);
53 $countConstraint->evaluate($it, '', true);
57 $countConstraint->evaluate($it, '', true);
69 $countConstraint->evaluate($generator, '', true);
78 $countConstraint->evaluate($generator, '', true);
[all …]
/plugin/nftr/
H A Daction.php130 $this->isHidden = true;
131 return true;
137 $this->isHidden = true;
138 return true;
144 $this->isHidden = true;
145 return true;
153 $this->isHidden = true;
154 return true;
159 $this->isHidden = true;
160 return true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowTabIndentSniff.php73 T_WHITESPACE => true,
74 T_INLINE_HTML => true,
75 T_DOC_COMMENT_WHITESPACE => true,
76 T_DOC_COMMENT_STRING => true,
86 if (isset($tokens[$i]['orig_content']) === true) {
105 $tabFound = true;
109 $tabFound = true;
119 $tabFound = true;
130 if ($fix === true) {
131 if (isset($tokens[$i]['orig_content']) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractVariableSniff', true) === false) {
78 if (in_array($varName, $phpReservedVars) === true) {
82 $objOperator = $phpcsFile->findNext(array(T_WHITESPACE), ($stackPtr + 1), null, true);
85 $var = $phpcsFile->findNext(array(T_WHITESPACE), ($objOperator + 1), null, true);
87 $bracket = $phpcsFile->findNext(array(T_WHITESPACE), ($var + 1), null, true);
117 $inClass = true;
122 if ($inClass === true) {
127 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
151 if (empty($memberProps) === true) {
162 if ($public === true) {
[all …]
/plugin/statdisplay/
H A DBrowser.php418 return true;
435 return true;
451 return true;
467 return true;
482 return true;
527 return true;
580 return true;
730 return true;
808 return true;
813 return true;
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php56 'token' => true,
57 'user' => true,
58 'message' => true,
59 'device' => true,
60 'title' => true,
61 'url' => true,
63 'priority' => true,
65 'sound' => true,
66 'retry' => true,
67 'expire' => true,
[all …]
/plugin/bootswrapper/syntax/
H A Dmodal.php23 'required' => true,
48 'default' => true),
60 'default' => true),
97 $fade = $attributes['fade'] === true ? 'fade' : '';
104 … $html5_attributes['data-remote'] = wl($remote, array('do' => 'export_xhtmlbody'), true);
132 if ($dismiss === true) {
142 if ($dismiss === true && !$title) {
148 return true;
153 return true;
156 return true;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php76 ['{% for i in foo %}{{ loop.index }}{% endfor %}', ['i' => true]],
80 ['{% for i in foo %}{% include "foo" %}{% endfor %}', ['i' => true]],
86 …{% for i in foo %}{% include "foo" with { "foo": loop.index } only %}{% endfor %}', ['i' => true]],
88 …in foo %}{% for j in foo %}{{ loop.index }}{% endfor %}{% endfor %}', ['i' => false, 'j' => true]],
90 … for j in foo %}{{ loop.parent.loop.index }}{% endfor %}{% endfor %}', ['i' => true, 'j' => true]],
92 … l = loop %}{% for j in foo %}{{ l.index }}{% endfor %}{% endfor %}', ['i' => true, 'j' => false]],
96 …r j in foo %}{{ loop["parent"].loop.index }}{% endfor %}{% endfor %}', ['i' => true, 'j' => true]],
98 ['{% for i in foo %}{{ include("foo") }}{% endfor %}', ['i' => true]],
102 … ['{% for i in foo %}{{ include("foo", with_context = true) }}{% endfor %}', ['i' => true]],
106 …o %}{{ include("foo", { "foo": loop.index }, with_context = false) }}{% endfor %}', ['i' => true]],
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionClosingBraceSpaceSniff.php87 if ($fix === true) {
101 if ($phpcsFile->hasCondition($stackPtr, T_FUNCTION) === true
102 || $phpcsFile->hasCondition($stackPtr, T_CLOSURE) === true
103 || isset($tokens[$stackPtr]['nested_parenthesis']) === true
105 $nestedFunction = true;
112 $afterKeyword = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
114 if ($nestedFunction === true) {
118 if ($fix === true) {
126 if ($fix === true) {
136 $changeMade = true;
[all …]
H A DSuperfluousWhitespaceSniff.php102 if ($phpcsFile->fixer->enabled === true) {
126 if ($fix === true) {
179 if ($phpcsFile->fixer->enabled === true) {
186 if ($fix === true) {
200 if (isset($tokens[($stackPtr + 1)]['line']) === true
207 if ($this->ignoreBlankLines === true
217 if ($fix === true) {
225 if ($fix === true) {
234 if (($phpcsFile->hasCondition($stackPtr, T_FUNCTION) === true
235 || $phpcsFile->hasCondition($stackPtr, T_CLOSURE) === true)
[all …]
/plugin/authowncloud/
H A Dauth.php39 $this->cando['addUser'] = true;
40 $this->cando['modGroups'] = true;
41 $this->cando['logout'] = true;
42 $this->cando['delUser'] = true;
43 $this->cando['modLogin'] = true;
50 $this->success = true;
119 return true;
131 $return = true;
150 return true;
198 $prefJoin = true;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DAbstractPropertyMetadataTest.php18 $metadata->xmlCollection = true;
19 $metadata->xmlCollectionInline = true;
24 $metadata->xmlAttribute = true;
25 $metadata->xmlValue = true;
27 $metadata->xmlKeyValuePairs = true;
29 $metadata->inline = true;
30 $metadata->skipWhenEmpty = true;
31 $metadata->xmlAttributeMap = true;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dyml_reference.rst10 exclude: true
21 xml_attribute: true
40 exclude: true
41 expose: true
54 xml_attribute: true
55 xml_value: true
56 inline: true
57 read_only: true
60 inline: true
64 inline: true
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php63 return new Barcode\Rm4Scc($code, $xdim, ((25.4 / $bpi) - $xdim) / $xdim, ['D' => 5, 'A' => 5, 'F' => 8, 'T' => 2], true);
73 return new Barcode\Postnet($code, $xdim, ((25.4 / $bpi) - $xdim) / $xdim, true);
85 return new Barcode\Msi($code, true, $quiet_zone_left, $quiet_zone_right);
103 return new Barcode\Code128($code, 'A', true, $quiet_zone_left, $quiet_zone_right);
106 return new Barcode\Code128($code, 'B', true, $quiet_zone_left, $quiet_zone_right);
109 return new Barcode\Code128($code, 'C', true, $quiet_zone_left, $quiet_zone_right);
115 return new Barcode\Code39($this->sanitizeCode($code), ($pr > 0) ? $pr : 2.5, false, true, $quiet_zone_left, $quiet_zone_right);
118 return new Barcode\Code39($this->sanitizeCode($code), ($pr > 0) ? $pr : 2.5, true, false, $quiet_zone_left, $quiet_zone_right);
121 return new Barcode\Code39($this->sanitizeCode($code), ($pr > 0) ? $pr : 2.5, true, true,
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DNonExecutableCodeSniff.php93 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
95 $next = $phpcsFile->findNext(T_WHITESPACE, ($next + 1), null, true);
110 if (isset($tokens[$stackPtr]['scope_opener']) === true) {
153 if (isset($tokens[$prev]['parenthesis_owner']) === true) {
156 T_IF => true,
157 T_ELSE => true,
158 T_ELSEIF => true,
160 if (isset($ignore[$tokens[$owner]['code']]) === true) {
192 if (isset($tokens[$i]['scope_closer']) === true) {
241 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$tokens[$i]['code']]) === true
[all …]
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php32 return hash('sha1', $text, true);
60 $key = Auth_OpenID_SHA1($key, true);
66 return hash_hmac('sha1', $text, $key, true);
73 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true);
74 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true);
84 return hash('sha256', $text, true);
86 define('Auth_OpenID_SHA256_SUPPORTED', true);
98 return hash_hmac('sha256', $text, $key, true);
101 define('Auth_OpenID_HMACSHA256_SUPPORTED', true);

12345678910>>...222