Home
last modified time | relevance | path

Searched refs:this (Results 18826 – 18850 of 27090) sorted by relevance

1...<<751752753754755756757758759760>>...1084

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php21 $this->assertEquals(count($expected), count($result));
30 $this->assertVObjEquals(
35 $this->assertEquals($val, $message->$key);
97 $this->assertEquals(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php21 $this->assertEquals(count($expected), count($result));
30 $this->assertVObjEquals(
35 $this->assertEquals($val, $message->$key);
97 $this->assertEquals(
/plugin/iframeinterwiki/
H A Dsyntax.php17 * need to inherit from this class
23 function connectTo($mode) { $this->Lexer->addSpecialPattern('{{url>.*?}}',$mode,'plugin_iframeinterwiki'); }
37 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:'){
112 'src' => $this->parse_uri_inter($this->parse_uri_inter($data['url'], DOKU_INC . 'conf/interwiki.local.conf'), DOKU_INC . 'conf/interwiki.conf'),
/plugin/notification/action/
H A Dcron.php24 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handleIndexerTasksRun');
30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php31 $value = $this->convertLiterals($value);
37 // Find out if this is the last specific weekday of the month
104 return $this->isSatisfied($fieldValue, $value);
117 return $this;
122 $value = $this->convertLiterals($value);
/plugin/combo/syntax/
H A Dnavbargroup.php18 * need to inherit from this class
84 * Create a pattern that will called this plugin
103 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
112 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dvariable.php94 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_SHORT, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
95 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_LONG, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Daccordion.php16 * need to inherit from this class
105 * Create a pattern that will called this plugin
115 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
124 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dbrand.php96 * Create a pattern that will called this plugin
105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
110 $this->Lexer->addSpecialPattern(PluginUtility::getEmptyTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
117 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
162 * see if there is also a text, if this is the case,
/plugin/gchart/
H A Dsyntax.php52 $this->Lexer->addSpecialPattern('<gchart.*?>\n.*?\n</gchart>', $mode, 'plugin_gchart');
71 'fg' => ltrim($this->getConf('fg'), '#'),
72 'bg' => ltrim($this->getConf('bg'), '#')
99 $type_regex = '/\b(' . implode('|', array_keys($this->supported_charts)) . ')\b/i';
101 $return['type'] = $this->supported_charts[strtolower($match[1])];
153 $parameters['chco'] = implode('|', $this->createColorPalette($data['fg'], count($val)));
215 $url = $this->getConf('charturl') . '?' . http_build_query($parameters, '', '&') . '&.png';
/plugin/tagfilter/syntax/
H A Dcompare.php44 $this->Lexer->addSpecialPattern("\{\{tagcompare>.*?\}\}", $mode, 'plugin_tagfilter_compare');
54 return $this->getOpts($match);
71 $Htagfilter = $this->loadHelper('tagfilter');
73 $HtagfilterSyntax = $this->loadHelper('tagfilter_syntax');
133 $HPageimage = $this->loadHelper('pageimage');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php29 $rgb = $this->cmyk2rgb($c);
30 return $this->rgb2gray($rgb);
159 $r = round(255 * $this->hue2rgb($tmp2, $tmp, $h + (1 / 3)));
160 $g = round(255 * $this->hue2rgb($tmp2, $tmp, $h));
161 $b = round(255 * $this->hue2rgb($tmp2, $tmp, $h - (1 / 3)));
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l3.image.encoder.stream.inc.php7 $this->last_image_id = 0;
12 …$id = $this->solid($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), $mask);
16 …$id = $this->transparent($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), …
33 $id = $this->generate_id();
87 $id = $this->generate_id();
195 $id = $this->generate_id();
/plugin/annotate/
H A Danno.php42 $this->test_str = '';
49 $this->Lexer->addEntryPattern(
53 $this->Lexer->addEntryPattern(
57 $this->Lexer->addSpecialPattern(
64 $this->Lexer->addExitPattern('</@anno>','plugin_annotate_anno');
131 $html = $this->html_filter($html);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php309 $httpHandler = $this->httpHandler;
329 $cacheItem = $this->cache->getItem($cacheKey);
334 $certs = $this->retrieveCertsFromLocation($location, $options);
355 $this->cache->save($cacheItem);
384 $httpHandler = $this->httpHandler;
408 $this->setPhpsecConstants();
/plugin/odt/ODT/styles/
H A DODTTextStyle.php135 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
136 $this->importPropertiesInternal(self::$text_fields, $properties, $disabled);
137 $this->setProperty('style-family', $this->getFamily());
167 $this->setPropertyInternal
172 $this->setPropertyInternal
/plugin/displaywikipage/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/referrers/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/rssbycreated/
H A Daction.php20 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'rss_action');
21 $controller->register_hook('FEED_DATA_PROCESS', 'BEFORE', $this, 'rss_action_pre');
52 usort($event->data['data'], array($this, "__sortByDate"));
/plugin/fontsize2/
H A Dsyntax.php37 $this->Lexer->addEntryPattern('(?i)<fs(?: .+?)?>(?=.+</fs>)',$mode,'plugin_fontsize2');
40 $this->Lexer->addExitPattern('(?i)</fs>','plugin_fontsize2');
49 if ( $this->_isValid($fs[1]) ) return array($state, $fs[1]);
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php29 $this->suffixes = $suffixes;
39 $this->suffixes[] = $suffix;
76 …$suffixes = array_merge($pathExt ? explode(\PATH_SEPARATOR, $pathExt) : $this->suffixes, $suffixes…
/plugin/showpageafterlogin/
H A Daction.php23 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');
42 $pageid = $this->getConf('page_after_login');
43 $displayCountConfig = $this->getConf('login_display_count');
/plugin/numberof/
H A Dsyntax.php17 $this->Lexer->addSpecialPattern('\{\{NUMBEROF[^\}]*\}\}',$mode,'plugin_numberof');
32 search($list,$conf['datadir'].$matches[1],array($this,'_search_count'),array('all'=>false),'');
36 search($list,$conf['mediadir'].$matches[1],array($this,'_search_count'),array('all'=>true));
/plugin/autolink2/
H A Daction.php25 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, '_hookautolink');
26 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_hookautolinkwrite');
32 if (!$this->getConf('autoautolink')) return;

1...<<751752753754755756757758759760>>...1084