Home
last modified time | relevance | path

Searched refs:true (Results 3851 – 3875 of 6699) sorted by relevance

1...<<151152153154155156157158159160>>...268

/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php110 $lastLineEmpty = true;
119 $block['lazyItems'][$item] = true;
/plugin/canvas/
H A Dcanvas.php118 return true;
247 $arg[$token] = true;
/plugin/authucenter/lib/uc_client/model/
H A Dmail.php105 return true;
117 return true;
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc20 return true;
82 tmp.userdef = true;
/plugin/routeplaner/syntax/
H A Droutenplaner.php150 return true;
342 if ($this->getConf('showwebdefooter') == true) {
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php212 if ($value === true) {
301 return var_export($value, true);
/plugin/templateconfhelper/exe/
H A Dcss.php6 if(!defined('NOSESSION')) define('NOSESSION',true); // we do not use a session or authentication he…
193 $tmp = (@file_exists($ini)) ? parse_ini_file($ini, true) : array();
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php165 if (true === $metadata->inline) {
227 $decoded = json_decode($str, true, $this->depth, $this->options);
H A DContext.php85 $this->initialized = true;
186 $this->attributes['max_depth_checks'] = true;
/plugin/ssocas/
H A Daction.php73 io_saveFile($conf['cachedir'].'/ssocas.log',"$log\n",true);
135 $stickysession = true;
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php93 …The cache must return instances of ClassMetadata, but got %s.', var_export($classMetadata, true)));
191 $addedInterfaces[$interface->getName()] = true;
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php112 $this->alreadyRead = true;
113 return true;
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php94 $body = wordwrap($body, 64, "\r\n", true);
218 … $result = openssl_x509_checkpurpose($this->cert, $purpose, $cainfo, $untrustedFile) === true;
/plugin/subconfhelper/
H A Dadmin.php69 $_changed = true;
71 if ($_config->setting[$key]->error()) $_error = true;
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php113 …ogleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"]}}}', true));
114 …ogleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"]}}}', true));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php29 protected $currentTestPass = true;
189 $this->currentTestPass = true;
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php192 public function makeGraphEdge($subclassName = null, $auto_prefix = true)
370 return true;
/plugin/instructions/
H A Dsyntax.php137 $zeilen = file($datei,true);
167 return true;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php152 $constants = (get_defined_constants(true))['pcre'];
190 … throw new \RuntimeException('JSON encoding failed: '.$msg.'. Encoding: '.var_export($data, true));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php140 clearstatcache(true, $this->uri);
208 . $offset . ' with whence ' . var_export($whence, true));
/plugin/highlight2wiki/
H A Daction.php126 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
388 return true; // didn't find any invalid characters
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php62 ->will($this->returnValue(true));
98 $skipReadBytes->setAccessible(true);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php101 * Returns true if a message has the provided case-insensitive header.
113 return true;
258 * @return bool Returns true on success, false on failure
272 return true;
/plugin/simplenavi/
H A Dsyntax.php80 return true;
153 $levels = array_reverse($levels, true);
161 $levels[$level - 1] = array_slice($levels[$level - 1], 0, $pos, true) +
163 array_slice($levels[$level - 1], $pos, null, true);
242 $return = true;
320 'open' => true,
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php328 public function setRefresh($refresh = true)
346 return \in_array($refresh, [Reindex::REFRESH_TRUE, Reindex::REFRESH_FALSE], true)

1...<<151152153154155156157158159160>>...268