Home
last modified time | relevance | path

Searched refs:tabs (Results 126 – 147 of 147) sorted by last modified time

123456

/plugin/tabinclude/syntax/
H A Dembed.php30 list($state, $tabs,$init_page_idx,$class) = $data;
32 $this->helper->renderEmbedTabs($renderer,$tabs,$init_page_idx,$class);
35 $this->helper->getOdtHtml($renderer,$tabs);
H A Dinline.php32 list($state, $tabs,$init_page_idx,$class) = $data;
34 $this->helper->renderTabsHtml($renderer,$tabs,$init_page_idx,$class);
37 $this->helper->getOdtHtml($renderer,$tabs);
H A Dlink.php30 list($state, $tabs,$init_page_idx,$class) = $data;
32 $this->helper->renderLinkTabs($renderer,$tabs,$init_page_idx,$class);
35 $this->helper->getOdtHtml($renderer,$tabs);
H A Dlines.php34 list($state, $tabs,$init_page_idx,$class) = $data;
36 $this->helper->renderTabsHtml($renderer,$tabs,$init_page_idx,$class);
39 $this->helper->getOdtHtml($renderer,$tabs);
/plugin/tabbox/
H A Dstyle.less5 ul.tabs li.active a {
H A Dsyntax.php14 protected $tabs = array(); variable in syntax_plugin_tabbox
H A Daction.php24 $tabs = explode(',', $this->getConf('tabs'));
25 $tabs = array_map('trim', $tabs);
27 $tab = array_shift($tabs);
30 foreach($tabs as $tab) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md93 not be indented with tabs or spaces. Markdown is smart enough not
188 blank line -- a line containing nothing but spaces or tabs is considered
189 blank.) Normal paragraphs should not be indented with spaces or tabs.
438 to be indented *twice* -- 8 spaces or two tabs:
593 * followed by one or more spaces (or tabs);
612 or tabs for padding, which tends to look better with longer URLs:
H A Dmd1_markdown_documentation_basics.md39 blank line -- a line containing nothing spaces or tabs is considered
40 blank.) Normal paragraphs should not be intended with spaces or tabs.
H A Dmd1_ordered_and_unordered_lists.md69 Loose using tabs:
H A Dmd1_tabs.md2 indented with tabs
13 this code block is indented by two tabs
18 indented with tabs
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
H A Dmd1_ordered_and_unordered_lists.md15 Loose using tabs, start's with 5:
/plugin/fckg/fckeditor/editor/dialog/fck_scayt/
H A Dscayt_dialog.css85 ul.tabs {
89 ul.tabs li {
107 div.tabs-container{
113 div.tabs-container h3{
/plugin/syntaxhighlighter3/
H A DREADME.md58 * **smart-tabs**: Allows you to turn smart tabs feature on and off `(default on)`
/plugin/coinhive/
H A DREADME.md37 …LUSIVE_TAB: The miner will only start if no other tabs are already mining. If all miners in other
38 …- FORCE_EXCLUSIVE_TAB: The miner will always start and immediately kill all miners in other tabs t…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1548 $tabs = explode("\t", $tokens[$i]['content']);
1550 $numTabs = (count($tabs) - 1);
1555 foreach ($tabs as $content) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js251 if (cmd != "join2" || this.gui.tabs.length == 1) this.gui.setTabById(tabid);
294 if (cmd != "privmsg2" || this.gui.tabs.length == 1) this.gui.setTabById(tabid);
H A Dpfcgui.js14 this.tabs = Array();
89 this.current_tab = this.tabs[i];
183 var name = this.tabs[tabpos];
185 this.tabs = without(this.tabs, this.tabs[tabpos]);
219 this.tabs.push(name);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt257 these are the horizontal and vertical tabs along with the linefeed and carriage
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak195 // Creates the library pane that contains the tabs with the palettes
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf1783 https?:\/\/([^\/]*\.)?cialis-soft-tabs\.com
7261 https?:\/\/([^\/]*\.)?viagra-soft-tabs\.1\.p2l\.info
/plugin/deflist/
H A Dsyntax.php415 $tabs = str_repeat("\t", $LEVEL);

123456