Home
last modified time | relevance | path

Searched refs:state (Results 726 – 750 of 2205) sorted by relevance

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

/plugin/fckg/syntax/
H A Ddwplugin.php45 return array($state,"$retv ");
58 return array($state,$match);
79 if(!$title) return array($state,"");
90 if(!$plugin) return array($state,"");
106 return array($state,"");
135 return array($state,"");
173 $save_state[] = $state;
180 $save_state[] = $state;
187 $save_state[] = $state;
198 return array($state, $Renderer->doc . ":::$plugin_name");
[all …]
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1state","string","match","context","line","firstWord","replace","indent","indentation","peek","skip…
H A Dsas.min.js.map1state","tokenize","stream","ch","next","eat","continueComment","peek","skipTo","skipToEnd","column…
/plugin/siteexport/action/
H A Dmove.php30 public function move_handler($match, $state, $pos, $pluginname, $handler) { argument
31 if ($state === DOKU_LEXER_SPECIAL) {
32 $handler->internallink($match, $state, $pos);
/plugin/webcomponent/syntax/
H A Dheading.php108 * @param int $state
115 function handle($match, $state, $pos, Doku_Handler $handler) argument
118 switch ($state) {
135 return array($state, array($title, $level, $pos));
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js50 command: (state, dispatch) => {
51 const {$from} = state.selection;
58 state.selection.content().content.descendants((node) => {
71 state.tr.replaceSelectionWith(
/plugin/jenkins/
H A Dsyntax.php47 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 switch($state){
56 'state'=>$state,
81 return array('state'=>$state, 'text'=>$match);
83 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/combo/syntax/
H A Dtoggle.php96 function handle($match, $state, $pos, Doku_Handler $handler) argument
100 switch ($state) {
113 PluginUtility::STATE => $state,
123 PluginUtility::STATE => $state
146 $state = $data[PluginUtility::STATE];
147 switch ($state) {
/plugin/schedule/syntax/
H A Ddisplay.php35 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
36 switch ($state) {
38 return array ($state, trim (substr ($match, 8, -1))); // "<schedule" => 8 ">" => 1
40 return array ($state, $match);
42 return array ($state, '');
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte24 const unsubscribe = codeStore.subscribe((state) => {
25 console.log(state.mermaid, state.updateEditor);
26 if (state.updateEditor) {
27 handleConfUpdate(state.mermaid, true);
/plugin/bootnote/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 switch($state){
56 'state'=>$state,
71 return array('state'=>$state, 'text'=>$match);
73 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Experiment.php70 public $state; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Experiment
259 public function setState($state) argument
261 $this->state = $state;
268 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1Subscription.php74 public $state; variable in Google\\Service\\PaymentsResellerSubscription\\GoogleCloudPaymentsResellerSubscriptionV1Subscription
267 public function setState($state) argument
269 $this->state = $state;
276 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSubscription.php69 public $state; variable in Google\\Service\\Pubsub\\Subscription
264 public function setState($state) argument
266 $this->state = $state;
273 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DGoogleCloudSaasacceleratorManagementProvidersV1Instance.php74 public $state; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\GoogleCloudSaasacceleratorManagementProvidersV1Instance
283 public function setState($state) argument
285 $this->state = $state;
292 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DTransferConfig.php75 public $state; variable in Google\\Service\\BigQueryDataTransfer\\TransferConfig
284 public function setState($state) argument
286 $this->state = $state;
293 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DStudentSubmission.php66 public $state; variable in Google\\Service\\Classroom\\StudentSubmission
251 public function setState($state) argument
253 $this->state = $state;
260 return $this->state;
/plugin/wikiformatstyling/
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ( $state == DOKU_LEXER_UNMATCHED ) {
40 return array($match, $state);
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ( $state == DOKU_LEXER_UNMATCHED ) {
40 return array($match, $state);
/plugin/wikistyle2html/syntax/
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ( $state == DOKU_LEXER_UNMATCHED ) {
40 return array($match, $state);
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ( $state == DOKU_LEXER_UNMATCHED ) {
40 return array($match, $state);
/plugin/creole/syntax/
H A Dsubscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $state = DOKU_LEXER_ENTER;
50 $state = DOKU_LEXER_EXIT;
53 switch ($state) {
H A Dsuperscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $state = DOKU_LEXER_ENTER;
50 $state = DOKU_LEXER_EXIT;
53 switch ($state) {
/plugin/inlinejs/syntax/
H A Dembedder.php73 public function handle($match, $state, $pos, Doku_Handler $handler) argument
82 switch ($state) {
91 $data = array($state, $this->code);
109 list($state, $code) = $data;
/plugin/codedoc/
H A Dspecials.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
33 return array($type, $state);
35 return array($match,$state);
41 list($match, $state) = $data;

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