Home
last modified time | relevance | path

Searched refs:AttrValue (Results 251 – 275 of 430) sorted by relevance

1...<<1112131415161718

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlanchorelement.rs33 use style::attr::AttrValue;
95 fn parse_plain_attribute(&self, name: &LocalName, value: DOMString) -> AttrValue { in parse_plain_attribute() argument
97 &local_name!("rel") => AttrValue::from_serialized_tokenlist(value.into()), in parse_plain_attribute()
H A Dmacros.rs249 use style::attr::AttrValue;
251 let value = AttrValue::from_legacy_color(value.into());
264 let value = AttrValue::from_dimension(value.into());
277 let value = AttrValue::from_nonzero_dimension(value.into());
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/tensorflow/
H A Dop_def.proto71 AttrValue default_value = 3;
88 // of the "type" field above (uses the "list" field of AttrValue).
93 AttrValue allowed_values = 7;
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/misc/tensorflow/
H A Dfunction.pb.cc797 ::std::string, ::opencv_tensorflow::AttrValue, in MergePartialFromCodedStream()
801 … ::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue > > parser(&attr_); in MergePartialFromCodedStream()
882 typedef ::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::const_pointer in SerializeWithCachedSizes()
899 …typedef ::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::size_type size_t… in SerializeWithCachedSizes()
901 for (::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::const_iterator in SerializeWithCachedSizes()
920 for (::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::const_iterator in SerializeWithCachedSizes()
992 typedef ::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::const_pointer in InternalSerializeWithCachedSizesToArray()
1009 …typedef ::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::size_type size_t… in InternalSerializeWithCachedSizesToArray()
1011 for (::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::const_iterator in InternalSerializeWithCachedSizesToArray()
1032 for (::google::protobuf::Map< ::std::string, ::opencv_tensorflow::AttrValue >::const_iterator in InternalSerializeWithCachedSizesToArray()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vformat/
H A Dvmeasurements.cpp81 const QString VMeasurements::AttrValue = QStringLiteral("value"); member in VMeasurements
376 const QString formula = GetParametrString(dom, AttrValue, QChar('0')); in ReadMeasurements()
424 if (qmu::QmuTokenParser::IsSingle(domElement.attribute(AttrValue))) in ClearForExport()
426 SetAttribute(domElement, AttrValue, QChar('0')); in ClearForExport()
680 SetAttribute(node, AttrValue, text); in SetMValue()
1242 SetAttribute(element, AttrValue, formula.isEmpty() ? QChar('0') : formula); in MakeEmpty()
1500 SetAttribute(labelTag, AttrValue, i.key()); in SaveDimesionLabels()
1539 const qreal value = GetParametrDouble(l, AttrValue, QChar('0')); in ReadDimensionLabels()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tensorflow/
H A DPooling3DTf.cpp26 tensorflow::AttrValue value; in run()
H A DPoolingTf.cpp26 tensorflow::AttrValue value; in run()
H A DReshapeTf.cpp33 tensorflow::AttrValue value; in run()
H A DDetection_PostProcessTf.cpp28 tensorflow::AttrValue value; in run()
H A DMomentsTf.cpp28 tensorflow::AttrValue value;
H A DResizeBilinearTf.cpp26 tensorflow::AttrValue value; in run()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/selectors/
H A Dtree.rs65 operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>, in attr_matches() argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_sax_old_dom.erl263 parse_attributes([{Uri, Prefix, LocalName, AttrValue} |As], ElName, NameSpace, T, N, Acc) ->
278 value=AttrValue,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_old_dom.erl263 parse_attributes([{Uri, Prefix, LocalName, AttrValue} |As], ElName, NameSpace, T, N, Acc) ->
278 value=AttrValue,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_old_dom.erl263 parse_attributes([{Uri, Prefix, LocalName, AttrValue} |As], ElName, NameSpace, T, N, Acc) ->
278 value=AttrValue,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_old_dom.erl263 parse_attributes([{Uri, Prefix, LocalName, AttrValue} |As], ElName, NameSpace, T, N, Acc) ->
278 value=AttrValue,
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_old_dom.erl263 parse_attributes([{Uri, Prefix, LocalName, AttrValue} |As], ElName, NameSpace, T, N, Acc) ->
278 value=AttrValue,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/selectors-0.21.0/
H A Dtree.rs70 operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>, in attr_matches() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Ddom.rs20 use selector_parser::{AttrValue, PseudoClassStringArg, PseudoElement, SelectorImpl};
830 fn lang_attr(&self) -> Option<AttrValue>; in lang_attr() argument
839 override_lang: Option<Option<AttrValue>>, in match_element_lang() argument
/dports/www/firefox-esr/firefox-91.8.0/servo/components/selectors/
H A Dtree.rs77 operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>, in attr_matches() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/selectors/
H A Dtree.rs77 operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>, in attr_matches() argument
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUTranspose.cpp61 (*reshape).set_input_tensor(*xOp).set_attr_shape(ge::AttrValue::LIST_INT(shapeDims)); in onResize()
/dports/www/firefox/firefox-99.0/servo/components/selectors/
H A Dtree.rs77 operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>, in attr_matches() argument
/dports/net/c3270/suite3270-4.0/include/
H A Db3270proto.h146 #define AttrValue "value" macro
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/selectors/
H A Dtree.rs77 operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>, in attr_matches() argument

1...<<1112131415161718