Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG874 * changed trans tag to accept any variable for the plural count
891 * added the following filers: "constant", "trans", "replace", "json_encode"
897 * fixed trans tag when no vars are used in plural form
907 * the trans tag plural count is now attached to the plural tag:
908 old: `{% trans count %}...{% plural %}...{% endtrans %}`
909 new: `{% trans %}...{% plural count %}...{% endtrans %}`
911 * added a way to translate strings coming from a variable ({% trans var %})
912 * fixed trans tag when used with the Escaper extension
/plugin/feedback/_test/
H A DgetFeedbackContact.test.php87 $trans = plugin_load('helper', 'translation', true);
/plugin/feedback/
H A Daction.php225 $trans = plugin_load('helper', 'translation', defined('DOKU_UNITTEST'));
226 if ($trans) {
227 list(, $id) = $trans->getTransParts($id);
/plugin/issuetracker/
H A Dprototype.js3012 var trans = { class in Element.addMethods.findDOMClass
3023 if (trans[tagName]) klass = 'HTML' + trans[tagName] + 'Element';
H A Daction.php3163 $trans=get_html_translation_table(HTML_SPECIALCHARS, ENT_QUOTES);
3164 $trans=array_flip($trans);
3165 $x_comment=strtr($xa_comment, $trans);
/plugin/publist/
H A Dsyntax.php52 $trans =& plugin_load('helper', 'translation');
54 $mylang = $trans->getLangPart($ID);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2627 var trans = { class in Element.addMethods.findDOMClass
2638 if (trans[tagName]) klass = 'HTML' + trans[tagName] + 'Element';
/plugin/html2pdf/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/publistx/
H A Dsyntax.php53 $trans =& plugin_load('helper', 'translation');
55 $mylang = $trans->getLangPart($ID);
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... .mxCellState state com.mxgraph.util.mxPoint trans public java.lang.Object createEdge (java. ...
H A Djdraw.jar ... .mxCellState state com.mxgraph.util.mxPoint trans public java.lang.Object createEdge (java. ...
/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/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/s5reloaded/ui/effects_support/
H A Dprototype.js3005 var trans = { class in Element.addMethods.findDOMClass
3016 if (trans[tagName]) klass = 'HTML' + trans[tagName] + 'Element';
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1660 function hex2rgb(val,trans) { argument
1665 return 'rgba(' + tp1 + ',' + tp2 + ',' + tp3 + ',' + trans + ')';
/plugin/translation3/
H A Dhelper.php13 var $trans = array(); variable in helper_plugin_translation
27 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
28 sort($this->trans);
36 if(in_array($dfl,$this->trans)){
40 array_unshift($this->trans,'');
52 $rx = '/^'.$this->tns.'('.join('|',$this->trans).'):/';
120 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
141 foreach($this->trans as $t){
187 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
218 foreach($this->trans as $t){
[all …]
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/register/
H A Dregister.php99 $trans = imagecolorallocatealpha($im, 0, 0, 0, 127);
100 imagefill($im, 0, 0, $trans);

123