Home
last modified time | relevance | path

Searched refs:style (Results 76 – 100 of 2224) sorted by relevance

12345678910>>...89

/plugin/autoincludeindex/
H A Dscript.js18 $(id).style.visibility="visible";
19 $(id).style.display="inline";
20 $(iconid).style.right = '304px';
26 $(id).style.visibility="hidden";
27 $(id).style.display="none";
28 $(iconid).style.right = '0px';
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js341 close.style.right = '2px';
342 close.style.top = '2px';
811 div.style.width = '100%';
812 div.style.padding = '8px';
846 cross.style.top = '1px';
2094 node.style.minWidth = '';
3357 arrowDown.style.left = arrowUp.style.left
3361 arrowLeft.style.top = arrowRight.style.top;
3736 title.style.backgroundImage = (content.style.display == 'none') ?
3914 if (style == null)
[all …]
/plugin/freechat/phpfreechat/style/
H A Dshow.js15 if(element.style) {
17 if(element.style.display == 'block' ) {
18 element.style.display = 'none';
21 element.style.display = 'block';
25 element.style.display = 'block';
28 element.style.display = 'none';
/plugin/ahrefmenu/
H A DxmlTree.js9 if(objBranch.style.display=="block" | objBranch.style.display=="")
10 objBranch.style.display="none";
12 objBranch.style.display="block";
36 var objBack = objBranch.style.background;
38 objBranch.style.background = "#FFCC80";
45 objBranch.style.background = objBack;
/plugin/lists/
H A Dstyle.css4 ol,ul,div.dokuwiki ol,div.dokuwiki ul{list-style-position:outside;list-style-image:none;margin:0 0 …
9 ul{list-style-type:disc;}
10 ul ul{list-style-type:square;}
11 ol{list-style-type:decimal;}
12 ol ol{list-style-type:upper-roman;}
13 ol ol ol{list-style-type:lower-alpha;}
14 ol ol ol ol{list-style-type:lower-greek;}
H A Dsyntax_plugin_lists.css11 in the file "style.css" or rename this file to "style.css".
24 list-style-position: outside;
25 list-style-image: none;
53 list-style-type: disc;
56 list-style-type: square;
59 list-style-type: decimal;
62 list-style-type: upper-roman;
65 list-style-type: lower-alpha;
68 list-style-type: lower-greek;
/plugin/yuml/
H A Dusecase.php76 $style = $result[1];
79 return array($state, $match, $style);
94 list($state, $match, $style) = $data;
97 $renderer->doc .= $this->getYumlIMG($this->yuml_type, $match, $style);
103 public function getYumlIMG($type, $uml_code, $style = null) argument
105 if ($style == null) {
106 $style = "plain";
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc15 // var olstyle ='list-style: decimal-leading-zero; font-size: 1.1em; margin: 0 0 0 .25em';
17 var oli = '<li style="font-size: 1.1em"><span style="font-size:11pt">';
62 …html: "<div style='padding:40px;overflow:break-word'><ol><li style='font-size:1.2em;'><span style
63 …+'<li style="font-size:1.2em;"><span style="font-size:11pt"> ' + ed_lang.instructions_2 + '</span>…
64 …+'<ul style="list-style-position: inside;"><li style="margin: 0 0 0 4px"><span style="font-size:11…
65 …+'<li style="margin: 0 0 0 4px;"><span style="font-size:11pt">'+ed_lang.instructions_4 + '</span><…
66 …+ '<li style="margin: 0 0 0 4px"><span style="font-size:11pt">'+ed_lang.instructions_5 + '</span><…
67 …+'<li style="font-size:1.2em;"><span style="font-size:11pt;">' + ed_lang.instructions_6 + '</span>…
114 var regex = new RegExp('<style>([^]*)<\/style>','gm');
129 inner = inner.replace(/style="([^>]+)"/gm,function(m,i){
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js910 style.fill = '';
944 return style;
2235 if (urlParams['embed'] != '1' && (style == null || style == ''))
5276 style = mxUtils.removeStylename(style, stylenames[j]);
5321 style = mxUtils.setStyle(style, mxConstants.STYLE_FILLCOLOR,
5330 style = mxUtils.setStyle(style, mxConstants.STYLE_FONTCOLOR,
5733 if (style != null)
5748 return style;
5948 if (style != null && style[key] == 'default' && value != null)
6875 if (action.style != null && action.style.key != null)
[all …]
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/inlineeditor/
H A Dscript.js33 document.getElementById("load"+pl_si.id+pl_si.page).style.display = 'none';
34 document.getElementById("quickedit_stop"+pl_si.id+pl_si.page).style.display = 'none';
35 document.getElementById("quickedit_start"+pl_si.id+pl_si.page).style.display = 'block';
52 document.getElementById("load"+pl_si.id+pl_si.page).style.display = 'none';
53 document.getElementById("quickedit_start"+pl_si.id+pl_si.page).style.display= 'none';
54 document.getElementById("quickedit_stop"+pl_si.id+pl_si.page).style.display = 'block';
76 document.getElementById("load"+pl_si.id+pl_si.page).style.display = 'block';
93 document.getElementById("load"+pl_si.id+pl_si.page).style.display = 'block';
107 document.getElementById("quickedit_start"+id+page).style.display = 'none';
108 document.getElementById("load"+id+page).style.display = 'block';
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php96 function loadStyle($stylePath, $style) argument
103 $uc = $stylePath . strtolower($style) . "/" . strtolower($style) . ".xml";
104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";
667 $style = $citation ? $citation : $this->style;
769 if(isset($style[$uppercase]))
778 if($style[$limit] && (sizeof($cArray) > $style[$moreThan]))
781 if(isset($style[$italics]))
784 $etAl = $style[$abbreviation];
792 $cArray[0] .= $style[$delimitTwo];
1053 $style = $citation ? $citation : $this->style;
[all …]
/plugin/galleryv1.5/
H A Dscript.js178 with (wrap.style) {
212 with (box.style) {
228 with (zoom.style) {
245 with (btn.style) {
261 with (btn.style) {
277 with (btn.style) {
292 with (caption.style) {
345 obj.style.display = 'inline';
379 with (caption.style) {
448 obj.style.cursor = 'pointer';
[all …]
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.js12 $('.save-message')[0].style.display = "block";
14 $('.save-message')[0].style.animation = "fadeOutAnimation 1s";
16 $('.save-message')[0].style.display = "none";
22 $('.delete-message')[0].style.display = "block";
24 $('.delete-message')[0].style.animation = "fadeOutAnimation 1s";
26 $('.delete-message')[0].style.display = "none";
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js211 img.style.top = '1px';
212 img.style.right = '0px';
272 elts[i].style.display = vis;
548 title.style.backgroundImage = (content.style.display == 'none') ?
556 btn.style.marginLeft = '4px';
627 title.style.cursor = '';
666 if (style != null && style.substring(0, 6) == 'shape=')
672 semi = style.length;
793 if (shapes[i].style != null)
795 var style = shapes[i].style;
[all …]
/plugin/odt/ODT/
H A DODTImage.php21 * @param string $style Optional "draw:style-name"
50 if (empty($style) || !$params->document->styleExists($style)) {
52 $style = $params->document->getStyleName('media '.$align);
54 $style = $params->document->getStyleName('media');
64 …$encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$params->document->replaceXMLEn…
70 …$encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$params->document->replaceXMLEn…
74 $encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$z.'"
145 if (!$style or !$params->document->styleExists($style)) {
146 $style = $params->document->getStyleName('media '.$align);
155 …$params->content .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$params->document->repl…
[all …]
/plugin/diagramsnet/lib/plugins/
H A Danimation.js176 table.style.width = '100%';
177 table.style.height = '100%';
181 td11.style.width = '140px';
184 tr2.style.height = '40px';
189 list.style.overflow = 'auto';
190 list.style.width = '100%';
191 list.style.height = '100%';
204 container.style.width = '100%';
205 container.style.height = '100%';
206 container.style.overflow = 'auto';
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php111 $style = strtolower($tokens[$stackPtr]['content']);
119 $style,
131 if (in_array($style, $this->forbiddenStyleNames) === false) {
136 $this->addError($phpcsFile, $stackPtr, $style, $pattern);
147 * @param string $style The name of the forbidden style.
152 protected function addError($phpcsFile, $stackPtr, $style, $pattern=null) argument
154 $data = array($style);
165 $pattern = $style;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php79 function twig_localized_number_filter($number, $style = 'decimal', $type = 'default', $locale = nul… argument
89 $formatter = twig_get_number_formatter($locale, $style);
109 * @param int $style Style of the formatting
113 function twig_get_number_formatter($locale, $style) argument
119 if ($formatter && $formatter->getLocale() === $locale && $currentStyle === $style) {
135 if (!isset($styleValues[$style])) {
136 …_Syntax(sprintf('The style "%s" does not exist. Known styles are: "%s"', $style, implode('", "', a…
139 $currentStyle = $style;
141 $formatter = NumberFormatter::create($locale, $styleValues[$style]);
/plugin/diagramsnet/lib/shapes/
H A DmxAWS4.js39 var opacity = parseFloat(mxUtils.getValue(this.style, 'opacity', '100'));
54 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', 'none');
66 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
82 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', '');
140 var prIcon = mxUtils.getValue(this.state.style, 'resIcon', '');
187 var grStroke = mxUtils.getValue(this.state.style, 'grStroke', '1');
191 …if (this.style != null && mxUtils.getValue(this.style, mxConstants.STYLE_POINTER_EVENTS, '1') == '…
215 var grIcon = mxUtils.getValue(this.state.style, 'grIcon', '');
262 var grStroke = mxUtils.getValue(this.state.style, 'grStroke', '1');
283 var grIcon = mxUtils.getValue(this.state.style, 'grIcon', '');
[all …]
/plugin/openlayersmap/
H A Dscript.js48 + '<div id="' + mapid + '" tabindex="0" style="width:' + width + ';height:' + height + ';" class="olMap"></div>'
132 + 'style &copy;<a href="https://opentopomap.org/" target="_blank">OpenTopoMap</a>'
279 style(feature, resolution) {
285 return new ol.style.Style({
286 image: new ol.style.Icon({
295 text: new ol.style.Text({
302 fill: new ol.style.Fill({color: 'rgb(0,0,0)'}),
304 stroke: new ol.style.Stroke({color: 'rgba(255,255,255,.4)', width: 5}),
362 'Point': new ol.style.Style({
363 image: new ol.style
[all...]
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js23 tooltip.style.display = 'block';
28 tooltip.style.display = 'none';
40 $('.error-message')[0].style.display = "block";
42 $('.error-message')[0].style.animation = "fadeOutAnimation 1s";
44 $('.error-message')[0].style.display = "none";
53 $('.info-message')[0].style.display = "block";
55 $('.info-message')[0].style.animation = "fadeOutAnimation 1s";
57 $('.info-message')[0].style.display = "none";
/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/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte115 <style>
139 .button-style {
147 .button-style:hover {
152 .button-style:focus {
155 .link-style {
163 </style>
173 <button class="button-style">
178 <button class="button-style">
181 <button class="button-style">
186 <button class="button-style">
[all …]
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc15 // var olstyle ='list-style: decimal-leading-zero; font-size: 1.1em; margin: 0 0 0 .25em';
34 …html: '<div contenteditable="true" id="ckgedit_mswin" style="border: 2px solid #ddd; padding:3px; …
60style='padding:40px;'><ol><li style='" +olstyle + "><span style='font-size:11pt'>"+ ed_lang.instru…
61style="list-style-position: inside;"><li style="margin: 0 0 0 4px"><span style="font-size:11pt;">'…
62 … + '</span></ul><li style="' +olstyle + '"><span style="font-size:11pt;overflow-wrap">'
105 var regex = new RegExp('<style>([^]*)<\/style>','gm');
118 inner = inner.replace(/style="([^>]+)"/gm,function(m,i){
125 inner = inner.replace(/style="[^>]+"/gm,"");

12345678910>>...89