Home
last modified time | relevance | path

Searched refs:a (Results 5126 – 5150 of 6240) sorted by path

1...<<201202203204205206207208209210>>...250

/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
H A Dpretty.css4 * @author Anika Henke <a.c.henke@arcor.de>
54 #controls #navLinks a {padding: 0; margin: 0 0.5em;
H A Dprint.css16 ul.extra a {font-weight: bold;}
H A Dslides.js341 var a = aelements[i].href;
342 var slideID = a.match('\#slide[0-9]{1,2}');
/plugin/s5/ui/flower/
H A Dpretty.css64 div#controls a {font-size: 2em; padding: 0; margin: 0 0.5em;
H A Dprint.css16 ul.extra a {font-weight: bold;}
/plugin/s5/ui/i18n/
H A Dpretty.css8 a {text-decoration: none; color: #336; border-bottom: 1px dotted;} selector
27 #navLinks a {margin: 0 0.33em; padding: 0 0.25em;
/plugin/s5/ui/pixel/
H A Dpretty.css60 div#controls a {font-size: 2em; padding: 0; margin: 0 0.5em;
/plugin/s5/ui/yatil/
H A Dpretty.css7 a { selector
12 a:hover {
80 div#controls a {font-size: 2em; padding: 0; margin: 0 0.2em; border: none; color: #f3f3f3;
82 div#controls a:hover {color: #f3f3f3;}
/plugin/s5reloaded/
H A Dplugin.info.txt7 desc Display a Wiki page as S5 reloaded slideshow presentation with advanced effects using Presen…
/plugin/s5reloaded/ui/effects_support/
H A DMIT-LICENSE4 a copy of this software and associated documentation files (the
H A Dprototype.js290 var a = merge(args, arguments);
307 var a = merge(args, arguments);
329 return wrapper.apply(this, a);
878 return a < b ? -1 : a > b ? 1 : 0;
3467 fragment: fragment, a: a, b: b });
3530 concat: function(a, b) { argument
3532 a.push(node);
3533 return a;
3783 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
3905 concat: function(a, b) { argument
[all …]
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
/plugin/s5reloaded/ui/thesis/
H A DLEEME.txt29 Para cualquier sugerencia e idea, por favor, contacta conmigo a través de mi web. ;)
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
H A Dpretty.css415 th a
470 #controls #navLinks ul li#fade a.isoff {background: url(fade_link.png) no-repeat top left;}
471 #controls #navLinks ul li#fade a.ison {background: url(fade_on.png) no-repeat top right;}
475 #controls #navLinks ul li#audio a.isoff {background: url(audio_link.png) no-repeat top left;}
476 #controls #navLinks ul li#audio a.ison {background: url(audio_on.png) no-repeat top right;}
481 #controls #navLinks ul li#auto a.isoff {background: url(auto_link.png) no-repeat top left;}
482 #controls #navLinks ul li#auto a.ison {background: url(auto_on.png) no-repeat top right;}
485 #controls #navLinks ul li#pause a.isoff {background: url(pause_link.png) no-repeat top left;}
486 #controls #navLinks ul li#pause a.ison {background: url(pause_on.png) no-repeat top right;}
489 #controls #navLinks ul li#loop a.isoff {background: url(loop_link.png) no-repeat top left;}
[all …]
H A Dprint.css77 ul.extra a
H A Dslides.js548 case 65: // a/utoplay on/off
595 case 65: // a/utoplay
700 var a = aelements[i].href;
701 var slideID = a.match('\#slide[0-9]{1,2}');
H A Dwrap.css12 /* emulate a headline */
22 /* emulate a bigger headline with a bottom border */
/plugin/s5reloaded/ui/thesis/pics/
H A Dbackground-head.xcf19 …�����������~~~||�}zz�wxxvt�ststqrromkifg�feedb�cbcb``�a``^^�[\\Z�YZZXU…
/plugin/saveandedit/
H A Dplugin.info.txt6 desc A plugin that adds a checkbox to the edit form that saves and then lets you continue editing.
/plugin/schedule/lib/
H A DscheduleCitiesMap.js189 ul.children ('li').sort (function (a, b) { argument
190 var upa = jQuery (a).find ('span.city').text ().toUpperCase ();
/plugin/schedule/
H A Dplugin.info.txt6 desc Includes and manage shcedule into a page (V4)
H A Dschedule.class.php49 function cmpSchedule ($a, $b) { argument
50 if ($a->from == $b->from) {
51 if ($a->at == $b->at)
52 return ($a->id < $b->id) ? -1 : 1;
53 return ($a->at < $b->at) ? -1 : 1;
55 return ($a->from < $b->from) ? -1 : 1;
58 function cmpScheduleInDay ($a, $b) { argument
59 if ($a['at'] == $b['at'])
60 return ($a['id'] < $b['id']) ? -1 : 1;
61 return ($a['at'] < $b['at']) ? -1 : 1;
H A DscheduleRoot.class.php18 function cmpScheduleConfig ($a, $b) { argument
19 return ($a['nameSpace'] < $b['nameSpace']) ? -1 : 1;

1...<<201202203204205206207208209210>>...250