Home
last modified time | relevance | path

Searched refs:postPath (Results 1 – 1 of 1) sorted by relevance

/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js2179 BlogReader.prototype.showPost = function(blogName, postPath, secondTry) { argument
2181 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);