Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 6 of 6) sorted by relevance

/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php139 $xpos = strpos($url, "/");
140 if ($xpos === false) break;
142 if ($apos !== false && $apos < $xpos) break;
144 if ($apos !== false && $apos < $xpos) break;
145 $pp .= substr($url, 0, $xpos+1);
146 $url = substr($url, $xpos+1);
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php157 $xpos = strpos($url, "/");
158 if ($xpos === false) break;
160 if ($apos !== false && $apos < $xpos) break;
162 if ($apos !== false && $apos < $xpos) break;
163 $pp .= substr($url, 0, $xpos+1);
164 $url = substr($url, $xpos+1);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java55 public Place2 getButton(final String name, final int layer, final int xpos, final int ypos) { in getButton() argument
58 place.setTransform(new CoordTransform(1, 1, 0, 0, xpos, ypos)); in getButton()
/plugin/godiag/
H A Dsyntax.php753 for ($xpos=0; $xpos<$sizex; $xpos++) {
754 if(array_key_exists($ypos, $rows) && array_key_exists($xpos, $rows[$ypos]))
755 $curchar = $rows[$ypos][$xpos];
758 $position = chr(97+$xpos+$offset_x) .
/plugin/jcapture/lib/
H A Djcapture.jar ... , int, int) String name int layer int xpos int ypos com.flagstone.transform.Place2 place ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php26184 $xpos = $x;
26209 $this->Rect($xpos, $ypos, $ow, $oh, $fillb);
26214 $xpos = $x + $paddingL + $llm;
26228 $this->Rect($xpos, $ypos, $bw, $bch, 'F');
26230 $xpos += $bw;
26429 $xpos = $x + $paddingL + $llm;
26443 $this->Rect($xpos, $ypos, $bw, $bch, 'F');
26445 $xpos += $bw;
26523 $xpos = $x;
26546 $xpos
[all...]