Home
last modified time | relevance | path

Searched refs:typeProp (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Configuration/
H A DWebRequestModuleElement.cs47 static ConfigurationProperty typeProp; field in System.Net.Configuration.WebRequestModuleElement
56 typeProp = new ConfigurationProperty ("type", typeof (string)); in WebRequestModuleElement()
60 properties.Add (typeProp); in WebRequestModuleElement()
69 base[typeProp] = type; in WebRequestModuleElement()
91 get { return Type.GetType ((string) base [typeProp]); }
92 set { base [typeProp] = value.FullName; }
H A DModuleElement.cs44 static ConfigurationProperty typeProp; field in System.Net.Configuration.ModuleElement
52 typeProp = new ConfigurationProperty ("type", typeof (string), null); in ModuleElement()
55 properties.Add (typeProp); in ModuleElement()
72 get { return (string) base [typeProp]; }
73 set { base [typeProp] = value; }
H A DAuthenticationModuleElement.cs44 static ConfigurationProperty typeProp; field in System.Net.Configuration.AuthenticationModuleElement
52typeProp = new ConfigurationProperty ("type", typeof (string), null, ConfigurationPropertyOptions.… in AuthenticationModuleElement()
55 properties.Add (typeProp); in AuthenticationModuleElement()
77 get { return (string) base [typeProp]; }
78 set { base [typeProp] = value; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DHttpModuleAction.cs42 static ConfigurationProperty typeProp; field in System.Web.Configuration.HttpModuleAction
52typeProp = new ConfigurationProperty ("type", typeof (string), "hoho", ConfigurationPropertyOption… in HttpModuleAction()
55 properties.Add (typeProp); in HttpModuleAction()
88 get { return (string)base[typeProp]; }
89 set { base[typeProp] = value; }
H A DExpressionBuilder.cs42 static ConfigurationProperty typeProp; field in System.Web.Configuration.ExpressionBuilder
52 typeProp = new ConfigurationProperty ("type", typeof (string), "", in ExpressionBuilder()
59 properties.Add (typeProp); in ExpressionBuilder()
82 get { return (string) base[typeProp]; }
83 set { base[typeProp] = value; }
H A DTransformerInfo.cs42 static ConfigurationProperty typeProp; field in System.Web.Configuration.TransformerInfo
51 typeProp = new ConfigurationProperty ("type", typeof (string), "", in TransformerInfo()
58 properties.Add (typeProp); in TransformerInfo()
88 get { return (string) base [typeProp];}
89 set { base[typeProp] = value; }
H A DBuildProvider.cs41 static ConfigurationProperty typeProp; field in System.Web.Configuration.BuildProvider
49 typeProp = new ConfigurationProperty ("type", typeof (string), "", in BuildProvider()
55 properties.Add (typeProp); in BuildProvider()
86 get { return (string) base[typeProp]; }
87 set { base[typeProp] = value; }
H A DCompiler.cs43 static ConfigurationProperty typeProp; field in System.Web.Configuration.Compiler
53typeProp = new ConfigurationProperty("type", typeof (string), "", ConfigurationPropertyOptions.IsR… in Compiler()
63 properties.Add (typeProp); in Compiler()
100 get { return (string) base[typeProp]; }
101 internal set { base[typeProp] = value; }
H A DEventMappingSettings.cs43 static ConfigurationProperty typeProp; field in System.Web.Configuration.EventMappingSettings
60typeProp = new ConfigurationProperty ("type", typeof (string), "", ConfigurationPropertyOptions.Is… in EventMappingSettings()
66 properties.Add (typeProp); in EventMappingSettings()
110 get { return (string) base [typeProp];}
111 set { base[typeProp] = value; }
H A DProfilePropertySettings.cs47 static ConfigurationProperty typeProp; field in System.Web.Configuration.ProfilePropertySettings
66 typeProp = new ConfigurationProperty ("type", typeof (string), "string"); in ProfilePropertySettings()
76 properties.Add (typeProp); in ProfilePropertySettings()
146 get { return (string) base[typeProp]; }
147 set { base[typeProp] = value; }
H A DHttpHandlerAction.cs51 static ConfigurationProperty typeProp; field in System.Web.Configuration.HttpHandlerAction
61 typeProp = new ConfigurationProperty ("type", typeof (string), null, in HttpHandlerAction()
73 _properties.Add (typeProp); in HttpHandlerAction()
103 get { return (string) base[typeProp]; }
104 set { base[typeProp] = value; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DProviderSettings.cs42 static ConfigurationProperty typeProp; field in System.Configuration.ProviderSettings
48typeProp = new ConfigurationProperty ("type", typeof (string), null, ConfigurationPropertyOptions.… in ProviderSettings()
52 properties.Add (typeProp); in ProviderSettings()
106 get { return (string) this [typeProp]; }
107 set { this [typeProp] = value; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.CodeDom.Compiler/
H A DCompiler.cs44 static ConfigurationProperty typeProp; field in System.CodeDom.Compiler.Compiler
55typeProp = new ConfigurationProperty("type", typeof (string), "", ConfigurationPropertyOptions.IsR… in Compiler()
67 properties.Add (typeProp); in Compiler()
105 get { return (string) base[typeProp]; }
106 internal set { base[typeProp] = value; }
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-articles-js.tpl5 typeProp = new Array();
7 typeProp['{$prop|escape}'] = '{$value|escape}';
9 articleTypes['{$type|escape}'] = typeProp;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Compilation/
H A DAppSettingsExpressionBuilderTest.cs53 private Type typeProp; field in MonoTests.System.Web.Compilation.SettingTestingType
71 get { return typeProp; }
72 set { typeProp = value; }
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Drenderingpipeline.cxx268 SGPropertyNode_ptr typeProp = prop->getChild("type"); in Pass() local
269 if (!typeProp.valid()) { in Pass()
272 type = typeProp->getStringValue(); in Pass()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/addons/
H A Dmorse_object_utils.py112 typeProp = StringProperty(name = "Type") variable in MorseObjectDialog
171 self.assignProp(context, 'Type', self.typeProp)
215 self.typeProp = obj.game.properties['Type'].value
217 self.typeProp = "Object"
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DSGReaderWriterXML.cxx164 SGPropertyNode* typeProp = animProp->getChild("type"); in makeEffectAnimations() local
165 if (!typeProp) in makeEffectAnimations()
168 const char* typeString = typeProp->getStringValue(); in makeEffectAnimations()
/dports/devel/datadraw/datadraw3.1.1/src/
H A Ddvgenerate.c54 dvProperty typeProp = dvPropertyCreate(attributeClass, dvUnionNull, PROP_ENUM, typeSym); in createAttributeClass() local
59 dvPropertySetEnumProp(typeProp, attributeTypeEnum); in createAttributeClass()
60 dvUnionSetTypeProperty(valueUnion, typeProp); in createAttributeClass()
/dports/science/v_sim/v_sim-3.8.0/src/
H A DMakefile.am115 extraFunctions/typeProp.c extraFunctions/typeProp.h \
330 $(srcdir)/extraFunctions/typeProp.h $(srcdir)/extraFunctions/typeProp.c \
/dports/science/v_sim/v_sim-3.8.0/po/
H A DPOTFILES.in260 src/extraFunctions/typeProp.h
297 src/extraFunctions/typeProp.c
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DEffect.cxx1081 SGConstPropertyNode_ptr typeProp = prop->getChild("type"); in buildAttribute() local
1097 if (!typeProp) { in buildAttribute()
1121 findAttr(uniformTypes, typeProp, uniformType); in buildAttribute()
/dports/devel/wxformbuilder/source/src/rad/
H A Dappdata.cpp2134 PProperty typeProp = obj->GetProperty( wxT( "type" ) ); in GenerateInheritedClass() local
2136 if ( !( baseNameProp && nameProp && fileProp && typeProp && genfileProp ) ) in GenerateInheritedClass()
2168 typeProp->SetValue( form->GetClassName() ); in GenerateInheritedClass()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Drenderer_gl.cpp4276 GLenum typeProp[] = { GL_TYPE }; in init() local
4280 , BX_COUNTOF(typeProp) in init()
4281 , typeProp in init()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Drenderer_gl.cpp4276 GLenum typeProp[] = { GL_TYPE }; in init() local
4280 , BX_COUNTOF(typeProp) in init()
4281 , typeProp in init()

12