Home
last modified time | relevance | path

Searched refs:is_null (Results 26 – 50 of 660) sorted by relevance

12345678910>>...27

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pageno.php34 if (is_null($value_width)) { return null; };
41 if (is_null(TextBoxString::show($viewport))) {
64 if (is_null($value_width)) { return null; };
71 if (is_null(TextBoxString::show_fixed($driver))) {
H A Dbox.field.pages.php38 if (is_null($value_width)) {
47 if (is_null(TextBoxString::show($viewport))) {
70 if (is_null($value_width)) {
79 if (is_null(TextBoxString::show_fixed($viewport))) {
H A Dbox.container.php128 if (is_null($child->show($driver))) {
248 if (is_null($index)) {
287 !$this->content[$i]->is_null()) {
438 if (is_null($first)) {
448 if (!$this->content[$i]->is_null()) {
856 if (!is_null($float_bottom)) {
861 if (!is_null($float_right)) {
875 if (!is_null($first)) {
1046 if (is_null($first)) { return false; };
1051 function is_null() { function in GenericContainerBox
[all …]
H A Dbox.generic.php107 if (is_null($this->_cached_base_font_size)) {
188 if (!is_null($id)) {
315 if ($this->is_null()) {
320 if (!is_null($link_destination)) {
372 function is_null() { function in GenericBox
399 if (is_null($this->parent)) {
409 if (is_null($this->parent)) {
435 if (is_null($this->parent)) {
H A Dfilter.pre.fields.class.php11 if (is_null($timestamp)) {
39 if (is_null($this->filename)) {
46 if (is_null($this->filesize)) {
H A Dbox.text.php254 if (!is_null($float)) {
317 if (!is_null($this->wrapped)) {
362 if (is_null($ascender)) {
368 if (is_null($descender)) {
463 if (!is_null($this->wrapped)) {
504 if (is_null($status)) {
520 if (is_null($status)) {
545 if (is_null($status)) {
589 if (is_null($status)) {
642 if (!is_null($this->wrapped)) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php174 if (is_null($children)) $children = [];
215 if (is_null($class)) {
219 if (is_null($class)) {
227 if (is_null($parameters)) $parameters = [];
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php172 if (is_null($children)) $children = array();
212 if (is_null($class) && isset($parameters['VALUE'])) {
216 if (is_null($class)) {
219 if (is_null($parameters)) $parameters = array();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php172 if (is_null($children)) $children = array();
212 if (is_null($class) && isset($parameters['VALUE'])) {
216 if (is_null($class)) {
219 if (is_null($parameters)) $parameters = array();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php172 if (is_null($children)) $children = array();
212 if (is_null($class) && isset($parameters['VALUE'])) {
216 if (is_null($class)) {
219 if (is_null($parameters)) $parameters = array();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php173 if (!is_null($jsonKey)) {
188 if (is_null($creds)) {
191 if (!is_null($cache)) {
284 if (!is_null($jsonKey)) {
302 if (is_null($creds)) {
305 if (!is_null($cache)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php57 if (!is_null($value)) {
76 if (is_null($status)) {
77 $status = is_null($value) ? 404 : 200;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php57 if (!is_null($value)) {
76 if (is_null($status)) {
77 $status = is_null($value) ? 404 : 200;
/plugin/offline/
H A Drenderer.php173 if (!is_null($title)) {
208 if ( !is_null($width) )
211 if ( !is_null($height) )
219 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
220 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
226 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
227 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
/plugin/davcal/
H A Dhelper.php76 if(is_null($id))
100 if(is_null($wdc))
160 if(is_null($id))
234 if(is_null($id))
275 if(is_null($user))
290 if(is_null($id))
327 if(is_null($id))
332 if(is_null($userid))
436 if(is_null($userid))
527 if(is_null($id))
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php168 if (is_null($children)) {
211 if (is_null($class)) {
215 if (is_null($class)) {
222 if (is_null($parameters)) {
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php106 if (!is_null($status)) $this->setStatus($status);
107 if (!is_null($headers)) $this->setHeaders($headers);
108 if (!is_null($body)) $this->setBody($body);
H A DRequest.php47 if (!is_null($method)) $this->setMethod($method);
48 if (!is_null($url)) $this->setUrl($url);
49 if (!is_null($headers)) $this->setHeaders($headers);
50 if (!is_null($body)) $this->setBody($body);
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php107 if (!is_null($status)) $this->setStatus($status);
108 if (!is_null($headers)) $this->setHeaders($headers);
109 if (!is_null($body)) $this->setBody($body);
H A DRequest.php47 if (!is_null($method)) $this->setMethod($method);
48 if (!is_null($url)) $this->setUrl($url);
49 if (!is_null($headers)) $this->setHeaders($headers);
50 if (!is_null($body)) $this->setBody($body);
/plugin/bez/renderer/
H A Dxhtmlmail.php42 if(!is_null($title)) {
73 if(!is_null($width))
76 if(!is_null($height))
83 $title = !is_null($title) ? $title : false;
/plugin/davcard/
H A Dhelper.php63 if(is_null($wdc))
211 if(is_null($wdc))
280 if(is_null($id))
285 if(is_null($userid))
319 if(is_null($id))
352 if(is_null($id))
357 if(is_null($userid))
415 if(is_null($wdc))
461 if(is_null($wdc))
592 if(is_null($wdc))
[all …]
/plugin/judge/helper/
H A Dcrud.php45 if ($mode == "html" && is_null($data["problem_name"])) {
47 } elseif ($mode == "html" && !is_null($data["problem_name"])) {
67 if ($mode == "html" && is_null($data["user"])) {
69 } elseif ($mode == "html" && is_null($data["problem_name"])) {
71 } elseif ($mode == "html" && !is_null($data["problem_name"])) {
/plugin/dokutexit/
H A Dtexitrender.php87 if (is_null($this->_inputs)) {
95 if (is_null($this->_inputs))
162 if (is_null($this->_p_get_parsermodes)) {
166 if (is_null($this->_Parser)) {
213 if (is_null($id)) {
259 if(is_null($instructions)) return '';
/plugin/imagebox/
H A Dsyntax.php70 if(is_null($match['width']) && is_null($match['height'])) {
74 if (is_null($match['width'])) {
77 if (is_null($match['height'])) {

12345678910>>...27