Home
last modified time | relevance | path

Searched refs:null (Results 851 – 875 of 5084) sorted by relevance

1...<<31323334353637383940>>...204

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php53 public function __construct(?Sasl $sasl = null)
61 * @return LdapMessageResponse|null
101 && $response !== null
135 $availableMechs = $availableMechs === null ? [] : $availableMechs->getValues();
162 $response = null;
210 if ($context->isComplete() || $context->getResponse() === null) {
240 $priorMechs = $priorMechs !== null ? $priorMechs->getValues() : [];
241 $mechs = $mechs !== null ? $mechs->getValues() : [];
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php39 * @var array<int, string|null>
40 * @psalm-var array<int, TableCell::ALIGN_*|null>
41 * @phpstan-var array<int, TableCell::ALIGN_*|null>
58 * @param array<int, string|null> $columns
61 * @psalm-param array<int, TableCell::ALIGN_*|null> $columns
63 * @phpstan-param array<int, TableCell::ALIGN_*|null> $columns
117 $body = null;
129 if ($body === null) {
/plugin/twofactor/
H A DManager.php40 if ($attribute === null) {
70 if (self::$instance === null) {
81 self::$instance = null;
129 if ($this->user === null) {
159 * @param bool|null $set
162 public function userOptOutState($set = null)
169 if ($set === null) {
241 * @return Provider|null
252 if ($first !== null) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php27 …r(string $eventName, $callable, ?string $class = null, ?string $format = null, ?string $interface …
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScript.php23 * @param string|null $documentId Document ID the script action should be performed on (only relevant in update context)
25 public function __construct(string $scriptCode, ?array $params = null, ?string $lang = null, ?string $documentId = null)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchAction.php28 WebDriverLocatable $location_provider = null
35 * @return null|WebDriverCoordinates
39 return $this->locationProvider !== null
40 ? $this->locationProvider->getCoordinates() : null;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php16 public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
24 if ($state !== null) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php95 public function __construct(FqsenResolver $fqsenResolver, array $tagHandlers = null)
98 if ($tagHandlers !== null) {
108 public function create($tagLine, TypeContext $context = null)
136 public function addService($service, $alias = null)
241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
253 $arguments[] = null;
/plugin/uncmap/
H A Dsyntax.php26 var $fileserver = array(0 => null);
61 if($fs !== null && file_exists($fs)) {
69 } elseif ($this->fileserver[0] === null || !file_exists($this->fileserver[0])){
70 $this->fileserver[$letter] = null;
121 $return['title'] = null;
170 return null;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php534 'senderName' => null,
536 'recipientName' => null,
605 'senderName' => null,
607 'recipientName' => null,
675 'senderName' => null,
677 'recipientName' => null,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php534 'senderName' => null,
536 'recipientName' => null,
605 'senderName' => null,
607 'recipientName' => null,
675 'senderName' => null,
677 'recipientName' => null,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php93 'error' => null,
101 'response' => null,
125 public static function tap(callable $before = null, callable $after = null)
168 public static function retry(callable $decider, callable $delay = null)
198 : null;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php51 $user = isset($argv[2])?$argv[2]:null;
52 $pass = isset($argv[3])?$argv[3]:null;
228 $componentType = null;
229 $component = null;
230 $firstOccurence = null;
231 $lastOccurence = null;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php534 'senderName' => null,
536 'recipientName' => null,
605 'senderName' => null,
607 'recipientName' => null,
675 'senderName' => null,
677 'recipientName' => null,
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java159 if (encoder==null && !encoders.isEmpty()) { in CaptureConfig()
184 mouseLocation = null; in createScreenShot()
225 return null; in setRecordingRectangle()
277 if (properties!=null) { in load()
301 encoder = null; in load()
303 if (encoderName!=null) { in load()
316 if (rr!=null && rr.trim().length()>0) { in load()
338 if (audioFormat!=null) { in store()
356 if (recordingRectangle!=null) { in store()
359 if (mp3command!=null) { in store()
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php44 protected $trackFromRoute = null;
50 * @param array|null $allowedElements Which elements can be read from each GPX type
53 * eg.: ['wptType' => ['ele', 'name'], 'trkptType' => ['ele'], 'metadataType' => null]
57 public function read($gpx, $allowedElements = null)
87 $caller = isset($backtrace[1]['function']) ? $backtrace[1]['function'] : null;
133 if ($geometry->getData() !== null && $metadata !== null) {
161 $elevation = null;
262 * @param string[]|null $tagList
265 protected static function parseNodeProperties($node, $tagList = null)
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php111 public $phpThumbDebug = null;
220 public $fatalerror = null;
239 public $source_width = null;
240 public $source_height = null;
1164 if (null === $test) {
1168 if (null === $test) {
1181 if (null === $test) {
1281 return null;
1620 static $IMoptions = null;
1621 if (null === $IMoptions) {
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DMulti.php55 $globalError = null;
84 $globalError = null;
101 $globalError = null;
118 $globalError = null;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php60 * @var null|string
66 * @param null|string $attribute
68 public function __construct(int $result, ?string $attribute = null)
84 * @return null|string
111 ($attribute !== null) ? $attribute->getValue() : null
123 if ($this->attribute !== null) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php32 'time-range' => null,
38 'time-range' => null,
93 'time-range' => null,
99 'time-range' => null,
/plugin/docnavigation/
H A Daction.php55 $data = null;
100 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
105 static $Renderer = null;
112 return $Renderer->internallink($id, $title, null, true);
118 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
124 if ($link['title'] === null) {
126 return $Renderer->_getLinkTitle(null, $defaulttitle, $isImage, $link['link']);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBattleNet.php41 UriInterface $baseApiUri = null ) {
46 if( $baseApiUri === null ) {
98 if( $data === null || !is_array($data) ) {
106 $token = new StdOAuth2Token( $data['access_token'], null,
/plugin/combo/ComboStrap/
H A DModificationDate.php44 $createdMeta = null;
45 if ($currentDateMeta !== null) {
46 $createdMeta = $currentDateMeta['modified'] ?? null;
49 $createdMeta = $currentDateMeta['modified'] ?? null;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php36 if ($a === null || $a === self::none()) {
40 if ($b === null || $b === self::none()) {
51 if ($a === null) {
55 if ($b === null) {
70 * context (i.e., null context). That way, we can evaluate them without
88 * @return self|null The simplified semantic context after precedence predicates
93 * - `null`: if the predicate simplifies to `false` after
97 * - A non-`null` {@see SemanticContext}: if the new simplified

1...<<31323334353637383940>>...204