Lines Matching refs:id

44         list($id, $name) = explode('|', $orig, 2); // find ID/Params + Name Extension
46 list($id, $param) = explode('?', $id, 2); // find ID + Params
58 $id = trim($id);
60 if ( !empty($id) ) {
61 $origID = $id;
62 resolve_mediaid(getNS($ID),$id,$exists);
64 $id = $origID;
69 return array($id, $name, $title, $w, $h, $orig, $close, null, $keepOpen, $exists, $p1);
77 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data;
80 $renderer->internalmedia($id,$title);
84 $scID = sectionID(noNs($id), $this->headers);
94 $p['alt'] = $id;
104 … $name = '<img src="' . ml($id, array( 'w' => $p['width'], 'h' => $p['height'] ) ) . '" '.$p2.'/>';
106 …$name = $renderer->_media($id, ($title ? $title : ($p1['title'] ? $p1['title'] : $id) ), ' popupim…
115 $more = $this->_getOnClickHandler($close, array('isImage' => true, 'id' => $id));
116 $id = ml($id);
120 resolve_pageid(getNS($ID),$id,$exists);
122 $name = htmlspecialchars(noNS($id),ENT_QUOTES,'UTF-8');
123 if ($conf['useheading'] && $id ) {
124 $heading = p_get_first_heading($id,true);
136 'id' => $id
145 $id=wl($id);
148 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, …
153 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
159 return '<a href="'.$id.'" ' . trim($more) . ' >' . $name . '</a>' . $script;
161 $return = '<area href="'.$id.'" ' . trim($more) . '';
182 list($id, $name, $title, $w, $h, $orig, $close) = $data;
201 …$imagemap->CallWriter->writeCall(array('plugin', array('popupviewer_viewer', array($id, $name, $ti…