Home
last modified time | relevance | path

Searched refs:null (Results 4051 – 4075 of 5084) sorted by relevance

1...<<161162163164165166167168169170>>...204

/plugin/linebreak/
H A Daction.php81 $marker = null;
/plugin/formatplus/
H A Dformatting.php60 static $disabled = null;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php129 return $this->hasMethod($name) ? $this->methods[$name] : null;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php95 * @var scalar|null
100 * @var null|int|string
166 * @return int|null|string
174 * @param int|null|string $int
219 * @return null|AbstractType
223 return $this->children[$index] ?? null;
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php36 private ?DelimiterInterface $previous = null;
39 private ?DelimiterInterface $next = null;
51 private ?int $index = null;
53 public function __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, ?int $index = null)
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php43 if ($ref !== null) {
88 if ($target === null) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessPlaceActions.php51 public function __construct($clientOrConfig = [], $rootUrl = null)
H A DKeep.php56 public function __construct($clientOrConfig = [], $rootUrl = null)
H A DChromePolicy.php58 public function __construct($clientOrConfig = [], $rootUrl = null)
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php56 return $key !== null && $key !== false;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php183 …revious = isset($error['caused_by']) ? $this->createExceptionFromError($error['caused_by']) : null;
H A DAmqpHandler.php40 …public function __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool …
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php138 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestTest.php25 'c' => null,
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DBufferStreamTest.php16 $this->assertEquals(null, $b->getMetadata('foo'));
/plugin/odt/renderer/
H A Dbook.php27 private $actioninstance = null;
/plugin/combo/ComboStrap/
H A DPagePublicationDate.php96 if ($value === null) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php13 * Parent can be null only if full ctx mode and we make an array from
15 * {@see ArrayPredictionContext::empty()} by using null parent and
18 * @var array<PredictionContext|null>
31 * @param array<PredictionContext|null> $parents
48 * @param array<PredictionContext|null> $parents
115 if ($this->parents[$i] !== null) {
118 $string .= 'null';
/plugin/tag/syntax/
H A Dcount.php57 $allowedNamespaces = null;
/plugin/api/
H A Daction.php131 if ($_GET["callback"] ?? null) {
/plugin/bez/syntax/
H A Dstruct.php68 return null;
/plugin/backlinks/
H A Dsyntax.php86 if($INFO != null) {
/plugin/struct/syntax/
H A Dlist.php
/plugin/struct/action/
H A Doutput.php109 $data = $helper->getData($event->data['id'], null, $rev);

1...<<161162163164165166167168169170>>...204