Home
last modified time | relevance | path

Searched full:speed (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/plugin/mobiletable/
DREADME.md12 <th> Name </th><th> Color </th><th> Size </th><th> Speed </th>
24 ^ Name ^ Color ^ Size ^ Speed ^
43 <td> Speed </td><td> 50 km/h </td>
55 <td> Speed </td><td> 30 km/h </td>
65 ^ Name ^ Color ^ Size ^ Speed ^
84 <td> Speed </td><td> 50 km/h </td>
96 <td> Speed </td><td> 30 km/h </td>
105 ^ Name ^ Color ^ Size ^ Speed ^
122 <td> Speed </td><td> 50 km/h </td>
134 <td> Speed </td><td> 30 km/h </td>
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverFlickFromElementAction.php21 private $speed; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverFlickFromElementAction
28 * @param int $speed
35 $speed argument
39 $this->speed = $speed;
49 $this->speed
H A DWebDriverTouchScreen.php54 * @param int $speed
61 $speed argument
/plugin/animation/scripts/
Djquery.scianimator.min.js8speed:{speed:"Speed",down:"-",up:"+"},navigator:{tip:"Click to go to frame; &lt;ctrl&gt;+click to … method
/plugin/tbt/
Dscript.js28 var speed=1; // time factor.
31 if (s> 0.01 && s< 20) this.speed=s;
32 else speed=1.0;
66 setTimeout(this.feed, speed*recording[currentChar][1] );
202 setTimeout(feed, speed*recording[currentChar][1] );
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
Dcomposer.json63 …"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic…
64 …"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operati…
65 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTouchScreen.php92 * @param int $speed
96 public function flickFromElement(WebDriverElement $element, $xoffset, $yoffset, $speed) argument
102 'speed' => $speed,
/plugin/radarchart/
DREADME.md25 Speed|85
37 Speed|85
44 Speed|75
Dplugin.info.txt61 Speed|85
84 Speed|85
111 Speed|85
118 Speed|75
/plugin/slider/lang/en/
Dsettings.php17 $lang['speed'] = 'Slide transition duration (in ms)';
24 … mode (similar to a news ticker). Ticker-speed depends on transition duration. Set slider.speed to…
/plugin/cumulus/lang/en/
Dsettings.php19 $lang['speed'] = 'Rotation speed (percentage, default is 100)';
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverTouchActions.php163 * @param int $speed
166 public function flickFromElement(WebDriverElement $element, $x, $y, $speed) argument
174 $speed
/plugin/bible/bible_douayRheims/
D2_John.txt10 …e to you and bring not this doctrine, receive him not into the house nor say to him: God speed you.
11 1:11. For he that saith unto him: God speed you, communicateth with his wicked works.
/plugin/photogallery/lightGallery/js/
Dlg-autoplay.min.js4speed+c.core.s.pause)+"ms ease 0s"),a.addClass("lg-start")},20))),c.fromAuto||c.core.s.fourceAutop…
Dlg-autoplay.js127 … _$progress.css('transition', 'width ' + (_this.core.s.speed + _this.core.s.pause) + 'ms ease 0s');
168 …_this.core.$outer.find('.lg-progress').css('transition', 'width ' + (_this.core.s.speed + _this.co…
181 }, _this.core.s.speed + _this.core.s.pause);
/plugin/tcycle/
Dscript.js2 …e(this),o=n.children(),s=e.extend({speed:500,timeout:4e3},n.data()),r="scroll"!=s.fx,c=o.length,l=… property
Dsyntax.php37 … $dataspeed = $this->_getAttribute($attributes, "data-speed", $this->getConf('data-speed'));
80 $renderer->doc .= 'data-speed="'.$this->dataspeed.'" ';
/plugin/bibtex4dw/
DTODO.md41 First speed tests with a larger bibliography (>2500 entries) shows reasonable speed (< 1 sec).
/plugin/pureldap/lang/en/
H A Dsettings.php31 $lang['usefscache'] = 'Cache LDAP data on disk to speed up reoccuring queries. Check the <code>secu…
32 …ber of results to retrieve from the server in one request. Larger numbers speed up large queries b…
/plugin/aichat/Model/OpenAI/
Dmodels.json4 …"description": "GPT-3.5 Turbo is a variant of GPT-3.5 that is optimized for speed and can generate…
18 …"description": "GPT-4 Turbo is a variant of GPT-4 that is optimized for speed and can generate res…
/plugin/abc2/abc-libraries/abc2svg/
Dsnd-1.js11 return conf.speed
47 conf.gain=0.7;conf.speed=1;(function get_param(){try{if(!localStorage)
255 d+=s.pdur/po.conf.speed
273 t=po.stim+s.ptim/po.conf.speed
275 po.stim=d-(d-po.stim)*po.conf.speed/po.conf.new_speed
276 po.conf.speed=po.conf.new_speed
278 t=po.stim+s.ptim/po.conf.speed}
284 if(!po.repn&&(!s.rep_v||po.repv<s.rep_v.length)){po.stim+=(s.ptim-s.rep_p.ptim)/po.conf.speed
288 t=po.stim+s.ptim/po.conf.speed
293 if(s2){po.stim+=(s.ptim-s2.ptim)/po.conf.speed
[all …]
/plugin/cumulus/
Dsyntax.php55 …$options['speed'] = (int)(is_numeric($data['speed']) ? $data['speed'] : $this->getConf('speed'));
87 'tspeed' => (int)$options['speed'] ,
/plugin/s5reloaded/ui/effects_support/
Ddragdrop.js383 var speed = [0,0];
384 …if(pointer[0] < (p[0]+this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[0]+this.options.sc…
385 …if(pointer[1] < (p[1]+this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[1]+this.options.sc…
386 …if(pointer[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.sc…
387 …if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.sc…
388 this.startScrolling(speed);
506 startScrolling: function(speed) { argument
507 if(!(speed[0] || speed[1])) return;
508 this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed];
/plugin/solr/
DREADME.md46 …his plugin to index all of your wiki pages. The speed of this script greatly depends on your serve…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php19 * This cache makes a huge difference in memory and a little bit in speed.
45 * This cache makes a huge difference in memory and a little bit in speed.

12345678910>>...15