Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php28 if (is_null($hc2->min) && is_null($hc2->max)) { return $hc1; };
31 if (is_null($hc1->min) && is_null($hc1->max)) { return $hc2; };
52 if (!is_null($this->constant)) {
57 if (!is_null($this->min)) {
62 if (!is_null($this->max)) {
185 if (is_null($this->min)) {
193 if (is_null($this->max)) {
216 if (is_null($this->min)) {
223 function is_null() { function in HCConstraint
225 is_null($this->max) &&
[all …]
H A Dbox.generic.inline.php85 while (!is_null($element) && is_a($element,"GenericInlineBox")) {
96 if (is_null($first)) { return 0; };
102 if (is_null($first)) { return 0; };
108 if (is_null($first)) { return 0; };
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php143 if (is_null($v)) {
165 if (!is_null($parts['year'])) {
168 if (!is_null($parts['month'])) {
176 if (!is_null($parts['month']) || !is_null($parts['date'])) {
185 if (!is_null($parts['month'])) {
201 if (!is_null($parts['date'])) {
207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) {
214 if (!is_null($parts['hour'])) {
227 if (!is_null($parts['minute'])) {
241 if (!is_null($parts['second'])) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php143 if (is_null($v)) {
165 if (!is_null($parts['year'])) {
168 if (!is_null($parts['month'])) {
176 if (!is_null($parts['month']) || !is_null($parts['date'])) {
185 if (!is_null($parts['month'])) {
201 if (!is_null($parts['date'])) {
207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) {
214 if (!is_null($parts['hour'])) {
227 if (!is_null($parts['minute'])) {
241 if (!is_null($parts['second'])) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php143 if (is_null($v)) {
165 if (!is_null($parts['year'])) {
168 if (!is_null($parts['month'])) {
176 if (!is_null($parts['month']) || !is_null($parts['date'])) {
185 if (!is_null($parts['month'])) {
201 if (!is_null($parts['date'])) {
207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) {
214 if (!is_null($parts['hour'])) {
227 if (!is_null($parts['minute'])) {
241 if (!is_null($parts['second'])) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php130 if (is_null($v)) {
152 if (!is_null($parts['year'])) {
161 if (!is_null($parts['month']) || !is_null($parts['date'])) {
168 if (!is_null($parts['month'])) {
182 if (!is_null($parts['date'])) {
187 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) {
194 if (!is_null($parts['hour'])) {
207 if (!is_null($parts['minute'])) {
219 if (!is_null($parts['second'])) {
224 if (!is_null($parts['timezone'])) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php140 if (is_null($v)) {
162 if (!is_null($parts['year'])) {
174 if (!is_null($parts['month']) || !is_null($parts['date'])) {
182 if (!is_null($parts['month'])) {
198 if (!is_null($parts['date'])) {
204 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) {
211 if (!is_null($parts['hour'])) {
226 if (!is_null($parts['minute'])) {
240 if (!is_null($parts['second'])) {
245 if (!is_null($parts['timezone'])) {
[all …]
/plugin/authchained/
H A Dauth.php97 if(is_null($this->chained_auth)) {
152 if(!is_null($this->chained_auth))
205 if(!is_null($this->chained_auth))
244 if(!is_null($this->usermanager_auth))
248 …if(is_null($this->chained_auth)||(!is_null($INPUT->server) && $user != $INPUT->server->str('REMOTE…
404 if(is_null($this->chained_auth))
425 if(!is_null($this->usermanager_auth))
428 if(!is_null($this->chained_auth))
447 if(!is_null($this->usermanager_auth))
450 if(!is_null($this->chained_auth))
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php404 if (is_null($idToken)) {
445 if (is_null($v)) {
482 if (is_null($uri)) {
540 if (is_null($httpHandler)) {
783 if (is_null($uri)) {
825 if (is_null($scope)) {
867 if (!is_null($this->username) && !is_null($this->password)) {
871 if (!is_null($this->issuer) && !is_null($this->signingKey)) {
1224 if (is_null($expiresIn)) {
1244 if (!is_null($this->issuedAt) && !is_null($this->expiresIn)) {
[all …]
H A DCacheTrait.php49 if (is_null($this->cache)) {
54 if (is_null($key)) {
73 if (is_null($this->cache)) {
78 if (is_null($key)) {
94 if (is_null($key)) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DTime.php54 if (!is_null($parts['hour'])) {
57 if (!is_null($parts['minute'])) {
67 if (!is_null($parts['minute'])) {
70 if (!is_null($parts['second'])) {
81 if (!is_null($parts['second'])) {
86 if (!is_null($parts['timezone'])) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DTime.php54 if (!is_null($parts['hour'])) {
57 if (!is_null($parts['minute'])) {
67 if (!is_null($parts['minute'])) {
70 if (!is_null($parts['second'])) {
81 if (!is_null($parts['second'])) {
86 if (!is_null($parts['timezone'])) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DTime.php54 if (!is_null($parts['hour'])) {
57 if (!is_null($parts['minute'])) {
67 if (!is_null($parts['minute'])) {
70 if (!is_null($parts['second'])) {
81 if (!is_null($parts['second'])) {
86 if (!is_null($parts['timezone'])) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DTime.php79 if (!is_null($parts['hour'])) {
82 if (!is_null($parts['minute'])) {
92 if (!is_null($parts['minute'])) {
95 if (!is_null($parts['second'])) {
106 if (!is_null($parts['second'])) {
111 if (!is_null($parts['timezone'])) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DTime.php75 if (!is_null($parts['hour'])) {
78 if (!is_null($parts['minute'])) {
88 if (!is_null($parts['minute'])) {
91 if (!is_null($parts['second'])) {
102 if (!is_null($parts['second'])) {
107 if (!is_null($parts['timezone'])) {
/plugin/netlogo/syntax/
H A Dapplet.php197 …if (is_null($data['width']) || is_null($data['height']) || $data['do']==='code' || $data['do']==='…
234 if (is_null($data['width']) || is_null($data['height'])) {
237 if (is_null($data['width'])) $data['width'] = max($rightbottom[2])+50;
238 if (is_null($data['height'])) $data['height'] = max($rightbottom[3])+300;
278 if (!is_null($data['align']) && $data['align']==='center') {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php57 if (is_null($name)) {
228 } elseif (is_null($this->value)) {
247 if (is_null($this->value)) {
297 if (!is_null($out)) $out.=',';
366 if (!is_null($this->iterator))
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php57 if (is_null($name)) {
228 } elseif (is_null($this->value)) {
247 if (is_null($this->value)) {
297 if (!is_null($out)) $out.=',';
366 if (!is_null($this->iterator))
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php57 if (is_null($name)) {
228 } elseif (is_null($this->value)) {
247 if (is_null($this->value)) {
297 if (!is_null($out)) $out.=',';
366 if (!is_null($this->iterator))
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php76 if (!is_null($this->seconds)) {
94 if (!is_null($this->millis)) {
120 if (!is_null($this->micros)) {
202 if (!is_null($this->seconds)) {
208 if (!is_null($this->millis)) {
214 if (!is_null($this->micros)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php57 if (is_null($name)) {
223 } elseif (is_null($this->value)) {
240 if (is_null($this->value)) {
286 if (!is_null($out)) {
367 if (!is_null($this->iterator)) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php57 if (is_null($name)) {
231 } elseif (is_null($this->value)) {
251 if (is_null($this->value)) {
302 if (!is_null($out)) $out .= ',';
387 if (!is_null($this->iterator))
/plugin/bibtex/
H A Dsyntax.php463 if ( is_null($title) ) {
513 if (!is_null($title)) {
529 if ( !is_null($width) )
532 if ( !is_null($height) )
540 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
541 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
547 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
548 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
553 }elseif(!is_null($title)){
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php589 if (is_null($this->handler)) {
604 if (!is_null($sslOptions)) {
619 if (is_null($this->serializer)) {
628 if (is_null($this->connectionFactory)) {
629 if (is_null($this->connectionParams)) {
657 if (is_null($this->hosts)) {
661 if (is_null($this->selector)) {
669 if (is_null($this->endpoint)) {
704 if (is_null($this->logger)) {
708 if (is_null(
[all...]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php197 if ((is_object($expected) || is_null($expected)) &&
198 (is_object($actual) || is_null($actual))) {
228 if ((is_object($expected) || is_null($expected)) &&
229 (is_object($actual) || is_null($actual))) {
258 if (is_null($actual)) {
277 if (!is_null($actual)) {

12345678910>>...27