Home
last modified time | relevance | path

Searched refs:states (Results 26 – 50 of 97) sorted by last modified time

1234

/plugin/ireadit/syntax/
H A Dlist.php55 $states = array_map('trim', explode(',', strtolower($value)));
57 foreach ($states as $state) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL255 Section 6 states terms for distribution of such executables.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md482 - Characters "<" and ">" will be removed when a query term is passed to [`Util::escapeTerm`](https://github.com/ruflin/Elastica/pull/1415/files). Since v5.1 the [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/5.1/query-dsl-query-string-query.html#_reserved_characters) states that these symbols cannot be escaped ever.
/plugin/achart/assets/
H A Dapexcharts.min.js6states.normal.filter?this.applyFilter(t,e,i.config.states.normal.filter.type,i.config.states.norma…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1565 * [#10249](https://dev.ckeditor.com/ticket/10249): Wrong undo/redo states at start.
H A DLICENSE.md606 Section 6 states terms for distribution of such executables.
H A Dckeditor.js.unc18993 for (c in a.data.states) b.push(a.data.states[c]);
19069 d.data.states || (d.data.states = {});
19070 d.data.states[b.name + "@" + c] = b.refreshJob(a, c, d.data.path)
H A Dckeditor.js959 …var e,f;b.on("refresh",function(a){var b=[k],c;for(c in a.data.states)b.push(a.data.states[c]);thi…
963 …abase))},this,null,c),e.on("refresh",function(d){d.data.states||(d.data.states={});d.data.states[b…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSymfonySession.php123 return $states[$service];
135 $states = $this->session->get($this->stateVariableName);
137 if (!is_array($states)) {
138 $states = array();
141 $states[$service] = $state;
144 $this->session->set($this->stateVariableName, $states);
158 return is_array($states)
159 && isset($states[$service])
160 && null !== $states[$service];
171 if (is_array($states) && array_key_exists($service, $states)) {
[all …]
H A DMemory.php22 protected $states; variable in OAuth\\Common\\Storage\\Memory
27 $this->states = array();
91 return $this->states[$service];
102 $this->states[$service] = $state;
113 return isset($this->states[$service]) && null !== $this->states[$service];
121 if (array_key_exists($service, $this->states)) {
122 unset($this->states[$service]);
134 $this->states = array();
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less80 button states
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DReportStateAndNotificationDevice.php29 public $states; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationDevice
48 public function setStates($states) argument
50 $this->states = $states;
57 return $this->states;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudIot.php339 'states',
343 'path' => 'v1/{+name}/states',
H A DClassroom.php546 'states' => [
1156 'states' => [
H A DBigQueryDataTransfer.php411 'states' => [
622 'states' => [
/plugin/passpolicy/
H A D10k-common-passwords.txt8657 states
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js214 graph.view.states.visit(function(id, state)
264 for (var key in graph.view.states.map)
266 var cell = graph.view.states.map[key].cell;
H A Dvoice.js1426 var states = graph.view.states.getValues();
1430 for (var i = states.length - 1; i > 0; i--)
1433 if (!graph.isCellSelected(states[i].cell))
1436 var lab = graph.getLabel(states[i].cell);
1452 graph.setSelectionCell(states[i].cell);
1453 App.say('{1} selected', [graph.getWordForCell(states[i].cell)]);
1481 var wrd = graph.getWordForCell(states[i].cell, true);
1486 graph.setSelectionCell(states[i].cell);
1487 App.say('{1} selected', [graph.getWordForCell(states[i].cell)]);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js12885 var states = mxGraphHandlerGetGuideStates.apply(this, arguments);
12889 for (var i = 0; i < states.length; i++)
12891 if (mxUtils.getValue(states[i].style, 'part', '0') != '1')
12893 result.push(states[i]);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js458 …er();this.reset()}mxAbstractCanvas2D.prototype.state=null;mxAbstractCanvas2D.prototype.states=null; method in mxAbstractCanvas2D
460 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]};
464states.push(this.state);this.state=mxUtils.clone(this.state)};mxAbstractCanvas2D.prototype.restore…
563 …graph=a;this.setStates(b)}mxGuide.prototype.graph=null;mxGuide.prototype.states=null;mxGuide.proto… method in mxGuide
564 mxGuide.prototype.tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.protot…
567 …etCenterX(),B=g.y,A=g.y+g.height,z=g.getCenterY(),f=0;f<this.states.length;f++)g=this.states[f],nu…
619 …etValue(b.style,mxConstants.STYLE_BACKGROUND_OUTLINE,0));a.states.length!=g.length&&(a.states=g)};…
1188 …otype.scale=1;mxGraphView.prototype.translate=null;mxGraphView.prototype.states=null;mxGraphView.p… method in mxGraphView
1242 …null!=a&&(c=this.states.get(a),b&&(null==c||this.updateStyle)&&this.graph.isCellVisible(a)&&(null=…
1243 …his.states};mxGraphView.prototype.setStates=function(a){this.states=a};mxGraphView.prototype.getCe…
[all …]
H A Dviewer.min.js458 …er();this.reset()}mxAbstractCanvas2D.prototype.state=null;mxAbstractCanvas2D.prototype.states=null; method in mxAbstractCanvas2D
460 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]};
464states.push(this.state);this.state=mxUtils.clone(this.state)};mxAbstractCanvas2D.prototype.restore…
563 …graph=a;this.setStates(b)}mxGuide.prototype.graph=null;mxGuide.prototype.states=null;mxGuide.proto… method in mxGuide
564 mxGuide.prototype.tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.protot…
567 …etCenterX(),B=g.y,A=g.y+g.height,z=g.getCenterY(),f=0;f<this.states.length;f++)g=this.states[f],nu…
619 …etValue(b.style,mxConstants.STYLE_BACKGROUND_OUTLINE,0));a.states.length!=g.length&&(a.states=g)};…
1188 …otype.scale=1;mxGraphView.prototype.translate=null;mxGraphView.prototype.states=null;mxGraphView.p… method in mxGraphView
1242 …null!=a&&(c=this.states.get(a),b&&(null==c||this.updateStyle)&&this.graph.isCellVisible(a)&&(null=…
1243 …his.states};mxGraphView.prototype.setStates=function(a){this.states=a};mxGraphView.prototype.getCe…
[all …]
H A Dapp.min.js492 …er();this.reset()}mxAbstractCanvas2D.prototype.state=null;mxAbstractCanvas2D.prototype.states=null; method in mxAbstractCanvas2D
494 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]};
498states.push(this.state);this.state=mxUtils.clone(this.state)};mxAbstractCanvas2D.prototype.restore…
597 …graph=a;this.setStates(b)}mxGuide.prototype.graph=null;mxGuide.prototype.states=null;mxGuide.proto… method in mxGuide
598 mxGuide.prototype.tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.protot…
601 …etCenterX(),B=g.y,A=g.y+g.height,z=g.getCenterY(),f=0;f<this.states.length;f++)g=this.states[f],nu…
653 …etValue(b.style,mxConstants.STYLE_BACKGROUND_OUTLINE,0));a.states.length!=g.length&&(a.states=g)};…
1276 …null!=a&&(c=this.states.get(a),b&&(null==c||this.updateStyle)&&this.graph.isCellVisible(a)&&(null=…
1277 …his.states};mxGraphView.prototype.setStates=function(a){this.states=a};mxGraphView.prototype.getCe…
1278 mxGraphView.prototype.removeState=function(a){var b=null;null!=a&&(b=this.states.remove(a),null!=b&…
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js130 this.states.push(this.state);
137 this.state = this.states.pop();
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js254 …er();this.reset()}mxAbstractCanvas2D.prototype.state=null;mxAbstractCanvas2D.prototype.states=null; method in mxAbstractCanvas2D
256 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]};
260states.push(this.state);this.state=mxUtils.clone(this.state)};mxAbstractCanvas2D.prototype.restore…
359 …graph=a;this.setStates(b)}mxGuide.prototype.graph=null;mxGuide.prototype.states=null;mxGuide.proto… method in mxGuide
360 mxGuide.prototype.tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.protot…
363 …etCenterX(),B=g.y,A=g.y+g.height,z=g.getCenterY(),f=0;f<this.states.length;f++)g=this.states[f],nu…
415 …etValue(b.style,mxConstants.STYLE_BACKGROUND_OUTLINE,0));a.states.length!=g.length&&(a.states=g)};…
984 …otype.scale=1;mxGraphView.prototype.translate=null;mxGraphView.prototype.states=null;mxGraphView.p… method in mxGraphView
1038 …null!=a&&(c=this.states.get(a),b&&(null==c||this.updateStyle)&&this.graph.isCellVisible(a)&&(null=…
1039 …his.states};mxGraphView.prototype.setStates=function(a){this.states=a};mxGraphView.prototype.getCe…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js32 if (this.states != null && bounds != null && delta != null)
47 var states = [];
49 for (var i = 0; i < this.states.length; i++)
51 var state = this.states[i];

1234