Home
last modified time | relevance | path

Searched refs:item (Results 201 – 225 of 1094) sorted by last modified time

12345678910>>...44

/plugin/acmenu/
H A Dstyle.css12 * to specify the style for the list item mark
/plugin/imgpaste/
H A Dscript.js13 const item = items[index];
15 if (item.kind === 'file') {
20 reader.readAsDataURL(item.getAsFile());
/plugin/feedmod/
H A Daction.php53 $url = parse_url($event->data['item']->link);
/plugin/odtsupport/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/usecounter/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/fastwiki/
H A Dscript.js427 $(form).serializeArray().map(function(item){obj[item.name] = item.value;}); argument
/plugin/docnavigation/syntax/
H A Dtoc.php191 $item = [];
192 $item['id'] = $pageid . '#' . $tocitem['hid'];
193 $item['ns'] = getNS($item['id']);
196 $item['type'] = 'firstheading';
199 $item['type'] = 'heading';
202 $item['level'] = $tocitemlevel + $tocitem['level'] - $options['includeheadings'][0];
203 $item['title'] = $tocitem['title'];
205 $list[$item['id']] = $item;
258 listItemNavtoc($item) global() argument
285 html_list_toc($item) global() argument
[all...]
/plugin/edittable/lib/
H A Dhandsontable.full.js5394 return !item.hidden || !(typeof item.hidden == 'function' && item.hidden.call(instance));
29768 return acc.concat(mapCopy.slice(item, item + 1));
39533 if (!item) {
39534 item = value;
39539 item = { name: item };
39542 item.key = key;
39544 result.push(item);
39554 if (!item) {
39561 item.key = key;
39563 result.push(item);
[all …]
/plugin/pubmed2020/site/
H A Ddescription.txt27 ^ Command ^ item ^ function |
/plugin/pubmed2020/
H A Dstyle.css92 .pubmed .list-group-item-warning {
96 .pubmed .list-group-item {
100 .list-group-item-warning.pubmed {
104 .list-group-item.pubmed {
/plugin/simplenavi/
H A Dsyntax.php93 * @param bool $home Add namespace's start page as top level item?
109 // when home is requested, add the start page as top level item
135 foreach ($items as $idx => $item) {
136 if ($curLevel < $item['level']) {
137 // previous item was the parent
140 $curLevel = $item['level'];
141 $levels[$item['level']][$idx] = $item;
195 * @param array $item
199 public function cbList($item)
92 cbList($item) global() argument
111 cbListItem($item) global() argument
[all...]
/plugin/statdisplay/helper/
H A Dlog.php389 foreach ((array)$input as $item) {
391 $val = $item;
393 $val = $item[$key];
412 foreach ((array)$input as $item) {
414 $all += $item;
415 } elseif (isset($item[$key])) {
416 $all += $item[$key];
435 foreach ((array)$input as $item) {
437 $val = $item;
439 $val = $item[$key];
/plugin/linksuggest/
H A Dscript.js43 callback(jQuery.map(data.data, function (item) {
44 let id = item.id; argument
46 if (item.type === 'd') {
52 ns: item.ns,
53 title: item.title,
54 type: item.type,
55 rootns: item.rootns
61 template: function (item) { //dropdown list argument
63 let title = item.title ? ' (' + linksuggest_escape(item
26 AnonymousFunctionb846711c0400(item) global() argument
100 AnonymousFunctionb846711c0b00(item) global() argument
109 AnonymousFunctionb846711c0c00(item) global() argument
116 AnonymousFunctionb846711c0d00(item) global() argument
146 AnonymousFunctionb846711c1100(item) global() argument
163 AnonymousFunctionb846711c1200(item) global() argument
179 AnonymousFunctionb846711c1300(item) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A DFindStructure.php76 foreach ($body as $item) {
77 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/action/
H A Dsearch.php222 foreach($INPUT->arr($param) as $item) {
224 $eterm->setTerm($param, $item);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php164 // Bulk insert checks. Check every item
174 foreach ($data['items'] as $item) {
175 if (isset($item['index']['ok']) && false == $item['index']['ok']) {
179 if (isset($item['index']['status']) && ($item['index']['status'] < 200 || $item['index']['status'] >= 300)) {
H A DBulk.php320 foreach ($responseData['items'] as $key => $item) {
327 $opType = \key($item);
328 $bulkResponseData = \reset($item);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DBulk.php83 foreach ($body as $item) {
84 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearch.php80 foreach ($body as $item) {
81 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearchTemplate.php78 foreach ($body as $item) {
79 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md289 accessing the current item, as documented in PHP's Iterator documentation [#1749](https://github.com/ruflin/Elastica/pull/1749)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php72 foreach ($body as $item) {
73 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md536 will be the resolution value of the triggering item.
572 The map function receives each item as argument, where item is a fully resolved
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php70 foreach ($body as $item) {
71 $this->body .= $this->serializer->serialize($item) . "\n";
H A DFindFileStructure.php76 foreach ($body as $item) {
77 $this->body .= $this->serializer->serialize($item) . "\n";

12345678910>>...44