Home
last modified time | relevance | path

Searched refs:cc (Results 126 – 150 of 179) sorted by path

12345678

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js2099 var ii, jj, cc, color, castlingRookCol, fullMoveNumber;
/plugin/quickstats/GEOIP/
H A DccArraysDat.php84 function get_country_name($cc) { argument
85 $key = array_search($cc, $this->COUNTRY_CODES);
H A Dcc_arrays_dat.php81 function qs_get_country_name($cc) { argument
84 $key = array_search($cc, $QSTATS_COUNTRY_CODES);
/plugin/quickstats/
H A Dadmin.php82 foreach($country_codes as $cc) {
83 if($cc) {
84 $this->countries[$cc]=$this->cc_arrays->get_country_name($cc) ;
352 foreach($this->countries as $cc => $country) {
353 ptln("<option value='$cc'> $country" . NL);
H A Dsyntax.php504 foreach($countries as $cc=>$count) {
505 if(!$cc) continue;
508 $cntry=$this->cc_arrays->get_country_name($cc) ;
601 $cc = array_shift($data);
602 $country=$this->cc_arrays->get_country_name($cc) ;
/plugin/quickstats/scripts/
H A Dextended_data.php196 $cc = array_shift($data);
197 $country=qs_get_country_name($cc) ;
198 if($country_code && $cc != $country_code) {
381 function qs_output_countries($date,$cc,$country) { argument
387 if(isset($ar[0]) && $ar[0] == $cc) {
396 function qs_process_country($cc,$country_name) { argument
402 qs_output_countries($date,$cc,$country_name) ;
408 qs_output_countries($date,$cc,$country_name) ;
/plugin/s5reloaded/ui/thesis/
H A Dslides.js2219 var cc = ""; var bh = 0; var idx = 0; var t = 0; per = 0;
2318 var cc = ""; var bh = 0; var idx = 0; var t = 0;
2323 bh = t*hf; cc = colorSlice[(idx++)];
2324 drawLine(ctx,pw,ph+ih-bh,bw,bh,dw,ChartData[i],hf,cc,canvas_nofill);
/plugin/smtp/
H A Dadmin.php34 if($INPUT->str('cc')) $mail->cc($INPUT->str('cc'));
/plugin/sortablejs/
H A Dscript.js231 var cc = jQuery( cell );
232 cc.removeClass( "sorttable_sorted" );
233 cc.removeClass( "sorttable_sorted_reverse" );
251 var cc = jQuery( cell );
252 cc.removeClass( "sorttable_sorted" );
253 cc.removeClass( "sorttable_sorted_reverse" );
/plugin/sphinxsearch-was/
H A Dsphinx.conf22cc, U+1cb..U+1dc/2, U+1dd, U+1de..U+1ef/2, U+1f0, U+1f1->U+1f3, U+1f2..U+1f5/2, U+1f6->U+19…
/plugin/sphinxsearch/
H A Dsphinx.conf24cc, U+1cb..U+1dc/2, U+1dd, U+1de..U+1ef/2, U+1f0, U+1f1->U+1f3, U+1f2..U+1f5/2, U+1f6->U+19…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2cc(t,e,n,r){ec.call(this,t,e,n,r)}function lc(t,e,n,r){this.name=t,this.tracks=n,this.duration=voi… function
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg14 xmlns:cc="http://web.resource.org/cc/">
19 <cc:Agent><dc:title>W3C</dc:title></cc:Agent>
20 <cc:Agent><dc:title>Harvey Rayner, designer</dc:title></cc:Agent>
26 </cc:Work>
28 <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
29 <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
30 <cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
31 <cc:requires rdf:resource="http://web.resource.org/cc/Attribution" />
32 <cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
34 <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
[all …]
/plugin/swiftmail/
H A DSwift.php367 $to = $cc = array();
399 $cc[] = $address->build();
410 if ($failed == (count($to) + count($cc)))
418 if (!($has_cc = $message->getCc()) && !empty($cc)) $message->setCc($cc);
459 $total = count($to) + count($cc) + count($list->getBcc());
/plugin/swiftmail/Swift/
H A DMessage.php293 public function setCc($cc) argument
295 if ($cc)
297 if (!is_array($cc)) $cc = array($cc);
298 foreach ($cc as $key => $value)
300 if ($value instanceof Swift_Address) $cc[$key] = $value->build();
303 $this->headers->set("Cc", $cc);
313 $cc = $this->headers->get("Cc");
314 if ($cc == "") return array();
315 else return (array) $cc;
H A DRecipientList.php32 protected $cc = array(); variable in Swift_RecipientList
173 return $this->cc;
188 $this->cc = null;
189 $this->cc = array();
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.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 DshCoreDjango.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreEclipse.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
89 .syntaxhighlighter .constants{color:#0066cc !important;}
H A DshCoreEmacs.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreFadeToGrey.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreMDUltra.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreMidnight.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}

12345678