Lines Matching refs:_propertyRaw
62 $link = $this->_propertyRaw('link',$match);
63 $startMarker = $this->_propertyRaw('startMarker',$match);
64 $tableNumber = $this->_propertyRaw('tableNumber',$match);
65 $display = $this->_propertyRaw('display', $match);
66 $position = $this->_propertyRaw('position', $match);
67 $tableid = $this->_propertyRaw('id', $match);
68 $class = $this->_propertyRaw('class', $match);
69 $title = $this->_propertyRaw('title', $match);
70 $source = $this->_propertyRaw('source', $match);
71 $caption = $this->_propertyRaw('caption', $match);
72 $fixTable = $this->_propertyRaw('fixTable', $match);
627 function _propertyRaw($prop, $xml) { function in syntax_plugin_sqlraw