Home
last modified time | relevance | path

Searched refs:cc (Results 26 – 50 of 179) sorted by last modified time

12345678

/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/odt/
H A Dexample.css127 border-left: 5pt solid #9966cc;
/plugin/html5video2/script/
H A Dvideo.min.js21 …[0].number:1}}(t),d)),e},{}))),c.length&&(o.mediaGroups["CLOSED-CAPTIONS"].cc=c.reduce(function(n,…
/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/c3chart/assets/
H A Dd3.min.js2cc(w);!q||x||b||(Math.abs(t[0]-U[0])>Math.abs(t[1]-U[1])?b=!0:x=!0),U=t,m=!0,Ef(),o()}function o()…
/plugin/timezoneco/
H A Dplugin.info.txt3 email rcb@beco.cc
H A DREADME38 Copyright (C) Ruben Carlo Benante <rcb@beco.cc>
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js42117 function getCircleSegmentIntersections(s1, s2, cc, cr) { argument
42121 var caX = cc.x - s1.x;
42122 var caY = cc.y - s1.y;
H A Dbpmn-modeler.production.min.js34cc="connect-ok",pc="connect-not-ok";function uc(e,t,n){var i=e.get("connectionPreview",!1);i&&t.on…
/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/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/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/diagramsnet/lib/img/lib/atlassian/
H A DAtlassian_Logo.svg1 …ceOnUse" x2="11.239" y1="35.051" y2="64.292" id="A"><stop stop-color="#0052cc" offset="0"/><stop s…
H A DBamboo_Logo.svg1 …Units="userSpaceOnUse" y2="53.94" id="A"><stop offset="0" stop-color="#0052cc"/><stop offset="1" s…
H A DCrowd_Logo.svg1 …"><stop offset="0" stop-color="#2684ff"/><stop offset="1" stop-color="#0052cc"/></linearGradient><…
H A DFisheye_Logo.svg1 …its="userSpaceOnUse" y2="47.33" id="A"><stop offset=".18" stop-color="#0052cc"/><stop offset="1" s…
H A DJira_Core_Logo.svg1 …its="userSpaceOnUse" y2="46.24" id="A"><stop offset=".17" stop-color="#0052cc"/><stop offset="1" s…
H A DJira_Logo.svg1 …its="userSpaceOnUse" y2="32.46" id="A"><stop offset=".18" stop-color="#0052cc"/><stop offset="1" s…
H A DJira_Software_Logo.svg1 …its="userSpaceOnUse" y2="30.99" id="A"><stop offset=".18" stop-color="#0052cc"/><stop offset="1" s…
H A DSourcetree_Logo.svg1cc" offset="0"/><stop stop-color="#2684ff" offset="1"/></linearGradient><linearGradient x1="42.66"…
H A DStatuspage_Logo.svg1 …<stop offset="0" stop-color="#2684ff"/><stop offset=".82" stop-color="#0052cc"/></linearGradient><…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js12261 if (lineSep && ++cc === 19 && d < dLen - 2) {
12264 cc = 0;
12359 if (sepCnt > 0 && ++cc === 19) {
12361 cc = 0;
12414 for (var s = 0, d = 0, cc = 0; s < eLen;) {
12420 if (lineSep && ++cc === 19 && d < dLen - 2) {
12423 cc = 0;
12496 if (sepCnt > 0 && ++cc === 19) {
12498 cc = 0;
12583 if (sepCnt > 0 && ++cc === 19) {
[all …]

12345678