Home
last modified time | relevance | path

Searched defs:pattern (Results 26 – 50 of 164) sorted by relevance

1234567

/plugin/icons/syntax/
H A Dfl.php20 protected $pattern = '{{fl>.+?}}'; variable in syntax_plugin_icons_fl
H A Dglyphicon.php20 protected $pattern = '{{glyphicon>.+?}}'; variable in syntax_plugin_icons_glyphicon
H A Dmdi.php20 protected $pattern = '{{mdi>.+?}}'; variable in syntax_plugin_icons_mdi
H A Dra.php20 protected $pattern = '{{ra>.+?}}'; variable in syntax_plugin_icons_ra
H A Dbreeze.php20 protected $pattern = '{{breeze>.+?}}'; variable in syntax_plugin_icons_breeze
H A Doxygen.php20 protected $pattern = '{{oxygen>.+?}}'; variable in syntax_plugin_icons_oxygen
H A Dflag.php20 protected $pattern = '{{flag>.+?}}'; variable in syntax_plugin_icons_flag
H A Dfugue.php20 protected $pattern = '{{fugue>.+?}}'; variable in syntax_plugin_icons_fugue
H A Dsilk.php20 protected $pattern = '{{silk>.+?}}'; variable in syntax_plugin_icons_silk
/plugin/structpublish/helper/
H A Dassignments.php21 matchPagePattern($pattern, $page, $pns = null) global() argument
[all...]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.lisp.js5 Syntax.lib.lispStyleComment={pattern:/(;+) .*$/gm,klass:'comment',allow:['href']};Syntax.register('… property in Syntax.lib.lispStyleComment
H A Djquery.syntax.brush.sql.js5 Syntax.lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql… property in Syntax.lib.sqlStyleComment
H A Djquery.syntax.brush.basic.js5 Syntax.lib.vbStyleComment={pattern:/' .*$/gm,klass:'comment',allow:['href']};Syntax.register('basic… property in Syntax.lib.vbStyleComment
/plugin/redirect2/
H A Dhelper.php14 public $pattern = NULL; variable in helper_plugin_redirect2
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DRegex.php25 … public static function pregMatchSafe($pattern, $subject, $matches = null, $flags = 0, $offset = 0)
/plugin/acknowledge/db/
H A Dupdate0003.sql15 pattern TEXT NOT NULL PRIMARY KEY , field
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDeprecatedFunctionsSniff.php80 protected function addError($phpcsFile, $stackPtr, $function, $pattern=null)
/plugin/authsmartcard/auth/
H A Dindex.php21 $pattern = '/-----BEGIN CERTIFICATE-----(.*)-----END CERTIFICATE-----/msU'; variable
/plugin/structpublish/meta/
H A DAssignments.php72 public function addPattern($pattern, $user, $status) argument
110 removePattern($pattern, $user, $status) global() argument
[all...]
/plugin/extendpage/db/
H A Dupdate0001.sql3 pattern NOT NULL, field
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js14 var pattern = (function() { function
/plugin/mikioplugin/
H A Daction.php18 function glob_recursive($pattern, $flags = 0) argument
/plugin/structpublish/db/
H A Dupdate0001.sql2 pattern TEXT NOT NULL, field
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php14 public function testSplit($expected, $pattern, $subject, $limit = -1, $flags = 0) argument
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php331 public static function safePattern($pattern)
360 $pattern,
401 public function replace($pattern, $replacement, $limit = -1)
434 $pattern,

1234567