/plugin/svgedit/ |
H A D | script.js | 14 if (!field) return; 15 field = field[0]; 26 field = field[0]; 51 field = field[0]; 54 showhide(field); 76 field = field[0]; 84 field.parentNode.insertBefore(el, field); 92 field.parentNode.insertBefore(el, field); 100 field.parentNode.insertBefore(el, field); 114 field = field[0]; [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | MatchQuery.php | 26 public function __construct(?string $field = null, $values = null) argument 28 if (null !== $field && null !== $values) { 29 $this->setParam($field, $values); 40 public function setField(string $field, $values): self argument 42 return $this->setParam($field, $values); 54 if (!isset($this->_params[$field])) { 55 $this->_params[$field] = []; 58 $this->_params[$field][$key] = $value; 70 return $this->setFieldParam($field, 'query', $query); 80 return $this->setFieldParam($field, 'operator', $operator); [all …]
|
H A D | MatchPhrase.php | 18 public function __construct(?string $field = null, $values = null) argument 20 if (null !== $field && null !== $values) { 21 $this->setParam($field, $values); 32 public function setField(string $field, $values): self argument 34 return $this->setParam($field, $values); 46 if (!isset($this->_params[$field])) { 47 $this->_params[$field] = []; 50 $this->_params[$field][$key] = $value; 62 return $this->setFieldParam($field, 'query', $query); 72 return $this->setFieldParam($field, 'analyzer', $analyzer); [all …]
|
H A D | Wildcard.php | 24 private $field; variable in Elastica\\Query\\Wildcard 26 public function __construct(string $field, string $value, float $boost = 1.0) argument 28 $this->field = $field; 30 $this->setParam($field, [ 38 return $this->field; 43 $data = $this->getParam($this->field); 44 $this->setParam($this->field, \array_merge($data, ['value' => $value])); 51 $data = $this->getParam($this->field); 52 $this->setParam($this->field, \array_merge($data, ['boost' => $boost])); 65 $data = $this->getParam($this->field); [all …]
|
H A D | Terms.php | 20 private $field; variable in Elastica\\Query\\Terms 25 public function __construct(string $field, array $terms = []) argument 27 if ('' === $field) { 31 $this->field = $field; 42 return $this->setParam($this->field, $terms); 56 $terms = $this->getParam($this->field); 62 return $this->addParam($this->field, $term); 67 return $this->setParam($this->field, [
|
H A D | TermsSet.php | 16 private $field; variable in Elastica\\Query\\TermsSet 22 public function __construct(string $field, array $terms, $minimumShouldMatch) argument 24 if ('' === $field) { 28 $this->field = $field; 45 return $this->addParam($this->field, $terms, 'terms'); 50 … return $this->addParam($this->field, $minimumShouldMatchField, 'minimum_should_match_field'); 55 … return $this->addParam($this->field, $script->toArray()['script'], 'minimum_should_match_script');
|
/plugin/combo/action/ |
H A D | profile.php | 99 foreach ($form->_content as $field) { 100 if (!is_array($field)) { 103 $fieldName = $field["name"]; 106 switch ($field["type"]) { 115 $field["class"] = $field["class"] . " " . $classes; 125 $field["class"] = $field["class"] . " " . $classes; 255 foreach ($form->_content as $field) { 256 if (!is_array($field)) { 259 $fieldName = $field["name"]; 270 $field["class"] = $field["class"] . " " . $classes; [all …]
|
H A D | registration.php | 128 if (!is_array($field)) { 131 $fieldName = $field["name"]; 134 if ($field["type"] == "submit") { 141 if (isset($field["class"])) { 142 $field["class"] = $field["class"] . " " . $classes; 144 $field["class"] = $classes; 146 $field["tabindex"] = "6"; 147 $newFormContent[] = $field; 153 $loginText = $field["_text"]; 154 $loginValue = $field["value"]; [all …]
|
H A D | login.php | 86 foreach ($form->_content as $field) { 87 if (!is_array($field)) { 90 $fieldName = $field["name"]; 93 if ($field["type"] == "submit") { 100 if (isset($field["class"])) { 101 $field["class"] = $field["class"] . " " . $classes; 103 $field["class"] = $classes; 105 $newFormContent[] = $field; 111 $loginText = $field["_text"]; 112 $loginValue = $field["value"]; [all …]
|
H A D | resend.php | 94 foreach ($form->_content as $field) { 95 if (!is_array($field)) { 98 $fieldName = $field["name"]; 101 if ($field["type"] == "submit") { 108 if (isset($field["class"])) { 109 $field["class"] = $field["class"] . " " . $classes; 111 $field["class"] = $classes; 113 $newFormContent[] = $field; 119 $loginText = $field["_text"]; 120 $loginValue = $field["value"];
|
/plugin/struct/action/ |
H A D | bureaucracy.php | 73 $field->column = $column; 74 $event->data['fields'][] = $field; 89 foreach ($event->data['fields'] as $field) { 93 $value = $field->getParam('value'); 107 $field->opt['struct_pids'] = array(); 124 if ($field->column->isMulti()) { 125 $field->opt['value'] = $new_value; 145 foreach ($event->data['fields'] as $field) { 148 $tbl = $field->column->getTable(); 149 $lbl = $field->column->getLabel(); [all …]
|
/plugin/authfacebook/lib/Authentication/ |
H A D | AccessTokenMetadata.php | 71 * @param string $field The property to retrieve. 76 public function getField($field, $default = null) argument 78 if (isset($this->metadata[$field])) { 79 return $this->metadata[$field]; 88 * @param string $field The property to retrieve. 96 public function getProperty($field, $default = null) argument 98 return $this->getField($field, $default); 105 * @param string $field The property to retrieve. 120 return $this->metadata[$parentField][$field]; 126 * @param string $field The property to retrieve. [all …]
|
/plugin/table2csv/ |
H A D | getTableData.php | 63 foreach( $fields AS $field ) { 65 if( is_string($field) && ( 66 strpos($field, $delimiter)!==false || 69 strpos($field, "\n")!==false || 70 strpos($field, "\r")!==false || 71 strpos($field, "\t")!==false || 72 strpos($field, ' ')!==false ) ) { 74 $field_len = strlen($field); 78 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) { 87 $csvline .= $field[$ch]; [all …]
|
/plugin/dokumicrobugtracker/ |
H A D | edit.php | 18 function emailForChange($email, $id,$project,$field, $oldvalue,$value) argument 35 'FIELD' => $field, 64 $field = strtolower(htmlspecialchars($_POST['field'])); variable 68 if (($field == 'status') || ($field == 'severity') || ($field == 'version') || ($field == 'descript… 70 if ($field == 'delete') 74 …emailForChange($bugs[$id_bug]['author'],$id_bug, $project, $field, $bugs[$id_bug][$field], $value); 75 $bugs[$id_bug][$field]=$value;
|
/plugin/dwcommits/ |
H A D | syntax.php | 125 $field = trim($field); 128 switch($field) { 139 $field = 'terms_1'; 143 $field = 'OP_1'; 148 $field = 'terms_2'; 152 $field = 'OP_2'; 156 $field = 'author'; 159 $field = 'd1'; 162 $field = 'd2'; 165 $field = 'branch'; [all …]
|
/plugin/bez/mdl/ |
H A D | Validator.php | 13 public function add_rule($field, $rule) { argument 14 $this->rules[$field] = $rule; 17 public function delete_rule($field) { argument 18 if (isset($this->rules[$field])) { 19 unset($this->rules[$field]); 31 public function get_rule($field) { argument 32 if (!isset($this->rules[$field])) { 35 return $this->rules[$field]; 43 $this->errors[$field] = $code; 72 $args = $this->rules[$field][0]; [all …]
|
/plugin/combo/resources/library/combo/__tests__/ |
H A D | FormMeta.test.js | 98 let field = fields[0]; 99 expect(field.getName()).toBe(firstFieldName); 100 expect(field.getLabel()).toBe(firstFieldLabel); 101 expect(field.getTab()).toBe(firstFieldTab); 102 expect(field.getType()).toBe(firstFieldType); 103 expect(field.isMutable()).toBe(firstFieldMutable); 104 expect(field.getUrl()).toBe(firstFieldUrl); 105 expect(field.getDescription()).toBe(firstFieldDescription); 106 expect(field.getDescription()).toBe(firstFieldDescription); 108 expect(field.getValue()).toBe(firstFieldValue); [all …]
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
H A D | SearchMvt.php | 31 protected $field; variable in Elasticsearch\\Endpoints\\SearchMvt 39 $field = $this->field ?? null; 44 if (isset($index) && isset($field) && isset($zoom) && isset($x) && isset($y)) { 45 return "/$index/_mvt/$field/$zoom/$x/$y"; 76 public function setField($field): SearchMvt argument 78 if (isset($field) !== true) { 81 $this->field = $field;
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
H A D | RemoveProcessor.php | 18 * @param array|string $field 20 public function __construct($field) argument 22 $this->setField($field); 28 * @param array|string $field 32 public function setField($field): self argument 34 return $this->setParam('field', $field);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
H A D | Aggregation.php | 162 return new ValueCount($name, $field); 175 return new Percentiles($name, $field); 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): IpRange argument 368 return new IpRange($name, $field); 382 return new Histogram($name, $field, $interval); 396 return new DateHistogram($name, $field, $interval); 410 return new GeoDistance($name, $field, $origin); 423 return new GeohashGrid($name, $field); [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | ValueCount.php | 14 * @param string $field the field on which to perform this aggregation 16 public function __construct(string $name, string $field) argument 19 $this->setField($field); 25 * @param string $field the name of the document field on which to perform this aggregation 29 public function setField(string $field): self argument 31 return $this->setParam('field', $field);
|
H A D | GeoCentroid.php | 14 * @param string $field the field on which to perform this aggregation 16 public function __construct(string $name, string $field) argument 19 $this->setField($field); 25 * @param string $field the name of the document field on which to perform this aggregation 29 public function setField(string $field): self argument 31 return $this->setParam('field', $field);
|
H A D | GeoBounds.php | 14 * @param string $field the field on which to perform this aggregation 16 public function __construct(string $name, string $field) argument 19 $this->setField($field); 25 * @param string $field the name of the document field on which to perform this aggregation 29 public function setField(string $field): self argument 31 return $this->setParam('field', $field);
|
H A D | Missing.php | 14 * @param string $field the field on which to perform this aggregation 16 public function __construct(string $name, string $field) argument 19 $this->setField($field); 25 * @param string $field the name of the document field on which to perform this aggregation 29 public function setField(string $field): self argument 31 return $this->setParam('field', $field);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.property.sub.field.class.php | 7 function CSSSubFieldProperty(&$owner, $field) { argument 9 $this->_owner_field = $field; 13 $field = $this->_owner_field; 14 $owner_value->$field = $value; 18 $field = $this->_owner_field; 19 return $owner_value->$field;
|