| /plugin/bibtex/OSBib/format/ |
| D | PARSESTYLE.php | 55 $fieldName = $array[2]; 106 $final[$fieldName]['dependentPre'] = $dependentPre; 108 $final[$fieldName]['dependentPre'] = ''; 110 $final[$fieldName]['dependentPost'] = $dependentPost; 112 $final[$fieldName]['dependentPreAlternative'] = $dependentPreAlternative; 114 $final[$fieldName]['dependentPreAlternative'] = ''; 116 $final[$fieldName]['dependentPostAlternative'] = $dependentPostAlternative; 118 $final[$fieldName]['dependentPostAlternative'] = ''; 120 $final[$fieldName]['singular'] = $singular; 122 $final[$fieldName]['singular'] = ''; [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | Range.php | 17 * @param string|null $fieldName Field name 20 public function __construct(?string $fieldName = null, array $args = []) argument 22 if ($fieldName) { 23 $this->addField($fieldName, $args); 30 * @param string $fieldName Field name 35 public function addField(string $fieldName, array $args): self argument 37 return $this->setParam($fieldName, $args);
|
| D | Fuzzy.php | 21 public function __construct(?string $fieldName = null, ?string $value = null) argument 23 if (null !== $fieldName && null !== $value) { 24 $this->setField($fieldName, $value); 35 public function setField(string $fieldName, string $value): self argument 37 if (\count($this->getParams()) > 0 && \key($this->getParams()) !== $fieldName) { 41 return $this->setParam($fieldName, ['value' => $value]);
|
| /plugin/combo/action/ |
| H A D | profile.php | 191 $fieldName = $field["name"]; 192 if ($fieldName == null) { 210 switch ($fieldName) { 215 …="password" class="form-control" placeholder="$passwordText" required="required" name="$fieldName"> 225 …<label><input type="checkbox" name="$fieldName" value="$ConfirmValue" required="required"> $confir… 232 …LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CA… 321 $fieldName = $field["name"]; 322 if ($fieldName == null) { 353 switch ($fieldName) { 361 …" class="form-control" id="inputUserName" placeholder="Username" name="$fieldName" value="$loginVa… [all …]
|
| H A D | resend.php | 104 $fieldName = $field["name"]; 105 if ($fieldName == null) { 123 switch ($fieldName) { 136 …LogUtility::msg("The register field name($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, \Comb…
|
| H A D | registration.php | 181 $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::CA…
|
| H A D | login.php | 70 $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::CA…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
| D | OrderBy.php | 25 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/ |
| D | BigtableColumn.php | 29 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/Iam/ |
| D | LintResult.php | 29 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/google/apiclient-services/src/AnalyticsData/ |
| D | Filter.php | 27 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/Directory/ |
| D | SchemaFieldSpec.php | 37 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/Dfareporting/ |
| D | ChangeLog.php | 37 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/Document/ |
| D | GoogleCloudDocumentaiV1beta2DocumentPageFormField.php | 77 public function setFieldName(GoogleCloudDocumentaiV1beta2DocumentPageLayout $fieldName) argument 79 $this->fieldName = $fieldName; 86 return $this->fieldName;
|
| D | GoogleCloudDocumentaiV1beta1DocumentPageFormField.php | 77 public function setFieldName(GoogleCloudDocumentaiV1beta1DocumentPageLayout $fieldName) argument 79 $this->fieldName = $fieldName; 86 return $this->fieldName;
|
| D | GoogleCloudDocumentaiV1DocumentPageFormField.php | 77 public function setFieldName(GoogleCloudDocumentaiV1DocumentPageLayout $fieldName) argument 79 $this->fieldName = $fieldName; 86 return $this->fieldName;
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
| D | VirtualPropertyMetadata.php | 12 $fieldName = lcfirst(substr($methodName, 3)); 14 $fieldName = $methodName; 18 $this->name = $fieldName;
|
| D | StaticPropertyMetadata.php | 20 … public function __construct(string $className, string $fieldName, $fieldValue, array $groups = []) argument 23 $this->name = $fieldName; 24 $this->serializedName = $fieldName;
|
| D | ExpressionPropertyMetadata.php | 25 public function __construct(string $class, string $fieldName, $expression) argument 28 $this->name = $fieldName;
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
| D | WebProcessor.php | 66 foreach (array_keys($this->extraFields) as $fieldName) { 67 if (!in_array($fieldName, $extraFields)) { 68 unset($this->extraFields[$fieldName]);
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Collapse.php | 17 public function setFieldname(string $fieldName): self argument 19 return $this->setParam('field', $fieldName);
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
| H A D | PDO.php | 270 $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/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
| D | PDO.php | 321 $fieldName = 'transparent'; 322 $newValues[$fieldName] = $propertyValue->getValue() === 'transparent'; 325 $fieldName = $this->propertyMap[$propertyName]; 326 $newValues[$fieldName] = $propertyValue; 332 foreach ($newValues as $fieldName => $value) { 333 $valuesSql[] = $fieldName . ' = ?'; 1206 $fieldName = $this->subscriptionPropertyMap[$propertyName]; 1207 $newValues[$fieldName] = $propertyValue; 1214 foreach ($newValues as $fieldName => $value) { 1215 $valuesSql[] = $fieldName . ' = ?';
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
| D | Query.php | 176 public function fuzzy(?string $fieldName = null, ?string $value = null): Fuzzy argument 178 return new Fuzzy($fieldName, $value); 360 public function range(?string $fieldName = null, array $args = []): Range argument 362 return new Range($fieldName, $args);
|