Searched refs:empty (Results 1 – 25 of 832) sorted by relevance
12345678910>>...34
2 "empty" test4 {{ string_empty is empty ? 'ok' : 'ko' }}5 {{ string_zero is empty ? 'ko' : 'ok' }}6 {{ value_null is empty ? 'ok' : 'ko' }}7 {{ value_false is empty ? 'ok' : 'ko' }}8 {{ value_int_zero is empty ? 'ko' : 'ok' }}9 {{ array_empty is empty ? 'ok' : 'ko' }}10 {{ array_not_empty is empty ? 'ko' : 'ok' }}11 {{ magically_callable is empty ? 'ko' : 'ok' }}12 {{ countable_empty is empty ? 'ok' : 'ko' }}[all …]
1 ``empty``8 ``empty`` checks if a variable is an empty string, an empty array, an empty11 For objects that implement the ``Countable`` interface, ``empty`` will check the15 it will check if an empty string is returned.19 {% if foo is empty %}
6 empty objects and arrays of objects. This page shows you some common patterns12 The {es} API uses empty JSON objects in several locations which can cause 14 for empty objects and many developers are unaware how to specify an empty 34 <1> This empty JSON object is what causes problems.38 the empty object is explicitly an object, not an array. To define this query in 57 <1> We use the generic PHP stdClass object to represent an empty object. The 61 correctly output an empty object, instead of an empty array. This verbose 63 version of an empty object.129 ==== Arrays of empty objects133 objects, and some of those objects might be empty JSON objects.[all …]
27 empty array, the serializer manually converts the JSON from an empty array 28 (`[]`) to an empty object (`{}`) so that it is valid JSON for {es} request 75 empty array, the serializer manually converts the JSON from an empty array 76 (`[]`) to an empty object (`{}`) so that it is valid JSON for {es} request 114 If the data provided was an empty array, the serializer manually converts the 115 JSON from an empty array (`[]`) to an empty object (`{}`) so that it is valid
7 When enabled, HTML Purifier will attempt to remove empty elements that12 Tags with no attributes and no content, and that are not empty27 seem that empty elements contain useful information, they can alter the33 Elements that contain only whitespace will be treated as empty. Non-breaking38 This algorithm is not perfect; you may still notice some empty tags,41 being auto-closed by another tag, where empty. This is for safety reasons43 if a tag looked empty on the way in, it will get removed; if HTML Purifier44 made it empty, it will stay.
92 $empty = hsc($this->getConf('emptyStringWeek'));96 $empty = hsc($this->getConf('emptyStringDate'));100 $opt['date']=$empty;111 …img src='$image' alt='Kalender' onload='".$mode."pickerInit(".$id.",\"".$empty."\")' style='displ…119 …r;' id='".$mode."picker__button__".$id."' onload='".$mode."pickerInit(".$id.",\"".$empty."\")' />";124 …r;' id='".$mode."picker__button__".$id."' onload='".$mode."pickerInit(".$id.",\"".$empty."\")' />";
74 &.isImage, &:empty {81 &:empty {89 &:empty ~ a.next,90 &:empty ~ a.previous {103 &:empty {111 /* by default it is empty thus showing the loader */
646 element parameters { empty }?,655 element parameters { empty }?,664 element parameters { empty }?,673 element parameters { empty }?,709 element parameters { empty }?,746 element parameters { empty }?,769 element parameters { empty }?,778 element parameters { empty }?,799 element parameters { empty }?,810 element parameters { empty }?,[all …]
15 private $empty = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithTypedArraySetter17 public function setEmpty(array $empty): void argument19 $this->empty = $empty;
5 undefined or empty, otherwise the value of the variable:15 {{ ''|default('passed var is empty') }}28 :doc:`empty<../tests/empty>` tests to learn more about their semantics.
35 … `_local` to return information from the node you're connecting to, leave empty to get information…39 … known-idle places, such as waiting on a socket select or pulling from an empty task queue (defaul…54 … `_local` to return information from the node you're connecting to, leave empty to get information…55 $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty …68 …ma-separated list of node IDs to span the reload/reinit call. Should stay empty because reloading …81 … `_local` to return information from the node you're connecting to, leave empty to get information…96 … `_local` to return information from the node you're connecting to, leave empty to get information…
36 … `_local` to return information from the node you're connecting to, leave empty to get information…37 … = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.67 … `_local` to return information from the node you're connecting to, leave empty to get information…68 … = (list) A comma-separated list of actions that should be returned. Leave empty to return all.
68 div.dokuwiki .bugzillalist li.empty-msg {71 div.dokuwiki .bugzillalist.empty li.empty-msg {104 div.dokuwiki .bugzillatree li.empty-msg {107 div.dokuwiki .bugzillatree.empty li.empty-msg {
12 <empty line> - optional sub sections may follow like:15 <empty line>18 <empty line>21 <empty line>24 <empty line>27 <empty line>28 <empty line> - next line is the starting of the previous release30 <empty line>121 - `'repoWorkDir'` is configured empty by default now122 - `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79][all …]
79 $tdFirst.empty();98 tree.$tdList.eq(level).nextAll().empty();159 tree.$tdList.eq(level).empty().append($wait);167 ctx.tree.$tdList.eq(ctx.node.getLevel()).nextAll().empty();198 $tdChild.empty().append($ul);
38 | `ignore_orphaned_pages` | empty | Space-separated list of pages to ignore when generating tables …39 | `ignore_orphaned_namespaces` | empty | Space-separated list of namespaces to ignore when generati…40 | `ignore_wanted_pages` | empty | Space-separated list of pages to ignore when generating tables of…41 | `ignore_wanted_namespaces` | empty | Space-separated list of namespaces to ignore when generating…42 | `ignore_linked_pages` | empty | Space-separated list of pages to ignore when generating tables of…43 | `ignore_linked_namespaces` | empty | Space-separated list of namespaces to ignore when generating…
15 You can also test if an array is not empty:69 empty string false75 empty array false77 non-empty array true
4 description: Prevent deletion of pages by empty saves when page IDs or file paths match configured …25 …nal deletion of wiki pages in your DokuWiki installation by blocking the "empty save" operation wh…29 * Prevents deletion via "empty save" on protected pages33 * Optionally treat whitespace-only content as empty49 … only administrators (and optionally configured groups) can delete it via empty save. Invalid patt…50 …e allowed to delete protected pages, in addition to administrators. Leave empty to restrict deleti…51 | **Treat whitespace-only pages as empty** | If enabled, pages containing only whitespace will be t…71 …r normal edits, the plugin does nothing. However, when the new content is empty (after optional tr…
4 wikipages in your DokuWiki installation by blocking the “empty save”11 * Prevents deletion via "empty save" on protected pages.17 * Optionally treat whitespace‑only content as empty.37 …ern. When a page matches any pattern, non‑admin users cannot delete it by empty save. Invalid patt…39 …e allowed to delete protected pages, in addition to administrators. Leave empty to restrict deleti…40 | **Treat whitespace‑only pages as empty** | If enabled, pages containing only whitespace will be t…60 …r normal edits, the plugin does nothing. However, when the new content is empty (after optional tr…104 - **Edge cases** (empty patterns, very long inputs)
151 $empty = [];154 return stream_select($errorPipes, $empty, $empty, 1);
67 static $empty;69 return $empty ?? ($empty = new self());
135 list($missing, $empty) = $this->_verifySQL();144 if ($empty) {146 implode(", ", $empty),214 $empty = array();229 $empty[] = $key;233 return array($missing, $empty);
148 list($missing, $empty) = $this->_verifySQL();157 if ($empty) {159 implode(", ", $empty),227 $empty = [];242 $empty[] = $key;246 return [$missing, $empty];
127 $empty = true;135 $empty = false;142 if ($empty) {