Home
last modified time | relevance | path

Searched refs:tabs (Results 101 – 125 of 147) sorted by path

123456

/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst849 (spaces, tabs, newlines etc.) is returned unchanged.
/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/gitbacked/
H A DCHANGELOG.md145 - Coding compliance change, tabs to spaces, fix typos.
/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/icons/assets/typicons/
H A Dtypicons.css843 .typcn-tabs-outline:before {
H A Dtypicons.min.css1 …watch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{cont…
/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/mdpage/vendor/cebe/markdown/tests/markdown-data/
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
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:
/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/mikioplugin/syntax/
H A Dtabgroup.php46 $tabs = $this->findTags($this->tagPrefix . 'tab', $data, $tabOptions);
48 foreach($tabs as $tab) {
/plugin/multiorphan/
H A Dstyle.less146 ul.tabs, ul.actions {
/plugin/odt/
H A DChangeLog.txt174 * renderer.php: Convert tabs in preformatted text (closes: #9)
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php223 $tabs = XMLUtil::getElementContent('style:tab-stops', $xmlCode);
224 if (isset($tabs)) {
225 $max = strlen($tabs);
228 $tab = XMLUtil::getElement('style:tab-stop', $tabs, $end);
234 $tab = XMLUtil::getElement('style:tab-stop', substr ($tabs, $pos), $end);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …etween the textLayer and the canvas if the text\n // contains e.g. tabs (fixes issue6612.pd…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt257 these are the horizontal and vertical tabs along with the linefeed and carriage
/plugin/phpipam/
H A Dstyle.css72 * -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
/plugin/quickstats/GEOIP/
H A Dgeoip.inc3 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */
/plugin/schedule/lib/
H A DscheduleCitiesMap.js477 jQuery (".scheduleTabForm").tabs ({
H A DscheduleForm.js32 var tabs = tab.find ("li a.warningPlace");
37 tabs.slice (0,1).toggleClass ("warning", warning);
42 tabs.slice (1,2).toggleClass ("warning", warning);
46 tabs.slice (2,3).toggleClass ("warning", warning);
50 tabs.slice (3,4).toggleClass ("warning", warning);
54 tabs.slice (4,5).toggleClass ("warning", warning);

123456