Home
last modified time | relevance | path

Searched refs:null (Results 676 – 700 of 5084) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRepeater.php54 protected $_iterator = null;
75 protected $_body = null;
87 public function __construct(\Traversable $iterator, $n, $body = null)
161 if (null !== $this->_body) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php46 public $expand = null;
54 public $contentType = null;
62 public $version = null;
96 'filters' => null,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php46 public $expand = null;
54 public $contentType = null;
62 public $version = null;
96 'filters' => null,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializationOptions.php22 if ($defaultOptions === null) {
30 public function __construct(?ATNDeserializationOptions $options = null)
32 $this->verifyATN = $options === null ? true : $options->verifyATN;
33 $this->generateRuleBypassTransitions = $options === null ? false : $options->generateRuleBypassTransitions;
/plugin/fedauth/classes/
H A Dfa_base.class.php21 var $manager = null;
102 function error($msg, $params=null) {
114 function success($msg, $params=null) {
126 function warn($msg, $params=null) {
138 function info($msg, $params=null) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php33 $dtstart = isset($this->DTSTART) ? $this->DTSTART->getDateTime() : null;
34 …$duration = isset($this->DURATION) ? VObject\DateTimeParser::parseDuration($this->DURATION) : null;
35 $due = isset($this->DUE) ? $this->DUE->getDateTime() : null;
36 $completed = isset($this->COMPLETED) ? $this->COMPLETED->getDateTime() : null;
37 $created = isset($this->CREATED) ? $this->CREATED->getDateTime() : null;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTodo.php33 $dtstart = isset($this->DTSTART) ? $this->DTSTART->getDateTime() : null;
34 …$duration = isset($this->DURATION) ? VObject\DateTimeParser::parseDuration($this->DURATION) : null;
35 $due = isset($this->DUE) ? $this->DUE->getDateTime() : null;
36 $completed = isset($this->COMPLETED) ? $this->COMPLETED->getDateTime() : null;
37 $created = isset($this->CREATED) ? $this->CREATED->getDateTime() : null;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php24 UriInterface $baseApiUri = null
34 if (null === $baseApiUri) {
70 if (null === $data || !is_array($data)) {
87 if (null === $data || !is_array($data)) {
114 $body = null,
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php57 LogUtility::msg("The offset (key) is null and this is not supported");
80 $originalOffset = $this->_keyMapping[$offset] ?? null;
90 $sourceOffset = $this->_keyMapping[$offset] ?? null;
91 if ($sourceOffset === null) {
92 return null;
94 return $this->sourceArray[$sourceOffset] ?? null;
H A DFsWikiUtility.php34 if ($INFO != null) {
93 * Return the page index of a namespace or null if it does not exist
105 return null;
133 * @return MarkupPath|null the page path of the parent or null if it does not exist
142 return null;
159 return null;
175 if ($startPath === null || $startPath === "") {
H A DExecutionContext.php126 private static ?ExecutionContext $actualExecutionContext = null;
131 * @var array|string|null
210 $ID = null;
259 if (self::$actualExecutionContext !== null) {
394 self::$actualExecutionContext = null;
472 if ($INFO !== null) {
473 $callingId = $INFO['id'] ?? null;
530 * @param string|null $pluginNamespace - if null, stored in the global conf namespace
542 * @param string|null
[all...]
H A DFetcherRailBar.php75 if ($viewPortWidth !== null) {
86 if ($layout !== null) {
109 $localWikiRequest = null;
110 $localWikiId = null;
165 if ($localWikiRequest !== null) {
184 if ($localWikiRequest !== null) {
239 private function toOffCanvasLayout(string $railBarHtmlListItems, Breakpoint $hideFromBreakpoint = null): string
242 if ($hideFromBreakpoint !== null) {
348 * @param Breakpoint|null $showFromBreakpoint
351 private function toFixedLayout(string $railBarHtmlListItems, Breakpoint $showFromBreakpoint = null)
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php168 if ($output === null && $cliValues['reportFile'] !== null) {
172 if ($output === null) {
188 $flags = null;
229 if ($reportFile !== null) {
248 $filename = null;
268 if ($cliValues['colors'] !== true || $reportFile !== null) {
272 if ($reportFile !== null) {
280 if ($filename !== null && file_exists($filename) === true) {
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java62 if (image==null) { in grabImage()
99 master = null; in grabImage()
100 prev = null; in grabImage()
116 if (image!=null) { in merge()
139 if (image!=null) { in merge()
168 while (this.masterImageRegion.getMasterImageRegion()!=null) { in setMasterImageRegion()
174 if (image==null) { in imageEquals()
179 if (otherImage==null in imageEquals()
209 image=null; in dedup()
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php40 * @return Alias[]|null
56 $aliasType = $row[AliasType::getPersistentName()] ?? null;
57 if ($aliasType !== null) {
72 * @param array|null $aliasesPersistentValues
77 if ($aliasesPersistentValues === null) {
119 * @return null|array - the array to be saved in a text/json file
123 if ($aliases === null) {
124 return null;
250 $this->getReadStore() !== null
273 function addAlias(string $aliasPath, $aliasType = null)
[all...]
/plugin/combo/action/
H A Dstaticresource.php79 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
80 $fetcher = $_GET[IFetcher::FETCHER_KEY] ?? null;
81 if ($drive === null && $fetcher === null) {
153 if ($busterKey === null) {
177 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
178 if ($drive === null) {
334 if ($testRequest !== null) {
337 if ($event !== null) {
/plugin/openid/Auth/OpenID/
H A DBigMath.php51 return null;
88 if ($str === null) {
89 return null;
101 return null;
456 static $lib = null;
463 $null = null;
464 return $null;
479 return null;
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php57 * @var array<string|null>
60 null, "';'", "'.'", "'('", "')'", "'['", "']'", "'{'", "'}'", "','",
70 null, "SCOL", "DOT", "LPAREN", "RPAREN", "LSQUARE", "RSQUARE", "LCURLY",
239 if (self::$atn !== null) {
1144 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1181 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1223 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1260 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1271 * @return array<SqlNamesContext>|SqlNamesContext|null
1273 public function sqlNames(?int $index = null)
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php28 protected $backupGlobals = null;
35 protected $backupStaticAttributes = null;
40 private $beStrictAboutChangesToGlobalState = null;
88 private $iteratorFilter = null;
160 if ($constructor !== null &&
406 if ($preferCache && $this->cachedNumTests !== null) {
456 if ($constructor !== null) {
583 if ($preserveGlobalState !== null) {
588 if ($backupSettings['backupGlobals'] !== null) {
656 if ($result === null) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php52 public function parse($input = null, $options = null) {
54 $this->root = null;
242 $this->lineBuffer = null;
319 'name' => null,
321 'value' => null
324 $lastParam = null;
359 $property['parameters'][$lastParam] = null;
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
407 $propObj->add(null, $namelessParameter);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php52 public function parse($input = null, $options = null) {
54 $this->root = null;
242 $this->lineBuffer = null;
319 'name' => null,
321 'value' => null
324 $lastParam = null;
359 $property['parameters'][$lastParam] = null;
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
407 $propObj->add(null, $namelessParameter);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php52 public function parse($input = null, $options = null) {
54 $this->root = null;
242 $this->lineBuffer = null;
319 'name' => null,
321 'value' => null
324 $lastParam = null;
359 $property['parameters'][$lastParam] = null;
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
407 $propObj->add(null, $namelessParameter);
/plugin/upgrade/vendor/composer/
H A DClassLoader.php109 public function __construct($vendorDir = null)
367 * @param string|null $apcuPrefix
373 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
377 * The APCu prefix in use, or null if APCu caching is not enabled.
379 * @return string|null
397 if (null === $this->vendorDir) {
418 if (null !== $this->vendorDir) {
427 * @return true|null True if loaded, null otherwise
438 return null;
[all...]
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php48 /** @var string|null */
95 /** @var string|null */
104 * @param string|null $vendorDir
106 public function __construct($vendorDir = null)
361 * @param string|null $apcuPrefix
367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
371 * The APCu prefix in use, or null if APCu caching is not enabled.
373 * @return string|null
391 if (null === $this->vendorDir) {
412 if (null !
[all...]
/plugin/aichat/vendor/composer/
H A DClassLoader.php48 /** @var string|null */
95 /** @var string|null */
104 * @param string|null $vendorDir
106 public function __construct($vendorDir = null)
361 * @param string|null $apcuPrefix
367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
371 * The APCu prefix in use, or null if APCu caching is not enabled.
373 * @return string|null
391 if (null === $this->vendorDir) {
412 if (null !
[all...]

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