Home
last modified time | relevance | path

Searched refs:null (Results 51 – 75 of 4572) sorted by relevance

12345678910>>...183

/plugin/elasticsearch/vendor/react/promise/src/
H A DRejectedPromise.php12 public function __construct($reason = null)
21 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
23 if (null === $onRejected) {
36 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
38 if (null === $onRejected) {
59 return $this->then(null,
[all...]
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php30 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
31 * @param array|null $env The environment variables or null to use the same environment as the current PHP process
33 * @param array|null $php Path to the PHP binary to use with any additional arguments
35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null)
37 if (null === $php) {
40 $php = false === $php ? null
[all...]
/plugin/botbouncer/lib/
H A Dmollom.php191 if($authorIp != null) $parameters['author_ip'] = (string) $authorIp;
229 …nId = null, $postTitle = null, $postBody = null, $authorName = null, $authorUrl = null, $authorEma…
232null && $postTitle === null && $postBody === null && $authorName === null && $authorUrl === null &…
241 if($postBody !== null) $parameters['post_body'] = (string) $postBody;
246 if($authorId != null) $parameters['author_id'] = (string) $authorId;
254 if($authorIp != null) $parameters['author_ip'] = (string) $authorIp;
340 if($server === null) $server = self::$serverList[$counter];
461 if(self::$serverList === null) self::getServerList();
493 public static function getAudioCaptcha($sessionId = null)
542 public static function getImageCaptcha($sessionId = null)
[all …]
/plugin/photogallery/lib/
H A Darray_column.php30 function array_column($input = null, $columnKey = null, $indexKey = null)
40 return null;
48 return null;
54 && $params[1] !== null
72 $paramsColumnKey = ($params[1] !== null) ? (string) $params[1] : null;
74 $paramsIndexKey = null;
86 $key = $value = null;
89 if ($paramsIndexKey !== null && array_key_exists($paramsIndexKey, $row)) {
94 if ($paramsColumnKey === null) {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php188 $rows = null;
190 if ($rows !== null) {
191 $defaultRow = null;
200 $colValue = $row[$childName] ?? null;
201 if ($colValue === null) {
202 if ($defaultRow === null) {
206 if ($colValue === null) {
218 if ($defaultRow !== null) {
220 if ($colName === null) {
224 $defaultColValue = null;
[all...]
/plugin/combo/ComboStrap/
H A DMetadataSingleArrayStore.php32 public function __construct(ResourceCombo $page, $data = null)
34 if ($data !== null) {
50 public function get(Metadata $metadata, $default = null)
53 $value = $this->data[$metadata::getPersistentName()] ?? null;
54 if ($value !== null) {
58 $value = $this->data[$name] ?? null;
59 if ($value !== null) {
92 public function getFromName(string $name, $default = null)
95 $value = $this->data[$name] ?? null;
96 if ($value !== null) {
[all...]
H A DBrand.php61 $this->brandDict = $brandDictionary[$this->name] ?? null;
66 if ($secondaryColor !== null) {
72 if ($this->brandDict !== null) {
73 $colors = $this->brandDict["colors"] ?? null;
74 if ($colors !== null) {
77 $this->secondaryColor = null;
79 $this->brandUrl = $this->brandDict["url"] ?? null;
192 $abbr = $brandProperties[self::ABBR_PROPERTY] ?? null;
240 return null;
248 public function getTitle(string $type = null)
[all...]
H A DIdentity.php57 public static function becomeSuperUser(&$request = null, $user = 'admin')
64 if ($request != null) {
117 public static function isWriter($wikiId = null): bool
120 if ($wikiId === null) {
133 $remoteUser = $_SERVER['REMOTE_USER'] ?? null;
134 if ($remoteUser !== null) {
137 $perm = auth_aclcheck($wikiId, '', null);
152 $isAdmin = $INFO['isadmin'] ?? null;
153 if ($isAdmin === null) {
206 if ($wikiId == null) {
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php27 'host' => null,
28 'port' => null,
29 'path' => null,
30 'url' => null,
31 'proxy' => null,
32 'transport' => null,
34 'timeout' => null,
39 'username' => null,
40 'password' => null,
41 'auth_type' => null, // basi
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php40 * @param null|WebDriverCoordinates $where
44 public function click(WebDriverCoordinates $where = null)
75 public function contextClick(WebDriverCoordinates $where = null)
115 public function doubleClick(WebDriverCoordinates $where = null)
119 $moveAction = $where === null ? [] : [$this->createMoveAction($where)];
145 public function mouseDown(WebDriverCoordinates $where = null)
176 * @param int|null $x_offset
177 * @param int|null $y_offset
182 WebDriverCoordinates $where = null,
183 $x_offset = null,
[all...]
/plugin/bootswrapper/syntax/
H A Dtext.php23 'default' => null),
27 'values' => null,
29 'default' => null),
35 'default' => null),
41 'default' => null),
47 'default' => null),
69 $color = (isset($attributes['type']) ? $attributes['type'] : null);
70 $size = (isset($attributes['size']) ? $attributes['size'] : null);
71 $background = (isset($attributes['background']) ? $attributes['background'] : null);
72 $align = (isset($attributes['align']) ? $attributes['align'] : null);
[all …]
H A Dbutton.php29 'default' => null),
33 'values' => null,
35 'default' => null),
39 'values' => null,
41 'default' => null),
45 'values' => null,
47 'default' => null),
53 'default' => null),
59 'default' => null),
/plugin/openid/Auth/OpenID/
H A DServer.php174 function __construct($message = null, $text = null,
175 $reference = null, $contact = null)
190 return null;
211 return null;
298 return null;
541 if ((($dh_modulus === null) && ($dh_gen !== null)) ||
542 (($dh_gen === null) && ($dh_modulus !== null))) {
1090 function answer($allow, $server_url = null, $identity = null,
1406 function __construct($code = null, $headers = null,
1618 $wr = new $cls(null, null, $response->encodeToKVForm());
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php56 var $directoryHandle = null;
80 if ($this->directoryHandle !== null) {
82 $this->directoryHandle = null;
104 while ($this->source === null ||
107 if ($this->source !== null) {
147 $toUnlink = null;
151 if ($toUnlink !== null &&
157 if ($toUnlink !== null &&
171 if ($this->source === null ||
185 if ($lastSource === null) {
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DThrottler.php27 protected $bpm = null;
32 protected $epm = null;
42 protected $time = null;
51 if (null === $rate = $this->getBytesPerMinute()) return;
95 if ($this->time === null) $this->time = time();
128 if ($bpm === null)
130 $this->bpm = null;
133 $this->setEmailsPerMinute(null);
151 if ($epm === null)
153 $this->epm = null;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php19 $result = $this->parse(null, $message, []);
33 $result = $this->parse(null, $message, []);
82 $this->parse(null, $message, $expected, 'mailto:strunk@example.org');
107 $this->parse(null, $message, [], 'mailto:strunk@example.org');
131 $this->parse(null, $message, [], 'mailto:strunk@example.org');
259 $this->parse(null, $message, $expected, 'mailto:strunk@example.org');
387 $this->parse(null, $message, $expected, 'mailto:strunk@example.org');
408 $this->parse(null, $message, [], 'mailto:strunk@example.org');
442 $this->parse(null, $message, [], 'mailto:strunk@example.org');
476 $this->parse(null, $message, [], 'mailto:strunk@example.org');
[all …]
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php35 return null;
203 'scheme' => null,
204 'host' => null,
285 return [null,null];
318 'scheme' => null,
319 'host' => null,
320 'port' => null,
321 'user' => null,
322 'path' => null,
323 'fragment' => null,
[all …]
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php35 return null;
203 'scheme' => null,
204 'host' => null,
285 return [null,null];
318 'scheme' => null,
319 'host' => null,
320 'port' => null,
321 'user' => null,
322 'path' => null,
323 'fragment' => null,
[all …]
/plugin/zip/pear/
H A DPEAR.php329 function setErrorHandling($mode = null, $options = null)
345 case null:
543 if ($mode === null) {
586 $a = &$this->raiseError($message, $code, null, null, $userinfo);
589 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
607 case null:
644 case null:
852 $mode = null, $options = null, $userinfo = null)
854 if ($mode === null) {
1022 return null;
[all …]
/plugin/fedauth/Auth/Yadis/
H A DYadis.php51 var $request_uri = null;
54 var $normalized_uri = null;
58 var $xrds_uri = null;
60 var $xrds = null;
63 var $content_type = null;
66 var $response_text = null;
102 return null;
137 $discover_func=null, $fetcher=null)
146 if ($yadis_result === null) {
154 if ($endpoints === null) {
[all …]
/plugin/openid/Auth/Yadis/
H A DYadis.php51 public $request_uri = null;
54 public $normalized_uri = null;
58 public $xrds_uri = null;
63 public $xrds = null;
66 public $content_type = null;
69 public $response_text = null;
105 return null;
144 $discover_func=null, $fetcher=null)
153 if ($yadis_result === null) {
163 if ($endpoints === null) {
[all …]
/plugin/struct/types/
H A DMedia.php53 $width = null;
54 $height = null;
66 $html = $R->internalmedia($value, null, null, $width, $height, null, 'direct', true);
68 $R->internalmedia($value, null, null, $width, $height, null, 'direct');
72 $html = $R->externalmedia($value, null, null,
[all...]
/plugin/publist/bib2tpl/lib/
H A DPEAR.php307 function setErrorHandling($mode = null, $options = null)
323 case null:
508 if ($mode === null) {
559 function &throwError($message = null, $code = null, $userinfo = null)
562 $a = &$this->raiseError($message, $code, null, null, $userinfo);
566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
582 case null:
619 case null:
831 $mode = null, $options = null, $userinfo = null)
833 if ($mode === null) {
[all …]
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php307 function setErrorHandling($mode = null, $options = null)
323 case null:
508 if ($mode === null) {
559 function &throwError($message = null, $code = null, $userinfo = null)
562 $a = &$this->raiseError($message, $code, null, null, $userinfo);
566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
582 case null:
619 case null:
831 $mode = null, $options = null, $userinfo = null)
833 if ($mode === null) {
[all …]

12345678910>>...183