Apache Wicket 8.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 119 12.10. Stateless form 143 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 14.3. When are components dequeued? . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3
Apache Wicket 10.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 115 12.10. Stateless form 137 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 14.3. When are components dequeued? . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3
Apache Wicket 9.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 114 12.10. Stateless form 136 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 14.3. When are components dequeued? . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3
Apache Wicket 7.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 118 12.10. Stateless form 142 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 14.3. When are components dequeued? . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3
Common Package Specification (CPS) in Practice: A Full Round Trip Implementation in Conan C++ Package Manager"name": "zlib", "version": "1.3.1", "configurations": ["release"], "default_components": ["zlib"], "components": { "zlib": { "type": "archive", "includes": ["@prefix@/include"] Unobtrusive …", "website": "https://zlib.net", "configurations": ["release"], "default_components": ["zlib"], "components": { "zlib": { "type": "archive", "includes": ["C:/Users/Diego/.co Unobtrusive …", "website": "https://zlib.net", "configurations": ["release"], "default_components": ["zlib"], "components": { "zlib": { "type": "archive", "includes": ["C:/Users/Diego/.co0 码力 | 66 页 | 1.76 MB | 6 月前3
CakePHP Cookbook 2.x
Controller Attributes $components, $helpers and $uses Other Attributes More on controllers Request and Response objects CakeRequest CakeResponse Scaffolding The Pages Controller Components Views View Templates fields Transactions Core Libraries General Purpose General Purpose Behaviors Behaviors Components Components Helpers Helpers Utilities Utilities Plugins How To Install Plugins Manually Composer Using a Plugin How To Create Plugins Plugin Controllers Plugin Models Plugin Views Plugin Assets Components, Helpers and Behaviors Expand Your Plugin Plugin Tips Publish Your Plugin Shells, Tasks & Console0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PostsController extends AppController { public $helpers = array('Html', 'Form', 'Flash'); public $components = array('Flash'); public function index() { $this->set('posts', $this->Post->find('all')); } use components to further refine the data or perform other operations (session manipulation, authentication, or sending emails, for example). 7. Once the controller has used models and components to prepare0 码力 | 820 页 | 2.52 MB | 1 年前3
Conan 2.0 Documentationconfiguration values to consumers • Propagating environment information to consumers • Define components for Conan packages that provide multiple libraries Let’s see some of those in action. First, clone corresponding example. 4.2. Creating packages 77 Conan Documentation, Release 2.0.17 Define components for Conan packages that provide multiple libraries There are cases in which a Conan package may information for each of those libraries using the components attribute from the CppInfo object. To know more about this use case, please check the components example in the examples section. Read more •0 码力 | 652 页 | 4.00 MB | 1 年前3
Conan 2.1 Documentationinformation to consumers 76 Chapter 4. Tutorial Conan Documentation, Release 2.1.0 • Define components for Conan packages that provide multiple libraries Let’s see some of those in action. First, clone the ConanFile. To know more about this use case, please check the corresponding example. Define components for Conan packages that provide multiple libraries There are cases in which a Conan package may information for each of those libraries using the components attribute from the CppInfo object. To know more about this use case, please check the components example in the examples section. See also: •0 码力 | 694 页 | 4.13 MB | 1 年前3
Conan 1 Documentationprevious page) self.cpp_info.builddirs => [] self.cpp_info.frameworkdirs => [] If you declare components, the defaults are the same, so you only need to change the defaults if they are not correct. Note: package_info(self): ... for generator in ["cmake_find_package", "cmake_find_package_multi"]: self.cpp_info.components["main"].build_modules[generator].append(os.path. �→join("lib", "cmake", "pybind11", "pybind11Common "pybind11Common.cmake")]) ... Migrating components information As we said, all these properties but cmake_file_name and cmake_module_file_name have components sup- port, so for example: def package_info(self):0 码力 | 975 页 | 8.75 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













