Lines Matching refs:data

60     function render($format, Doku_Renderer $renderer, $data) {  argument
64 …if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) { $this->get_execution_ti…
67 if (strlen($data[1])>0) {
68 $data[1] = str_replace(':','/',$data[1]);
70 $data[1] = rtrim($data[1], '/');
75 $defFileTypes = explode(':',$data[0]); // split use case entry and file extensions
76 $data[0] = $defFileTypes[0]; // store pure use case entry back to data
102 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
106 …_perf_tbl"> used syntax: </td> <td class="xm_perf_tbl"> '.$data[99].' </td></tr>'.N…
112 $listPageFiles = $this->_get_allPageFiles($conf['datadir'], $data);
116 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
121 … $listPageFile_MediaLinks = $this->_get_allMediaLinks($listPageFiles, $defFileTypes, $data[1]);
124 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
167 if (stripos($data[2],"relativ")===false) {
183 if (stripos($data[2],"extern")===false) {
201 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
256 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
323 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
369 if((stristr($data[0], "valid")===false) && (stristr($data[0], "all")===false)){
372 if((stristr($data[0], "relative")===false) && (stristr($data[0], "all")===false)){
375 if((stristr($data[0], "missing")===false) && (stristr($data[0], "all")===false)){
378 if((stristr($data[0], "orphan")===false) && (stristr($data[0], "all")===false)){
430 function _get_allPageFiles($dir, $data) { argument
453 if(stripos($dir."/".$sub,$data[1])>0) {
457 else $listDir[$sub] = $this->_get_allPageFiles($dir."/".$sub, $data);