Search results

View (previous 20 | ) (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
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)