Home
last modified time | relevance | path

Searched refs:wildcard (Results 26 – 43 of 43) sorted by path

12

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md263 * The `Wildcard::setValue()` changed its signature: use it to set the value of the wildcard query only.
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php491 * wildcard query.
493 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-wildcard-query.html
495 public function wildcard(string $field, string $value, float $boost = 1.0): Wildcard function in Elastica\\QueryBuilder\\DSL\\Query
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js1129 }catch(F){SimileAjax.Debug.exception("Error firing event of name "+C+" to wildcard handler",F);
/plugin/farmer/lang/en/
H A Dtab_config_help.txt11 When using a subdomain wildcard setup you should specify the main domain in the **Base Domain** setting.
H A Dtab_new_help.txt8 If you use a wildcard subdomain setup you can also just provide the hostname part if you set a base domain in the configuration.
/plugin/farmer/lang/fr/
H A Dtab_config_help.txt14 générique((//wildcard subdomain//)), vous devez spécifier le
H A Dtab_new_help.txt11 Pour les fermes à base de sous domaine générique((//wildcard subdomain//
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md307 wildcard then uses to calculate the final arguments match score and use the method prophecy
354 It checks if your method of interest (that matches both the method name and the arguments wildcard)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php134 * @param ArgumentsWildcard $wildcard
139 public function addScore(ArgumentsWildcard $wildcard, $score) argument
141 $this->scores[$wildcard] = $score;
150 * @param ArgumentsWildcard $wildcard
154 public function getScore(ArgumentsWildcard $wildcard) argument
156 if (isset($this->scores[$wildcard])) {
157 return $this->scores[$wildcard];
160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
H A DCallCenter.php135 * @param ArgumentsWildcard $wildcard
139 public function findCalls($methodName, ArgumentsWildcard $wildcard) argument
142 array_filter($this->recordedCalls, function (Call $call) use ($methodName, $wildcard) {
144 && 0 < $call->getScore($wildcard)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php198 * @param ArgumentsWildcard $wildcard
202 public function findProphecyMethodCalls($methodName, ArgumentsWildcard $wildcard) argument
204 return $this->callCenter->findCalls($methodName, $wildcard);
/plugin/jmol2/jmol/
H A DCHANGES.txt307 # bug fix: lcaoCartoon wildcard problems
806 # display insertion = "?" // single-character wildcard here
1106 # new feature: \? in atom name escapes ? wildcard. Still no * in names,
1995 # new feature: wildcard at beginning for draw/pmesh/isosurface/etc. *xxx on/off/delete allowed
/plugin/passpolicy/
H A D10k-common-passwords.txt4935 wildcard
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt234 * Added wildcard domain options for config settings
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js25 wildcard = "*", variable
160 items = [e[names[i]], e[wildcard]];
350 if (names[i] != wildcard) {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js43 wildcard = "*", variable
174 items = [e[names[i]], e[wildcard]];
345 if (names[i] != wildcard) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1wildcard';\n\n var verbs = 'write where wait use update unregister undo trace test tee take suspe…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js1129 }catch(F){SimileAjax.Debug.exception("Error firing event of name "+C+" to wildcard handler",F);

12