Home
last modified time | relevance | path

Searched defs:shell (Results 126 – 150 of 8590) sorted by relevance

12345678910>>...344

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/internal/
H A DAnimationUtil.java32 public static FadeJob fastFadeIn(Shell shell, IFadeListener listener) { in fastFadeIn()
36 public static FadeJob fadeIn(Shell shell, IFadeListener listener) { in fadeIn()
40 public static FadeJob fadeOut(Shell shell, IFadeListener listener) { in fadeOut()
46 private final Shell shell; field in AnimationUtil.FadeJob
58 public FadeJob(Shell shell, int increment, long delay, IFadeListener fadeListener) { in FadeJob()
152 public void faded(Shell shell, int alpha); in faded()
/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/types/
H A Dshell.h28 struct shell { struct
33 struct shell_surface *(*do_create_shell_surface)( argument
34 struct shell *self, argument
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-tool-events.c147 GimpDisplayShell *shell) in gimp_display_shell_events()
366 GimpDisplayShell *shell) in gimp_display_shell_buffer_stroke()
388 GimpDisplayShell *shell) in gimp_display_shell_buffer_hover()
1505 gimp_display_shell_proximity_in (GimpDisplayShell *shell) in gimp_display_shell_proximity_in()
1516 gimp_display_shell_proximity_out (GimpDisplayShell *shell) in gimp_display_shell_proximity_out()
1615 gimp_display_shell_stop_scrolling (GimpDisplayShell *shell, in gimp_display_shell_stop_scrolling()
1682 gimp_display_shell_space_pressed (GimpDisplayShell *shell, in gimp_display_shell_space_pressed()
1745 gimp_display_shell_released (GimpDisplayShell *shell, in gimp_display_shell_released()
1797 gimp_display_shell_tab_pressed (GimpDisplayShell *shell, in gimp_display_shell_tab_pressed()
1846 gimp_display_shell_update_focus (GimpDisplayShell *shell, in gimp_display_shell_update_focus()
[all …]
H A Dgimpdisplayshell-selection.c44 GimpDisplayShell *shell; /* shell that owns the selection */ member
92 gimp_display_shell_selection_init (GimpDisplayShell *shell) in gimp_display_shell_selection_init()
117 gimp_display_shell_selection_free (GimpDisplayShell *shell) in gimp_display_shell_selection_free()
143 gimp_display_shell_selection_undraw (GimpDisplayShell *shell) in gimp_display_shell_selection_undraw()
160 gimp_display_shell_selection_restart (GimpDisplayShell *shell) in gimp_display_shell_selection_restart()
172 gimp_display_shell_selection_pause (GimpDisplayShell *shell) in gimp_display_shell_selection_pause()
187 gimp_display_shell_selection_resume (GimpDisplayShell *shell) in gimp_display_shell_selection_resume()
202 gimp_display_shell_selection_set_show (GimpDisplayShell *shell, in gimp_display_shell_selection_set_show()
262 gimp_display_shell_selection_draw (GimpDisplayShell *shell, in gimp_display_shell_selection_draw()
484 selection_window_state_event (GtkWidget *shell, in selection_window_state_event()
[all …]
H A Dgimpdisplayshell-scroll.c63 gimp_display_shell_scroll (GimpDisplayShell *shell, in gimp_display_shell_scroll()
117 gimp_display_shell_scroll_set_offset (GimpDisplayShell *shell, in gimp_display_shell_scroll_set_offset()
153 gimp_display_shell_scroll_clamp_and_update (GimpDisplayShell *shell) in gimp_display_shell_scroll_clamp_and_update()
279 gimp_display_shell_scroll_unoverscrollify (GimpDisplayShell *shell, in gimp_display_shell_scroll_unoverscrollify()
337 gimp_display_shell_scroll_center_image_xy (GimpDisplayShell *shell, in gimp_display_shell_scroll_center_image_xy()
362 gimp_display_shell_scroll_center_image (GimpDisplayShell *shell, in gimp_display_shell_scroll_center_image()
419 gimp_display_shell_scroll_center_content (GimpDisplayShell *shell, in gimp_display_shell_scroll_center_content()
492 gimp_display_shell_scroll_get_scaled_viewport (GimpDisplayShell *shell, in gimp_display_shell_scroll_get_scaled_viewport()
517 gimp_display_shell_scroll_get_viewport (GimpDisplayShell *shell, in gimp_display_shell_scroll_get_viewport()
H A Dgimpdisplayshell-dnd.c117 gimp_display_shell_dnd_init (GimpDisplayShell *shell) in gimp_display_shell_dnd_init()
198 gimp_display_shell_dnd_flush (GimpDisplayShell *shell, in gimp_display_shell_dnd_flush()
216 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_drawable() local
273 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_vectors() local
312 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_svg() local
342 gimp_display_shell_dnd_fill (GimpDisplayShell *shell, in gimp_display_shell_dnd_fill()
405 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_pattern() local
427 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_color() local
449 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_buffer() local
521 GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); in gimp_display_shell_drop_uri_list() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/search/org/eclipse/search/internal/ui/util/
H A DExceptionHandler.java103 protected void perform(CoreException e, Shell shell, String title, String message) { in perform()
109 displayMessageDialog(e.getMessage(), shell, title, message); in perform() local
113 protected void perform(InvocationTargetException e, Shell shell, String title, String message) { in perform()
120 displayMessageDialog(e.getMessage(), shell, title, message); in perform() local
122 displayMessageDialog(target.getMessage(), shell, title, message); in perform() local
129 public static void displayMessageDialog(Throwable t, Shell shell, String title, String message) { in displayMessageDialog()
130 fgInstance.displayMessageDialog(t.getMessage(), shell, title, message); in displayMessageDialog() local
137 …private void displayMessageDialog(String exceptionMessage, Shell shell, String title, String messa… in displayMessageDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/manualJUnit/
H A DMJ_Tree.java93 …Shell shell = mkShell("Expected: There should be no cheese in the items. Move over shouldn't chees… in ownerDrawn_cheese_single_col() local
119 …final Shell shell = mkShell("Expected: No cheese in multiple column, also mouse move over no chees… in ownerDrawn_cheese_multiple_col() local
166 …Shell shell = mkShell(" Gtk3:broken, no erasing (1st March 2018) Gtk2: Background is used as bar… in ownerDrawn_eraseItem_Snippet273() local
222 …Shell shell = mkShell("Expected : You shouldn't see the column/item as column width not set yet."); in column_noWidth_bug399522() local
241 …Shell shell = mkShell("Verify that text is correctly drawn across 2 columns. 4 columns in total."); in ownerDrawn_multiColumn_gc_snippet239() local
304 Shell shell = mkShell("Verify that all columns are of same width. (100)."); in bug73812_treeColumn_getWidth_0() local
334 …Shell shell = mkShell("column SetGet Width : Make shell smaller and bigger. If you don't see COL_S… in bug51079_setWidth_getWidth() local
410 Shell shell = mkShell("TREE: Basic Tree with a few items, no column, no headers"); in basicTree_Snippet35() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/labelProviders/
H A DLabelProviderLambdaTest.java21 Shell shell = new Shell(display); in initializeShell() local
26 protected static StructuredViewer initializeViewer(Shell shell) { in initializeViewer()
43 Shell shell = initializeShell(); in testCreateTextProvider() local
53 Shell shell = initializeShell(); in testCreateTextImageProvider() local
68 Shell shell = initializeShell(); in testCreateImageProvider() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/
H A DShellActivationListener.java62 Shell shell = (Shell) event.widget; in handleEvent() local
84 private void processWindow(Event event, Shell shell, MWindow window) { in processWindow()
121 private void activate(Shell shell) { in activate()
142 private void deactivate(Shell shell) { in deactivate()
166 private IEclipseContext getShellContext(final Shell shell, in getShellContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DActionUtil.java55 public static boolean mustDisableJavaModelAction(Shell shell, Object element) { in mustDisableJavaModelAction()
83 public static boolean isProcessable(Shell shell, IJavaElement element) { in isProcessable()
114 public static boolean areProcessable(Shell shell, IJavaElement[] elements) { in areProcessable()
137 public static boolean isEditable(JavaEditor editor, Shell shell, IJavaElement element) { in isEditable()
155 public static boolean isEditable(Shell shell, IJavaElement element) { in isEditable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug299492_LabelCenterWrap.java30 Shell shell = new Shell(display); in main() local
45 private static void createLabel1(Shell shell) { in createLabel1()
55 private static void createLabel2(Shell shell) { in createLabel2()
66 private static void createLabelInsideComposite(Shell shell) { in createLabelInsideComposite()
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A Dshell.scm42 (define-major-mode shell comint "Shell" unknown
88 (define-key 'shell #\tab 'comint-dynamic-complete) unknown
89 (define-key 'shell #\M-? 'comint-dynamic-list-completions) unknown
91 (define-command shell unknown
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/
H A DExceptionHandler.java79 protected void perform(CoreException e, Shell shell, String title, String message) { in perform()
85 displayMessageDialog(e.getMessage(), shell, title, message); in perform() local
89 protected void perform(InvocationTargetException e, Shell shell, String title, String message) { in perform()
96 displayMessageDialog(e.getMessage(), shell, title, message); in perform() local
98 displayMessageDialog(target.getMessage(), shell, title, message); in perform() local
105 …private void displayMessageDialog(String exceptionMessage, Shell shell, String title, String messa… in displayMessageDialog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/test/
H A Dweblayer_browser_test_utils.cc32 void NavigateAndWaitForCompletion(const GURL& url, Shell* shell) { in NavigateAndWaitForCompletion()
42 void NavigateAndWaitForFailure(const GURL& url, Shell* shell) { in NavigateAndWaitForFailure()
52 base::Value ExecuteScript(Shell* shell, in ExecuteScript()
73 void ExecuteScriptWithUserGesture(Shell* shell, const std::string& script) { in ExecuteScriptWithUserGesture()
82 const base::string16& GetTitle(Shell* shell) { in GetTitle()
89 Shell* shell, in InitializeAutofillWithEventForwarding()
98 OneShotNavigationObserver::OneShotNavigationObserver(Shell* shell) in OneShotNavigationObserver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/shell/browser/
H A Dshell_platform_delegate_views.cc77 explicit ShellView(Shell* shell) : shell_(shell) { InitShellWindow(); } in ShellView()
337 Shell* shell, in CreatePlatformWindow()
368 gfx::NativeWindow ShellPlatformDelegate::GetNativeWindow(Shell* shell) { in GetNativeWindow()
375 void ShellPlatformDelegate::CleanUp(Shell* shell) { in CleanUp()
380 void ShellPlatformDelegate::SetContents(Shell* shell) { in SetContents()
390 void ShellPlatformDelegate::ResizeWebContent(Shell* shell, in ResizeWebContent()
395 void ShellPlatformDelegate::EnableUIControl(Shell* shell, in EnableUIControl()
424 void ShellPlatformDelegate::SetIsLoading(Shell* shell, bool loading) {} in SetIsLoading()
426 void ShellPlatformDelegate::SetTitle(Shell* shell, in SetTitle()
434 void ShellPlatformDelegate::RenderViewReady(Shell* shell) {} in RenderViewReady()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/layout/
H A DSnippet013GridLayoutFactory.java36 Shell shell = new Shell(Display.getCurrent(), SWT.SHELL_TRIM); in createShell1() local
65 Shell shell = new Shell(Display.getCurrent(), SWT.SHELL_TRIM); in createShell3() local
81 Shell shell = new Shell(Display.getCurrent(), SWT.SHELL_TRIM); in createShell2() local
117 Shell shell = createShell1(); in main() local
/dports/science/PETSc/petsc-3.14.1/src/snes/linesearch/impls/shell/
H A Dlinesearchshell.c54 SNESLineSearch_Shell *shell = (SNESLineSearch_Shell*)linesearch->data; in SNESLineSearchShellSetUserFunc() local
86 SNESLineSearch_Shell *shell = (SNESLineSearch_Shell*)linesearch->data; in SNESLineSearchShellGetUserFunc() local
102 SNESLineSearch_Shell *shell = (SNESLineSearch_Shell*)linesearch->data; in SNESLineSearchApply_Shell() local
115 SNESLineSearch_Shell *shell = (SNESLineSearch_Shell*)linesearch->data; in SNESLineSearchDestroy_Shell() local
138 SNESLineSearch_Shell *shell; in SNESLineSearchCreate_Shell() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/
H A DExceptionHandler.java81 protected void perform(CoreException e, Shell shell, String title, String message) { in perform()
87 displayMessageDialog(e.getMessage(), shell, title, message); in perform() local
91 protected void perform(InvocationTargetException e, Shell shell, String title, String message) { in perform()
98 displayMessageDialog(e.getMessage(), shell, title, message); in perform() local
100 displayMessageDialog(target.getMessage(), shell, title, message); in perform() local
105 …private void displayMessageDialog(String exceptionMessage, Shell shell, String title, String messa… in displayMessageDialog()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dgaussianwriter.cc192 for (const auto& shell : basis) { in WriteFile() local
205 for (const AOShell& shell : basis) { in WriteFile() local
217 for (const AOShell& shell : basis) { in WriteFile() local
230 for (const AOShell& shell : basis) { in WriteFile() local
245 for (const AOShell& shell : basis) { in WriteFile() local
260 for (const AOShell& shell : basis) { in WriteFile() local
/dports/lang/python27/Python-2.7.18/Demo/scripts/
H A Dscript.py18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
/dports/lang/python-legacy/Python-2.7.18/Demo/scripts/
H A Dscript.py18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
H A Dscript.py18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
/dports/science/libefp/libefp-1.5.0/src/
H A Dint.h32 struct shell { struct
33 char type; /* shell type - S,L,P,D,F */ argument
42 struct shell *shells; argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/
H A DArchiveFileManipulations.java103 …tatic void closeStructureProvider(ILeveledImportStructureProvider structureProvider, Shell shell) { in closeStructureProvider()
122 public static boolean closeZipFile(ZipFile file, Shell shell) { in closeZipFile()
146 public static boolean closeTarFile(TarFile file, Shell shell) { in closeTarFile()
165 protected static void displayErrorDialog(String message, Shell shell) { in displayErrorDialog()

12345678910>>...344