Searched refs:sub_delims (Results 1 – 1 of 1) sorted by relevance
| /plugin/authgoogle/google/external/ |
| D | URITemplateParser.php | 39 public static $sub_delims = array('!', '$', '&', '\'', '(', ')', '*', '+', ',', ';', '='); variable in URI_Template_Parser 45 self::$reserved = array_merge(self::$gen_delims, self::$sub_delims);
|