Home
last modified time | relevance | path

Searched refs:realSection (Results 1 – 20 of 20) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqsettings.cpp1925 QByteArray realSection; in writeIniFile() local
1927 iniEscapedKey(i.key(), realSection); in writeIniFile()
1929 if (realSection.isEmpty()) { in writeIniFile()
1930 realSection = "[General]"; in writeIniFile()
1931 } else if (qstricmp(realSection, "general") == 0) { in writeIniFile()
1932 realSection = "[%General]"; in writeIniFile()
1934 realSection.prepend('['); in writeIniFile()
1935 realSection.append(']'); in writeIniFile()
1939 realSection.prepend(eol); in writeIniFile()
1940 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1861 QByteArray realSection; in writeIniFile() local
1863 iniEscapedKey(i.key(), realSection); in writeIniFile()
1865 if (realSection.isEmpty()) { in writeIniFile()
1866 realSection = "[General]"; in writeIniFile()
1867 } else if (realSection.compare("general", Qt::CaseInsensitive) == 0) { in writeIniFile()
1868 realSection = "[%General]"; in writeIniFile()
1870 realSection.prepend('['); in writeIniFile()
1871 realSection.append(']'); in writeIniFile()
1875 realSection.prepend(eol); in writeIniFile()
1876 realSection += eol; in writeIniFile()
[all …]