Home
last modified time | relevance | path

Searched refs:is_null (Results 226 – 250 of 660) sorted by relevance

12345678910>>...27

/plugin/structpublish/helper/
H A Dassignments.php31 if (is_null($pns)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php179 if (is_null($best_location)) {
268 …} elseif (!is_null($previous) && $previous->get_css_property(CSS_PAGE_BREAK_AFTER) == PAGE_BREAK_A…
282 …} elseif (!is_null($next) && $next->get_css_property(CSS_PAGE_BREAK_BEFORE) == PAGE_BREAK_AVOID) {
542 if (!$child->is_null()) {
554 if (!$child->is_null()) {
H A Dvalue.padding.class.php12 if (is_null($this->percentage)) {
55 if (is_null($this->percentage)) {
H A Dbox.select.php65 if (is_null(GenericFormattedBox::show($driver))) {
85 if (is_null(GenericContainerBox::show($driver))) {
H A Dbox.null.php40 function is_null() { return true; } function in NullBox
H A Dutils_graphic.php15 if (!is_null($image)) {
H A Dbox.body.php36 if (!is_null($float_bottom)) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php39 if (is_null($supportedData)) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php39 if (is_null($supportedData)) {
/plugin/davcal/
H A Dics.php23 if(is_null($hlp))
/plugin/prosemirror/schema/
H A DMark.php38 if (is_null($value)) {
/plugin/structtasks/meta/
H A DReminderNotifier.php43 if (is_null($new_data['duedate'])) return [];
/plugin/gtime/gtlib/asn1/
H A DASN1OctetString.php41 if (!is_null($value)) {
H A DASN1String.php40 if (!is_null($value)) {
/plugin/tagsections/action/
H A Deditbutton.php55 if ( is_null( $inited ) ) {
/plugin/sfauth/
H A Dhelper.php51 if(is_null($this->user)) return false;
52 if(is_null($this->userdata)) return false;
62 if(is_null($this->userdata)) return false;
/plugin/nspages/
H A Dsyntax.php191 if ( is_null($data['textNS']) ){
195 if ( is_null($data['textPages']) ){
201 if ( is_null($data['defaultPicture']) ){
/plugin/davcard/action/
H A Dcache.php35 if(is_null($wdc))
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php61 if (!is_null($parts['timezone'])) {
/plugin/typography/syntax/
H A Dsmallcaps.php37 if (is_null($this->styler)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php62 if (!is_null($parts['timezone'])) {
/plugin/tagfilter/
H A Daction.php96 if (is_null($Htag = $this->loadHelper('tag', false))) {
102 if (is_null($Hpagelist = $this->loadHelper('pagelist', false))) {
/plugin/database2/
H A Ddatabase2.php214 if ( is_null( $value ) )
281 if ( is_null( $this->table ) )
511 if ( is_null( $this->input ) )
3426 if ( is_null( $temp ) )
4103 if ( is_null( $column ) )
4128 if ( !is_null( $column ) )
5037 if ( is_null( $value ) )
5244 if ( is_null( $value ) )
5256 if ( is_null( $value ) )
5448 if ( is_null( $value ) )
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php188 if (!is_null($calendar)) {
834 if (is_null($uid)) {
847 if (is_null($organizer)) {
864 if (is_null($sequence) && isset($vevent->SEQUENCE)) {
893 if (is_null($timezone)) {
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php189 if (!is_null($calendar)) {
845 if (is_null($uid)) {
858 if (is_null($organizer)) {
875 if (is_null($sequence) && isset($vevent->SEQUENCE)) {
889 if (is_null($timezone)) {

12345678910>>...27