Results 1-25 of about 186 results found for 'iso 3166' in 0.22 seconds
 1 2345678

IISOCountry2CharTypeData.java
 * <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 * <CODE>&nbsp;{@link java.lang.String}<BR>&nbsp;({@link org.jbind.xml.core.data.IAnyURIData})</CODE></FONT></TD>
 * <TD><CODE><B><A HREF="#attribute_codeSpace">codeSpace</A></B></CODE> use: optional; fixed: http://www.iso.org/iso/en/pro...  
 * <BR>
 * &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
Language: Java
LOC: 7
Spider_20090107_inc : JBind: A Java-XML Data Binding Framework (project search) : .../test/jBind/data/codeType/IISOCountry2CharTypeData.java

LocaleTest.java
{
    /**
     * The ISO-3166 country codes (2007-11-01).
     */
    public static final String[] ISO_3166 = { "AF", "AX", "AL", "DZ", "AS",
Language: Java
(c) 2006 The Norther Organization (http://www.norther.org).
LOC: 111
Spider_mobile_001 : Tammi - Tammi Hello (project search) : .../norther/tammi/acorn/util/LocaleTest.java

User.java
     * The locale can either be a 2 letter country code 
     * (de, en) or a locale code according to RFC 1766 /
     * ISO 639 / ISO 3166 (de_DE, de_CH, de_AT, en_US, ...)  
     * @return The locale.
     */
Language: Java
License: AL20
Copyright 1999-2004 The Apache Software Foundation
LOC: 13
Apache_ (ASF) : Apache Lenya (project search) : .../org/apache/lenya/ac/User.java

CountryIsoCodeReader.java
import java.util.StringTokenizer;
/**
 * Very simple, hard-coded utility class that visits the ISO 3166 web site, pulls the list of the
 * countries and their corresponding 2-letter code, and generates sql to insert these pairs into a
 * database. This class must change if the URL changes, or if the file format changes, otherwise it
Language: Java
License: LGPL
(C) 2003-2005 Les A. Hazlewood
LOC: 111
Spider_20090107_inc : DewDrop (project search) : .../net/sf/dewdrop/util/CountryIsoCodeReader.java

CountryForm.java
     /** The name property */
    private String name;
    /** the ISO 3166 code. */
    private String iso;
    /** the internet code. */
Language: Java
LOC: 75
Spider_20090121_inc : Yttrium (project search) : .../be/m8n/struts/form/CountryForm.java

X_AD_Language.java
return ii.intValue();
}
/** Set ISO Country Code.
Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/IS...  
public void setCountryCode (String CountryCode)
Language: Java
(C) 2006 FUNDESLE */
LOC: 180
Spider_20090120_inc : openXpertya solución empresarial global (project search) : .../src/org/openXpertya/model/X_AD_Language.java

X_AD_Language.java
return ii.intValue();
}
/** Set ISO Country Code.
Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/IS...  
public void setCountryCode (String CountryCode)
Language: Java
(C) 1999-2005 Jorg Janke */
LOC: 180
Spider_20081217_inc : Compiere Manufacturing (Compiere CMPCS) (project search) : .../src/org/compiere/model/X_AD_Language.java

X_AD_Language.java
return ii.intValue();
}
/** Set ISO Country Code.
Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/IS...  
public void setCountryCode (String CountryCode)
Language: Java
(C) 1999-2005 Jorg Janke */
LOC: 180
java.net (SVN) : CRM-Erp platform for Small-Medium Enterprise (project search) : .../src/org/compiere/model/X_AD_Language.java

FacesLocale.java
 * 
 * 
 *                 The localeType defines valid locale defined by ISO-639-1
 *                 and ISO-3166.
 *
Language: Java
License: AL20
LOC: 19
Spider_embedded_001 : OpenEJB (project search) : .../org/apache/openejb/jee/FacesLocale.java

Country.java
     private String description;
     /**
      * The country code as described in the ISO 3166-1-alpha-2 code elements.
      * This is a unique value. This is a required property.
      */
Language: Java
LOC: 99
Spider_20090121_inc : Yttrium (project search) : .../be/m8n/hibernate/model/Country.java

