Home
last modified time | relevance | path

Searched refs:trans (Results 26 – 50 of 73) sorted by relevance

123

/plugin/elasticsearch/action/
H A Dindexing.php242 /** @var helper_plugin_translation $trans */
243 $trans = plugin_load('helper', 'translation');
244 if($trans) {
246 $lc = $trans->getLangPart($id);
247 $data['language'] = $trans->realLC($lc);
/plugin/multilingual/
H A Dsyntax.php91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
109 foreach($this->hlp->trans as $t){
/plugin/abc2/
H A Dsyntax.php110 foreach($transArray as &$trans) {
111 $transShiftStr = $this->_transposeToShift($trans);
126 $titleLineNew = $titleLine.' ['.$trans.']';
/plugin/publist/
H A Dsyntax.php52 $trans =& plugin_load('helper', 'translation');
54 $mylang = $trans->getLangPart($ID);
/plugin/publistx/
H A Dsyntax.php53 $trans =& plugin_load('helper', 'translation');
55 $mylang = $trans->getLangPart($ID);
/plugin/publistf/
H A Dsyntax.php54 $trans =& plugin_load('helper', 'translation');
56 $mylang = $trans->getLangPart($ID);
/plugin/extendpage/meta/
H A DExtendPageException.php29 $trans = vsprintf($message, $args);
/plugin/struct/action/
H A Dedit.php161 $trans = hsc($field->getColumn()->getTranslatedLabel());
178 $html .= "<span class=\"label $class\" title=\"$hint\">$trans</span>";
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
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 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 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/feedback/_test/
H A DgetFeedbackContact.test.php87 $trans = plugin_load('helper', 'translation', true);
/plugin/struct/helper/
H A Dfield.php198 $trans = hsc($field->getColumn()->getTranslatedLabel());
210 $html .= "<span class=\"label $class\" title=\"$hint\">$trans$required</span>";
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php52 $trans = false;
85 $trans = true;
93 $trans = true;
98 $trans = true;
105 if ($trans) {
130 $this->mpdf->gradients[$n]['trans'] = true;
487 $trans = false;
490 $trans = true;
548 $trans = true;
596 if ($trans) {
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java464 mxPoint trans = graph.getView().getTranslate(); in paintComponent() local
466 double tx = trans.getX() * scale; in paintComponent()
467 double ty = trans.getY() * scale; in paintComponent()
/plugin/tagging/
H A Dhelper.php117 /** @var helper_plugin_translation $trans */
118 $trans = plugin_load('helper', 'translation');
119 if ($trans) {
120 $lang = $trans->realLC($trans->getLangPart($id));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php117 …return $this->translator->trans($error->getMessageTemplate(), $error->getMessageParameters(), $thi…
/plugin/data-au/_test/
H A Dhelper.test.php338 $this->assertEquals('', $helper->makeTranslationReplacement('%trans%'));
349 $this->assertEquals('de', $helper->makeTranslationReplacement('%trans%'));
/plugin/data/_test/
H A Dhelper.test.php
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java691 mxPoint trans = getView().getTranslate(); in getToolTipForCell() local
694 + ", translate=[x=" + numberFormat.format(trans.getX()) in getToolTipForCell()
695 + ",y=" + numberFormat.format(trans.getY()) + "]"; in getToolTipForCell()
H A DGraphEditor.java.bak562 mxPoint trans = getView().getTranslate();
565 + ", translate=[x=" + numberFormat.format(trans.getX())
566 + ",y=" + numberFormat.format(trans.getY()) + "]";
/plugin/dw2pdf/
H A Daction.php1111 /** @var helper_plugin_translation $trans */
1112 $trans = plugin_load('helper', 'translation');
1113 if ($trans) {
1114 $tr = $trans->getLangPart($pageid);
/plugin/register/
H A Dregister.php99 $trans = imagecolorallocatealpha($im, 0, 0, 0, 127);
100 imagefill($im, 0, 0, $trans);
/plugin/abc2/abc-libraries/abc2svg/
H A DMIDI-1.js48 cfmt.chord.trans=Number(a[3].slice(7))
/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)

123