Home
last modified time | relevance | path

Searched refs:state (Results 576 – 600 of 2205) sorted by relevance

1...<<21222324252627282930>>...89

/plugin/dwspecialist/
H A Dsyntax.php59 function handle($match, $state, $pos, &$handler){ argument
61 switch ($state) {
66 return array($state, $match);
75 return array($state, $result);
79 return array($state, '');
83 return array($state, $match);
170 list($state,$match) = $data;
171 switch ($state) {
/plugin/changemarks/
H A Dhighlighted.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 switch ($state) {
45 return array($state, $match);
49 return array($state, $match);
53 return array($state);
/plugin/webcomponent/syntax/
H A Dsearch.php36 function handle($match, $state, $pos, Doku_Handler $handler) { argument
38 switch ($state) {
47 return array($state, $parameters);
59 list($state,$parameters)=$data;
60 switch ($state) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IDS/
H A DEndpoint.php57 public $state; variable in Google\\Service\\IDS\\Endpoint
182 public function setState($state) argument
184 $this->state = $state;
191 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DImportJob.php57 public $state; variable in Google\\Service\\CloudKMS\\ImportJob
188 public function setState($state) argument
190 $this->state = $state;
197 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DTrust.php38 public $state; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Trust
113 public function setState($state) argument
115 $this->state = $state;
122 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DSchedule.php50 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Schedule
161 public function setState($state) argument
163 $this->state = $state;
170 return $this->state;
H A DRuntime.php43 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Runtime
138 public function setState($state) argument
140 $this->state = $state;
147 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DUtilizationReport.php44 public $state; variable in Google\\Service\\VMMigrationService\\UtilizationReport
133 public function setState($state) argument
135 $this->state = $state;
142 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DExecution.php40 public $state; variable in Google\\Service\\ToolResults\\Execution
133 public function setState($state) argument
135 $this->state = $state;
142 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNetworkPeering.php61 public $state; variable in Google\\Service\\Compute\\NetworkPeering
196 public function setState($state) argument
198 $this->state = $state;
205 return $this->state;
H A DVpnGatewayStatusVpnConnection.php67 public function setState(VpnGatewayStatusHighAvailabilityRequirementState $state) argument
69 $this->state = $state;
76 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1EvaluationJob.php58 public $state; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1EvaluationJob
189 public function setState($state) argument
191 $this->state = $state;
198 return $this->state;
/plugin/bootswrapper/syntax/
H A Dpanel.php68 list($state, $match, $pos, $attributes) = $data;
72 if ($state == DOKU_LEXER_ENTER) {
97 …renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state));
99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
107 if ($state == DOKU_LEXER_EXIT) {
/plugin/dokuprism/syntax/
H A Dcode.php47 function handle($match, $state, $pos, Doku_Handler $handler){ argument
48 switch ($state) {
53 return array($match, $state, $pos);
60 list($match, $state, $pos) = $data;
62 switch ($state) {
/plugin/codemirror/dist/modes/
H A Dshell.min.js.map1state","eatSpace","sol","ch","next","tokens","unshift","tokenString","tokenize","eat","skipToEnd",…
H A Dvb.min.js.map1state","currentIndent","dedent","tokenBase","stream","eatSpace","ch","peek","skipToEnd","match","f…
H A Dspreadsheet.min.js.map1state","length","peek","next","unshift","eol","shift","match","indexOf","eatSpace","defineMIME"],"…
/plugin/ipmap/
H A Drendertables.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
33 switch ($state) {
36 return array($state, array($ip, $net, $subnet,strip_tags($match)));
37 case DOKU_LEXER_UNMATCHED : return array($state, $match);
38 case DOKU_LEXER_EXIT : return array($state, '');
45 list($state,$match) = $data;
46 switch ($state) {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java89 public int getColumn(mxCellState state, boolean isSource) in getColumn() argument
91 if (state != null) in getColumn()
95 return mxUtils.getInt(state.getStyle(), "sourceRow", -1); in getColumn()
99 return mxUtils.getInt(state.getStyle(), "targetRow", -1); in getColumn()
139 public Component[] createComponents(mxCellState state) in createComponents() argument
141 if (getGraph().getModel().isVertex(state.getCell())) in createComponents()
143 return new Component[] { new JTableRenderer(state.getCell(), this) }; in createComponents()
/plugin/combo/syntax/
H A Dfragment.php129 * @param int $state
137 function handle($match, $state, $pos, Doku_Handler $handler): array argument
140 switch ($state) {
149 PluginUtility::STATE => $state,
186 PluginUtility::STATE => $state,
211 $state = $data[PluginUtility::STATE];
212 switch ($state) {
H A Dcell.php142 * @param int $state
149 function handle($match, $state, $pos, Doku_Handler $handler) argument
152 switch ($state) {
162 PluginUtility::STATE => $state,
218 PluginUtility::STATE => $state
244 $state = $data[PluginUtility::STATE];
245 switch ($state) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js13 if (state != null)
5401 state.view.invalidate(this.state.cell);
5647 var tol = state.view.graph.gridSize / state.view.scale;
5654 var w = (state.shape.getEdgeWidth() - state.shape.strokewidth) * state.view.scale;
5685 var w = (state.shape.getStartArrowWidth() - state.shape.strokewidth) * state.view.scale;
5702 state.style['endWidth'] = state.style['startWidth'];
5715 state.style['startWidth'] = state.style['endWidth'];
5725 var w = (state.shape.getEdgeWidth() - state.shape.strokewidth) * state.view.scale;
5756 var w = (state.shape.getEndArrowWidth() - state.shape.strokewidth) * state.view.scale;
5773 state.style['startWidth'] = state.style['endWidth'];
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js51 var state = this.states[i];
54 if (state instanceof mxCellState)
56 if (clone || !this.graph.isCellSelected(state.cell))
58 if (((newState.x >= state.x && newState.x <= (state.x + state.width))
59 || (state.x >= newState.x && state.x <= (newState.x + newState.width)))
60 …&& (newState.y > state.y + state.height + 4|| newState.y + newState.height + 4 < state.y)) // + 4 …
62 verticalCells.push(state);
64 else if (((newState.y >= state.y && newState.y <= (state.y + state.height))
65 || (state.y >= newState.y && state.y <= (newState.y + newState.height)))
66 …&& (newState.x > state.x + state.width + 4 || newState.x + newState.width + 4 < state.x)) // + 4 t…
[all …]
/plugin/phpwikify/
H A Dsyntax.php31 function handle( $match, $state, $pos, Doku_Handler $handler ) { argument
32 switch($state) {
34 return array($state,$match);
43 list($state, $data) = $data;

1...<<21222324252627282930>>...89