Home
last modified time | relevance | path

Searched refs:deflocale (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/
H A Dcompat.py181 deflocale = locale.getdefaultlocale()[1] or 'ascii'
182 return ex.strerror.decode(deflocale)
191 deflocale = locale.getdefaultlocale()[1] or 'ascii'
192 return str(ex).decode(deflocale)
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Di18n.py120 deflocale = getdefaultlocale()
122 if deflocale:
123 lang = deflocale[0]
/dports/misc/sword/sword-1.8.1/utilities/diatheke/soap/
H A Dsapouni.cgi33 $deflocale = "abbr"; # this is just the default for cases where user has not selected a locale and…
94 $query .= " -l $deflocale";
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Locale/data/
H A Ddeflocale.input1 # data file for deflocale.sh. Each line must have two locales in the following order.
H A Ddeflocale.sh51 done < deflocale.input
/dports/misc/sword/sword-1.8.1/utilities/diatheke/cgi/
H A Ddiatheke.pl52 $deflocale = "abbr"; # this is just the default for cases where user has not selected a locale and…
113 $locale = $deflocale;
/dports/graphics/Coin/coin-Coin-4.0.0/src/
H A Dtidbits.cpp1392 const char * deflocale = setlocale(LC_NUMERIC, NULL); in coin_locale_set_portable() local
1393 if (strcmp(deflocale, "C") == 0) { return FALSE; } in coin_locale_set_portable()
1398 cc_string_set_text(storeold, deflocale); in coin_locale_set_portable()

123