Home
last modified time | relevance | path

Searched refs:_open (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php80 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Write
108 $out = parent::_open($streamName, $context);
/plugin/definitionlist/
H A Dsyntax.php174 $renderer->doc .= $this->_open($tag);
403 protected function _open($tag) { function in syntax_plugin_definitionlist
/plugin/latexit/
H A Drenderer.php507 $this->_open('textbf');
522 $this->_open('emph');
537 $this->_open('underline');
553 $this->_open('texttt');
571 $this->_open('textsubscript');
588 $this->_open('textsuperscript');
606 $this->_open('sout');
621 $this->_open('footnote');
776 $this->_open('lstset');
1273 $this->_open('textbf');
[all …]
/plugin/galleryv1.5/
H A Dscript.js127 self._open = -1;
303 if (self._open == -1) return;
306 var orig = { w:self._imgs[self._open].w, h:self._imgs[self._open].h };
322 if (self._open == -1) return;
359 } else if (self._open > -1) {
363 imag.width = self._imgs[self._open].w;
364 imag.height = self._imgs[self._open].h;
391 var num = self._open + by;
413 if (self._imgs[self._open].w == -1) {
429 imag.src = self._imgs[self._open].src;
[all …]

12