Home
last modified time | relevance | path

Searched defs:dict_ (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/core/
H A Ddbcsr_dict.F53 TYPE dict_${keytype}$_${valuetype}$_type type
60 TYPE dict_${keytype}$_${valuetype}$_item_type type
145 DBCSR_ABORT("dict_${keytype}$_${valuetype}$_init: initial_capacity < 1") argument
155 FUNCTION dict_${keytype}$_${valuetype}$_isready(dict) RESULT(res) function
162 SUBROUTINE dict_${keytype}$_${valuetype}$_destroy(dict) subroutine
172 DBCSR_ABORT("dict_${keytype}$_${valuetype}$_destroy: dictionary is not initialized.") argument
188 SUBROUTINE dict_${keytype}$_${valuetype}$_set(dict, key, value) subroutine
321 SUBROUTINE dict_${keytype}$_${valuetype}$_del(dict, key) subroutine
358 FUNCTION dict_${keytype}$_${valuetype}$_size(dict) RESULT(size) function
399 FUNCTION dict_${keytype}$_${valuetype}$_items(dict) RESULT(items) function
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/core/
H A Ddbcsr_dict.F53 TYPE dict_${keytype}$_${valuetype}$_type type
60 TYPE dict_${keytype}$_${valuetype}$_item_type type
118 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict argument
127 DBCSR_ABORT("dict_${keytype}$_${valuetype}$_init: initial_capacity < 1") argument
137 SUBROUTINE dict_${keytype}$_${valuetype}$_destroy(dict) subroutine
142 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict argument
147 DBCSR_ABORT("dict_${keytype}$_${valuetype}$_destroy: dictionary is not initialized.") argument
163 SUBROUTINE dict_${keytype}$_${valuetype}$_set(dict, key, value) subroutine
165 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict argument
296 FUNCTION dict_${keytype}$_${valuetype}$_size(dict) RESULT(size) function
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Ddynamic.py67 def get(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
74 def get_collection(self, state, dict_, user_data=None, argument
91 def fire_append_event(self, state, dict_, value, initiator, argument
104 def fire_remove_event(self, state, dict_, value, initiator, argument
117 def _modified_event(self, state, dict_): argument
131 def set(self, state, dict_, value, initiator, argument
170 def set_committed_value(self, state, dict_, value): argument
178 def get_all_pending(self, state, dict_, argument
199 def append(self, state, dict_, value, initiator, argument
204 def remove(self, state, dict_, value, initiator, argument
[all …]
H A Dattributes.py551 def initialize(self, state, dict_): argument
618 def set(self, state, dict_, value, initiator, argument
667 def delete(self, state, dict_): argument
692 def set(self, state, dict_, value, initiator, argument
738 def delete(self, state, dict_): argument
783 def set(self, state, dict_, value, initiator, argument
963 def delete(self, state, dict_): argument
974 def initialize(self, state, dict_): argument
1019 def set(self, state, dict_, value, initiator, argument
1098 def get_collection(self, state, dict_, argument
[all …]
H A Dstate.py377 def _reset(self, dict_, key): argument
392 def _set_callable(state, dict_, row): argument
400 def _set_callable(state, dict_, row): argument
406 def _expire(self, dict_, modified_set): argument
440 def _expire_attributes(self, dict_, attribute_names): argument
519 self, dict_, attr, previous, collection=False, force=False): argument
559 def _commit(self, dict_, keys): argument
587 def _commit_all(self, dict_, instance_dict=None): argument
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Ddynamic.py65 def get(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
72 def get_collection(self, state, dict_, user_data=None, argument
89 def fire_append_event(self, state, dict_, value, initiator, argument
102 def fire_remove_event(self, state, dict_, value, initiator, argument
115 def _modified_event(self, state, dict_): argument
129 def set(self, state, dict_, value, initiator=None, argument
167 def set_committed_value(self, state, dict_, value): argument
175 def get_all_pending(self, state, dict_, argument
196 def append(self, state, dict_, value, initiator, argument
201 def remove(self, state, dict_, value, initiator, argument
[all …]
H A Dattributes.py551 def initialize(self, state, dict_): argument
562 def get(self, state, dict_, passive=PASSIVE_OFF): argument
619 def set(self, state, dict_, value, initiator, argument
668 def delete(self, state, dict_): argument
693 def set(self, state, dict_, value, initiator, argument
739 def delete(self, state, dict_): argument
784 def set(self, state, dict_, value, initiator, argument
973 def delete(self, state, dict_): argument
984 def initialize(self, state, dict_): argument
1117 def get_collection(self, state, dict_, argument
[all …]
H A Dstate.py485 def _reset(self, dict_, key): argument
504 def _set_callable(state, dict_, row): argument
512 def _set_callable(state, dict_, row): argument
518 def _expire(self, dict_, modified_set): argument
552 def _expire_attributes(self, dict_, attribute_names, no_loader=False): argument
637 self, dict_, attr, previous, collection=False, force=False): argument
677 def _commit(self, dict_, keys): argument
705 def _commit_all(self, dict_, instance_dict=None): argument
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Ddynamic.py80 def get(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
91 dict_, argument
110 self, state, dict_, value, initiator, collection_history=None argument
124 self, state, dict_, value, initiator, collection_history=None argument
137 def _modified_event(self, state, dict_): argument
152 dict_, argument
206 def set_committed_value(self, state, dict_, value): argument
211 def get_history(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
216 self, state, dict_, passive=attributes.PASSIVE_NO_INITIALIZE argument
233 self, state, dict_, value, initiator, passive=attributes.PASSIVE_OFF argument
[all …]
H A Dattributes.py639 def initialize(self, state, dict_): argument
650 def get(self, state, dict_, passive=PASSIVE_OFF): argument
721 dict_, argument
766 def delete(self, state, dict_): argument
794 dict_, argument
844 def delete(self, state, dict_): argument
894 dict_, argument
1112 def delete(self, state, dict_): argument
1123 def initialize(self, state, dict_): argument
1174 dict_, argument
[all …]
H A Dstate.py522 def _reset(self, dict_, key): argument
542 def _set_callable(state, dict_, row): argument
552 def _set_callable(state, dict_, row): argument
559 def _expire(self, dict_, modified_set): argument
596 def _expire_attributes(self, dict_, attribute_names, no_loader=False): argument
697 self, dict_, attr, previous, collection=False, is_userland=False argument
740 def _commit(self, dict_, keys): argument
769 def _commit_all(self, dict_, instance_dict=None): argument
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Ddynamic.py92 def get(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
103 dict_, argument
122 self, state, dict_, value, initiator, collection_history=None argument
136 self, state, dict_, value, initiator, collection_history=None argument
149 def _modified_event(self, state, dict_): argument
164 dict_, argument
218 def set_committed_value(self, state, dict_, value): argument
223 def get_history(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
228 self, state, dict_, passive=attributes.PASSIVE_NO_INITIALIZE argument
245 self, state, dict_, value, initiator, passive=attributes.PASSIVE_OFF argument
[all …]
H A Dattributes.py695 def initialize(self, state, dict_): argument
706 def get(self, state, dict_, passive=PASSIVE_OFF): argument
780 dict_, argument
825 def delete(self, state, dict_): argument
859 dict_, argument
909 def delete(self, state, dict_): argument
986 dict_, argument
1212 def delete(self, state, dict_): argument
1225 def initialize(self, state, dict_): argument
1276 dict_, argument
[all …]
H A Dstate.py530 def _reset(self, dict_, key): argument
550 def _set_callable(state, dict_, row): argument
560 def _set_callable(state, dict_, row): argument
567 def _expire(self, dict_, modified_set): argument
609 def _expire_attributes(self, dict_, attribute_names, no_loader=False): argument
717 self, dict_, attr, previous, collection=False, is_userland=False argument
763 def _commit(self, dict_, keys): argument
792 def _commit_all(self, dict_, instance_dict=None): argument
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Dattributes.py892 def _default_value(self, state, dict_): argument
908 def get(self, state, dict_, passive=PASSIVE_OFF): argument
988 dict_, argument
1033 def delete(self, state, dict_): argument
1069 dict_, argument
1119 def delete(self, state, dict_): argument
1214 dict_, argument
1449 def delete(self, state, dict_): argument
1462 def _default_value(self, state, dict_): argument
1521 dict_, argument
[all …]
H A Ddynamic.py95 def get(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
106 dict_, argument
126 self, state, dict_, value, initiator, collection_history=None argument
140 self, state, dict_, value, initiator, collection_history=None argument
153 def _modified_event(self, state, dict_): argument
168 dict_, argument
222 def set_committed_value(self, state, dict_, value): argument
227 def get_history(self, state, dict_, passive=attributes.PASSIVE_OFF): argument
232 self, state, dict_, passive=attributes.PASSIVE_NO_INITIALIZE argument
249 self, state, dict_, value, initiator, passive=attributes.PASSIVE_OFF argument
[all …]
H A Dstate.py577 def _reset(self, dict_, key): argument
597 def _set_callable(state, dict_, row): argument
607 def _set_callable(state, dict_, row): argument
614 def _expire(self, dict_, modified_set): argument
662 def _expire_attributes(self, dict_, attribute_names, no_loader=False): argument
771 self, dict_, attr, previous, collection=False, is_userland=False argument
834 def _commit(self, dict_, keys): argument
863 def _commit_all(self, dict_, instance_dict=None): argument
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/framework/
H A Dresults.py39 def __init__(self, dict_=None): argument
69 def from_dict(cls, dict_): argument
135 def from_dict(cls, dict_): argument
214 def from_dict(cls, dict_): argument
247 def update(self, dict_): argument
285 def from_dict(cls, dict_): argument
354 def from_dict(cls, dict_, _no_totals=False): argument
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dtypes.py201 def __init__(cls, name, bases, dict_): argument
225 def __init__(cls, name, bases, dict_): argument
324 def __init__(cls, name, bases, dict_): argument
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dtypes.py201 def __init__(cls, name, bases, dict_): argument
225 def __init__(cls, name, bases, dict_): argument
324 def __init__(cls, name, bases, dict_): argument
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/gjs-symbols/
H A Dgjs_symbols.py70 def __init__(self, dict_, file_): argument
82 def _node_from_dict(dict_, file_): argument
183 def _is_module_exports(dict_): argument
196 def _is_module_import(dict_): argument
209 def _is_gobject_class(dict_): argument
217 def _is_legacy_gobject_class(dict_): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/proxy_config/
H A Dproxy_config_dictionary.h67 base::Value dict_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/login/
H A Dlocalized_values_builder.h89 base::DictionaryValue* dict_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/proxy_config/
H A Dproxy_config_dictionary.h67 base::Value dict_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/login/
H A Dlocalized_values_builder.h89 base::DictionaryValue* dict_; variable

12345678910>>...14