Home
last modified time | relevance | path

Searched refs:state (Results 1501 – 1525 of 2205) sorted by relevance

1...<<61626364656667686970>>...89

/plugin/orphanswanted/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php66 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js227 this.state = 'none'
533 if (this.state === 'pan' && this.options.panEnabled) {
551 } else if (this.state === 'drag' && this.options.dragEnabled) {
619 this.state = 'pan'
624 this.state = 'drag'
645 if (this.state === 'pan' || this.state === 'drag') {
647 this.state = 'none'
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1274 public $state; variable in Google_JobListJobs
1311 public function setState( $state) { argument
1312 $this->state = $state;
1315 return $this->state;
1452 public $state; variable in Google_JobStatus
1466 public function setState( $state) { argument
1467 $this->state = $state;
1470 return $this->state;
/plugin/openlayersmapoverlays/syntax/
H A Dmapillarylayer.php76 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
H A Dwmslayer.php84 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
H A Dagslayer.php86 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
/plugin/ipban/lang/it/
H A Dbanned.txt3 …to che si è abusato del servizio, è stata inviata spam nel sistema o sono state tenute delle condo…
/plugin/reflect/
H A Dsyntax.php30 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/displayorphans/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/gplusone/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php106 if (!$generator->valid() && $promise->state === Promise::PENDING) {
/plugin/odp/
H A Dsyntax.php55 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/hidepages/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/csv/syntax/
H A Dvalue.php42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/blogtng/renderer/
H A Dcomment.php92 function plugin($name, $data, $state = '', $match = '') { argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less56 .fc-state-default {
83 .fc-state-default {
97 .fc-state-hover,
98 .fc-state-down,
99 .fc-state-active,
100 .fc-state-disabled {
104 .fc-state-hover {
113 .fc-state-down,
114 .fc-state-active {
119 .fc-state-disabled {
[all …]
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1state","type","startPos","pos","e","i","next","charAt","cat","isWordChar","toUpperCase","moveSubwo…
/plugin/ditaa/
H A Dsyntax.php57 * @param int $state The lexer state for the match
62 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/oauth/
H A DAdapter.php182 // store Farmer animal in oAuth state parameter
187 $parameters['state'] = urlencode(base64_encode(json_encode(
190 'state' => md5(random_int(0, mt_getrandmax())),
193 $oauth->getStorage()->storeAuthorizationState($oauth->service(), $parameters['state']);
230 $state = $INPUT->get->str('state', null);
231 $accessToken = $oauth->requestAccessToken($INPUT->get->str('code'), $state);
/plugin/combo/ComboStrap/
H A DBrandTag.php69 public static function render(TagAttributes $tagAttributes, int $state, array $data): string argument
178 if ($state === DOKU_LEXER_SPECIAL) {
/plugin/tag/syntax/
H A Dsearchtags.php42 * @param int $state The state of the handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/struct/renderer/
H A Dcsv.php169 public function plugin($name, $args, $state = '', $match = '') argument
172 parent::plugin($name, $args, $state, $match);
/plugin/google_maps/syntax/
H A Dmaps.php189 if ($state == DOKU_LEXER_SPECIAL)
/plugin/explain/
H A Dstyle.css28 /*the span will display just on :hover state*/

1...<<61626364656667686970>>...89