Home
last modified time | relevance | path

Searched refs:right (Results 251 – 275 of 2021) sorted by last modified time

1...<<11121314151617181920>>...81

/plugin/combo/resources/theme/default/components/css/
H A Dhistorical-breadcrumb.css10 margin-right: auto;
H A Dlightbox.css12 right: 1.5rem;
H A Dlogin.css19 border-bottom-right-radius: 0;
32 border-top-right-radius: 0;
H A Dmessage.css5 text-align: right;
H A Dminimap.css35 -moz-border-right-colors: none;
56 border-top-right-radius: 3px;
85 border-right-width: 0;
92 -moz-border-right-colors: none;
H A Dposition.css64 right: 0!important
68 right: 50%!important
72 right: 100%!important
H A Dprofile-delete.css27 border-bottom-right-radius: 0;
H A Drailbar-fixed.css4 right: -66px;
14 right: -22px;
24 right: auto;
29 right: auto;
H A Drailbar-off-canvas.css9 right: 0;
H A Drailbar.css2 text-align: right;
H A Dsubscribe.css9 border-right-width: 0;
10 border-top-right-radius: 0;
11 border-bottom-right-radius: 0;
H A Dwebcode.css8 right: .2em;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css46 text-align: right;
83 float: right;
118 content: '\25B6'; /* right triangle */
H A Dapp-edit.css11 -moz-border-right-colors: none;
23 border-right-color: #000;
24 border-right-style: dashed;
25 border-right-width: 1px;
78 border-top-right-radius: 4px;
79 border-bottom-right-radius: 4px;
103 right: -99999em !important;
117 padding-right: 0;
H A Dholy-medium.css20 margin-right: 1rem;
H A Dholy.css42 margin-right: 1rem;
H A Dlanding.css1 /* No gutter on x otherwise there is a overflow on the right */
8 * which is by default on the right side is not visible
15 right: 44px !important;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php99 public function equivalent(Hashable $left, Hashable $right) : bool argument
101 if ($left === $right) {
105 if (!$left instanceof ATNConfig || !$right instanceof ATNConfig) {
109 return $left->alt === $right->alt
110 && $left->semanticContext->equals($right->semanticContext)
111 && Equality::equals($left->state, $right->state);
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md197 How-tos are provided right here in [? our GitHub wiki](https://github.com/php-webdriver/php-webdriver/wiki).
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php370 * Collect all tokens on specified channel to the right of the current token
386 // if none onchannel to right, nextOnChannel=-1 so set to = last token
423 protected function filterForChannel(int $left, int $right, int $channel) : ?array argument
426 for ($i = $left; $i < $right + 1; $i++) {
H A DIntervalSet.php84 * operation is `left - right`. If either of the input sets is `null`,
87 public static function subtractSets(IntervalSet $left, IntervalSet $right) : self argument
93 if ($right->isNull()) {
94 // right set has no elements; just return the copy of the current set
101 while ($resultI < \count($result->intervals) && $rightI < \count($right->intervals)) {
103 $rightInterval = $right->intervals[$rightI];
160 // If rightI reached right.intervals.size(), no more intervals to subtract from result.
190 public function addRange(int $left, int $right) : void argument
192 $this->addInterval(new Interval($left, $right));
272 $right
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquivalence.php9 public function equivalent(Hashable $left, Hashable $right) : bool; argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js22 el.header=new lib.element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.container=new lib.element("DIV").attribute.addClass("Left").insert(el.main);el.right={};el.right.container=new lib.element("DIV").attribute.addClass("Right").insert(el.main);el.main.child.add(new lib.element("DIV").attribute.addClass('Clear'));el.button={};el.button.container=new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.header);el.button.logo=new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http://getfirebug.com/lite.html").update("&nbsp;").attribute.addClass("Button Logo").insert(el.button.container);el.button.inspect=new lib.element("A").attribute.addClass("Button").event.addListener("click",internal.targetWindow.firebug.d.inspector.toggle).update("Inspect").insert(el.button.container);el.button.dock=new lib.element("A").attribute.addClass("Button Dock").event.addListener("click",win.dock).insert(el.button.container);el.button.newWindow=new lib.element("A").attribute.addClass("Button NewWindow").event.addListener("click",win.newWindow).insert(el.button.container);if(!internal.isPopup){el.button.maximize=new lib.element("A").attribute.addClass("Button Maximize").event.addListener("click",win.maximize).insert(el.button.container);el.button.minimize=new lib.element("A").attribute.addClass("Button Minimize").event.addListener("click",win.minimize).insert(el.button.container);el.button.close=new lib.element("A").attribute.addClass("Button Close").event.addListener("click",win.hide).insert(el.button.container);}
25 el.nav.dom=new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,internal.targetWindow,"dom")).insert(el.nav.container);el.nav.xhr=new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).insert(el.nav.container);el.nav.optionsdiv=new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);el.nav.options=new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbsp;&nbsp;&nbsp;&nbsp;").event.addListener("click",settings.toggle).insert(el.nav.optionsdiv);el.borderInspector=new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute.set('firebugIgnore',true).event.addListener("click",listen.inspector).insert(document.body);el.bgInspector=new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('firebugIgnore',true).insert(document.body);el.left.console={};el.left.console.container=new lib.element("DIV").attribute.addClass("Console").insert(el.left.container);el.left.console.mlButton=new lib.element("A").attribute.addClass("MLButton").event.addListener("click",d.console.toggleML).insert(el.left.console.container);el.left.console.monitor=new lib.element("DIV").insert(new lib.element("DIV").attribute.addClass("Monitor").insert(el.left.console.container));el.left.console.container.child.add(new lib.element("DIV").attribute.addClass("InputArrow").update(">>>"));el.left.console.input=new lib.element("INPUT").attribute.set("type","text").attribute.addClass("Input").event.addListener("keydown",listen.consoleTextbox).insert(new lib.element("DIV").attribute.addClass("InputContainer").insert(el.left.console.container));el.right.console={};el.right.console.container=new lib.element("DIV").attribute.addClass("Console Container").insert(el.right.container);el.right.console.mlButton=new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.console.container);el.right.console.input=new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.console.container);el.right
[all...]
H A Dfirebug-lite-1.2.js141 el.right = {};
142 el.right.container = new lib.element("DIV").attribute.addClass("Right").insert(el.main);
203 el.right.console = {};
204 el.right.console.container = new lib.element("DIV").attribute.addClass("Console Container").insert(el.right.container);
205 el.right.console.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.console.container);
206 el.right.console.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.console.container);
207 el.right
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php172 $error .= "The attribute (" . $leftAtt->getNodePath() . ") does not exist on the right side\n";
190 $error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftAtt->getNodePath()}", "right, {$leftAtt->getNodePath()}");
214 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the right value is not an URL. Error:{$e->getMessage()}\n";
270 $error .= "The left node (" . $leftNode->getNodePath() . ") have child nodes while the right has not (First Left Node: $firstNodeName, value: $firstValue) \n";
299 $error .= "The right node (" . $rightChildNode->getNodePath() . ") does not exist in the left document.\n";
303 $error .= "The left node (" . $leftChildNode->getNodePath() . ") does not exist in the right document.\n";
321 * @param string $right
327 static function diffMarkup(string $left, string $right): string argument
329 if (empty($right)) {
330 throw new \RuntimeException("The right tex
[all...]

1...<<11121314151617181920>>...81