Home
last modified time | relevance | path

Searched refs:STATE_ATTR (Results 1 – 25 of 29) sorted by relevance

12

/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Dinstrumentation.py48 STATE_ATTR = base.DEFAULT_STATE_ATTR variable in ClassManager
50 _state_setter = staticmethod(util.attrsetter(STATE_ATTR))
323 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
334 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
385 delattr(instance, self.STATE_ATTR)
396 if hasattr(instance, self.STATE_ATTR):
413 return hasattr(instance, self.STATE_ATTR)
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Dinstrumentation.py48 STATE_ATTR = base.DEFAULT_STATE_ATTR variable in ClassManager
50 _state_setter = staticmethod(util.attrsetter(STATE_ATTR))
303 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
314 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
365 delattr(instance, self.STATE_ATTR)
376 if hasattr(instance, self.STATE_ATTR):
393 return hasattr(instance, self.STATE_ATTR)
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Dinstrumentation.py45 STATE_ATTR = base.DEFAULT_STATE_ATTR variable in ClassManager
47 _state_setter = staticmethod(util.attrsetter(STATE_ATTR))
300 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
310 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
359 delattr(instance, self.STATE_ATTR)
370 if hasattr(instance, self.STATE_ATTR):
387 return hasattr(instance, self.STATE_ATTR)
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Dinstrumentation.py45 STATE_ATTR = base.DEFAULT_STATE_ATTR variable in ClassManager
47 _state_setter = staticmethod(util.attrsetter(STATE_ATTR))
265 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
275 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
324 delattr(instance, self.STATE_ATTR)
335 if hasattr(instance, self.STATE_ATTR):
352 return hasattr(instance, self.STATE_ATTR)
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Dinstrumentation.py49 STATE_ATTR = base.DEFAULT_STATE_ATTR variable in ClassManager
51 _state_setter = staticmethod(util.attrsetter(STATE_ATTR))
361 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
372 if key in (self.STATE_ATTR, self.MANAGER_ATTR):
425 delattr(instance, self.STATE_ATTR)
436 if hasattr(instance, self.STATE_ATTR):
453 return hasattr(instance, self.STATE_ATTR)
/dports/biology/ugene/ugene-40.1/src/plugins/CoreTests/src/
H A DTaskTests.cpp38 #define STATE_ATTR "state" macro
328 QString taskState_str = el.attribute(STATE_ATTR); in init()
333 failMissingValue(STATE_ATTR); in init()
568 waitStateString = el.attribute(STATE_ATTR); in init()
570 failMissingValue(STATE_ATTR); in init()
576 failMissingValue(STATE_ATTR); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/
H A Dconfig.py299 STATE_ATTR = 'ts_mon_state' variable in DjangoMiddleware
327 setattr(request, self.STATE_ATTR, state)
332 state = getattr(request, self.STATE_ATTR)
/dports/devel/poco/poco-1.10.1-all/PageCompiler/src/
H A DPageReader.cpp127 state = STATE_ATTR; in parse()
176 else if (state == STATE_ATTR) in parse()
236 case STATE_ATTR: in parse()
H A DPageReader.h58 STATE_ATTR enumerator
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/htmlparser/
H A Dhtmlparser_cpp.h63 STATE_ATTR = HTMLPARSER_STATE_ATTR, enumerator
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/orm/
H A Dtest_instrumentation.py575 sa = instrumentation.ClassManager.STATE_ATTR
593 Column(instrumentation.ClassManager.STATE_ATTR, Integer),
H A Dtest_mapper.py3805 sa.orm.instrumentation.ClassManager.STATE_ATTR,
3838 sa.orm.instrumentation.ClassManager.STATE_ATTR,
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/orm/
H A Dtest_instrumentation.py575 sa = instrumentation.ClassManager.STATE_ATTR
593 Column(instrumentation.ClassManager.STATE_ATTR, Integer),
H A Dtest_mapper.py2626 sa.orm.instrumentation.ClassManager.STATE_ATTR,
2660 sa.orm.instrumentation.ClassManager.STATE_ATTR,
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/orm/
H A Dtest_instrumentation.py513 sa = instrumentation.ClassManager.STATE_ATTR
527 Column(instrumentation.ClassManager.STATE_ATTR, Integer))
H A Dtest_mapper.py3319 for reserved in (sa.orm.instrumentation.ClassManager.STATE_ATTR,
3337 for reserved in (sa.orm.instrumentation.ClassManager.STATE_ATTR,
H A Dtest_attributes.py276 eq_(state.dict, {'bar': 'foo', state.manager.STATE_ATTR: state})
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/orm/
H A Dtest_instrumentation.py575 sa = instrumentation.ClassManager.STATE_ATTR
593 Column(instrumentation.ClassManager.STATE_ATTR, Integer),
H A Dtest_mapper.py4066 sa.orm.instrumentation.ClassManager.STATE_ATTR,
4099 sa.orm.instrumentation.ClassManager.STATE_ATTR,
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/orm/
H A Dtest_instrumentation.py510 sa = instrumentation.ClassManager.STATE_ATTR
524 Column(instrumentation.ClassManager.STATE_ATTR, Integer))
H A Dtest_mapper.py3118 for reserved in (sa.orm.instrumentation.ClassManager.STATE_ATTR,
3136 for reserved in (sa.orm.instrumentation.ClassManager.STATE_ATTR,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextbufferserialize.c648 STATE_ATTR, enumerator
1217 push_state (info, STATE_ATTR); in parse_attr_element()
1508 case STATE_ATTR: in end_element_handler()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextbufferserialize.c661 STATE_ATTR, enumerator
1214 push_state (info, STATE_ATTR); in parse_attr_element()
1500 case STATE_ATTR: in end_element_handler()
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/tests/
H A Dhtmlparser_cpp_test.cc237 { HtmlParser::STATE_ATTR, "attr" },
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/
H A Dtemplate_modifiers.cc1344 case HtmlParser::STATE_ATTR:{ in GetModifierForHtmlJs()

12