Home
last modified time | relevance | path

Searched full:switches (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dusage.js263 const switches = normalizedKeys.reduce((acc, key) => {
287 return { groupName, normalizedKeys, switches };
291 ….some(({ normalizedKeys, switches }) => !normalizedKeys.every(key => isLongSwitch(switches[key]))); property
295 .forEach(({ normalizedKeys, switches }) => { property
297 if (isLongSwitch(switches[key])) {
298 switches[key] = addIndentation(switches[key], '-x, '.length);
303 displayedGroups.forEach(({ groupName, normalizedKeys, switches }) => { property
306 const kswitch = switches[key];
342 width: maxWidth(switches, theWrap) + 4,
/plugin/patchpanel/
DREADME.md8 added option to use with 3com style switches that have port 2 above port 1
Dsyntax.php12 * switch=[0,1,2] If 1, port numbering changes to match switches.
265 … // MaxWinterstein 03.02.2015 modify port positioning according to 3com switches (2 above 1)
272 // swerner 29.07.2014 modify port positioning according to hp switches
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dusage.js143 var switches = keys.reduce(function (acc, key) {
157 var kswitch = switches[key]
174 {text: kswitch, padding: [0, 2, 0, 2], width: maxWidth(switches) + 4},
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DSwitch.php4 * Decorator that, depending on a token, switches between two definitions.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dhttp-handler.asciidoc13 (future) mode is enabled, the handler switches to `CurlMultiHandler`, which uses
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverTargetLocator.php63 * Switches to the element that currently has focus within the document currently "switched to",
/plugin/fckg/lang/en/
Dsettings.php16 $lang['dwedit_ns'] = "Comma separated list of namespaces where FckgLite automatically switches " .
/plugin/navbox/
Dsyntax.php73 // Switches
139 // This is a automated flag, unset all switches
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php108 …* Creates a new browser window and switches the focus for future commands of this driver to the ne…
/plugin/statistics/vendor/mustangostang/spyc/
H A Dspyc.yaml153 switches:
/plugin/html2pdf/html2pdf/html2ps/
Dcss.utils.inc.php4 // TODO: make an OO-style selectors interface instead of switches
/plugin/swiftmail/Swift/Connection/
DRotator.php16 * Switches through each connection in turn after sending each message
DSendmail.php52 * Switches to true for just one command when DATA has been issued
/plugin/ckgedit/lang/en/
Dsettings.php15 …it_ns'] = "Comma separated list of namespaces and/or pages where ckgedit automatically switches " .
/plugin/ckgdoku/lang/en/
Dsettings.php14 …it_ns'] = "Comma separated list of namespaces and/or pages where ckgdoku automatically switches " .
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-Rack.js30 else if (rack[i].toLowerCase() === 'hpe aruba switches')
80 …plateEntry(sr + 'shape=mxgraph.rack.general.switches_1;', 160, 30, '', 'Switches 1', null, null, d…
81 …plateEntry(sr + 'shape=mxgraph.rack.general.switches_2;', 160, 30, '', 'Switches 2', null, null, d…
233 …ottom;verticalAlign=top;outlineConnect=0;shadow=0;dashed=0;shape=mxgraph.rack.hpe_aruba.switches.';
238 this.addPaletteFunctions('rackHPE Aruba Switches', 'Rack / HPE Aruba / Switches', false,
/plugin/hidden/
Dsyntax.php107 //Looking for the element(s) of the block (ie: which switches may activate this element)
/plugin/geonav/tpl/startermap/
Dmain.php75 … <?php /* the optional second parameter of tpl_action() switches between a link and a button,
/plugin/fedauth/js/
Dadmin.js204 * Switches the position-in-list CSS class for a provider item to the opposite one.
/plugin/grensladawritezor/fckeditor/
Dfckconfig.js172 // The option switches between trying to keep the html structure or do the changes so the content l…
/plugin/fckg/
DChanges37 In other cases, fckgLite auto-switches to IE8 compatibility,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
DSwitchDeclarationSniff.php222 * Note that nested switches are ignored.
/plugin/dirtylittlehelper/mermaid/editor/docs/
D35.35.js1 …IN","SUBJECT","SUBPARTITION","SUBPARTITIONS","SUPER","SUSPEND","SWAPS","SWITCHES","TABLE","TABLES"…
/plugin/wysiwyg/fckeditor/
Dfckconfig.js201 // The option switches between trying to keep the html structure or do the changes so the content l…

1234