Home
last modified time | relevance | path

Searched refs:strong (Results 76 – 100 of 408) sorted by relevance

12345678910>>...17

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md109 Use two asterisks for **strong emphasis**.
117 <p>Use two asterisks for <strong>strong emphasis</strong>.
118 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dascetic.min.css1 …ljs-keyword,.hljs-selector-tag,.hljs-section,.hljs-name,.hljs-type,.hljs-strong{font-weight:bold}.…
H A Dandroidstudio.min.css1 …,.hljs-selector-class{color:#e8bf6a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dcodepen-embed.min.css1 …or-tag,.hljs-addition{color:#8f9c6c}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Datelier-dune-light.min.css1 …#fefbec;color:#6e6b5e;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Datelier-forest-dark.min.css1 …#1b1918;color:#a8a19f;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Datelier-forest-light.min.css1 …#f1efee;color:#68615e;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dparaiso-dark.min.css1 …#2f1e2e;color:#a39e9b;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dtomorrow-night-eighties.min.css1 …#2d2d2d;color:#cccccc;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dtomorrow-night.min.css1 …#1d1f21;color:#c5c8c6;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dvs.min.css1 …ljs-bullet,.hljs-link{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dtomorrow-night-blue.min.css1 …d:#002451;color:white;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dtomorrow-night-bright.min.css1 …d:black;color:#eaeaea;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Dtomorrow.min.css1 …d:white;color:#4d4d4c;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
H A Datelier-lakeside-dark.min.css1 …#161b1d;color:#7ea2b4;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
/plugin/catlist/
H A Dstyle.css9 strong.li {
/plugin/codehighlight/cp/languages/
H A Dxsl.css13 strong {color:#800000;} /* script */ selector
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1120 var strong = this.strong_relist[j][0];
1127 if(em + strong == em_strong) {
1136 this.em_strong_prepared_relist['rx_' + em + strong] = token_re;
1143 var strong = '';
1207 strong = '';
1217 if(tag == 'strong') { strong = ''; } else { em = ''; }
1231 if(tag == 'strong') { strong = ''; } else { em = ''; }
1237 strong = em + em;
1243 if (strong != '') {
1256 strong = '';
[all …]
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl3 …metric file <tt><?php echo $_filename; ?></tt> for font <strong><?php echo $_typeface?></strong> m…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp85 lcText=[<p>This is some <strong>sample text</strong>. You are using ]
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm98 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
H A Dsample04.cfm87 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md14 Hoa is a <strong>modular</strong>, <strong>extensible</strong> and
15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/orgchart/
H A Dstyle.css23 .google-visualization-orgchart-table .google-visualization-orgchart-node strong {
/plugin/markdownextra/
H A Dmarkdown.php1181 foreach ($this->strong_relist as $strong => $strong_re) {
1184 if (isset($this->em_strong_relist["$em$strong"])) {
1185 $token_relist[] = $this->em_strong_relist["$em$strong"];
1192 $this->em_strong_prepared_relist["$em$strong"] = $token_re;
1201 $strong = '';
1209 $token_re = $this->em_strong_prepared_relist["$em$strong"];
1241 $strong = '';
1271 $strong = "$em$em";
1277 if ($strong) {
1289 $strong = '';
[all …]

12345678910>>...17