Searched full:language (Results 1 – 25 of 9482) sorted by relevance
12345678910>>...380
14 * License for the specific language governing permissions and limitations under39 * @param string $language Language localization code (a BCP-47 language tag;46 public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = []) argument48 …$params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType…53 * Deletes all images for the specified language and image type. Returns an58 * @param string $language Language localization code (a BCP-47 language tag;59 * for example, "de-AT" for Austrian German). Providing a language that is not66 public function deleteall($packageName, $editId, $language, $imageType, $optParams = []) argument68 …$params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType…77 * @param string $language Language localization code (a BCP-47 language tag;[all …]
14 * License for the specific language governing permissions and limitations under38 * @param string $language Language localization code (a BCP-47 language tag;42 public function delete($packageName, $editId, $language, $optParams = []) argument44 $params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language];66 * @param string $language Language localization code (a BCP-47 language tag;71 public function get($packageName, $editId, $language, $optParams = []) argument73 $params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language];96 * @param string $language Language localization code (a BCP-47 language tag;102 public function patch($packageName, $editId, $language, Listing $postBody, $optParams = []) argument104 …$params = ['packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody'…[all …]
19 DHTML Dynamic HyperText Markup Language40 HTML HyperText Markup Language65 MathML Mathematical Markup Language70 MML Mathematical Markup Language80 OPML Outline Processor Markup Language87 Perl Practical Extraction and Report Language88 PERL Practical Extraction and Report Language106 SGML Standard General Markup Language107 SMIL Synchronized Multimedia Integration Language111 SQL Structured Query Language[all …]
... digest/ org/apache/commons/codec/language/ org/apache/commons/codec/language ...
2 Syntax highlighting with language autodetection.24 function compileSubModes(mode, language) { argument27 for (var j = 0; j < language.modes.length; j++) {28 if (language.modes[j].className == mode.contains[i]) {29 mode.sub_modes[mode.sub_modes.length] = language.modes[j];40 compileSubModes(mode, language);64 function compileTerminators(mode, language) { argument74 for (var i = 0; i < language.modes.length; i++) {75 if (contains(mode.contains, language.modes[i].className)) {76 addTerminator(language.modes[i].begin);[all …]
3 * English language file12 …lang['translateui'] = 'Should the language of the user interface be switched in foreign…13 … = 'Should the start page automatically redirect into a language namespace using browser language …14 …he translation feature is explained for your users. It will be linked from the language selector.';17 …'Select what you\'d like to have shown in the language selector. Note that using country flags for…19 $lang['copytrans'] = 'Copy original language text into the editor when starting a new …20 …] = 'Redirect a page into the language of the user if (1) the page exists and (2) the user ha…21 …ranslationns setting and does only work for translated namespaces that use the language shortcut.';
3 …* Language by namespace: Set the UI language by page language, or by namespace, or by browser lang…26 * Sets the internal language and reloads the language files.32 do { // search for a usable language; break when found34 // 1. Language metadata of the page - the best choice if set35 if (!empty($INFO['meta']['language']) && $this->langOK($INFO['meta']['language'])) {36 $conf['lang'] = $INFO['meta']['language'];39 // 2. Language by namespace (first part)47 // 3. Set the UI language to one of the browser's accepted languages57 // Rebuild the language array if necessary67 /** Check if a string is a valid language code, using the languages of DokuWiki itself */[all …]
18 * Added Chinese language22 * Added Ukrainian Language (Thanks Olexiy Zagorskyi)30 * Updated French Language (Thanks Christophe Martin) 31 * Updated German Language (Thanks Arno Puschmann) 34 * Added Spanish Language (Thanks Bernabé García)42 * Updated Russian Language (Thanks Alexander Zubkov)49 * Updated Italian Language (Thanks Diego Pierotto)50 * Updated Russian Language (Thanks Alexander Zubkov)56 * Updated German Language (Thanks alex)64 * Updated Russian language (v1.5.1) (Thanks Alexander Zubkov)[all …]
3 * English language file12 $lang['translateui'] = 'Should the language of the user interface be switched in foreign language…13 … = 'Should the start page automatically redirect into a language namespace using browser language …14 …he translation feature is explained for your users. It will be linked from the language selector.';17 …'Select what you\'d like to have shown in the language selector. Note that using country flags for…19 $lang['copytrans'] = 'Copy original language text into the editor when starting a new translati…
24 'desc' => 'Returns a language code or null if failed to detect',25 'return' => array('language' => 'string'),29 … 'desc' => 'Checks if a language exists by checking the translations of dokuwiki itself',30 'param' => array('language' => 'string'),35 …turns the ID of a page (default the current page) translated in another language, or null if not e…36 'param' => array('language' => 'string', 'id (optional)' => 'sting'),43 … 'param' => array('title' => 'string', 'language' => 'sting', 'from_language' => 'string'),48 'desc' => 'Returns the name of a language in the native language and English',63 // Detect the language of the page64 if (isset($meta['language'])) {[all …]
12 * License for the specific language governing permissions and limitations under28 * Detect the language of text. (detections.list)61 …* @opt_param string target the language and collation in which the localized results should be ret…87 * Returns text translations from one language to another. (translations.list)90 * @param string $target The target language into which the text should be translated95 * @opt_param string source The source language of the text114 * Lets you translate text from one language to another134 $this->servicePath = 'language/translate/';139 …s->serviceName, 'detections', json_decode('{"methods": {"list": {"id": "language.detections.list",…140 …is->serviceName, 'languages', json_decode('{"methods": {"list": {"id": "language.languages.list", …[all …]
15 * Added Ukrainian Language (Thanks Olexiy Zagorskyi)23 * Updated French Language (Thanks Christophe Martin) 24 * Updated German Language (Thanks Arno Puschmann) 27 * Added Spanish Language (Thanks Bernab� Garc�a)35 * Updated Russian Language (Thanks Alexander Zubkov)42 * Updated Italian Language (Thanks Diego Pierotto)43 * Updated Russian Language (Thanks Alexander Zubkov)49 * Updated German Language (Thanks alex)57 * Updated Russian language (v1.5.1) (Thanks Alexander Zubkov)59 * Discarded outdated language versions (they are still available as a patch)[all …]
124 // https://prismjs.com/plugins/show-language/127 "$BASE_PRISM_CDN/plugins/show-language/prism-show-language.min.js",233 * It contains the language237 $language = $attributes->getValue(TagAttributes::TYPE_KEY);238 if ($language == null) {239 // Prism does not have any default language241 // but without language, there is no styling242 $language = "txt";244 $language = strtolower($language);248 if (in_array($language, Tag\WebCodeTag::MARKIS)) {[all …]
3 * English language file13 … = 'Use flags on screen instead of ISO language two letter code? If dropdown list is on show only …14 $lang['description'] = 'Display text like "Translations of this page" in current language.';16 $lang['translateui'] = 'Should the language of the user interface be switched in foreign language…17 … = 'Should the start page automatically redirect into a language namespace using browser language …18 …he translation feature is explained for your users. It will be linked from the language selector.';
42 || empty($_REQUEST['Language'])61 $Language = trim($_REQUEST['Language']);68 …if ( $Language != 'export all' && !in_array( $Language, $functions->_getAvailableLanguages($Catego…69 …msg($functions->_messageReplacer('CategoryNotSupportedInLanguage', array($Category, $Language)), -…74 if ( $Language != 'export all' ) { $Language = array($Language); }75 else { $Language = $functions->_getAvailableLanguages($CategoryID, $Version); }77 if ( count($Language) > 1 ) {82 foreach ( $Language as $exportLang ) {95 if ( count($Language) > 1 ) {100 if ( count($Language) == 1 ) {[all …]
7 "golang.org/x/text/language"22 bundle := i18n.NewBundle(language.English)30 // Try to load the specified language translations33 // Try loading the base language if the specific locale fails36 log.Printf("Failed to load %s translation, trying base language %s: %s", lang, baseLang, err)38 …log.Printf("Failed to load base language %s translation, falling back to English: %s", baseLang, e…48 // Create a localizer for the specified language67 // T translates a message ID to the current language80 // getPreferredLanguage determines the user's preferred language using go-locale84 log.Printf("Failed to get preferred language, defaulting to English: %s", err)[all …]
10 protected $language; variable in dokuwiki\\plugin\\aichat\\Chunk29 $this->language = $lang ?: $this->determineLanguage();140 return $this->language;144 * @param string $language146 public function setLanguage($language): void argument148 $this->language = $language;152 * Initialize the language of the chunk154 …ranslation plugin is available it is used to determine the language, otherwise the default language187 $data['language'] ?? '',200 'language' => $this->language,
14 * Cache of language code information used to load HTMLPurifier_Language objects.28 * Instance to validate language codes.82 * Creates a language object, handles class fallbacks90 // validate language code93 $config->get('Core.Language'),111 $file = $this->dir . '/Language/classes/' . $code . '.php';131 * Returns the fallback language for language132 * @note Loads the original language into cache133 * @param string $code language code143 * Loads language into the cache, handles message file and fallbacks[all …]
9 \lstset{frame=single, language=java}23 \lstset{frame=single, language=pascal}36 \lstset{frame=single, language=PHP}42 \lstset{frame=single, language=PHP}50 \lstset{frame=single, language=HTML}56 \lstset{frame=single, language=HTML}62 \lstset{frame=single, language=php, title=myexample.php}68 \lstset{frame=single, language=php, title=myexample.php}
3 namespace Mpdf\Language;6 * mPDF recognises IETF language tags as:7 * - a single primary language subtag composed of a two letter language code from ISO 639-1 (2002),13 …sensitive, but the specification recommends using the same case as in the Language Subtag Registry,16 …* Region subtags are often deprecated by the registration of specific primary language subtags fro…21 …ined) is used in situations in which a script must be indicated but the language cannot be identif…22 * e.g. und-Cyrl is an undefined language written in Cyrillic script.
5 …ng_by_ns'] = "If the namespace of a page is a valid language code, use it to guess the page langua…6 $lang['guess_lang_by_ui_lang'] = "Use the wiki's user interface to auto-detect guess page language …7 $lang['default_original_language'] = "If the page language can not be detected, assume this languag…8 $lang['use_language_namespace'] = "Use language code as namespace for translations";22 $lang['link_style_o_langname'] = "Language name";23 $lang['link_style_o_langcode'] = "Language code";
14 * License for the specific language governing permissions and limitations under45 * @opt_param string languageCode The language of the following fields in47 * agent's default language is used. [Many48 * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)83 * @opt_param string languageCode The language to retrieve the intent for. The84 * following fields are language dependent: *86 * language is used. [Many87 * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)108 * @opt_param string languageCode The language to list intents for. The109 * following fields are language dependent: *[all …]
14 * License for the specific language governing permissions and limitations under45 * @opt_param string languageCode The language of the following fields in49 * not specified, the agent's default language is used. [Many50 * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)92 * @opt_param string languageCode The language to retrieve the transition route93 * group for. The following fields are language dependent: *96 * not specified, the agent's default language is used. [Many97 * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)116 * @opt_param string languageCode The language to list transition route groups117 * for. The following fields are language dependent: *[all …]
3 * english language file6 // settings must be present and set appropriately for the language34 $lang['Language'] = 'Language';40 $lang['ExportManager'] = 'Export Language Sets';42 $lang['ImportMasterLanguage'] = 'Import Language Master';43 $lang['RemoveMasterLanguage'] = 'Remove Master Language';62 $lang['MasterValue'] = 'Master Language Value';66 $lang['DisplayReferenceLanguage'] = 'Display Reference Language';76 …egoryNotSupportedInLanguage'] = "The selected Category '{0}' does not support the language '{1}'.";79 $lang['KeysNotInMaster'] = "There are {0}/{1} Entry Keys that do not exist in the Master Language f…
17 if(isset($_POST["language"])) switch($_POST["language"]) {18 case "german" : case "de" : $GLOBALS["language"] = "de"; break;19 case "english" : case "en" : $GLOBALS["language"] = "en"; break;20 case "spanish" : case "es" : $GLOBALS["language"] = "es"; break;21 case "french" : case "fr" : $GLOBALS["language"] = "fr"; break;22 case "dutch" : case "nl" : $GLOBALS["language"] = "nl"; break;23 case "swedish" : case "sv" : $GLOBALS["language"] = "sv"; break;24 default : $GLOBALS["language"] = "en"; break;59 …hyphContent.send("text=" + encodeURIComponent(element.innerHTML) + "&language=" + mode + "&restric…