Home
last modified time | relevance | path

Searched refs:blank (Results 26 – 50 of 147) sorted by relevance

123456

/plugin/issuelinks/helper/
H A Ddb.php292 return blank($issues[0]) ? false : $issues[0];
444 if (blank($page) || blank($rev) || blank($user)) {
/plugin/odp/
H A Dchangelog4 * global: for now, only blank presentation are produced
/plugin/issuelinks/services/
H A DJira.service.php54 $valid = !blank($summary);
56 $valid &= !blank($status);
58 $valid &= !blank($type);
H A DGitHub.service.php49 $valid = !blank($summary);
51 $valid &= !blank($status);
53 $valid &= !blank($type);
/plugin/enforcesummary/lang/en/
H A Dedit_guide.txt1 …*//Note: Save Button may be disabled when you leave Edit summary blank or you have not confirmed a…
/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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.CustomDoctype.txt
H A DHTML.Doctype.txt
H A DHTML.CoreModules.txt
H A DURI.Munge.txt
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-basics.md24 console.log("notice the blank line before this function?");
/plugin/qc/action/
H A Dajax.php41 if (blank($id)) die('no id given');
/plugin/lightbox/
H A Dstyle.css22 background-image: url(blank.gif);
/plugin/struct/action/
H A Ddiff.php46 if (!blank($event->data[1])) {
/plugin/croissant/
H A Dsyntax.php39 if (blank($data)) {
/plugin/ireadit/action/
H A Dnotification.php52 if (!blank($heading)) {
/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/menuext/
H A DMenuExtItem.php60 return DOKU_INC . 'lib/images/menu/00-default_checkbox-blank-circle-outline.svg';
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Db.js19 …"\u22C0",bkarow:"\u290D",blacksquare:"\u25AA",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u…
/plugin/prosemirror/parser/
H A DInternalLinkNode.php75 if (!blank($heading)) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md38 by one or more blank lines. (A blank line is any line that looks like a
39 blank line -- a line containing nothing spaces or tabs is considered
40 blank.) Normal paragraphs should not be intended with spaces or tabs.
167 If you put blank lines between items, you'll get `<p>` tags for the
/plugin/avtaskbox/
H A DREADME.md41 * Fix broken blank image in progress bar.
/plugin/approve/action/
H A Dnotification.php71 if (!blank($heading)) {
/plugin/structpublish/helper/
H A Ddb.php134 if (blank($userId)) {
/plugin/struct/helper/
H A Dimexport.php96 * If blank, the current user is used.
104 if (!blank($user)) {

123456