Home
last modified time | relevance | path

Searched refs:language (Results 101 – 125 of 1328) sorted by relevance

12345678910>>...54

/plugin/publistx/
H A Dchangelog17 * Included Spanish (es) language file.
22 enabled) or global language configuration. "lang:xx" option is not needed
/plugin/elasticsearch/
H A Dcomposer.lock244 "name": "patrickschur/language-detection",
248 "url": "https://github.com/patrickschur/language-detection.git",
253 "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
282 "description": "A language detection library for PHP. Detects the language from a given text string.",
283 "homepage": "https://github.com/patrickschur/language-detection",
287 "language"
290 "issues": "https://github.com/patrickschur/language-detection/issues",
291 "source": "https://github.com/patrickschur/language-detection/tree/v5.3.0"
638 "patrickschur/language
[all...]
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md23 of the Markdown text as an abstract syntax tree (see [Extending the language](#extend)).
88 The next step is to call the `parse()`-method for parsing the text using the full markdown language
194 Extending the language <a name="extend"></a>
257 // detect language and fence length (can be more than 3 backticks)
259 $language = substr($line, $pos);
260 if (!empty($language)) {
261 $block['language'] = $language;
283 $class = isset($block['language']) ? ' class="language-' . $block['language'] . '"' : '';
348 2. Select language feature traits
360 #### Select language feature traits
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc8 structure of other language clients (Ruby, Python, and so on). We hope that this
10 from one language to the next with minimal effort.
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js54 if (options.language) {
55 var lang = String(options.language).replace('-','_');
/plugin/twistienav4bootstrap3/
H A DREADME.md28 The plugin is only translated in English but you can translate it in your own language.
30 Just copy the directory lang/en, rename it in your own language (For instance, for france, to lang/…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklanguagemanager.js94 else if ( navigator.language )
95 sUserLang = navigator.language.toLowerCase() ;
/plugin/struct/admin/
H A Dassignments.php28 * @param string $language language code
31 public function getMenuText($language) argument
/plugin/data-au/admin/
H A Daliases.php52 * @param string $language lang code
55 public function getMenuText($language) { argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerJarFilter.php91 if (null !== $this->language) {
92 $pb->add('--language_in')->add($this->language);
H A DCompilerApiFilter.php73 if (null !== $this->language) {
74 $query['language'] = $this->language;
/plugin/reqlang/
H A DREADME3 Switch the interface language according to the accept-language request header
/plugin/data/admin/
H A Daliases.php57 * @param string $language lang code
60 public function getMenuText($language)
52 getMenuText($language) global() argument
/plugin/zul/syntax/
H A Dzirkelundlineal.php161 $language = $data['language'];
262 if ($language != '') {
263 $txt .= '<param name="language" value="'.$language.'"/>';
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1language)+": "+b,!1,g);else{switch(void 0===g.format&&(g.format="json"),g.format=g.format.toLowerC…
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md6 * CKEditor [language addon](http://ckeditor.com/addon/language) support
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md6 * CKEditor [language addon](http://ckeditor.com/addon/language) support
/plugin/combo/vendor/salesforce/handlebars-php/
H A D.travis.yml1 language: php
/plugin/revealjs/
H A Drenderer.php460 * @param string $language programming language to use for syntax highlighting
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) { argument
487 if(is_null($language)) {
492 …$this->doc .= '<pre><code class="'.$language.'">'.$this->_xmlEntities($text).'</code></pre>'.DOKU_…
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt2 * To Upgrade for your language, create the following language items in your language file,
150 +' select the language type from the drop down menu and click OK. ' ,
164 geshiAlertLanguage: 'Please select a language',
173 // These two are for the toolbar and are already included in the language js files
194language identifier or the down arrow to its right opens a drop-down menu of languages; selecting …
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php228 Ast\Value\Language $language
230 $this->_buffer .= ':lang('.$language->language.')';
227 visitValueLanguage(Ast\\Value\\Language $language) global() argument
/plugin/plantumlparser/
H A D.travis.yml1 language: php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DScriptToLanguageInterface.php10 public function getLanguageDelimiters($language); argument
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php569 public $language; variable in Google_BlogLocale
577 public function setLanguage( $language) { argument
578 $this->language = $language;
581 return $this->language;
1369 public $language; variable in Google_UserLocale
1377 public function setLanguage( $language) { argument
1378 $this->language = $language;
1381 return $this->language;
/plugin/edittable/renderer/
H A Dinverse.php305 function file($text, $language = null, $filename = null) { argument
306 $this->_highlight('file', $text, $language, $filename);
309 function code($text, $language = null, $filename = null) { argument
310 $this->_highlight('code', $text, $language, $filename);
313 function _highlight($type, $text, $language = null, $filename = null) { argument
318 if($language != null) {
319 $this->doc .= " $language";

12345678910>>...54