/plugin/svgpureinsert/_test/ |
H A D | svglogo.svg | 14 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 D | script.js | 25 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 D | gecko.js | 28 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 D | msie.js | 26 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 D | opera.js | 25 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 D | action.php | 260 $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 D | start.txt | 1 ====== 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 D | jquery.syntax.brush.xml.css | 5 color: #0000cc; } 10 color: #0000cc; } 12 color: #0000cc; } 14 color: #0000cc; }
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | url.md | 1 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 D | inline-html.md | 15 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 D | deleted.files | 37 _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 D | RecipientList.php | 32 protected $cc = array(); variable in Swift_RecipientList 173 return $this->cc; 188 $this->cc = null; 189 $this->cc = array();
|
H A D | Message.php | 293 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 D | slideshow.php | 88 $cc = 1; 104 if (isset($num) && $cc>=$num) { break; } 105 $cc++;
|
/plugin/quickstats/GEOIP/ |
H A D | ccArraysDat.php | 84 function get_country_name($cc) { argument 85 $key = array_search($cc, $this->COUNTRY_CODES);
|
H A D | cc_arrays_dat.php | 81 function qs_get_country_name($cc) { argument 84 $key = array_search($cc, $QSTATS_COUNTRY_CODES);
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcgui.js | 132 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'); 141 … cc.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 D | makefont.php | 21 $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 D | extended_data.php | 196 $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 D | admin.php | 82 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 D | Sourcetree_Logo.svg | 1 …cc" offset="0"/><stop stop-color="#2684ff" offset="1"/></linearGradient><linearGradient x1="42.66"…
|
/plugin/issuetracker/ |
H A D | edit.php | 65 $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 D | Swift.php | 367 $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 D | script.js | 231 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 D | javascript.min.js | 1 …cc;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
|