Home
last modified time | relevance | path

Searched refs:null (Results 151 – 175 of 4956) sorted by relevance

12345678910>>...199

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerJarFilter.php55 if (null !== $this->timeout) {
59 if (null !== $this->compilationLevel) {
63 if (null !== $this->jsExterns) {
69 if (null !== $this->externsUrl) {
75 if (null !== $this->excludeDefaultExterns) {
79 if (null !== $this->formatting) {
83 if (null !== $this->useClosureLibrary) {
87 if (null !== $this->warningLevel) {
91 if (null !== $this->language) {
95 if (null !== $this->flagFile) {
/plugin/statistics/
H A Dhelper.php11 private $dblink = null;
13 private $oQuery = null;
14 private $oLogger = null;
15 private $oGraph = null;
71 if(!$this->getConf('db_server')) return null;
80 return null;
84 return null;
90 return null;
101 if(!$link) return null;
107 return null;
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php20 'return' => null,
21 'handling' => null,
22 'wait' => null,
38 'return' => null,
39 'handling' => null,
58 'wait' => null,
74 'return' => null,
75 'handling' => null,
76 'wait' => null,
94 'handling' => null,
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php22 * @var DateTime|null
23 * may be null as this is a stored value
24 * but throw a not found exception when the value is null
26 protected ?DateTime $dateTimeValue = null;
40 return null;
51 * @param DateTime|null $value
56 if ($value === null) {
57 $this->dateTimeValue = null;
82 return null;
89 return null;
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php183 * `s.edge[t]` get the same physical target {@see DFAState}, or `null`. Once
186 * will either find {@see DFAState::$edges} to be `null`, to be non-`null` and
187 * `dfa.edges[t]` null, or `dfa.edges[t]` to be non-null. The
189 * but in either case the DFA simulator works; if `null`, and requests ATN
274 * @var DoubleKeyMap|null
288 /** @var ParserRuleContext|null */
291 /** @var DFA|null */
318 if ($decisionState !== null) {
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php37 protected $url = null;
39 private $errorMessage = null;
45 private $dirCreated = null;
93 $this->stream = null;
94 $this->dirCreated = null;
132 if (null === $url || '' === $url) {
136 $this->errorMessage = null;
144 $this->stream = null;
199 return null;
210 if (null !== $dir && !is_dir($dir)) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php331 $result[$part] = null;
333 $result[$part] = null;
428 $result[$part] = null;
430 $result[$part] = null;
528 'year' => null,
529 'month' => null,
530 'date' => null,
531 'hour' => null,
532 'minute' => null,
533 'second' => null,
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php41 var $bzfile = null;
42 var $tmpName = null;
50 if ($this->bzfile !== null)
52 if ($this->tmpName !== null)
55 $this->bzfile = null;
56 $this->tmpName = null;
77 if ($dataFilename !== null)
79 $this->tmpName = null;
142 return $data == '' ? null : $data;
153 if ($this->tmpName === null) {
[all …]
H A DTar.php43 var $currentFilename = null;
49 var $currentStat = null;
67 var $seekToEnd = null;
117 $this->currentFilename = null;
118 $this->currentStat = null;
119 $this->seekToEnd = null;
224 return null;
243 $seek = null;
253 if ($seek === null) {
272 if ($seek === null) {
[all …]
H A DZip.php40 var $currentFilename = null;
41 var $currentStat = null;
42 var $header = null;
44 var $data = null;
48 var $centralDirectory = null;
58 $this->data = null;
89 if ($this->header !== null && $this->data === null) {
98 $this->data = null;
207 return null;
288 $seek = null;
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php342 $result[$part] = null;
344 $result[$part] = null;
445 $result[$part] = null;
447 $result[$part] = null;
547 'year' => null,
548 'month' => null,
549 'date' => null,
550 'hour' => null,
551 'minute' => null,
552 'second' => null,
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php57 protected $_name = null;
64 protected $_reach = null;
85 public function __construct($name = null, $reach = null, array $children = [])
87 if (null !== $name) {
91 if (null !== $reach) {
197 return null;
200 if (null === $accumulator) {
208 $id = null;
223 if (null === $id) {
229 $accumulator = null;
[all …]
/plugin/combo/ComboStrap/
H A DCardTag.php37 $context = null;
88 $tagImage = null;
163 null,
164 null,
165 null,
166 null,
237 null,
238 null,
239 null,
240 null,
[all...]
H A DMessage.php43 public static function createInfoMessage($plainText = null): Message
46 if ($plainText !== null) {
52 public static function createWarningMessage($plainText = null): Message
55 if ($plainText !== null) {
75 if ($plainText !== null) {
103 function getContent($mime = null): string
105 if ($mime != null) {
119 if ($plainTextLines === null) {
120 return null;
152 if ($this->class !== null) {
[all...]
/plugin/fedauth/Auth/Yadis/
H A DManager.php38 function get($name, $default=null)
100 return null;
107 return null;
112 return null;
119 return null;
151 return null;
298 $this->_current = null;
325 $this->_current = null;
427 $service = null;
448 $service = null;
[all …]
/plugin/attribute/
H A Dhelper.php16 protected $storepath = null;
17 protected $cache = null;
158 return null;
307 if ($user === null) {
316 if ($data !== null) {
344 if ($user === null) {
355 if ($data === null) {
381 if ($user === null) {
417 if ($user === null) {
425 if ($data !== null) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php77 public function match(?string $field = null, $values = null): MatchQuery
132 public function constant_score(?AbstractQuery $filter = null): ConstantScore
174 * @param string|null $value String to search for
176 public function fuzzy(?string $fieldName = null, ?string $value = null): Fuzzy
219 * @param string|null $type Parent document type
221 public function has_child($query, ?string $type = null): HasChild
274 * @param mixed|null $values
276 public function match_phrase(?string $field = null,
[all...]
/plugin/swiftmail/Swift/
H A DAddress.php26 protected $address = null;
31 protected $name = null;
38 public function __construct($address, $name=null)
41 if ($name !== null) $this->setName($name);
65 if ($name !== null) $this->name = (string) $name;
66 else $this->name = null;
89 if (($this->name !== null))
/plugin/swiftmail/Swift/Message/
H A DPart.php29 public function __construct($data=null, $type="text/plain", $encoding=null, $charset=null)
38 if ($data !== null)
41 if ($charset === null)
95 return null;
104 $value = null;
115 if ($this->getCharset() === null && !$this->numChildren())
130 $this->setCharset(null);
H A DEmbeddedFile.php26 protected $cid = null;
36 …public function __construct($data=null, $name=null, $type="application/octet-stream", $cid=null, $…
40 if ($cid === null)
47 if ($name === null && !($data instanceof Swift_File)) $this->setFileName($cid);
49 $this->headers->set("Content-Description", null);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php57 protected static $_regexCompiler = null;
64 protected $_tokenName = null;
71 protected $_namespace = null;
78 protected $_regex = null;
85 protected $_ast = null;
92 protected $_value = null;
126 parent::__construct($name, null, $nodeId);
200 if (null === static::$_regexCompiler) {
207 if (null === $this->_ast) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DScalarComparatorTest.php32 array("string", null),
35 array(null, false),
36 array(null, null),
74 array(false, null),
77 array(null, null)
102 array(null, true, $otherException),
135 $exception = null;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php29 * @return string|null The string, or null if no match
41 return null;
45 if ($destination === null) {
46 return null;
57 if ($match === null) {
78 * @return string|null The string, or null if no match
87 return null;
94 if (($partialTitle = $cursor->match($regex)) === null) {
[all...]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php26 $newMessage = null;
110 $newMessage = null;
194 $newMessage = null;
251 $newMessage = null;
308 $newMessage = null;
321 $this->parse(null, null, array(), 'mailto:one@example.org');
336 $this->parse($oldMessage, null, array(), 'mailto:one@example.org');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php26 $newMessage = null;
110 $newMessage = null;
194 $newMessage = null;
251 $newMessage = null;
308 $newMessage = null;
321 $this->parse(null, null, array(), 'mailto:one@example.org');
336 $this->parse($oldMessage, null, array(), 'mailto:one@example.org');

12345678910>>...199