Home
last modified time | relevance | path

Searched refs:state (Results 1876 – 1900 of 2205) sorted by relevance

1...<<71727374757677787980>>...89

/plugin/indexmenu/syntax/
H A Dindexmenu.php60 * @param int $state The lexer state for the match
67 public function handle($match, $state, $pos, Doku_Handler $handler)
64 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... .mxICanvas canvas com.mxgraph.view.mxCellState state boolean drawLabel String label } com/mxgraph/examples ...
H A Djdraw.jar ... .mxICanvas canvas com.mxgraph.view.mxCellState state boolean drawLabel String label } com/mxgraph/examples ...
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js773 Graph.handleFactory[mxShapeMockupGauge.prototype.cst.SHAPE_GAUGE] = function(state) argument
775 var handles = [Graph.createHandle(state, ['gaugePos'], function(bounds)
777 …var gaugePos = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'gaugePos',…
782 …this.state.style['gaugePos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100…
/plugin/revealjs/css/print/
H A Dpaper.css39 .state-background,
/plugin/semanticdata/syntax/
H A Dentry.php57 function handle($match, $state, $pos, &$handler){ argument
H A Dtable.php59 function handle($match, $state, $pos, &$handler){ argument
/plugin/linksenhanced/syntax/
H A Dlink.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/letsencrypt/
H A DLescript.php293 "ST" => $this->state,
/plugin/bookcreator/
H A Dstyle.css177 /* svg has two paths, toggling depending on selection state of page */
/plugin/pureldap/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/gemini/
H A Drenderer.php29 public function plugin($name, $data, $state = '', $match = '') argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc73 This selector returns a random node, regardless of state. It is generally just
/plugin/layeranimation/
H A DREADME.md8 …if still in progress) and then stop until you resume it. The buttons always show the current state.
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js66 GitLabClient.prototype.authenticateStep2 = function(state, success, error) argument
78 …d=' + this.clientId + '&domain=' + window.location.hostname + '&token=' + state), null, 'GET'); //…
115 '&domain=' + window.location.hostname + '&token=' + state) , 'gitlabauth');
H A DDialogs.js1322 var state = eo.getProperty('state');
6965 active = active || state == lastFound;
6968 if (state != null && state.cell.value != null && (active || firstMatch == null) &&
6969 (graph.model.isVertex(state.cell) || graph.model.isEdge(state.cell)))
6971 if (state.style != null && state.style['html'] == '1')
6978 label = graph.getLabel(state.cell);
7016 firstMatch = state;
7022 firstMatch = state;
7027 active = active || state == lastFound;
9731 var state = graph.view.getState(clone);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1state);d.target.set(e),d.target instanceof fabric.Group&&c.drawing.handler.change({color:e.cfg.col…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js192state==CKEDITOR.TRISTATE_DISABLED&&this.checkAllowed()&&this.setState(this.preserveState&&"undefin…
627 …(m))&&(m.on("state",function(){this.setState(m.state)},this),h+=m.state==CKEDITOR.TRISTATE_ON?"on"…
629 …der)this.onRender();return t},setState:function(a){if(this._.state==a)return!1;this._.state=a;var …
767 …tor.getMenuItem(n);!p||p.command&&!this.editor.getCommand(p.command).state||(p.state=g[n],this.add…
774 …n(a,f,d){var h=a.id+String(f),m="undefined"==typeof this.state?CKEDITOR.TRISTATE_OFF:this.state,g=…
850state},enable:function(){this._.state==CKEDITOR.TRISTATE_DISABLED&&this.setState(this._.lastState)…
887state!=f)return l.exec.call(this,a)},refreshJob:function(a,b,l){b=this.jobs[b];a.activeFilter.chec…
1024 {exec:function(a){var c=a.scayt;b.state.scayt[a.name]=!b.state.scayt[a.name];!0===b.state.scayt[a.n…
1051 …ll"!=a.config.scayt_contextCommands||(e[m]="undefined"!=typeof c[m].state?c[m].state:CKEDITOR.TRIS…
1060state.grayt[a.name]=d.state});k.addMarkupHandler&&k.addMarkupHandler(function(b){var d=a.editable(…
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1164 state: blob.read_shift(4, 'i')
8624 var state = [], tmp;
8638 if(state[state.length-1][1]) break;
8690 state.push([Rn[3], false]);
8702 state.push([Rn[3], false]);
8717 if(state[state.length-1][0] !== 'Table') break;
8771 else state.push([Rn[3], false]);
8780 state.push([Rn[3], false]);
8815 switch(state[state.length-1][0]) {
9149 … if(!state[state.length-1][1]) throw 'Unrecognized tag: ' + Rn[3] + "|" + state.join("|");
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js202 Graph.handleFactory[mxShapeSysMLPackage.prototype.cst.PACKAGE] = function(state) argument
204 var handles = [Graph.createHandle(state, ['labelX'], function(bounds)
206 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
211 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
288 Graph.handleFactory[mxShapeSysMLPackage2.prototype.cst.PACKAGE2] = function(state)
290 var handles = [Graph.createHandle(state, ['labelX'], function(bounds)
292 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
297 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js16state=1,this.simultaneous={},this.requireFail=[]}function je(e){return 16&e?"cancel":8&e?"end":4&e…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/imapmarkers/
H A Djquery.imagemapster.js1094 me.state = function () {
1101 result = md.state();
2513 state: function () { method in m.MapData
3428 changeState: function (state_type, state) { argument
3432 state: state_type,
3433 selected: state
3440 state
/plugin/icalevents/
H A Dsyntax-impl.php55 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/accscounter/syntax/
H A Dcounter.php330 function handle($match, $state, $pos, Doku_Handler $handler){ argument

1...<<71727374757677787980>>...89