Displaying 2 results from an estimated 2 matches for "read_variables".
2008 Feb 01
0
javascript_include_tag and controller actions
...ude_tag to do this, mostly in order to ensure that the
contents are not cached by the browser.
Unfortunately, javascript_include_tag appends a ".js" to the file name
if there is not a period in the file name. This means that I cannot
do
<%= javascript_include_tag ''/browse/read_variables'' %>
when read_variables is an action in the browse controller with an RJS
template.
There are various ways to work around this behaviour, but it seems
like a reasonable approach that should work. Is there a way to use
javascript_include_tag with an action? If not, is it something th...
2008 Jul 02
2
spss long labels
...h into the main tree.
Kind regards,
Kurt Van Dijck (C programmer) & Ilse Laurijssen (R user)
Belgium
Index: src/sfm-read.c
===================================================================
--- src/sfm-read.c (revision 5168)
+++ src/sfm-read.c (working copy)
@@ -188,6 +188,8 @@
static int read_variables (struct file_handle * h, struct variable *** var_by_index);
static int read_machine_int32_info (struct file_handle * h, int size, int count, int *encoding);
static int read_machine_flt64_info (struct file_handle * h, int size, int count);
+static int read_long_var_names (struct file_handle * h,...