Home
last modified time | relevance | path

Searched refs:BodyStyle (Results 1 – 25 of 34) sorted by relevance

12

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/react-clientside-effect/
H A DREADME.md23 …e passing them to side effect. For example, this allows you to create `<BodyStyle style>` componen…
28 <BodyStyle style={{ backgroundColor: 'red' }}>
30 </BodyStyle>
35 <BodyStyle style={{ backgroundColor: this.state.color }}>
37 </BodyStyle>
48 class BodyStyle extends Component {
54 BodyStyle.propTypes = {
73 )(BodyStyle);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/react-clientside-effect/
H A DREADME.md23 …e passing them to side effect. For example, this allows you to create `<BodyStyle style>` componen…
28 <BodyStyle style={{ backgroundColor: 'red' }}>
30 </BodyStyle>
35 <BodyStyle style={{ backgroundColor: this.state.color }}>
37 </BodyStyle>
48 class BodyStyle extends Component {
54 BodyStyle.propTypes = {
73 )(BodyStyle);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web/
H A DWebGetAttribute.cs45 public WebMessageBodyStyle BodyStyle { property in System.ServiceModel.Web.WebGetAttribute
46 get { return info.BodyStyle; }
47 set { info.BodyStyle = value; }
H A DWebInvokeAttribute.cs45 public WebMessageBodyStyle BodyStyle { property in System.ServiceModel.Web.WebInvokeAttribute
46 get { return info.BodyStyle; }
47 set { info.BodyStyle = value; }
H A DWebAttributeInfo.cs45 public WebMessageBodyStyle BodyStyle { property in System.ServiceModel.Web.WebAttributeInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Web/
H A DWebInvokeAttribute.cs30 public WebMessageBodyStyle BodyStyle property in System.ServiceModel.Web.WebInvokeAttribute
117 return this.BodyStyle; in GetBodyStyleOrDefault()
131 wmiInstance.SetProperty("BodyStyle", this.BodyStyle.ToString()); in IWmiInstanceProvider.FillInstance()
H A DWebGetAttribute.cs30 public WebMessageBodyStyle BodyStyle property in System.ServiceModel.Web.WebGetAttribute
116 wmiInstance.SetProperty("BodyStyle", this.BodyStyle.ToString()); in IWmiInstanceProvider.FillInstance()
134 return this.BodyStyle; in GetBodyStyleOrDefault()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Dispatcher/
H A DHelpPage.cs187 public WebMessageBodyStyle BodyStyle property in System.ServiceModel.Dispatcher.OperationHelpInformation
202 …this.BodyStyle == WebMessageBodyStyle.WrappedRequest || this.BodyStyle == WebMessageBodyStyle.Wrap…
215 …this.BodyStyle == WebMessageBodyStyle.WrappedResponse || this.BodyStyle == WebMessageBodyStyle.Wra…
/dports/science/lammps/lammps-stable_29Sep2021/src/BODY/
H A Dbody_nparticle.h16 BodyStyle(nparticle,BodyNparticle);
H A Dbody_rounded_polygon.h16 BodyStyle(rounded/polygon,BodyRoundedPolygon);
H A Dbody_rounded_polyhedron.h16 BodyStyle(rounded/polyhedron,BodyRoundedPolyhedron);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/
H A DWebMessageFormatter.cs118 public WebMessageBodyStyle BodyStyle { property in System.ServiceModel.Dispatcher.WebMessageFormatter
119 get { return info.IsBodyStyleSetExplicitly ? info.BodyStyle : behavior.DefaultBodyStyle; }
124 switch (BodyStyle) {
135 switch (BodyStyle) {
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/
H A Dftconfig.h81 char *BodyStyle; // transducer's body style (such as "Delta") member
H A Dftconfig.c142 cal->BodyStyle=ATI_strdup(temp); in createCalibration()
268 free(cal->BodyStyle); in destroyCalibration()
297 printf(" Body Style: %s\n",cal->BodyStyle); in printCalInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Activation/
H A DWebScriptServiceHostFactoryTest.cs77 [WebGet (BodyStyle = WebMessageBodyStyle.WrappedResponse)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Description/
H A DWebHttpBehaviorTest.cs278 [WebInvoke (UriTemplate = "postwrapped", BodyStyle=WebMessageBodyStyle.WrappedRequest)]
282 [WebInvoke (UriTemplate = "out?p1={p1}&p2={p2}", BodyStyle=WebMessageBodyStyle.WrappedResponse)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/
H A DWebScriptEnablingBehavior.cs194 var style = wai != null && wai.IsBodyStyleSetExplicitly ? wai.BodyStyle : DefaultBodyStyle; in Validate()
H A DWebHttpBehavior.cs208 return wai != null && wai.IsBodyStyleSetExplicitly ? wai.BodyStyle : DefaultBodyStyle; in GetBodyStyle()
/dports/misc/visp/visp-3.4.0/modules/sensor/src/force-torque/
H A DvpForceTorqueAtiSensor.cpp248 os << " Body Style: " << s_calibinfo->BodyStyle << std::endl; in operator <<()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Datom_vec_body.cpp112 #define BodyStyle(key,Class) \ in process_args() macro
116 #undef BodyStyle in process_args()
H A Dlammps.cpp967 #define BodyStyle(key,Class) \ in init_pkg_lists() macro
970 #undef BodyStyle in init_pkg_lists()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.ServiceModel.Web.cs284 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebGetAttribute
300 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebInvokeAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.ServiceModel.Web.cs284 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebGetAttribute
300 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebInvokeAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.ServiceModel.Web.cs527 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebGetAttribute
543 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebInvokeAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.ServiceModel.Web.cs493 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebGetAttribute
509 public System.ServiceModel.Web.WebMessageBodyStyle BodyStyle { get { throw null; } set { } } property in System.ServiceModel.Web.WebInvokeAttribute

12