search for: filter_var

Displaying 3 results from an estimated 3 matches for "filter_var".

Did you mean: filter_map
2016 May 06
0
[off-topic] Validating e-mail address with php
...he new gTLDs because the apps were badly written to validate with a hard-coded list of valid TLDs, I wrote a e-mail validation function that I *think* does things properly. Free for anyone to use who wants to. https://deviant.email/emailaddytest.phps What it really does is use the PHP built-in filter_var but it compensates for known bugs in the filter_var e-mail address validation. It return boolean. I *think* it will properly validate any legal routable address and reject any that are not. But bugs may exist. By default when the host part of user at host is a domain name, it does a DNS query...
2008 Jul 02
2
spss long labels
...temporary storage. */ @@ -373,9 +377,9 @@ int weight_index; /* `value' index of $WEIGHT, or -1 if none. Call update_weighting() before using! */ - char weight_var[9]; /* Name of WEIGHT variable. */ + char weight_var[VAR_NAME_LEN];/* Name of WEIGHT variable. */ - char filter_var[9]; /* Name of FILTER variable. */ + char filter_var[VAR_NAME_LEN];/* Name of FILTER variable. */ /* Do not make another field the last field! or see temporary.c:restore_dictionary() before doing so! */ };
2010 Mar 25
1
A file with extension .sdb in a codebook section of a large database from a survey?
The TIMSS2007 database http://timss.bc.edu/TIMSS2007/idb_ug.html seems to provide "both kinds" of universal data formats - either SPSS saved data sets or SAS saved data sets. (Yes, I am being sarcastic.) These, of course, are accompanied by massive codebooks explaining the nature of each of the fields in the data sets. The T07_Codebooks.zip file available at that site contains .pdf