Home
last modified time | relevance | path

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

/template/bootstrap3/compat/inc/Menu/Item/
H A DAdmin.php20 public function visibleInContext($ctx) argument
25 return parent::visibleInContext($ctx);
H A DAbstractItem.php192 * @param int $ctx the current context
195 public function visibleInContext($ctx) { argument
196 return (bool) ($ctx & $this->context);
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js162 withImageSize: function( src, func, ctx ) { argument
167 size.push( [ func, ctx ] );
171 func.call( ctx, size );
174 queue = imageSizes[ src ] = [ [ func, ctx ] ]; //create queue