Home
last modified time | relevance | path

Searched refs:cc (Results 126 – 150 of 179) sorted by last modified time

12345678

/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCoreEclipse.css141 color: #0066cc !important; }
209 color: #0066cc !important; }
H A DshThemeEclipse.scss28 $code_constants: #0066cc !default;
H A D_theme_template.scss31 $code_constants: #0066cc !default;
H A DshCore.scss209 .constants { color: #0066cc !important; }
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreDjango.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreEmacs.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreMidnight.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshThemeDefault.css43 .syntaxhighlighter .constants{color:#0066cc !important;}
H A DshThemeEclipse.css43 .syntaxhighlighter .constants{color:#0066cc !important;}
H A DshCoreFadeToGrey.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreDefault.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
89 .syntaxhighlighter .constants{color:#0066cc !important;}
H A DshCoreEclipse.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
89 .syntaxhighlighter .constants{color:#0066cc !important;}
/plugin/issuetracker/
H A Dedit.php65 $cc = $issue['add_user_mail'];
70 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
73 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
118 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
121 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
151 $header .= mail_encode_address($cc,'Cc');
H A Dsyntax.php977 $cc=$issue['add_user_mail'];
980 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
983 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
996 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
1016 $header .= mail_encode_address($cc,'Cc');
H A Daction.php2677 $cc=$issue['add_user_mail'].', '.$issue['assigned'];
2678 if(stripos($to.$cc,$issue['assigned'])==false) $cc .=', '.$issue['assigned'];
2682 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2685 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2745 $cc=$issue['add_user_mail'];
2750 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2818 $cc=$issue['add_user_mail'];
2823 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2868 $cc=$issue['add_user_mail']. "\r\n";
2873 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js389 var o = "", cc;
1354 cc = m[i];
1355 for(c=0; c != cc.length; ++c) if(cc.charCodeAt(c) === 61) break;
1356 q = cc.substr(0,c); v = cc.substring(c+2, cc.length-1);
7462 if((cc=d.charCodeAt(i)-64) < 1 || cc > 26) break;
9552 if(!cc.c) cc.c = [];
11466 if((cc=range.charCodeAt(i)-64) < 1 || cc > 26) break;
11472 if((cc=range.charCodeAt(i)-48) < 0 || cc > 9) break;
11480 if((cc=range.charCodeAt(i)-64) < 1 || cc > 26) break;
11486 if((cc=range.charCodeAt(i)-48) < 0 || cc > 9) break;
[all …]
H A Dxlsx.min.js2cc;for(var i=0;i!=str.length;++i)switch(cc=str.charCodeAt(i)){case 35:break;case 63:o+=" ";break;c…
3 …0,q="",cc="";if(m)for(i=0;i!=m.length;++i){cc=m[i];for(c=0;c!=cc.length;++c)if(cc.charCodeAt(c)===…
8cc=c+(parseInt(cell.MergeAcross,10)|0);var rr=r+(parseInt(cell.MergeDown,10)|0);mergecells.push({s… variable
9cc=0;var len=range.length;for(idx=0;i<len;++i){if((cc=range.charCodeAt(i)-64)<1||cc>26)break;idx=2…
H A Dxlsx.min.map1 …ase","myn","myd","write_num_f2","dec1","closeparen","phone","hashq","str","cc","rnd","dd","dec","f…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js165 …lColors||!isNaN(v.dashLength)){var cc=y[y.length-2],dc=w[w.length-2];y.pop();w.pop();this.drawLine…
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js2099 var ii, jj, cc, color, castlingRookCol, fullMoveNumber;
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php177 foreach($c->channels as $cc)
178 …$channels[] = 'ch_'.$cc; // @todo clean this piece of code when the chan and chanid will be refact…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js132 var cc = this.chatcontent.get(tabid);
133 if (cc) return cc;
136 cc = document.createElement('div');
137 cc.setAttribute('id', 'pfc_chat_'+tabid);
138 cc.setAttribute(className, 'pfc_chat');
141cc.style.display = "block"; // needed by IE6 to show the online div at startup (first loaded page)
144 this.chatcontent.set(tabid,cc);
145 return cc;
/plugin/crosspost/
H A Daction.php260 $cc = p_get_metadata( $cs_source ? $cs_source : $ID, 'crosspost_to' );
261 $cc = preg_split( '/[\s,+]/', $cc, -1, PREG_SPLIT_NO_EMPTY );
262 if( count( $cc ) < 1 ) return;
267 if( !in_array( $ID, $cc ) ) $cc[] = $ID;
268 if( $cs_source && !in_array( $cs_source, $cc ) ) $cc[] = $cs_source;
271 foreach( $cc as $page )
/plugin/latexit/tests/my/
H A Dtest7.latex31 \textbf{ccřc}

12345678