Home
last modified time | relevance | path

Searched refs:s (Results 3851 – 3875 of 3948) sorted by last modified time

1...<<151152153154155156157158

/plugin/code3/src/
H A Dtz.js176 var ch = s.charAt(i);
233 function PR_trim(s) { argument
241 return s.length >= prefix.length && prefix == s.substring(0, prefix.length);
246 suffix == s.substring(s.length - suffix.length, s.length);
405 var s = chunk.token;
575 var s = chunk.token;
835 k += s.length;
1142 var s = tok.token;
1153 s = s.substring(decodeHelper.next, s.length);
1179 endTok = new PR_Token(s.substring(pos, s.length), PR_TAG);
[all …]
/plugin/blogmeta/
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/flowplay2/flowplayer/
H A Djavascript.txt4 plug-in. mplayer plug-in's API is documented in javascript.txt that can be found
5 in the plugin's source distribution package.
8 to other Flash movies via Flash's LocalConnection.
37 Seeks to the specified time during the clip's timeline.
41 Get's the current time (seconds advanced).
45 Get's the clip's duration.
86 Adds a new programmatic cue point. When the cue point's time is reached
163 Called when a clip is not found using it's URL.
201 videodatarate (kbit/s), audiodatarate (kbit/s) and creationdate.
205 Called every time the playhead moves in the media's timeline. The value
/plugin/slideshow/lang/en/
H A Dstart.txt1 ======%s======
3 Here is a namespace for the %s plugin.\\
/plugin/slideshow/lang/ja/
H A Dstart.txt1 ======%s======
3 ここは%sプラグインがキャッシュファイルを格納する名前空間です。\\
/plugin/btable/
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/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc8 var oClassRegex = /\s*FCK__ShowTableBorders/ ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js26 ….Remove=function(A,B){var s='';if (A>0) s=this.substring(0,A);if (A+B<this.length) s+=this.substri…
28s=navigator.userAgent.toLowerCase();var FCKBrowserInfo={IsIE:/*@cc_on!@*/false,IsIE7:/*@cc_on!@*/f… variable
38 …ement;};FCKTools._AppendStyleString=function(A,B){var s=A.createStyleSheet("");s.cssText=B;return
43 …e(B);var E,s;for (var i=0;i<e.length;i++){if ((E=e[i].getAttribute('fckLang'))){if ((s=FCKLang[E])… variable
51s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1},F);H=X({sub:1,img:1,object:1,sup:1,basefont:1,map:… property in FCK.DTD.K
109 …B[0]]=new FCKPlugin(B[0],B[1],B[2]);FCKPlugins.ItemsCount++;};for (var s in A) A[s].Load();FCKPlug…
H A Dfckeditorcode_gecko.js26 ….Remove=function(A,B){var s='';if (A>0) s=this.substring(0,A);if (A+B<this.length) s+=this.substri…
27s=navigator.userAgent.toLowerCase();var FCKBrowserInfo={IsIE:/*@cc_on!@*/false,IsIE7:/*@cc_on!@*/f… variable
42 …e(B);var E,s;for (var i=0;i<e.length;i++){if ((E=e[i].getAttribute('fckLang'))){if ((s=FCKLang[E])… variable
50s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1},F);H=X({sub:1,img:1,object:1,sup:1,basefont:1,map:… property in FCK.DTD.K
108 …B[0]]=new FCKPlugin(B[0],B[1],B[2]);FCKPlugins.ItemsCount++;};for (var s in A) A[s].Load();FCKPlug…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp64 ' and DeniedExtensions (that's it: not being denied) conditions.
72 ' If it's an empty string then it will be autocalculated.
85 ' If it's an empty string then it will be autocalculated.
H A Dclass_upload.asp317 …|title)", "type\s*=\s*[\'""]?\s*(?:\w*/)?(?:ecma|java)", "(?:href|src|data)\s*=\s*[\'""]?\s*(?:ecm…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm68 // and DeniedExtensions (that's it: not being denied) conditions.
76 // If it's an empty string then it will be autocalculated.
90 // If it's an empty string then it will be autocalculated.
H A Dcf_util.cfm114 <cfif refind('type\s*=\s*[''"]?\s*(?:\w*/)?(?:ecma|java)', chunk)>
121 <cfif refind('(?:href|src|data)\s*=\s*[\''"]?\s*(?:ecma|java)script:', chunk)>
126 <cfif refind('url\s*\(\s*[\''"]?\s*(?:ecma|java)script:', chunk)>
H A Dcf5_connector.cfm87 …ctory in the http request path is directly off the web root for the application and that it's not a
H A Dcf5_upload.cfm109 …ctory in the http request path is directly off the web root for the application and that it's not a
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js101 var s = '' ;
104 s = this.substring( 0, start ) ;
107 s += this.substring( start + length , this.length ) ;
109 return s ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckbrowserinfo.js24 var s = navigator.userAgent.toLowerCase() ; variable
29 IsIE7 : /*@cc_on!@*/false && s.Contains('msie 7'),
30 IsGecko : s.Contains('gecko/'),
31 IsSafari : s.Contains(' applewebkit/'), // Read "IsWebKit"
33 IsMac : s.Contains('macintosh')
43 var geckoVersion = s.match( /gecko\/(\d+)/ )[1] ;
54 browserInfo.IsGecko10 = ( ( geckoVersion < 20051111 ) || ( /rv:1\.7/.test(s) ) ) ;
55 browserInfo.IsGecko19 = /rv:1\.9/.test(s) ;
H A Dfcktools_ie.js38 var s = documentElement.createStyleSheet( "" ) ;
39 s.cssText = cssStyles ;
40 return s ;
H A Dfcklanguagemanager.js125 var sKey, s ; variable
132 if ( (s = FCKLang[ sKey ]) )
135 s = FCKTools.HTMLEncode( s ) ;
136 e[i][ propertyToSet ] = s ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso118 Map Lasso's file error codes to FCKEditor's error codes.
155 Split the file's extension from the filename in order
156 to follow the API's naming convention for duplicate
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js103 var s = '' ;
106 s = this.substring( 0, start ) ;
109 s += this.substring( start + length , this.length ) ;
111 return s ;
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10transitional.js35 …1, 'var':1, '#':1, abbr:1, code:1, br:1, i:1, cite:1, kbd:1, u:1, strike:1, s:1, tt:1, strong:1, q…
39 …, isindex:1, fieldset:1, ul:1, b:1, acronym:1, a:1, blockquote:1, i:1, u:1, s:1, tt:1, address:1, … property in FCK.DTD.K
121 s: L,
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm49 // Calculate basepath for FCKeditor. It's in the folder right above _samples
H A Dsample04_mx.cfm81 // Calculate basepath for FCKeditor. It's in the folder right above _samples
H A Dsample02_mx.cfm88 // Calculate basepath for FCKeditor. It's in the folder right above _samples

1...<<151152153154155156157158