Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 179) sorted by relevance

12345678

/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/tbt/
H A Dscript.js25 var cc;
58 cc = 0;
148 for(cc = 0; cc < colsize; cc++) {
150 if(cur_x == cc) { // draw cursor
152 render_text += String.fromCharCode( text[cr][cc] );
155 render_text += String.fromCharCode( text[cr][cc] );
163 for(cc = 0; cc < colsize; cc++)
164 render_text += String.fromCharCode( text[cr][cc] );
/plugin/codehighlight/cp/engines/
H A Dgecko.js28 cc = '\u2009'; // carret char
74 if(self.find(cc))
86 mid = code.indexOf(cc);
139 if(content.indexOf('$0')<0) content += cc;
140 else content = content.replace(/\$0/,cc);
142 var pattern = new RegExp(trigger+cc,'gi');
158 var pattern = new RegExp('\\'+trigger+cc);
159 var content = complete[i].output.replace(/\$0/g,cc);
265 if(editor.innerHTML.indexOf(cc)==-1){
267 window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));
[all …]
H A Dmsie.js26 cc = '\u2009'; // carret char
88 if(range.findText(cc)){
102 mid = code.indexOf(cc);
113 if(flag!='init') document.selection.createRange().text = cc;
148 if(content.indexOf('$0')<0) content += cc;
149 else content = content.replace(/\$0/,cc);
151 var pattern = new RegExp(trigger+cc,"gi");
165 var pattern = new RegExp('\\'+trigger+cc);
166 var content = complete[i].output.replace(/\$0/g,cc);
279 if(editor.innerHTML.indexOf(cc)==-1){
[all …]
H A Dopera.js25 cc = '\u2009'; // control char
139 if(content.indexOf('$0')<0) content += cc;
140 else content = content.replace(/\$0/,cc);
142 var pattern = new RegExp(trigger+cc,'gi');
158 var pattern = new RegExp('\\'+trigger+cc);
159 var content = complete[i].output.replace(/\$0/g,cc);
235 if(editor.innerHTML.indexOf(cc)==-1){
236 window.getSelection().getRangeAt(0).insertNode(document.createTextNode(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/backlinks2/_test/data/pages/mmm/nnn/ooo/
H A Dstart.txt1 ====== Backlinks from pages in /aaa/bbb/cc/ ======
3 == backlinks to this page from namespace aaa:bbb:cc ==
5 {{backlinks>.#aaa:bbb:cc}}
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css5 color: #0000cc; }
10 color: #0000cc; }
12 color: #0000cc; }
14 color: #0000cc; }
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Durl.md1 here is the url: http://www.cebe.cc/
3 here is the url: http://www.cebe.cc
5 here is the url: http://www.cebe.cc/ and some text
29 http://www.cebe.cc, http://www.cebe.net, and so on
33 contact me at <strong>http://cebe.cc/contact</strong>.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dinline-html.md15 contact me at <strong>mail@cebe.cc</strong>.
17 contact me at <strong><mail@cebe.cc></strong>.
19 contact me at <strong><http://cebe.cc/contact></strong>.
/plugin/backlinks/
H A Ddeleted.files37 _test/data/pages/aaa/bbb/cc/link_a.txt
38 _test/data/pages/aaa/bbb/cc/link_b.txt
39 _test/data/pages/aaa/bbb/cc/link_c.txt
40 _test/data/pages/aaa/bbb/cc/link_d.txt
41 _test/data/pages/aaa/bbb/cc/link_namespace.txt
/plugin/swiftmail/Swift/
H A DRecipientList.php32 protected $cc = array(); variable in Swift_RecipientList
173 return $this->cc;
188 $this->cc = null;
189 $this->cc = array();
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;
/plugin/jalbum/syntax/
H A Dslideshow.php88 $cc = 1;
104 if (isset($num) && $cc>=$num) { break; }
105 $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/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/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php21 $cc=hexdec(substr($e[0],1));
23 $cc2gn[$cc]=$gn;
60 $cc=(int)$e[1];
77 $widths[$cc]=$w;
306 foreach($patch as $cc=>$gn)
307 $map[$cc]=$gn;
/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/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);
/plugin/diagramsnet/lib/img/lib/atlassian/
H A DSourcetree_Logo.svg1cc" offset="0"/><stop stop-color="#2684ff" offset="1"/></linearGradient><linearGradient x1="42.66"…
/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');
/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/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/codemirror/dist/modes/
H A Djavascript.min.js1cc;A.state=a;A.stream=e;A.marked=null,A.cc=f;A.style=b;if(!a.lexical.hasOwnProperty("align"))a.lex… property in AnonymousFunctiona9af57c00700.b

12345678