Home
last modified time | relevance | path

Searched refs:tab (Results 26 – 50 of 377) sorted by relevance

12345678910>>...16

/plugin/bootswrapper/exe/help/
H A Dnav.txt184 * [[#tab-foo|Foo]]
185 * [[#tab-bar|Bar]]
187 <pane id="tab-foo">
192 <pane id="tab-bar">
202 * [[#tab-foo|Foo]]
203 * [[#tab-bar|Bar]]
205 <pane id="tab-foo">
210 <pane id="tab-bar">
223 <code html><pane id="tab-bar">
236 I suggest to add ''<nowiki>~~NOTOC~~</nowiki>'' because the TOC is displayed between the tab bar an…
/plugin/nspages/printers/
H A DprinterOneLine.php16 function _print($tab, $type) { argument
18 foreach($tab as $item) {
H A DprinterLineBreak.php14 function _print($tab, $type) { argument
16 foreach($tab as $item) {
H A DprinterNice.php35 function _print($tab, $type) {
38 $nbItemPerColumns = $this->_computeNbItemPerColumns(sizeof($tab));
43 $firstCharOfLastAddedPage = $this->_firstChar($tab[0]);
49 foreach($tab as $item) {
33 _print($tab, $type) global() argument
H A DprinterTree.php19 function _print($tab, $type) { argument
20 $tree = $this->_groupByNs($tab);
50 private function _groupByNs($tab) { argument
52 foreach($tab as $item){
H A DprinterPictures.php20 function _print($tab, $type) {
22 foreach($tab as $item) {
19 _print($tab, $type) global() argument
/plugin/targetlink/
H A Dplugin.info.txt6 …on the configuration. e.g.: The links usual open in the same tab, but this link opens in a new tab.
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc105 id: 'tab-basic',
118 … selected += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : '';
120 …selected += dialog.getValueOf('tab-basic','user_def_box') ? dialog.getValueOf('tab-basic','user_de…
/plugin/autolink3/
H A Dadmin.php150 …type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/arrow_".($tab[0] ? "up" : "down")…
151 …type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/arrow_".($tab[1] ? "up" : "down")…
152 …type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/arrow_".($tab[2] ? "up" : "down")…
/plugin/mikioplugin/assets/
H A Dvariables.css109 --mikiop-tabgroup-tab-text-active-color: #000000d0;
110 --mikiop-tabgroup-tab-background-active-color: #ffffff20;
111 --mikiop-tabgroup-tab-border-hover-color: #00000020;
152 --mikiop-tabgroup-tab-text-active-color: #ffffffd0;
153 --mikiop-tabgroup-tab-background-active-color: #00000020;
154 --mikiop-tabgroup-tab-border-hover-color: #ffffff20;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml25 test: horizontal tab (1)
31 test: horizontal tab (2)
43 test: vertical tab
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php41 public const TAB_ATTRIBUTE = "tab";
68 private $tab; variable in ComboStrap\\Meta\\Form\\FormMetaField
143 * Only the top field have a tab value
287 * For child form field (ie column), there is no tab
289 if ($this->tab != null) {
290 $associative[self::TAB_ATTRIBUTE] = $this->tab;
342 $this->tab = $tabName;
431 return $this->tab;
/plugin/hidden/
H A Dsyntax.php172 $tab = array();
173 $onVisible = p_render('xhtml', p_get_instructions($data['onVisible']), $tab);
174 $onHidden = p_render('xhtml', p_get_instructions($data['onHidden']), $tab);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php228 $tab = XMLUtil::getElement('style:tab-stop', $tabs, $end);
230 while (isset($tab)) {
232 …$attrs += $style->importODTStyleInternal(self::$tab_stop_fields, $tab, $style->tab_stops [$index]);
234 $tab = XMLUtil::getElement('style:tab-stop', substr ($tabs, $pos), $end);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css16 -moz-tab-size: 4;
17 -o-tab-size: 4;
18 tab-size: 4;
/plugin/copypage/
H A D.editorconfig16 indent_style = tab
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A D.editorconfig12 indent_style = tab
/plugin/codeprettify/code-prettify/src/
H A Dlang-rd.js40 [PR['PR_LITERAL'], /^\\(?:cr|l?dots|R|tab)\b/],
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_links_inline_style.md7 [URL and title](/url/ "title preceded by a tab").
H A Dmd1_tabs.md9 this code block is indented by one tab
/plugin/tab/
H A Dsyntax.php64 $this->Lexer->addSpecialPattern('<tab\d*>', $mode, 'plugin_tab'); }
/plugin/sfauth/
H A DREADME.wiki64 ===== Use the wiki in a web tab =====
66 Just create the web tab:
71 - Create a new web tab
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv7 new line","columns with tab"
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php365 $tab = $levelSpaceIndentation;
367 $tab = " ";
369 $jsonString .= $tab;
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/
H A Daf.js9 {name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],tab:"Tab",pause:"Pouse",capslock:"Hoofle…

12345678910>>...16