Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dfileuploader.js200 add = function(nextObj, i){ argument
208 (typeof nextObj === 'object')
209 ? qq.obj2url(nextObj, nextTemp, true)
210 : (Object.prototype.toString.call(nextObj) === '[object Function]')
211 ? encodeURIComponent(nextTemp) + '=' + encodeURIComponent(nextObj())
212 : encodeURIComponent(nextTemp) + '=' + encodeURIComponent(nextObj)