Home
last modified time | relevance | path

Searched refs:s (Results 3876 – 3900 of 3948) sorted by last modified time

1...<<151152153154155156157158

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03_mx.cfm75 // Calculate basepath for FCKeditor. It's in the folder right above _samples
H A Dsample01.cfm43 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples --->
H A Dsample02.cfm91 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples --->
H A Dsample03.cfm75 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples --->
H A Dsample04.cfm75 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples --->
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js38 // In Windows it is file:// but in MacOs it is file:/// so let's get it automatically
171 /<!--[\s\S]*?-->/g ,
174 /<script[\s\S]*?<\/script>/gi,
177 /<noscript[\s\S]*?<\/noscript>/gi,
180 /<object[\s\S]+?<\/object>/gi
/plugin/google_adsense2/
H A Dsyntax.php114 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
/plugin/hr/
H A Dsyntax.php169 * <dd>ordinary text encountered within the plugin's syntax mode
/plugin/lists/
H A Dsyntax.php180 * <dd>ordinary text encountered within the plugin's syntax mode
/plugin/deflist/
H A Dsyntax.php230 * <dd>ordinary text encountered within the plugin's syntax mode
257 $aMatch = preg_split('|\n+(\s*\?\?)\s*|', $aMatch,
274 $aMatch = preg_split('|\s*(::\s*.*?!!)|s', $aMatch,
280 if (preg_match('|::\s*(.*?)\s*!!|s', $aMatch[$i], $hits)) {
282 } else if (preg_match('|::\s*(.*)|s', $aMatch[$i], $hits)) {
284 } else if (preg_match('|(.*?)\s*!!|s', $aMatch[$i], $hits)) {
318 * <tt>FALSE</tt> if it's not supported. <tt>$aRenderer</tt>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py46 s = """<Folders>""" # Open the folders node
50 s += """<Folder name="%s" />""" % (
53 s += """</Folders>""" # Close the folders node
54 return s
H A Dconnector.py45 s = ""
94 s += self.createXmlHeader(command, resourceType, currentFolder, url)
100 s += selector[command](resourceType, currentFolder)
101 s += self.createXmlFooter()
102 return s
H A Dfckoutput.py72 s = """<?xml version="1.0" encoding="utf-8" ?>"""
74 s += """<Connector command="%s" resourceType="%s">""" % (
79 s += """<CurrentFolder path="%s" url="%s" />""" % (
83 return s
H A Dzope.py72 s = ""
73 s += """<Folders>"""
76 s += """<Folder name="%s" />""" % (
80 s += """</Folders>"""
81 return s
86 s = folders + files
87 return s
91 s = ""
92 s += """<Files>"""
100 s += """</Files>"""
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso101 Split the file's extension from the filename in order
102 to follow the API's naming convention for duplicate
/plugin/dokukiwix/
H A DCOPYING137 control those activities. However, it does not include the work's
191 modification of the work as a means of enforcing, against the work's
197 You may convey verbatim copies of the Program's source code as you
240 used to limit the access or legal rights of the compilation's users
458 licenses to the work the party's predecessor in interest had or could
475 work thus licensed is called the contributor's "contributor version".
477 A contributor's "essential patent claims" are all patent claims
488 patent license under the contributor's essential patent claims, to
509 covered work in a country, or your recipient's use of the covered work
580 versions of the GNU General Public License can be used, that proxy's
/plugin/embed/
H A Dsyntax.php54 $this->Lexer->addSpecialPattern('<embed\s+[^>]+\s*>.*?</embed>',$mode,'plugin_embed');
55 $this->Lexer->addSpecialPattern('<embed\s+[^/]+\s*/>',$mode,'plugin_embed');
65 if (preg_match('/<embed\s+([^>]+)\s*>(.*?)<\/embed>/ms',$match,$matches))
67 else if (preg_match('/<embed\s+([^>]+)\s*\/>/',$match,$matches))
132 preg_match_all('/<label\s+([a-zA-Z0-9_]+)\s*>/',$r_str, $matches_label, PREG_OFFSET_CAPTURE);
158 $page = preg_replace('/<label\s+' . $section .'\s*>.*?<\/label>/ms',$rep, $page);
/plugin/label/
H A Dsyntax.php42 … $this->Lexer->addSpecialPattern('<label\s+' . $this->LABEL_PATTERN . '\s*>',$mode,'plugin_label');
52 if (preg_match('/<label\s+(' . $this->LABEL_PATTERN . ')\s*>/',$match,$matches)) {
/plugin/columnlist/
H A DLicense.txt16 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/remotescript/
H A Dscript.js9s:window.setTimeout,c:window.clearTimeout};JsHttpRequest.setTimeout=function(i,I){window.JsHttpReq… property in JsHttpRequest.TIMEOUTS
77 function _from_utf8(s) { argument
79 for (var i = 0; i < s.length; i++) {
80 c = s.charCodeAt(i);
89 d += s.charAt(i);
109 function _to_utf8(s) { argument
111 for (var i = 0; i < s.length; i++) {
112 c = s.charCodeAt(i);
114 d += s.charAt(i);
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php391 $s = floor($this->_fullwidth - ($this->_padding * 2));
395 …$html .= "<div style=\"float: left; clear: both;\">".$this->insertImage(''.$s,$this->images[$i1]['…
397 …$html .= "<div style=\"float: left; clear: both;\">".$this->insertImg(''.$s,$this->images[$i1])."<…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt80 The protocol is very simple and fully compatible with standard PHP's features.
134 - PHP's array: array('a' => 123, 'b' => array('c' => 456, 'd' => 789))
138 - PHP's array: array('a' => 123, 'b' => arrat(4, 5))
140 You see that JavaScript objects are 1:1 converted to PHP's arrays, and
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.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;
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 …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.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');
342 window.JsHttpRequest_tmp = JsHttpRequest.TIMEOUTS.s;
504 var s = th.span = d.createElement('DIV');
505 s.style.position = 'absolute';
506 s.style.display = 'none';
507 s.style.visibility = 'hidden';
508 s.innerHTML =
[all …]

1...<<151152153154155156157158