Home
last modified time | relevance | path

Searched refs:null (Results 601 – 625 of 5084) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DForTest.php29 $else = null;
54 $ifexpr = null;
56 $else = null;
76 $ifexpr = null;
78 $else = null;
121 $else = null;
152 $ifexpr = null;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php34 static public function parseDateTime($dt, DateTimeZone $tz = null) {
61 static public function parseDate($date, DateTimeZone $tz = null) {
181 static public function parse($date, $referenceTz = null) {
317 $result[$part] = null;
319 $result[$part] = null;
419 $result[$part] = null;
421 $result[$part] = null;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php64 public static function getSystemCaRootBundlePath(LoggerInterface $logger = null)
66 if (self::$caPath !== null) {
153 public static function validateCaFile($filename, LoggerInterface $logger = null)
196 if (null !== self::$useOpensslParse) {
297 self::$caPath = null;
298 self::$useOpensslParse = null;
301 private static function caFileUsable($certFile, LoggerInterface $logger = null)
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php34 static public function parseDateTime($dt, DateTimeZone $tz = null) {
61 static public function parseDate($date, DateTimeZone $tz = null) {
181 static public function parse($date, $referenceTz = null) {
317 $result[$part] = null;
319 $result[$part] = null;
419 $result[$part] = null;
421 $result[$part] = null;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyDnRequest.php57 * @var null|Dn
65 * @param null|string|Dn $newParentDn
67 public function __construct($dn, $newRdn, bool $deleteOldRdn, $newParentDn = null)
133 * @return null|Dn
141 * @param null|string|Dn $newParentDn
146 if ($newParentDn !== null) {
171 if ($newSuperior !== null && !($newSuperior->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $newSuperior->getTagNumber() === 0)) {
177 $newSuperior = ($newSuperior !== null) ? $newSuperior->getValue() : null;
194 if ($this->newParentDn !== null) {
[all...]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php34 static public function parseDateTime($dt, DateTimeZone $tz = null) {
61 static public function parseDate($date, DateTimeZone $tz = null) {
181 static public function parse($date, $referenceTz = null) {
317 $result[$part] = null;
319 $result[$part] = null;
419 $result[$part] = null;
421 $result[$part] = null;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php23 * @param array<string>|null $ruleNames
25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string
41 if ($child !== null) {
50 * @param array<string>|null $ruleNames
54 if ($ruleNames !== null) {
71 if ($tree instanceof TerminalNode && $tree->getSymbol() !== null) {
89 * @return array<Tree|null>
112 while ($tree !== null) {
163 if ($child !== null) {
180 if ($child !== null) {
[all...]
/plugin/404manager/
H A Dadmin.php25 private static $manager404 = null;
92 if (self::$manager404 == null) {
323 if ($this->dataStoreType == null) {
350 if ($this->dataStoreType == null) {
395 if ($this->dataStoreType == null) {
474 if ($this->dataStoreType == null) {
498 if ($this->dataStoreType == null) {
524 if ($this->dataStoreType == null) {
550 if ($this->dataStoreType == null) {
582 if ($this->dataStoreType == null) {
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DParser.php33 $diff = null;
39 if ($diff !== null) {
58 if ($diff !== null && \count($collected)) {
74 $chunk = null;
102 if (null !== $chunk) {
/plugin/top/_test/
H A Ddate.test.php24 $sqlite->query($sql,'wiki:start',1,'',null);
29 $result = $top_helper->best(null,201312);
35 $result = $top_helper->best(null,null);
41 $result = $top_helper->best('en',null);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php107 $href = null;
108 $calendarUri = null;
109 $inReplyTo = null;
110 $summary = null;
111 $status = null;
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php47 array($document, null),
48 array(null, $document),
49 array(null, null)
138 $exception = null;
H A DExceptionComparatorTest.php42 array(new Exception, null),
43 array(null, new Exception),
44 array(null, null)
113 $exception = null;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php49 $this->expiration = null;
65 return $this->isHit() ? $this->value : null;
77 if ($this->expiration === null) {
124 } elseif ($time === null) {
145 if ($expiration === null) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DInvocation.php54 protected $_rule = null;
61 protected $_data = null;
68 protected $_todo = null;
98 array $todo = null,
/plugin/swiftmail/Swift/Events/
H A DSendEvent.php24 protected $message = null;
29 protected $sender = null;
34 protected $recipients = null;
39 protected $sent = null;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFuzzy.php19 * @param string|null $value String to search for
21 public function __construct(?string $fieldName = null, ?string $value = null)
23 if (null !== $fieldName && null !== $value) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureValue.php23 public function __construct($result, \Exception $e = null)
61 callable $onFulfilled = null,
62 callable $onRejected = null,
63 callable $onProgress = null
/plugin/blogtng/helper/
H A Dentry.php20 public $entry = null;
22 private $sqlitehelper = null;
126 'pid' => null,
127 'page' => null,
128 'title' => null,
129 'blog' => null,
130 'image' => null,
133 'author' => null,
134 'login' => null,
135 'mail' => null,
[all …]
/plugin/database2/
H A Ddatabase2.php127 private $dsn = null;
849 return null;
1281 $nav = null;
1292 $elements[] = $this->renderField( true, null, null, array(), null, $readOnly, $rowACL );
1582 $offset = 0, $limit = null, $customQuery = null )
2699 return null;
2734 return null;
3233 return null;
4964 return null;
4967 return null;
[all …]
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php70 $result = null;
72 $matches = null;
85 if ($fromAddress !== null) {
96 if ($fromAddress !== null) {
176 if ($this->rangeType === null) {
193 $rangeType = null;
196 if ($rangeType !== null) {
200 $this->rangeType = $rangeType === null ? $defaultType : $rangeType;
204 return $this->rangeType === false ? null : $this->rangeType;
315 return null;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php85 …prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr - 1), null, true);
90 $number = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
92 $previous = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
112 … $previousToken = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true, null, true);
154 $prevToken = $phpcsFile->findPrevious(T_WHITESPACE, ($bracket - 1), null, true);
249 …sFile->findPrevious(PHP_CodeSniffer_Tokens::$assignmentTokens, $stackPtr, null, false, null, true);
322 … $before = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($before + 1), null, true);
353 … $after = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($after - 1), null, true);
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php50 protected $handle = null;
55 protected $port = null;
60 protected $encryption = null;
98 public function __construct($server="localhost", $port=null, $encryption=null)
278 if ($this->port === null)
285 case null: default:
308 $this->handle = null;
433 $this->handle = null;
442 return ($this->handle !== null);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php86 * @var null|string $type Data type. Tries to detect if omitted
87 * @var mixed|null $otherArgs Arguments will be passed to the geo adapter
97 $type = count($args) && @array_key_exists($args[0], self::$adapterMap) ? strtolower(array_shift($args)) : null;
138 public static function geosInstalled($force = null)
140 static $geosInstalled = null;
141 if ($force !== null) {
147 if ($geosInstalled !== null) {
157 * @return Geometry|null
164 return null;
176 return null;
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java74 public static URL url = null;
157 null, 160, 120, ""); in GraphEditor()
234 null, 100, 100, ""); in GraphEditor()
433 URL dokuBaseURL = sourceUrl==null ? null : new URL(sourceUrl.toString()); in loadPalettes()
559 if (target == null && cells.length == 1 && location != null) in importCells()
575 return null; in importCells()
625 if (geo != null) in getToolTipForCell()
629 if (points != null) in getToolTipForCell()
648 if (state != null) in getToolTipForCell()
668 if (geo != null) in getToolTipForCell()
[all …]

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