Home
last modified time | relevance | path

Searched refs:cc (Results 101 – 125 of 179) sorted by last modified time

12345678

/plugin/syntaxhighlighter4/dist/
H A Dtheme-eclipse.css156 color: #0066cc !important; }
228 color: #0066cc !important; }
H A Dtheme-django.css156 color: #0066cc !important; }
H A Dtheme-emacs.css156 color: #0066cc !important; }
H A Dtheme-fadetogrey.css156 color: #0066cc !important; }
H A Dtheme-mdultra.css156 color: #0066cc !important; }
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js494 var cc = ch.charCodeAt(0);
495 return '[' + String.fromCharCode(cc & ~32, cc | 32) + ']';
H A Dprettify.js542 var cc = ch.charCodeAt(0);
543 return '[' + String.fromCharCode(cc & ~32, cc | 32) + ']';
H A Drun_prettify.js771 var cc = ch.charCodeAt(0);
772 return '[' + String.fromCharCode(cc & ~32, cc | 32) + ']';
/plugin/codeprettify/code-prettify/
H A DREADME.md108 "bsh", "c", "cc", "cpp", "cs", "csh", "cyc", "cv", "htm", "html", "java",
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{con…
/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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst39 {# bar contains ['aa', 'bb', 'cc'] #}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar18 'cc' => 'text/plain',
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1511 var cc = null;
1514 cc = ar[--i];
1516 p = Calendar.getAbsolutePos(cc);
1518 var CX2 = cc.offsetWidth + CX1;
1520 var CY2 = cc.offsetHeight + CY1;
1523 if (!cc.__msh_save_visibility) {
1524 cc.__msh_save_visibility = getVisib(cc);
1526 cc.style.visibility = cc.__msh_save_visibility;
1528 if (!cc.__msh_save_visibility) {
1529 cc.__msh_save_visibility = getVisib(cc);
[all …]
/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/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/
H A DCHANGELOG.md69 You can try it out on the website: <http://markdown.cebe.cc/try>
H A DREADME.md27 …ringfireball.net/projects/markdown/syntax> ([try it!](http://markdown.cebe.cc/try?flavor=default)).
28 ….github.com/articles/github-flavored-markdown> ([try it!](http://markdown.cebe.cc/try?flavor=gfm)).
29 …currently not fully supported WIP see [#25][], [try it!](http://markdown.cebe.cc/try?flavor=extra))
144 by Carsten Brandt <mail@cebe.cc>
521 Feel free to contact me using [email](mailto:mail@cebe.cc) or [twitter](https://twitter.com/cebe_cc…
/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>.
H A Descape-in-link.md7 [video] and <http://www.youtube.com/video\-on\e> and <m\a\-il@cebe.cc>
/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/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/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreMDUltra.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
H A DshCoreRDark.css57 .syntaxhighlighter.printing .constants{color:#0066cc !important;}

12345678