Searched refs:blank (Results 1 – 25 of 169) sorted by relevance
1234567
| /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 | 230 if (blank($predicate['schema'])) { 234 if (blank($predicate['field'])) { 238 if (blank($predicate['operator'])) { 242 if (blank($predicate['value'])) { 246 if (blank($predicate['users_and_groups'])) { 250 if (blank($predicate['message'])) {
|
| /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/ |
| 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), … 260 imagedestroy($blank);
|
| 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), … 256 imagedestroy($blank);
|
| 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), … 300 imagedestroy($blank);
|
| /plugin/extendpage/ |
| 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)) { 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/ |
| D | style.less | 55 &.blank { 75 &.blank, 76 &.blank td {
|
| /plugin/structstatus/ |
| D | syntax.php | 83 blank($id) || 84 blank($table) || 85 blank($field) ||
|
| /plugin/starred/ |
| D | helper.php | 54 if (blank($user)) return; 88 if (blank($user)) return false; 110 if (blank($user)) return $result;
|
| /plugin/freechat/phpfreechat/data/public/themes/default/ |
| 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/themes/default/ |
| 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 | 48 if (!blank($assignment['pattern']) && !blank($assignment['status'])) {
|
| /plugin/struct/admin/ |
| H A D | assignments.php | 61 if (!blank($assignment['assign']) && !blank($assignment['tbl'])) {
|
| /plugin/cli/ |
| 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.
|
| /plugin/s5reloaded/ui/thesis/ |
| 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/s5reloaded/ui/graphic_support/ |
| 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/s5/ui/default/ |
| 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/ |
| 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/issuelinks/helper/ |
| D | db.php | 292 return blank($issues[0]) ? false : $issues[0]; 444 if (blank($page) || blank($rev) || blank($user)) {
|
1234567