Home
last modified time | relevance | path

Searched refs:pos (Results 1501 – 1525 of 1609) sorted by last modified time

1...<<6162636465

/plugin/fbsp/
H A Dfblike.php41 function handle($match, $state, $pos, &$handler){ argument
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js315 var pos = this.element.cumulativeOffset();
316 this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
458 var pos = this.element.cumulativeOffset();
461 pos[0] += r[0] - Position.deltaX; pos[1] += r[1] - Position.deltaY;
465 pos[0] -= d[0]; pos[1] -= d[1];
468 pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft;
469 pos[1] -= this.options.scroll.scrollTop-this.originalScrollTop;
473 return (point[i]-pos[i]-this.offset[i])
H A Deffects.js77 reverse: function(pos) { argument
78 return 1-pos;
81 var pos = ((-Math.cos(pos*Math.PI)/4) + .75) + Math.random()/4;
82 return pos > 1 ? 1 : pos;
84 wobble: function(pos) { argument
85 return (-Math.cos(pos*Math.PI*(9*pos))/2) + .5;
90 spring: function(pos) { argument
91 return 1 - (Math.cos(pos * 4.5 * Math.PI) * Math.exp(-pos * 6));
93 none: function(pos) { argument
96 full: function(pos) { argument
[all …]
H A Dprototype.js2184 var pos = Element.cumulativeOffset(element);
2185 window.scrollTo(pos[0], pos[1]);
2254 var pos = Element.getStyle(element, 'position'); variable
2255 if (pos == 'static' || !pos) {
/plugin/s5reloaded/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler){ argument
/plugin/latex/syntax/
H A Dddollar.php28 function handle($match, $state, $pos, &$handler){ argument
H A Deqnarray.php27 function handle($match, $state, $pos, &$handler){ argument
H A Deqnarraystar.php27 function handle($match, $state, $pos, &$handler){ argument
H A Dequation.php28 function handle($match, $state, $pos, &$handler){ argument
H A Dequationstar.php28 function handle($match, $state, $pos, &$handler){ argument
H A Dlatex.php34 function handle($match, $state, $pos, &$handler){ argument
H A Ddisplaymath.php28 function handle($match, $state, $pos, &$handler){ argument
H A Ddollar.php23 function handle($match, $state, $pos, &$handler){ argument
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js311 },merge:function(first,second){var i=0,elem,pos=first.length;
312 if(jQuery.browser.msie){while(elem=second[i++]){if(elem.nodeType!=8){first[pos++]=elem;
313 }}}else{while(elem=second[i++]){first[pos++]=elem;
/plugin/zoom/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler){ argument
/plugin/signhere/
H A Dsyntax.php57 function handle($match, $state, $pos, &$handler){ argument
/plugin/actickets/
H A Dsyntax.php69 public function handle($match, $state, $pos, &$handler){ argument
/plugin/floatdiv/syntax/
H A Dfloathead.php41 public function handle($match, $state, $pos, &$handler){ argument
H A Dfloat.php46 public function handle($match, $state, $pos, &$handler){ argument
/plugin/shorturl/
H A Dsyntax.php39 function handle($match, $state, $pos, &$handler){ argument
/plugin/quiz/
H A Dclass_quiz.php344 $pos = strrpos(utf8_decode($page), ':');
347 if($pos != FALSE) {
348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/plugin/translator/syntax/
H A Dtranslator.php52 function handle($match, $state, $pos, &$handler){ argument
/plugin/translation3/
H A Dsyntax.php54 function handle($match, $state, $pos, &$handler){ argument
/plugin/literal_entities/
H A Dsyntax.php118 function handle($match, $state, $pos, &$handler){ argument
/plugin/dokugitviewer/
H A Dsyntax.php38 function handle($match, $state, $pos, &$handler) argument

1...<<6162636465