Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dcollections_using.rst2 .. _collections: target
28 Installing collections with ``ansible-galaxy``
35 Installing an older version of a collection
40 Installing a collection from a git repository
47 Install multiple collections with a requirements file
54 Downloading a collection for offline use
62 Configuring the ``ansible-galaxy`` client
121 .. _collections_listing:
196 .. _using_collections:
201 Verifying collections with ``ansible-galaxy``
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dcollections_using.rst2 .. _collections: target
28 Installing collections with ``ansible-galaxy``
35 Installing an older version of a collection
40 Installing a collection from a git repository
47 Install multiple collections with a requirements file
54 Downloading a collection for offline use
62 Configuring the ``ansible-galaxy`` client
145 .. _collections_listing:
220 .. _using_collections:
225 Verifying collections with ``ansible-galaxy``
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/dev_guide/
H A Ddeveloping_collections.rst200 .. _creating_collections_skeleton:
202 Creating a collection skeleton
238 .. _building_collections:
240 Building collections
268 .. _trying_collection_locally:
270 Trying collections locally
289 Publishing collections
296 .. _galaxy_get_token:
298 Getting your token or API key
310 Upload using ansible-galaxy
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/dev_guide/
H A Ddeveloping_collections.rst322 .. _building_collections:
324 Building collections
352 Ignoring files and folders
388 Trying collections locally
420 Publishing collections
427 .. _galaxy_get_token:
429 Getting your API token
517 Collection versions
656 Compile and sanity tests
665 Unit tests
[all …]
/dports/science/kim-api/kim-api-2.2.1/c/src/
H A DKIM_Collections_c.cpp147 KIM_Collections * const collections, in KIM_Collections_GetItemLibraryFileNameAndCollection()
171 KIM_Collections * const collections, in KIM_Collections_CacheListOfItemMetadataFiles()
183 KIM_Collections * const collections, in KIM_Collections_GetItemMetadataFile()
231 KIM_Collections * const collections, in KIM_Collections_GetItemMetadataFile_fortran()
264 KIM_Collections * const collections, in KIM_Collections_CacheListOfItemNamesByType()
292 KIM_Collections * const collections, in KIM_Collections_CacheListOfItemNamesByCollectionAndType()
304 KIM_Collections * const collections, in KIM_Collections_GetItemNameByCollectionAndType()
323 KIM_Collections * const collections, in KIM_Collections_GetItemLibraryFileNameByCollectionAndType()
347 KIM_Collections * const collections, in KIM_Collections_CacheListOfItemMetadataFilesByCollectionAndType()
363 KIM_Collections * const collections, in KIM_Collections_GetItemMetadataFileByCollectionAndType()
[all …]
/dports/net/akonadi-search/akonadi-search-21.12.3/akonadiplugin/autotests/
H A Dsearchplugintest.cpp434 QVector<qint64> collections({6}); in testCalendarSearch_data() local
444 QVector<qint64> collections({6}); in testCalendarSearch_data() local
453 QVector<qint64> collections({6}); in testCalendarSearch_data() local
462 QVector<qint64> collections({6}); in testCalendarSearch_data() local
597 QVector<qint64> collections; in testContactSearch_data() local
681 QVector<qint64> collections; in testContactSearch_data() local
689 QVector<qint64> collections; in testContactSearch_data() local
697 QVector<qint64> collections; in testContactSearch_data() local
705 QVector<qint64> collections; in testContactSearch_data() local
732 QVector<qint64> collections; in testContactSearch_data() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/user_guide/
H A Dcollections_using.rst2 .. _collections: target
24 Installing collections with ``ansible-galaxy``
31 Installing an older version of a collection
38 Install multiple collections with a requirements file
45 Configuring the ``ansible-galaxy`` client
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/galaxy/
H A Duser_guide.rst36 Installing a collection from Galaxy
43 Downloading a collection from Automation Hub
71 Installing an older version of a collection
76 Install multiple collections with a requirements file
81 Downloading a collection for offline use
86 Installing a collection from a git repository
91 Listing installed collections
97 Configuring the ``ansible-galaxy`` client
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/
H A DBlockingCollection.cs794 public static int AddToAny(BlockingCollection<T>[] collections, T item) in AddToAny()
836 …public static int AddToAny(BlockingCollection<T>[] collections, T item, CancellationToken cancella… in AddToAny()
869 public static int TryAddToAny(BlockingCollection<T>[] collections, T item) in TryAddToAny()
898 public static int TryAddToAny(BlockingCollection<T>[] collections, T item, TimeSpan timeout) in TryAddToAny()
925 …public static int TryAddToAny(BlockingCollection<T>[] collections, T item, int millisecondsTimeout) in TryAddToAny()
1060 private static int TryAddToAnyFast(BlockingCollection<T>[] collections, T item) in TryAddToAnyFast()
1173 public static int TakeFromAny(BlockingCollection<T>[] collections, out T item) in TakeFromAny()
1230 public static int TryTakeFromAny(BlockingCollection<T>[] collections, out T item) in TryTakeFromAny()
1261 …public static int TryTakeFromAny(BlockingCollection<T>[] collections, out T item, TimeSpan timeout) in TryTakeFromAny()
1291 …public static int TryTakeFromAny(BlockingCollection<T>[] collections, out T item, int milliseconds… in TryTakeFromAny()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/collections/concurrent/
H A DBlockingCollection.cs805 public static int AddToAny(BlockingCollection<T>[] collections, T item) in AddToAny()
847 …public static int AddToAny(BlockingCollection<T>[] collections, T item, CancellationToken cancella… in AddToAny()
880 public static int TryAddToAny(BlockingCollection<T>[] collections, T item) in TryAddToAny()
909 public static int TryAddToAny(BlockingCollection<T>[] collections, T item, TimeSpan timeout) in TryAddToAny()
936 …public static int TryAddToAny(BlockingCollection<T>[] collections, T item, int millisecondsTimeout) in TryAddToAny()
1071 private static int TryAddToAnyFast(BlockingCollection<T>[] collections, T item) in TryAddToAnyFast()
1186 public static int TakeFromAny(BlockingCollection<T>[] collections, out T item) in TakeFromAny()
1244 public static int TryTakeFromAny(BlockingCollection<T>[] collections, out T item) in TryTakeFromAny()
1275 …public static int TryTakeFromAny(BlockingCollection<T>[] collections, out T item, TimeSpan timeout) in TryTakeFromAny()
1305 …public static int TryTakeFromAny(BlockingCollection<T>[] collections, out T item, int milliseconds… in TryTakeFromAny()
[all …]
/dports/science/kim-api/kim-api-2.2.1/fortran/include/
H A Dkim_collections_module.f90367 type(c_ptr), intent(out) :: collections local
391 type(c_ptr), intent(inout) :: collections local
430 type(kim_collections_type), pointer :: collections local
474 type(kim_collections_type), pointer :: collections local
519 type(kim_collections_type), pointer :: collections local
560 type(kim_collections_type), pointer :: collections local
608 type(kim_collections_type), pointer :: collections local
678 type(kim_collections_type), pointer :: collections local
710 type(kim_collections_type), pointer :: collections local
754 type(kim_collections_type), pointer :: collections local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/galaxy/
H A Duser_guide.rst36 Installing a collection from Galaxy
43 Downloading a collection from Automation Hub
71 Installing an older version of a collection
76 Install multiple collections with a requirements file
82 Configuring the ``ansible-galaxy`` client
/dports/databases/couchdb3/apache-couchdb-3.2.1/build-aux/
H A Dshow-test-results.py190 def display_failures(collections): argument
212 def display_errors(collections): argument
234 def display_skipped(collections): argument
269 def display_collections(collections, sort): argument
316 def display_suites(collections, count, sort): argument
353 def display_tests(collections, count): argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/gc/classes/
H A DClasses.java37 public Class3(){
71 class Class10 {
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/community/
H A Dcontributing_maintained_collections.rst25 .. _ansible-collection-table:
239 We welcome contributions to Ansible-maintained collections. Because these collections are part of a…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/community/
H A Dcontributing_maintained_collections.rst25 .. _ansible-collection-table:
262 We welcome contributions to Ansible-maintained collections. Because these collections are part of a…
/dports/deskutils/akonadi-calendar-tools/akonadi-calendar-tools-21.12.3/calendarjanitor/
H A Doptions.cpp23 QList<Akonadi::Collection::Id> Options::collections() const in collections() function in Options
28 void Options::setCollections(const QList<Akonadi::Collection::Id> &collections) in setCollections()
H A Dcollectionloader.cpp32 Akonadi::Collection::List CollectionLoader::collections() const in collections() function in CollectionLoader
44 const auto collections = cfj->collections(); in onCollectionsLoaded() local
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/im-rc-15.0.0/src/
H A Darbitrary.rs61 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
82 let collections = in shrink() localVariable
104 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
130 let collections = in shrink() localVariable
156 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
/dports/lang/gleam/gleam-0.18.2/cargo-crates/im-15.0.0/src/
H A Darbitrary.rs61 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
82 let collections = in shrink() localVariable
104 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
130 let collections = in shrink() localVariable
156 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/im-rc-15.0.0/src/
H A Darbitrary.rs61 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
82 let collections = in shrink() localVariable
104 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
130 let collections = in shrink() localVariable
156 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/im-rc/src/
H A Darbitrary.rs61 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
82 let collections = in shrink() localVariable
104 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
130 let collections = in shrink() localVariable
156 let collections = shrink_collection(self.iter(), |v| v.shrink()); in shrink() localVariable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Syndication/
H A DWorkspace.cs18 Collection<ResourceCollectionInfo> collections; field in System.ServiceModel.Syndication.Workspace
26 public Workspace(string title, IEnumerable<ResourceCollectionInfo> collections) in Workspace()
31 … public Workspace(TextSyndicationContent title, IEnumerable<ResourceCollectionInfo> collections) in Workspace()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/sized-chunks-0.6.4/src/
H A Darbitrary.rs69 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
96 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
123 let collections = shrink_collection(self.clone().option_drain(), |x| x.shrink()); in shrink() localVariable
149 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/sized-chunks/src/
H A Darbitrary.rs69 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
96 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable
123 let collections = shrink_collection(self.clone().option_drain(), |x| x.shrink()); in shrink() localVariable
149 let collections = shrink_collection(self.iter(), |x| x.shrink()); in shrink() localVariable

12345678910>>...43