Home
last modified time | relevance | path

Searched refs:is_null (Results 151 – 175 of 660) sorted by relevance

12345678910>>...27

/plugin/html5video/
H A Dvideo.php96 if(is_null($video_size) or !substr_count($video_size, 'x')) {
106 if(is_null($video_attr)) {
/plugin/typography/syntax/
H A Dbase.php73 if (is_null($this->styler)) {
125 if (is_null($this->styler)) {
/plugin/move/action/
H A Drewrite.php71 if(!is_null($helper)) {
100 if(!is_null($helper)) {
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterTrait.php101 if (is_null($continueCallBack)) {
203 if (!is_null($eventName)) {
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php50 if (is_string($body) || is_null($body)) {
74 if (is_null($body)) {
/plugin/davcal/vendor/sabre/event/lib/
H A DEventEmitterTrait.php101 if (is_null($continueCallBack)) {
203 if (!is_null($eventName)) {
/plugin/statistics/inc/pchart/
H A DColor.php53 if(is_null($green)) $green = $red;
54 if(is_null($blue)) $blue = $red;
/plugin/structstatus/
H A Dsyntax.php86 is_null(plugin_load('helper', 'sqlite')) ||
87 is_null(plugin_load('helper', 'struct_db'))
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php120 if (!is_null($title)) {
155 if ( !is_null($width) )
158 if ( !is_null($height) )
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php27 if(is_null($sep)) $sep = $conf['sepchar'];
72 if (!is_null($pname)) {
99 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php27 if(is_null($sep)) $sep = $conf['sepchar'];
72 if (!is_null($pname)) {
99 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php256 if (is_null($content)) {
275 if (!is_null($first) && $this->_suppress_first && $first->isBlockLevel()) {
281 if (!is_null($last) && $this->_suppress_last && $last->isBlockLevel()) {
312 if (!is_null($float_bottom)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php204 if (!is_null($length)) $length = (int)$length;
232 if (is_null($length)) {
522 if(is_null($specials)){
547 while (is_null($length) || $length < $offset) {
610 if (is_null($decoder))
612 if (is_null($entities))
/plugin/imagemap/
H A Dsyntax.php97 if (!is_null($title)) {
104 if (!is_null($width))
106 if (!is_null($height))
137 if(is_null($this->schemes)) $this->schemes = getSchemes();
212 if (is_null($title))
/plugin/translate/
H A Dhelper.php59 if (is_null($id)) $id = $ID;
119 if (is_null($id)) $id = $ID;
178 if (is_null($id)) $id = $ID;
185 if (is_null($id)) $id = $ID;
197 if (is_null($id)) $id = $ID;
/plugin/imagemapping/
H A Dsyntax.php125 if (!is_null($title)) {
132 if (!is_null($width))
134 if (!is_null($height))
165 if (is_null($this->schemes)) $this->schemes = getSchemes();
234 if (is_null($title))
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php51 if (!is_null($input)) {
54 if (is_null($this->input)) {
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php50 if (is_string($body) || is_null($body)) {
74 if (is_null($body)) {
/plugin/htvid/syntax/
H A Dvideo.php106 if(is_null($video_size) or !substr_count($video_size, 'x')) {
117 if(is_null($video_attr)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php50 if (!is_null($input)) {
53 if (is_null($this->input)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php181 if (is_scalar($variable) || is_null($variable) ||
203 } elseif (!is_scalar($element) && !is_null($element)) {
/plugin/structtasks/meta/
H A DAbstractNotifier.php82 if (is_null($duedate)) {
142 if (is_null($mailer)) $mailer = new \Mailer();
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php45 if (!is_null($colors)) {
260 if (is_null($val) && $i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
263 if (is_null($val)) {
289 if (is_null($val)) {
/plugin/rrdgraph/inc/
H A Drpncomputer.php56 if (is_null($a)) return false;
57 if (is_null($b)) return false;
/plugin/multiorphan/action/
H A Dmultiorphan.php197 …if (!is_null($data['type']) || (in_array($ins[0], $this->checkInstructions) && $evt->advise_before…
222 if ( !$data || is_null($data['type'])) {
306 if ( is_null($instructions) ) {
310 if ( !is_null($instructions) ) {

12345678910>>...27