Home
last modified time | relevance | path

Searched refs:is_null (Results 601 – 625 of 660) sorted by relevance

1...<<21222324252627

/plugin/struct/meta/
H A DAccessTable.php367 if (!is_null($set)) {
/plugin/siteexport/
H A Dhelper.php27 return $elem[2] >= $this->start && ( is_null( $this->end ) || $elem[2] <= $this->end);
/plugin/ckgedit/action/
H A Dedit.php1104 if(is_null($Renderer)){
1160 if(is_null($instructions)) return '';
/plugin/photogallery/
H A Dsyntax.php977 if (is_null($user)) return false;
1000 if(is_null($user)) return false;
/plugin/git/
H A Dhelper.php439 if (is_null($this->sqlite)) {
/plugin/mantis/lib/
H A Dclass.nusoap_base.php451 if (is_null($val)) {
H A Dclass.wsdl.php1335 if (is_null($value)) {
1450 if (is_null($value)) {
1492 if (is_null($value)) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php96 $timestamp = \is_null(static::$timestamp) ? \time() : static::$timestamp;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php523 if ((is_null($code)) OR ($code == '\0') OR ($code == '')) {
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php123 if (is_null($id)) {
/plugin/odp/
H A Drenderer.php971 if (is_null($language)) {
1208 if ( is_null($title) ) {
/plugin/odt2dw/
H A Daction.php270 if ( is_null( $type ) ) {
/plugin/bureaucracy/
H A Dsyntax.php483 if (is_null($this->noreplace)) $this->noreplace_save($input);
/plugin/sqlraw/
H A Dsimple_html_dom.php337 while (!is_null($returnDom))
439 if (!is_null($this->nodes))
546 if (is_null($idx)) return $found;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php607 if ( isset( $file_data ) && !is_null( $file_data['tmp_name'] ) )
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php591 if ( isset( $_FILES['NewFile'] ) && !is_null( $_FILES['NewFile']['tmp_name'] ) )
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php898 if (!is_null($output)) {
/plugin/odtplus2dw/
H A Daction.php287 if ( is_null( $type ) ) {
/plugin/jsonrpc/
H A Djsonrpc.php601 if(is_null($num)){
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php602 if ( isset( $file_data ) && !is_null( $file_data['tmp_name'] ) )
/plugin/data-au/syntax/
H A Dtable.php243 if(is_null($dataau)) return false;
/plugin/data/syntax/
H A Dtable.php251 if (is_null($data)) return false;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php130 if (is_null($groupname)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php618 if (is_null($componentType)) {
/plugin/sync/
H A Dadmin.php24 if(!is_null($this->client)) return true;

1...<<21222324252627