Home
last modified time | relevance | path

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

/template/codowik/js/
Dlayout.js5306 saveCookie: function (inst, keys, cookieOpts) { argument
5307 var o = inst.options
5310 , data = inst.state.stateData = inst.readState( keys || sm.stateKeys ) // read current panes-state
5321 , deleteCookie: function (inst) { argument
5322 var o = inst.options;
5331 , readCookie: function (inst) { argument
5332 var o = inst.options;
5343 , loadCookie: function (inst) { argument
5344 var c = $.layout.state.readCookie(inst); // READ the cookie
5346 inst.state.stateData = $.extend(true, {}, c); // SET state.stateData
[all …]
/template/ad-hominem/
H A Dmy_template.php230 foreach($data as $tag => $inst) {
231 foreach($inst as $attr) {