Lines Matching +full:v +full:- +full:mobile
6 * @author i-net software <tools@inetsoftware.de>
23 'name' => 'PhosPhor - movie embedding',
34 …mobile:phosphor:openticketandshowimage:openticketandshowimage.jpg |background=de:products:helpdesk…
39 $this->Lexer->addSpecialPattern('{{phosphor>[^}]+}}', $mode, 'plugin_phosphor_phosphor');
44 $orig = substr($match, 11, -2);
52 list($n, $v) = explode('=', $param);
53 $params[$n] = trim($v);
62 $this->phosphorContent($renderer, $data);
81 $scID = sectionID(noNs($id), $this->headers);
104 $p['imageArray'] = $this->getImageArray($id, $params['prepend']);
108 $p['json'] = $this->existingMediaFile(getNS($id), $name . '_animationdata.jsonp' );
125 $this->backgroundContainer($renderer, $params, $content);
135 …$style = 'background-image:url(' . ml($background['src'], array( 'w' => $background['width'], 'h' …
143 … $style .= 'background-size:' . $background['width'] . 'px ' . $background['height'] . 'px;';
147 $style2 = 'padding-top:' . $params['background-inset-top'] . ';';
148 $style2 .= 'padding-left:' . $params['background-inset-left'] . ';';
150 $zoom = 'zoom="' . $params['content-frame-zoom'] . '"';
153 if ( !empty($params['background-overlay']) ) {
154 …$overlay = 'overlay="' . ml($params['background-overlay'], array( 'w' => $background['width'], 'h'…
162 …$renderer->doc .= '<span class="' . trim($params['class']) . '" style="' . $style . '" ' . (!empty…
163 $renderer->doc .= '<span style="' . $style2 . '" class="phcontent">';
164 $renderer->doc .= $content;
165 $renderer->doc .= '</span></span>';
181 …if ( !is_null($page = $this->existingMediaFile($ns, $name . $prepend. sprintf('%03u', $counter) . …
204 // vim:ts=4:sw=4:et:enc=utf-8: