Searched refs:group_by (Results 1 – 5 of 5) sorted by relevance
| /plugin/pagecss/ |
| H A D | .git-cliff.toml | 4 {% for group, commits in commits | group_by(attribute="group") %}
|
| /plugin/pagequery/ |
| D | PageQuery.php | 346 $group_by = self::MGROUP_NONE; 349 $group_by = self::MGROUP_NAMESPACE; 352 $group_by = self::MGROUP_HEADING; 354 if ($group_by !== self::MGROUP_NONE) { 356 $group_opts['type'][$idx] = $group_by;
|
| /plugin/bugzillaint/docs/ |
| D | bugzillaint.txt | 87 <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority> 90 … to the quicksearch query, you can group the results by a field using ''group_by''. Use the option…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 6422 …,coerce_to?,begin,frozen?,uniq,map,scan,source,to_proc,transform_values,group_by,each_with_index,+… 6720 …atchdata": true})), 'map', [], "first".$to_proc()).$each_with_index(), 'group_by', [], "first".$to… 9049 …by,compare,call,dup,sort!,map!,include?,-@,key?,values,transform_values,group_by,fetch,to_h,coerce… 9774 $def(self, '$group_by', function $$group_by() { 9775 var block = $$group_by.$$p || nil, $a, self = this, hash = nil, $ret_or_1 = nil; 9777 $$group_by.$$p = null; 9779 …return $send(self, 'enum_for', ["group_by"], function $$31(){var self = $$31.$$s == null ? this : … 10593 …h !== nil) { $deny_frozen_access(hash); } out = $send($send(self, 'group_by', [], "itself".$t…
|
| D | index.cjs | 6431 …,coerce_to?,begin,frozen?,uniq,map,scan,source,to_proc,transform_values,group_by,each_with_index,+… 6729 …atchdata": true})), 'map', [], "first".$to_proc()).$each_with_index(), 'group_by', [], "first".$to… 9058 …by,compare,call,dup,sort!,map!,include?,-@,key?,values,transform_values,group_by,fetch,to_h,coerce… 9783 $def(self, '$group_by', function $$group_by() { 9784 var block = $$group_by.$$p || nil, $a, self = this, hash = nil, $ret_or_1 = nil; 9786 $$group_by.$$p = null; 9788 …return $send(self, 'enum_for', ["group_by"], function $$31(){var self = $$31.$$s == null ? this : … 10602 …h !== nil) { $deny_frozen_access(hash); } out = $send($send(self, 'group_by', [], "itself".$t…
|