Home
last modified time | relevance | path

Searched refs:pattern (Results 151 – 175 of 693) sorted by last modified time

12345678910>>...28

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc317 $params['grok_pattern'] = (string) Optional parameter to specify the Grok pattern that should be used to extract fields from messages in a semi-structured text file
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md602 // Execute a Node.js-style function using the callback pattern
/plugin/imagepreview/
H A Dscript.js61 var pattern = /(\{\{)(.*?)\.(gif|jpg|jpeg|tiff|png)(.*?)(\}\})(.*?)/;
62 var containimg = pattern.test(seltext);
64 match= seltext.match(pattern);
/plugin/achart/assets/
H A Dapexcharts.min.js6pattern(e,i,(function(r){"horizontalLines"===t?r.line(0,0,i,0).stroke({color:a,width:s+1}):"vertic…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md962 * [#13292](https://dev.ckeditor.com/ticket/13292): Fixed: Protection pattern does not work in attri…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified802 …are. The <span style='font-weight:600'>wp</span> part designates a link pattern; the text follow…
H A Den.js-4.9.merged57 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
H A Den.js.ckgedit56 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
H A Den.js.unc57 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1852 var pattern = new RegExp('(\<sup\>)*[\(]+' + matches[1] + '[\)]+(<\/sup>)*');
1854 …results = results.replace(pattern, '((' + HTMLParserBottomNotes[i].replace(/_FN_PAREN_C_/g, ") ") …
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php437 …$pattern = '/(^|([\x0c\x09\x0b\x0a\x0d\x20]+))([^\x0c\x09\x0b\x0a\x0d\x20]{1})[^\x0c\x09\x0b\x0a\x…
439 return preg_replace_callback($pattern, 'utf8_ucwords_callback',$str);
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified802 …are. The <span style='font-weight:600'>wp</span> part designates a link pattern; the text follow…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js13pattern:a}};A.prototype={feedCharacter:function(a){for(this._.ignoreCase&&(a=a.toLowerCase());;){i… property in AnonymousFunctiona8bda3ca1400._
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc50 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
475 // Compile the protection function pattern.
/plugin/publish/
H A Dsyntax.php26 function pattern() { function in syntax_plugin_publish
43 $this->Lexer->addSpecialPattern($this->pattern(),$mode,'plugin_publish');
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js535 if ( pattern === undefined || pattern.version !== texture.version ) {
538 _patterns[ texture.id ] = pattern;
542 if ( pattern.canvas !== undefined ) {
544 setFillStyle( pattern.canvas );
916 canvas: pattern,
924 var pattern = _patterns[ texture.id ];
926 if ( pattern === undefined || pattern.version !== texture.version ) {
928 pattern = textureToPattern( texture );
929 _patterns[ texture.id ] = pattern;
933 if ( pattern.canvas !== undefined ) {
[all …]
/plugin/wrap/
H A Dhelper.php48 // anonymous function to convert inclusive comma separated items to regex pattern
49 $pattern = function ($csv) {
57 $noPrefix = ($this->getConf('noPrefix') && $useNoPrefix) ? $pattern($this->getConf('noPrefix')) : '';
63 $pattern($this->getConf('restrictedClasses')) : '';
/plugin/tablewidth/
H A Daction.php24 $pattern = '/(<!-- table-width [^\n]+? -->\n)([^\n]*<table.*?>)(\s*<t)/';
27 if (preg_match_all($pattern, $event->data[1], $match, $flags) > 0) {
/plugin/davcal/vendor/sabre/http/
H A DREADME.md142 [decorator pattern][6] to add new behavior where you need it. `sabre/http`
/plugin/pot/
H A Dhelper.php16 $pattern = "/
22 preg_match($pattern, $c, $out);
/plugin/pot/source/
H A Dtext.php11 $pattern = '/\s*\{{1}\s*([\?@!#&)]?)\s*(.*?)\s*\}{1}\s*/'; variable
12 $complete = preg_replace_callback($pattern, function ($stew) {
H A Dcalculate.php14 $pattern = '/\s*\{{1}\s*([\?@!#&)]?)\s*(.*?)\s*\}{1}\s*/'; variable
15 $complete = preg_replace_callback($pattern, function ($stew) {
33 $pattern = "/.*($searchpotid).*/x"; variable
37 preg_match($pattern, $key, $match); //.*(gut).*
/plugin/authgooglesheets/
H A Dhelper.php30 protected $pattern; variable in helper_plugin_authgooglesheets
253 $this->pattern = array();
254 foreach ($filter as $item => $pattern) {
255 … $this->pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
287 foreach ($this->pattern as $item => $pattern) {
289 if (!preg_match($pattern, $user)) return false;
291 if (!count(preg_grep($pattern, $info['grps']))) return false;
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php92 public $pattern; variable in Google\\Service\\ManufacturerCenter\\Attributes
427 public function setPattern($pattern) argument
429 $this->pattern = $pattern;
436 return $this->pattern;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Regex.php30 public $pattern; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Regex
49 public function setPattern($pattern) argument
51 $this->pattern = $pattern;
58 return $this->pattern;

12345678910>>...28