Home
last modified time | relevance | path

Searched refs:fieldName (Results 1 – 25 of 49) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DFilter.php27 public $fieldName; variable in Google\\Service\\AnalyticsData\\Filter
52 public function setFieldName($fieldName) argument
54 $this->fieldName = $fieldName;
61 return $this->fieldName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DOrderBy.php25 public $fieldName; variable in Google\\Service\\AnalyticsReporting\\OrderBy
38 public function setFieldName($fieldName) argument
40 $this->fieldName = $fieldName;
47 return $this->fieldName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBigtableColumn.php29 public $fieldName; variable in Google\\Service\\Bigquery\\BigtableColumn
64 public function setFieldName($fieldName) argument
66 $this->fieldName = $fieldName;
73 return $this->fieldName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DChangeLog.php37 public $fieldName; variable in Google\\Service\\Dfareporting\\ChangeLog
124 public function setFieldName($fieldName) argument
126 $this->fieldName = $fieldName;
133 return $this->fieldName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DSchemaFieldSpec.php37 public $fieldName; variable in Google\\Service\\Directory\\SchemaFieldSpec
106 public function setFieldName($fieldName) argument
108 $this->fieldName = $fieldName;
115 return $this->fieldName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPageFormField.php77 public function setFieldName(GoogleCloudDocumentaiV1DocumentPageLayout $fieldName) argument
79 $this->fieldName = $fieldName;
86 return $this->fieldName;
H A DGoogleCloudDocumentaiV1beta1DocumentPageFormField.php77 public function setFieldName(GoogleCloudDocumentaiV1beta1DocumentPageLayout $fieldName) argument
79 $this->fieldName = $fieldName;
86 return $this->fieldName;
H A DGoogleCloudDocumentaiV1beta2DocumentPageFormField.php77 public function setFieldName(GoogleCloudDocumentaiV1beta2DocumentPageLayout $fieldName) argument
79 $this->fieldName = $fieldName;
86 return $this->fieldName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DLintResult.php29 public $fieldName; variable in Google\\Service\\Iam\\LintResult
64 public function setFieldName($fieldName) argument
66 $this->fieldName = $fieldName;
73 return $this->fieldName;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php66 foreach (array_keys($this->extraFields) as $fieldName) {
67 if (!in_array($fieldName, $extraFields)) {
68 unset($this->extraFields[$fieldName]);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php943 $fieldName = $array[2];
995 $final[$fieldName]['dependentPre'] = $dependentPre;
997 $final[$fieldName]['dependentPre'] = '';
1000 $final[$fieldName]['dependentPost'] = $dependentPost;
1006 $final[$fieldName]['dependentPreAlternative'] = '';
1015 $final[$fieldName]['singular'] = $singular;
1017 $final[$fieldName]['singular'] = '';
1020 $final[$fieldName]['plural'] = $plural;
1022 $final[$fieldName]['plural'] = '';
1026 $final[$fieldName]['pre'] = $pre;
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php951 function addItem($item, $fieldName) argument
959 if(isset($this->item) && array_key_exists($this->styleMap->{$type}[$fieldName], $this->item))
961 $this->item[$this->styleMap->{$type}[$fieldName]] = $item;
H A DPARSESTYLE.php55 $fieldName = $array[2];
106 $final[$fieldName]['dependentPre'] = $dependentPre;
108 $final[$fieldName]['dependentPre'] = '';
114 $final[$fieldName]['dependentPreAlternative'] = '';
118 $final[$fieldName]['dependentPostAlternative'] = '';
120 $final[$fieldName]['singular'] = $singular;
122 $final[$fieldName]['singular'] = '';
124 $final[$fieldName]['plural'] = $plural;
126 $final[$fieldName]['plural'] = '';
130 $final[$fieldName]['pre'] = $pre;
[all …]
H A DREADME.txt189 $bibformat->addItem(STRING: $item, STRING: $fieldName);
/plugin/combo/action/
H A Dlogin.php70 $fieldName = $field["name"];
71 if ($fieldName == null) {
89 switch ($fieldName) {
123 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A Dprofile.php191 $fieldName = $field["name"];
192 if ($fieldName == null) {
210 switch ($fieldName) {
215 <input type="password" class="form-control" placeholder="$passwordText" required="required" name="$fieldName">
225 <label><input type="checkbox" name="$fieldName" value="$ConfirmValue" required="required"> $confirmText</label>
232 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
321 $fieldName = $field["name"];
322 if ($fieldName == null) {
353 switch ($fieldName) {
361 <input type="text" class="form-control" id="inputUserName" placeholder="Username" name="$fieldName" valu
[all...]
H A Dregistration.php181 $fieldName = $field["name"];
182 if ($fieldName == null) {
201 switch ($fieldName) {
267 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A Dresend.php104 $fieldName = $field["name"];
105 if ($fieldName == null) {
123 switch ($fieldName) {
136 LogUtility::msg("The register field name($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, \ComboStrap\Identity::CANONICAL);
/plugin/database/
H A Ddatabase.php650 $fieldName = "originals".$p_counter;
651 $ret = '<input type="hidden" name="'.$fieldName.'" value="'.$p_value.'">';
1769 $fieldName = "originals".$counter;
1825 $fieldName = "originals".$counter;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php270 $fieldName = 'transparent';
271 $newValues[$fieldName] = $propertyValue->getValue() === 'transparent';
274 $fieldName = $this->propertyMap[$propertyName];
275 $newValues[$fieldName] = $propertyValue;
281 foreach ($newValues as $fieldName => $value) {
282 $valuesSql[] = $fieldName . ' = ?';
1077 $fieldName = $this->subscriptionPropertyMap[$propertyName];
1078 $newValues[$fieldName] = $propertyValue;
1085 foreach ($newValues as $fieldName => $value) {
1086 $valuesSql[] = $fieldName . ' = ?';
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php370 * @param string $fieldName
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php370 * @param string $fieldName
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
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 ...

12