Home
last modified time | relevance | path

Searched refs:newDecorations (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts109 let newDecorations = new Map<string, FileDecoration>(); variable
111 this.collectSubmoduleDecorationData(newDecorations);
112 this.collectDecorationData(this.repository.indexGroup, newDecorations);
113 this.collectDecorationData(this.repository.untrackedGroup, newDecorations);
114 this.collectDecorationData(this.repository.workingTreeGroup, newDecorations);
115 this.collectDecorationData(this.repository.mergeGroup, newDecorations);
117 const uris = new Set([...this.decorations.keys()].concat([...newDecorations.keys()]));
118 this.decorations = newDecorations;
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts109 let newDecorations = new Map<string, FileDecoration>(); variable
111 this.collectSubmoduleDecorationData(newDecorations);
112 this.collectDecorationData(this.repository.indexGroup, newDecorations);
113 this.collectDecorationData(this.repository.untrackedGroup, newDecorations);
114 this.collectDecorationData(this.repository.workingTreeGroup, newDecorations);
115 this.collectDecorationData(this.repository.mergeGroup, newDecorations);
117 const uris = new Set([...this.decorations.keys()].concat([...newDecorations.keys()]));
118 this.decorations = newDecorations;
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts112 let newDecorations = new Map<string, Decoration>(); variable
114 this.collectSubmoduleDecorationData(newDecorations);
115 this.collectDecorationData(this.repository.indexGroup, newDecorations);
116 this.collectDecorationData(this.repository.untrackedGroup, newDecorations);
117 this.collectDecorationData(this.repository.workingTreeGroup, newDecorations);
118 this.collectDecorationData(this.repository.mergeGroup, newDecorations);
120 const uris = new Set([...this.decorations.keys()].concat([...newDecorations.keys()]));
121 this.decorations = newDecorations;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts112 let newDecorations = new Map<string, Decoration>(); variable
114 this.collectSubmoduleDecorationData(newDecorations);
115 this.collectDecorationData(this.repository.indexGroup, newDecorations);
116 this.collectDecorationData(this.repository.untrackedGroup, newDecorations);
117 this.collectDecorationData(this.repository.workingTreeGroup, newDecorations);
118 this.collectDecorationData(this.repository.mergeGroup, newDecorations);
120 const uris = new Set([...this.decorations.keys()].concat([...newDecorations.keys()]));
121 this.decorations = newDecorations;
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts112 let newDecorations = new Map<string, DecorationData>(); variable
114 this.collectSubmoduleDecorationData(newDecorations);
115 this.collectDecorationData(this.repository.indexGroup, newDecorations);
116 this.collectDecorationData(this.repository.workingTreeGroup, newDecorations);
117 this.collectDecorationData(this.repository.mergeGroup, newDecorations);
119 const uris = new Set([...this.decorations.keys()].concat([...newDecorations.keys()]));
120 this.decorations = newDecorations;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDecorations.java202 void fixDecorations (Decorations newDecorations, Control control, Menu [] menus) { in fixDecorations() argument
203 if (this == newDecorations) return; in fixDecorations()
217 menu.fixMenus (newDecorations); in fixDecorations()
H A DComposite.java384 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
385 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
388 children [i].fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DControl.java1364 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
1366 oldDecorations.fixDecorations (newDecorations, this, menus); in fixChildren()
4126 Decorations newDecorations = parent.menuShell (), oldDecorations = menuShell (); in setParent() local
4127 if (oldShell != newShell || oldDecorations != newDecorations) { in setParent()
4129 fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in setParent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DDecorations.java271 void fixDecorations (Decorations newDecorations, Control control, Menu [] menus) { in fixDecorations() argument
272 if (this == newDecorations) return; in fixDecorations()
287 menu.fixMenus (newDecorations); in fixDecorations()
H A DToolBar.java229 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
230 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DComposite.java573 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
574 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
577 children [i].fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DControl.java2805 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora…
2807 oldDecorations.fixDecorations (newDecorations, this, menus);
5670 Decorations newDecorations = parent.menuShell (), oldDecorations = menuShell ();
5672 if (oldShell != newShell || oldDecorations != newDecorations) {
5673 fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus);
5674 newDecorations.fixAccelGroup ();
H A DTree.java1251 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
1252 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DTable.java1187 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
1188 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DDecorations.java290 void fixDecorations (Decorations newDecorations, Control control, Menu [] menus) { in fixDecorations() argument
291 if (this == newDecorations) return; in fixDecorations()
306 menu.fixMenus (newDecorations); in fixDecorations()
H A DToolBar.java253 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
254 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DComposite.java617 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
618 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
621 children [i].fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DControl.java2838 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora…
2840 oldDecorations.fixDecorations (newDecorations, this, menus);
5778 Decorations newDecorations = parent.menuShell (), oldDecorations = menuShell ();
5780 if (oldShell != newShell || oldDecorations != newDecorations) {
5781 fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus);
5782 newDecorations.fixAccelGroup ();
H A DTable.java1230 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
1231 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DTree.java1332 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
1333 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DDecorations.java403 void fixDecorations (Decorations newDecorations, Control control, Menu [] menus) { in fixDecorations() argument
404 if (this == newDecorations) return; in fixDecorations()
419 menu.fixMenus (newDecorations); in fixDecorations()
421 newDecorations.destroyAccelerators (); in fixDecorations()
H A DComposite.java392 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
393 super.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
395 child.fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in fixChildren()
H A DControl.java1047 void fixChildren (Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecora… in fixChildren() argument
1049 oldDecorations.fixDecorations (newDecorations, this, menus); in fixChildren()
4715 Decorations newDecorations = parent.menuShell (), oldDecorations = menuShell (); in setParent() local
4716 if (oldShell != newShell || oldDecorations != newDecorations) { in setParent()
4718 fixChildren (newShell, oldShell, newDecorations, oldDecorations, menus); in setParent()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7622.0e38943fa459e872fe93.js.map1newDecorations = [];\r\n for (const newRange of newRanges) {\r\n newDecorations.…
/dports/net/keycloak/keycloak-15.1.1/themes/keycloak.v2/admin/resources/
H A Dindex.js.map4newDecorations) => {\r\n if (oldDecorations.length === 0 && newDecorations.length =…

12