Searched refs:fltr (Results 1 – 9 of 9) sorted by relevance
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.demo.php | 139 $Examples[] = array('getstrings' => array('src='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermar… 140 $Examples[] = array('getstrings' => array('src='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermar… 146 $Examples[] = array('getstrings' => array('src='.$img['square'].'&w=300&fltr[]=stc|FFFFFF|5|10&f=pn… 147 …array('src='.$img['landscape'].'&w=300', 'src='.$img['landscape'].'&w=300&fltr[]=usm|80|0.5|3'), '… 148 …cape'].'&w=300', 'src='.$img['landscape'].'&w=300&fltr[]=blur|1', 'src='.$img['landscape'].'&w=300… 149 …scape'].'&w=300', 'src='.$img['landscape'].'&w=300&fltr[]=gblr', 'src='.$img['landscape'].'&w=300&… 150 …fltr[]=bord|1', 'src='.$img['landscape'].'&w=100&h=100&far=T&bg=FF0000&f=png&fltr[]=bord|1', 'src=… 158 …rings' => array('src='.$img['landscape'].'&w=300&fltr[]=crop|50', 'src='.$img['landscape'].'&w=300… 161 …src='.$img['landscape'].'&w=300&fltr[]=sat|75', 'src='.$img['landscape'].'&w=300', 'src='.$img['la… 162 …'src='.$img['landscape'].'&w=300&fltr[]=ds|75', 'src='.$img['landscape'].'&w=300', 'src='.$img['la… [all …]
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.readme.txt | 117 phpThumb.php/fltr[]=usm;100;pic.jpg 236 fltr = filter system. Call as an array as follows: 259 - "gray" (Grayscale) [ex: &fltr[]=gray] 343 [ex: &fltr[]=over|<i>|<u>|<m>|<o>] 419 - "flip" [ex: &fltr[]=flip|x or &fltr[]=flip|y] 421 - "ric" [ex: &fltr[]=ric|<x>|<y>] 425 - "elip" [ex: &fltr[]=elip] 456 [ex: &fltr[]=crop|<l>|<r>|<t>|<b>] 465 [ex: &fltr[]=rot|<a>|<b>] 471 [ex: &fltr[]=size|<x>|<y>|<s>] [all …]
|
H A D | phpthumb.changelog.txt | 248 if fltr set incorrectly 551 - most &fltr[] filters don't work at all 884 [ex: &fltr[]=over|<i>|<u>|<m>|<o>] 893 - 'gray' (GRAYscale) [ex: &fltr[]=gray] 997 - 'neg' (Negative) [ex: &fltr[]=neg] 1030 - 'flip' [ex: &fltr[]=flip|x or &fltr[]=flip|y] 1033 - 'elip' [ex: &fltr[]=elip] 1036 - 'mask' [ex: &fltr[]=mask|filename.png] 1053 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>] 1059 [ex: &fltr[]=ric|<x>|<y>] [all …]
|
H A D | phpthumb.faq.txt | 199 Q: Is it possible to set the parameters (like w/h/fltr[]) in
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 93 public $fltr = array(); // FiLTeRs variable in phpthumb 1857 if (!empty($this->fltr)) { 1858 foreach ($this->fltr as $key => $value) { 2037 foreach ($this->fltr as $filterkey => $filtercommand) { 2202 foreach ($this->fltr as $fltr_key => $fltr_value) { 2378 if (!isset($this->fltr[$filterkey])) { 2385 if (count($this->fltr) > 0) { 2415 unset($this->fltr[$filterkey]); 2805 if ($this->fltr && is_array($this->fltr)) { 2812 foreach ($this->fltr as $filtercommand) { [all …]
|
H A D | phpThumb.config.php.default | 242 //$PHPTHUMB_DEFAULTS['fltr'] = array('blur|10'); 267 // e.g. fltr[] is passed as an array
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.svg.js | 1189 var fltr = $("filter"), 1192 fltr.id = R.createUUID(); 1194 fltr.appendChild(blur); 1195 t.paper.defs.appendChild(fltr); 1196 t._blur = fltr; 1197 $(t.node, {filter: "url(#" + fltr.id + ")"});
|
/plugin/callflow/ |
H A D | raphael.js | 6891 var fltr = $("filter"), 6894 fltr.id = R.createUUID(); 6896 fltr.appendChild(blur); 6897 t.paper.defs.appendChild(fltr); 6898 t._blur = fltr; 6899 $(t.node, {filter: "url(#" + fltr.id + ")"});
|
/plugin/advrack/ |
H A D | raphael.js | 6897 var fltr = $("filter"), 6900 fltr.id = R.createUUID(); 6902 fltr.appendChild(blur); 6903 t.paper.defs.appendChild(fltr); 6904 t._blur = fltr; 6905 $(t.node, {filter: "url(#" + fltr.id + ")"});
|