Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance
20 public function visibleInContext($ctx) argument 25 return parent::visibleInContext($ctx);
192 * @param int $ctx the current context195 public function visibleInContext($ctx) { argument 196 return (bool) ($ctx & $this->context);
162 withImageSize: function( src, func, ctx ) { argument167 size.push( [ func, ctx ] );171 func.call( ctx, size );174 queue = imageSizes[ src ] = [ [ func, ctx ] ]; //create queue