Home
last modified time | relevance | path

Searched refs:BaseFileCacheModule (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/cache/
H A Dnotjsonfile.py42 from ansible.plugins.cache import BaseFileCacheModule
45 class CacheModule(BaseFileCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/cache/
H A Dnotjsonfile.py62 from ansible.plugins.cache import BaseFileCacheModule
65 class CacheModule(BaseFileCacheModule):
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/cache/
H A Dpickle.py49 from ansible.plugins.cache import BaseFileCacheModule
52 class CacheModule(BaseFileCacheModule):
H A Dyaml.py51 from ansible.plugins.cache import BaseFileCacheModule
54 class CacheModule(BaseFileCacheModule):
H A Djsonfile.py48 from ansible.plugins.cache import BaseFileCacheModule
51 class CacheModule(BaseFileCacheModule):
H A Dbase.py21 from ansible.plugins.cache import BaseCacheModule, BaseFileCacheModule
H A D__init__.py95 class BaseFileCacheModule(BaseCacheModule): class
102 super(BaseFileCacheModule, self).__init__(*args, **kwargs)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/cache/
H A Dpickle.py49 from ansible.plugins.cache import BaseFileCacheModule
52 class CacheModule(BaseFileCacheModule):
H A Dyaml.py51 from ansible.plugins.cache import BaseFileCacheModule
54 class CacheModule(BaseFileCacheModule):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/cache/
H A Djsonfile.py48 from ansible.plugins.cache import BaseFileCacheModule
51 class CacheModule(BaseFileCacheModule):
H A Dbase.py21 from ansible.plugins.cache import BaseCacheModule, BaseFileCacheModule
H A D__init__.py101 class BaseFileCacheModule(BaseCacheModule): class
108 super(BaseFileCacheModule, self).__init__(*args, **kwargs)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/collections/collections/ansible_collections/testns/content_adj/plugins/cache/
H A Dcustom_jsonfile.py48 from ansible.plugins.cache import BaseFileCacheModule
51 class CacheModule(BaseFileCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/cache/
H A Djsonfile.py48 from ansible.plugins.cache import BaseFileCacheModule
51 class CacheModule(BaseFileCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/cache/
H A Djsonfile.py49 from ansible.plugins.cache import BaseFileCacheModule
52 class CacheModule(BaseFileCacheModule):
H A Dbase.py21 from ansible.plugins.cache import BaseCacheModule, BaseFileCacheModule
H A D__init__.py101 class BaseFileCacheModule(BaseCacheModule): class
108 super(BaseFileCacheModule, self).__init__(*args, **kwargs)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/collections/collections/ansible_collections/testns/content_adj/plugins/cache/
H A Dcustom_jsonfile.py48 from ansible.plugins.cache import BaseFileCacheModule
51 class CacheModule(BaseFileCacheModule):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/cache/
H A Djsonfile.py48 from ansible.plugins.cache import BaseFileCacheModule
51 class CacheModule(BaseFileCacheModule):
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/dev_guide/
H A Ddeveloping_plugins.rst182 If you use the ``BaseFileCacheModule``, you must implement ``_load`` and ``_dump`` methods that wil…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/dev_guide/
H A Ddeveloping_plugins.rst181 If you use the ``BaseFileCacheModule``, you must implement ``_load`` and ``_dump`` methods that wil…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/dev_guide/
H A Ddeveloping_plugins.rst181 If you use the ``BaseFileCacheModule``, you must implement ``_load`` and ``_dump`` methods that wil…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Ddev_guide.po5619 msgid "If you use the ``BaseFileCacheModule``, you must implement ``_load`` and ``_dump`` methods t…
5620 msgstr "``BaseFileCacheModule`` を使用する場合は、ベースクラスメソッド ``get`` および ``set`` から呼び出される ``_load`` メソッドおよび …