Home
last modified time | relevance | path

Searched refs:s (Results 3526 – 3550 of 3948) sorted by last modified time

1...<<141142143144145146147148149150>>...158

/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js164 …{return !!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/^[\s[]?function/.test(fn+…
2315 var s={array:function(x){var a=["["],b,f,i,l=x.length,v; class
2319 f=s[typeof v];
2329 },object:function(x){if(x){if(x instanceof Array){return s.array(x);
2332 f=s[typeof v];
2335 }a.push(s.string(i),":",v);
2347 SimileAjax.JSON.toJSONString=function(o){if(o instanceof Object){return s.object(o);
2348 }else{if(o instanceof Array){return s.array(o);
/plugin/eventline/timeline_js/scripts/
H A Dsources.js121 start: parseDateTimeFunction(evnt.start || evnt.s),
/plugin/eventline/timeline_js/
H A Dtimeline-api.js152 for (var s = 0; s < scripts.length; s++) {
153 var url = scripts[s].src;
H A Dtimeline-bundle.js569 for(var s=0;
570 s<u.length;
571 s++){var v=u[s];
584 s.style.left=w.iconLeft+"px";
585 s.style.top=w.top+"px";
586 s.style.zIndex=(l.length-u);
587 s.appendChild(t);
588 s.setAttribute("index",u);
589 s.onmouseover=R;
590 q.firstChild.appendChild(s);
[all …]
/plugin/searchpattern/
H A Dstyle.css114 div.dokuwiki div.sp_error ul.sp_error{ /*the list of error(s)*/
/plugin/socialshareprivacy2/
H A Dplugin.info.txt3 email r.s.nitsch@gmail.com
/plugin/socialshareprivacy2/JC/
H A DREADME.md81 > Due to an obscure bug in the underlying WinINET InternetGetCookie implementation, IE’s document.c…
H A Djquery.cookie.js20 function raw(s) { argument
21 return s;
24 function decoded(s) { argument
25 return decodeURIComponent(s.replace(pluses, ' '));
28 function converted(s) { argument
29 if (s.indexOf('"') === 0) {
31 s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\');
/plugin/socialshareprivacy2/SSP/
H A DREADME.md136 var s = document.createElement('script');
139 s.type = 'text/javascript';
140 s.async = true;
141 s.src = 'jquery.socialshareprivacy.min.autoload.js';
143 t.parentNode.insertBefore(s, t);
489 <td>The title to pass to any share service that want's one.</td>
494 <td>The description to pass to any share service that want's one.</td>
499 <td>Image URL to pass to any share service that want's one.</td>
504 <td>HTML embed code to pass to any share service that want's one.</td>
1094 <td>The URL to where you get when you click the image. Per default it's the
[all …]
/plugin/flowplayer/player/
H A DREADME.txt58 - fixed XML parsing error when metadata's keys contains dashes
203 - /!\ Don't use the fadeIn / fadeOut controlbar's API while using autoHide.
270 - clip's can have urlResolvers and connectionProviders
278 - Now the player's preloader uses the rotating animation instead of a percent text to indicate the …
281 - Clip's custom properties are now present in the root of the clip argument in all clip events that…
329 - The play button overlay no longer has a gap between it's pieces when a label is used: http://flow…
357 - the player's framerate was increased to 24 FPS, makes all animations smoother
430 - logo only uses percentage scaling if it's a SWF file (there is ".swf" in it's url)
436 - now it's possible to load a plugin into the panel without specifying any position/dimensions
437 …information, the plugin is placed to left: "50%", top: "50%" and using the plugin DisplayObject's
[all …]
H A DLICENSE.txt184 control those activities. However, it does not include the work's
238 modification of the work as a means of enforcing, against the work's
244 You may convey verbatim copies of the Program's source code as you
287 used to limit the access or legal rights of the compilation's users
505 licenses to the work the party's predecessor in interest had or could
522 work thus licensed is called the contributor's "contributor version".
524 A contributor's "essential patent claims" are all patent claims
535 patent license under the contributor's essential patent claims, to
556 covered work in a country, or your recipient's use of the covered work
627 versions of the GNU General Public License can be used, that proxy's
[all …]
/plugin/tools/
H A Daction.php47 * plugin should use this method to register its handlers with the dokuwiki's event controller
/plugin/whyspam/
H A Dadmin.php87 $s = max(0,$pos - 15);
89 $snip = substr($text,$s,$l);
/plugin/whyspam/lang/en/
H A Dintro.txt3 This tool lets you check a text for spam blocked by the wiki's [[doku>blacklist]] feature. It will …
/plugin/plainlists/
H A DREADME1 XHTML renderer which produces lists without div\'s in.
/plugin/bliki/
H A Dsyntax.php214 $s = sizeof($parts);
215 $date = $parts[$s-3] . '-' . $parts[$s-2] . '-' . $parts[$s-1];
217 …0, 2), substr($filename, 2, 2), substr($filename, 4, 2), $parts[$s-2], $parts[$s-1], $parts[$s-3]);
/plugin/tindexmenu/jsmenu/
H A Dadmmenu.js40 function indexmenu_reqpage(b,s,id,n) { argument
43 r = id + s + n;
47 r = id + s + r;
52 function indexmenu_srchpage(u,s,isdir,nid) { argument
58 fnid = fnid.substring(0,nid.lastIndexOf(s));
60 var b=u,re = new RegExp(s, 'g');
H A Dusrmenu.js38 function indexmenu_reqpage(b,s,id,n) { argument
41 r = id + s + n;
45 r = id + s + r;
50 function indexmenu_srchpage(u,s,isdir,nid) { argument
56 fnid = fnid.substring(0,nid.lastIndexOf(s));
58 var b=u,re = new RegExp(s, 'g');
H A Dmenu.js37 function indexmenu_srchpage(u,s,isdir,nid) { argument
43 fnid = fnid.substring(0,nid.lastIndexOf(s));
45 var b=u,re = new RegExp(s, 'g');
/plugin/tindexmenu/
H A Daction.php31 * plugin should use this method to register its handlers with the dokuwiki's event controller
H A DCOPYING16 Foundation's software and to any other program whose authors commit to
43 Also, for each author's protection and ours, we want to make certain
54 patent must be licensed for everyone's free use or not licensed at all.
79 1. You may copy and distribute verbatim copies of the Program's
293 <one line to give the program's name and a brief idea of what it does.>
H A Dindexmenu-full.js298 dTree.prototype.s = function(id) { method in dTree
541 dTree.prototype.scroll = function(where, s, n, i) { argument
550 this.scrollRight(dtreel, s);
563 this.scrollLeft(dtreel, s, w - 3, i);
576 self.scrollLeft(lft - s, s + i, w, i);
581 dTree.prototype.scrollRight = function(lft, s) { argument
582 if (lft >= s) {
590 s = 1;
593 self.scrollRight(lft + s, s + 1);
764 dTree.prototype.init = function(s, c, n, nav, max) { argument
[all …]
H A Dindexmenu.js38 dTree.prototype.s=function(a){var c,b,d=this.aNodes[a];if(this.selectedNode!=a&&(b=$("s"+this.obj+a… method in dTree
40 …mpleted&&a._hc&&this.nodeStatus(!0,a._ai,a._ls),a._is&&(this.completed?this.s(a._ai):this._sn=a._a…
/plugin/projects/
H A Dlicense16 Foundation's software and to any other program whose authors commit to
43 Also, for each author's protection and ours, we want to make certain
54 patent must be licensed for everyone's free use or not licensed at all.
79 1. You may copy and distribute verbatim copies of the Program's
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/projects/action/
H A Deditformselect.php25 * Register its handlers with the DokuWiki's event controller

1...<<141142143144145146147148149150>>...158