Home
last modified time | relevance | path

Searched refs:bg (Results 126 – 150 of 203) sorted by path

123456789

/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1bg=gg(2),_g=gg(3),xg=gg(4),kg=gg(5),wg=gg(6),Eg=vg.range,Tg=mg.range,Cg=bg.range,Sg=_g.range,Ag=xg…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 ….value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bg(a,b){if(b.nodeType==… function
/plugin/dw2pdf/
H A Ddeleted.files632 mpdf/examples/bg.jpg
788 mpdf/examples/bg.jpg
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dlang2fonts.css53 :lang("bg"), :lang("bul"), /* Bulgarian */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php281 // Changed to allow style="background: url('http://www.bpm1.com/bg.jpg')"
911 $bg = $this->parseCSSbackground($v);
913 if ($bg['c']) {
914 $newprop['BACKGROUND-COLOR'] = $bg['c'];
919 if ($bg['i']) {
920 $newprop['BACKGROUND-IMAGE'] = $bg['i'];
921 if ($bg['r']) {
922 $newprop['BACKGROUND-REPEAT'] = $bg['r'];
924 if ($bg['p']) {
925 $newprop['BACKGROUND-POSITION'] = $bg['
[all...]
H A DGradient.php924 public function parseMozGradient($bg)
928 $repeat = strpos($bg, 'repeating-') !== false;
930 if (preg_match('/linear-gradient\((.*)\)/', $bg, $m)) {
935 } elseif (preg_match('/radial-gradient\((.*)\)/', $bg, $m)) {
944 public function parseBackgroundGradient($bg)
949 $v = trim($bg);
907 parseMozGradient($bg) global() argument
927 parseBackgroundGradient($bg) global() argument
H A DMpdf.php10118 list($orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS($psel, $first, $oddEven);
10161 if (isset($bg['BACKGROUND-COLOR'])) {
10162 $cor = $this->colorConverter->convert($bg['BACKGROUND-COLOR'], $this->PDFAXwarnings);
10171 if (isset($bg['BACKGROUND-GRADIENT'])) {
10172 $this->bodyBackgroundGradient = $bg['BACKGROUND-GRADIENT'];
10178 if (isset($bg['BACKGROUND-IMAGE']) && $bg['BACKGROUND-IMAGE']) {
10179 $ret = $this->SetBackground($bg, $this->pgwidth);
11288 $bgfontsize = $font[$k]['textparam']['bg-decoration']['fontsize'] / $shrin_k;
11289 $bgfontkey = $font[$k]['textparam']['bg
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/
H A DREADME.md21 | ?? Bulgarian | bg | Kurdish | ku |
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css116 .timeline-ether-bg{width:100%; height:100%;}
117 .timeline-band-0 .timeline-ether-bg{background-color:#eee}
118 .timeline-band-1 .timeline-ether-bg{background-color:#ddd}
119 .timeline-band-2 .timeline-ether-bg{background-color:#ccc}
120 .timeline-band-3 .timeline-ether-bg{background-color:#aaa}
/plugin/farm/
H A Dinfos.animal.class.php316 $bg = $this->biggest($fi);
318 …$info['biggest'] = $this->elhtmlurl($bg).' ('.$this->animal->manager->nicesize($fi[$bg]['size']).'…
321 'size' => $fi[$bg]['size'],
322 'url' => $this->elurl($bg),
323 'namespace' => $bg
410 $bg = $this->biggest($fi);
412 …$info['biggest'] = $this->elhtmlurl($bg, true).' ('.$this->animal->manager->nicesize($fi[$bg]['siz…
415 'size' => $fi[$bg]['size'],
416 'url' => $this->elurl($bg, true),
417 'namespace' => $bg
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js53 var FCKLanguageManager=FCK.Language={AvailableLanguages:{af:'Afrikaans',ar:'Arabic',bg:'Bulgarian',…
H A Dfckeditorcode_ie.js57 var FCKLanguageManager=FCK.Language={AvailableLanguages:{af:'Afrikaans',ar:'Arabic',bg:'Bulgarian',…
/plugin/fckg/fckeditor/editor/lang/
H A D_translationstatus.txt26 bg.js Found: 373 Missing: 55
/plugin/fckg/syntax/
H A Dfont.php69 list($face,$fg,$bg) = explode(';;',$face);
75 if(isset($bg)) {
76 $color = " background-color: $bg ";
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-co…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12 …,"%")},2===c.length){var g=A.parse(c[1]);if(g.bg&&(b.theme.background=(-1===g.bg.indexOf("#")?"#":…
/plugin/flowcharts/
H A Dmermaid.min.js1bg=gg(2),xg=gg(3),_g=gg(4),wg=gg(5),kg=gg(6),Eg=mg.range,Ag=vg.range,Tg=bg.range,Sg=xg.range,Mg=_g…
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gchart/
H A Dsyntax.php150 if($data['bg']) {
151 $parameters['chf'] = 'bg,s,'.$data['bg'];
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php55 $bg = new CSSBackground; variable
57 CSS::register_css_property($bg);
58 CSS::register_css_property(new CSSBackgroundColor($bg, '_color'));
59 CSS::register_css_property(new CSSBackgroundImage($bg, '_image'));
60 CSS::register_css_property(new CSSBackgroundRepeat($bg, '_repeat'));
61 CSS::register_css_property(new CSSBackgroundPosition($bg, '_position'));
62 CSS::register_css_property(new CSSBackgroundAttachment($bg, '_attachment'));
H A Dps.image.encoder.simple.inc.php191 $bg = $handler->get_visible_background_color();
192 $r = (int)($r + ($bg[0] - $r)*$a/127);
193 $g = (int)($g + ($bg[1] - $g)*$a/127);
194 $b = (int)($b + ($bg[2] - $b)*$a/127);
H A Dps.l3.image.encoder.stream.inc.php210 $bg = $handler->get_visible_background_color();
223 $r = (int)($r + ($bg[0] - $r)*$a/127);
224 $g = (int)($g + ($bg[1] - $g)*$a/127);
225 $b = (int)($b + ($bg[2] - $b)*$a/127);
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js168 var $this = this, bg;
173 bg = $( '#swipebox-close' ).css( 'background-image' );
174 bg = bg.replace( 'png', 'svg' );
176 'background-image' : bg
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123456789