Custom Views for the Rest of Us
1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 AlgorithmThatSwaps(T& t1, T& t2) 2 { 3 // Algorithm stuff... 4 5 // More algorithm 6 } 7 Calls the custom version, if it exists (same for begin and end): 78std::ranges::iter_swap std::ranges::iter_move (P2387) New type: std::ranges::range_adaptor_closure. Ensure all closure objects inherit from this. Custom closure objects can then use it, too. 120namespace detail { template concept can_cons 0 码力 | 187 页 | 13.25 MB | 5 月前3Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 16.10. Custom resources. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 19.6. Creating custom AJAX call listener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of presentation code and GUI elements building custom components. Even if Wicket already comes with a rich set of ready-to-use components, building custom components is a common practice when working with0 码力 | 346 页 | 10.00 MB | 1 年前3Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 16.10. Custom resources. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 19.6. Creating custom AJAX call listener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of presentation code and GUI elements building custom components. Even if Wicket already comes with a rich set of ready-to-use components, building custom components is a common practice when working with0 码力 | 350 页 | 9.95 MB | 1 年前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 16.10. Custom resources. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 19.6. Creating custom AJAX call listener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of presentation code and GUI elements building custom components. Even if Wicket already comes with a rich set of ready-to-use components, building custom components is a common practice when working with0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168 16.10. Custom resources. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 19.6. Creating custom AJAX call listener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of presentation code and GUI elements building custom components. Even if Wicket already comes with a rich set of ready-to-use components, building custom components is a common practice when working with0 码力 | 335 页 | 7.15 MB | 1 年前3Django 2.2.x Documentation
login pages only Writing custom django-admin commands Accepting optional arguments Management commands and locales Testing Overriding commands Command objects Writing custom model fields Introduction Introduction Background theory Writing a field subclass Writing a FileField subclass Custom Lookups A simple lookup example A simple transformer example Writing an efficient abs__lt lookup A bilateral transformer lookups and transforms which are used Custom template tags and filters Code layout Writing custom template filters Writing custom template tags Writing a custom storage system Deploying Django How to0 码力 | 2915 页 | 2.83 MB | 1 年前3Django 2.1.x Documentation
. . . . . . . . . . . . . 539 4.2 Writing custom django-admin commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 541 4.3 Writing custom model fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 546 4.4 Custom Lookups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 556 4.5 Custom template tags and filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 561 4.6 Writing a custom storage system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577 4.7 Deploying Django0 码力 | 1910 页 | 6.49 MB | 1 年前3Django 2.1.x Documentation
login pages only Writing custom django-admin commands Accepting optional arguments Management commands and locales Testing Overriding commands Command objects Writing custom model fields Introduction Introduction Background theory Writing a field subclass Writing a FileField subclass Custom Lookups A simple lookup example A simple transformer example Writing an efficient abs__lt lookup A bilateral transformer lookups and transforms which are used Custom template tags and filters Code layout Writing custom template filters Writing custom template tags Writing a custom storage system Deploying Django How to0 码力 | 2790 页 | 2.71 MB | 1 年前3Django 4.2.x Documentation
applications How to create custom django-admin commands Accepting optional arguments Management commands and locales Testing Overriding commands Command objects How to create custom model fields Introduction Introduction Background theory Writing a field subclass Writing a FileField subclass How to write custom lookups A lookup example A transformer example Writing an efficient abs__lt lookup A bilateral transformer implement a custom template backend Custom backends Debug integration for custom engines How to create custom template tags and filters Code layout Writing custom template filters Writing custom template0 码力 | 3305 页 | 3.16 MB | 1 年前3Django 2.0.x Documentation
. . . . . . . . . . . . . 539 4.2 Writing custom django-admin commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 541 4.3 Writing custom model fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 546 4.4 Custom Lookups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557 4.5 Custom template tags and filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 562 4.6 Writing a custom storage system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578 4.7 Deploying Django0 码力 | 1880 页 | 6.41 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100