Home
last modified time | relevance | path

Searched refs:NEVER_SET (Results 1 – 25 of 118) sorted by relevance

12345

/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Dattributes.py31 from .base import NEVER_SET
753 return NEVER_SET
794 if value in (NO_VALUE, NEVER_SET):
965 and current is not NEVER_SET
976 and original is not NEVER_SET
1041 NEVER_SET,
1429 and oldchild is not NEVER_SET
1524 and child is not NEVER_SET
1680 if current is NEVER_SET:
1701 if current is NEVER_SET:
[all …]
H A Dbase.py57 NEVER_SET = util.symbol( variable
210 _never_set = frozenset([NEVER_SET])
212 _none_set = frozenset([None, NEVER_SET, PASSIVE_NO_RESULT])
H A Dstate.py22 from .base import NEVER_SET
729 if previous is NEVER_SET:
733 if previous not in (None, NO_VALUE, NEVER_SET):
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Dattributes.py31 from .base import NEVER_SET
694 return NEVER_SET
735 if value in (NO_VALUE, NEVER_SET):
873 and current is not NEVER_SET
884 and original is not NEVER_SET
949 NEVER_SET,
1060 if original not in (NO_VALUE, NEVER_SET):
1327 and oldchild is not NEVER_SET
1565 if current is NEVER_SET:
1582 if current is NEVER_SET:
[all …]
H A Dbase.py49 NEVER_SET = util.symbol( variable
195 _never_set = frozenset([NEVER_SET])
197 _none_set = frozenset([None, NEVER_SET, PASSIVE_NO_RESULT])
H A Dstate.py22 from .base import NEVER_SET
709 if previous is NEVER_SET:
713 if previous not in (None, NO_VALUE, NEVER_SET):
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Dattributes.py603 return NEVER_SET
628 if value in (NO_VALUE, NEVER_SET):
769 current is not NEVER_SET:
778 original is not NEVER_SET and \
926 if original not in (NO_VALUE, NEVER_SET):
1158 oldchild is not NEVER_SET:
1243 id(NEVER_SET)])
1332 if current is NEVER_SET:
1349 if current is NEVER_SET:
1384 if current is NO_VALUE or current is NEVER_SET:
[all …]
H A Dbase.py46 NEVER_SET = util.symbol( variable
184 _never_set = frozenset([NEVER_SET])
186 _none_set = frozenset([None, NEVER_SET, PASSIVE_NO_RESULT])
H A Dstate.py20 from .base import PASSIVE_NO_RESULT, SQL_OK, NEVER_SET, ATTR_WAS_SET, \
642 if previous is NEVER_SET:
646 if previous not in (None, NO_VALUE, NEVER_SET):
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Dattributes.py602 return NEVER_SET
627 if value in (NO_VALUE, NEVER_SET):
768 current is not NEVER_SET:
777 original is not NEVER_SET and \
916 if original not in (NO_VALUE, NEVER_SET):
1139 oldchild is not NEVER_SET:
1224 id(NEVER_SET)])
1313 if current is NEVER_SET:
1330 if current is NEVER_SET:
1365 if current is NO_VALUE or current is NEVER_SET:
[all …]
H A Dbase.py46 NEVER_SET = util.symbol( variable
184 _never_set = frozenset([NEVER_SET])
186 _none_set = frozenset([None, NEVER_SET, PASSIVE_NO_RESULT])
H A Dstate.py19 from .base import PASSIVE_NO_RESULT, SQL_OK, NEVER_SET, ATTR_WAS_SET, \
524 if previous is NEVER_SET:
528 if previous not in (None, NO_VALUE, NEVER_SET):
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Dbase.py55 NEVER_SET = NO_VALUE variable
213 _never_set = frozenset([NEVER_SET])
215 _none_set = frozenset([None, NEVER_SET, PASSIVE_NO_RESULT])
H A Dstate.py22 from .base import NEVER_SET
783 if previous is NEVER_SET:
787 if previous not in (None, NO_VALUE, NEVER_SET):
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXMLNormalizingLoader.java57 NEVER_SET, IS_SUMPPLEMENTAL, NOT_SUPPLEMENTAL enumConstant
162 if (XML_HANDLER.supplementalStatus == SupplementalStatus.NEVER_SET) { in loadXMLFile()
191 private SupplementalStatus supplementalStatus = SupplementalStatus.NEVER_SET;
460 if (supplementalStatus == SupplementalStatus.NEVER_SET) { // set by first element in startElement()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkScale.h198 #define NEVER_SET (1<<6) macro
H A DtkScale.c340 scalePtr->flags = NEVER_SET; in Tk_ScaleObjCmd()
1385 scalePtr->flags |= NEVER_SET; in ScaleVarProc()
1461 if (scalePtr->flags & NEVER_SET) { in TkScaleSetValue()
1462 scalePtr->flags &= ~NEVER_SET; in TkScaleSetValue()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkScale.h198 #define NEVER_SET (1<<6) macro
H A DtkScale.c339 scalePtr->flags = NEVER_SET; in Tk_ScaleObjCmd()
1383 scalePtr->flags |= NEVER_SET; in ScaleVarProc()
1459 if (scalePtr->flags & NEVER_SET) { in TkScaleSetValue()
1460 scalePtr->flags &= ~NEVER_SET; in TkScaleSetValue()
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkScale.h201 #define NEVER_SET (1<<6) macro
H A DtkScale.c290 scalePtr->flags = NEVER_SET; in Tk_ScaleObjCmd()
1197 scalePtr->flags |= NEVER_SET; in ScaleVarProc()
1273 if (scalePtr->flags & NEVER_SET) { in TkScaleSetValue()
1274 scalePtr->flags &= ~NEVER_SET; in TkScaleSetValue()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkScale.h205 #define NEVER_SET (1<<6) macro
H A DtkScale.c303 scalePtr->flags = NEVER_SET;
1208 scalePtr->flags |= NEVER_SET;
1285 if (scalePtr->flags & NEVER_SET) {
1286 scalePtr->flags &= ~NEVER_SET;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/
H A DProxyType.java57 public static final int NEVER_SET = 2; field in ProxyType
78 socksSystemPropertySetting = NEVER_SET;
323 if (socksSystemPropertySetting == NEVER_SET) in shouldSetSocksSystemProperties()
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/orm/
H A Dtest_attributes.py1032 attr, state, dict_ = self._fixture(attributes.NEVER_SET)
1040 attr, state, dict_ = self._fixture(attributes.NEVER_SET)
1045 attributes.NEVER_SET,
1055 attributes.NEVER_SET,
1626 eq_(state.committed_state, {"posts": attributes.NEVER_SET})
1636 eq_(state.committed_state, {"posts": attributes.NEVER_SET})
3510 eq_(canary, [("foo", attributes.NEVER_SET)])
3517 [("foo", attributes.NEVER_SET), ("bar", attributes.NEVER_SET)],
3558 eq_(canary, [(d1, attributes.NEVER_SET)])
3566 [(d1, attributes.NEVER_SET), (d2, attributes.NEVER_SET)],

12345