Home
last modified time | relevance | path

Searched refs:dd (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.TidyLevel.txt11 <dd>No extra tidying should be done</dd>
13 <dd>Only fix elements that would be discarded otherwise due to
14 lack of support in doctype</dd>
16 <dd>Enforce best practices</dd>
18 <dd>Transform all deprecated elements and attributes to standards
19 compliant equivalents</dd>
DCore.LexerImpl.txt13 <dd>
16 </dd>
18 <dd>
25 </dd>
27 <dd>
32 </dd>
/plugin/deflist/
Dsyntax.php406 list($dd, $mark) = each($aData[1][$i]);
407 $dd = str_replace($CHARS, $ENTS, $dd);
411 if (strlen($dd)) {
412 $aRenderer->doc .= $dd;
416 $aRenderer->doc .= (strlen($dd))
417 ? '</dl><p>' . $dd
423 if (strlen($dd)) {
424 $aRenderer->doc .= '<dd><p>' . $dd . '</p></dd>';
428 $aRenderer->doc .= (strlen($dd))
429 ? '<dd><p>' . $dd
[all …]
Dstyle.css7 dl dd{margin:0 0 0 2ex;text-align:justify;}
8 dl dd dl{margin:0;padding:0;}
9 dl dd p{padding:0;text-indent:0;}
Dsyntax_plugin_deflist.css27 dl dd {
31 dl dd dl {
35 dl dd p {
/plugin/outliner/
Dstyle.css32 dl.outliner dd {
38 dl.outliner:hover > dd {
42 dl.outliner-closed > dd {
46 dl.outliner-closed:hover > dd {
54 dl.outliner-closed:hover > dd dd {
58 dl.outliner-closed.outliner-nopopup:hover > dd {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dimport.rst31 <dd>{{ forms.input('username') }}</dd>
33 <dd>{{ forms.input('password', null, 'password') }}</dd>
46 <dd>{{ input_field('username') }}</dd>
48 <dd>{{ input_field('password', '', 'password') }}</dd>
/plugin/extlist/css/
D_bullets.less27 dl.check > dd::before,
43 dl.circle > dd::before,
57 dl.disc > dd::before,
71 dl.square > dd::before,
84 dl.dash > dd::before,
Ddefinitionlist.less27 dd+dt {
40 dd {
49 dd p {
D_description.less29 dd {
83 dd+dt {
/plugin/definitionlist/
Dstyle.less17 dd+dt {
28 dd {
34 dd p {
/plugin/wikipediasnippet/
Dall.css31 dl.wpsnip > dd blockquote {
38 dl.wpsnip > dd .wplicense {
43 [dir=rtl] dl.wpsnip > dd .wplicense {
Dprint.css16 dl.wpsnip > dd {
21 dl.wpsnip > dd .wplicense {
Dstyle.css26 dl.wpsnip > dd {
36 dl.wpsnip dd .wplicense {
/plugin/statistics/
DLogger.php70 $dd = new DeviceDetector($ua, ClientHints::factory($_SERVER));
71 $dd->discardBotInformation();
72 $dd->parse();
74 if ($dd->isFeedReader()) {
76 } elseif ($dd->isBot()) {
83 $this->uaName = $dd->getClient('name') ?: 'Unknown';
84 $this->uaVersion = $dd->getClient('version') ?: '0';
85 $this->uaPlatform = OperatingSystem::getOsFamily($dd->getOs('name')) ?: 'Unknown';
/plugin/tumblr/
Dsyntax.php247 $html .= '<dd>'.$post['date'].'</dd>';
249 $html .= '<dd>'.$this->make_link($post['permalink'], $pID).'</dd>';
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md4 …omepage</dt><dd><a href="http://www.github.com/google/google-auth-library-php">http://www.github.c…
5 …s</dt><dd><a href="https://googleapis.github.io/google-auth-library-php/main/">https://googleapis.…
7 <dd><a href="mailto:temiola@google.com">Tim Emiola</a></dd>
8 <dd><a href="mailto:stanleycheung@google.com">Stanley Cheung</a></dd>
9 <dd><a href="mailto:betterbrent@google.com">Brent Shaffer</a></dd>
10 <dt>Copyright</dt><dd>Copyright © 2015 Google, Inc.</dd>
11 <dt>License</dt><dd>Apache 2.0</dd>
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dcssparse.css98 dd { selector
113 dd.Warning {
117 dd.Information {
/plugin/semanticdata/
Dstyle.css13 * html div.dataplugin_entry dl dd {
18 *:first-child+html div.dataplugin_entry dl dd {
35 div.dataplugin_entry dl dd {
71 dl.datarelated dd {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dcssparse.css116 dd { selector
131 dd.Warning {
135 dd.Information {
/plugin/yalist/
Dprint.css18 div.dokuwiki .dd,
23 div.dokuwiki dd {
/plugin/data-au/
Dstyle.css13 * html div.dataauplugin_entry dl dd {
18 *:first-child+html div.dataauplugin_entry dl dd {
35 div.dataauplugin_entry dl dd {
70 dl.dataaurelated dd {
/plugin/data/
Dstyle.css13 * html div.dataplugin_entry dl dd {
18 *:first-child + html div.dataplugin_entry dl dd {
37 div.dataplugin_entry dl dd {
86 dl.datarelated dd {
/plugin/abc2/abc-libraries/abc2svg/
Dpedline-1.js9 if(de.dd.name!="ped)")
11 if(de.prev&&de.prev.dd.name=="ped)"){de.defl.nost=true
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
Dfunctions-dev.php4 function dd(...$args) function

12345678910>>...14