Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/plugin/revealjs/css/theme/template/
H A Dmixins.scss1 @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 DjsUnitCore.js7 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 DjsUnitCore.js1top;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 Dscript.js4 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 Dconfig.js1top.JSINFO.ckg_canonical){c=top.DOKU_BASE+"lib/plugins/ckgdoku/ckeditor/";d.doku_url=top.DOKU_BASE…
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.class.php8 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 Dvalue.border.style.class.php8 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 Dvalue.border.color.class.php8 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 Dgraphics.css25 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 Dgraphics.css25 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 Ddialog_opera.css5top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1…
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog_opera.css5top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css9 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 Ddhtmlxgantt_skyblue.css204 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 Dfckdialog_gecko.js69 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.less14 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 Dbegingroup.js19top: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 Dtest.border-top.php15 $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 Dtest.line-box.nested.php40 $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 Dtest.table.border.php24 $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 DDelimiterStack.php28 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 DOffsetPosition.php29 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 Dposition.css21 .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 Dpretty.css70 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 Dhelp.css15 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;

12345678910>>...59