Searched refs:Axis (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DColumnInfo.h58 enum Axis { InlineAxis, BlockAxis }; enum in class:WebCore::ColumnInfo
60 Axis progressionAxis() const { return m_progressionAxis; }
61 void setProgressionAxis(Axis progressionAxis) { m_progressionAxis = progressionAxis; }
108 Axis m_progressionAxis;
H A DRenderBlock.cpp5567 ColumnInfo::Axis oldAxis = info->progressionAxis();
5568 ColumnInfo::Axis newAxis = style->hasInlineColumnAxis() ? ColumnInfo::InlineAxis : ColumnInfo::BlockAxis;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathStep.h45 enum Axis { enum in class:WebCore::XPath::Step
79 Step(Axis, const NodeTest&, const Vector<Predicate*>& predicates = Vector<Predicate*>());
86 Axis axis() const { return m_axis; }
97 Axis m_axis;
H A DXPathParser.h48 Step::Axis axis;
54 Token(int t, Step::Axis v): type(t), axis(v) {}
H A DXPathParser.cpp52 typedef HashMap<String, Step::Axis> AxisNamesMap;
75 Step::Axis axis;
96 static bool isAxisName(const String& name, Step::Axis& type)
353 Step::Axis axis;
H A DXPathStep.cpp42 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates)
141 static inline Node::NodeType primaryNodeType(Step::Axis axis)
154 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest)
210 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest)
H A DXPathGrammar.y59 Step::Axis axis;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dcomponent.rb415 class Axis < TkObject class in class:Tk.PlotComponent
467 Axis::AxisID_TBL[@cpath][@axis] = self
498 # Axis::AxisID_TBL[@cpath][@axis] = self
1399 Axis::AxisID_TBL.delete(@path)
1413 if tag.kind_of?(Axis) ||
1537 Tk::BLT::PlotComponent::Axis.new(self, tagid(id), keys)
1552 Tk::BLT::PlotComponent::Axis.id2obj(self, axis)
1564 Tk::BLT::PlotComponent::Axis.id2obj(self,
1568 Tk::BLT::PlotComponent::Axis.id2obj(self,
1985 Tk::BLT::PlotComponent::Axis
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges204 ! Fixed MIME interoperability bug with Apache Axis - Axis' MIME
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmupad.vim162 syn keyword mupadIdentifier Area Axis AxisX AxisY AxisZ Base Top
194 " graphics Axis Attributes
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_ripencc.c127 Axis, n, OMEGA_n, ODOT_n, t_zc; member in struct:__anon11518
197 Axis, n, r1me2, OMEGA_n, ODOT_n; member in struct:__anon11523
2313 alminfo->Axis = bGetSingle(&buf4[42]);
2398 navinfo->ephorb.Axis = bGetDouble (&buf4[127]);
3679 pbuf += sprintf(pbuf, "\n Axis = % -12g n = % -12g ",
3680 almanac->Axis , almanac->n );
3773 "\n Axis = % -12g . n = % -12g . r1me2 = % -12g",
3774 edata->Axis, edata->n, edata->r1me2 );
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/interop/
H A Dsilab.tcl48 {{Apache Axis} http://nagoya.apache.org:5049/axis/servlet/AxisServlet http://soapinterop.org/ http://soapinterop.org/}
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm709 With Axis, you simply call the web service's URL with the parameter '?wsdl' and you get the WSDL document. It would be nice to be able to do this with SOAP::Lite, too.
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm709 With Axis, you simply call the web service's URL with the parameter '?wsdl' and you get the WSDL document. It would be nice to be able to do this with SOAP::Lite, too.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm101 Interoperability tests with different implementations: Apache SOAP, Apache Axis, Frontier, Microsoft SOAP, Microsoft .NET, DevelopMentor, XMethods, 4s4c, Phalanx, PocketSOAP, Kafka, SQLData, Lucin (in Java, Perl, C++, Python, VB, COM, XSLT).
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm101 Interoperability tests with different implementations: Apache SOAP, Apache Axis, Frontier, Microsoft SOAP, Microsoft .NET, DevelopMentor, XMethods, 4s4c, Phalanx, PocketSOAP, Kafka, SQLData, Lucin (in Java, Perl, C++, Python, VB, COM, XSLT).

Completed in 132 milliseconds