Home
last modified time | relevance | path

Searched refs:str (Results 126 – 150 of 895) sorted by path

12345678910>>...36

/plugin/ckgdoku/action/
H A Dedit.php1155 $count = 0; $str='';
1156 …if($matches[3] && $matches[3] != 'inherit') { $str .= '<span style = "color:' . $matches[3] .'">';…
1157 …if($matches[1] && $matches[1] != 'inherit') { $str .= '<span style = "font-size:' . $matches[1] .'…
1158 …if($matches[2] && $matches[2] != 'inherit') { $str .= '<span style = "font-family:' . $matches[1] …
1159 …if($matches[4] && $matches[4] != 'inherit') { $str .= '<span style = "background-color:' . $matche…
1160 $str .= $matches[5];
1162 $str .= '</span>';
1164 return $str;
H A Dmeta.php89 $id = urldecode($INPUT->str('ckedupl_id'));
94 $delete = $INPUT->str('ckedupl_del');
104 $size_tm = $INPUT->str('delsize');
163 $id = urldecode($INPUT->str('cked_delid'));
175 $page = $INPUT->str('dw_id');
187 $which = $INPUT->str('lang');
213 $dwp = $INPUT->str('dw_val');
214 $client = $INPUT->str('dwp_client');
257 $rsave_id = urldecode($INPUT->str('rsave_id'));
724 $do = $INPUT->str('do','NOTADMIN');
[all …]
/plugin/ckgdoku/action/entities/utils/
H A Dfcked-ents.pl16 my $str = shift;
17 $str =~ s/^\s+//;
18 $str =~ s/\s+$//;
19 return $str;
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php15 $page = $INPUT->str('dw_id');
H A Duseheading.php7 $page = $INPUT->str('dw_id');
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc159 String.prototype.escapeRegExpCkg = function(str) {
160 … return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc122 var pairs = str.split('@@');
336 var str = "";
338 str = decodeURIComponent(urlMatch[2]);
348 if(!str) {
353 str = match[1];
362 retval.url.selected =str;
363 retval.url.url = str;
462 function unescapeSingleQuote( str )
464 return str.replace( /\\'/g, '\'' );
467 function escapeSingleQuote( str )
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js169 var str = urlspl[1];
170 if (str.match(/Unlink/)) {
172 found = str.split(/&/);
H A DsafeFN_class.js157 var str = new Array();
159 str[i] = this.code2utf(unic[i]);
162 return this.utf8Decode(str.join(''));
195 var str = new Array();
205 if (code < 128) str[j++]= this.chr(code);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 return str.join('');
217 var str = new Array();
223 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
227 str[j++] = utf8str;
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php319 function get_conf_array($str) { argument
320 $str = preg_replace('/\s+/',"",$str);
321 return explode(';;', $str);
H A Ddwfck_sessions.php71 list($dw,$str) = explode('|',$sstr,2);
72 $inf = unserialize($str);
H A Dinput_utils.php18 $val = $INPUT->str($which);
/plugin/ckgdoku/
H A Dhelper.php29 $str = $this->getConf($val);
30 $str = preg_replace('/\s+/',"",$str);
31 return explode(',', $str);
H A Dscript.js199 function makeMap(str){ argument
200 var obj = {}, items = str.split(",");
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php7 $cname = $INPUT->str('draft_id');
H A DsafeFN_class.js161 var str = new Array();
163 str[i] = this.code2utf(unic[i]);
166 return this.utf8Decode(str.join(''));
199 var str = new Array();
209 if (code < 128) str[j++]= this.chr(code);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
215 return str.join('');
221 var str = new Array();
227 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
231 str[j++] = utf8str;
[all …]
H A Dtable_debugging_code.js.unc6 var str = "";
9 str+="ROW" + i + "\n";
12 str += "[" + col + "]";
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
18 str += "\n";
22 this_debug(str,'show_rowspans');
24 str = "";
27 str+= "|"+rows[i][col].text + " ";
29 str += "|\n";
[all …]
/plugin/ckgedit/action/
H A Dedit.php72 $id = $INPUT->str('id');
669 $hid = $INPUT->str('hid');
675 $ckgedit_redirect = $INPUT->str('redirect_id', "");
1062 $post_styling = $INPUT->post->str('styling');
1206 $count = 0; $str='';
1207 …if($matches[3] && $matches[3] != 'inherit') { $str .= '<span style = "color:' . $matches[3] .'">';…
1208 …if($matches[1] && $matches[1] != 'inherit') { $str .= '<span style = "font-size:' . $matches[1] .'…
1209 …if($matches[2] && $matches[2] != 'inherit') { $str .= '<span style = "font-family:' . $matches[2] …
1211 $str .= $matches[5];
1213 $str .= '</span>';
[all …]
H A Dmeta.php57 $ckg_redirect = $INPUT->str('ckgedit_redirect',"");
115 $id = urldecode($INPUT->str('ckedupl_id'));
120 $delete = $INPUT->str('ckedupl_del');
130 $size_tm = $INPUT->str('delsize');
189 $id = urldecode($INPUT->str('cked_delid'));
201 $page = $INPUT->str('dw_id');
212 $which = $INPUT->str('lang');
241 $dwp = $INPUT->str('dw_val');
242 $client = $INPUT->str('dwp_client');
285 $rsave_id = urldecode($INPUT->str('rsave_id'));
[all …]
/plugin/ckgedit/action/entities/utils/
H A Dfcked-ents.pl16 my $str = shift;
17 $str =~ s/^\s+//;
18 $str =~ s/\s+$//;
19 return $str;
/plugin/ckgedit/ckeditor/
H A Dget_headers.php18 $page = $INPUT->str('dw_id');
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc184 String.prototype.escapeRegExpCkg = function(str) {
185 … return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc99 if(str.match(/^\s*__EMPTY__\s*$/)) {
105 var pairs = str.split('@@');
324 var str = "";
340 if(!str) {
345 str = match[1];
356 retval.url.selected =str;
357 retval.url.url = str;
463 function unescapeSingleQuote( str )
465 return str.replace( /\\'/g, '\'' );
468 function escapeSingleQuote( str )
[all …]
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js139 var str = "";
147 str += "<ol><li>" +ar[j] + '</li>';
163 str+='<li>';
164str+=ar[j] + '</li>';
167 str = str.replace(/<li>·*<\/li>/gm,"");
168 str+="</ol>";
169 return str;
H A Dmsword.js.unc139 var str = "";
147 str += "<ol><li>" +ar[j] + '</li>';
163 str+='<li>';
164str+=ar[j] + '</li>';
167 str = str.replace(/<li>·*<\/li>/gm,"");
168 str+="</ol>";
169 return str;

12345678910>>...36