Home
last modified time | relevance | path

Searched refs:trans (Results 1 – 25 of 73) sorted by path

123

/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/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/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe35382 trans form
39053 Ġneuro trans
39183 trans fer
41265 trans lation
/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/bureaucracy/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/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/codemirror/dist/modes/
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\", \…
H A Dtwig.min.js.map1 …"or\", \"set\", \"spaceless\", \"endspaceless\", \"with\", \"endwith\", \"trans\", \"endtrans\", \…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php403 $trans = $this->edgeFactory($atn, $ttype, $src, $trg, $arg1, $arg2, $arg3, $sets);
405 $srcState->addTransition($trans);
422 $trans = new EpsilonTransition($t->followState, $outermostPrecedenceReturn);
423 $atn->ruleToStopState[$t->target->ruleIndex]->addTransition($trans);
H A DLexerATNSimulator.php387 foreach ($cfg->state->getTransitions() as $trans) {
388 $target = $this->getReachableTarget($trans, $t);
439 protected function getReachableTarget(Transition $trans, int $t) : ?ATNState argument
441 if ($trans->matches($t, Lexer::MIN_CHAR_VALUE, Lexer::MAX_CHAR_VALUE)) {
442 return $trans->target;
537 foreach ($config->state->getTransitions() as $trans) {
538 $cfg = $this->getEpsilonTarget($input, $config, $trans, $configs, $speculative, $treatEofAsEpsilon);
H A DParserATNSimulator.php941 foreach ($c->state->getTransitions() as $trans) {
942 $target = $this->getReachableTarget($trans, $t);
1302 protected function getReachableTarget(Transition $trans, int $ttype) : ?ATNState argument
1304 return $trans->matches($ttype, 0, $this->atn->maxTokenType) ? $trans->target : null;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php108 public function addTransition(Transition $trans, int $index = -1) : void argument
111 $this->epsilonOnlyTransitions = $trans->isEpsilon();
112 } elseif ($this->epsilonOnlyTransitions !== $trans->isEpsilon()) {
117 $this->transitions[] = $trans;
119 \array_splice($this->transitions, $index, 1, [$trans]);
128 public function setTransition(Transition $trans, int $index) : void argument
130 $this->transitions[$index] = $trans;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php44 $trans = $s->getTransition(0);
46 if ($trans instanceof PredicateTransition) {
47 $this->ruleIndex = $trans->ruleIndex;
48 $this->predicateIndex = $trans->predIndex;
/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/data/_test/
H A Dhelper.test.php
/plugin/data/
H A Dbureaucracy_field.php166 $trans = '';
171 $trans = $translationPlugin->getLangPart($ID);
176 return str_replace('@TRANS@', $trans, $string);
H A Dhelper.php63 /** @var helper_plugin_translation $trans */
64 $trans = plugin_load('helper', 'translation');
65 if ($trans) {
66 $value = $trans->getLangPart(getID());
572 $patterns[] = '%trans%';
573 /** @var helper_plugin_translation $trans */
574 $trans = plugin_load('helper', 'translation');
575 if ($trans) {
576 $local = $trans->getLangPart($ID);
/plugin/data/helper/
H A Daliastextbox.php161 $trans = '';
166 $trans = $translationPlugin->getLangPart($ID);
171 return str_replace('@TRANS@', $trans, $string);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/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);

123