Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 147) sorted by relevance

123456

/plugin/struct/action/
H A Dtitle.php58 if (!blank($event->data['current']['title'])) {
64 if (!blank($event->data['current']['last_change']['date'])) {
70 if (!blank($event->data['current']['last_change']['user'])) {
72 } elseif (!blank($event->data['current']['last_change']['ip'])) {
78 if (!blank($event->data['current']['last_change']['sum'])) {
H A Dajax.php68 if (blank($col)) throw new StructException('No column provided');
70 if (blank($schema) || blank($colname)) throw new StructException('Column format is wrong');
H A Dinline.php217 if (blank($pid) && blank($rid)) return false;
218 if (blank($table)) return false;
219 if (blank($field)) return false;
/plugin/structnotification/
H A Dadmin.php227 if (blank($predicate['schema'])) {
228 $errors[] = 'val schema blank';
231 if (blank($predicate['field'])) {
232 $errors[] = 'val field blank';
235 if (blank($predicate['operator'])) {
236 $errors[] = 'val operator blank';
239 if (blank($predicate['value'])) {
240 $errors[] = 'val value blank';
243 if (blank($predicate['users_and_groups'])) {
244 $errors[] = 'val users_and_groups blank';
[all...]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaTab.php65 if(!blank($this->label)) {
68 if(!blank($this->widthField)) {
71 if(!blank($this->widthLabel)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php253 $blank = imagecreate($this->size, $this->size);
254 imagecolorallocate($blank, 255, 255, 255);
255 …imagecopyresampled($frame, $blank, 0, 0, 0, 0, imagesx($blank), imagesy($blank), imagesx($blank), …
256 imagedestroy($blank);
H A DPDF417Factory.php257 $blank = imagecreate($this->size, $this->size);
258 imagecolorallocate($blank, 255, 255, 255);
259 …imagecopyresampled($frame, $blank, 0, 0, 0, 0, imagesx($blank), imagesy($blank), imagesx($blank), …
260 imagedestroy($blank);
H A DQRcodeFactory.php297 $blank = imagecreate($this->size, $this->size);
298 imagecolorallocate($blank, 255, 255, 255);
299 …imagecopyresampled($frame, $blank, 0, 0, 0, 0, imagesx($blank), imagesy($blank), imagesx($blank), …
300 imagedestroy($blank);
/plugin/extendpage/
H A Dadmin.php52 if (!blank($assignment['id']) && $INPUT->str('action') === 'delete') {
55 } else if (!blank($assignment['pattern']) && !blank($assignment['page']) &&
/plugin/struct/meta/
H A DValueValidator.php88 if (!blank($value)) {
100 if (!blank($data)) {
112 * Simple filter to remove blank values
119 return !blank($val);
H A DTranslationUtilities.php62 if (!blank($this->config[$key][$lang])) {
65 if (!blank($this->config[$key]['en'])) {
/plugin/approve/
H A Dadmin.php50 } else if ($INPUT->str('action') === 'add' && !blank($assignment['assign'])) {
54 if (!blank($assignment['approver'])) {
56 } else if (!blank($assignment['approver_fb'])) {
/plugin/yearbox/
H A Dstyle.less55 &.blank {
75 &.blank,
76 &.blank td {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/structstatus/
H A Dsyntax.php83 blank($id) ||
84 blank($table) ||
85 blank($field) ||
/plugin/starred/
H A Dhelper.php54 if (blank($user)) return;
88 if (blank($user)) return false;
110 if (blank($user)) return $result;
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc12 // This must be a path to a blank image. That's all the configuration you need.
16 blankImg = blankImg.substring(0,blankImg.lastIndexOf("/")+1) + "images/blank.gif";
17 //blankImg = blankImg + "/../images/blank.gif";
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc12 // This must be a path to a blank image. That's all the configuration you need.
16 blankImg = blankImg.substring(0,blankImg.lastIndexOf("/")+1) + "images/blank.gif";
17 //blankImg = blankImg + "/../images/blank.gif";
/plugin/structpublish/
H A Dadmin.php47 if (!blank($assignment['pattern']) && !blank($assignment['status'])) {
/plugin/struct/admin/
H A Dassignments.php61 if (!blank($assignment['assign']) && !blank($assignment['tbl'])) {
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
10 var blankImg = 'ui/graphic_support/blank.gif';
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
10 var blankImg = 'ui/default/blank.gif';
/plugin/s5/ui/default/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
10 var blankImg = 'v11rc1/default/blank.gif';
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
10 var blankImg = 'ui/default/blank.gif';
/plugin/cli/
H A Dcli-examples.txt173 * CLI shouldn't silently eat intentional blank lines:
181 ==== blank lines ====
183 intentional blank lines are preserved
191 user@host:~/somedir $ # Yes the 2 blank lines above are intentional.
200 user@host:~/somedir $ # Yes the 2 blank lines above are intentional.
221 user@host:~/somedir $ dosemu # two blank lines above.
251 user@host:~/somedir $ dosemu # two blank lines above.
284 user@host:~/somedir $ dosemu # two blank lines above.
313 user@host:~/somedir $ dosemu # two blank lines above.

123456