Home
last modified time | relevance | path

Searched refs:is_null (Results 501 – 525 of 660) sorted by relevance

1...<<21222324252627

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php107 if ( !is_null( $lastFolder ) && $lastFolder === $sParent) {
/plugin/farmer/
H A Dhelper.php250 if (!is_null($this->defaultPluginState)) return $this->defaultPluginState;
/plugin/recommend/
H A Daction.php195 if (!is_null($captcha) && $captcha->isEnabled() && !$captcha->check()) {
/plugin/bez/mdl/
H A DValidator.php59 return array(false, 'is_null');
61 return array(true, 'is_null');
88 if (is_null($fields)) {
/plugin/struct/helper/
H A Dfield.php136 if (is_null($value) || $value === false) {
/plugin/structpublish/meta/
H A DAssignments.php34 if (is_null(self::$instance) or $forcereload) {
/plugin/elwikiupgrade/
H A DHTTPClient.php267 if (is_null($socket) || feof($socket)) {
718 if(!is_null($var)){
735 if(!is_null($var)) print_r($var);
/plugin/owncloud/
H A Dhelper.php696 if (!is_null($title)) {
728 if ( !is_null($width) )
731 if ( !is_null($height) )
/plugin/date/
H A Dsyntax.php251 if (is_null($replacers)) {
/plugin/spellcheck/
H A Daspell.php187 if(is_null($rc)){
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php270 if (!is_null($lastLine)) $out .= $lastLine . "\r\n";
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php125 if (is_null($vector)) {
H A Dfont.class.php94 if (!is_null($glyphIndex)) {
/plugin/authg2fa/
H A Dadmin.php58 if(is_null($this->_auth)) return false;
/plugin/davcard/action/
H A Dajax.php37 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
/plugin/imageflow/syntax/
H A Dimageflow.php182 if ( is_null($renderer) || empty($data['src']) ) { return false;}
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php479 if (is_null($accessToken)) {
/plugin/sql2wiki/action/
H A Dsqlite.php88 if (!is_null($param)) $filter_ids = $param;
/plugin/addnewpage/
H A Dsyntax.php315 if (is_null($name)) $name = $template;
/plugin/icalevents/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/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php977 if (is_null($currentToken)) return null;
1115 if (!is_null($row[$dbName])) {
1396 if (is_null($sharee->principal)) {
/plugin/farm/install/
H A Dfarmstructurecreator.php59 if(!is_null($data)) if(!is_array($data)) $data = array($data);
/plugin/dokutranslate/
H A Dadmin.php166 if(is_null($addopts)) return $opts;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php90 if (is_null($timeZone)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php90 if (is_null($timeZone)) {

1...<<21222324252627