Home
Sort by
last modified time
|
relevance
|
path
Project(s)
dokuwiki
plugin
template
select all
invert selection
clear
Full Search
Definition
Symbol
File Path
History
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Help
Searched
refs:tab
(Results
1 - 3
of
3
) sorted by relevance
/dokuwiki/lib/plugins/extension/helper/
H
A
D
gui.php
33
* display the plugin
tab
62
* Display the template
tab
95
* Display the search
tab
147
* Display the template
tab
180
* Print the
tab
navigation
187
foreach ($this->tabs as $
tab
) {
188
$url = $this->tabURL($
tab
);
189
if ($this->currentTab() == $
tab
) {
194
echo '<li class="'.$
tab
.$class.'"><a href="'.$url.'">'.$this->getLang('tab_'.$
tab
)
208
$
tab
= $INPUT->str('
tab
', 'plugins', true);
global()
variable
[all...]
/dokuwiki/inc/
H
A
D
html.php
924
* Prints HTML code for the given
tab
structure
926
* @param array $tabs
tab
structure
927
* @param string $current_tab the current
tab
id
933
foreach ($tabs as $id => $
tab
) {
934
html_tab($
tab
['href'], $
tab
['caption'], $id === $current_tab);
941
* Prints a single
tab
946
* @param string $href -
tab
href
947
* @param string $caption -
tab
caption
948
* @param boolean $selected - is
tab
selecte
953
$
tab
= '<li>';
global()
variable
[all...]
H
A
D
media.php
737
* @param string $selected_tab - opened
tab
745
'search' => 'media_searchtab') as $
tab
=> $caption) {
746
$tabs[$
tab
] = array('href' => media_managerURL(['tab_files' => $
tab
], '&'),
758
* @param string $selected_tab opened
tab
781
* Prints options for the
tab
that displays a list of all files
877
* Prints
tab
that displays a list of all files
897
* Prints
tab
that displays uploading form
918
* Prints
tab
that displays search form
940
* Prints
tab
tha
[all...]
Completed in 6 milliseconds