Home
last modified time | relevance | path

Searched refs:getTranslations (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
DLocalizedStringBundle.php54 public function getTranslations() function in Google\\Service\\GamesConfiguration\\LocalizedStringBundle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
DTranslateTextResponse.php52 public function getTranslations() function in Google\\Service\\Translate\\TranslateTextResponse
/plugin/translate/
Dhelper.php244 $langs = array_values($this->getTranslations($orig));
273 $langs = array_values($this->getTranslations($orig));
451 private function getTranslations($id) { function in helper_plugin_translate
/plugin/authgoogle/google/contrib/
DGoogle_TranslateService.php223 public function getTranslations() { function in Google_TranslationsListResponse
DGoogle_ModeratorService.php1362 public function getTranslations() { function in Google_Submission
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php437 $words = self::getTranslations(array('true', 'on', 'yes', 'y'));
442 $words = self::getTranslations(array('false', 'off', 'no', 'n'));
447 $words = self::getTranslations(array('null', '~'));
482 private static function getTranslations(array $words) { function in Spyc