Home
last modified time | relevance | path

Searched refs:true (Results 101 – 125 of 5675) sorted by relevance

12345678910>>...227

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php84 public $dieOnUnknownArg = true;
161 $allowPatch = true;
162 if (isset($cliValues['no-patch']) === true || empty($cliValues['files']) === true) {
510 $this->values['local'] = true;
538 if (isset($ini[1]) === true) {
541 ini_set($ini[0], true);
910 if (empty($values) === true) {
946 if ($values['explain'] === true) {
1062 if (empty($reports) === true) {
1076 $toScreen = true;
[all …]
H A DReporting.php101 if (isset($this->_reports[$type]) === true) {
119 if (class_exists($reportClassName, true) === false) {
161 if ($result === true) {
162 $errorsShown = true;
187 $this->_cachedReports[$report] = true;
195 if ($errorsShown === true) {
233 if (file_exists($filename) === true
241 if (isset($this->_tmpFiles[$report]) === true) {
251 $toScreen = true;
364 if (isset($errors[$line][$column]) === true) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DArraySubsetTest.php24 $this->assertSame($expected, $constraint->evaluate($other, '', true));
31 'expected' => true,
40 'strict' => true
43 'expected' => true,
49 'expected' => true,
52 'strict' => true
63 $this->assertTrue($constraint->evaluate($arrayAccess, '', true));
/plugin/settingstree/
H A Daction.php33 $data = array('error'=>true,'msg'=>'invalid security token!');
38 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
55 if (!$data['html']) {$data['error'] = true; $data['msg'] = "Can't load level html.";}
59 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
63 if (!$data['html']) {$data['error'] = true; $data['msg'] = "Can't load level html.";}
67 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
73 if (!$data['html']) {$data['error'] = true; $data['msg'] = "Can't load level html.";}
77 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
83 …if (!$data['html'] && !$data['success']) {$data['error'] = true; $data['msg'] = "Can't load level …
86 $data = array('error'=>true,'msg'=>'Unknown operation: '.$INPUT->str('operation'));
/plugin/struct/action/
H A Dcache.php51 if ($cache->mode != 'xhtml') return true;
52 if (!$cache->page) return true; // not a page cache
55 if (!$assignments->getPageAssignments($cache->page)) return true; // no struct here
58 return true;
76 if ($cache->mode != 'xhtml') return true;
77 if (!$cache->page) return true; // not a page cache
116 return true;
131 if ($cache->mode != 'xhtml') return true;
132 if (!$cache->page) return true; // not a page cache
145 return true;
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DObjectInstantiationSniff.php62 $prev = $phpcsFile->findPrevious($allowedTokens, ($stackPtr - 1), null, true);
65 T_EQUAL => true,
66 T_DOUBLE_ARROW => true,
67 T_THROW => true,
68 T_RETURN => true,
69 T_INLINE_THEN => true,
70 T_INLINE_ELSE => true,
/plugin/authvk/
H A Dauth.php26 $this->cando['external'] = true;
27 $this->cando['logout'] = true;
28 $this->cando['addUser'] = true;
29 $this->cando['addUser'] = true;
30 $this->cando['delUser'] = true;
31 $this->cando['modLogin'] = true;
46 $sticky = true;
53 return true;
75 return true;
225 return true;
[all …]
/plugin/externalembed/
H A Dsyntax.php122 switch(true) {
177 return true;
216 return true;
382 …$video_parameter_types = array("type" => true, 'url' => true, 'domain' => true, 'video_id' => tru…
403 …$playlist_parameter_types = array("type" => true, 'url' => true, 'domain' => true, 'playlist_id' …
421 …$fusion_parameter_types = array('type' => true, 'url' => true, 'domain' => true, 'width' => '1280…
435 …$other_parameter_types = array("type" => true, 'url' => true, 'domain' => true, 'width' => '1280'…
549 if($parameters['allowFullScreen'] === 'true') {
550 $parameters['allowfullscreen'] = 'true';
551 $parameters['webkitallowfullscreen'] = 'true';
[all …]
/plugin/authsmartcard/
H A Dauth.php22 $this->cando['addUser'] = true; // can Users be created?
23 $this->cando['delUser'] = true; // can Users be deleted?
24 $this->cando['modLogin'] = true; // can login names be changed?
25 $this->cando['modPass'] = true; // can passwords be changed?
26 $this->cando['modName'] = true; // can real names be changed?
27 $this->cando['modMail'] = true; // can emails be changed?
28 $this->cando['modGroups'] = true; // can groups be changed?
30 $this->cando['getUserCount']= true; // can the number of users be retrieved?
35 $this->success = true;
53 return true;
[all …]
/plugin/authgooglesheets/
H A Dauth.php24 $this->cando['getUsers'] = true;
25 $this->cando['getUserCount'] = true;
26 $this->cando['addUser'] = true;
27 $this->cando['delUser'] = true;
28 $this->cando['modLogin'] = true;
29 $this->cando['modPass'] = true;
30 $this->cando['modName'] = true;
31 $this->cando['modMail'] = true;
32 $this->cando['modGroups'] = true;
60 public function getUserData($user, $requireGroups = true)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php53 public $allowMultipleArguments = true;
125 if ($fix === true) {
143 if ($fix === true) {
184 return true;
216 if ($fix === true) {
232 if ($fix === true) {
264 if ($fix === true) {
369 if ($fix === true) {
382 if ($fix === true) {
407 $inArg = true;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxTest.php21 'protected' => true,
27 'protected' => true,
32 'protected' => true,
37 'protected' => true,
42 'protected' => true,
47 'protected' => true,
52 'protected' => true,
60 $ok = true;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DDistributionPoint.php34 'optional' => true,
35 'explicit' => true
39 'optional' => true,
40 'implicit' => true
44 'optional' => true,
45 'implicit' => true
H A DAuthorityKeyIdentifier.php34 'optional' => true,
35 'implicit' => true
39 'optional' => true,
40 'implicit' => true
44 'optional' => true,
45 'implicit' => true
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DGroupsExclusionStrategyTest.php34 [['foo'], [], true],
35 [[], ['foo'], true],
36 [['foo'], ['bar'], true],
37 [['bar'], ['foo'], true],
40 [['foo', 'bar'], [], true],
41 [['foo', 'bar'], [GroupsExclusionStrategy::DEFAULT_GROUP], true],
44 [['foo', GroupsExclusionStrategy::DEFAULT_GROUP], ['test'], true],
47 [['foo'], [GroupsExclusionStrategy::DEFAULT_GROUP], true],
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnusedFunctionParameterSniff.php95 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$code]) === true) {
107 … $tmp = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($next + 1), null, true);
117 … $tmp = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($tmp + 1), null, true);
125 $foundContent = true;
127 if ($code === T_VARIABLE && isset($params[$token['content']]) === true) {
130 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($next + 1), null, true);
132 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($nextToken + 1), null, true);
135 if (isset($params[$varContent]) === true) {
148 if (isset($validTokens[$tokens[$i]['code']]) === true) {
169 if ($varContent !== '' && isset($params[$varContent]) === true) {
[all …]
/plugin/mediathumbnails/
H A Dthumb_engines.php35 return true;
71 $im->thumbnailImage($this->getTargetMaxDimension(),$this->getTargetMaxDimension(),true,false);
76 return true;
78 return true;
92 $im->thumbnailImage($this->getTargetMaxDimension(),$this->getTargetMaxDimension(),true,false);
97 return true;
99 return true;
121 if ($zip->open($this->getSourceFilepath()) !== true) {
135 return true;
154 return true;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php61 if ($connection->isAlive() === true || $connection->ping() === true) {
66 if ($force === true) {
70 return $this->nextConnection(true);
96 if ($this->sniffConnection($connection) === true) {
101 if ($force === true) {
106 if ($this->sniffConnection($connection) === true) {
138 return true;
148 if (isset($node['http']) === true && isset($node['http']['publish_address']) === true) {
[all...]
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php33 … 'style-class' => array ('style:class', 'style', true),
34 … 'style-family' => array ('style:family', 'style', true),
35 … 'style-next' => array ('style:next-style-name', 'style', true),
36 … 'style-list-level' => array ('style:list-level', 'style', true),
37 … 'style-list-style-name' => array ('style:list-style-name', 'style', true),
38 … 'style-master-page-name' => array ('style:master-page-name', 'style', true),
39 … 'style-auto-update' => array ('style:auto-update', 'style', true),
40 … 'style-data-style-name' => array ('style:data-style-name', 'style', true),
41 … 'style-percentage-data-style-name' => array ('style:percentage-data-style-name', 'style', true),
42 … 'style-default-outline-level' => array ('style:default-outline-level', 'style', true),
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php15 if (class_exists('PEAR_Sniffs_Functions_FunctionDeclarationSniff', true) === false) {
78 …$next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($openBracket + 1), null, true);
80 return true;
95 return true;
103 …next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($end + 1), $closeBracket, true);
105 return true;
183 if ($fix === true) {
193 if (isset($tokens[$i]['bracket_opener']) === true) {
198 if (isset($tokens[$i]['parenthesis_opener']) === true) {
207 $next = $phpcsFile->findNext(T_WHITESPACE, ($i + 1), null, true);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/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);
88 $bracket = $phpcsFile->findNext(array(T_WHITESPACE), ($var + 1), null, true);
123 $inClass = true;
128 if ($inClass === true) {
133 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
162 if ($public === true) {
226 if (in_array($varName, $phpReservedVars) === true) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php18 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
95 $foundThrows = true;
122 true
133 true,
135 true
166 true
177 true
188 true
225 $throwTags[$exception] = true;
229 if (empty($throwTags) === true) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DUseDeclarationSniff.php55 if ($this->_shouldIgnoreUse($phpcsFile, $stackPtr) === true) {
65 if ($fix === true) {
75 if ($fix === true) {
93 … $whitespace = $phpcsFile->findPrevious(T_WHITESPACE, ($next - 1), null, true);
138 while ($this->_shouldIgnoreUse($phpcsFile, $nextUse) === true) {
150 $next = $phpcsFile->findNext(T_WHITESPACE, ($end + 1), null, true);
165 if ($fix === true) {
201 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
203 return true;
207 if ($phpcsFile->hasCondition($stackPtr, array(T_CLASS, T_TRAIT)) === true) {
[all …]
/plugin/cleanup/
H A Dhelper.php17 private $dryrun = true;
144 return true;
153 return true;
161 return true;
175 return true;
183 return true;
200 return true;
208 return true;
223 return true;
246 return true;
[all …]
/plugin/latexcaption/syntax/
H A Dcaption.php178 return true;
194 return true;
197 return true;
211 return true;
220 return true;
279 return true;
290 return true;
299 return true;
305 return true;
319 return true;
[all …]

12345678910>>...227