search for: obj_list

Displaying 5 results from an estimated 5 matches for "obj_list".

2009 Oct 13
2
How to read plain text documents into a vector?
I'm new to R. I'm working with the text mining package tm. I have several plain text documents in a directory, and I would like to read all the files with extension .txt in that directory into a vector, one text document per vector element. That is, v[1] would be the first document, v[2] the second, etc. I know how to read the documents into a tm Corpus, but that's not what I want
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
.../uapi/drm/sis_drm.h +++ b/include/uapi/drm/sis_drm.h @@ -24,8 +24,8 @@ * */ -#ifndef __SIS_DRM_H__ -#define __SIS_DRM_H__ +#ifndef _UAPI_DRM_SIS_DRM_H +#define _UAPI_DRM_SIS_DRM_H /* SiS specific ioctls */ #define NOT_USED_0_3 @@ -68,4 +68,4 @@ struct sis_file_private { struct list_head obj_list; }; -#endif /* __SIS_DRM_H__ */ +#endif /* _UAPI_DRM_SIS_DRM_H */ diff --git a/include/uapi/drm/tegra_drm.h b/include/uapi/drm/tegra_drm.h index 73bde4e..70d79b4 100644 --- a/include/uapi/drm/tegra_drm.h +++ b/include/uapi/drm/tegra_drm.h @@ -14,8 +14,8 @@ * along with this program. If not...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
.../uapi/drm/sis_drm.h +++ b/include/uapi/drm/sis_drm.h @@ -24,8 +24,8 @@ * */ -#ifndef __SIS_DRM_H__ -#define __SIS_DRM_H__ +#ifndef _UAPI_DRM_SIS_DRM_H +#define _UAPI_DRM_SIS_DRM_H /* SiS specific ioctls */ #define NOT_USED_0_3 @@ -68,4 +68,4 @@ struct sis_file_private { struct list_head obj_list; }; -#endif /* __SIS_DRM_H__ */ +#endif /* _UAPI_DRM_SIS_DRM_H */ diff --git a/include/uapi/drm/tegra_drm.h b/include/uapi/drm/tegra_drm.h index 73bde4e..70d79b4 100644 --- a/include/uapi/drm/tegra_drm.h +++ b/include/uapi/drm/tegra_drm.h @@ -14,8 +14,8 @@ * along with this program. If not...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
.../uapi/drm/sis_drm.h +++ b/include/uapi/drm/sis_drm.h @@ -24,8 +24,8 @@ * */ -#ifndef __SIS_DRM_H__ -#define __SIS_DRM_H__ +#ifndef _UAPI_DRM_SIS_DRM_H +#define _UAPI_DRM_SIS_DRM_H /* SiS specific ioctls */ #define NOT_USED_0_3 @@ -68,4 +68,4 @@ struct sis_file_private { struct list_head obj_list; }; -#endif /* __SIS_DRM_H__ */ +#endif /* _UAPI_DRM_SIS_DRM_H */ diff --git a/include/uapi/drm/tegra_drm.h b/include/uapi/drm/tegra_drm.h index 73bde4e..70d79b4 100644 --- a/include/uapi/drm/tegra_drm.h +++ b/include/uapi/drm/tegra_drm.h @@ -14,8 +14,8 @@ * along with this program. If not...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...result = node.storagePoolDefineXML(@xml.to_s, :timeout => 60 * 10) raise "Error creating pool: #{result.text}" unless result.status == 0 - @remote_pool = session.object(:object_id => result.pool) + @remote_pool = qmfc.object(:object_id => result.pool) + obj_list = qmfc.objects(:object_id => result.pool) raise "Error finding newly created remote pool." unless @remote_pool # we need this because we don't want to "build" LVM pools, which would diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb...