Search results

View (previous 50 | ) (20 | 50 | 100 | 250 | 500)
  • == Static code analyzers == cppcheck is a static code analyzer for C++. There is a script in the Git repository to run cppch ...
    6 KB (1,002 words) - 11:07, 30 October 2017
  • static const char description[] = static const char version[] = "0.1"; ...
    3 KB (454 words) - 20:54, 29 June 2011
  • static QString outputFile; static int flags; ...
    6 KB (721 words) - 14:15, 10 July 2013
  • KDevelop is not one big static thing but has very modular ...
    962 bytes (137 words) - 15:26, 13 July 2012
  • Plasma::PluginLoader itself is a class with a mix of normal methods, static methods and protected virtual methods: * static void setPluginLoader() and static Plasma::PluginLoader* pluginLoader() -- These are the setters and getters o ...
    5 KB (723 words) - 23:27, 11 September 2014
  • : Option 1. Use the static call. KNewStuff::Engine has a static method static KNS::Entry::List download(); ...
    5 KB (745 words) - 13:22, 31 May 2019
  • ;Static Analysis ...g performs static code analysis, see [[community::Infrastructure/GitLab/CI/Static Code Analysis]] ...
    5 KB (829 words) - 22:42, 8 September 2022
  • light weight database optimized for looking up static system configuration information fast and with any more to parse multiple files when looking for static system information. Instead Sycoca can return the ...
    8 KB (1,222 words) - 21:34, 11 March 2007
  • ||[http://liveblue.wordpress.com/projects/#kdevelop Static Code Visualisation in KDevelop] ...
    2 KB (335 words) - 22:36, 17 June 2009
  • ;Static Analysis : KDE uses an automated static analysis tool hosted on the [http://ebn.kde.org/ English Breakfast Network] ...
    5 KB (738 words) - 17:23, 18 October 2019
  • static QString mimeType(); static bool writeHistoryToXml( const History &history, QIODevice *device ); ...
    20 KB (2,653 words) - 12:10, 31 May 2019
  • There is no equivalent for the convenience static loadIcon(QString name) function. You have to replace it with KIconLoader::g ...
    2 KB (347 words) - 14:44, 31 May 2019
  • // Typically static checkers like cppcheck, clang-check, pylint, jshint, etc. ...
    3 KB (415 words) - 18:39, 18 August 2019
  • ..., 이것을 static으로 만들어라.추가적이로 이것이 파일의 외부에서 필요 없는 private helper 함수라면, 이것을 file-static 함수로 만들어라. 이것은 심볼을 완벽하게 숨겨준다. ...ate helper function that is not needed outside of the file, make it a file-static function. That hides the symbol completely.'' ...
    18 KB (2,505 words) - 15:58, 14 July 2012
  • static QString localizedTimeDate = QString(); static TimeDatePlugin *self() { return plugin; } ...
    15 KB (1,747 words) - 12:27, 31 May 2019
  • ...ate helper function that is not needed outside of the file, make it a file-static function. That hides the symbol completely. So for now instead of using anonymous namespaces use static if you do not want a symbol to be exported. ...
    21 KB (3,333 words) - 07:31, 26 October 2019
  • ...ano/html/namespaceSoprano_1_1Vocabulary.html Soprano::Vocabulary] provides static instances of the most often used URIs as we see below (Soprano also comes w * ''static QList<Tag> Tag::allTags()'' provide all existing tags ...
    7 KB (1,180 words) - 10:47, 15 July 2012
  • ...y. It also includes a other meta info, like if a method call is declared static or const, if the method is a constructor or destructor, etc. unsigned char flags; // MethodFlags (const/static/etc...) ...
    8 KB (1,274 words) - 17:39, 10 March 2016
  • ...ral feature of Qt. Note that '''<tt>connect()</tt>''' in this context is a static function in [http://doc.qt.nokia.com/latest/qobject.html Qt::Object]. Do no ...
    4 KB (603 words) - 12:31, 13 July 2012
  • static int getRandomBlock(QByteArray& randBlock) { ...
    3 KB (425 words) - 12:24, 15 July 2012
  • ...ate helper function that is not needed outside of the file, make it a file-static function. That hides the symbol completely. So for now instead of using anonymous namespaces use static if you do not want a symbol to be exported. ...
    22 KB (3,287 words) - 17:33, 27 October 2019
  • ...e will ignore access modes and various function modifiers (const, virtual, static, etc). ...functions difinitions are very similar to their declarations, except that static and virtual modifiers are dropped and the class name is prepended to functi ...
    10 KB (1,419 words) - 12:33, 31 May 2019
  • ...ral feature of Qt. Note that '''<tt>connect()</tt>''' in this context is a static function in [http://doc.qt.nokia.com/latest/qobject.html Qt::Object]. Do no ...
    4 KB (691 words) - 12:30, 13 July 2012
  • static KAboutData about( ...
    5 KB (581 words) - 14:45, 31 May 2019
  • ...he außerhalb dieser Datei nicht benötigt wird, machen Sie daraus eine file-static Funktion, dadurch wird das Symbol komplett verborgen. === Static variablen === ...
    18 KB (2,607 words) - 15:28, 14 July 2012
  • ...g performs static code analysis, see [[community::Infrastructure/GitLab/CI/Static Code Analysis]] }} ...
    8 KB (1,203 words) - 22:56, 8 September 2022
  • class. In order to show the manual of your application, just use the static method: ...
    4 KB (712 words) - 14:00, 4 January 2013
  • class. In order to show the manual of your application, just use the static method: ...
    4 KB (711 words) - 12:33, 9 February 2018
  • In the example's Message class, a static method is included to do this: static QDBusArgument& marshal(QDBusArgument &argument, const T& source) ...
    38 KB (4,846 words) - 12:31, 17 April 2020
  • // static QString localizedTimeDate = "%m-%e-%Y %H:%M"; static QString localizedTimeDate = ...
    12 KB (1,596 words) - 20:52, 29 June 2011
  • ...hemas which are fixed. RDF databases instead use ontologies which are less static. They define how the data should be stored in the database. The ontologies ...
    5 KB (673 words) - 16:28, 13 December 2012
  • ...hemas which are fixed. RDF databases instead use ontologies which are less static. They define how the data should be stored in the database. The ontologies ...
    5 KB (672 words) - 12:34, 9 February 2018
  • Obviously, an XML can only contain a static description of a user interface. Note that in contrast to the static actions, the ones created here are ...
    11 KB (1,713 words) - 15:24, 13 July 2012
  • * since Java is more static than Python or Ruby, it's a tricky task to handle it in a dynamic way. ...
    4 KB (664 words) - 21:09, 21 December 2007
  • static QFont s_font; ...tems() we will go the easy way for now. We will simply add one item with a static position. That's a very simple method to test your painting code. ...
    12 KB (1,572 words) - 21:01, 10 March 2016
  • |static ...
    4 KB (527 words) - 12:15, 17 January 2016
  • static QRect KGlobalSettings::splashScreenDesktopGeometry(); static QRect KGlobalSettings::desktopGeometry(const QPoint& point); ...
    25 KB (2,773 words) - 17:40, 19 July 2019
  • static bool isSubCommand(int cmd) ...
    4 KB (573 words) - 21:14, 29 June 2011
  • ...cluded by different source files clash one with the other, or when using c static functions with the same name in different source files. static QRect KGlobalSettings::splashScreenDesktopGeometry(); ...
    21 KB (3,675 words) - 17:40, 19 July 2019
  • ...mplest way to list all the tags that are present in '''Nepomuk''' is via a static function - [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/cl ...
    7 KB (1,047 words) - 12:35, 9 February 2018
  • ...mplest way to list all the tags that are present in '''Nepomuk''' is via a static function - [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/cl ...
    7 KB (1,048 words) - 18:24, 7 April 2013
  • : KDE uses an automated static analysis tool hosted on the [http://ebn.kde.org/ English Breakfast Network] ...
    5 KB (747 words) - 17:52, 7 September 2020
  • ...cluded by different source files clash one with the other, or when using c static functions with the same name in different source files. static QRect KGlobalSettings::splashScreenDesktopGeometry(); ...
    23 KB (3,887 words) - 10:35, 16 May 2019
  • static const cnstr typeFieldName; static const cnstr compressionFieldName; ...
    15 KB (2,141 words) - 10:20, 30 June 2011
  • * Support for static Qt libraries and the UseQt.cmake file fixed. ...
    6 KB (948 words) - 21:32, 27 January 2010
  • static Configurations * instance(); static Screens * instance(); ...
    31 KB (3,391 words) - 20:57, 29 June 2011
  • # static Ptr findByFileContent( const QString &fileName, static QWidget* QApplication::widgetAt(int, int, bool) ...
    13 KB (1,874 words) - 20:25, 11 October 2023
  • ...is necessary is to show a list of the available applets, obtained with the static method static KPluginInfo::List Applet::listAppletInfo(const QString &category, const QSt ...
    22 KB (3,327 words) - 23:27, 11 September 2014
  • ...myTag''. As we can see, Soprano already provides a set of standard URIs as static instances in the [http://api.kde.org/kdesupport-api/kdesupport-apidocs/sopr ...
    8 KB (1,154 words) - 08:16, 24 August 2012
  • ...can move on to move exciting things than just displaying a single line of static text. ...
    8 KB (1,219 words) - 14:12, 31 May 2019
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)