Home
last modified time | relevance | path

Searched refs:s (Results 3901 – 3925 of 3948) sorted by last modified time

1...<<151152153154155156157158

/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js300 readyState = s;
307 t.escape = function(s) { argument
464 s.language = 'JavaScript';
465 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
466 b.insertBefore(s, b.lastChild);
473 this.span = s = d.createElement('SPAN');
474 s.style.display = 'none';
475 b.insertBefore(s, b.lastChild);
478 s = s.getElementsByTagName('SCRIPT')[0]; // get with timeout!
479 s.language = 'JavaScript';
[all …]
H A DJsHttpRequest.js301 readyState = s;
308 t.escape = function(s) { argument
592 s.language = 'JavaScript';
593 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
602 s.style.display = 'none';
606 s = s.getElementsByTagName('SCRIPT')[0]; // get with timeout!
608 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
692 s.style.position = 'absolute';
693 s.style.display = 'none';
694 s.style.visibility = 'hidden';
[all …]
H A DJsHttpRequest-script-xml.js300 readyState = s;
307 t.escape = function(s) { argument
464 s.language = 'JavaScript';
465 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
466 b.insertBefore(s, b.lastChild);
473 this.span = s = d.createElement('SPAN');
474 s.style.display = 'none';
475 b.insertBefore(s, b.lastChild);
478 s = s.getElementsByTagName('SCRIPT')[0]; // get with timeout!
479 s.language = 'JavaScript';
[all …]
H A DJsHttpRequest-xml.js295 t._changeReadyState = function(s, reset) { with (this) { argument
300 readyState = s;
307 t.escape = function(s) { argument
308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
334 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout }; property in JsHttpRequest.TIMEOUTS
342 window.JsHttpRequest_tmp = JsHttpRequest.TIMEOUTS.s;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js231 readyState=s;
237 t.escape=function(s){ argument
332 s.language="JavaScript";
333 if(s.setAttribute){
334 s.setAttribute("src",th.url);
336 s.src=th.url;
342 s.style.display="none";
346 s=s.getElementsByTagName("SCRIPT")[0];
347 s.language="JavaScript";
348 if(s.setAttribute){
[all …]
H A DJsHttpRequest-script-xml.js231 readyState=s;
237 t.escape=function(s){ argument
332 s.language="JavaScript";
333 if(s.setAttribute){
334 s.setAttribute("src",th.url);
336 s.src=th.url;
342 s.style.display="none";
346 s=s.getElementsByTagName("SCRIPT")[0];
347 s.language="JavaScript";
348 if(s.setAttribute){
[all …]
H A DJsHttpRequest-form.js225 t._changeReadyState=function(s,_2c){ argument
231 readyState=s;
237 t.escape=function(s){ argument
238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout}; property in JsHttpRequest.TIMEOUTS
250 window.JsHttpRequest_tmp=JsHttpRequest.TIMEOUTS.s;
356 var s=th.span=d.createElement("DIV");
357 s.style.position="absolute";
358 s.style.display="none";
359 s.style.visibility="hidden";
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js231 readyState=s;
237 t.escape=function(s){ argument
437 s.language="JavaScript";
438 if(s.setAttribute){
441 s.src=th.url;
447 s.style.display="none";
451 s=s.getElementsByTagName("SCRIPT")[0];
452 s.language="JavaScript";
453 if(s.setAttribute){
456 s.src=th.url;
[all …]
H A DJsHttpRequest.php142 function quoteInput($s) argument
145 return str_replace(array('"', '<', '>'), array('&quot;', '&lt;', '&gt;'), $s);
147 return htmlspecialchars($s);
226 $s = preg_replace('/%(?!5B)(?!5D)([0-9a-f]{2})/si', '%u00\\1', $src);
229 parse_str($s, $data);
H A Dcompile.bat14 my ($comment) = $source =~ m{^\s*(/\*.*?\*/)}s;
15 my %parts = reverse($source =~ m[(//\s*{{{ [ \t]* (\w*) .*? //[ \t]* }}})]sgx);
23 $newComment =~ s/\*\s*\w+[^\r\n]*/$& ($k support only!)/s;
36 my ($comment) = readFile($from) =~ m{^\s*(/\*.*?\*/)}s;
37 …$comment =~ s/\*\s*\w+[^\r\n]*\s*\*/$& Minimized version: see debug directory for the complete one…
/plugin/remotescript/lib/
H A Dlicense.txt56 author's reputation will not be affected by problems that might be
82 does Less to protect the user's freedom than the ordinary General
150 1. You may copy and distribute verbatim copies of the Library's
275 modification of the work for the customer's own use and reverse
300 copy of the library already present on the user's computer system,
473 <one line to give the library's name and a brief idea of what it does.>
502 That's all there is to it!
/plugin/linebreak/
H A Daction.php39 * plugin should use this method to register its handlers with the dokuwiki's event controller
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckplugins.js41 for ( var s in oItems )
42 oItems[s].Load() ;
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt45 Foundation's software and to any other program whose authors commit to
72 Also, for each author's protection and ours, we want to make certain
83 patent must be licensed for everyone's free use or not licensed at all.
108 1. You may copy and distribute verbatim copies of the Program's
370 author's reputation will not be affected by problems that might be
396 does Less to protect the user's freedom than the ordinary General
464 1. You may copy and distribute verbatim copies of the Library's
589 modification of the work for the customer's own use and reverse
834 1.10.1. "Patent Claims" means any patent claim(s), now owned or
983 Modifications are Contributor's original creation(s) and/or
[all …]
/plugin/indexmenu2/
H A Dindexmenu.php12 function indexmenu_getsubmenu ($ns,$s) { argument
19 'sort' => $s
/plugin/flowplay/flowplayer/
H A DREADME.txt20 If the 'videoFile' variable's value contains a '.flv' or '.swf'
60 By using only the object tag it's possible to author valid XHTML. The sample
117 - Thumnail list's scrollbar is now hidden if all thumbnails fit the available visible space.
125 - The numbers from the playlist's clips were removed
215 Eclipse's integrated Ant configuration (Eclipse/Preferences/Ant/Runtime/Tasks).
H A Djavascript.txt1 FlowPlayer's JavaScript API supports a subset of the JavaScript API
4 plug-in. mplayer plug-in's API is documented in javascript.txt that can be found
5 in the plugin's source distribution package.
61 Seeks to the specified time during the clip's timeline.
65 Get's the current time (seconds advanced).
69 Get's the clip's duration.
H A DLICENSE.txt81 Contribution(s) alone or by combination of their Contribution(s)
82 with the Work to which such Contribution(s) was submitted. If You
/plugin/textile2/
H A DclassTextile.php216 var $s; variable in Textile
244 $this->s = "(?:{$this->cspn}|{$this->rspn})*";
425 …return preg_replace_callback("/^(?:table(_?{$this->s}{$this->a}{$this->c})\. ?\n)?^({$this->a}{$th…
444 if (preg_match("/^(_?$this->s$this->a$this->c\. )(.*)/", $cell, $cmtch)) {
/plugin/bashorg/
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.>
/plugin/virtualkeyboard/
H A Daction.php41 * plugin should use this method to register its handlers with the dokuwiki's event controller
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js119 var s = self.getCursorPosition(el),
124 if (e<s) e = s;
129 return tmp.substring(s,e);
H A Dhelpers.js122 var s = [];
133 s[s.length] = q.join("");
134 s[s.length] = dump(v[i],l+1);
135 s[s.length] = '}';
138 s[s.length] = q.join("");
142 return s.join("\n");
155 var aL=arguments.length, i=aL-2, s = arguments[aL-1];
157 s = ((!isString(arguments[i])&&!isNumber(arguments[i]))||isEmpty(arguments[i])
158 ?s
159 :arguments[i]+'\x00'+s);
[all …]
/plugin/chat/
H A Dreadme.txt23 How to use it? Just type your message into text field below and hit [Enter]. That's it...
/plugin/livepreview/
H A Dstyle.css54 max-width: 80%; /* IE's width is handled in javascript */

1...<<151152153154155156157158