Home
last modified time | relevance | path

Searched refs:field (Results 351 – 375 of 555) sorted by path

1...<<11121314151617181920>>...23

/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php160 public function value_count(string $name, string $field): ValueCount argument
162 return new ValueCount($name, $field);
171 * @param string|null $field the field on which to perform this aggregation
173 public function percentiles(string $name, ?string $field = null): Percentiles argument
175 return new Percentiles($name, $field);
184 * @param string|null $bucketsPath the field on which to perform this aggregation
291 public function missing(string $name, string $field): Missing argument
293 return new Missing($name, $field);
366 public function ipv4_range(string $name, string $field) argument
380 histogram(string $name, string $field, $interval) global() argument
394 date_histogram(string $name, string $field, $interval) global() argument
408 geo_distance(string $name, string $field, $origin) global() argument
421 geohash_grid(string $name, string $field) global() argument
434 geotile_grid(string $name, string $field) global() argument
[all...]
H A DQuery.php77 public function match(?string $field = null, $values = null): MatchQuery argument
79 return new MatchQuery($field, $values);
120 public function common_terms(string $field, string $query, float $cutoffFrequency): Common argument
124 return new Common($field, $query, $cutoffFrequency);
154 public function distance_feature(string $field, $origin, string $pivot): DistanceFeature argument
156 return new DistanceFeature($field, $origin, $pivot);
276 public function match_phrase(?string $field = null, $values = null): MatchPhrase argument
278 return new MatchPhrase($field, $values);
288 public function match_phrase_prefix(?string $field = null, $values = null): MatchPhrasePrefix argument
290 return new MatchPhrasePrefix($field,
474 terms(string $field, array $terms = []) global() argument
485 terms_set(string $field, array $terms, $minimumShouldMatch) global() argument
495 wildcard(string $field, string $value, float $boost = 1.0) global() argument
505 exists(string $field) global() argument
[all...]
H A DSuggest.php32 public function term(string $name, string $field): Term argument
34 return new Term($name, $field);
42 public function phrase(string $name, string $field): Phrase argument
44 return new Phrase($name, $field);
52 public function completion(string $name, string $field): Completion argument
54 return new Completion($name, $field);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php19 public function __construct(string $name, string $field) argument
22 $this->setField($field);
74 public function setField(string $field): self argument
76 return $this->setParam('field', $field);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php25 public function __construct(string $field) argument
27 $this->setField($field);
31 * Set the field name from which to fetch candidate suggestions.
35 public function setField(string $field) argument
37 return $this->setParam('field', $field);
/plugin/etherpadlite/
H A DREADME.md30 …lbar javascript and adds an extra pad-toogle icon just below the textedit field. This code obvious…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js1670 if(B=="field"){G[H]=A;
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example74 * information about one user. The field needed are:
/plugin/farmer/css/
H A Dchosen.less238 .chosen-container-multi .chosen-choices li.search-field {
243 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
351 .chosen-container-active .chosen-choices li.search-field input[type="text"] {
396 .chosen-rtl .chosen-choices li.search-field input[type="text"] {
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm36 <cfloop list="#submitted_text#" index="field" delimiters=",">
41 <cfset field = REReplace(URLDecode(field), "<[^>]+>", " ", "all")>
42 <cfloop list="#field#" index="line" delimiters="#CRLF#">
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php341 foreach ($signed_list as $field) {
342 $pairs[] = array($field, Auth_OpenID::arrayGet($data,
344 $field, ''));
H A DConsumer.php1308 foreach ($require_fields[$message->getOpenIDNamespace()] as $field) {
1309 if (!$message->hasKey(Auth_OpenID_OPENID_NS, $field)) {
1311 "Missing required field '".$field."'");
1323 foreach ($require_sigs[$message->getOpenIDNamespace()] as $field) {
1325 if ($message->hasKey(Auth_OpenID_OPENID_NS, $field) &&
1326 (!in_array($field, $signed_list))) {
1328 "'".$field."' not signed");
H A DSReg.php450 foreach ($request->allRequestedFields() as $field) {
451 $value = Auth_OpenID::arrayGet($data, $field);
453 $obj->data[$field] = $value;
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst161 ``@Required`` indicates that the field must be specified when the annotation is used.
164 Declaring a required field:
186 public $direction; // Required field missing, throws an AnnotationException
192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md39 - Exclude field for depth [\#1022](https://github.com/schmittjoh/serializer/issues/1022)
456 - Form validation error response - field names not converted from camel case to underscore [\#587](…
465 - \[Question\] Handler/Converter for specific field [\#476](https://github.com/schmittjoh/serialize…
469 - Discriminator field name [\#412](https://github.com/schmittjoh/serializer/issues/412)
595 - Cannot add @Discriminator field into specific @Group [\#557](https://github.com/schmittjoh/serial…
626 - Impossible to use discriminator field. Why we need StaticPropertyMetadata ? [\#705](https://githu…
764 - DoctrineObjectConstructor should skip empty identifier field [\#193](https://github.com/schmittjo…
906 - Discriminator field filtered by exclusion strategy [\#189](https://github.com/schmittjoh/serializ…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst308 …* @Discriminator(field = "type", disabled = false, map = {"car": "Car", "moped": "Moped"}, groups=…
552 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
577 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
H A Dxml_reference.rst10 …access-type="public_method" discriminator-field-name="type" discriminator-disabled="false" read-on…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DDiscriminator.php17 public $field = 'type'; variable in JMS\\Serializer\\Annotation\\Discriminator
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php113 $classMetadata->setDiscriminator($annot->field, $annot->map, $annot->groups);
H A DDoctrinePHPCRTypeDriver.php29 $field = $doctrineMetadata->getFieldMapping($propertyName);
30 if (!empty($field['multivalue'])) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/523/
H A DIssue523Test.php12 protected $field = 'foo'; variable in Issue523
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md142 * Added support for customizing the YAML parser behavior through an optional bit field:
148 * Added support for customizing the dumped YAML string through an optional bit field:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst100 <div class="field">
/plugin/firenews/
H A Dtodo.md10 - [ ] automatic filled author field on off
/plugin/fksnewsfeed/
H A Daction.php147 if ($field === 'text') {
150 $data[$field] = $INPUT->param($field);
265 switch ($field) {
274 $input = new DateTimeInputElement($field, $this->getLang($field));
285 … $input = $form->addTextInput($field, $this->getLang($field))->attr('class', 'form-control');
289 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
295 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
301 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
309 $input = new InputElement('email', $field, $this->getLang($field));
315 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
[all …]

1...<<11121314151617181920>>...23