Searched refs:Google_Utils (Results 1 – 5 of 5) sorted by relevance
122 $headers = Google_Utils::normalize($headers);218 $headers = Google_Utils::normalize($headers);
379 $signature = Google_Utils::urlSafeB64Decode($segments[2]);382 $envelope = json_decode(Google_Utils::urlSafeB64Decode($segments[0]), true);388 $json_body = Google_Utils::urlSafeB64Decode($segments[1]);
24 class Google_Utils { class
162 $contentTypeHeader['content-length'] = Google_Utils::getStrLen($postBody);
247 'content-length' => Google_Utils::getStrLen($body),