search for: vaidate

Displaying 4 results from an estimated 4 matches for "vaidate".

Did you mean: validate
2012 Jan 25
1
Scope in Rails model vaidation
Hi all, I have a requirement were the following is to be done: A user can belong to single chapter. Chapter has many channels.. So a particular user can only be a part of a single chapter. How can i do this validation in rails 3? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2023 May 10
0
[PATCH] virtio: Add missing documentation for structure fields
...vdev); > * @feature_table_size: number of entries in the feature table array. > * @feature_table_legacy: same as feature_table but when working in legacy mode. > * @feature_table_size_legacy: number of entries in feature table legacy array. > + * @validate: the function to call to vaidate features at probe time. typo and this is called before probe actually not at probe time > * @probe: the function to call when a device is found. Returns 0 or -errno. > * @scan: optional function to call after successful probe; intended > * for virtio-scsi to invoke a scan.
2023 May 10
0
[PATCH] virtio: Add missing documentation for structure fields
..._size: number of entries in the feature table array. > > > * @feature_table_legacy: same as feature_table but when working in legacy mode. > > > * @feature_table_size_legacy: number of entries in feature table legacy array. > > > + * @validate: the function to call to vaidate features at probe time. > > > > typo > > > > and this is called before probe actually not at probe time > > Thanks, how about the following? > > * @validate: the function to call to validate features ... and config space > > > * @probe: the funct...
2023 May 10
0
[PATCH] virtio: Add missing documentation for structure fields
...e feature table array. > > > > > * @feature_table_legacy: same as feature_table but when working in legacy mode. > > > > > * @feature_table_size_legacy: number of entries in feature table legacy array. > > > > > + * @validate: the function to call to vaidate features at probe time. > > > > > > > > typo > > > > > > > > and this is called before probe actually not at probe time > > > > > > Thanks, how about the following? > > > > > > * @validate: the function to call...