/plugin/struct/action/ |
H A D | title.php | 58 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 D | ajax.php | 68 if (blank($col)) throw new StructException('No column provided'); 70 if (blank($schema) || blank($colname)) throw new StructException('Column format is wrong');
|
H A D | inline.php | 217 if (blank($pid) && blank($rid)) return false; 218 if (blank($table)) return false; 219 if (blank($field)) return false;
|
/plugin/structnotification/ |
H A D | admin.php | 227 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 D | FormMetaTab.php | 65 if(!blank($this->label)) { 68 if(!blank($this->widthField)) { 71 if(!blank($this->widthLabel)) {
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | DatamatrixFactory.php | 253 $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), imagesy($blank)); 256 imagedestroy($blank);
|
H A D | PDF417Factory.php | 257 $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), imagesy($blank)); 260 imagedestroy($blank);
|
H A D | QRcodeFactory.php | 297 $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), imagesy($blank)); 300 imagedestroy($blank);
|
/plugin/extendpage/ |
H A D | admin.php | 52 if (!blank($assignment['id']) && $INPUT->str('action') === 'delete') { 55 } else if (!blank($assignment['pattern']) && !blank($assignment['page']) &&
|
/plugin/struct/meta/ |
H A D | ValueValidator.php | 88 if (!blank($value)) { 100 if (!blank($data)) { 112 * Simple filter to remove blank values 119 return !blank($val);
|
H A D | TranslationUtilities.php | 62 if (!blank($this->config[$key][$lang])) { 65 if (!blank($this->config[$key]['en'])) {
|
/plugin/approve/ |
H A D | admin.php | 34 } else if ($INPUT->str('action') === 'add' && !blank($assignment['assign'])) { 36 if (!blank($assignment['approver'])) { 38 } elseif (!blank($assignment['approver_fb'])) {
|
/plugin/yearbox/ |
H A D | style.less | 55 &.blank { 75 &.blank, 76 &.blank td {
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | AbstractBlock.php |
|
/plugin/structstatus/ |
H A D | syntax.php | 83 blank($id) || 84 blank($table) || 85 blank($field) ||
|
/plugin/starred/ |
H A D | helper.php | 54 if (blank($user)) return; 88 if (blank($user)) return false; 110 if (blank($user)) return $result;
|
/plugin/freechat/phpfreechat/themes/default/ |
H A D | iepngfix.htc | 12 // 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 D | iepngfix.htc | 12 // 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 D | admin.php | 47 if (!blank($assignment['pattern']) && !blank($assignment['status'])) {
|
/plugin/struct/admin/ |
H A D | assignments.php | 61 if (!blank($assignment['assign']) && !blank($assignment['tbl'])) {
|
/plugin/s5reloaded/ui/graphic_support/ |
H A D | iepngfix.htc | 9 // 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 D | iepngfix.htc | 9 // 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 D | iepngfix.htc | 9 // 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 D | iepngfix.htc | 9 // 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 D | cli-examples.txt | 173 * 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.
|