Home
last modified time | relevance | path

Searched refs:true (Results 301 – 325 of 6571) sorted by relevance

1...<<11121314151617181920>>...263

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php38 $called = true;
59 $this->assertEquals($b->isWritable(), true);
60 $this->assertEquals($b->isReadable(), true);
61 $this->assertEquals($b->isSeekable(), true);
66 $this->assertEquals($b->eof(), true);
67 $this->assertEquals($a->eof(), true);
86 $called = true;
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php63 return true;
113 return true;
118 return true;
135 return true;
152 return true;
163 return true;
168 return true;
/plugin/authdrupal7/
H A Dauth.php63 $this->success = true;
126 public function getUserData($user, $requireGroups=true) {
155 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) {
163 if (($requireGroups == true) && $info && !isset($info['grps'])) {
322 return true; // connection and database successfully opened
335 return true; // connection already open
472 return true;
489 return true;
521 protected function _cacheExists($user, $requireGroups=true) {
524 return true; // user doesn't exist
[all …]
/plugin/authdrupal8/
H A Dauth.php54 $this->cando['getUserCount'] = true; // can the number of users be retrieved?
57 $this->cando['logout'] = true; // can the user logout again? (eg. not possible with HTTP auth)
58 // FIXME intialize your auth system and set success to true, if successful
59 $this->success = true;
117 * @param bool $requireGroups when true, group membership information should be included in the returned array;
121 public function getUserData($user, $requireGroups=true) {
144 * @param bool $requireGroups true if group memberships should be included
145 * @param bool $useCache true if ok to return cached data & to cache returned data
150 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) {
[all...]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php33 'Keyword with empty value' => ['', Keyword::class, true],
35 'Ordernumber with empty value' => ['', Ordernumber::class, true],
49 $shouldCauseException = true
144 'Attribute with empty key' => ['', ['value'], Attribute::class, true],
145 'Attribute with empty value' => ['key', [''], Attribute::class, true],
147 'Property with empty key' => ['',['value'], Property::class, true],
148 'Property with empty value' => ['key', [''], Property::class, true],
164 $shouldCauseException = true
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php138 return true;
171 if (true === $file->isDir()) {
184 if (true === $file->isFile()) {
186 } elseif (true === $file->isDir()) {
188 } elseif (true === $file->isLink()) {
198 return true;
241 if (true === is_dir($name)) {
242 return true;
/plugin/siteexport/inc/
H A Dsettings.php20 public $exportLinkedPages = true;
32 public $ignoreNon200 = true;
51 $debugLevel = $INPUT->int('debug', -1, true);
88 $this->exportLinkedPages = $INPUT->bool( 'exportLinkedPages', true );
101 …>TOCMapWithoutTranslation = intval($_REQUEST['TOCMapWithoutTranslation'] ?? 0) == 1 ? true : false;
103 $this->defaultLang = $INPUT->str( 'defaultLang', $conf['lang'], true );
107 $functions->removeWikiVariables($this->additionalParameters, true);
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php59 if (is_null($analyzerPath) === true) {
77 if (is_numeric($exitCode) === true && $exitCode > 0) {
78 if (is_array($output) === true) {
85 if (is_array($output) === true) {
93 if (empty($regs) === true || $res === false) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DTypeComparatorTest.php31 array(true, 1),
42 array(true, true),
43 array(true, false),
58 array(true, null),
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php230 } while (true);
233 return true;
277 return true;
355 return true;
375 return true;
397 return true;
427 return true;
487 return true;
573 true === $this->mergeTree($children, $handle, $cId, true)) {
639 return true;
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php202 if (true !== $result) {
226 return true;
245 if (true !== $out && true !== $this->backtrack()) {
251 return true;
349 return true;
420 return true;
440 return true;
452 return true;
554 return true;
595 $isCovered = true;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DDistributionPointName.php34 'optional' => true,
35 'implicit' => true
39 'optional' => true,
40 'implicit' => true
H A DEDIPartyName.php34 'optional' => true,
35 'implicit' => true
41 'optional' => true,
42 'implicit' => true
H A DExtensionAttribute.php35 'optional' => true,
36 'implicit' => true
41 'optional' => true,
42 'explicit' => true
H A DNameConstraints.php34 'optional' => true,
35 'implicit' => true
39 'optional' => true,
40 'implicit' => true
H A DPrivateKeyUsagePeriod.php34 'optional' => true,
35 'implicit' => true,
39 'optional' => true,
40 'implicit' => true,
H A DUserNotice.php33 'optional' => true,
34 'implicit' => true
37 'optional' => true,
38 'implicit' => true
/plugin/davcal/action/
H A Dajax.php56 $write = true;
81 if($res === true)
83 $data['result'] = true;
115 if($res === true)
117 $data['result'] = true;
137 if($res === true)
139 $data['result'] = true;
156 $data['result'] = true;
175 $data['result'] = true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLogicalOperatorSpacingSniff.php73 if ($fix === true) {
77 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
85 if ($fix === true) {
95 if ($fix === true) {
99 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
107 if ($fix === true) {
/plugin/changemarks/
H A Dinserted.php74 return true;
77 return true;
80 return true;
95 return true;
98 return true;
103 return true;
H A Ddeleted.php74 return true;
77 return true;
80 return true;
95 return true;
98 return true;
103 return true;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php39 $node->setAttribute('is_defined_test', true);
41 $node->setAttribute('is_defined_test', true);
44 $node->setAttribute('is_defined_test', true);
46 $node->setAttribute('is_defined_test', true);
48 $node = new ConstantExpression(true, $node->getTemplateLine());
58 $node->setAttribute('ignore_strict_check', true);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php126 if ( ! in_array($callable, self::$loaders, true) ) {
137 return true;
151 return true;
157 return true;
165 if ($loader($class) === true) {
166 return true;
/plugin/slideshare/slideshare/
H A Dsyntax.php50 if ($left==true && $right==true){
52 }else if($left==true){
54 }else if($right==true){
72 return true;
78 return true;
/plugin/pureldap/
H A Dauth.php34 $this->cando['getUsers'] = true;
35 $this->cando['getGroups'] = true;
40 $this->cando['modPass'] = true;
44 $this->success = true;
58 return true;
67 public function getUserData($user, $requireGroups = true)
115 return true;
130 return $this->client->setPassword($user, $changes['pass'], $INPUT->str('oldpass', null, true));

1...<<11121314151617181920>>...263