Home
last modified time | relevance | path

Searched refs:null (Results 801 – 825 of 5084) sorted by relevance

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php24 /** @var string|null */
27 public function __construct(Parser $recognizer, string $predicate, ?string $message = null)
38 if ($interpreter === null) {
39 throw new \RuntimeException('Unexpected null interpreter.');
73 public function formatMessage(string $predicate, ?string $message = null) : string
75 if ($message !== null) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php10 protected $renderer = null;
11 protected $rendererData = null;
12 protected $rendererContext = null;
H A DMarkdownExtra.php10 protected $renderer = null;
11 protected $rendererData = null;
12 protected $rendererContext = null;
H A DTraditional.php10 protected $renderer = null;
11 protected $rendererData = null;
12 protected $rendererContext = null;
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php33 return null;
37 return null;
43 return null;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DBadResponseException.php15 ResponseInterface $response = null,
16 \Exception $previous = null,
19 if (null === $response) {
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBasic.php33 return null;
37 return null;
43 return null;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php134 function createFile($name, $vcardData = null) {
176 return null;
248 return null;
334 return null;
419 function getChanges($syncToken, $syncLevel, $limit = null) {
422 return null;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php113 $propPatch = new PropPatch(['{DAV:}displayname' => null]);
120 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
135 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
155 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
160 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
187 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
/plugin/combo/syntax/
H A Dtooltip.php180 $toolTipCallStack = null;
231 if ($text !== null) {
246 $message = $data[PluginUtility::EXIT_MESSAGE] ?? null;
247 if ($message !== null) {
252 $callStackArray = $data[PluginUtility::ATTRIBUTES] ?? null;
255 if ($text !== null) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DVariableCommentSniff.php58 $commentEnd = $phpcsFile->findPrevious($ignore, ($stackPtr - 1), null, true);
74 $foundVar = null;
77 if ($foundVar !== null) {
98 if ($foundVar === null) {
105 if ($foundVar !== null && $tokens[$firstTag]['content'] !== '@var') {
/plugin/displayorphans/
H A Dhelper.php27 if (!is_callable($itemFilterPredicate)) { return null; }
36 …s(/* string */ $datadir, callable $filter = null, array $ignoredPages = null, array $ignoreNamespa…
48 search($items, $datadir, array($this, '_filterItem'), null);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php158 if (!$this->server->emit('beforeWriteContent', [$path, $node, null]))
164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
200 if (is_null($range)) return null;
204 …ch('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)) return null;
209 return [self::RANGE_START, $matches[2], $matches[3] ?: null];
/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php43 public function __construct($value = null) {
147 $current = null;
151 if ($current == null) {
187 $current = null;
197 $current = null;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DSchemaEditor.java55 return null; in SchemaEditor()
58 }, null); in SchemaEditor()
65 200, 280), null); in SchemaEditor()
91 mxCell v1 = (mxCell) graph.insertVertex(parent, null, "Customers", in SchemaEditor()
94 mxCell v2 = (mxCell) graph.insertVertex(parent, null, "Orders", in SchemaEditor()
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php158 if (!$this->server->emit('beforeWriteContent', [$path, $node, null]))
164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
200 if (is_null($range)) return null;
204 …ch('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)) return null;
209 return [self::RANGE_START, $matches[2], $matches[3] ?: null];
/plugin/ifauthex/
H A Dsyntax.php97 $matches = null;
106 return array($state, null);
112 return array($state, null);
127 if ($exprOrMatch === null) {
157 $TOC = is_array($TOC) ? [] : null;
/plugin/prosemirror/parser/
H A DMark.php25 protected $previousMark = null;
28 protected $nextMark = null;
79 * @param null|Mark $newNext
88 if (null !== $newNext) {
96 if ($this->previousMark === null) {
112 if (null !== $newPrevious) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPocket.php20 UriInterface $baseApiUri = null
23 if ($baseApiUri === null) {
80 if (null === $data || !is_array($data)) {
88 public function requestAccessToken($code, $state = null)
110 if ($data === null || !is_array($data)) {
/plugin/combo/ComboStrap/
H A DDataType.php76 if ($targetValue === null) {
126 public static function toBoolean($value, $ifNull = null)
128 if ($value === null) return $ifNull;
150 if ($value === null) {
151 return null;
161 * @param mixed|null $value
162 * @return bool - true if the value is built-in boolean or null
173 * @return mixed|string|null
177 if ($value === null) {
178 return 'null';
[all...]
H A DIcon.php15 * @param TagAttributes|null $iconAttributes
23 public static function createFromName(string $name, TagAttributes $iconAttributes = null): Icon
25 if ($iconAttributes === null) {
51 if ($name === null) {
94 public static function createFromComboResource(string $name, TagAttributes $tagAttributes = null): Icon
100 if ($tagAttributes !== null) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php34 $params = ['id' => null];
41 * @param WebDriverElement|null|int|string $frame The WebDriverElement, the id or the name of the frame.
42 * When null, switch to the current top-level browsing context When int, switch to the WindowProxy identified
51 } elseif ($frame === null) {
52 $id = null;
57 'In W3C compliance mode frame must be either instance of WebDriverElement, integer or null'
63 } elseif ($frame === null) {
64 $id = null;
/plugin/siteexport/inc/
H A Dpdfgenerator.php12 public function __construct($functions = null)
22 …e("Filetype " . $this->functions->settings->fileType . " did not match filename '$NAME'", null, 4);
29 $this->functions->debug->message("Could not instantiate MPDF", null, 4);
36 $this->functions->debug->message("Filecontent had no HTML starting tag", null, 4);
41 $this->functions->debug->message("Arranging HTML", null, 2);
/plugin/gtime/gtlib/util/
H A DGTBase64.php45 public static function encode(array $bytes, $offset = null, $length = null) {
68 if (self::$instance == null) {

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