/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Raw Paleo Diet Forums > Important Info for Newbies
Abbreviated Terms Used By Rawpalaeos
TylerDurden:
SMD= Standard Modern Diet
RPD = Raw Palaeolithic Diet
RVAF diet= Raw Vegetable and Animal Food Diet.
HC= High Carb.
AGEs= Advanced Glycation End-Products.
ALEs= Advanced Lipoxidation End-Products.
PAHs= Polycyclic Aromatic Hydrocarbons.
NSAs= Nitrosamines.
HCAs= Heterocyclic Amines.
AV= Aajonus Vonderplanitz.
PD= Primal Diet.
GCB= Guy-Claude Burger.
WAPF= Weston.A Price Foundation.
SF= Sally Fallon.
LC= Loren Cordain
WP= Weston-Price.
RAF= Raw Animal Food
HG= Hunter-Gatherer
SAD= Standard American Diet
LC= Low Carbohydrate
VLC= Very Low Carbohydrate Diet
ZC= Zero-Carb Diet(ie all-animal food diet).
PD= Paleolithic Diet.
IF=Intermittent Fasting.
SFAs= Saturated Fatty Acids.
PUFAs=Polyunsaturated Fatty Acids.
SkinnyDevil:
--- Quote from: TylerDurden on December 21, 2009, 11:46:06 pm ---RVAF diet= Raw Animal and Vegetable Diet.
--- End quote ---
Raw Vegetable & Animal Diet...or should that read RAVF?
How about ZC = zero carb?
TylerDurden:
Added in and corrected.
nummytummy:
what are PUFAs? some kind of fatty acid, but what kind?
cherimoya_kid:
--- Quote from: nummytummy on April 06, 2010, 04:02:32 am ---what are PUFAs? some kind of fatty acid, but what kind?
--- End quote ---
Poly-unsaturated fatty acids, also known as Omega-3 fatty acids.
Navigation
[0] Message Index
[#] Next page
Go to full version