Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 458) sorted by last modified time

12345678910>>...19

/plugin/pubmed2020/classes/
H A Dcache.php17 var $prefix =''; variable in pubmed2020_cache
37 $this->prefix = strtolower($_prefix);
40 $this->prefix = $_prefix;
42 $this->prefix = $_prefix.'_';
46 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
47 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
48 $this->abstractTrFormat = $this->mediaDir.'/'.$this->prefix.'%s_fr.txt';
102 $file = str_replace($this->prefix, $base.'_' , $file);
115 $patten = array($this->prefix,'.'.$this->extension);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DPrefix.php8 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-prefix-query.html
13 * @param array $prefix OPTIONAL Calls setRawPrefix with the given $prefix array
15 public function __construct(array $prefix = []) argument
17 $this->setRawPrefix($prefix);
22 * values for a prefix have to be set.
24 * @param array $prefix Prefix array
28 public function setRawPrefix(array $prefix): self argument
30 return $this->setParams($prefix);
34 * Adds a prefix t
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php282 * match phrase prefix query.
284 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query-phrase-prefix.html
322 * prefix query.
324 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-prefix-query.html
326 * @param array $prefix Prefix array
328 public function prefix(array $prefix = []): Prefix argument
330 return new Prefix($prefix);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc167 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
169 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
234 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
236 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
342 $params['analyze_wildcard'] = (boolean) Specify whether wildcards and prefix queries in the query string query should be analyzed (default: false)
736 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
739 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
864 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
866 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php69 * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
171 * Registers a set of PSR-0 directories for a given prefix, either
172 * appending or prepending to the ones previously set for this prefix.
174 * @param string $prefix The prefix
180 public function add($prefix, $paths, $prepend = false)
183 if (!$prefix) {
199 $first = $prefix[0];
200 if (!isset($this->prefixesPsr0[$first][$prefix])) {
201 $this->prefixesPsr0[$first][$prefix]
184 add($prefix, $paths, $prepend = false) global() argument
233 addPsr4($prefix, $paths, $prepend = false) global() argument
280 set($prefix, $paths) global() argument
300 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc83 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
H A DIndicesNamespace.asciidoc986 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
988 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php36 * Suggest prefix must be set either globally or per suggestion.
40 public function setPrefix(string $prefix): self argument
42 return $this->_setRawParam('prefix', $prefix);
/plugin/achart/assets/
H A Dapexcharts.min.js6prefix:function(t,e){return"color"==e?t:t+"-"+e}};function h(t,e,i,s){return i+s.replace(a.regex.d…
/plugin/ckgedit/action/
H A Dedit.php499 $prefix = isset($cdata['prefix']) ? urldecode($cdata['prefix']) : "" ;
500 if($prefix) $prefix = $this-> _preprocess($prefix);
510 $this->draft_text = $prefix . $text . $suffix;
H A Dmeta.php536 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …ing_btn").click(function(){this.form.styling.value="no_styles";this.form.prefix.value="";this.form…
H A Dparse_wiki.js.unc1983 this.form.prefix.value = "";
/plugin/ckgedit/
H A Dlocktimer.js73 params += '&prefix='+encodeURIComponent(dwform.elements.prefix.value);
/plugin/html5video2/script/
H A Dvideo.min.js21prefix=o.slice(0,c),d=o.slice(c+1),"xmlns"===l&&d):(l=null,"xmlns"===(d=o)&&"");s.localName=d,!1!=…
/plugin/evesso/
H A Dhelper.php142 foreach ($names as $name => $prefix) {
144 $validGroups[] = $prefix.$group;
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …diagnostics={runnable:O,programLog:P,vertexShader:{log:I,prefix:o},fragmentShader:{log:D,prefix:l}…
/plugin/wrap/
H A Dhelper.php94 // prefix adjustment of class name
95 $prefix = (!empty($noPrefix) && preg_match($noPrefix, $token)) ? '' : 'wrap_';
96 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '').$prefix.$token;
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md25 - if (field.form.prefix) {
26 - // we need to look in prefix context
27 - opts.push(field.form.prefix.value);
29 + //if (field.form.prefix) { // Dokucrypt Plugin Mod
30 + if (field.form && field.form.prefix) { // Dokucrypt Plugin Mod
31 + // we need to look in prefix context
32 + opts.push(field.form.prefix.value);
46 3. Inside that section (function), find: if (field.form.prefix) {
47 4. Change it to: if (field.form && field.form.prefix) {
H A Dscript.js106 params += jQuery('#dw__editform').find('input[name=prefix], ' +
131 params += '&prefix='+encodeURIComponent(dwform.elements.prefix.value);
434 var prefix = "##### Encrypted: decrypt with ";
435 prefix+="http://www.fourmilab.ch/javascrypt/\n";
490 return(prefix + armour_base64(ct) + suffix);
1962 "=" characters to indicate its actual length. We prefix the armoured
/plugin/dokucrypt2/patches/
H A Dpatch1.diff21 - if (field.form.prefix) {
22 + if (field.form && field.form.prefix) { // DOKUCRYPT
23 // we need to look in prefix context
24 opts.push(field.form.prefix.value);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2405 var prefix = this.iconOverridePrefix;
2406 if (prefix && className.indexOf(prefix) !== 0) { // if not already present
2407 className = prefix + className;
11703 var prefix = exportHooks.dataAttrPrefix;
11708 if (prefix) {
11709 prefix += '-';
11711 eventProps = el.data(prefix + 'event') || null;
11733 startTime = el.data(prefix + 'start');
11736 startTime = el.data(prefix + 'time');
11739 duration = el.data(prefix + 'duration');
[all …]
H A Dmoment.js3339 var prefix = '[' + func + '("]';
3344 return this.format(prefix + year + datetime + suffix);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php701 foreach ($this->server->xml->namespaceMap as $namespace => $prefix) {
703 $scheduleResponse->setAttribute('xmlns:' . $prefix, $namespace);
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md45 prefix. This is now fixed.

12345678910>>...19