Home
last modified time | relevance | path

Searched refs:collection_items (Results 1 – 8 of 8) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/Timings/
H A Dclass.ilTimingCache.php67 private $collection_items = array(); variable in ilTimingCache
105 foreach ($this->collection_items as $item) {
139 $this->collection_items = $collection->getItems();
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/Timings/
H A Dclass.ilTimingCache.php67 private $collection_items = array(); variable in ilTimingCache
105 foreach ($this->collection_items as $item) {
139 $this->collection_items = $collection->getItems();
/dports/textproc/highlight/highlight-4.1/plugins/
H A Dscala_ref_scala_lang_org.lua64 collection_items= Set
186 elseif collection_items[token] then
/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/ogcapi/
H A Dfeatures.py41 def collection_items(self, collection_id: str, **kwargs: dict) -> dict: member in Features
/dports/graphics/py-pygeoapi/pygeoapi-0.11.0/pygeoapi/
H A Dflask_app.py180 def collection_items(collection_id, item_id=None): function
H A Dstarlette_app.py227 async def collection_items(request: Request, collection_id=None, item_id=None): function
/dports/audio/gradio/Gradio-7.3/src/
H A Dgradio-main-window.vala32 public string[] page_name = { "library", "collections", "collection_items", "search", "settings"};
/dports/devel/py-pyral/pyral-1.5.2/doc/source/
H A Dinterface.rst684 .. method:: addCollectionItems(target_item, collection_items)
687 in the target item, add the collection_items to the corresponding attribute in the target_item.
706 .. method:: dropCollectionItems(target_item, collection_items)
709 … in the target item, delete the collection_items to the corresponding attribute in the target_item