Home
last modified time | relevance | path

Searched refs:state (Results 1101 – 1125 of 2205) sorted by relevance

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

/plugin/since/
H A Dsince.php47 public function handle($match, $state, $pos, &$handler){ argument
48 switch ($state) {
/plugin/autogallery/
H A Dsyntax.php46 * @param int $state The state of the handler
51 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/autotweet/syntax/
H A Dautotweet.php55 * @param state State.
60 public function handle($match, $state, $pos, &$handler){ argument
/plugin/button/
H A Daction.php62 public function rewrite_button($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument
66 if($state !== DOKU_LEXER_ENTER) return $returnValue;
/plugin/bez/tpl/
H A Dkp.php51 <?php if ($tpl->get('thread')->state == 'closed'): ?>
61 <strong><?php echo $tpl->getLang('state') ?>:</strong>
62 <?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>
/plugin/layeranimation/syntax/
H A Danimation.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
43 switch ($state) {
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js240 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
1260 var unit = this.state.view.graph.getLabel(this.state.cell);
1305 var unit = this.state.view.graph.getLabel(this.state.cell);
1352 this.state.style['align'] = 'left';
1353 this.state.style['verticalAlign'] = 'middle';
1359 this.state.style['spacingBottom'] = 10;
1360 this.state.style['spacingTop'] = 0;
1364 this.state.style['spacingBottom'] = 0;
1365 this.state.style['spacingTop'] = 10;
1368 this.state.style['spacingRight'] = 0;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js872 state = graph.getView().getState(cells[i]);
874 if (state != null)
876 var html = mxUtils.getValue(state.style, 'html', '0');
880 var label = graph.convertValueToString(state.cell);
894 graph.cellLabelChanged(state.cell, label);
930 if (state != null && state.style[mxConstants.STYLE_WHITE_SPACE] == 'wrap')
942 if (state != null)
1437 var state = graph.view.getState(graph.getSelectionCell());
1440 if (state != null && graph.getFoldingImage(state) != null)
1513 handler.addPointAt(handler.state, x, y);
[all …]
/plugin/pubmed/
H A Dsyntax.php27 function handle($match, $state, $pos, Doku_Handler $handler){
35 return array($state,array($cmd,$pmid));
43 list($state, $query) = $data;
24 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/owncloud/
H A Dsyntax.php55 function handle($match, $state, $pos, &$handler){ argument
66 return array($match, $state, $pos);
70 list($match, $state, $pos) = $data;
/plugin/syntaxhighlighter4/
H A Dsyntax.php76 * @param int $state The state of the handler
82 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
83 switch ($state) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php154 public function storeAuthorizationState($service, $state) argument
157 $this->redis->hset($this->stateKey, $service, $state);
158 $this->cachedStates[$service] = $state;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php40 * @param string $stateKey The key to store the state under in redis.
154 public function storeAuthorizationState($service, $state) argument
157 $this->redis->hset($this->stateKey, $service, $state);
158 $this->cachedStates[$service] = $state;
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php128 * @param int $state
134 public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
139 switch ($state) {
493 $state = $data[PluginUtility::STATE] ?? null;
499 switch ($state) {
514 if (!in_array($state, [DOKU_LEXER_ENTER, DOKU_LEXER_SPECIAL])) {
520 switch ($state) {
701 public static function handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
769 $returnedArray = BackgroundTag::setAttributesToParentAndReturnData($callStack, $tagAttributes, $state);
775 $returnedArray = PermalinkTag::handleEnterSpecial($tagAttributes, $state,
[all...]
/plugin/diagramsnet/lib/shapes/
H A DmxAWS3D.js596 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
781 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
918 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
1065 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
1209 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
1463 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
1603 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
1740 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
1934 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
2078 var flipH = mxUtils.getValue(this.state.style, 'flipH', '0');
[all …]
/plugin/svg/
H A Dsyntax.php.save54 function handle($match, $state, $pos, &$handler){
55 switch ($state) {
67 return array( $state, $match );
73 list( $state, $match ) = $data;
74 switch( $state )
/plugin/svgpureinsert/
H A Dsyntax.php47 * @param int $state
52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/authorlist/
H A Dsyntax.php73 * @return Integer The current lexer state for the match.
75 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/wysiwyg/
H A Dsyntax.php83 function handle($match, $state, $pos, &$handler){ return array($match, $state, $pos); } argument
/plugin/bookcreator/syntax/
H A Dexportsaved.php41 * @param int $state The lexer state for the match
46 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/confsearch/
H A Dsyntax.php40 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
41 return array($match, $state, $pos);
/plugin/whoisonline/
H A Dsyntax.php103 * @param int $state The state of the handler
108 public function handle($match, $state, $pos, &$handler){ argument
/plugin/webcomponent/syntax/
H A Dmath.php94 * @param int $state The lexer state for the match
99 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/rtmchecklist/
H A Dsyntax.php90 function handle($match, $state, $pos, Doku_Handler $handler){ argument
94 switch ($state) {
/plugin/phosphor/
H A Dphitem.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
52 switch ($state) {

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