Home
last modified time | relevance | path

Searched refs:connect (Results 101 – 125 of 203) sorted by relevance

123456789

/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md185 * `FEAT`: select connection after connect ([#644](https://github.com/bpmn-io/diagram-js/pull/644))
352 * `FIX`: correct label colors on connect / hover ([#1380](https://github.com/bpmn-io/bpmn-js/issues…
362 * `FIX`: activate, not toggle global connect tool on palette click
805 * `FEAT`: snap message flows to `bpmn:Event` center during connect ([#850](https://github.com/bpmn-…
/plugin/strata/helper/
H A Dtriples.php65 // connect driver
66 if(!$this->_db->connect($dsn)) {
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt283 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
299 You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.
/plugin/diagramsnet/lib/resources/
H A Ddia_ru.txt139 connect=Соединить
H A Ddia_bg.txt139 connect=Свързване
H A Ddia_el.txt139 connect=Σύνδεση
H A Ddia_ar.txt139 connect=‫اتصل‬
692 …and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
H A Ddia_lt.txt139 connect=Prisijungti
692 …and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
H A Ddia_sr.txt139 connect=Poveži
692 …and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md87 several machines in grid mode (where one Selenium server acts as a hub, and others connect to it as nodes).
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1connect","continue","cos","crypt","dbmclose","dbmopen","default","defined","delete","die","do","du…
H A Dmodelica.min.js.map1 …r modelicaKeywords = \"algorithm and annotation assert block break class connect connector constan…
H A Dsql.min.js.map1connect edit ego exit go help nopager notee nowarning pager print prompt quit rehash source status…
H A Dttcn.min.js.map1 …eceive\" +\n \" reply send trigger\"),\n configOps: words(\"create connect disconnect done k…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as206 myConnection.connect(null);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak198 .getResource("/com/mxgraph/examples/swing/images/connect.png")),
/plugin/translator/
H A Dhelper.php148 …if ( $this->database->connect($this->getConf('DBName'), $this->getConf('DBUserName'), $this->getCo…
/plugin/a2s/
H A Ddemo.txt77 * ''+'' and ''o'' (lower case letter O) are used to connect lines of different orientation.
/plugin/jmol2/jmol/
H A DCHANGES.txt1602 # bug fix: connect auto not registered in state
2070 # bug fix: connect aromatic auto; select connected([bond type],...)
2313 # bug fix: connect "_1" was inadvertently dropped in 11.5.26.
2872 # connect aromatic modify
3457 # new feature: connect PDB # just does PDB CONECT connections
3458 # new feature: connect PDB AUTO # PDB CONECT and autobonding
3628 # bug fix: tRNA, rRNA with abnormal distances do not connect biopolymers
3764 # new feature: connect (...) (...) aromatic auto
3931 # bug fix: error in state for connect DELETE
5144 # normal Jmol autobonding would not properly connect atoms, but
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js270 this.pusher.connect();
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30180 connect: [ 'type', Connect ],
31752 connect = false,
31801 connect: connect
31876 connect = canExecute && canExecute.connect,
31890 if (connect) {
31893 connection: connect === true ? {} : connect,
36083 connect, create, popupMenu, argument
36095 this._connect = connect;
36144 connect = this._connect,
36161 connect.start(event, element);
[all …]
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt272 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …losedir',\n 'grep',\n 'say',\n 'unshift',\n 'connect',\n 'hex',…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1193 … mxVsdxCodec.prototype.addConnectedEdge = function (graph, connect, pageId, pageHeight) {
1194 var fromSheet = connect.getFromSheet();
1221 var sourceSheet = connect.getSourceToSheet();
1252 var toSheet = connect.getTargetToSheet();
3117 … var connect = new com.mxgraph.io.vsdx.mxVsdxConnect(connectElem);
3118 this.connects[connect.getFromSheet()] = connect;
3623 … var connect = new com.mxgraph.io.vsdx.mxVsdxConnect(connectElem);
3624 var fromSheet = connect.getFromSheet();
3639 …etValue: function () { return this.value; } }); })(this.connects, connect.getFromSheet(), connect);

123456789