Home
last modified time | relevance | path

Searched refs:prev (Results 376 – 400 of 424) sorted by path

1...<<11121314151617

/plugin/projects/
H A Dcodemirror-compressed.js1prev=i}function v(e,t,n){return e.context=new d(e.indented,t,n,null,e.context)}function m(e){var t… property in e.ctx
/plugin/qrcode2/
H A Dphpqrcode.php1546 $prev = 0;
1548 $prev = $version;
1549 $bits = $this->estimateBitStreamSize($prev);
1554 } while ($version > $prev);
/plugin/revealjs/js/
H A Dreveal.js3554 …if( fragments.prev ) dom.controlsPrev.forEach( function( el ) { el.classList.add( 'fragmented', 'e…
3560 …if( fragments.prev ) dom.controlsUp.forEach( function( el ) { el.classList.add( 'fragmented', 'ena…
3564 …if( fragments.prev ) dom.controlsLeft.forEach( function( el ) { el.classList.add( 'fragmented', 'e…
4005 prev: fragments.length - hiddenFragments.length > 0,
4010 return { prev: false, next: false };
5975 prev: navigatePrev,
/plugin/s5/ui/yatil/
H A Dpretty.css86 #toggle, #prev, #next {
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css459 #controls #navLinks ul li#prev {background: url(prev_link.png) no-repeat top left;}
460 #controls #navLinks ul li#prev a:hover {background: url(prev_over.png) no-repeat bottom left;}
/plugin/schedule/lib/
H A DscheduleCitiesMap.js495 divError = jQuery ("div.schedule").prev ("div.error");
H A DscheduleForm.js12 select.prev (".warningPlace").toggleClass ("warning", warning);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/searchjump/
H A Dscript.js17 var prev = document.createElement('img');
18 prev.src = DOKU_BASE + 'lib/plugins/searchjump/pix/up.gif';
19 prev.title = LANG.plugins.searchjump['up']+' [k]';
20 prev.onclick = function () {
36 sjump.dialog.appendChild(prev);
/plugin/semanticdata/syntax/
H A Dtable.php282 $prev = $offset - $data['limit'];
283 if($prev < 0) $prev = 0;
288 $params['dataofs'] = $prev;
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js97 $('p:empty + h3').prev().remove();
101 let node = this.prev;
102 while ((node = node.prev) && node.name != 'h3' && node.name != 'p') {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js500 var prev = this._previousAttributes;
506 if (!_.isEqual(prev[attr], val)) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2321 var prev = this.findPreviousUp(sib, criteria);
2322 if (prev)
2323 return prev;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2151 el.next && (el.next.prev = el.prev);
2152 el.prev && (el.prev.next = el.next);
2170 el.prev = null;
2179 el.prev = el2;
2185 el2.prev && (el2.prev.next = el);
2186 el.prev = el2.prev;
2187 el2.prev = el;
4130 e.status = (e.prev + (e.percent - e.prev) * (time / ms)) / e.anim.top;
4391 prev,
4566 prev: prev, property in runAnimation.e
[all …]
H A Draphael.svg.js704 this.prev = svg.top;
1346 top = top.prev;
H A Draphael.vml.js445 this.prev = vml.top;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1prev),t==e.bottom&&(e.bottom=t.next),t.next&&(t.next.prev=t.prev),t.prev&&(t.prev.next=t.next)}),M…
H A Draphael.no-deps.min.js1prev),t==e.bottom&&(e.bottom=t.next),t.next&&(t.next.prev=t.prev),t.prev&&(t.prev.next=t.next)}),M…
/plugin/sketchcanvas/phplib/
H A Dimage.php216 function cubicBezierCurve($im, $prev, $p, $color){ argument
217 $a = array($prev["x"], $prev["y"]);
297 $prev = $pts[0]; variable
304 imageline($im, $prev[0], $prev[1], $p1[0], $p1[1], $c);
305 $prev = $p1; variable
334 $prev = null; variable
336 if($prev !== null)
337 cubicBezierCurve($im, $prev,
338 $prev = $p; global() variable
[all...]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js2518 var prev = pts[pts.length-2];
2519 if(d.x === prev.x && d.y === prev.y){
2530 var prev = pts[pts.length-1];
2532 if("dx" in prev && "dy" in prev){
2533 d.cx = 2 * prev.x - prev.dx;
2534 d.cy = 2 * prev.y - prev
[all...]
/plugin/slider/
H A Djquery.bxslider.js653 slider.controls.prev = $('<a class="bx-prev" href="">' + slider.settings.prevText + '</a>');
656 slider.controls.prev.bind('click', clickPrevBind);
663 $(slider.settings.prevSelector).append(slider.controls.prev);
670 slider.controls.directionEl.append(slider.controls.prev).append(slider.controls.next);
855 slider.controls.prev.addClass('disabled');
860 slider.controls.prev.addClass('disabled');
865 slider.controls.prev.removeClass('disabled');
868 slider.controls.prev.removeClass('disabled');
1318 if(slider.controls.prev) slider.controls.prev.remove();
H A Dscreen.css99 .bx-wrapper .bx-prev {
109 .bx-wrapper .bx-prev:hover {
/plugin/sphinxsearch-was/
H A Daction.php106 function _search($query, $start, $prev) argument
114 if (empty($prev)) {
115 $prev = 0;
193 if (false !== strpos($prev, ',')) {
194 $prevArry = explode(",", $prev);
217 $prevString = $prev . ',' . $start;
H A Dchangelog5 * Used CSS to override the "prev", "next" and "Search help" text-only links with icons.

1...<<11121314151617