Home
last modified time | relevance | path

Searched refs:null (Results 176 – 200 of 5084) sorted by last modified time

12345678910>>...204

/plugin/bez/mdl/
H A DValidator.php57 protected function validate_one($value, $method, $args, $null) { argument
58 if ($null === 'NOT NULL' && $value == '') {
60 } else if ($null === 'NULL' && $value == '') {
73 $null = $this->rules[$field][1];
76 list($result, $code) = $this->validate_one($value, $method, $args, $null);
85 public function validate($data, $fields=null) {
/plugin/bez/meta/
H A DTpl.php37 public function action($default=null) {
H A DValidationException.php10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) {
/plugin/bez/renderer/
H A Dxhtmlmail.php34 public function _media($src, $title = null, $align = null, $width = null,
35 $height = null, $cache = null, $render = true) {
56 if($title === null || $title === "") {
123 null,
/plugin/bez/syntax/
H A Dstruct.php68 return null;
/plugin/bez/helper/
H A Ddb.php38 $this->sqlite = null;
46 $this->sqlite = null;
55 * @return helper_plugin_sqlite|null
/plugin/bez/action/
H A Dmaildebug.php20 $controller->register_hook('MAIL_MESSAGE_SEND', 'BEFORE', $this, 'handle_debug', null, -3999);
/plugin/imagemapping/
H A Dsyntax.php196 $title = $renderer->_media($url, $title, null, null, null, null, false);
/plugin/imagemapping/_test/
H A Dmaps.test.php
/plugin/sql/
H A DDB.php22 function query($sql, $mode = null, ...$params) {
/plugin/tagging/
H A Dhelper.php20 static $db = null;
21 if ($db !== null) {
27 if ($db === null) {
/plugin/tagging/action/
H A Delasticsearch.php111 return null;
H A Dsearch.php218 $tags = $this->allTagsByPage[$page] ?? null;
/plugin/confmanager/
H A Dhelper.php16 static $configs = null;
17 if ($configs === null) {
19 Event::createAndTrigger('CONFMANAGER_CONFIGFILES_REGISTER', $configs, null, false);
H A Dremote.php21 $this->helper = $this->loadHelper('confmanager', null);
/plugin/confmanager/action/
H A Ddeleteicon.php65 $configId = $INPUT->str('configId', null, true);
66 if ($configId === null) {
H A Dupload.php64 $configId = $INPUT->str('configId', null, true);
65 if ($configId === null) {
/plugin/cloud/
H A Dsyntax.php13 protected $stopwords = null;
63 else $namespaces = null;
185 return null;
205 if ($this->stopwords != null)
/plugin/caption/syntax/
H A Dcaption.php101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4387 if(DENSE != null && dense == null) dense = DENSE;
4925 null,
5617 if(p[f] != null || g == null || g === "") return;
5646 if(v != null) cp_doit(f[0], v, null, o, p);
6299 var ps1 = write_PropertySet(entries2, null, null);
8062 var next_cell_format/*:string|null*/ = null;
22271 q = {/*:: t:"", v:null, z:null, w:"",c:[]*/};
22422 case 'null-date': // 9.4.2 <table:null-date>
22935 if(colobj.width == null && colobj.wpx == null && colobj.wch == null) continue;
26414 if(sheet == null || sheet["!ref"] == null) { stream.push(null); return stream; }
[all …]
/plugin/xlsx2dw/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/gallery/
H A DGalleryNode.php93 * @return null|string Either the string to toggle the option away from the default or null
100 return null;
/plugin/api/
H A Daction.php131 if ($_GET["callback"] ?? null) {
/plugin/dev/skel/_test/
H A DGeneralTest.php66 if ($conf !== null && $meta !== null) {
/plugin/structtasks/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {

12345678910>>...204