Searched refs:empty (Results 1 – 25 of 480) sorted by relevance
12345678910>>...20
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' }}12 {{ countable_empty is empty ? 'ok' : 'ko' }}14 {{ tostring_empty is empty ? 'ok' : 'ko' }}[all …]
4 You can represent the empty sequence5 with an empty inline sequence.7 empty: []9 ['empty' => []]13 You can represent the empty mapping14 with an empty inline mapping.16 empty: {}18 ['empty' => []]40 You can represent an empty string
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 %}
15 private $empty = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithTypedArraySetter17 public function setEmpty(array $empty): void argument19 $this->empty = $empty;
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."\")' />";
5 In particular, problems are caused by empty objects and arrays of objects. This page will show you…10 The Elasticsearch API uses empty JSON objects in several locations, and this can cause problems for…11 languages, PHP does not have a "short" notation for empty objects and so many developers are unawar…12 an empty object.31 <1> This empty JSON object is what causes problems.34 Elasticsearch DSL. We need to tell PHP that the empty object is explicitly an object, not an array…53 <1> We use the generic PHP stdClass object to represent an empty object. The JSON will now encode …57 version of an empty object.119 === Arrays of empty objects122 example, it sometimes requires an array of objects, and some of those objects might be empty JSON o…[all …]
22 empty array, the serializer manually converts the JSON from an empty array (`[]`)23 to an empty object (`{}`) so that it is valid JSON for Elasticsearch request57 empty array, the serializer manually converts the JSON from an empty array (`[]`)58 to an empty object (`{}`) so that it is valid JSON for Elasticsearch request82 If the data provided was an empty array, the serializer manually converts the83 JSON from an empty array (`[]`) to an empty object (`{}`) so that it is valid
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 …]
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.
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 {
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…
67 static $empty;69 return $empty ?? ($empty = new self());
85 static $empty;87 return $empty ?? ($empty = new ParserRuleContext(null));
151 $empty = [];154 return stream_select($errorPipes, $empty, $empty, 1);
15 You can also test if an array is not empty:69 empty string false75 empty array false77 non-empty array true
127 $empty = true;135 $empty = false;142 if ($empty) {
135 list($missing, $empty) = $this->_verifySQL();144 if ($empty) {146 implode(", ", $empty),214 $empty = array();229 $empty[] = $key;233 return array($missing, $empty);
8 - Fix pool memory leak when empty array of promises provided36 - Fix empty `each` processing81 is empty. Previously, such a promise would throw an exception when its `wait`
6 …nd("button").detach();d.empty().append('<h4 class="modal-title">'+a.header(b)+"</h4>").prepend(h)}…
178 function showHierarchyLevelRecursive($level,$key,&$empty){ argument192 $empty = !$p && !$v && $ch_empty;193 $lev = "<li data-path='{$level->getPath()}' class='".($empty ? 'empty':'')."'>";216 $roothtml = "<ul>".$this->showHierarchyLevelRecursive($this->_root,$key,$empty)."</ul>";217 return $ret. ($empty ? "" : $roothtml)."</li></ul>";
30 jQuery('DIV#rcResult'+id).empty();52 function(data){ jQuery('DIV#rcResult'+id).empty(); jQuery('DIV#rcResult'+id).wrapInner(data); }