Home
last modified time | relevance | path

Searched refs:textright (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/printsheet/doc/
H A Dpdf_tcpdflabel.class.php106 $textright = $param['textright'];
161 if ($textright == '') // Only a left part
172 } elseif ($textleft != '' && $textright != '') // left and right part
184 …iCell($widthtouse / 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
185 …} elseif (($textright == '%LOGO%' || $textright == '%PHOTO%' || $textright == '%BARCODE%') && !str…
187 …if ($textright == '%LOGO%' && $logo) $pdf->Image($logo, $_PosX + ($widthtouse / 2), $_PosY + $ytop…
202 …ouse - $logoWidth - 1, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
204 } elseif ($textright == '%LOGO%') // right part logo left part text/barcode
219 …this->_Width / 2) - 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
224 …if ($textright == '%LOGO%' && $logo) $pdf->Image($logo, $_PosX + $this->_Width - $widthtouse - $xl…
[all …]
H A Dpdf_standardlabel.class.php60 * @param string $textright Text right
64 …public function Add_PDF_label(&$pdf, $textleft, $header, $footer, $outputlangs, $textright = '', $… argument
149 if ($textright == '') // Only a left part
158 } elseif ($textleft != '' && $textright != '') //
165 …eft - $widthtouse - 1, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
166 } elseif ($textright == '%LOGO%' || $textright == '%PHOTO%')
168 …if ($textright == '%LOGO%' && $logo) $pdf->Image($logo, $_PosX + $this->_Width - $widthtouse - $xl…
177 …this->_Width / 2) - 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
182 …if ($textright == '%LOGO%' && $logo) $pdf->Image($logo, $_PosX + $this->_Width - $widthtouse - $xl…
183 …elseif ($textright == '%PHOTO%' && $photo) $pdf->Image($photo, $_PosX + $this->_Width - $widthtous…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/printsheet/doc/
H A Dpdf_tcpdflabel.class.php106 $textright = $param['textright'];
157 if ($textright == '') { // Only a left part
167 } elseif ($textleft != '' && $textright != '') { // left and right part
177 …iCell($widthtouse / 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
178 …} elseif (($textright == '%LOGO%' || $textright == '%PHOTO%' || $textright == '%BARCODE%') && !str…
179 if ($textright == '%LOGO%' && $logo) {
194 …ouse - $logoWidth - 1, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
196 } elseif ($textright == '%LOGO%') { // right part logo left part text/barcode
211 …this->_Width / 2) - 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
216 if ($textright == '%LOGO%' && $logo) {
[all …]
H A Dpdf_standardlabel.class.php60 * @param string $textright Text right
64 …public function Add_PDF_label(&$pdf, $textleft, $header, $footer, $outputlangs, $textright = '', $… argument
151 if ($textright == '') { // Only a left part
161 } elseif ($textleft != '' && $textright != '') { //
170 } elseif ($textright == '%LOGO%' || $textright == '%PHOTO%') {
171 if ($textright == '%LOGO%' && $logo) {
173 } elseif ($textright == '%PHOTO%' && $photo) {
183 …this->_Width / 2) - 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
188 if ($textright == '%LOGO%' && $logo) {
190 } elseif ($textright == '%PHOTO%' && $photo) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/member/doc/
H A Dpdf_standard.class.php61 * @param string $textright Text right
66 …public function Add_PDF_card(&$pdf, $textleft, $header, $footer, $outputlangs, $textright = '', $i… argument
162 if ($textright == '') // Only a left part
171 } elseif ($textleft != '' && $textright != '') //
178 …eft - $widthtouse - 1, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
179 } elseif ($textright == '__LOGO__' || $textright == '__PHOTO__')
190 …this->_Width / 2) - 2, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
195 …if ($textright == '__LOGO__' && $logo) $pdf->Image($logo, $_PosX + $this->_Width - $widthtouse - $…
199 …this->_Width - $xleft, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
287 $textright = make_substitutions($conf->global->ADHERENT_CARD_TEXT_RIGHT, $substitutionarray);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/member/doc/
H A Dpdf_standard.class.php61 * @param string $textright Text right
163 if ($textright == '') { // Only a left part
173 } elseif ($textleft != '' && $textright != '') { //
182 } elseif ($textright == '__LOGO__' || $textright == '__PHOTO__') {
183 if ($textright == '__LOGO__' && $logo) {
185 } elseif ($textright == '__PHOTO__' && $photo) {
200 if ($textright == '__LOGO__' && $logo) {
202 } elseif ($textright == '__PHOTO__' && $photo) {
206 …this->_Width - $xleft, $this->_Line_Height, $outputlangs->convToOutputCharset($textright), 0, 'R');
293 $textright = make_substitutions($conf->global->ADHERENT_CARD_TEXT_RIGHT, $substitutionarray);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/adherents/cartes/
H A Dcarte.php139 $textright = make_substitutions($conf->global->ADHERENT_CARD_TEXT_RIGHT, $substitutionarray); variable
150 'textright'=>$textright,
160 'textright'=>$textright,
173 $textright = ''; variable
178 'textright'=>$textright,
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/adherents/cartes/
H A Dcarte.php155 $textright = make_substitutions($conf->global->ADHERENT_CARD_TEXT_RIGHT, $substitutionarray); variable
168 'textright'=>$textright,
179 'textright'=>$textright,
195 $textright = ''; variable
201 'textright'=>$textright,
/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog_single.c903 int middlelength, cL, cR, mincR, maxcR, leftbound, rightbound, textleft, textright, in Dynprog_microexon_int() local
1079 textright = rev_goffsetR - cR - MICROINTRON_LENGTH; in Dynprog_microexon_int()
1081 if (textright >= textleft + middlelength) { in Dynprog_microexon_int()
1082 hits = BoyerMoore_nt(&(rsequence[cL]),middlelength,textleft,textright-textleft, in Dynprog_microexon_int()
1216 int endlength, maxc, c, textleft, textright, candidate, nmismatches = 0;
1287 textright = rev_goffset - c - MICROINTRON_LENGTH;
1288 … textleft = textright - search_length(endlength,textright,end_microexons_p) + MICROINTRON_LENGTH;
1290 if (textright >= textleft + endlength) {
1332 int endlength, maxc, c, textleft, textright, candidate, nmismatches = 0;
1405 if (textright >= textleft + endlength) {
[all …]
/dports/math/mathmod/mathmod-11.1/
H A Dmyressources.qrc30 <file>images/mac/textright.png</file>
49 <file>images/win/textright.png</file>
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/barcode/
H A Dprintsheet.php209 …$textright = make_substitutions((empty($conf->global->BARCODE_LABEL_RIGHT_TEXT) ? '' : $conf->glob… variable
219 'textright'=>$textright,
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/barcode/
H A Dprintsheet.php202 …$textright = make_substitutions((empty($conf->global->BARCODE_LABEL_RIGHT_TEXT) ? '' : $conf->glob… variable
211 'textright'=>$textright,
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtquickcontrols/examples/quickcontrols/controls/texteditor/
H A Dresources.qrc20 <file>qml/images/textright.png</file>
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/formeditor/
H A Dformeditor.qrc151 <file>images/win/textright.png</file>
166 <file>images/mac/textright.png</file>
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Dformeditor.qrc155 <file>images/win/textright.png</file>
170 <file>images/mac/textright.png</file>

1234