Lines Matching refs:data

59     function render($format, Doku_Renderer &$renderer, $data) {  argument
63 …if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) { $this->get_execution_ti…
66 if (strlen($data[1])>0) {
67 $data[1] = str_replace(':','/',$data[1]);
69 $data[1] = rtrim($data[1], '/');
74 $defFileTypes = explode(':',$data[0]); // split use case entry and file extensions
75 $data[0] = $defFileTypes[0]; // store pure use case entry back to data
101 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
105 …_perf_tbl"> used syntax: </td> <td class="xm_perf_tbl"> '.$data[99].' </td></tr>'.N…
111 $listPageFiles = $this->_get_allPageFiles($conf['datadir'], $data);
115 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
120 … $listPageFile_MediaLinks = $this->_get_allMediaLinks($listPageFiles, $defFileTypes, $data[1]);
123 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
166 if (stripos($data[2],"relativ")===false) {
182 if (stripos($data[2],"extern")===false) {
200 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
255 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
322 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
368 if((stristr($data[0], "valid")===false) && (stristr($data[0], "all")===false)){
371 if((stristr($data[0], "relative")===false) && (stristr($data[0], "all")===false)){
374 if((stristr($data[0], "missing")===false) && (stristr($data[0], "all")===false)){
377 if((stristr($data[0], "orphan")===false) && (stristr($data[0], "all")===false)){
429 function _get_allPageFiles($dir, $data) { argument
452 if(stripos($dir."/".$sub,$data[1])>0) {
456 else $listDir[$sub] = $this->_get_allPageFiles($dir."/".$sub, $data);