Home
last modified time | relevance | path

Searched refs:field (Results 251 – 275 of 555) sorted by last modified time

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md527 * Fixed a bug that caused multi-part POST requests with more than one field to
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DGoogleChromePolicyV1PolicySchemaFieldDescription.php30 public $field; variable in Google\\Service\\ChromePolicy\\GoogleChromePolicyV1PolicySchemaFieldDescription
61 public function setField($field) argument
63 $this->field = $field;
70 return $this->field;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1911 foreach ($dn['rdnSequence'] as $field) {
1912 $prop = $field[0]['type'];
1913 $value = $field[0]['value'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRangePartitioning.php25 public $field; variable in Google\\Service\\Bigquery\\RangePartitioning
32 public function setField($field) argument
34 $this->field = $field;
41 return $this->field;
H A DTimePartitioning.php29 public $field; variable in Google\\Service\\Bigquery\\TimePartitioning
56 public function setField($field) argument
58 $this->field = $field;
65 return $this->field;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DGoogleFirestoreAdminV1FieldOperationMetadata.php30 public $field; variable in Google\\Service\\Firestore\\GoogleFirestoreAdminV1FieldOperationMetadata
63 public function setField($field) argument
65 $this->field = $field;
72 return $this->field;
H A DOrder.php46 public function setField(FieldReference $field) argument
48 $this->field = $field;
55 return $this->field;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2NumericalStatsConfig.php28 public function setField(GooglePrivacyDlpV2FieldId $field) argument
30 $this->field = $field;
37 return $this->field;
/plugin/xcom/lang/en/
H A Dhowto.txt40 … each of the three view windows. The status bar also contains a ''Query'' field where the current …
43 …e local wiki. Enter the id of a remote page or media file into the ''ID'' field and click the ''Lo…
54field and return all the pages in that namespace. **''wiki.getAllPages''** will return all the pa…
/plugin/passpolicy/
H A D10k-common-passwords.txt6201 field
H A Dwords.txt1269 field
/plugin/quickstats/lang/en/
H A Dquery.txt5 Queries are governed by the dominant or **priority** field.
6 - Any priority with country set will match the priority field plus the country.
8 …ignore all other fields and if an IP is included in a query where another field has priority, the …
10 You can choose to ignore all fields other than the priority field and then only the priority field
23 field can be included in a multi-date query where one of the other fields has priority.
39 The accesses field in the table refers to the number of times the IP address has accessed the site.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAbstractModel.php25 * @param mixed $field
27 protected function get($field) argument
29 if (isset($this->raw[$field])) {
30 return $this->raw[$field];
32 if (preg_match('/^is_/', $field)) {
/plugin/quickstats/scripts/
H A Dextended_data.php470 foreach($fields as $field=>$label) {
471 if(!isset($_POST[$field])) continue;
472 $value = rawurldecode($INPUT->str($field));
473 switch($field) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m434 CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror"
/plugin/strata/helper/
H A Dtriples.php897 foreach($this->projection as $alias=>$field) {
898 $row[$field] = $this->row[$alias] != null ? array($this->row[$alias]) : array();
1044 foreach($this->groupKey as $alias=>$field) {
1045 $result[$field] = $row[$alias];
1070 foreach($this->projection as $alias=>$field) {
1071 if(in_array($field, $this->groupKey)) {
1072 // it is a key field, grab it directly from the key
1073 $this->item[$field] = $key[$field]!=null ? array($key[$field])
[all...]
H A Dutil.php158 * Renders a predicate as a full field.
194 * Renders multiple values. If the mode is xhtml, this also surrounds the field with
205 * @param field the field name of this field
208 function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $separator=', ') { argument
217 $this->openField($mode, $R, $field);
226 function openField($mode, &$R, $field=null) { argument
227 if($mode == 'xhtml') $R->doc .= '<span class="strata-field" '.(!empty($field)
[all...]
/plugin/strata/
H A Dmanual.txt27 **Simple Values**: You add simple values to the data block by adding a line like ''field: value''. The field and value are sometimes called the predicate and object respectively.
29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
36 -- Simple field-value pairs
50 **Empty values**: Any field that doesn't have a value is ignored. This way you can quickly write down some fields you want to use, but fill in their values later.
54 **Multiple Values**: You can have multiple values with a field. Do this by either putting a ''*'' after the field (or after the type, if it has any), or by simply adding the field multiple times.
71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field
[all...]
H A Dscript.js130 // multi field compare
157 // Create a filter field of the given type and add it to the given filterElement
158 var createFilterFieldAndSort = function(filterElement, filterType, filterId, field, sortType, fieldSelector, containerElement, caption, minWidth) { argument
159 createItemFilterAndSort(containerElement, filterId, field, fieldSelector, filterType);
173 // Returns a text input which filters the field belonging to the given filterId
192 // Returns a select input which filters the field belonging to the given filterId
234 // Create a filter for every item of the field belonging to the given filterId
235 var createItemFilterAndSort = function(element, filterId, field, fieldSelector, filterType) { argument
276 addToItemMap(item, 'strata-item-values', field, values);
283 // Return all values of each field an
319 sortTable(element, field, isAdditional) global() argument
454 'field': field, global() property in AnonymousFunctionb1c4c91b1700.f
[all...]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5135 function Paragraph(val, ch, pg, field) { argument
5145 /* add */ (this.fields.push(field));
5148 Paragraph.prototype.addText = function (val, ch, field) { argument
5151 /* add */ (this.fields.push(field));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9field=function(e,t){if(null===e||void 0===e)throw new Error(".field(name, val) name can not be emp…
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js1159 field.vertex = true;
1210 …turn sb.createVertexTemplateFromCells([sb.cloneCell(field, 'List Item')], field.geometry.width, fi…
1474 field.vertex = true;
1520 …turn sb.createVertexTemplateFromCells([sb.cloneCell(field, 'List Item')], field.geometry.width, fi…
1535 field.vertex = true;
1581 …turn sb.createVertexTemplateFromCells([sb.cloneCell(field, 'List Item')], field.geometry.width, fi…
1613 field.vertex = true;
1630 cell.insert(field.clone());
1641 cell.insert(field.clone());
1642 cell.insert(field.clone());
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js2149 …var field = new mxCell(lines[i], new mxGeometry(0, 0, 60, 26), 'text;strokeColor=none;fillColor=no…
2150 field.vertex = true;
2152 var size = graph.getPreferredSizeForCell(field);
2154 if (size != null && field.geometry.width < size.width)
2156 field.geometry.width = size.width;
2159 listCell.geometry.width = Math.max(listCell.geometry.width, field.geometry.width);
2160 listCell.geometry.height += field.geometry.height;
2161 listCell.insert(field);

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