Home
last modified time | relevance | path

Searched refs:educationLevels (Results 1 – 3 of 3) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/JobService/
H A DJob.php36 public $educationLevels; variable in Google_Service_JobService_Job
186 public function setEducationLevels($educationLevels) argument
188 $this->educationLevels = $educationLevels;
192 return $this->educationLevels;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/JobService/
H A DJob.php36 public $educationLevels; variable in Google_Service_JobService_Job
186 public function setEducationLevels($educationLevels) argument
188 $this->educationLevels = $educationLevels;
192 return $this->educationLevels;
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/
H A DExemplarInfo.java127 UnicodeMap<String> educationLevels = new UnicodeMap<>(); field in ExemplarInfo
180 educationLevels.putAll(getCharset("Shift_JIS"), "SJIS"); in ExemplarInfo()
181 educationLevels.putAll(JapaneseEducationLevels); in ExemplarInfo()
183 educationLevels.putAll(getCharset("x-windows-949"), "949"); in ExemplarInfo()
185 educationLevels.putAll(getCharset("GB2312"), "2312"); in ExemplarInfo()
187 educationLevels.putAll(getCharset("Big5"), "Big5"); in ExemplarInfo()
320 String level = educationLevels.get(cps.getCodePoint()); in getEducationLevel()