Home
last modified time | relevance | path

Searched refs:is_null (Results 76 – 100 of 660) sorted by relevance

12345678910>>...27

/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php50 if (!is_null($input)) {
53 if (is_null($this->input)) {
57 if (!is_null($options)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php50 if (!is_null($input)) {
53 if (is_null($this->input)) {
57 if (!is_null($options)) {
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php50 if (!is_null($input)) {
53 if (is_null($this->input)) {
57 if (!is_null($options)) {
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.url.class.php14 if (is_null($encoding)) {
24 if (is_null($encoding)) { $encoding = "iso-8859-1"; }
H A Dfilter.pre.height-constraint.class.php19 if (!is_null($tree->parent)) {
23 if (is_null($parent_hc->constant) &&
H A Dfont_factory.class.php34 if (is_null($font)) {
50 if (is_null($font)) {
H A Dfetcher.url.class.php273 if (is_null($res)) { return null; };
289 if (is_null($res)) { return null; };
321 if (is_null($socket)) { return null; };
355 if (is_null($socket)) { return null; };
436 if (is_null($res)) { return null; };
455 if (!is_null($this->user) && $this->user != "") {
H A Dvalue.background.php61 $value =& new Background(is_null($this->_color) ? null : $this->_color->copy(),
62 is_null($this->_image) ? null : $this->_image->copy(),
64 is_null($this->_position) ? null : $this->_position->copy(),
H A Dparser.xhtml.class.php8 if (is_null($dom_tree)) {
42 if (!is_null($media)) {
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultBase.php45 if (is_null($statusCode)) {
49 if (is_null($errorCode)) {
/plugin/txtconf/
H A Dtxtconfig.class.php239 if (is_null($input)) return false;
242 $value = is_null($this->_local) ? $this->_default : $this->_local;
270 $value = is_null($this->_local) ? $this->_default : $this->_local;
274 if (is_null($this->_local)) $defaultstyle = 'style="font-weight:bold;"';
292 if (is_null($this->_local) || ($this->_default == $this->_local)) return '';
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php50 …$this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get("default…
69 return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $length));
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php38 (is_null($effectiveStart) || $start < $effectiveEnd) &&
39 (is_null($effectiveEnd) || $end > $effectiveStart)
/plugin/bureaucracyau/helper/
H A Dfielduser.php50 return is_null($value) || $value === false ? '' : $value;
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/bureaucracy-au/helper/
H A Dfielduser.php50 return is_null($value) || $value === false ? '' : $value;
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php39 (is_null($effectiveStart) || $start < $effectiveEnd) &&
40 (is_null($effectiveEnd) || $end > $effectiveStart)
/plugin/bureaucracy/helper/
H A Dfielduser.php50 return is_null($value) || $value === false ? '' : $value;
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/farm/
H A Dinstall.class.php144 …if(is_null($this->webroot)) $this->webroot = preg_replace('`doku\.php$`', '', wl('', array(), true…
145 …if(is_null($this->fsroot)) $this->fsroot = substr(__FILE__, 0, -1 * strlen('lib/plugins/farm/insta…
146 if(is_null($this->farmer)) $this->farmer = 'farmer/';
147 if(is_null($this->barn)) $this->barn = 'barn/';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php115 if (!is_null($newProps['filters'])) {
127 if (is_null($newProps['filters'])) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php115 if (!is_null($newProps['filters'])) {
127 if (is_null($newProps['filters'])) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php109 if (is_null($expectedString) || empty($expectedString)) {
115 if (is_null($actualString) || empty($actualString)) {
119 if (!is_null($actualString) && !is_null($expectedString)) {
366 if (is_null($value)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php102 if (!is_null($value)) {
123 if (is_null($status)) {
124 $status = is_null($value) ? 404 : 200;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php102 if (!is_null($value)) {
123 if (is_null($status)) {
124 $status = is_null($value) ? 404 : 200;
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php63 if (is_scalar($variable) || is_null($variable) ||
82 } elseif (!is_scalar($element) && !is_null($element)) {

12345678910>>...27