Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 555) sorted by path

12345678910>>...23

/plugin/abc2/
H A Dsyntax.php105 // via adding `shift=xy` to key information field
121 // add shift parameter into key information field
204 * @param string $meterLine line of meter (M) information field
341 * Get line of ABC with specific information field
344 * @param string $field ABC information field identifier
346 * @return string information field, whole line
348 function _getAbcLine($src, $field) { argument
349 if (preg_match("/^\s?".$field."\s?:(.*?)$/m", $src, $result)) {
/plugin/aceeditor/
H A Dbuild.js1 …d|even|event|events|every|execute|exists|exit|explain|extended|fast|fetch|field|fields|first|flush…
/plugin/adfs/lang/en/
H A Dintro.txt7 … internal certificate you need to download the file yourself and paste it into the XML field below.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe12205 Ġmid field
13226 Ġbattle field
25493 field s
27620 ĠSpring field
28053 Ġout field
29939 ĠBattle field
44049 ĠAn field
45493 Ġback field
46964 ĠGar field
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js276 // track whether the field has focus, we shouldn't process any
277 // results if the field no longer has focus
285 // show select when clicking in a focused field
286 // but if clickFire is true, don't require field
930 var field = this[0];
931 if ( field.createTextRange ) {
933 orig = field.value,
937 var caretAt = field.value.indexOf(teststring);
938 field.value = orig;
944 } else if( field
[all...]
/plugin/aimg/
H A Dscript.js922 var field = fields.item(n);
923 if (field.className == 'fn-note-id') noteID = field.getAttribute('title');
924 if (field.className == 'fn-note-title') oldTitle = field.innerHTML;
925 if (field.className == 'fn-note-author') oldAuthor = field.innerHTML;
926 if (field.className == 'fn-note-content') oldContent = field.innerHTML;
1217 var field = note.childNodes.item(n);
1218 if (field.className == 'fn-note-title') field.innerHTML = newTitle;
1219 if (field.className == 'fn-note-author') field.innerHTML = newAuthor;
1220 if (field.className == 'fn-note-content') field.innerHTML = newContent;
/plugin/airtable/
H A DREADME.md36 …* Within airtable, expand any record (by clicking on a field and pressing space) and copy the URL …
44 You must specify **at least one** field.
68 You must specify **at least one** field.
110 **At least one** field must be specified. Multiple fields will be concatenated to a single string
111 **Make sure to write the field exactly as it appears in airtable**
H A Dsyntax.php233 foreach($parameter_array['fields'] as $field) {
234 $html .= '<th>' . $field . '</th>';
239 foreach($parameter_array['fields'] as $field) {
240 if(is_array($record['fields'][$field])) {
241 if($image = $this->findMedia($record['fields'][$field])) {
242 $field = $this->renderMedia($parameter_array, $image);
243 $html .= '<td>' . $field . '</td>';
274 foreach($fields as $field) {
278 if(is_array($api_response['fields'][$field])) {
283 <h3>' . $field . '</h3>
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md139 exportTitles | false | Exchanges the data field names with it's dedicated title ( data export only )
143 dateFormat | YYYY-MM-DD | Formats the category field in given date format ( data export only )
628 exportTitles | Exchanges the data field names with it's dedicated title ( data export only )
632 dateFormat | Formats the category field in given date format ( data export only )
1015 * Added: `exportTitles` available in general or individual setup which exchanges the data field nam…
H A Dexport.js2331 function addField( field, title, type ) { argument
2333 function checkExistance( field, type ) { argument
2334 if ( cfg.dataFields.indexOf( field ) != -1 ) {
2335 return checkExistance( [ field, ".", type ].join( "" ) );
2337 return field;
2341 uid = checkExistance( field, type );
2342 cfg.dataFieldsMap[ uid ] = field;
2399 var field = _this.setup.chart.segmentsField;
2402 if ( dataItem[ field ] ) {
2403 for ( i2 = 0; i2 < dataItem[ field ].length; i2++ ) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1field (though see inflate()) */\n\t//var Z_BINARY = 0;\n\t//var Z_TEXT …
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_de.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_en.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_it.txt1 //field |type |length |value |description | add info (<-do not delete thi…
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php71 * @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/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DFilterExpression.php33 public $field; variable in Google\\Service\\Analytics\\FilterExpression
78 public function setField($field) argument
80 $this->field = $field;
87 return $this->field;
H A DFilterLowercaseDetails.php25 public $field; variable in Google\\Service\\Analytics\\FilterLowercaseDetails
34 public function setField($field) argument
36 $this->field = $field;
43 return $this->field;
H A DFilterSearchAndReplaceDetails.php29 public $field; variable in Google\\Service\\Analytics\\FilterSearchAndReplaceDetails
60 public function setField($field) argument
62 $this->field = $field;
69 return $this->field;
H A DFilterUppercaseDetails.php25 public $field; variable in Google\\Service\\Analytics\\FilterUppercaseDetails
34 public function setField($field) argument
36 $this->field = $field;
43 return $this->field;
/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/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;
H A DGoogleChromePolicyV1PolicySchemaNoticeDescription.php29 public $field; variable in Google\\Service\\ChromePolicy\\GoogleChromePolicyV1PolicySchemaNoticeDescription
56 public function setField($field) argument
58 $this->field = $field;
65 return $this->field;
H A DProto2DescriptorProto.php53 public function setField($field) argument
55 $this->field = $field;
62 return $this->field;

12345678910>>...23