Searched refs:empty (Results 1 – 25 of 652) sorted by relevance
12345678910>>...27
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 %}
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 objec[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
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 */
15 private $empty = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithTypedArraySetter17 public function setEmpty(array $empty): void argument19 $this->empty = $empty;
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.
35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes55 $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty to return all.68 $params['node_id'] = (list) A comma-separated list of node IDs to span the reload/reinit call. Should stay empty because reloading usually involves all cluster nodes.81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
36 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes37 $params['actions'] = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.67 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes68 $params['actions'] = (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>25 <empty line> - next line is the starting of the previous release27 <empty line>78 - `'repoWorkDir'` is configured empty by default now79 - `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79]91 - If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.[all …]
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…
151 $empty = [];154 return stream_select($errorPipes, $empty, $empty, 1);
59 * Gets an empty {@see Vocabulary} instance.67 static $empty;69 return $empty ?? ($empty = new self());
15 You can also test if an array is not empty:69 empty string false75 empty array false77 non-empty array true
135 list($missing, $empty) = $this->_verifySQL();144 if ($empty) {146 implode(", ", $empty),214 $empty = array();229 $empty[] = $key;233 return array($missing, $empty);
127 $empty = true;135 $empty = false;142 if ($empty) {
148 list($missing, $empty) = $this->_verifySQL();157 if ($empty) {159 implode(", ", $empty),227 $empty = [];242 $empty[] = $key;246 return [$missing, $empty];
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>";
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`