Searched refs:postPath (Results 1 – 1 of 1) sorted by relevance
2179 BlogReader.prototype.showPost = function(blogName, postPath, secondTry) { argument2181 var postUrl = 'https://' + blogName + '.blogspot.com' + postPath;2183 …var url = apiUrl + '/blogs/' + blog.id + '/posts/bypath?path=' + encodeURIComponent(postPath) + '&…2187 this.showPost(blogName, postPath, true);2216 var postPath = matches[2];2229 blogReader.showPost(blogName, postPath);