Home
last modified time | relevance | path

Searched refs:fieldName (Results 26 – 49 of 49) sorted by last modified time

12

/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …;\n let fieldName = parsedText[4] ? parsedText[4].trim() : '';\n\n displayText = visibility …
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php321 $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/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php383 * @param string $fieldName
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js19995 element.name = this.data.fieldName;
H A Dpdf.js.map1 …ta.readOnly;\n element.type = 'radio';\n element.name = this.data.fieldName;\n if (this.d…
H A Dpdf.worker.js28964 data.fieldName = _this3._constructFieldName(dict);
29016 var fieldName = [];
29019 fieldName.unshift((0, _util.stringToPDFString)(dict.get('T')));
29032 fieldName.unshift((0, _util.stringToPDFString)(loopDict.get('T')));
29036 return fieldName.join('.');
H A Dpdf.worker.js.map1fieldName","loopDict","hasFieldFlag","alignment","maximumLength","renderForms","_processCheckBox",…
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php370 * @param string $fieldName
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1088 $fieldName = $this->lexer->token['value'];
1093 $item->name = $fieldName;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php129 public function setDiscriminator(string $fieldName, array $map, array $groups = []): void argument
131 if (empty($fieldName)) {
140 $this->discriminatorFieldName = $fieldName;
H A DVirtualPropertyMetadata.php12 $fieldName = lcfirst(substr($methodName, 3));
14 $fieldName = $methodName;
18 $this->name = $fieldName;
H A DStaticPropertyMetadata.php20 … public function __construct(string $className, string $fieldName, $fieldValue, array $groups = []) argument
23 $this->name = $fieldName;
24 $this->serializedName = $fieldName;
H A DExpressionPropertyMetadata.php25 public function __construct(string $class, string $fieldName, $expression) argument
28 $this->name = $fieldName;
/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/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php370 * @param string $fieldName
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php386 * @param string $fieldName
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc257 fieldName = listGetAt( lConfigKeys, iPos );
265 sParams = sParams & HTMLEditFormat( fieldName ) & '=' & HTMLEditFormat( fieldValue );
H A Dfckeditor.cfm172 fieldName = listGetAt( lConfigKeys, iPos );
174 sConfig = sConfig & urlEncodedFormat( fieldName ) & '=' & urlEncodedFormat( fieldValue );
/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/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 …]

12