Home
last modified time | relevance | path

Searched refs:null (Results 726 – 750 of 5084) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithEmptyNullableAndEmptyArrays.php15 public $null_inline = null;
33 public $null_not_inline = null;
51 public $null_not_inline_skip = null;
/plugin/fedauth/Auth/Yadis/
H A DXRIRes.php11 function Auth_Yadis_ProxyResolver($fetcher, $proxy_url = null)
20 function queryURL($xri, $service_type = null)
43 $canonicalID = null;
58 return null;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DPasswordModifyResponse.php33 * @var null|string
39 * @param null|string $generatedPassword
41 public function __construct(LdapResult $result, ?string $generatedPassword = null)
48 * @return null|string
60 if ($this->generatedPassword !== null) {
77 $generatedPassword = null;
80 if ($pwdResponse !== null && $pwdResponse instanceof SequenceType) {
/plugin/openid/Auth/Yadis/
H A DXRIRes.php15 function __construct($fetcher, $proxy_url = null)
24 function queryURL($xri, $service_type = null)
47 $canonicalID = null;
62 return null;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.counter.collection.php16 $null = null;
17 return $null;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationInterface.php
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DReturn_.php32 public function __construct(Type $type, Description $description = null)
43 TypeResolver $typeResolver = null,
44 DescriptionFactory $descriptionFactory = null,
45 TypeContext $context = null
H A DGeneric.php32 public function __construct($name, Description $description = null)
53 DescriptionFactory $descriptionFactory = null,
54 TypeContext $context = null
60 … $description = $descriptionFactory && $body ? $descriptionFactory->create($body, $context) : null;
H A DThrows.php32 public function __construct(Type $type, Description $description = null)
43 TypeResolver $typeResolver = null,
44 DescriptionFactory $descriptionFactory = null,
45 TypeContext $context = null
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php27 private ?Node $current = null;
48 if ($current === null) {
49 return null;
60 $this->current = null;
61 } elseif ($current->next() === null) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/
H A DAbstractToken.php36 …public function __construct($accessToken = null, $refreshToken = null, $lifetime = null, $extraPar…
107 } elseif (null !== $lifetime) {
/plugin/struct/action/
H A Dtitle.php61 $page->setTitle(null);
67 $page->setLastRevision(null);
75 $page->setLastEditor(null);
81 $page->setLastSummary(null);
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php33 protected $server = null;
38 protected $port = null;
43 protected $handle = null;
145 if ($this->handle !== null)
153 $this->handle = null;
/plugin/twistienav/
H A Dhelper.php66 function get_idx_data($idx = null, $useexclusions = true, $split = false) {
69 if ($ID == null) {
72 $ajaxId = null;
110 $title = null;
114 if ($title != null) break;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php44 function process($input, $existingObject = null, $expected = false) {
56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;
64 …senderName = isset($mainComponent->ATTENDEE['CN'])?$mainComponent->ATTENDEE['CN']->getValue():null;
66 …ssage->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:null;
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DObjectComparatorTest.php41 array(new stdClass, null),
42 array(null, new stdClass),
43 array(null, null)
127 $exception = null;
H A DDateTimeComparatorTest.php35 array($datetime, null),
36 array(null, $datetime),
37 array(null, null)
171 $exception = null;
/plugin/stopforumspam2/
H A Daction.php27 …if ($helper->quickipcheck(null, $this->getConf('accessRefusalFreq'), $this->getConf('accessRefusal…
52 …if ($ACT == 'edit' and $helper->quickipcheck(null, $this->getConf('protectEditFreq'), $this->getCo…
56 …if ($ACT == 'register' and $helper->quickipcheck(null, $this->getConf('protectRegFreq'), $this->ge…
87 … $result1 = $helper->freqcheck(null, $email, $username, FALSE, $this->getConf('protectRegFreq'));
88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php46 function process($input, $existingObject = null, $expected = false) {
58 $message->method = isset($vcal->METHOD) ? $vcal->METHOD->getValue() : null;
61 $message->sequence = isset($vcal->VEVENT[0]) ? (string)$vcal->VEVENT[0]->SEQUENCE : null;
66 …erName = isset($mainComponent->ATTENDEE['CN']) ? $mainComponent->ATTENDEE['CN']->getValue() : null;
68 …e->recipientName = isset($mainComponent->ORGANIZER['CN']) ? $mainComponent->ORGANIZER['CN'] : null;
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php69 var $currentData = null;
75 var $currentFilename = null;
81 var $currentMime = null;
99 if ($mail === null)
140 if ($this->currentFilename === null) {
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php54 protected $_group = null;
70 \Exception $previous = null
199 return null;
212 return null;
217 if (null === $index ||
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php48 public function __construct(Doubler $doubler = null, RevealerInterface $revealer = null,
49 StringUtil $util = null)
51 if (null === $doubler) {
76 public function prophesize($classOrInterface = null)
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php44 function process($input, $existingObject = null, $expected = false) {
56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;
64 …senderName = isset($mainComponent->ATTENDEE['CN'])?$mainComponent->ATTENDEE['CN']->getValue():null;
66 …ssage->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:null;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php44 function process($input, $existingObject = null, $expected = false) {
56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;
64 …senderName = isset($mainComponent->ATTENDEE['CN'])?$mainComponent->ATTENDEE['CN']->getValue():null;
66 …ssage->recipientName = isset($mainComponent->ORGANIZER['CN'])?$mainComponent->ORGANIZER['CN']:null;
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php22 private ?string $requestedCache = null;
40 * @param Url|null $url
43 function getFetchUrl(Url $url = null): Url
46 if ($url === null) {
114 if ($cache !== null) {
128 if ($this->requestedCache === null) {

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