Home
last modified time | relevance | path

Searched refs:_open (Results 1 – 25 of 29) sorted by path

12

/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194_open=!1,this._results=[],this._eventMaps=[],this._canvas=e,this._eventBus=t,this._overlays=n,this…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js56814 this._open = false;
57106 this._open = true;
57126 this._open = false;
57153 return this._open;
H A Dbpmn-modeler.production.min.js34_open=!1,this._results=[],this._eventMaps=[],this._canvas=e,this._eventBus=t,this._overlays=n,this…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js84 setTimeout(d.xhr.refresh,500);}}},navigateRightColumn:function(_index,_open){with(firebug){el.left.container.environment.addStyle({"width":_open?"70%":"100%"});el.right.container.environment.addStyle({"display":_open?"block":"none"});}},navigate:function(_index){with(firebug){var open=_index,close=env.dIndex;env.dIndex=open;settings.hide();el.button[close].container.environment.addStyle({"display":"none"});el.left[close].container.environment.addStyle({"display":"none"});el.right[close].container.environment.addStyle({"display":"none"});el.button[open].container.environment.addStyle({"display":"inline"});el.left[open].container.environment.addStyle({"display":"block"});el.right[open].container.environment.addStyle({"display":"block"});if(el.nav[close])
H A Dfirebug-lite-1.2.js1665 navigateRightColumn:function(_index,_open){
1667 el.left.container.environment.addStyle({ "width":_open?"70%":"100%" });
1668 el.right.container.environment.addStyle({ "display":_open?"block":"none" });
/plugin/definitionlist/
H A Dsyntax.php174 $renderer->doc .= $this->_open($tag);
403 protected function _open($tag) { function in syntax_plugin_definitionlist
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1_open(preserveFocus, pinned, sideBySide, event.browserEvent);\n }\n onSelectionFromKeyboard(…
/plugin/extlist/
H A Dsyntax.php540 $renderer->doc.= $this->_open($tag, $attr);
556 protected function _open($tag, $attr = null)
554 protected function _open($tag, $attr = null) global() function in syntax_plugin_extlist
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php106 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Directory
H A DFile.php195 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\File
H A DRead.php80 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Read
105 $out = parent::_open($streamName, $context);
H A DReadWrite.php83 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\ReadWrite
112 $out = parent::_open($streamName, $context);
H A DWrite.php80 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Write
108 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php81 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Link\\Read
106 $out = parent::_open($streamName, $context);
H A DReadWrite.php84 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Link\\ReadWrite
113 $out = parent::_open($streamName, $context);
H A DWrite.php80 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Link\\Write
107 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php81 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Temporary\\Read
106 $out = parent::_open($streamName, $context);
H A DReadWrite.php84 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Temporary\\ReadWrite
113 $out = parent::_open($streamName, $context);
H A DTemporary.php96 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Temporary\\Temporary
H A DWrite.php81 protected function &_open($streamName, Stream\Context $context = null) function in Hoa\\File\\Temporary\\Write
108 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md133 implementations are left to the user: `_open` and : `_close`,
140 protected function &_open($streamName, Hoa\Stream\Context $context = null)
H A DStream.php219 self::RESOURCE => $handler->_open($streamName, $context),
237 = $handler->_open($streamName, $context);
253 abstract protected function &_open($streamName, Context $context = null); function in Hoa\\Stream\\Stream
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php771 protected function &_open($streamName, LUT\Context $context = null) function in Hoa\\Stream\\Test\\Unit\\SUT
/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 …]
/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 …]

12