Home
last modified time | relevance | path

Searched refs:style (Results 1601 – 1625 of 2224) sorted by path

1...<<61626364656667686970>>...89

/plugin/overlay/
H A Dstyle.css50 list-style-image: url(../../images/bullet.png);
53 list-style-image: url(../../images/open.png);
56 list-style-image: url(../../images/closed.png);
59 list-style-image: url(../../images/closed-rtl.png);
/plugin/owncloud/
H A Dsyntax.php167 $style=$this->getConf('default_caption_style');
168 if($style=='Italic') $closer .= '<em>'.htmlspecialchars($match['title']).'</em>';
169 elseif($style=='Bold') $closer .= '<strong>'.htmlspecialchars($match['title']).'</strong>';
/plugin/p2ilinkaction/
H A Dp2i.thumbnails.js53 elem.style.background = "#FFFFFF";
54 elem.style.display = "none";
55 elem.style.position = "absolute";
56 elem.style.zIndex = 999;
57 elem.style.border = "1px solid #DDDDDD";
117 p2i_popup.style.display='block';
128 p2i_popup.style.left=pleft + 'px';
129 p2i_popup.style.top= ptop + 'px';
136 document.getElementById("page2images_popup").style.display = 'none';
150 elem.style = "display:none;";
/plugin/page4release/
H A Dstyle.css3 font-style: italic;
/plugin/pagebreak/
H A Dplugin.info.txt6 desc Inserts " <br style="page-break-after:always;"> " into the html of the document for every <…
/plugin/pagelist/
H A Dhelper.php14 /** @var string table style: 'default', 'table', 'list' */
15 protected $style = ''; variable in helper_plugin_pagelist
104 $this->style = $this->getConf('style'); //string
238 * (Optional) Overrides standard values for style, showheader and show(column) settings
256 $this->style = 'default';
259 $this->style = 'table';
262 $this->style = 'list';
265 $this->style = 'simplelist'; // Displays pagenames only, no other information
337 // table style
[all...]
/plugin/pagemove/lang/zh/
H A Dpagemove.txt1 <div class="moz-text-flowed" style="font-family: -moz-fixed">====== Pagemove ======
/plugin/pagenav/
H A Ddeleted.files1 style.css
/plugin/pagequery/
H A Dstyle.css8 border-style:solid;
35 border-style:solid;
123 list-style:none;
144 font-style:italic !important;
164 font-style:italic;
201 font-style:italic;
/plugin/pagestat/
H A Dstyle.css111 list-style: none;
214 list-style: none;
219 list-style: none;
269 div.pt_pa_sub .ui-selectable{ list-style-type: none; margin: 0; padding: 0; width: auto; }
/plugin/pagetemplater/
H A DREADME.md4 …lugin. The blog entries always have a plain look - unless you define some style for them, e.g. usi…
/plugin/panoview/
H A Dscript.js228 this.viewer.style.width = this.width + 'px';
229 this.viewer.style.height = this.height + 'px';
230 this.viewer.style.top = border + 'px';
231 this.viewer.style.left = border + 'px';
295 child.style.display = '';
524 tileImg.style.top = loadingImg.style.top;
525 tileImg.style.left = loadingImg.style.left;
550 img.style.width = this.tileSize + 'px';
551 img.style.height = this.tileSize + 'px';
743 this.viewer.style.display = 'none';
[all …]
/plugin/passpolicy/
H A D10k-common-passwords.txt4894 style
H A Dwords.txt3489 style
/plugin/password/
H A Dsyntax.php86 … $renderer->doc.= '<span style="color:#aaaaaa; padding:2px; border: 1px grey dotted;">';
/plugin/passwordgrey/
H A Dscript.js25 span.style.visibility = "visible";
62 textarea.style.position = "fixed"; // Prevent scrolling to bottom of page in Microsoft Edge.
/plugin/patchpanel/
H A DREADME.md8 added option to use with 3com style switches that have port 2 above port 1
H A Dscript.js11 element.style.display = patchpanel_toggle(element.style.display,"none",vis_mode);
12 return element.style.display!="none";
/plugin/pdb/
H A Dstyle.css13 font-style:italic;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js18816 style: null,
18843 if (style.vertical) {
18850 if (style.ascent) {
19700 trigger.style.height = container.style.height;
19701 trigger.style.width = container.style.width;
19715 popup.style.left = container.style.width;
19820 image.style.height = this.container.style.height;
19821 image.style.width = this.container.style.width;
19927 var style = element.style;
20731 trigger.style.height = this.container.style.height;
[all …]
H A Dpdf.js.map1style","angle","canvasWidth","originalTransform","paddingBottom","paddingLeft","paddingRight","pad…
H A Dpdf.worker.js3503 iframe.style.display = 'none';
13564 var style = null,
13590 style = s.name;
13592 style = null;
13620 switch (style) {
13648 if (style) {
28802 this.style = _util.AnnotationBorderStyleType.SOLID;
28834 value: function setStyle(style) {
28835 if (!(0, _primitives.isName)(style)) {
28839 switch (style.name) {
[all …]
H A Dpdf.worker.js.map1style","prefix","numberTree","nums","currentLabel","currentIndex","labelDict","st","toRomanNumeral…
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js426 row.style.backgroundColor = 'rgb(251,250,207)';
429 row.style.backgroundColor = null;
555 container.style.right = panelWidth + 'px';
H A Dviewer.css847 font-style: italic;
850 font-style: italic;
853 font-style: italic;
856 font-style: italic;
951 font-style: italic;
1556 outline-style: none;
1838 font-style: italic;

1...<<61626364656667686970>>...89