Home
last modified time | relevance | path

Searched refs:left (Results 226 – 250 of 1780) sorted by last modified time

12345678910>>...72

/plugin/combo/resources/theme/default/components/css/
H A Drailbar-off-canvas.css19 left: -37px;
H A Dsubscribe.css18 border-top-left-radius: 0;
19 border-bottom-left-radius: 0;
H A Dtoc.css5 padding-left: 0;
9 padding-left: initial;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css49 text-align: left;
80 float: left;
114 content: '\25C0'; /* left triangle */
H A Dapp-edit.css10 -moz-border-left-colors: none;
20 border-left-color: #000;
21 border-left-style: dashed;
22 border-left-width: 1px;
83 border-top-left-radius: 4px;
84 border-bottom-left-radius: 4px;
94 left: -99999em !important;
102 left: auto !important;
116 padding-left: 0;
H A Dholy-medium.css19 margin-left: 1rem;
H A Dholy.css41 margin-left: 1rem;
/plugin/combo/resources/webcode/
H A Dwebcode-iframe.css27 padding-left: 10px;
/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/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php393 * Collect all tokens on specified channel to the left of the current token
413 // if none on channel to left, prevOnChannel=-1 then from=0
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
89 if ($left->isNull()) {
95 return $left;
98 $result = $left;
190 public function addRange(int $left, int $right) : void argument
192 $this->addInterval(new Interval($left, $right));
271 $left = 0;
275 while ($left <= $right) {
276 $m = \intval($left
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquivalence.php9 public function equivalent(Hashable $left, Hashable $right) : bool; argument
H A DDefaultEquivalence.php9 public function equivalent(Hashable $left, Hashable $right) : bool argument
11 return $left->equals($right);
H A DEquality.php14 * @param mixed $left
17 public static function equals($left, $right) : bool argument
19 if ($left instanceof Equatable && $right instanceof Equatable) {
20 return $left->equals($right);
23 if (\is_array($left) && \is_array($right)) {
24 return self::deeplyEquals($left, $right);
27 return $left === $right;
31 * @param array<mixed> $left
34 private static function deeplyEquals(array $left, array $right) : bool argument
36 if ($left
[all...]
/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);}
24 el.nav={};el.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(el.nav.container);el.nav.html=new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,window,"html")).insert(el.nav.container);el.nav.css=new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click",lib.util.Curry(d.navigate,window,"css")).insert(el.nav.container);if(!internal.isPopup){el.nav.scripts=new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener("click",lib.util.Curry(d.navigate,window,"scripts")).insert(el.nav.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
[all...]
H A Dfirebug-lite-1.2.js139 el.left = {};
140 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main);
169 el.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);
190 el.left.console = {};
191 el.left.console.container = new lib.element("DIV").attribute.addClass("Console").insert(el.left.container);
192 el.left.console.mlButton = new lib.element("A").attribute.addClass("MLButton").event.addListener("click",d.console.toggleML).insert(el.left.console.container);
193 el.left.console.monitor = new lib.element("DIV").insert(
194 new lib.element("DIV").attribute.addClass("Monitor").insert(el.left
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php149 $error .= "The node (" . $rightNode->getNodePath() . ") have no attributes while the left node has.\n";
190 $error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftAtt->getNodePath()}", "right, {$leftAtt->getNodePath()}");
217 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the left value is not an URL. Error:{$e->getMessage()}\n";
238 $error .= "The attribute (" . $rightAttName . ") of the node (" . $rightAtt->getNodePath() . ") does not exist on the left side\n";
247 $error .= "The attribute (" . $rightAtt->getNodePath() . ") does not exist on the left side\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";
320 * @param string $left
327 static function diffMarkup(string $left, strin argument
[all...]
/plugin/data/
H A Dstyle.css31 clear: left;
32 float: left;
38 float: left;
39 margin-left: 0.5em;
54 float: left;
83 margin-left: 1em;
87 margin-left: 1em;
108 text-align: left;
176 margin-left: 1.6em;
/plugin/dwtimeline/
H A Dstyle.less41 left: 50%;
85 left: 0;
90 left: 50%;
108 left: 50%;
123 left: 50%;
155 left: 30px;
255 left: 50%;
274 left: 50%;
293 left: 0;
322 left: 0;
[all …]
H A Dprint.css20 margin-left: unset;
24 /* Place the container to the left */
25 .container-vert.tl-left {
27 margin-left: auto;
35 margin-left: auto;
43 margin-left: auto;
87 /* set the Header to left or */
88 .container-vert.tl-left .tlcontent .mstitle {
104 margin-left: auto;
/plugin/bpmnio/css/
H A Dedit_button.less3 float: left;
9 float: left;
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md108 * `FIX`: correct attachers left hanging when using space tool ([#1344](https://github.com/bpmn-io/b…
665 * `FEAT`: add top, right, bottom, left snapping with container elements ([#1108](https://github.com…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css47 /* margin-left: .2em; */
H A Dbpmn.css44 /* margin-left: .2em; */
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css44 left: 30px;
57 left: 90px;
61 left: 140px;
99 margin-left: -20px;
123 border-left: 1px solid var(--popup-border-color);

12345678910>>...72