Home
last modified time | relevance | path

Searched refs:is_null (Results 451 – 475 of 660) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/switchpanel/
H A Dsyntax.php140 if( !is_null( $oFilters ) && !in_array( $sKey, $oFilters ) ){
233 if( !is_null( $oOptions ) ){
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php309 if (is_null ( $value ))
414 if (is_null ( $value ) && ($def ['type'] != 'data'))
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.php312 if (!is_null($before)) {
320 if (!is_null($after)) {
/plugin/todo/syntax/
H A Dlist.php356 if (is_null($todopages)) return;
378 if (is_null($todopages)) return;
/plugin/visrep/
H A Dsyntax.php120 if (is_null($v) || strlen($v) == 0) continue;
/plugin/twofactorsmsgateway/
H A Dhelper.php113 if (!is_null($changed) && $this->_settingGet("provider", '') != '') {
/plugin/mantis/lib/
H A Dclass.wsdlcache.php109 return (!is_null($s)) ? unserialize($s) : null;
/plugin/gitlabproject/
H A Dsyntax.php54 if (!is_null($server_data)) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php347 return is_null($this->auth->getScope());
/plugin/evesso/classes/
H A DAbstractAdapter.php61 if(is_null($this->oAuth)) {
/plugin/upgrade/HTTP/
H A DHTTPClient.php259 if (is_null($socket) || feof($socket)) {
728 if(!is_null($var)){
745 if(!is_null($var)) print_r($var);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php103 if ( !is_null( $lastFolder ) && $lastFolder === $sParent) {
/plugin/data-au/syntax/
H A Dcloud.php136 if(is_null($dataau)) return false;
/plugin/vshare/syntax/
H A Dvideo.php114 if (is_null($data)) return false;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php171 if (is_null($data)) $data = 'bla';
/plugin/davcal/action/
H A Dajax.php33 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
/plugin/data/syntax/
H A Dcloud.php151 if (is_null($data)) return false;
/plugin/structtasks/
H A Dcli.php72 if (is_null($this->struct)) return false;
/plugin/bez/meta/
H A DTpl.php39 if ($action == '' && !is_null($default)) {
/plugin/nspages/printers/
H A DprinterNice.php29 if(!isset($nbCols) || is_null($nbCols) || $nbCols < 1) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
73 return is_null($this->until) || $this->currentDate <= $this->until;
/plugin/file2dw/
H A Daction.php489 if ( is_null( $type ) ) {
559 if (is_null($dir))
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
73 return is_null($this->until) || $this->currentDate <= $this->until;
/plugin/text/
H A Drenderer.php554 if (!is_null($default) && ($default != $title['title']))
558 } elseif(is_null($title) || trim($title) == '') {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
73 return is_null($this->until) || $this->currentDate <= $this->until;

1...<<11121314151617181920>>...27