Home
last modified time | relevance | path

Searched refs:ch (Results 351 – 366 of 366) sorted by last modified time

1...<<1112131415

/plugin/jquery-syntax/
H A Djquery-1.6.min.js16ch[a]){var b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d===""){ci… variable
/plugin/new_page_dialog/
H A Dplugin.info.txt3 email pierre.spring@liip.ch
/plugin/translation3/lang/
H A Dlangnames.txt28 ch Chamoru
/plugin/bugzillaxmlrpc/
H A Dsyntax.php71 $ch = curl_init();
72 curl_setopt_array($ch, $this->curl_opt);
77 $server_output = curl_exec($ch);
78 curl_close($ch);
97 $ch = curl_init();
98 curl_setopt_array($ch, $this->curl_opt);
104 $server_output = curl_exec($ch);
105 curl_close($ch);
132 $ch = curl_init();
139 $server_output = curl_exec($ch);
[all …]
/plugin/swfobject/
H A Dsyntax.php248 $ch = $s{$i};
250 if($ch == '/' && $s{$i+1} == '*' && $s{$i+2} != '@'){
258 if($ch == '/' && $s{$i+1} == '/'){
266 if($ch == '/'){
289 if($ch == '"'){
304 if($ch == "'"){
319 if( $ch == ' ' || $ch == "\r" || $ch == "\n" || $ch == "\t" ){
335 $ch = ' ';
339 $result .= $ch;
/plugin/jquery/
H A Djquery-1.4.2.js1545 return nm.replace(/[^\w\s\.\|`]/g, function( ch ) { argument
1546 return "\\" + ch;
/plugin/jmol2/jmol/
H A DJmol.js909 var ch
910 while (pt < data.length && "\n\r\t >".indexOf(ch = data.charAt(pt)) < 0) pt++
915 if (ch == ">") {
919 while (pt < data.length && (ch = data.charAt(pt)) != ">") {
920 while (pt < data.length && "\n\r\t ".indexOf(ch = data.charAt(pt)) >= 0) pt++
922 while (pt < data.length && "\n\r\t =/>".indexOf(ch = data.charAt(pt)) < 0) pt++
924 if (attrname && ch != "=")
926 while (pt < data.length && "\n\r\t ".indexOf(ch = data.charAt(pt)) >= 0) pt++
927 if (ch == "/") {
930 } else if (ch == "=") {
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf35 AIWiki http://www.ifi.unizh.ch/ailab/aiwiki/aiw.cgi?
105 StrikiWiki http://ch.twi.tudelft.nl/~mostert/striki/teststriki.pl?
H A Dwordblock.conf237 https?:\/\/([^\/]*\.)?actonelcheap\.notrix\.ch
2017 https?:\/\/([^\/]*\.)?cuicui\.monblog\.ch
3747 https?:\/\/([^\/]*\.)?imteen\.attacke\.ch
4607 https?:\/\/([^\/]*\.)?mol-ch\.com
4829 https?:\/\/([^\/]*\.)?nexiumcheap\.notrix\.ch
/plugin/dil/
H A Dsyntax.php38 $ch = new DokuHTTPClient();
39 $piece = $ch->get($url);
/plugin/code3/
H A Dscript.js11ch='\0'}var PR_NAMED_ENTITIES={'lt':'<','gt':'>','quot':'"','apos':"'",'amp':'&'};PR_DecodeHelper.…
/plugin/code3/src/
H A Dtz.js207 this.ch = ch;
214 return (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z');
218 return PR_isWordChar(ch) || ch == '_' || ch == '$' || ch == '@';
230 return ch >= '0' && ch <= '9';
415 var ch = decodeHelper.ch;
580 var ch = decodeHelper.ch;
757 var ch = decodeHelper.ch;
760 if (ch == '"' || ch == '\'' || ch == '`') {
872 var ch = decodeHelper.ch;
908 if (!(PR_isDigitChar(ch) || PR_isWordChar(ch) || ch == '_')) {
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl52 local($ch) = @_;
54 $ch =~ s/&/&amp;/g; # &
55 $ch =~ s/\"/&quot;/g; #"
56 $ch =~ s/\'/&#39;/g; # '
57 $ch =~ s/</&lt;/g; # <
58 $ch =~ s/>/&gt;/g; # >
59 return($ch);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dutil.pl50 local($ch) = @_;
52 $ch =~ s/&/&amp;/g; # &
53 $ch =~ s/\"/&quot;/g; #"
54 $ch =~ s/\'/&#39;/g; # '
55 $ch =~ s/</&lt;/g; # <
56 $ch =~ s/>/&gt;/g; # >
57 return($ch);
62 local($ch) = @_;
64 $ch =~ s/\"/\\\"/g; #"
65 return($ch);
/plugin/googlesearch/
H A Dnusoap.php2025 var $ch = false; // cURL handle variable in soap_transport_http
2154 $this->ch = curl_init();
2159 curl_setopt($this->ch, CURLOPT_URL, $hostURL);
2161 curl_setopt($this->ch, CURLOPT_FOLLOWLOCATION, 1);
2163 curl_setopt($this->ch, CURLOPT_HEADER, 1);
2534 curl_setopt($this->ch, CURLOPT_POST, 1);
2712 $this->incoming_payload = curl_exec($this->ch);
2715 $cErr = curl_error($this->ch);
2719 foreach(curl_getinfo($this->ch) as $k => $v){
2724 curl_close($this->ch);
[all …]
/plugin/bibtex/OSBib/
H A DUTF8.php61 $ch = $utf8_string [$nn];
62 $ii = ord ($ch);
74 $ch = $utf8_string [$nn];
75 $ii = ord ($ch);
90 $ch = $utf8_string [$nn];
91 $ii = ord ($ch);
95 $ch = $utf8_string [$nn];
96 $ii = ord ($ch);
112 $ii = ord ($ch);
117 $ii = ord ($ch);
[all …]

1...<<1112131415