DefaultLocaleConverter.java
{
    /**
     * The ISO-3166 country code resource prefix.
     */
    private static final String ISO_3166_PREFIX = "ISO_3166.";
Language: Java
(c) 2006 The Norther Organization (http://www.norther.org/).
LOC: 382
Spider_mobile_001 : Tammi - Tammi Hello (project search) : .../norther/tammi/core/converter/DefaultLocaleConverter.java

Shipping.java
   * Creates a shipping object.
   *
   * @param country destination country (ISO 3312 2-letter code)
   * @param service shipping method
   * @param price price
Language: Java
License: AL20
(c) 2006 Google Inc.
LOC: 30
Google : gdata-java-client - GData Java Client Library (project search) : .../google/api/gbase/client/Shipping.java

SecurityCredential.java
 * credential.</li>
 * <li>The name of the country in which the credential is valid. Countries are
 * specified by their ISO 3166 two-character abbreviations.</li>
 * <li>An identifier for the credential, typically provided by the issuing
 * authority or agency.</li>
Language: Java
License: AL20
Copyright 2004 Technology Crossing
LOC: 192
Spider_20090227_inc : Open source recruiter (OSR) (project search) : .../com/techxing/osr/core/SecurityCredential.java

Military.java
 * military in which they served:
 * <ul>
 * <li>The country they served. Countries are specified by their ISO 3166
 * two-character abbreviations.</li>
 * <li>Their service number.</li>
Language: Java
License: AL20
Copyright 2004 Technology Crossing
LOC: 167
Spider_20090227_inc : Open source recruiter (OSR) (project search) : .../com/techxing/osr/core/Military.java

Countries.java
import java.util.Map;
/**
 * Contains country codes according to ISO 3166 alpha-2.
 * The codes are set up by reading in the files &quot;countries.txt&quot;.
 */
Language: Java
LOC: 30
Spider_20090107_inc : JBind: A Java-XML Data Binding Framework (project search) : .../src/org/jbind/base/Countries.java

LocatorDescriptor.java
    /*
     * Gets the language parameter for this template.
     * Language values are ISO-639 standard language abbreviations
     * en, fr, de, ...
     *
Language: Java
License: AL20
Copyright 2000-2004 The Apache Software Foundation.
LOC: 24
Spider_20090121_inc : Jetspeed-2 (project search) : .../org/apache/jetspeed/locator/LocatorDescriptor.java

Directive.java
 * for convenience. This is typically used for tempo markings at the beginning
 * of a piece of music. The language is Italian ("it") by default. Language
 * names come from ISO 639, with optional country subcodes from ISO 3166. <br>
 * 
 * @author wei-fieg
Language: Java
License: AL20
Copyright 2005 Dominik Wei-Fieg
LOC: 16
Spider_20090108_inc : MusicXML Repository (project search) : .../ars_subtilior/openscore/musicxml/attributes/Directive.java

FlowerMeanings.java
import java.util.ArrayList;
/**
 * ISO 3166 Codes (Countries)
 * 
 * Updated by the RIPE Network Coordination Centre, in coordination with the ISO
Language: Java
LOC: 74
Google : araccommon - Common code for all my projects (project search) : .../uk/co/aspellclark/common/FlowerMeanings.java

CountryCode.java
  private int value;
  /**
   * The ISO 3166 two letter country mnemonic (as used by the Locale class)
   */
  private String code;
Language: Java
(C) 2005 Andrew Khan
LOC: 88
Spider_20090401_inc : Fudaa - fudaa_src (project search) : .../lib/jxl.src.jar.---/jxl/biff/CountryCode.java

Locale.java
 * </pre>
 * </blockquote>
 * The language argument is a valid <STRONG>ISO Language Code.</STRONG> 
 * These codes are the lower-case, two-letter codes as defined by ISO-639.
 * You can find a full list of these codes at a number of sites, such as:
Language: Java
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
LOC: 473
Spider_20090529_inc : Bureau Virtuel - UBC_AddressBook (project search) : .../j2sdk1.4.2_04/src.zip.---/java/util/Locale.java

Locale.java
 * </pre>
 * </blockquote>
 * The language argument is a valid <STRONG>ISO Language Code.</STRONG> 
 * These codes are the lower-case, two-letter codes as defined by ISO-639.
 * You can find a full list of these codes at a number of sites, such as:
Language: Java
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
LOC: 473
Spider_20090108_inc : Business Integration Engine (BIE-gpl) (project search) : .../j2sdk1.4.2_04/src.zip.---/java/util/Locale.java

Locale.java
 * </pre>
 * </blockquote>
 * The language argument is a valid <STRONG>ISO Language Code.</STRONG> 
 * These codes are the lower-case, two-letter codes as defined by ISO-639.
 * You can find a full list of these codes at a number of sites, such as:
Language: Java
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
LOC: 473
Spider_20090108_inc : Business Integration Engine (BIE-gpl) (project search) : .../j2sdk1.4.2_07/src.zip.---/java/util/Locale.java

Locale.java
 * </pre>
 * </blockquote>
 * The language argument is a valid <STRONG>ISO Language Code.</STRONG> 
 * These codes are the lower-case, two-letter codes as defined by ISO-639.
 * You can find a full list of these codes at a number of sites, such as:
Language: Java
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
LOC: 473
Spider_20090108_inc : Business Integration Engine (BIE-gpl) (project search) : .../j2sdk1.4.2_04/src.zip.---/java/util/Locale.java

Locale.java
 * </pre>
 * </blockquote>
 * The language argument is a valid <STRONG>ISO Language Code.</STRONG> 
 * These codes are the lower-case, two-letter codes as defined by ISO-639.
 * You can find a full list of these codes at a number of sites, such as:
Language: Java
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
LOC: 473
Spider_20090108_inc : Business Integration Engine (BIE-gpl) (project search) : .../j2sdk1.4.2_04/src.zip.---/java/util/Locale.java

Locale.java
 * </pre>
 * </blockquote>
 * The language argument is a valid <STRONG>ISO Language Code.</STRONG> 
 * These codes are the lower-case, two-letter codes as defined by ISO-639.
 * You can find a full list of these codes at a number of sites, such as:
Language: Java
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
LOC: 473
Spider_20090108_inc : Business Integration Engine (BIE-gpl) (project search) : .../j2sdk1.4.2_07/src.zip.---/java/util/Locale.java

 1 2345678







About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us