| /plugin/authfacebook/lib/GraphNodes/ |
| D | Collection.php | 46 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 …]
|
| D | GraphNode.php | 60 $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/ |
| D | ODTStyleStyle.php | 110 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 …]
|
| D | ODTMasterPageStyle.php | 158 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'].'" ';
|
| D | ODTTextOutlineStyle.php | 165 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'].'" ';
|
| D | ODTPageLayoutStyle.php | 276 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/ |
| D | method_call.test | 4 {{ 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 …]
|
| D | array_call.test | 4 {{ items.foo }} 5 {{ items['foo'] }} 6 {{ items[foo] }} 7 {{ items[items[foo]] }} 9 return ['foo' => 'bar', 'items' => ['foo' => 'bar', 'bar' => 'foo']]
|
| /plugin/sitemapnavi/ |
| D | helper.php | 31 $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/ |
| D | script.js | 6 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/ |
| D | Page.php | 18 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 D | script.js | 50 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/ |
| D | SysVCacheItemPool.php | 47 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 …]
|
| D | MemoryCacheItemPool.php | 31 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/ |
| D | with_if_tag.test | 5 {% 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/ |
| D | helper.php | 24 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/ |
| D | config.js | 1 …items:["same_header","lower_header","higher_header","none_header"]},{name:"basicstyles",items:["Bo… property
|
| /plugin/asciidocjs/node_modules/filelist/ |
| D | index.js | 253 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/ |
| D | config.js | 1 …items:["same_header","lower_header","higher_header","none_header"]},{name:"basicstyles",items:["Bo… property
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_AdExchangeSellerService.php | 432 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 …]
|
| D | Google_OrkutService.php | 913 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/ |
| D | UpdateInstanceMetadataItemsResponse.php | 25 public $items; variable in Google\\Service\\AIPlatformNotebooks\\UpdateInstanceMetadataItemsResponse 30 public function setItems($items) argument 32 $this->items = $items; 39 return $this->items;
|
| D | UpdateInstanceMetadataItemsRequest.php | 25 public $items; variable in Google\\Service\\AIPlatformNotebooks\\UpdateInstanceMetadataItemsRequest 30 public function setItems($items) argument 32 $this->items = $items; 39 return $this->items;
|
| /plugin/minecraftrecipe/ |
| D | script.js | 5 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/ |
| D | Tags.php | 30 public $items; variable in Google\\Service\\Compute\\Tags 49 public function setItems($items) argument 51 $this->items = $items; 58 return $this->items;
|