Home
last modified time | relevance | path

Searched refs:is_null (Results 101 – 125 of 660) sorted by relevance

12345678910>>...27

/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerIdentifier.php95 if (!is_null($this->issuerAndSerialNumber)) {
99 } else if (!is_null($this->subjectKeyIdentifier)) {
/plugin/statdisplay/pchart/
H A DColor.php33 if(is_null($green)) $green = $red;
34 if(is_null($blue)) $blue = $red;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.image.php63 return is_null($this->_url);
82 if (is_null($this->_url)) {
86 if (is_null($this->_image)) {
H A Dvalue.content.item.php22 if (!is_null($item)) {
57 if (!is_null($value)) {
133 if (is_null($counter)) {
H A Dot.class.php96 if (is_null($dir)) { $dummy = null; return $dummy; };
120 if (is_null($table)) { $dummy = null; return $dummy; };
124 if (is_null($dir)) { $dummy = null; return $dummy; };
414 (is_null($platformId) || $platformId == $this->_platformId) &&
415 (is_null($encodingId) || $encodingId == $this->_encodingId) &&
416 (is_null($languageId) || $languageId == $this->_languageId) &&
417 (is_null($nameId) || $nameId == $this->_nameId);
425 if (is_null($this->_content)) {
663 if (is_null($index)) { return null; };
H A Dbox.list-item.php84 if (is_null($this->str_number_box->reflow_text($driver))) {
93 if (is_null(BlockBox::show($viewport))) {
105 if (is_null($child)) {
128 if (!is_null($this->marker_image)) {
H A Dvalue.margin.class.php12 if (!is_null($this->percentage)) {
20 if (is_null($this->percentage)) {
60 if (is_null($this->percentage)) {
H A Dbox.whitespace.php85 if (is_null(parent::reflow_text($driver))) {
106 if (is_null($link_destination)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php76 …$this->systemName = (is_null($systemName) || $systemName === '') ? (string) gethostname() : $syste…
78 $this->extraPrefix = is_null($extraPrefix) ? '' : $extraPrefix;
80 $this->maxLength = is_null($maxLength) ? self::DEFAULT_MAX_LENGTH : $maxLength;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php206 if ($this->setupCalDAVSharing && is_null($this->caldavBackend)) {
209 if ($this->setupCalDAVSubscriptions && is_null($this->caldavBackend)) {
212 if ($this->setupCalDAV && is_null($this->caldavBackend)) {
219 if ($this->setupCardDAV && is_null($this->carddavBackend)) {
/plugin/guestbook/
H A Dbasic.class.php18 if ( !is_null($parent) ) {
29 if ( is_null($this->parent) && !is_null($parent))
84 if ( is_null($guestbookExists) ) {
199 …if (is_null($guestbook_database->direct_post) || intval($guestbook_database->direct_post)==0 || !$…
345 …return ((is_null($guestbook_database->direct_post) || intval($guestbook_database->direct_post)==0)…
/plugin/const/
H A Dclass.evalmath.php328 if ( is_null( $o2 ) ) {
377 if ( is_null( $o2 ) ) {
480 while ( ! is_null( $op = $stack->pop() ) ) {
516 if ( is_null( $op1 ) ) {
535 if ( is_null( $arg ) ) {
567 if ( is_null( $arg ) ) {
580 if ( is_null( $op2 ) ) {
584 if ( is_null( $op1 ) ) {
1125 if ( is_null( self::$random_seed ) ) {
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php150 if (!is_null($newProps['filters'])) {
179 if (is_null($newProps['filters'])) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php143 if (!is_null($newProps['filters'])) {
172 if (is_null($newProps['filters'])) {
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/dokutexit/
H A Dlatex.php103 if (is_null($this->_tmphandle))
1211 if ((is_null($align) || $align == 'center') || !is_null($title)) {
1429 if ( is_null($title) ) {
1458 if (is_null($ent)) {
1509 } elseif(!is_null($title)) {
1542 }elseif(!is_null($title)) {
1565 if (!is_null($title)) {
1581 if ( !is_null($width) )
1584 if ( !is_null($height) )
1605 }elseif(!is_null($title)) {
[all …]
/plugin/latexit/
H A Drenderer.php217 if(is_null($this->store)) {
778 if (!is_null($lang)) {
784 if (!is_null($file)) {
957 if (!is_null($name)) {
1073 if (is_null($title)) {
1291 if (is_null($align)) {
1351 if (!is_null($params)) {
1385 if (is_null($text)) {
1392 if (!is_null($text)) {
1653 if (!is_null($align)) {
[all …]
/plugin/pageimage/
H A Dhelper.php67 if ( !is_null($width) ) {
73 if ( !is_null($height) ) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php105 if (is_null($syncToken)) {
123 if (is_null($this->token)) return null;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php26 if(is_null($this->authorizationEndpoint)) {
49 if(is_null($this->accessTokenEndpoint)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php278 if (is_null($start)) {
281 if (is_null($end)) {
336 if (is_null($firstAlarm)) {
/plugin/nspages/printers/
H A DprinterTree.php73 if (is_null($tree->children)) {
173 if ( !is_null($tree->self) ){
242 return is_null($this->self) ?
/plugin/actickets/
H A Dsyntax.php79 if (is_null($this->projectId)) {
92 if (!is_null($data['projectId'])) {

12345678910>>...27