/plugin/revealjs/css/theme/template/ |
H A D | mixins.scss | 1 @mixin vertical-gradient( $top, $bottom ) { parameter 2 background: $top; 3 background: -moz-linear-gradient( top, $top 0%, $bottom 100% ); 4 …background: -webkit-gradient( linear, left top, left bottom, color-stop(0%,$top), color-stop(100%,… 5 background: -webkit-linear-gradient( top, $top 0%, $bottom 100% ); 6 background: -o-linear-gradient( top, $top 0%, $bottom 100% ); 7 background: -ms-linear-gradient( top, $top 0%, $bottom 100% ); 8 background: linear-gradient( top, $top 0%, $bottom 100% ); 11 @mixin horizontal-gradient( $top, $bottom ) { parameter 12 background: $top; [all …]
|
/plugin/virtualkeyboard/vk/extensions/tests/ |
H A D | jsUnitCore.js | 7 var tempTop = top; 12 if (tempTop.top && tempTop.top.jsUnitTestSuite) { 13 tempTop = tempTop.top; 19 window.top = tempTop; 396 if (top.tracer != null) 397 top.tracer.warn(arguments[0], arguments[1]); 401 if (top.tracer != null) 410 if (top.tracer != null) 415 top.tracer = aJsUnitTracer; 459 return top.jsUnitParmHash[name]; [all …]
|
/plugin/indexmenu2/cms/extensions/tests/ |
H A D | jsUnitCore.js | 1 …top;if(!i){i=window;while(i.parent){i=i.parent;if(i.top&&i.top.jsUnitTestSuite){i=i.top;break}}}tr…
|
/plugin/credits/ |
H A D | script.js | 4 var top; 8 top = evt.clientY; 13 top = e.pageY; 25 pos.top-=32; 26 top -= pos.top; 29 top+=document.body.scrollTop; 33 top+=document.documentElement.scrollTop; 37 top+=window.pageYOffset; 45 dom.style.top = top + "px"; 91 return {left:offsetLeft,top:offsetTop};
|
/plugin/ckgdoku/ckeditor/ |
H A D | config.js | 1 …top.JSINFO.ckg_canonical){c=top.DOKU_BASE+"lib/plugins/ckgdoku/ckeditor/";d.doku_url=top.DOKU_BASE…
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.border.class.php | 8 var $top; variable in BorderPDF 14 $this->top =& new EdgePDF(); 47 $border->top = $this->top->copy(); 49 $border->top = CSS_PROPERTY_INHERIT; 64 $this->top = $value->copy(); 82 $this->top->doInherit($state, 113 return $this->top; 120 $this->top->style == BS_NONE && 146 if ($this->top->is_visible()) { 147 $this->top->show($viewport, $box, [all …]
|
H A D | value.border.style.class.php | 8 var $top; variable in BorderStyle 12 $value =& new BorderStyle($this->top, $this->right, $this->bottom, $this->left); 16 function BorderStyle($top, $right, $bottom, $left) { argument 19 $this->top = $top;
|
H A D | value.border.color.class.php | 8 var $top; variable in BorderColor 12 $value =& new BorderColor($this->top, $this->right, $this->bottom, $this->left); 16 function BorderColor($top, $right, $bottom, $left) { argument 19 $this->top = $top->copy();
|
/plugin/eventline/timeline_ajax/styles/ |
H A D | graphics.css | 25 top: 0px; 35 top: 0px; 46 top: 0px; 54 div.simileAjax-bubble-border-top { 56 top: -50px; 76 div.simileAjax-bubble-border-top-left { 78 top: -50px; 87 div.simileAjax-bubble-border-top-right { 89 top: -50px; 142 top: -100px; [all …]
|
/plugin/tline/timeline_ajax/styles/ |
H A D | graphics.css | 25 top: 0px; 35 top: 0px; 46 top: 0px; 54 div.simileAjax-bubble-border-top { 56 top: -50px; 76 div.simileAjax-bubble-border-top-left { 78 top: -50px; 87 div.simileAjax-bubble-border-top-right { 89 top: -50px; 142 top: -100px; [all …]
|
/plugin/ckgdoku/ckeditor/skins/moono/ |
H A D | dialog_opera.css | 5 …top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1…
|
/plugin/ckgedit/ckeditor/skins/moono/ |
H A D | dialog_opera.css | 5 …top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1…
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | getid3.css | 9 margin-top: 6px; 18 margin-top: 12px; 24 padding-top: 2px; 31 margin-top: 12px; 39 margin-top: 0; 44 margin-top: 1px; 61 padding-top: 1px; 69 padding-top: 2px; 90 padding-top: 1px; 136 top: 10px; [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/ |
H A D | dhtmlxgantt_skyblue.css | 204 top: 0; 616 top: 0; 681 top: 0; 1214 top: 0; 1531 top: 0; 1550 top: 0; 1607 top: 0; 1614 top: 0; 1621 top: 0; 1702 top: 0; [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdialog_gecko.js | 69 window.top.parent.addEventListener( 'mousedown', this.CheckFocus, true ) ; 70 window.top.parent.addEventListener( 'mouseup', this.CheckFocus, true ) ; 71 window.top.parent.addEventListener( 'click', this.CheckFocus, true ) ; 72 window.top.parent.addEventListener( 'focus', this.CheckFocus, true ) ; 94 window.top.parent.removeEventListener( 'onmousedown', FCKDialog.CheckFocus, true ) ; 95 window.top.parent.removeEventListener( 'mouseup', FCKDialog.CheckFocus, true ) ; 96 window.top.parent.removeEventListener( 'click', FCKDialog.CheckFocus, true ) ; 97 window.top.parent.removeEventListener( 'onfocus', FCKDialog.CheckFocus, true ) ;
|
/plugin/extlist/css/ |
H A D | _description.less | 14 border-top: none !important; 32 margin-top: 0.5em; 37 margin-top: 0.5em; 41 padding-top: 0.5em; 49 top: 0em; 57 border-top: 1px dotted #bbb; 64 margin-top: 0.5em; 75 top: 0em; 84 border-top: 1px dotted #bbb;
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | begingroup.js | 19 …top:0,isEqn:false,Init:function(e){this.isEqn=e;this.stack=[];if(!e){this.Push(a(b.macros,b.enviro…
|
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.border-top.php | 15 $top =& $border->get_top(); 16 $this->assertEqual($top->get_style(), BS_SOLID); 17 $width =& $top->get_width(); 19 $color =& $top->get_color(); 32 $top =& $border->get_top(); 33 $this->assertEqual($top->get_style(), BS_SOLID); 34 $width =& $top->get_width(); 36 $color =& $top->get_color();
|
H A D | test.line-box.nested.php | 40 $this->assertEqual($outer_line->top, $inner2_line->top); 43 $this->assertEqual($inner1_line->top, $inner3_line->top); 44 $this->assertTrue($inner1_line->top < $inner2_line->top);
|
H A D | test.table.border.php | 24 $this->assertEqual($table_border->top->style , BS_SOLID); 29 $this->assertTrue($table_border->top->width->getPoints() > 0); 36 $this->assertEqual($cell1_border->top->style , BS_SOLID); 43 $this->assertTrue($cell1_border->top->width->getPoints() > 0, 52 $this->assertEqual($cell2_border->top->style , BS_SOLID); 59 $this->assertTrue($cell2_border->top->width->getPoints() > 0, 87 $this->assertEqual($table_border->top->style , BS_SOLID); 99 $this->assertEqual($cell1_border->top->style , BS_SOLID); 106 $this->assertTrue($cell1_border->top->width->getPoints() > 0, 115 $this->assertEqual($cell2_border->top->style , BS_SOLID); [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/ |
H A D | DelimiterStack.php | 28 private ?DelimiterInterface $top = null; variable in League\\CommonMark\\Delimiter\\DelimiterStack 32 $newDelimiter->setPrevious($this->top); 34 if ($this->top !== null) { 35 $this->top->setNext($newDelimiter); 38 $this->top = $newDelimiter; 43 $delimiter = $this->top; 59 // top of stack 60 $this->top = $delimiter->getPrevious(); 85 while ($this->top && $this->top ! [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | OffsetPosition.php | 29 public $top; variable in Google\\Service\\Dfareporting\\OffsetPosition 48 public function setTop($top) argument 50 $this->top = $top; 57 return $this->top;
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | position.css | 21 .top-0 { 22 top: 0!important 27 .top-50 { 28 top: 50%!important 32 .top-100 { 33 top: 100%!important
|
/plugin/s5reloaded/ui/thesis/ |
H A D | pretty.css | 70 margin-top: 0.5em; 203 margin-top: 0.75em; 233 top:5%; 272 .slide {padding-top: 2em;} 277 top: 0.35em; 318 margin-top:-2em; 345 top:0; 366 margin-top:-0.05em; 375 margin-top:-0.05em; 425 margin-top:1em; [all …]
|
/plugin/html2pdf/html2pdf/html2ps/help/css/ |
H A D | help.css | 15 margin-top:12px; 24 margin-top:12px; 33 margin-top:12px; 50 padding-top:0px; 51 margin-top:10px; 101 vertical-align: top; 106 margin-top: 2ex; 111 margin-top: 1ex; 117 border-top: solid 1px #fcc;
|