Home
last modified time | relevance | path

Searched refs:layoutname (Results 1 – 25 of 73) sorted by relevance

123

/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-select-layout.c76 const char *layoutname; in cmd_select_layout_exec() local
113 layoutname = args->argv[0]; in cmd_select_layout_exec()
115 layoutname = oldlayout; in cmd_select_layout_exec()
117 layoutname = NULL; in cmd_select_layout_exec()
119 if (layoutname != NULL) { in cmd_select_layout_exec()
120 if (layout_parse(w, layoutname) == -1) { in cmd_select_layout_exec()
121 cmdq_error(cmdq, "can't set layout: %s", layoutname); in cmd_select_layout_exec()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-select-layout.c79 const char *layoutname; in cmd_select_layout_exec()
116 layoutname = args->argv[0]; in cmd_select_layout_exec()
118 layoutname = oldlayout; in cmd_select_layout_exec()
120 layoutname = NULL; in cmd_select_layout_exec()
122 if (layoutname != NULL) { in cmd_select_layout_exec()
123 if (layout_parse(w, layoutname) == -1) { in cmd_select_layout_exec()
124 cmdq_error(cmdq, "can't set layout: %s", layoutname); in cmd_select_layout_exec()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-select-layout.c76 const char *layoutname; in cmd_select_layout_exec() local
113 layoutname = args->argv[0]; in cmd_select_layout_exec()
115 layoutname = oldlayout; in cmd_select_layout_exec()
117 layoutname = NULL; in cmd_select_layout_exec()
119 if (layoutname != NULL) { in cmd_select_layout_exec()
120 if (layout_parse(w, layoutname) == -1) { in cmd_select_layout_exec()
121 cmdq_error(cmdq, "can't set layout: %s", layoutname); in cmd_select_layout_exec()
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-select-layout.c79 const char *layoutname; in cmd_select_layout_exec() local
120 layoutname = args->argv[0]; in cmd_select_layout_exec()
122 layoutname = oldlayout; in cmd_select_layout_exec()
124 layoutname = NULL; in cmd_select_layout_exec()
126 if (layoutname != NULL) { in cmd_select_layout_exec()
127 if (layout_parse(w, layoutname) == -1) { in cmd_select_layout_exec()
128 cmdq_error(item, "can't set layout: %s", layoutname); in cmd_select_layout_exec()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddos_keyboard_layout.cpp1161 layoutname = "dk"; in DOS_KeyboardLayout()
1164 layoutname = "gr"; in DOS_KeyboardLayout()
1171 layoutname = "gk"; in DOS_KeyboardLayout()
1174 layoutname = "sp"; in DOS_KeyboardLayout()
1178 layoutname = "su"; in DOS_KeyboardLayout()
1182 layoutname = "fr"; in DOS_KeyboardLayout()
1193 layoutname = "it"; in DOS_KeyboardLayout()
1197 layoutname = "nl"; in DOS_KeyboardLayout()
1201 layoutname = "no"; in DOS_KeyboardLayout()
1204 layoutname = "pl"; in DOS_KeyboardLayout()
[all …]
H A Ddos_keyboard_layout.h27 Bitu DOS_LoadKeyboardLayout(const char * layoutname, Bit32s codepage, const char * codepagefile);
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddos_keyboard_layout.cpp1125 layoutname = "dk"; in DOS_KeyboardLayout()
1128 layoutname = "gr"; in DOS_KeyboardLayout()
1135 layoutname = "gk"; in DOS_KeyboardLayout()
1138 layoutname = "sp"; in DOS_KeyboardLayout()
1142 layoutname = "su"; in DOS_KeyboardLayout()
1146 layoutname = "fr"; in DOS_KeyboardLayout()
1157 layoutname = "it"; in DOS_KeyboardLayout()
1161 layoutname = "nl"; in DOS_KeyboardLayout()
1165 layoutname = "no"; in DOS_KeyboardLayout()
1168 layoutname = "pl"; in DOS_KeyboardLayout()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddos_keyboard_layout.cpp1135 layoutname = "dk"; in DOS_KeyboardLayout()
1138 layoutname = "gr"; in DOS_KeyboardLayout()
1145 layoutname = "gk"; in DOS_KeyboardLayout()
1148 layoutname = "sp"; in DOS_KeyboardLayout()
1152 layoutname = "su"; in DOS_KeyboardLayout()
1156 layoutname = "fr"; in DOS_KeyboardLayout()
1167 layoutname = "it"; in DOS_KeyboardLayout()
1171 layoutname = "nl"; in DOS_KeyboardLayout()
1175 layoutname = "no"; in DOS_KeyboardLayout()
1178 layoutname = "pl"; in DOS_KeyboardLayout()
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dsynchronizer.cpp302 if (layout->name() == layoutname) { in centralLayout()
393 Layout::GenericLayout *l = centralLayout(layoutname); in layout()
936 for (const auto &layoutname : layoutNamesToLoad) { in syncMultipleLayoutsToActivities() local
937 if (!centralLayout(layoutname)) { in syncMultipleLayoutsToActivities()
938 … CentralLayout *newLayout = new CentralLayout(this, QString(layoutPath(layoutname)), layoutname); in syncMultipleLayoutsToActivities()
966 for (const auto layoutname : layoutNamesToUnload) { in syncMultipleLayoutsToActivities() local
967 emit currentLayoutIsSwitching(layoutname); in syncMultipleLayoutsToActivities()
990 for (const auto &layoutname : layoutNames) { in unloadLayouts() local
991 CentralLayout *layout = centralLayout(layoutname); in unloadLayouts()
992 int posLayout = centralLayoutPos(layoutname); in unloadLayouts()
[all …]
H A Dsynchronizer.h101 CentralLayout *centralLayout(QString layoutname) const;
102 Layout::GenericLayout *layout(QString layoutname) const;
/dports/www/moodle310/moodle/blocks/myoverview/classes/output/
H A Dmain.php326 * @param string $layoutname
331 public function format_layout_for_export($layoutname) { argument
334 $layout->id = $layoutname;
335 $layout->name = get_string($layoutname, 'block_myoverview');
336 $layout->active = $this->view == $layoutname ? true : false;
337 $layout->arialabel = get_string('aria:' . $layoutname, 'block_myoverview');
/dports/www/moodle311/moodle/blocks/myoverview/classes/output/
H A Dmain.php326 * @param string $layoutname
331 public function format_layout_for_export($layoutname) { argument
334 $layout->id = $layoutname;
335 $layout->name = get_string($layoutname, 'block_myoverview');
336 $layout->active = $this->view == $layoutname ? true : false;
337 $layout->arialabel = get_string('aria:' . $layoutname, 'block_myoverview');
/dports/www/moodle39/moodle/blocks/myoverview/classes/output/
H A Dmain.php326 * @param string $layoutname
331 public function format_layout_for_export($layoutname) { argument
334 $layout->id = $layoutname;
335 $layout->name = get_string($layoutname, 'block_myoverview');
336 $layout->active = $this->view == $layoutname ? true : false;
337 $layout->arialabel = get_string('aria:' . $layoutname, 'block_myoverview');
/dports/x11/terminator/terminator-2.1.1/
H A Dterminator73 layoutname = configjson.extend_config(OPTIONS.configjson)
74 if layoutname and ((not OPTIONS.layout) or OPTIONS.layout == 'default'):
75 OPTIONS.layout = layoutname
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dalgorithmicx.cwl23 \alglanguage{layoutname}
36 \algsetlanguage{layoutname}#*
37 \algdeflanguage{layoutname}#*
38 \algnewlanguage{layoutname}#*
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/include/dcmtk/oflog/spi/
H A Dfactory.h259 #define DCMTK_LOG4CPLUS_REG_LAYOUT(reg, layoutname) \ argument
260 DCMTK_LOG4CPLUS_REG_PRODUCT (reg, "log4cplus::", layoutname, log4cplus::, \
/dports/devel/log4cplus/log4cplus-1.1.2/include/log4cplus/spi/
H A Dfactory.h258 #define LOG4CPLUS_REG_LAYOUT(reg, layoutname) \ argument
259 LOG4CPLUS_REG_PRODUCT (reg, "log4cplus::", layoutname, log4cplus::, \
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dterminator.py60 layoutname = None variable in Terminator
219 def create_layout(self, layoutname): argument
228 layout = copy.deepcopy(self.config.layout_get_config(layoutname))
312 self.layoutname = layoutname
/dports/print/lyx/lyx-2.3.4.2/src/
H A DLaTeXFeatures.cpp585 void LaTeXFeatures::useLayout(docstring const & layoutname) in useLayout() argument
587 useLayout(layoutname, 0); in useLayout()
591 void LaTeXFeatures::useLayout(docstring const & layoutname, int level) in useLayout() argument
598 << to_utf8(layoutname) << endl; in useLayout()
603 if (tclass.hasLayout(layoutname)) { in useLayout()
605 if (find(usedLayouts_.begin(), usedLayouts_.end(), layoutname) in useLayout()
609 Layout const & layout = tclass[layoutname]; in useLayout()
615 usedLayouts_.push_back(layoutname); in useLayout()
618 << to_utf8(layoutname) << "' does not exist in this class" in useLayout()
/dports/x11/florence/florence-0.6.3/src/
H A Dflorence.c339 gchar *layoutname; in flo_layout_load() local
342 layoutname=settings_get_string(SETTINGS_FILE); in flo_layout_load()
343 layout=layoutreader_new(layoutname, in flo_layout_load()
360 g_free(layoutname); in flo_layout_load()
/dports/print/lyx/lyx-2.3.4.2/lib/
H A Dchkconfig.ltx144 \def\layoutname{#1} % remember the name of the layout file
152 \TestItem[#1]{\layoutname}{document class}{cls}
153 {\AddLayout[\firstelement]{\layoutname}{#2}{true}{\missingelements}}
154 {\AddLayout[\firstelement]{\layoutname}{#2}{false}{\missingelements}}
167 \message{^^J\prefix checking for docbook\space\space class \layoutname... }
170 \AddLayout[#1]{\layoutname}{#2}{false}{docbook}}
172 \AddLayout[#1]{\layoutname}{#2}{true}{}}
/dports/print/lyx/lyx-2.3.4.2/lib/lyx2lyx/
H A Dlyx_2_1.py2274 layoutname = parent[0]
2282 if layoutname == "AgainFrame":
2296 if layoutname in list_layouts:
2630 layoutname = parent[0]
2636 if layoutname in headings:
2691 if layoutname == "Overprint":
2824 layoutname = parent[0]
2906 layoutname = parent[0]
3060 layoutname = parent[0]
3066 if layoutname in blocks:
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinlayouts.h37 const char *layoutname; member
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinlayouts.h37 const char *layoutname; member
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinlayouts.h37 const char *layoutname; member

123