Home
last modified time | relevance | path

Searched refs:pos (Results 1526 – 1550 of 1609) sorted by last modified time

1...<<6162636465

/plugin/seqdia/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler) { argument
/plugin/linkbonus/syntax/
H A Dbase.php64 function handle($match, $state, $pos, &$handler) { argument
92 $handler->_addCall('externallink',array( $link['url'],$link['name'] ), $pos);
H A Dexternal.php63 function handle($match, $state, $pos, &$handler) { argument
87 $handler->_addCall('externallink',array( $link['url'],$link['name'] ), $pos);
H A Dinterwiki.txt73 function handle($match, $state, $pos, &$handler) {
113 $pos);
/plugin/clock/
H A Dsyntax.php40 function handle($match, $state, $pos, Doku_Handler $handler){
88 handle($match, $state, $pos, & $handler) global() argument
/plugin/qrcode2/
H A Dphpqrcode.php1985 public static function isdigitat($str, $pos) argument
1987 if ($pos >= strlen($str))
1990 return ((ord($str[$pos]) >= ord('0'))&&(ord($str[$pos]) <= ord('9')));
1994 public static function isalnumat($str, $pos) argument
1996 if ($pos >= strlen($str))
2003 public function identifyMode($pos) argument
2005 if ($pos >= strlen($this->dataStr))
2008 $c = $this->dataStr[$pos];
2010 if(self::isdigitat($this->dataStr, $pos)) {
2016 if ($pos+1 < strlen($this->dataStr))
[all …]
/plugin/tabtables/
H A Daction.php230 function _convert($pos) argument
235 if($pos>=$tuple['pos']) { $offset = $tuple['offset']; }
239 return $pos - $offset;
/plugin/usersubscriptions/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler) { argument
/plugin/bugzillaxmlrpc/
H A Dsyntax.php153 function handle($match, $state, $pos, &$handler) { argument
/plugin/quiz/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler) { argument
/plugin/dpicorrect/
H A Daction.php86 $pos = strpos($string, "JFIF");
88 if($pos===false) { return $this->NO_RESOLUTION; }
90 $pos += 5 + 2;
91 $unit = ord(substr($string, $pos, 1));
92 $x = (ord(substr($string, $pos+1, 1)) << 8) + ord(substr($string, $pos+2, 1));
93 $y = (ord(substr($string, $pos+3, 1)) << 8) + ord(substr($string, $pos+4, 1));
/plugin/swfobject/
H A Dsyntax.php52 function handle($match, $state, $pos, &$handler){ argument
/plugin/processing/
H A Dscript.js4207 var pos = str.search(tokens);
4209 while (pos >= 0) {
4210 if (pos === 0) {
4215 str = str.substring(pos);
4217 pos = str.search(tokens);
6528 var pos = new PVector(x, y, z);
6532 view.mult(pos, pos);
6600 var pos = new PVector(x, y, z);
6604 view.mult(pos, pos);
6643 var pos = new PVector(x, y, z);
[all …]
/plugin/sidebarng/
H A Daction.php29 $pos = $this->getConf('pos');
32 $this->p_sidebar($pos);
39 if($pos == 'left') {
51 $pos = $this->getConf('pos');
55 if($pos == 'left') {
71 function p_sidebar($pos) { argument
81 $this->_sidebar_dispatch($sb,$pos);
88 $this->_sidebar_dispatch($sb,$pos);
98 function _sidebar_dispatch($sb, $pos) { argument
261 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
[all …]
/plugin/gil/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler){ argument
/plugin/dokugource/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler) { argument
/plugin/jquery/
H A Djquery-1.4.2.min.js141 this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.t…
142 this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this…
143pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,…
H A Djquery-1.4.2.js1677 remove: function( elem, types, handler, pos ) {
1748 for ( var j = pos || 0; j < eventType.length; j++ ) {
1754 if ( pos == null ) {
1763 if ( pos != null ) {
1770 if ( eventType.length === 0 || pos != null && eventType.length === 1 ) {
3802 var pos = jQuery.expr.match.POS.test( selectors ) ?
3807 if ( pos ? pos.index(cur) > -1 : jQuery(cur).is(selectors) ) {
5759 this.pos = this.state = 0;
5804 this.pos = this.state = 1;
5854 …this.pos = jQuery.easing[specialEasing || defaultEasing](this.state, n, 0, 1, this.options.duratio…
[all …]
/plugin/crypto/
H A Dsyntax.php47 function handle($match, $state, $pos, &$handler) { argument
/plugin/multipoll/
H A Dsyntax.php40 function handle($match, $state, $pos, &$handler) { argument
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak113 int pos = label.indexOf(' ');
115 String firstName = (pos > 0) ? label.substring(0,
116 pos).trim() : label;
117 String lastName = (pos > 0) ? label.substring(
118 pos + 1, label.length()).trim() : "";
/plugin/html5/
H A Drenderer.php73 function header( $text, $level, $pos ) argument
/plugin/geogebra/syntax/
H A Dgeogebrafile.php80 function handle($match, $state, $pos, & $handler) argument
/plugin/translator/syntax/
H A Dlabel.php49 function handle($match, $state, $pos, &$handler){ argument
/plugin/mailto/
H A Dsyntax.php44 function handle($match, $state, $pos, &$handler){ argument

1...<<6162636465