Home
last modified time | relevance | path

Searched refs:is_null (Results 526 – 550 of 660) sorted by relevance

1...<<21222324252627

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php134 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod) || is_null($lastMod));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php90 if (is_null($timeZone)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php79 if (is_null($tokenSecret)) {
/plugin/structodt/
H A Daction.php178 if (is_null($row)) {
/plugin/siteexport/inc/
H A Dfilewriter.php204 if (is_null($data['file'])) $data['file'] = $this->functions->settings->zipFile;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php73 if (!is_null($this->count)) {
77 return is_null($this->until) || $this->currentDate <= $this->until;
H A DEventIterator.php98 if (is_null($timeZone)) {
/plugin/data/syntax/
H A Dentry.php146 if (is_null($data)) return false;
189 if ($val == '' || is_null($val) || (is_array($val) && count($val) == 0)) continue;
/plugin/webdavclient/
H A Dhelper.php1132 if(!is_null($ct))
1134 if(!is_null($depth))
1136 if(!is_null($cl))
1274 elseif(!is_null($object->attributes()) && (count($object->attributes()) > 0))
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.php346 if (!is_null($this->get_first())) {
H A Doutput.png.class.php177 if (is_null($scale)) { $scale = $this->_widthPixels / mm2pt($this->media->width()); };
183 if (is_null($scale)) { $scale = $this->_heightPixels / mm2pt($this->media->height()); };
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php161 if (is_null($a)) return 'null';
/plugin/filelisting/
H A Dhelper.php25 if (is_null($ns)) $ns = getNS($INFO['id']);
/plugin/targetlink/
H A Dsyntax.php197 if(is_null($this->schemes)) $this->schemes = getSchemes();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php78 if (is_null($this->server->getPlugin('sharing'))) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php94 if (is_null($this->timeZone)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php94 if (is_null($this->timeZone)) {
/plugin/fckg/action/
H A Dedit.php2622 if(is_null($Renderer)){
2687 if(is_null($instructions)) return '';
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php599 if ((is_null($code)) OR ($code == '\0') OR ($code == '')) {
615 if (is_null($this->data)) {
682 if (is_null($this->datacode)) {
2014 if (is_null($bstream)) {
2187 if (is_null($bstream)) {
2560 if (is_null($this->frames[$version])) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php466 if (is_string($expectedRegex) || is_null($expectedRegex)) {
480 if (is_string($expectedString) || is_null($expectedString)) {
1234 if (is_null($this->backupGlobals) && is_bool($backupGlobals)) {
1246 if (is_null($this->backupStaticAttributes) &&
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php98 if (is_null($timeZone)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php108 if (is_null($parts['year'])) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php111 if (is_null($parts['year'])) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php115 if (is_null($parts['year'])) {

1...<<21222324252627