Home
last modified time | relevance | path

Searched refs:is_null (Results 176 – 200 of 660) sorted by relevance

12345678910>>...27

/plugin/davcard/syntax/
H A Dbook.php94 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
102 if(is_null($meta))
143 if(is_null($wdc))
/plugin/strata/
H A Daction.php64 if(is_null($instructions)){
169 if(is_null($classes)) $classes = array(
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php139 if (!is_null($elementMap)) {
185 if (!is_null($elementMap)) {
H A DWriter.php105 } elseif (is_null($value)) {
210 if (!is_null($content)) {
/plugin/bureaucracyau/helper/
H A Dfieldemail.php26 if(!is_null($value) && $value !== '@MAIL@' && !mail_isvalid($value)){
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php26 if(!is_null($value) && $value !== '@MAIL@' && !mail_isvalid($value)){
/plugin/bureaucracy/helper/
H A Dfieldemail.php26 if(!is_null($value) && $value !== '@MAIL@' && !mail_isvalid($value)){
/plugin/html2pdf/html2pdf/html2ps/
H A Dlogger.php14 if (is_null(Logger::$instance)) {
H A Dlist-style.image.php18 return is_null($this->_url);
H A Doutput.fastps.class.php66 if (is_null($font)) {
94 if (is_null($font)) { return null; };
103 if (is_null($font)) { return null; };
261 if (is_null($this->currentfont)) { return null; };
293 if (is_null($font)) {
/plugin/webdavclient/
H A Dcron.php20 if(is_null($hlp))
/plugin/data-au/syntax/
H A Drelated.php33 if(is_null($dataau)) return false;
67 if(is_null($id)) $id = $ID;
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php140 if (!is_null($elementMap)) {
197 if (!is_null($elementMap)) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php140 if (!is_null($elementMap)) {
197 if (!is_null($elementMap)) {
/plugin/tagalerts/
H A Daction.php29 if(is_null($tagplugin)) {
35 if(is_null($tags)) true;
/plugin/data/syntax/
H A Drelated.php38 if (is_null($data)) return false;
72 if (is_null($id)) $id = $ID;
/plugin/adhoctags/
H A Dhelper.php67 $out .= ' '.$key. (is_null($val) ? '' : '="'.$val.'"');
108 $out .= ' '.$key. (is_null($val) ? '' : '="'.$val.'"');
/plugin/struct/
H A Dhelper.php55 if (is_null($schema)) {
169 if (is_null($schema)) {
/plugin/structtasks/meta/
H A DTodayNotifier.php22 if (is_null($new_data['duedate'])) return [];
H A DOverdueNotifier.php22 if (is_null($new_data['duedate'])) return [];
/plugin/eventline/
H A Dplain.php238 if (!is_null($title)) {
268 if ( !is_null($width) )
271 if ( !is_null($height) )
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php419 if (is_null($response)) {
441 if (is_null($return)) {
463 if (is_null($return)) {
/plugin/struct/types/
H A DAbstractBaseType.php82 if (!is_null($config)) {
205 if (is_null($this->context)) {
544 if (is_null($this->hlp)) $this->hlp = plugin_load('helper', 'struct');
/plugin/superacl/
H A Dadmin.php201 if(is_null($addopts)) return $opts;
315 if(is_null($current)){
324 if(is_null($current)){
409 }elseif(is_null($current)){
714 if(!is_null($setperm) && $setperm == $perm) $atts['checked'] = 'checked';
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DParser.php48 if (!is_null($input)) {

12345678910>>...27