Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dhotkeys.js214 * Apply function cb on each element of o in the namespace of s
216 * @param cb Function to be called on each object
217 * @param s Namespace to be used during call of cb (default namespace is o)
220 this.each = function(o, cb, s) { argument
231 if (cb.call(s, o[n], n, o) === false)
238 if (cb.call(s, o[n], n, o) === false)
H A Dmedia.js230 var opts, cb, edid, s; variable
273 cb = String.prototype.match.call(document.location, /&onselect=([^&]+)/);
274 cb = cb ? cb[1].replace(/[^\w]+/, '') : 'dw_mediamanager_item_select';
276 // arguments here only match the dw_mediamanager_item_select function, these will need to change if you override cb with onselect GET param
277 opener[cb](edid, id, opts, dw_mediamanager.align, dw_mediamanager.keepopen);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php