Home
last modified time | relevance | path

Searched refs:getPatterns (Results 1 – 10 of 10) sorted by last modified time

/plugin/edittable/renderer/
H A Dinverse.php429 $this->extlinkPatterns = $this->extlinkparser->getPatterns();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php414 public function getPatterns() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Product
/plugin/strata/syntax/
H A Dentry.php95 $p = $this->syntax->getPatterns();
/plugin/strata/helper/
H A Dsyntax.php156 function getPatterns() { function in helper_plugin_strata_syntax
221 $p = $this->getPatterns();
496 $p = $this->getPatterns();
715 $p = $this->getPatterns();
743 $p = $this->getPatterns();
774 $p = $this->getPatterns();
984 $p = $this->getPatterns();
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki50 On the code level, the plugin is readily extendible by inserting patterns into the ''getPatterns()'…
H A Dsyntax.php18 protected abstract function getPatterns(); function in Symbols_Syntax_Plugin
51 foreach($this->getPatterns() as $pluginMode => $substitutionSet) {
72 foreach($this->getPatterns() as $pluginMode => $substitutionSet) {
158 protected function getPatterns() { function in syntax_plugin_symbols4odt
/plugin/fckg/syntax/
H A Ddwplugin.php104 list($entry_patterns, $middle_patterns, $_exit) = $this->getPatterns($plugin);
279 function getPatterns($plugin) { function in syntax_plugin_fckg_dwplugin
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DControlSignatureSniff.php48 protected function getPatterns() function in PEAR_Sniffs_ControlStructures_ControlSignatureSniff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationSniff.php43 protected function getPatterns() function in Squiz_Sniffs_Functions_FunctionDeclarationSniff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php105 $patterns = $this->getPatterns();
746 protected abstract function getPatterns(); function in PHP_CodeSniffer_Standards_AbstractPatternSniff