Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php9 var $container_uid; variable in FlowContext
23 function container_uid() { function in FlowContext
24 return $this->container_uid[0];
282 $this->container_uid = array(1);
303 array_shift($this->container_uid);
320 array_unshift($this->container_uid, $uid);
H A Dbox.generic.formatted.php135 …$parent->uid != $context->container_uid() && // Parent element did not generate new flow context (…