Home
last modified time | relevance | path

Searched refs:dialogType (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/picker/
H A DInputDialogContainer.java91 if (dialogType == TextInputType.DATE) { in showPickerDialog()
92 showPickerDialog(dialogType, in showPickerDialog()
104 showPickerDialog(dialogType, in showPickerDialog()
284 DateListener(int dialogType) { in DateListener() argument
285 mDialogType = dialogType; in DateListener()
296 TimeListener(int dialogType) { in TimeListener() argument
297 mDialogType = dialogType; in TimeListener()
308 FullTimeListener(int dialogType) { in FullTimeListener() argument
309 mDialogType = dialogType; in FullTimeListener()
324 mDialogType = dialogType; in DateTimeListener()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/security/
H A DSecurityDialog.java80 private final DialogType dialogType; field in SecurityDialog
116 this.dialogType = dialogType; in SecurityDialog()
168 this(dialogType, null, null, null, c, null); in SecurityDialog()
230 if (dialogType == DialogType.CERT_WARNING) { in initDialog()
235 } else if (dialogType == DialogType.MORE_INFO) in initDialog()
237 else if (dialogType == DialogType.CERT_INFO) in initDialog()
239 else if (dialogType == DialogType.ACCESS_WARNING) in initDialog()
304 if (dialogType == DialogType.CERT_WARNING) in installPanel()
306 else if (dialogType == DialogType.MORE_INFO) in installPanel()
308 else if (dialogType == DialogType.CERT_INFO) in installPanel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/modaldialog/
H A DModalDialogManager.java217 assert mPresenters.get(dialogType) in registerPresenter()
219 mPresenters.put(dialogType, presenter); in registerPresenter()
243 showDialog(model, dialogType, false); in showDialog()
265 if (mSuspendedTypes.contains(dialogType) || (isShowing() && mCurrentType <= dialogType)) { in showDialog()
273 mCurrentType = dialogType; in showDialog()
359 if (isShowing() && dialogType == mCurrentType) { in dismissActiveDialogOfType()
390 mSuspendedTypes.add(dialogType); in suspendType()
414 mSuspendedTypes.remove(dialogType); in resumeTypeInternal()
432 int dialogType = mPendingDialogs.keyAt(i); in showNextDialog() local
468 return mPendingDialogs.get(dialogType); in getPendingDialogsForTest()
[all …]
/dports/games/xonotic/Xonotic/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/
H A DJobDialog.java264 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupEnginePath()
277 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupEngineParameters()
295 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupDPVideoDir()
311 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupRelativeDemoPath()
330 …if (this.dialogType == CREATE_NEW_JOB || this.dialogType == EDIT_JOB || this.dialogType == CREATE_… in setupDemoFile()
347 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupDemoFile()
365 …if (this.dialogType != CREATE_NEW_JOB && this.dialogType != EDIT_JOB && this.dialogType != CREATE_… in setupStartSecond()
382 …if (this.dialogType != CREATE_NEW_JOB && this.dialogType != EDIT_JOB && this.dialogType != CREATE_… in setupEndSecond()
404 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupExecBefore()
416 …if (this.dialogType == EDIT_JOB || this.dialogType == EDIT_TEMPLATE || this.dialogType == CREATE_J… in setupExecAfter()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DFileDialog.cpp6 …QString result = QFileDialog::getOpenFileName(parent, caption, getFileDialogPath(dialogType), filt… in getOpenFileName()
8 setFileDialogPath(dialogType, result); in getOpenFileName()
18 setFileDialogPath(dialogType, path.absolutePath()); in getOpenFileNames()
25 QString dir = getFileDialogPath(dialogType); in getSaveFileName()
31 setFileDialogPath(dialogType, result); in getSaveFileName()
37 …esult = QFileDialog::getExistingDirectory(parent, caption, getFileDialogPath(dialogType), options); in getExistingDirectory()
39 setFileDialogPath(dialogType, result); in getExistingDirectory()
43 QString FileDialog::getFileDialogPath(const FileDialogTypes dialogType) in getFileDialogPath() argument
51 return lastLocations[QString(dialogType)].toString(); in getFileDialogPath()
60 void FileDialog::setFileDialogPath(const FileDialogTypes dialogType, const QString& new_path) in setFileDialogPath() argument
[all …]
H A DFileDialog.h85 …static QString getOpenFileName(const FileDialogTypes dialogType, QWidget* parent = nullptr, const …
88 …static QStringList getOpenFileNames(const FileDialogTypes dialogType, QWidget* parent = nullptr, c…
91 …static QString getSaveFileName(const FileDialogTypes dialogType, QWidget* parent = nullptr, const …
94 …static QString getExistingDirectory(const FileDialogTypes dialogType, QWidget* parent = nullptr, c…
100 static QString getFileDialogPath(const FileDialogTypes dialogType);
101 static void setFileDialogPath(const FileDialogTypes dialogType, const QString& new_path);
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/chromedp/
H A Devent_test.go18 dialogType page.DialogType
26 dialogType: page.DialogTypeAlert,
34 dialogType: page.DialogTypeAlert,
41 dialogType: page.DialogTypeAlert,
48 dialogType: page.DialogTypeAlert,
56 dialogType: page.DialogTypePrompt,
64 dialogType: page.DialogTypePrompt,
71 dialogType: page.DialogTypePrompt,
78 dialogType: page.DialogTypePrompt,
86 dialogType: page.DialogTypeConfirm,
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Debugger/
H A DStartDialog.py85 self.dialogType = dialogType
86 if dialogType == 0:
89 elif dialogType == 1:
92 elif dialogType == 2:
95 elif dialogType == 3:
223 if self.dialogType == 0:
239 if self.dialogType == 2:
252 if self.dialogType == 3:
277 if self.dialogType == 0:
298 if self.dialogType == 0:
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/gui/
H A Dwrappers.py149 super().__init__(param, self.dialogType)
180 if self.dialogType == DIALOG_BATCH:
276 if self.dialogType == DIALOG_STANDARD:
282 if self.dialogType == DIALOG_STANDARD:
284 elif self.dialogType == DIALOG_BATCH:
301 if self.dialogType == DIALOG_STANDARD:
307 if self.dialogType == DIALOG_STANDARD:
326 if self.dialogType == DIALOG_MODELER:
387 if self.dialogType == DIALOG_MODELER:
395 if self.dialogType == DIALOG_MODELER:
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/gui/
H A Dwrappers.py148 super().__init__(param, self.dialogType)
179 if self.dialogType == DIALOG_BATCH:
275 if self.dialogType == DIALOG_STANDARD:
281 if self.dialogType == DIALOG_STANDARD:
283 elif self.dialogType == DIALOG_BATCH:
300 if self.dialogType == DIALOG_STANDARD:
306 if self.dialogType == DIALOG_STANDARD:
325 if self.dialogType == DIALOG_MODELER:
386 if self.dialogType == DIALOG_MODELER:
394 if self.dialogType == DIALOG_MODELER:
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/gdal/ui/
H A DRasterOptionsWidget.py35 if self.dialogType == DIALOG_MODELER:
44 elif self.dialogType == DIALOG_BATCH:
56 if self.dialogType == DIALOG_MODELER:
58 elif self.dialogType == DIALOG_BATCH:
65 if self.dialogType == DIALOG_MODELER:
67 elif self.dialogType == DIALOG_BATCH:
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/gdal/ui/
H A DRasterOptionsWidget.py35 if self.dialogType == DIALOG_MODELER:
44 elif self.dialogType == DIALOG_BATCH:
56 if self.dialogType == DIALOG_MODELER:
58 elif self.dialogType == DIALOG_BATCH:
65 if self.dialogType == DIALOG_MODELER:
67 elif self.dialogType == DIALOG_BATCH:
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/
H A DModalDialogTestUtils.java79 ModalDialogManager manager, PropertyModel model, @ModalDialogType int dialogType) {
80 TestThreadUtils.runOnUiThreadBlocking(() -> manager.showDialog(model, dialogType));
87 ModalDialogManager manager, @ModalDialogType int dialogType, int expected) {
89 List list = manager.getPendingDialogsForTest(dialogType);
99 ModalDialogManager manager, @Nullable Integer dialogType) {
101 if (dialogType == null) {
106 Assert.assertEquals(manager.getPresenterForTest(dialogType),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/
H A DModalDialogTestUtils.java79 ModalDialogManager manager, PropertyModel model, @ModalDialogType int dialogType) {
80 TestThreadUtils.runOnUiThreadBlocking(() -> manager.showDialog(model, dialogType));
87 ModalDialogManager manager, @ModalDialogType int dialogType, int expected) {
89 List list = manager.getPendingDialogsForTest(dialogType);
99 ModalDialogManager manager, @Nullable Integer dialogType) {
101 if (dialogType == null) {
106 Assert.assertEquals(manager.getPresenterForTest(dialogType),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/
H A DOptionalMessageDialog.java53 …c int open(String id, Shell parent, String title, Image titleImage, String message, int dialogType, in open() argument
55 return open(id, parent, title, titleImage, message, dialogType, buttonLabels, defaultButtonIndex, in open()
66 …c int open(String id, Shell parent, String title, Image titleImage, String message, int dialogType, in open() argument
72 …essageDialog dialog = new OptionalMessageDialog(id, parent, title, titleImage, message, dialogType, in open()
78 int dialogType, String[] buttonLabels, int defaultButtonIndex) { in OptionalMessageDialog() argument
79 …this(id, parent, title, titleImage, message, dialogType, buttonLabels, defaultButtonIndex, CHECKBO… in OptionalMessageDialog()
83 int dialogType, String[] buttonLabels, int defaultButtonIndex, String checkBoxText) { in OptionalMessageDialog() argument
84 super(parent, title, titleImage, message, dialogType, buttonLabels, defaultButtonIndex); in OptionalMessageDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/
H A DOptionalMessageDialog.java61 … id, Shell parent, String title, Image titleImage, String message, int dialogType, String[] button… in open() argument
62 …return open(id, parent, title, titleImage, message, dialogType, buttonLabels, defaultButtonIndex, … in open()
72 … id, Shell parent, String title, Image titleImage, String message, int dialogType, String[] button… in open() argument
76 …log= new OptionalMessageDialog(id, parent, title, titleImage, message, dialogType, buttonLabels, d… in open()
80 … id, Shell parent, String title, Image titleImage, String message, int dialogType, String[] button… in OptionalMessageDialog() argument
81 …this(id, parent, title, titleImage, message, dialogType, buttonLabels, defaultButtonIndex, CHECKBO… in OptionalMessageDialog()
84 … id, Shell parent, String title, Image titleImage, String message, int dialogType, String[] button… in OptionalMessageDialog() argument
85 super(parent, title, titleImage, message, dialogType, buttonLabels, defaultButtonIndex); in OptionalMessageDialog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/locale/
H A DDefaultSearchEngineDialogHelper.java33 public HelperDelegate(@SearchEnginePromoType int dialogType) { in HelperDelegate() argument
34 mDialogType = dialogType; in HelperDelegate()
80 public DefaultSearchEngineDialogHelper(@SearchEnginePromoType int dialogType, in DefaultSearchEngineDialogHelper() argument
85 mDelegate = createDelegate(dialogType); in DefaultSearchEngineDialogHelper()
147 protected HelperDelegate createDelegate(@SearchEnginePromoType int dialogType) { in createDelegate() argument
148 return new HelperDelegate(dialogType); in createDelegate()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJFileChooser.java333 private int dialogType = OPEN_DIALOG; field in JFileChooser
805 return dialogType; in getDialogType()
818 public void setDialogType(int dialogType) in setDialogType() argument
820 if (dialogType != OPEN_DIALOG && dialogType != SAVE_DIALOG in setDialogType()
821 && dialogType != CUSTOM_DIALOG) in setDialogType()
824 if (this.dialogType != dialogType) in setDialogType()
826 int old = this.dialogType; in setDialogType()
827 this.dialogType = dialogType; in setDialogType()
1559 if (dialogType == OPEN_DIALOG) in paramString()
1561 if (dialogType == SAVE_DIALOG) in paramString()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DJFileChooser.java333 private int dialogType = OPEN_DIALOG; field in JFileChooser
805 return dialogType; in getDialogType()
818 public void setDialogType(int dialogType) in setDialogType() argument
820 if (dialogType != OPEN_DIALOG && dialogType != SAVE_DIALOG in setDialogType()
821 && dialogType != CUSTOM_DIALOG) in setDialogType()
824 if (this.dialogType != dialogType) in setDialogType()
826 int old = this.dialogType; in setDialogType()
827 this.dialogType = dialogType; in setDialogType()
1559 if (dialogType == OPEN_DIALOG) in paramString()
1561 if (dialogType == SAVE_DIALOG) in paramString()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJFileChooser.java333 private int dialogType = OPEN_DIALOG; field in JFileChooser
805 return dialogType; in getDialogType()
818 public void setDialogType(int dialogType) in setDialogType() argument
820 if (dialogType != OPEN_DIALOG && dialogType != SAVE_DIALOG in setDialogType()
821 && dialogType != CUSTOM_DIALOG) in setDialogType()
824 if (this.dialogType != dialogType) in setDialogType()
826 int old = this.dialogType; in setDialogType()
827 this.dialogType = dialogType; in setDialogType()
1559 if (dialogType == OPEN_DIALOG) in paramString()
1561 if (dialogType == SAVE_DIALOG) in paramString()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DJFileChooser.java333 private int dialogType = OPEN_DIALOG; field in JFileChooser
805 return dialogType; in getDialogType()
818 public void setDialogType(int dialogType) in setDialogType() argument
820 if (dialogType != OPEN_DIALOG && dialogType != SAVE_DIALOG in setDialogType()
821 && dialogType != CUSTOM_DIALOG) in setDialogType()
824 if (this.dialogType != dialogType) in setDialogType()
826 int old = this.dialogType; in setDialogType()
827 this.dialogType = dialogType; in setDialogType()
1559 if (dialogType == OPEN_DIALOG) in paramString()
1561 if (dialogType == SAVE_DIALOG) in paramString()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DJFileChooser.java333 private int dialogType = OPEN_DIALOG; field in JFileChooser
805 return dialogType; in getDialogType()
818 public void setDialogType(int dialogType) in setDialogType() argument
820 if (dialogType != OPEN_DIALOG && dialogType != SAVE_DIALOG in setDialogType()
821 && dialogType != CUSTOM_DIALOG) in setDialogType()
824 if (this.dialogType != dialogType) in setDialogType()
826 int old = this.dialogType; in setDialogType()
827 this.dialogType = dialogType; in setDialogType()
1559 if (dialogType == OPEN_DIALOG) in paramString()
1561 if (dialogType == SAVE_DIALOG) in paramString()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java252 private int dialogType = OPEN_DIALOG; field in JFileChooser
888 return dialogType; in getDialogType()
924 public void setDialogType(int dialogType) { in setDialogType() argument
925 if(this.dialogType == dialogType) { in setDialogType()
928 checkDialogType(dialogType); in setDialogType()
929 int oldValue = this.dialogType; in setDialogType()
930 this.dialogType = dialogType; in setDialogType()
931 if(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG) { in setDialogType()
938 if (!(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG in checkDialogType()
1879 dialogType = newDialogType; in readObject()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java252 private int dialogType = OPEN_DIALOG; field in JFileChooser
888 return dialogType; in getDialogType()
924 public void setDialogType(int dialogType) { in setDialogType() argument
925 if(this.dialogType == dialogType) { in setDialogType()
928 checkDialogType(dialogType); in setDialogType()
929 int oldValue = this.dialogType; in setDialogType()
930 this.dialogType = dialogType; in setDialogType()
931 if(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG) { in setDialogType()
938 if (!(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG in checkDialogType()
1879 dialogType = newDialogType; in readObject()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java252 private int dialogType = OPEN_DIALOG; field in JFileChooser
888 return dialogType; in getDialogType()
924 public void setDialogType(int dialogType) { in setDialogType() argument
925 if(this.dialogType == dialogType) { in setDialogType()
928 checkDialogType(dialogType); in setDialogType()
929 int oldValue = this.dialogType; in setDialogType()
930 this.dialogType = dialogType; in setDialogType()
931 if(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG) { in setDialogType()
938 if (!(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG in checkDialogType()
1879 dialogType = newDialogType; in readObject()
[all …]

12345678910