Home
last modified time | relevance | path

Searched refs:findStrings (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DFindDialog.cpp117 FindDlg::FindDlg(QWidget *parent, const QString &name, long options, const QStringList &findStrings in FindDlg() argument
118 : KFindDialog(parent, options, findStrings, hasSelection) in FindDlg()
142 …QWidget *parent, const QString &name, long options, const QStringList &findStrings, const QStringL… in SearchDlg() argument
143 : KReplaceDialog(parent, options, findStrings, replaceStrings, hasSelection) in SearchDlg()
H A DFindDialog.h81 const QStringList &findStrings = QStringList(),
111 const QStringList &findStrings = QStringList(),
/dports/x11-toolkits/kf5-ktextwidgets/ktextwidgets-5.89.0/src/findreplace/
H A Dkfinddialog.cpp32 KFindDialog::KFindDialog(QWidget *parent, long options, const QStringList &findStrings, bool hasSel… in KFindDialog() argument
33 …: KFindDialog(*new KFindDialogPrivate(this), parent, options, findStrings, hasSelection, replaceDi… in KFindDialog()
38 …ndDialogPrivate &dd, QWidget *parent, long options, const QStringList &findStrings, bool hasSelect… in KFindDialog() argument
44 d->init(replaceDialog, findStrings, hasSelection); in KFindDialog()
197 findStrings = _findStrings; in init()
254 if (!d->findStrings.isEmpty()) { in showEvent()
255 setFindHistory(d->findStrings); in showEvent()
257 d->findStrings = QStringList(); in showEvent()
H A Dkfinddialog.h80 const QStringList &findStrings = QStringList(),
220 const QStringList &findStrings = QStringList(),
H A Dkfinddialog_p.h43 void init(bool forReplace, const QStringList &findStrings, bool hasSelection);
58 QStringList findStrings; variable
H A Dkreplacedialog.cpp44 KReplaceDialog::KReplaceDialog(QWidget *parent, long options, const QStringList &findStrings, const… in KReplaceDialog() argument
45 …: KFindDialog(*new KReplaceDialogPrivate(this), parent, options, findStrings, hasSelection, true /… in KReplaceDialog()
H A Dkreplacedialog.h71 const QStringList &findStrings = QStringList(),
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellToolBase_p.h79 QStringList findStrings; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/
H A DParagrep.java78 public String[] findStrings (String pattern) { in findStrings() method in Paragrep
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/SystemEnvironment/
H A DCheck.php367 $findStrings = [
372 foreach ($findStrings as $findString) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/SystemEnvironment/
H A DCheck.php380 $findStrings = [
385 foreach ($findStrings as $findString) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/SystemEnvironment/
H A DCheck.php380 $findStrings = [
385 foreach ($findStrings as $findString) {
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dcheck_spelling.py263 def findStrings(filename): function
355 file = findStrings(filename)
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dcheck_spelling.py263 def findStrings(filename): function
355 file = findStrings(filename)
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dcheck_spelling.py263 def findStrings(filename): function
355 file = findStrings(filename)
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dcheck_spelling.py263 def findStrings(filename): function
355 file = findStrings(filename)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstefindr.cpp131 const wxArrayString& findStrings = findReplaceData->GetFindStrings(); in wxSTEUpdateSearchCtrl() local
132 wxSTEInitMenuStrings(findStrings, searchCtrl->GetMenu(), in wxSTEUpdateSearchCtrl()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DJdb.java814 String[] found = grep.findStrings(threadName); in getThreadIds()

12