Home
last modified time | relevance | path

Searched refs:state (Results 1126 – 1150 of 2205) sorted by relevance

1...<<41424344454647484950>>...89

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DMemory.php100 public function storeAuthorizationState($service, $state) argument
102 $this->states[$service] = $state;
/plugin/diagramsnet/
H A Dsyntax.php53 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pageredirect/
H A Dsyntax.php59 * @param int $state The lexer state for the match
64 public function handle($match, $state, $pos, Doku_Handler $handler) {
62 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/odt/ODT/
H A DODTFootnote.php31 $params->document->state->enter($note);
47 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DMemory.php100 public function storeAuthorizationState($service, $state) argument
102 $this->states[$service] = $state;
/plugin/htmlmetatags/syntax/
H A Dsyntax.php59 * @param int $state
60 * The state of the handler
67 public function handle($match, $state, $pos, Doku_Handler $handler) {
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js2776 return this.graph.isSwimlane(state.cell) || this.graph.isTableCell(state.cell) ||
2777 this.graph.isTableRow(state.cell) || this.graph.isTable(state.cell);
3088 if (prev != state)
3092 prev = state;
3099 if (state != null)
3105 prev = state;
3131 var tmp = (graph.model.isEdge(state.cell)) ? graph.view.getPoint(state) :
3132 new mxPoint(state.getCenterX(), state.getCenterY());
3262 state = currentStyleTarget;
3324 if (state.shape != null && state.shape.boundingBox != null)
[all …]
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js12state:0,ignoreCase:!!b,pattern:a}};z.prototype={feedCharacter:function(a){for(this._.ignoreCase&&(… property in z._
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js13 state:0,ignoreCase:!!b,pattern:a}};A.prototype={feedCharacter:function(a){for(this._.ignoreCase&&(a… property in AnonymousFunctiona8bda3ca1400._
/plugin/swfobject/
H A Dsyntax.php52 function handle($match, $state, $pos, &$handler){ argument
54 switch ($state) {
129 list( $state, $data) = $inputData;
130 switch ( $state ) {
/plugin/dokutexit/
H A Dtexitrender.php100 function add_data($state, $data) { argument
103 if (!is_array($this->_data[$state])) {
104 $this->_data[$state] = $array;
107 array_push($this->_data[$state], $array);
/plugin/mikioplugin/syntax/
H A Dcore.php119 public function handle($match, $state, $pos, Doku_Handler $handler)
122 switch ($state) {
153 return array($state, $options_clean);
156 return array($state, $match);
159 return array($state, $match);
162 return array($state, $this->values);
402 list($state, $match) = $data;
404 switch ($state) {
91 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/diagramsnet/lib/shapes/
H A DmxGCP2.js209 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', 'compute_engine');
210 var prType = mxUtils.getValue(this.state.style, 'prType', '');
211 var instNum = parseInt(mxUtils.getValue(this.state.style, 'instNum', 0));
212 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
213 var opacity = mxUtils.getValue(this.state.style, 'opacity', '100');
214 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', 'none');
215 var strokeWidth = mxUtils.getValue(this.state.style, 'strokeWidth', 1);
H A DmxBootstrap.js1182 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
1185 var rangeStyle = mxUtils.getValue(this.state.style, 'rangeStyle', 'rounded');
1258 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1310 var state = mxUtils.getValue(this.style, 'buttonState', true);
1311 this.background(c, x, y, w, h, state);
1313 this.foreground(c, x, y, w, h, state);
1316 mxShapeBootstrapSwitch.prototype.background = function(c, x, y, w, h, state) argument
1318 if (state == true)
1334 mxShapeBootstrapSwitch.prototype.foreground = function(c, x, y, w, h, state) argument
1338 if (state == true)
[all …]
/plugin/plantumlparser/syntax/
H A Dinjector.php36 * @param int $state The state of the handler
41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/creole/syntax/
H A Dlistblock.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 switch ($state) {
/plugin/survey/syntax/
H A Dsurvey.php63 public function handle($match, $state, $pos, Doku_Handler $handler) argument
65 switch ($state) {
/plugin/imagereference/syntax/
H A Dimgref.php54 * @param int $state The state of the handler
59 function handle($match, $state, $pos, Doku_Handler $handler) {
57 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/amcharts/
H A Dsyntax.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php
/plugin/layeranimation/syntax/
H A Ditem.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
43 switch ($state) {
/plugin/struct/syntax/
H A Dvalue.php55 * @param int $state The state of the handler
60 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/redissue/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler) { argument
49 switch($state){
52 'state'=>$state,
123 return array('state'=>$state, 'text'=>$match);
125 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/gallery/script/
H A Dprosemirror.js243 this.outerView.state.tr
268 nodeview.outerView.state.tr
381 command: function (state, dispatch) {
382 var isAllowed = window.Prosemirror.commands.setBlockTypeNoAttrCheck(schema.nodes.dwplugin_gallery)(state);
411 dispatch(state.tr.replaceSelectionWith(schema.nodes.dwplugin_gallery.createChecked(newAttrs)));
378 AnonymousFunction7976226f0700(state, dispatch) global() argument
/plugin/profiles/
H A Dsyntax.php35 function handle($match, $state, $pos, &$handler){ argument
37 switch ($state) {

1...<<41424344454647484950>>...89