Home
last modified time | relevance | path

Searched refs:style (Results 576 – 600 of 2224) sorted by path

1...<<21222324252627282930>>...89

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-resendpwd.hbs10 <div id="main-content" style="margin:5rem auto">
/plugin/combo/resources/webcode/
H A Dwebcode-iframe.css2 * The style for the output of the javascript console in the Iframe
/plugin/combo/vendor/carica/phpcss/
H A D.editorconfig4 # Unix-style newlines with a newline ending every file
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md3 [![Latest stable version](https://img.shields.io/packagist/v/php-webdriver/webdriver.svg?style=flat-square&label=Packagist)](https://packagist.org/packages/php-webdriver/webdriver)
4 [![GitHub Actions build status](https://img.shields.io/github/workflow/status/php-webdriver/php-webdriver/Tests?style=flat-square&label=GitHub%20Actions)](https://github.com/php-webdriver/php-webdriver/actions)
5 [![SauceLabs test status](https://img.shields.io/github/workflow/status/php-webdriver/php-webdriver/Sauce%20Labs?style=flat-square&label=SauceLabs)](https://saucelabs.com/u/php-webdriver)
6 [![Total downloads](https://img.shields.io/packagist/dd/php-webdriver/webdriver.svg?style=flat-square&label=Downloads)](https://packagist.org/packages/php-webdriver/webdriver)
/plugin/combo/vendor/symfony/yaml/
H A DParser.php827 * @param string $style The style indicator that was used to begin this block scalar (| or >)
831 private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): string argument
892 // folded style
893 if ('>' === $style) {
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md
H A DREADME.md3 [![Latest Version](https://img.shields.io/packagist/v/league/commonmark.svg?style=flat-square)](https://packagist.org/packages/league/commonmark)
4 [![Total Downloads](https://img.shields.io/packagist/dt/league/commonmark.svg?style=flat-square)](https://packagist.org/packages/league/commonmark)
5 [![Software License](https://img.shields.io/badge/License-BSD--3-brightgreen.svg?style=flat-square)](LICENSE)
6 [![Build Status](https://img.shields.io/github/actions/workflow/status/thephpleague/commonmark/tests.yml?branch=main&style=flat-square)](https://github.com/thephpleague/commonmark/actions?query=workflow%3ATests+branch%3Amain)
7 [![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/commonmark.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/commonmark/code-structure)
8 [![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/commonmark.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/commonmark)
11 [![Sponsor development of this project](https://img.shields.io/badge/sponsor%20this%20package-%E2%9D%A4-ff69b4.svg?style=flat-square)](https://www.colinodell.com/sponsor)
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php43 private string $style;
57 public function __construct(string $style, string $normalizationStrategy, int $minHeadingLevel, int $maxHeadingLevel, string $fragmentPrefix)
59 $this->style = $style;
121 if ($this->style === self::STYLE_BULLET) {
123 } elseif ($this->style === self::STYLE_ORDERED) {
126 throw new InvalidConfigurationException(\sprintf('Invalid table of contents list style: "%s"', $this->style));
40 private $style; global() variable in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator
48 __construct(string $style, string $normalizationStrategy, int $minHeadingLevel, int $maxHeadingLevel) global() argument
/plugin/confmanager/lang/en/
H A Dmime.txt7 Additional icons in a similar style are available at http://www.splitbrain.org/projects/file_icons
/plugin/confmanager/lang/fr/
H A Dmime.txt7 Si vous avez besoin d'icône pour un type mime, vous pourrez en trouver dans le style de DokuWiki su…
/plugin/copypage/images/
H A DREADME.md11 ln -s $DOKUWIKI/lib/tpl/dokuwiki/style.ini .
/plugin/credits/
H A Dscript.js43 dom.style.visibility="visible";
45 dom.style.top = top + "px";
46 dom.style.left = left + "px";
47 dom.style.visibility="visible";
59 remainder.style.display = 'block';
65 remainder.style.display = 'none';
71 dom.style.visibility="hidden";
/plugin/crypto/js/
H A Ddecrypt-dialog.js17 this.div.style.top = (findPosY(textArea)+20)+'px';
18 this.div.style.left = (findPosX(textArea)+80)+'px';
H A Dencrypt-dialog.js17 this.dialog.style.top = (findPosY(textArea)+20)+'px';
18 this.dialog.style.left = (findPosX(textArea)+80)+'px';
H A Dtoggle-encryption-dialog.js19 this.div.style.top = (findPosY(this.button.parentNode)+20)+'px';
20 this.div.style.left = (findPosX(this.button.parentNode)+80)+'px';
/plugin/cssmenu/
H A Dstyle.css11 list-style: none;
/plugin/cssperpage/
H A DREADME.md5 the entire page or sections. The CSS must be placed in the style.css file of the plugin directory.
H A Dstyle.css9 list-style-image: url(images/item.gif);
/plugin/csstimeline/
H A Dstyle.css9 list-style-type: none;
163 font-style: italic;
/plugin/custombuttons/
H A Dadmin.svg1 …ttp://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 357 357" style="enable-background…
/plugin/data-au/
H A Dstyle.css1 /* default style for the entry mode */
40 /* style to hide the entry data */
53 list-style-type: none;
54 list-style-image: none;
/plugin/data/
H A Dstyle.css1 /* default style for the entry mode */
42 /* style to hide the entry data */
55 list-style-type: none;
56 list-style-image: none;
/plugin/database2/
H A Dprint.css46 * style specific to database2 internal print version
H A Dstyle.css2 * Default style definitions for DokuWiki plugin database2
19 font-style: italic;

1...<<21222324252627282930>>...89