Home
last modified time | relevance | path

Searched refs:null (Results 576 – 600 of 5084) sorted by relevance

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

/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php91 function getAssociation($server_url, $handle = null)
94 if ($handle !== null) {
98 return $association ? $association : null;
109 return null;
119 return $association ? $association : null;
186 function associationKey($server_url, $handle = null)
H A DBigMath.php51 return null;
88 if ($str === null) {
89 return null;
101 return null;
404 static $lib = null;
411 $null = null;
412 return $null;
428 $result = null;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php144 $context = null,
195 protected function &_open($streamName, Stream\Context $context = null)
206 if (null === $context) {
254 public function newBuffer($callable = null, $size = null)
347 if (null === $stream) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php90 if (null !== $this->charset) {
98 if (null !== $this->mhtmlRoot) {
103 if (null === $this->root) {
115 if (null !== $this->maxUriLength) {
119 if (null !== $this->maxImageSize) {
138 public function getChildren(AssetFactory $factory, $content, $loadPath = null)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php24 private $description = null;
30 private $context = null;
33 private $location = null;
52 DocBlock\Description $description = null,
54 Types\Context $context = null,
55 Location $location = null,
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php36 'ssl_cert' => null,
37 'ssl_cert_key' => null,
38 'ssl_cert_passphrase' => null,
55 null,
74 * @param int|null $port
91 if ($transport !== 'unix' && $port === null) {
96 if ($port !== null && $transport !== 'unix') {
122 * @return null|Socket
134 return $socket instanceof Socket ? $socket : null;
141 * @param null
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions.php24 function queue(TaskQueueInterface $assign = null)
262 callable $onFulfilled = null,
263 callable $onRejected = null
288 callable $onFulfilled = null,
289 callable $onRejected = null
310 callable $onFulfilled = null
/plugin/eventum/
H A Dsyntax.php70 if ($title !== null) {
77 function cache($id, $data = null) {
82 if ($data === null && !file_exists($cachefile)) {
83 return null;
102 if ($data === null) {
103 return isset($cache[$id]) ? $cache[$id] : null;
140 if ($cache !== null) {
144 static $client = null;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php52 CallCenter $callCenter = null,
53 RevealerInterface $revealer = null,
54 ComparatorFactory $comparatorFactory = null
98 public function willBeConstructedWith(array $arguments = null)
116 if (null === $double || !$double instanceof ProphecySubjectInterface) {
140 if (null === $argumentsWildcard) {
165 public function getMethodProphecies($methodName = null)
167 if (null === $methodName) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php63 public function create(int $type, array $options = [], ?Message $received = null): Message
65 if ($type === self::MESSAGE_CLIENT_RESPONSE && $received !== null) {
96 $rspAuth = $options['rspauth'] ?? null;
97 if ($rspAuth === null) {
110 $qop = isset($options['qop']) ? (string) $options['qop'] : null;
167 $options = $qop !== null ? [$qop] : ['auth-conf', 'auth-int', 'auth'];
220 $selected = null;
227 if ($selected === null) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php49 'request_handler' => null,
50 'dse_alt_server' => null,
53 'dse_vendor_version' => null,
100 ServerProtocolHandlerFactory $protocolHandlerFactory = null,
101 ServerBindHandlerFactory $bindHandlerFactory = null,
102 ServerAuthorization $authorizer = null,
103 ResponseFactory $responseFactory = null
108 $this->authorizer = $authorizer ?? new ServerAuthorization(null, $this->options);
124 $message = null;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php40 public static function create(callable $handler = null)
54 public function __construct(callable $handler = null)
112 $this->cached = null;
131 public function unshift(callable $middleware, $name = null)
134 $this->cached = null;
146 $this->cached = null;
180 $this->cached = null;
237 $this->cached = null;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php155 $this->stream = $this->size = $this->uri = null;
173 if ($this->size !== null) {
178 return null;
192 return null;
242 $this->size = null;
247 public function getMetadata($key = null)
250 return $key ? null : [];
259 return isset($meta[$key]) ? $meta[$key] : null;
/plugin/combo/ComboStrap/
H A DPrism.php184 public static function htmlEnter(\Doku_Renderer_xhtml $renderer, \DokuWiki_Syntax_Plugin $plugin, $attributes = null)
187 if ($attributes == null) {
195 if ($display != null) {
212 if ($attributes->getLogicalTag() != null) {
227 if ($language == null) {
355 public static function htmlExit(\Doku_Renderer_xhtml $renderer, $attributes = null)
358 if ($attributes != null) {
363 if ($display != null) {
H A DMarkupRef.php64 private ?Url $url = null;
66 private ?Path $path = null;
67 private ?InterWiki $interWiki = null;
237 $fragment = null;
238 $queryStringAndAnchorOriginal = null;
276 if ($queryStringAndAnchorOriginal !== null) {
288 $rev = null;
299 if ($fragment !== null) {
337 if ($fragment !== null) {
454 if ($this->path === null) {
[all...]
H A DFetcherSvg.php126 private ?ColorRgb $color = null;
127 private ?string $preserveAspectRatio = null;
128 private ?bool $preserveStyle = null;
129 private ?string $requestedType = null;
131 private ?float $zoomFactor = null;
132 private ?string $requestedClass = null;
194 if ($this->requestedOptimization === null) {
217 if ($this->preserveStyle === null) {
497 public function getFetchUrl(Url $url = null): Url
550 if ($this->preserveAspectRatio === null) {
[all...]
H A DFetcherPageBundler.php218 null,
219 null,
220 null,
228 null,
231 null,
238 null,
239 null,
240 null,
241 null,
/plugin/combo/renderer/
H A Danalytics.php281 $statExport[self::INTERNAL_LINK_DISTANCE]['avg'] = null;
282 $statExport[self::INTERNAL_LINK_DISTANCE]['max'] = null;
283 $statExport[self::INTERNAL_LINK_DISTANCE]['min'] = null;
305 $statExport[self::FIXME] = $fixmeCount == null ? 0 : $fixmeCount;
322 $this->metadata[PageTitle::TITLE] = $dokuWikiMetadata[PageTitle::TITLE] ?? null;
425 $headers = $this->stats[self::HEADING_COUNT] ?? null;
426 if ($headers != null) {
499 $internalLinksCount = $this->stats[self::INTERNAL_LINK_COUNT] ?? null;
725 public function table_open($maxcols = null, $numrows = null,
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php54 protected $_hash = null;
61 protected $_relativePath = null;
71 public function __construct($filename, $relativePath = null)
139 if (null === $relative = $this->getRelativePath()) {
H A DDirectory.php54 protected $_splFileInfoClass = null;
61 protected $_relativePath = null;
73 public function __construct($path, $splFileInfoClass = null)
92 if (null !== $this->_splFileInfoClass &&
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null)
20 if (null !== $bucketsPath) {
23 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Passing null as 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
28 if (null !== $method) {
31 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Passing null as 3rd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSpanFirst.php19 public function __construct($match = null, ?int $end = null)
21 if (null !== $match) {
25 if (null !== $match) {
/plugin/authfacebook/lib/
H A DFacebookRequest.php97 …FacebookApp $app = null, $accessToken = null, $method = null, $endpoint = null, array $params = []…
163 return $this->accessToken ? new AccessToken($this->accessToken) : null;
171 public function setApp(FacebookApp $app = null)
194 return null;
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php67 if ($persistentValue === null) {
79 $usage = null;
104 if ($usage !== null) {
165 return null;
203 $pageImageUsage = $row[PageImageUsage::getPersistentName()] ?? null;
204 if ($pageImageUsage !== null) {
222 public function addImage(string $wikiImagePath, $usages = null): PageImages
227 if ($usages !== null) {
310 $pageImagePath = null;
/plugin/genericsso/
H A Dauth.php68 $do = array_key_exists('do', $_REQUEST) ? $_REQUEST['do'] : null;
107 private function setSession($user, $grps = null, $mail = null, $name = null) {
110 $USERINFO['mail'] = $mail ? $mail : (mail_isvalid($user) ? $user : null);
120 if(!array_key_exists($this->conf['emailAttribute'], $_SERVER)) return null;
122 if(!$mail || !mail_isvalid($mail)) return null;

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