Home
last modified time | relevance | path

Searched refs:forBinding (Results 1 – 15 of 15) sorted by relevance

/dports/www/py-nevow/Nevow-0.14.0/formless/
H A Dconfigurable.py44 def getDefault(self, forBinding): argument
46 if not isinstance(forBinding, Argument):
47 name = forBinding.name
55 return forBinding.default
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/NGObjWeb/
H A DWOComponent.h106 - (void)setValue:(id)_value forBinding:(NSString *)_name; // new in WO4
165 - (void)setUnsignedIntValue:(unsigned)_value forBinding:(NSString *)_name;
167 - (void)setIntValue:(int)_value forBinding:(NSString *)_name;
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/NGObjWeb/
H A DWOComponent.h106 - (void)setValue:(id)_value forBinding:(NSString *)_name; // new in WO4
165 - (void)setUnsignedIntValue:(unsigned)_value forBinding:(NSString *)_name;
167 - (void)setIntValue:(int)_value forBinding:(NSString *)_name;
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/
H A D__init__.py218 forBinding = property(_getForBinding) variable in ValidationConfig
362 return GlobalValidationConfig.forBinding
H A D__init__.py.in192 L{forBinding} replaces L{RequireValidWhenParsing}.
218 forBinding = property(_getForBinding) variable in ValidationConfig
343 """Legacy flag; prefer L{forBinding<ValidationConfig.forBinding>} in L{GlobalValidationConfig}."""
362 return GlobalValidationConfig.forBinding
/dports/www/py-nevow/Nevow-0.14.0/nevow/
H A Drend.py228 def getDefault(self, forBinding): argument
235 if not isinstance(forBinding, annotate.Argument):
236 if hasattr(self, forBinding.name):
237 return getattr(self, forBinding.name)
238 return forBinding.default
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DLightCompiler.cs658 CompileMemberAssignment(asVoid, member.Member, node.Right, forBinding: false); in CompileMemberAssignment()
667 if (forBinding && method.IsStatic) in CompileMemberAssignment()
698 if (forBinding && fi.IsStatic) in CompileMemberAssignment()
2453 CompileMember(node.Expression, node.Member, forBinding: false); in CompileMemberExpression()
2456 private void CompileMember(Expression from, MemberInfo member, bool forBinding) in CompileMember() argument
2463 Debug.Assert(!forBinding); in CompileMember()
2468 if (forBinding) in CompileMember()
2499 if (forBinding && method.IsStatic) in CompileMember()
2740 forBinding: true in CompileMemberInit()
2746 CompileMember(null, memberList.Member, forBinding: true); in CompileMemberInit()
[all …]
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/
H A DWOComponent.m744 - (void)setValue:(id)_value forBinding:(NSString *)_name {
1246 - (void)setUnsignedIntValue:(unsigned)_value forBinding:(NSString *)_name {
1247 [self setValue:[NSNumber numberWithUnsignedInt:_value] forBinding:_name];
1253 - (void)setIntValue:(int)_value forBinding:(NSString *)_name {
1254 [self setValue:[NSNumber numberWithInt:_value] forBinding:_name];
1260 - (void)setBoolValue:(BOOL)_value forBinding:(NSString *)_name {
1261 [self setValue:[NSNumber numberWithBool:_value] forBinding:_name];
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/
H A DWOComponent.m744 - (void)setValue:(id)_value forBinding:(NSString *)_name {
1246 - (void)setUnsignedIntValue:(unsigned)_value forBinding:(NSString *)_name {
1247 [self setValue:[NSNumber numberWithUnsignedInt:_value] forBinding:_name];
1253 - (void)setIntValue:(int)_value forBinding:(NSString *)_name {
1254 [self setValue:[NSNumber numberWithInt:_value] forBinding:_name];
1260 - (void)setBoolValue:(BOOL)_value forBinding:(NSString *)_name {
1261 [self setValue:[NSNumber numberWithBool:_value] forBinding:_name];
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/binding/
H A Dbasis.py74 return vo.forBinding and vo.forDocument
85 return vo.forBinding and vo.forDocument
939 validate_constraints = kw.pop('_validate_constraints', self._validationConfig.forBinding)
1245 … validate_constraints = kw.get('_validate_constraints', cls._GetValidationConfig().forBinding)
2383 if self._validationConfig.forBinding:
2485 require_validation = kw.get('_require_validation', self._validationConfig.forBinding)
2499 require_validation = pyxb.GlobalValidationConfig.forBinding
2645 if self._validationConfig.forBinding:
H A Dcontent.py1042 if ctd_instance._validationConfig.forBinding or isinstance(value, pyxb.BIND):
1064 if ctd_instance._validationConfig.forBinding:
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/Associations/
H A DWOKeyPathAssociation.m966 else if (info->type == WOKeyType_binding) { // setValue:forBinding:
968 [object setValue:_value forBinding:info->extra.key];
1128 if (info->type == WOKeyType_binding) { // setValue:forBinding:
1130 [_wo setValue:uintNumObj(_value) forBinding:info->extra.key];
1261 if (info->type == WOKeyType_binding) { // setValue:forBinding:
1263 [_wo setValue:intNumObj(_value) forBinding:info->extra.key];
1374 else if (info->type == WOKeyType_binding) { // setValue:forBinding:
1377 forBinding:info->extra.key];
H A DWOKeyPathAssociationSystemKVC.m84 [_component setValue:_value forBinding:self->keyPathString];
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/Associations/
H A DWOKeyPathAssociation.m966 else if (info->type == WOKeyType_binding) { // setValue:forBinding:
968 [object setValue:_value forBinding:info->extra.key];
1128 if (info->type == WOKeyType_binding) { // setValue:forBinding:
1130 [_wo setValue:uintNumObj(_value) forBinding:info->extra.key];
1261 if (info->type == WOKeyType_binding) { // setValue:forBinding:
1263 [_wo setValue:intNumObj(_value) forBinding:info->extra.key];
1374 else if (info->type == WOKeyType_binding) { // setValue:forBinding:
1377 forBinding:info->extra.key];
H A DWOKeyPathAssociationSystemKVC.m84 [_component setValue:_value forBinding:self->keyPathString];