Home
last modified time | relevance | path

Searched refs:language (Results 276 – 300 of 1328) sorted by relevance

1...<<11121314151617181920>>...54

/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc101 label: "Select language", //editor.lang.geshi.lang,
106 …// geshi_dialog.getContentElement( 'tab-basic', 'language' ).setValue(this.getValue()); …
111 id: 'language',
187 // dialog.getContentElement( 'tab-basic', 'language' ).style='display:block';
/plugin/datepicker/
H A D.travis.yml1 language: php
/plugin/coinhive/
H A Dscript.js19 ch_config.language = data['language'];
/plugin/rowmove/
H A D.travis.yml1 language: php
/plugin/tagadd/
H A D.travis.yml1 language: php
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml1 language: php
/plugin/wrap/
H A Dexample.txt8 <WRAP classes #id width :language>
13 <block classes #id width :language>
18 <div classes #id width :language>
26 <wrap classes #id width :language>"small" content</wrap>
29 <inline classes #id width :language>"small" content</inline>
32 <span classes #id width :language>"small" content</span>
442 You can change the language and the reading direction of a wrap container by simply adding a colon followed by the language code, like this:
454 The text direction (''rtl'', right to left or ''ltr'', left to right) will get inserted automatically and is solely dependent on the language. The list of currently supported languages is taken from: http://meta.wikimedia.org/wiki/Template:List_of_language_names_ordered_by_code
455 (If you specify a language no
[all...]
H A Dplugin.info.txt6 desc Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
/plugin/webcode/
H A D.travis.yml1 language: php
/plugin/webcomponent/
H A D.travis.yml1 language: php
/plugin/minimap/
H A D.travis.yml1 language: php
/plugin/textmodule/
H A Dadmin.php14 function getMenuText($language){ argument
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml1 language: php
/plugin/api/
H A D.travis.yml1 language: php
/plugin/templater/
H A DREADME.md10 Want to translate this plugin to your language? Go to [DokuWiki Localization](https://translate.dokuwiki.org/plugin/templater)
/plugin/odt/renderer/
H A Dpage.php1017 * @param string $language programming language to use for syntax highlighting
1020 function file($text, $language=null, $filename=null, $options=null) { argument
1021 $this->_highlight('file', $text, $language, $options);
1039 function code($text, $language=null, $filename=null, $options=null) { argument
1040 $this->_highlight('code', $text, $language, $options);
1108 * @param string $language
1110 function _highlight($type, $text, $language=null, $options = null) { argument
1112 if (is_null($language)) {
1118 $highlighted_code = p_xhtml_cached_geshi($text, $language, '', $options);
1131 if (empty($language)) {
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js651 element.attributes['language'], element.language
653 var language = '';
660 language = options[0].toLowerCase();
662 if(registered[language] == null)
666 highlighter = new dp.sh.Brushes[registered[language]]();
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js153 …class'],element.className,element.attributes['language'],element.language);var language='';if(opti…
154 continue;options=options.split(':');language=options[0].toLowerCase();if(registered[language]==null)
155 continue;highlighter=new dp.sh.Brushes[registered[language]]();element.style.display='none';highlig…
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc6 <script language="javascript">
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc6 <script language="javascript">
/plugin/findologicxmlexport/vendor/jms/serializer/
H A D.travis.yml1 language: php
/plugin/siteexport/
H A D.travis.yml1 language: php
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php406 * @param Ast\Value\Language $language
410 Ast\Value\Language $language
416 $this->appendText($language->language);
409 visitValueLanguage(Ast\\Value\\Language $language) global() argument
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml1 language: php
/plugin/swarmwebhook/
H A D.travis.yml3 language: php

1...<<11121314151617181920>>...54