Home
last modified time | relevance | path

Searched refs:trans (Results 26 – 50 of 73) sorted by last modified time

123

/plugin/elasticsearch/helper/
H A Ddocparser.php189 /** @var helper_plugin_translation $trans */
190 $trans = plugin_load('helper', 'translation');
191 if ($trans === null) return $conf['lang'];
195 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
/plugin/passpolicy/
H A D10k-common-passwords.txt2728 trans
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js9663 var trans = this.getValue(colorTrans, "0");
9665 if (trans != null && !(trans.length === 0)) {
9666 var tmp = 1.0 - parseFloat(trans);
/plugin/extendpage/meta/
H A DExtendPageException.php29 $trans = vsprintf($message, $args);
/plugin/publistf/
H A Dsyntax.php54 $trans =& plugin_load('helper', 'translation');
56 $mylang = $trans->getLangPart($ID);
/plugin/abc2/abc-libraries/abc2svg/
H A DMIDI-1.js48 cfmt.chord.trans=Number(a[3].slice(7))
H A Dchord-1.js8 abc2svg.chord=function(first,voice_tb,cfmt){var chnm,i,k,vch,s,gchon,C=abc2svg.C,trans=48+(cfmt.chord.trans?cfmt.chord.trans*12:0)
40 r+=trans
/plugin/abc2/
H A Dsyntax.php110 foreach($transArray as &$trans) {
111 $transShiftStr = $this->_transposeToShift($trans);
126 $titleLineNew = $titleLine.' ['.$trans.']';
/plugin/abc/
H A Dsyntax.php54 $trans = "0 ".$data[1]; // "0" includes the original key
72 $transSrc = $this->_getTransSrc($trans);
218 function _getTransSrc($trans) { argument
219 $transSrc = explode(" ", $trans);
262 function _transpose($abcFile, $srcFile, $trans) { argument
263 passthru(fullpath($this->getConf('abc2abc'))." $srcFile -e -t $trans > $abcFile");
/plugin/multilingual/
H A Dsyntax.php91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
109 foreach($this->hlp->trans as $t){
H A Dhelper.php15 var $trans = array(); // List of enabled translations variable in helper_plugin_multilingual
25 $this->trans = strtolower(str_replace(',',' ',$this->getConf('enabled_langs')));
26 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
27 sort($this->trans);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js996 this.trans = this.shortLength / 2;
1062 trans = this.trans,
1122 if (i < trans)
1128 if(i >= trans)
/plugin/codemirror/dist/modes/
H A Dtwig.min.js.map1 …"or\", \"set\", \"spaceless\", \"endspaceless\", \"with\", \"endwith\", \"trans\", \"endtrans\", \…
H A Ddjango.min.js.map1 …", \"endcomment\",\n \"empty\", \"url\", \"static\", \"trans\", \"blocktrans\",…
H A Djinja2.min.js.map1 …tio\", \"url\", \"with\", \"endwith\",\n \"get_current_language\", \"trans\", \"endtrans\", \…
/plugin/issuelinks/classes/
H A DIssueLinksException.php27 $trans = $plugin->getLang($this->trans_prefix . $message);
28 if (!$trans) {
29 $trans = $message;
35 $trans = vsprintf($trans, $args);
37 parent::__construct($trans);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/textinsert/
H A Dsyntax.php68 list($prefix,$trans) = explode('_',$match,2);
120 if($translation && isset($this->translations[$trans])){
121 $match = $this->translations[$trans];
184 list($prefix,$trans) = explode('_',$keys[$i],2);
185 $_insert = $this->translations[$trans];
/plugin/data-au/_test/
H A Dhelper.test.php338 $this->assertEquals('', $helper->makeTranslationReplacement('%trans%'));
349 $this->assertEquals('de', $helper->makeTranslationReplacement('%trans%'));
/plugin/data-au/
H A Dhelper.php60 $trans = plugin_load('helper', 'translation');
61 if($trans) {
62 $value = $trans->getLangPart(getID());
536 $patterns[] = '%trans%';
/plugin/data-au/helper/
H A Daliastextbox.php155 $trans = '';
160 $trans = $translationPlugin->getLangPart($ID);
165 return str_replace('@TRANS@', $trans, $string);
/plugin/bureaucracyau/helper/
H A Daction.php56 $trans = plugin_load('helper', 'translation');
57 if (!$trans) return;
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
/plugin/bureaucracy-au/helper/
H A Daction.php56 $trans = plugin_load('helper', 'translation');
57 if (!$trans) return;
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php117 …return $this->translator->trans($error->getMessageTemplate(), $error->getMessageParameters(), $thi…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst8 ``trans``.
43 {% trans "Hello World!" %}
45 {% trans string_var %}
47 {% trans %}
55 {% trans %}
72 {% trans %}
80 {% trans %}
94 {% trans %}
110 {{ var|default(default_value|trans) }}
115 Translations can be done with both the ``trans`` tag and the ``trans`` filter.
[all …]

123