Home
last modified time | relevance | path

Searched refs:is_null (Results 126 – 150 of 660) sorted by relevance

12345678910>>...27

/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php89 if (is_null($data)) {
169 if (!is_null($value)) {
H A Dcss.parse.properties.php25 if (!is_null($property)) {
57 if (!is_null($new_value)) {
H A Dwidth.php83 if (is_null($box->parent)) { return false; };
94 if (!is_null($pw)) {
H A Dcss.property.handler.class.php36 if (is_null($property_code)) {
93 if (is_null($property_code)) {
H A Dbox.inline.php120 if ($box->is_null()) {
196 if (is_null($mapping)) {
274 if (is_null($this->content[$i]->show($driver))) {
404 if (!$child->is_null()) {
421 if (!is_null($dest)) {
431 if ($this->is_null()) {
H A Dcss.background.position.inc.php71 if (is_null($type_x) && is_null($type_y)) {
H A Dbox.utils.text-align.inc.php17 if (isset($first_box->wrapped) && !is_null($first_box->wrapped)) {
31 if (isset($first_box->wrapped) && !is_null($first_box->wrapped)) {
/plugin/recommend/helper/
H A Dassignment.php70 if (is_null($page)) $page = getID();
81 if (is_null($pns)) {
/plugin/txtconf/
H A Dconfig0.class.php318 if (is_null($input)) return false;
321 $value = is_null($this->_local) ? $this->_default : $this->_local;
348 $value = is_null($this->_local) ? $this->_default : $this->_local;
366 if (is_null($this->_local) || ($this->_default == $this->_local)) return '';
387 function is_protected() { return !is_null($this->_protected); }
388 function is_default() { return !$this->is_protected() && is_null($this->_local); }
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php282 if (is_null($start)) {
285 if (is_null($end)) {
340 if (is_null($firstAlarm)) {
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php34 if (is_null($c_val)) {
53 if (!is_null($value) && !is_numeric($value)){
/plugin/colortag/
H A Dcolortag.php92 } elseif(!is_null($l)) {
98 $f = is_null($f) ? ' ' : strip_tags($f);
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php34 if (is_null($c_val)) {
53 if (!is_null($value) && !is_numeric($value)){
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMailchimp.php24 if (is_null($this->baseApiUri) && $storage->hasAccessToken($this->service())) {
85 if (is_null($this->baseApiUri)) {
/plugin/bureaucracy/helper/
H A Dfieldnumber.php34 if (is_null($c_val)) {
53 if (!is_null($value) && !is_numeric($value)){
/plugin/s5reloaded/
H A Drenderer.php260 if (!is_null($title)) {
295 if ( !is_null($width) )
298 if ( !is_null($height) )
/plugin/nroff/
H A Drenderer.php399 if ( is_null($language) ) {
975 if (!is_null($title)) {
993 if ( !is_null($width) )
996 if ( !is_null($height) )
1004 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
1005 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
1011 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
1012 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
1066 if ( is_null($title) ) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php14 if (is_null($principals)) {
151 if (is_null($value) && isset($principal[$prop])) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php110 if (!is_null($a2)) {
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
421 if (!is_null($overWrite)) {
429 if (!is_null($overWrite)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php110 if (!is_null($a2)) {
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
421 if (!is_null($overWrite)) {
429 if (!is_null($overWrite)) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php110 if (!is_null($a2)) {
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
421 if (!is_null($overWrite)) {
429 if (!is_null($overWrite)) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php191 if (is_null($acl)) {
233 if (is_null($authPlugin)) return null;
251 if (is_null($currentUser)) return [];
509 if (is_null($acl)) return null;
631 if (!is_null($collectionUri)) {
913 if (!is_null($val)) {
924 if (!is_null($acl)) {
953 if (is_null($value)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php99 if (is_null($timeZone)) {
256 if (is_null($compStart) || $compStart < $this->start) {
259 if (is_null($compEnd) || $compEnd > $this->end) {
273 (is_null($higherStart) || $higherStart < $compStart) &&
274 (is_null($higherEnd) || $higherEnd > $compEnd)
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php99 if (is_null($timeZone)) {
276 if (is_null($compStart) || $compStart < $this->start) {
279 if (is_null($compEnd) || $compEnd > $this->end) {
294 (is_null($higherStart) || $higherStart < $compStart) &&
295 (is_null($higherEnd) || $higherEnd > $compEnd)
/plugin/statistics/inc/
H A DStatisticsLogger.class.php109 if(is_null($ok)) {
195 if(is_null($id)) return;
290 if(is_null($ok)) {
363 if(is_null($ok)) {
372 if(is_null($ok)) {
434 if(is_null($ok)) {
514 if(is_null($ok)) {
541 if(is_null($ok)) {

12345678910>>...27