Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getFloatValue (0.16 sec)

  1. src/mdo/reader.vm

        /**
         * Method getFloatValue.
         *
         * @param s a s object.
         * @param strict a strict object.
         * @param parser a parser object.
         * @param attribute a attribute object.
         * @throws XMLStreamException XMLStreamException if
         * any.
         * @return float
         */
        private float getFloatValue(String s, String attribute, XMLStreamReader parser, boolean strict)
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

     throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public double getDoubleValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public float getFloatValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public int getIntegerValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

     throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public double getDoubleValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public float getFloatValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public int getIntegerValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
Back to top