Searched refs:dd (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.TidyLevel.txt | 11 <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>
|
| D | Core.LexerImpl.txt | 13 <dd> 16 </dd> 18 <dd> 25 </dd> 27 <dd> 32 </dd>
|
| /plugin/deflist/ |
| D | syntax.php | 406 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 …]
|
| D | style.css | 7 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;}
|
| D | syntax_plugin_deflist.css | 27 dl dd { 31 dl dd dl { 35 dl dd p {
|
| /plugin/outliner/ |
| D | style.css | 32 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/ |
| D | import.rst | 31 <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.less | 27 dl.check > dd::before, 43 dl.circle > dd::before, 57 dl.disc > dd::before, 71 dl.square > dd::before, 84 dl.dash > dd::before,
|
| D | definitionlist.less | 27 dd+dt { 40 dd { 49 dd p {
|
| D | _description.less | 29 dd { 83 dd+dt {
|
| /plugin/definitionlist/ |
| D | style.less | 17 dd+dt { 28 dd { 34 dd p {
|
| /plugin/wikipediasnippet/ |
| D | all.css | 31 dl.wpsnip > dd blockquote { 38 dl.wpsnip > dd .wplicense { 43 [dir=rtl] dl.wpsnip > dd .wplicense {
|
| D | print.css | 16 dl.wpsnip > dd { 21 dl.wpsnip > dd .wplicense {
|
| D | style.css | 26 dl.wpsnip > dd { 36 dl.wpsnip dd .wplicense {
|
| /plugin/statistics/ |
| D | Logger.php | 70 $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/ |
| D | syntax.php | 247 $html .= '<dd>'.$post['date'].'</dd>'; 249 $html .= '<dd>'.$this->make_link($post['permalink'], $pID).'</dd>';
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| D | README.md | 4 …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 D | cssparse.css | 98 dd { selector 113 dd.Warning { 117 dd.Information {
|
| /plugin/semanticdata/ |
| D | style.css | 13 * 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/ |
| D | cssparse.css | 116 dd { selector 131 dd.Warning { 135 dd.Information {
|
| /plugin/yalist/ |
| D | print.css | 18 div.dokuwiki .dd, 23 div.dokuwiki dd {
|
| /plugin/data-au/ |
| D | style.css | 13 * 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/ |
| D | style.css | 13 * 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/ |
| D | pedline-1.js | 9 if(de.dd.name!="ped)") 11 if(de.prev&&de.prev.dd.name=="ped)"){de.defl.nost=true
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | functions-dev.php | 4 function dd(...$args) function
|
12345678910>>...14