Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 1517) sorted by relevance

12345678910>>...61

/plugin/authfacebook/lib/GraphNodes/
DCollection.php46 protected $items = []; variable in Facebook\\GraphNodes\\Collection
51 * @param array $items
53 public function __construct(array $items = []) argument
55 $this->items = $items;
68 if (isset($this->items[$name])) {
69 return $this->items[$name];
98 return array_keys($this->items);
121 return $this->items;
133 }, $this->items);
145 return new static(array_map($callback, $this->items, array_keys($this->items)));
[all …]
DGraphNode.php60 $items = [];
67 $items[$k] = $this->castToDateTime($v);
69 $items[$k] = $this->castToBirthday($v);
71 $items[$k] = $v;
75 return $items;
86 $items = $this->asArray();
94 }, $items);
/plugin/odt/ODT/styles/
DODTStyleStyle.php110 foreach ($this->properties as $property => $items) {
111 switch ($items ['section']) {
113 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
116 $text .= $items ['odt_property'].'="'.$items ['value'].'" ';
119 $paragraph .= $items ['odt_property'].'="'.$items ['value'].'" ';
122 $table .= $items ['odt_property'].'="'.$items ['value'].'" ';
125 $table_column .= $items ['odt_property'].'="'.$items ['value'].'" ';
128 $table_row .= $items ['odt_property'].'="'.$items ['value'].'" ';
131 $table_cell .= $items ['odt_property'].'="'.$items ['value'].'" ';
134 $tab_stop .= $items ['odt_property'].'="'.$items ['value'].'" ';
[all …]
DODTMasterPageStyle.php158 foreach ($this->master_style as $property => $items) {
159 $master .= $items ['odt_property'].'="'.$items ['value'].'" ';
163 foreach ($this->style_header as $property => $items) {
164 $header .= $items ['odt_property'].'="'.$items ['value'].'" ';
168 foreach ($this->style_footer as $property => $items) {
169 $footer .= $items ['odt_property'].'="'.$items ['value'].'" ';
173 foreach ($this->style_header_left as $property => $items) {
174 $header_left .= $items ['odt_property'].'="'.$items ['value'].'" ';
178 foreach ($this->style_footer_left as $property => $items) {
179 $footer_left .= $items ['odt_property'].'="'.$items ['value'].'" ';
DODTTextOutlineStyle.php165 foreach ($this->properties as $property => $items) {
166 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
175 foreach ($properties as $property => $items) {
176 switch ($items ['section']) {
178 $level .= $items ['odt_property'].'="'.$items ['value'].'" ';
181 $level_list .= $items ['odt_property'].'="'.$items ['value'].'" ';
184 $level_label .= $items ['odt_property'].'="'.$items ['value'].'" ';
187 $text .= $items ['odt_property'].'="'.$items ['value'].'" ';
DODTPageLayoutStyle.php276 foreach ($this->page_layout_style as $property => $items) {
277 $layout_style .= $items ['odt_property'].'="'.$items ['value'].'" ';
281 foreach ($this->layout_props as $property => $items) {
282 $layout .= $items ['odt_property'].'="'.$items ['value'].'" ';
286 foreach ($this->bgi_props as $property => $items) {
287 $bgi .= $items ['odt_property'].'="'.$items ['value'].'" ';
291 foreach ($this->columns_props as $property => $items) {
292 $columns .= $items ['odt_property'].'="'.$items ['value'].'" ';
296 foreach ($this->footnote_props as $property => $items) {
297 $footnote .= $items ['odt_property'].'="'.$items ['value'].'" ';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Dmethod_call.test4 {{ items.foo.foo }}
5 {{ items.foo.getFoo() }}
6 {{ items.foo.bar }}
7 {{ items.foo['bar'] }}
8 {{ items.foo.bar('a', 43) }}
9 {{ items.foo.bar(foo) }}
10 {{ items.foo.self.foo() }}
11 {{ items.foo.is }}
12 {{ items.foo.in }}
13 {{ items.foo.not }}
[all …]
Darray_call.test4 {{ items.foo }}
5 {{ items['foo'] }}
6 {{ items[foo] }}
7 {{ items[items[foo]] }}
9 return ['foo' => 'bar', 'items' => ['foo' => 'bar', 'bar' => 'foo']]
/plugin/sitemapnavi/
Dhelper.php31 $items = $this->mergePagesAndMedia($pages, $media);
32 $items = $this->sortMediaAfterPages($items);
34 … $html = html_buildlist($items, 'idx', [$this, 'listItemCallback'], [$this, 'liCallback'], true);
55 … * @param array $items list of items to be sorted, consisting both of directories, pages and media
58 protected function sortMediaAfterPages(array $items) { argument
59 $numberOfItems = count($items);
61 if (empty($items)) {
62 return $items;
68 $item1 = $items[$count];
69 $item2 = $items[$count + 1];
[all …]
/plugin/farm/
Dscript.js6 var items = d.getElementsByTagName('div');
8 for(var i=0; i<items.length; i++) {
9 if(!items[i].getAttribute('ref') || !items[i].className.match(/animal_(dir|file)/)) continue;
11 items[i].container = d;
13 items[i].open = function() {
27 items[i].clearPath = function() {
54 if(d.getAttribute('openned') == items[i].getAttribute('ref')) o = items[i];
56 if(!items[i].className.match(/animal_dir/)) continue;
58 items[i].openned = true;
59 items[i].toggle = function() {
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
DPage.php18 private $items; variable in FINDOLOGIC\\Export\\XML\\Page
28 $this->items = [];
33 array_push($this->items, $item);
36 public function setAllItems(array $items) argument
38 $this->items = $items;
46 if (count($this->items) > $this->count) {
54 $items = XMLHelper::createElement($document, 'items', [
59 $root->appendChild($items);
62 foreach ($this->items as $item) {
64 $items->appendChild($itemDom);
/plugin/fuzzysearch/
H A Dscript.js50 const items = resultsList.getElementsByTagName('li');
51 if (items.length === 0) return;
55 if (currentIndex < items.length - 1) {
57 updateHighlight(items);
63 updateHighlight(items);
66 updateHighlight(items);
70 const selectedLink = items[currentIndex].querySelector('a');
75 function updateHighlight(items) { argument
76 for (let i = 0; i < items.length; i++) {
77 items[i].classList.remove('highlighted');
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DSysVCacheItemPool.php47 private $items; variable in Google\\Auth\\Cache\\SysVCacheItemPool
89 $this->items = [];
111 $items = [];
114 $items[$key] = $this->hasItem($key) ?
115 clone $this->items[$key] :
118 return $items;
127 return isset($this->items[$key]) && $this->items[$key]->isHit();
135 $this->items = [];
158 unset($this->items[$key]);
172 $this->items[$item->getKey()] = $item;
[all …]
DMemoryCacheItemPool.php31 private $items; variable in Google\\Auth\\Cache\\MemoryCacheItemPool
59 $items = [];
62 $items[$key] = $this->hasItem($key) ? clone $this->items[$key] : new $itemClass($key);
65 return $items;
78 return isset($this->items[$key]) && $this->items[$key]->isHit();
89 $this->items = [];
117 unset($this->items[$key]);
131 $this->items[$item->getKey()] = $item;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
Dwith_if_tag.test5 {% if items %}
6 {{ items|join(', ') }}
9 {% if items.3 is defined %}
12 {{ items.1 }}
15 {% if items.3 is defined %}
17 {% elseif items.1 %}
18 {{ items.0 }}
23 return ['items' => ['a', 'b']]
/plugin/displayorphans/
Dhelper.php24 function /* array */ items(/* string */ $datadir, /* string */ $type) function in helper_plugin_displayorphans
31 $items = $this->findItems($datadir, $itemFilterPredicate, $ignoredPages, $ignoreNamespaces);
32 …if (!empty($items)) { if ($this->getConf('sort_table_ascending')) { ksort($items); } else { krsort…
33 return $items;
39 $items = array();
41 …{ if (empty($filter) || $filter($id, $item, $ignoredPages, $ignoreNamespaces)) { $items[$id] = $it…
42 return $items;
47 $items = array();
48 search($items, $datadir, array($this, '_filterItem'), null);
49 return $items;
/plugin/ckgdoku/ckeditor/
Dconfig.js1items:["same_header","lower_header","higher_header","none_header"]},{name:"basicstyles",items:["Bo… property
/plugin/asciidocjs/node_modules/filelist/
Dindex.js253 this.items = []; property
262 if (typeof self.items[prop] == 'function') {
265 arr = self.items[prop].apply(self.items, arguments);
269 return self.items[prop].apply(self.items, arguments);
273 return self.items[prop];
293 this.items = this.items.concat(matches);
344 this.items = this.items.filter(function (name) {
357 , includes = { items: [], options: {} }; property
365 includes.items = includes.items.concat(arg).filter(function (item) {
371 var items = includes.items.map(function(item) {
[all …]
/plugin/ckgedit/ckeditor/
Dconfig.js1items:["same_header","lower_header","higher_header","none_header"]},{name:"basicstyles",items:["Bo… property
/plugin/authgoogle/google/contrib/
DGoogle_AdExchangeSellerService.php432 public $items; variable in Google_AdClients
441 public function setItems(/* array(Google_AdClient) */ $items) { argument
442 $this->assertIsArray($items, 'Google_AdClient', __METHOD__);
443 $this->items = $items;
446 return $this->items;
504 public $items; variable in Google_AdUnits
513 public function setItems(/* array(Google_AdUnit) */ $items) { argument
514 $this->assertIsArray($items, 'Google_AdUnit', __METHOD__);
515 $this->items = $items;
518 return $this->items;
[all …]
DGoogle_OrkutService.php913 public $items; variable in Google_Acl
922 public function setItems(/* array(Google_AclItems) */ $items) { argument
923 $this->assertIsArray($items, 'Google_AclItems', __METHOD__);
924 $this->items = $items;
927 return $this->items;
1045 public $items; variable in Google_ActivityList
1048 public function setItems(/* array(Google_Activity) */ $items) { argument
1049 $this->assertIsArray($items, 'Google_Activity', __METHOD__);
1050 $this->items = $items;
1053 return $this->items;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DUpdateInstanceMetadataItemsResponse.php25 public $items; variable in Google\\Service\\AIPlatformNotebooks\\UpdateInstanceMetadataItemsResponse
30 public function setItems($items) argument
32 $this->items = $items;
39 return $this->items;
DUpdateInstanceMetadataItemsRequest.php25 public $items; variable in Google\\Service\\AIPlatformNotebooks\\UpdateInstanceMetadataItemsRequest
30 public function setItems($items) argument
32 $this->items = $items;
39 return $this->items;
/plugin/minecraftrecipe/
Dscript.js5 const items = container.querySelectorAll('.cycle-item');
6 if(items.length > 1) {
9 items[currentIndex].style.display = 'none';
10 currentIndex = (currentIndex + 1) % items.length;
11 items[currentIndex].style.display = 'block';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DTags.php30 public $items; variable in Google\\Service\\Compute\\Tags
49 public function setItems($items) argument
51 $this->items = $items;
58 return $this->items;

12345678910>>...61