Home
last modified time | relevance | path

Searched refs:null (Results 651 – 675 of 5084) sorted by relevance

1...<<21222324252627282930>>...204

/plugin/multiorphan/action/
H A Dmultiorphan.php20 private $renderer = null;
122 tpl_mediaFileDetails($link, null);
212 'entryID' => !empty($instructions[1][0]) ? $instructions[1][0] : null,
215 'exists' => null,
228 $hash = null;
249 'exists' => null,
288 if($plugin != null) {
299 private function _check_locallink( &$data, $instructions = null ) {
359 $data = $httpClient->sendRequest( $event->data['entryID'], null, 'GET' );
421 if ( $this->renderer != null ) {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php200 return $token === null ? Token::INVALID_TYPE : $token->getType();
206 return null;
217 return null;
292 * @return array<Token>|null
294 public function getTokens(int $start, int $stop, ?Set $types = null) : ?array
297 return null;
314 if ($types === null || $types->contains($t->getType())) {
410 return null;
421 * @return array<Token>|null
439 return null;
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDiscouragedFunctionsSniff.php44 'error_log' => null,
45 'print_r' => null,
46 'var_dump' => null,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php78 private $_tabWidth = null;
145 if ($debug !== null) {
163 $lastCloseTag = null;
206 $checkToken = null;
207 $checkIndent = null;
235 if (($checkToken !== null
516 if ($checkToken !== null
735 if ($checkToken !== null
742 $lastOpener = null;
785 if ($checkToken !== null
[all …]
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php37 function get($url, $extra_headers = null)
40 return null;
62 return null;
151 function post($url, $body, $extra_headers = null)
154 return null;
189 return null;
205 return null;
/plugin/authgoogle/google/
H A DGoogle_Client.php124 public function authenticate($code = null) {
167 if ($accessToken == null || 'null' == $accessToken) {
198 return (null == $token || 'null' == $token) ? null : $token;
318 * @param string|null $token The token (access token or a refresh token) that should be revoked.
321 public function revokeToken($token = null) {
333 public function verifyIdToken($token = null) {
444 public function __construct($message, $code = 0, Exception $previous = null,
/plugin/combo/ComboStrap/
H A DToc.php27 private ?array $tocData = null;
47 if ($TOC === null) {
65 if ($this->tocData === null) {
198 $plugin = null;
210 if ($plugin !== null) {
264 return $this->tocData !== null;
304 // if($description!==null) {
317 if ($this->tocData === null) {
H A DMarkupCacheDependencies.php106 private $runtimeAddedDependencies = null;
130 if ($executingPath !== null) {
165 if ($slot === null) {
255 if ($this->firstActualKey === null) {
290 if ($this->runtimeAddedDependencies !== null) {
293 if ($this->runtimeStoreDependencies === null) {
363 if ($deps !== null) {
377 if ($this->dependenciesCacheStore !== null) {
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php42 function get($url, $extra_headers = null)
45 return null;
70 return null;
160 function post($url, $body, $extra_headers = null)
163 return null;
198 return null;
214 return null;
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php35 private $handle = null;
48 public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null)
67 public function fwrite($string, $length = null)
78 public function fgets($length = null)
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php45 '{http://sabredav.org/ns}elem1' => null,
73 'value' => null,
138 '{http://sabredav.org/ns}elem1' => null,
142 '{http://sabredav.org/ns}elem5' => null,
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php70 &$handle = null,
71 $eldnah = null
77 if (null !== $value = $element->getValue()) {
112 $out = null;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php45 '{http://sabredav.org/ns}elem1' => null,
73 'value' => null,
138 '{http://sabredav.org/ns}elem1' => null,
142 '{http://sabredav.org/ns}elem5' => null,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DScriptedMetric.php14 * @param string|null $initScript Executed prior to any collection of documents
15 * @param string|null $mapScript Executed once per document collected
16 * @param string|null $combineScript Executed once on each shard after document collection is complete
17 * @param string|null $reduceScript Executed once on the coordinating node after all shards have returned their results
21 ?string $initScript = null,
22 ?string $mapScript = null,
23 ?string $combineScript = null,
24 ?string $reduceScript = null
/plugin/combo/vendor/symfony/process/
H A DInputStream.php25 /** @var callable|null */
26 private $onEmpty = null;
33 public function onEmpty(callable $onEmpty = null)
41 * @param resource|string|int|float|bool|\Traversable|null $input The input to append as scalar,
46 if (null === $input) {
91 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromiseInterface.php35 * @param callable|null $onFulfilled
36 * @param callable|null $onRejected
37 * @param callable|null $onProgress This argument is deprecated and should not be used anymore.
40 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
118 … if($value === null || $label === null) break; //print attachment only if field was visible
142 if($value === null || $label === null) break;
165 protected function mail_buildRow($column1,$column2=null) {
166 if($column2 === null) {
/plugin/bureaucracyau/helper/
H A Dactionmail.php59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
118 … if($value === null || $label === null) break; //print attachment only if field was visible
142 if($value === null || $label === null) break;
165 protected function mail_buildRow($column1,$column2=null) {
166 if($column2 === null) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php48 public function reflect(ReflectionClass $class = null, array $interfaces)
52 if (null !== $class) {
213 return null;
221 if (null !== $className = $this->getParameterClassName($parameter)) {
237 return null;
247 return $parameter->allowsNull() && null !== $this->getTypeHint($parameter);
253 return $parameter->getClass() ? $parameter->getClass()->getName() : null;
257 return isset($matches[1]) ? $matches[1] : null;
/plugin/bureaucracy/helper/
H A Dactionmail.php65 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
127 … if($value === null || $label === null) break; //print attachment only if field was visible
151 if($value === null || $label === null) break;
174 protected function mail_buildRow($column1,$column2=null) {
175 if($column2 === null) {
/plugin/swiftmail/
H A DSwift.php57 public $connection = null;
62 protected $domain = null;
141 return null; //If none found
153 $this->listeners[$type][$id] = null;
174 else $e = null;
288 public function command($command, $code=null)
295 $command = null; //For memory reasons
298 $end = ($code != -1) ? "\r\n" : null;
303 if ($code == -1) return null;
468 if (!$has_cc) $message->setCc(null);
[all …]
/plugin/pagelist/
H A Dhelper.php44 * @var null|array with entries: 'columnname' => value or if plugin html for in cell, null if no lines processed
47 public $page = null;
77 /** @var null|mixed data retrieved from metadata array for the current processed page */
78 protected $meta = null;
81 public $_meta = null;
84 protected $pageimage = null;
86 protected $discussion = null;
88 protected $linkback = null;
90 protected $tag = null;
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php139 public $phpcs = null;
146 public $fixer = null;
2675 return null;
2679 return null;
2690 $content = null;
3190 null,
3250 null,
3321 $end=null,
3323 $value=null,
3402 $end=null,
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php122 if (null !== $this->parent) {
141 $e->setSourceContext(null);
205 $template = null;
206 $block = null;
214 if (null !== $template) {
294 if (null === $context) {
328 if (null === $context) {
343 protected function loadTemplate($template, $templateName = null, $line = null, $index = null)
539 if (null === $object) {
544 } elseif (null === $object) {
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DInputStream.php24 private $onEmpty = null;
31 public function onEmpty(callable $onEmpty = null)
44 if (null === $input) {
87 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {

1...<<21222324252627282930>>...204