Home
last modified time | relevance | path

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

123456

/plugin/acronym/
H A DREADME34 …d a SpecialPattern (e.g. GB) in the mid of a line, directly followed by a blank, without triggerin…
45 2010-04-02: 4 hours: single blank at beginning of line makes preformatted text
/plugin/adfs/phpsaml/
H A DCHANGELOG118 * Destination value can't be blank (if present must match ACS URL).
/plugin/adhoctags/images/
H A Dcheckbox-blank-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>checkbox-blank-outline</title><path d="M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 2 (…)
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/approve/action/
H A Dapprove.php446 if (!blank($newApprover)) {
H A Dnotification.php71 if (!blank($heading)) {
/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'])) {
H A Dhelper.php187 if (!blank($approver)) {
/plugin/avtaskbox/
H A DREADME.md41 * Fix broken blank image in progress bar.
/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/ckgdoku/ckeditor/
H A DCHANGES.md133 * [#3336](http://dev.ckeditor.com/ticket/3336): Fixed: Extra blank row added on top of the content …
144 … Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) inserts a blank line at the top.
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc221 selectableTargets = /^(_(?:self|top|parent|blank))$/,
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …/sup>",CKGE_TMP_del:"<del>",CKGE_TMP_strike:"<del>",CKGE_TMP_code:"''"};H.blank="";H.fn_start="(("…
H A Dparse_wiki.js.unc160 markup['blank'] = "";
432 tag = 'blank';
461 tag = 'blank';
823 tag = 'blank';
1016 tag = 'blank';
1090 if(this.code_type && tag == 'span') tag = 'blank';
1228 if(this.code_type && tag == 'span') tag = 'blank';
/plugin/ckgedit/ckeditor/
H A DCHANGES.md553 * [#3336](https://dev.ckeditor.com/ticket/3336): Fixed: Extra blank row added on top of the content…
564 …: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) inserts a blank line at the top.
H A Dckeditor.js.unc19768 z = /^(_(?:self|top|parent|blank))$/,
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc205 selectableTargets = /^(_(?:self|top|parent|blank))$/,
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …/sup>",CKGE_TMP_del:"<del>",CKGE_TMP_strike:"<del>",CKGE_TMP_code:"''"};H.blank="";H.fn_start="(("…
H A Dparse_wiki.js.unc235 markup['blank'] = "";
521 tag = 'blank';
550 tag = 'blank';
879 tag = 'blank';
1054 tag = 'blank';
1124 if (this.code_type && tag == 'span') tag = 'blank';
1252 if (this.code_type && tag == 'span') tag = 'blank';
/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.
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …he query and return a Regexp object.\n * Returns null if the query is blank.\n * If ignore…
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js.map1 …e = 0;\n state.trailingSpaceNewLine = false;\n // Mark this line as blank\n state.prevLin…
H A Dpuppet.min.js.map1 …ing through all the rest\n stream.eatWhile(/[\\w-]/);\n // Return a blank line for everythin…

123456