Home
last modified time | relevance | path

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

12

/dokuwiki/_test/tests/inc/
H A Dio_rmdir.test.php8 $top = dirname($dir);
20 $this->assertTrue(is_dir($top));
25 $this->assertTrue(is_dir($top));
30 $this->assertTrue(is_dir($top));
35 $this->assertTrue(is_dir($top));
40 $this->assertTrue(is_dir($top));
45 $this->assertTrue(is_dir($top));
50 $this->assertTrue(is_dir($top));
55 $this->assertTrue(is_dir($top));
62 $this->assertTrue(is_dir($top));
[all …]
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php21 protected Top $top; variable in dokuwiki\\TreeBuilder\\AbstractBuilder
134 return $this->top;
149 foreach ($this->top->getDescendants() as $node) {
194 $this->top->sort($comparator);
204 * @param AbstractNode $top The node to start from, use null to start from the top node
208 public function render(Doku_Renderer $R, $top = null, $level = 1): void argument
210 if ($top === null) $top = $this->getTop();
213 foreach ($top->getChildren() as $node) {
H A DControlPageBuilder.php49 $this->top = new Top();
56 0 => $this->top
100 $parent = $this->top;
H A DPageTreeBuilder.php66 $this->top = new Top();
71 $parent->setParent($this->top);
78 $parent = $this->top;
89 $this->addNodeToHierarchy($this->top, $parent);
/dokuwiki/lib/plugins/usermanager/
H A Dstyle.css7 vertical-align: top;
25 margin-top: 1.4em;
28 margin-top: 1.4em;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dprint.css128 vertical-align: top;
167 border-top: 1pt dotted #999;
168 margin-top: 10pt;
175 padding-top: 2pt;
176 border-top: 1pt solid #999;
177 margin-top: 10pt;
H A Ddesign.less26 margin-top: .2em;
44 padding-top: 10px;
100 vertical-align: top;
173 border-top: 1px solid @ini_border;
184 border-top: 1px solid @ini_background;
189 border-top: 1px solid @ini_background;
275 margin-top: -1.5em;
286 border-top-left-radius: 2px;
287 border-top-right-radius: 2px;
H A D_fileuploader.css34 top: 0;
48 top: 50%;
50 margin-top: -8px;
H A Dcontent.less126 border-top-left-radius: .3em;
127 border-top-right-radius: .3em;
186 top: -.35em;
226 border-top-left-radius: 4px;
232 border-top-right-radius: 4px;
239 border-top-left-radius: 4px;
241 border-top-right-radius: 0;
247 border-top-left-radius: 0;
249 border-top-right-radius: 4px;
301 margin-top: 0;
[all …]
H A D_footnotes.css19 border-top: 1px solid @ini_border;
H A Dusertools.less3 top: .5em;
H A D_admin.less32 vertical-align: top;
H A D_media_fullscreen.css147 border-top: 1px solid @ini_border;
184 margin-top: -3px;
263 vertical-align: top;
461 top: 1px;
476 vertical-align: top;
521 top: 0;
H A D_forms.css82 margin-top: 2.8em;
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6top:0},scrollLeft:e.scrollLeft(),scrollTop:e.scrollTop(),width:e.outerWidth(),height:e.outerHeight… property
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less12 margin-top: -1em;
/dokuwiki/inc/lang/en/
H A Dmailtext.txt13 happens, a message will be shown on the top of the rev page.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css44 top: 0;
68 margin-top: -.25em;
87 top: 0;
102 border-top: 0;
107 top: 0;
152 top: 0;
200 top: 50%;
202 margin-top: -8px;
247 margin-top: 0;
264 border-top: none;
[all …]
/dokuwiki/lib/plugins/extension/
H A Dstyle.less17 top: 0;
78 padding-top: 0.5em;
96 top: 0.5em;
166 background: linear-gradient(to top, @ini_highlight, transparent);
212 margin-top: -1.5em; // moves it up into the screenshot margin
/dokuwiki/lib/scripts/
H A Dbehaviour.js75 if($obj.offset().top != 0) {
77 scrollTop: $obj.offset().top - 100
H A Dtoolbar.js259 $picker.offset({left: picker_left, top: pos.top+$btn[0].offsetHeight+3}); property
H A Dlinkwiz.js56 'top': (pos.top + 20) + 'px', property
151 const childPos = $obj.position().top;
/dokuwiki/lib/plugins/config/
H A Dstyle.css56 vertical-align: top;
80 margin-top: -1.7em;
159 padding-top: 0.5em;
/dokuwiki/lib/styles/
H A Dfeed.css62 padding-top: 0.5em;
H A Dgeshi.less138 vertical-align:top;

12