Home
last modified time | relevance | path

Searched refs:is_null (Results 201 – 225 of 660) sorted by relevance

12345678910>>...27

/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DParser.php50 if (!is_null($input)) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DParser.php49 if (!is_null($input)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DParser.php49 if (!is_null($input)) {
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DParser.php49 if (!is_null($input)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.file.class.php18 if (is_null($encoding)) { $encoding = "iso-8859-1"; }
H A Dbox.table.php860 if (!is_null($this->_cached_min_widths)) {
1093 (is_null($hc->constant)) &&
1094 (is_null($hc->min)) &&
1095 (is_null($hc->max));
1112 (!is_null($hc->constant) ? !$hc->constant[1] : true) &&
1113 (!is_null($hc->min) ? !$hc->min[1] : true) &&
1114 (!is_null($hc->max) ? !$hc->max[1] : true);
1126 $flags[$i] = $hc->is_null();
1163 if (!$cell->content[$j]->is_null() &&
1192 $flags[$i] = is_null($hc->constant);
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php62 if (!is_null($parts['timezone'])) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php62 if (!is_null($parts['timezone'])) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php62 if (!is_null($parts['timezone'])) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php281 if (is_null($this->mutations[$propertyName])) {
336 $this->result[$propertyName] = is_null($propertyValue) ? 204 : 200;
/plugin/genericsso/
H A Dauth.php50 if(is_null($this->users)) $this->loadUsers();
97 if(is_null($_SESSION[DOKU_COOKIE])) return false;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php43 if ($matches[7]==='Z' || is_null($tz)) {
70 if (is_null($tz)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php43 if ($matches[7]==='Z' || is_null($tz)) {
70 if (is_null($tz)) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php43 if ($matches[7]==='Z' || is_null($tz)) {
70 if (is_null($tz)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php274 if (is_null($this->mutations[$propertyName])) {
329 $this->result[$propertyName] = is_null($propertyValue) ? 204 : 200;
/plugin/davcal/syntax/
H A Dcalendar.php135 if(is_null($color))
159 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
/plugin/orphanswanted/
H A Dhelper.php42 if (!is_null($relation_data)) {
161 if(!is_null($ignoredPages) && in_array($id, $ignoredPages)) {
/plugin/bureaucracy-au/helper/
H A Dfielddate.php38 if (!is_null($value) && !preg_match('/^\d{2}-\d{2}-\d{4}$/', $value)) {
H A Dfieldtime.php38 if (!is_null($value) && !preg_match('/^\d{1,2}:\d{2}(?::\d{2})?$/', $value)) {
/plugin/bureaucracyau/helper/
H A Dfieldtime.php38 if (!is_null($value) && !preg_match('/^\d{1,2}:\d{2}(?::\d{2})?$/', $value)) {
H A Dfielddate.php38 if (!is_null($value) && !preg_match('/^\d{2}-\d{2}-\d{4}$/', $value)) {
/plugin/bureaucracy/helper/
H A Dfielddate.php38 if (!is_null($value) && !preg_match('/^\d{4}-\d{2}-\d{2}$/', $value)) {
H A Dfieldtime.php38 if (!is_null($value) && !preg_match('/^\d{1,2}:\d{2}(?::\d{2})?$/', $value)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DSampleArrayAccess.php18 if (is_null($offset)) {
/plugin/davcal/action/
H A Djsinfo.php45 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))

12345678910>>...27