1,916 results found (page 3 of 128)
https://commits.kde.org/kdenlive/d5c641096bf31887a1a08c21af396ab9a3455e09

…ines Loading Original line number Diff line number Diff line @@ -29,6 +29,10 @@ constexpr int MAXIMUM_SECONDARY_AXIS_LENGTH = 7; // maximum height/width for aud constexpr int NO_AUDIO_PRIMARY_AXIS_POSITION constexpr double MIN_DISPLAY_DB 100.0 // Don't display levels below this t…

https://commits.kde.org/kdenlive/42315a7a887e623d15aae362ab678915a2a12ad5

…yet imported any media */ static void drawDropFilesPlaceholder QPainter painter const QRect rect const QPalette palette // Increment default font size by this amount to make it slightly stand out static constexpr int FONT_SIZE_INCREASE // Margin as percentage of font height. Less…

https://www.w3.org/TR/IndexedDB

…ccess event handler code saves the opened connection for use in later examples. const request = indexedDB . open ( "library" ); let db ; request . onupgradeneeded = function () { // The database did not previously exist, so create object stores and indexes. const db = request . r…

http://www.w3.org/TR/IndexedDB

…ccess event handler code saves the opened connection for use in later examples. const request indexedDB open "library" ); let db request onupgradeneeded function () // The database did not previously exist, so create object stores and indexes. const db request result const store …

https://git.savannah.gnu.org/cgit/guile.git/tree/module/language/tree-il/peval.scm

…on pass. It performs copy propagation, dead code ;;; elimination, inlining, and constant folding, all while preserving ;;; the order of effects in the residual program. ;;; ;;; For more on partial evaluation, see William Cook’s excellent ;;; tutorial on partial evaluation at DSL …