Home
last modified time | relevance | path

Searched refs:getFieldType (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DPDFWidget.java59 public int getFieldType() { in getFieldType() method in PDFWidget
74 int ft = getFieldType(); in isButton()
78 return getFieldType() == TYPE_BUTTON; in isPushButton()
81 return getFieldType() == TYPE_CHECKBOX; in isCheckbox()
84 return getFieldType() == TYPE_RADIOBUTTON; in isRadioButton()
91 return getFieldType() == TYPE_TEXT; in isText()
138 int ft = getFieldType(); in isChoice()
142 return getFieldType() == TYPE_COMBOBOX; in isComboBox()
145 return getFieldType() == TYPE_LISTBOX; in isListBox()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DField.cpp223 getFieldType(); in isWord()
230 getFieldType(); in matchWord()
237 getFieldType(); in matchWord()
268 getFieldType(); in isInt()
275 getFieldType(); in matchInt()
289 getFieldType(); in getInt()
303 getFieldType(); in isUInt()
310 getFieldType(); in matchUInt()
324 getFieldType(); in getUInt()
338 getFieldType(); in isFloat()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DField.cpp223 getFieldType(); in isWord()
230 getFieldType(); in matchWord()
237 getFieldType(); in matchWord()
268 getFieldType(); in isInt()
275 getFieldType(); in matchInt()
289 getFieldType(); in getInt()
303 getFieldType(); in isUInt()
310 getFieldType(); in matchUInt()
324 getFieldType(); in getUInt()
338 getFieldType(); in isFloat()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/validate/
H A DValidateVectorTypeVisitor.java84 validateOrThrow(vector.getField().getFieldType() != null, "Vector field type is empty."); in validateVectorCommon()
85 ArrowType arrowType = vector.getField().getFieldType().getType(); in validateVectorCommon()
92 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Int, in validateIntVector()
94 ArrowType.Int intType = (ArrowType.Int) vector.getField().getFieldType().getType(); in validateIntVector()
110 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Date, in validateDateVector()
112 ArrowType.Date dateType = (ArrowType.Date) vector.getField().getFieldType().getType(); in validateDateVector()
118 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Time, in validateTimeVector()
120 ArrowType.Time timeType = (ArrowType.Time) vector.getField().getFieldType().getType(); in validateTimeVector()
128 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Interval, in validateIntervalVector()
319 FieldType subType = vector.getField().getChildren().get(i).getFieldType(); in visit()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/validate/
H A DValidateVectorTypeVisitor.java86 validateOrThrow(vector.getField().getFieldType() != null, "Vector field type is empty."); in validateVectorCommon()
87 ArrowType arrowType = vector.getField().getFieldType().getType(); in validateVectorCommon()
94 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Int, in validateIntVector()
96 ArrowType.Int intType = (ArrowType.Int) vector.getField().getFieldType().getType(); in validateIntVector()
112 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Date, in validateDateVector()
114 ArrowType.Date dateType = (ArrowType.Date) vector.getField().getFieldType().getType(); in validateDateVector()
120 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Time, in validateTimeVector()
122 ArrowType.Time timeType = (ArrowType.Time) vector.getField().getFieldType().getType(); in validateTimeVector()
130 validateOrThrow(vector.getField().getFieldType().getType() instanceof ArrowType.Interval, in validateIntervalVector()
335 FieldType subType = vector.getField().getChildren().get(i).getFieldType(); in visit()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractFieldWithVar.java62 getFieldType(), prop.getName(false) ); in createField()
76 return ((getFieldType().isPrimitive() && in getGetterMethod()
77 getFieldType().boxify().getPrimitiveType()==codeModel.BOOLEAN) ? in getGetterMethod()
80 …return (getFieldType().boxify().getPrimitiveType()==codeModel.BOOLEAN?"is":"get")+prop.getName(tru… in getGetterMethod()
87 protected abstract JType getFieldType(); in getFieldType() method in AbstractFieldWithVar
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractFieldWithVar.java62 getFieldType(), prop.getName(false) ); in createField()
76 return ((getFieldType().isPrimitive() && in getGetterMethod()
77 getFieldType().boxify().getPrimitiveType()==codeModel.BOOLEAN) ? in getGetterMethod()
80 …return (getFieldType().boxify().getPrimitiveType()==codeModel.BOOLEAN?"is":"get")+prop.getName(tru… in getGetterMethod()
87 protected abstract JType getFieldType(); in getFieldType() method in AbstractFieldWithVar
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java43 if (_curfieldcolumn.getFieldType() != DataType.TIMESTAMP) in DatabaseControl()
45 …createGridColumn(_oGridControl, _curfieldcolumn, _curfieldcolumn.getFieldType(), _curfieldcolumn.g… in DatabaseControl()
55 private int getFieldType() in getFieldType() method in DatabaseControl
118 if (FormHandler.oControlData[i].DataType == getFieldType()) in getGridColumnName()
134 if (getFieldType() == DataType.LONGVARCHAR) in getControlHeight()
152 if (getFieldType() == DataType.LONGVARCHAR) in getControlWidth()
169 switch (getFieldType()) in setNumericLimits()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java43 if (_curfieldcolumn.getFieldType() != DataType.TIMESTAMP) in DatabaseControl()
45 …createGridColumn(_oGridControl, _curfieldcolumn, _curfieldcolumn.getFieldType(), _curfieldcolumn.g… in DatabaseControl()
55 private int getFieldType() in getFieldType() method in DatabaseControl
118 if (FormHandler.oControlData[i].DataType == getFieldType()) in getGridColumnName()
134 if (getFieldType() == DataType.LONGVARCHAR) in getControlHeight()
152 if (getFieldType() == DataType.LONGVARCHAR) in getControlWidth()
169 switch (getFieldType()) in setNumericLimits()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DFieldColumn.java91 public int getFieldType() in getFieldType() method in FieldColumn
103 getFieldType(); // will collect meta data 'bout the column, if not already done so in getFieldWidth()
109 getFieldType(); // will collect meta data 'bout the column, if not already done so in getDBFormatKey()
115 getFieldType(); // will collect meta data 'bout the column, if not already done so in isNumberFormat()
165 getFieldType(); // will collect meta data 'bout the column, if not already done so in getXColumnPropertySet()
199 switch ( getFieldType() ) in isBoolean()
216 switch ( getFieldType() ) in getTyperelatedFieldData()
339 switch (getFieldType()) in initDefaultValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DFieldColumn.java91 public int getFieldType() in getFieldType() method in FieldColumn
103 getFieldType(); // will collect meta data 'bout the column, if not already done so in getFieldWidth()
109 getFieldType(); // will collect meta data 'bout the column, if not already done so in getDBFormatKey()
115 getFieldType(); // will collect meta data 'bout the column, if not already done so in isNumberFormat()
165 getFieldType(); // will collect meta data 'bout the column, if not already done so in getXColumnPropertySet()
199 switch ( getFieldType() ) in isBoolean()
216 switch ( getFieldType() ) in getTyperelatedFieldData()
339 switch (getFieldType()) in initDefaultValue()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/fit/decoder/
H A DCFitMessage.cpp45 if (fieldProfile->getFieldType() == eFieldTypeFit) in updateFieldProfile()
49 if (fieldProfile->getFieldType() == eFieldTypeDevelopment) in updateFieldProfile()
81 if (field.profile().getFieldType() == eFieldTypeFit) in addField()
92 if (field.profile().getFieldType() == eFieldTypeDevelopment) in addField()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DFrameProperties.h46 QScriptValue getFieldType(void);
49 FieldType getFieldType(int frameType);
58 Q_PROPERTY(QScriptValue /*% FieldType %*/ fieldType READ getFieldType);
H A DFrameProperties.cpp16 this->_fieldType = this->getFieldType(flags); in FrameProperties()
30 QScriptValue FrameProperties::getFieldType(void) in getFieldType() function in ADM_qtScript::FrameProperties
68 FrameProperties::FieldType FrameProperties::getFieldType(int frameType) in getFieldType() function in ADM_qtScript::FrameProperties
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DFrameProperties.h46 QScriptValue getFieldType(void);
49 FieldType getFieldType(int frameType);
58 Q_PROPERTY(QScriptValue /*% FieldType %*/ fieldType READ getFieldType);
H A DFrameProperties.cpp16 this->_fieldType = this->getFieldType(flags); in FrameProperties()
30 QScriptValue FrameProperties::getFieldType(void) in getFieldType() function in ADM_qtScript::FrameProperties
68 FrameProperties::FieldType FrameProperties::getFieldType(int frameType) in getFieldType() function in ADM_qtScript::FrameProperties
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DFrameProperties.h46 QScriptValue getFieldType(void);
49 FieldType getFieldType(int frameType);
58 Q_PROPERTY(QScriptValue /*% FieldType %*/ fieldType READ getFieldType);
H A DFrameProperties.cpp16 this->_fieldType = this->getFieldType(flags); in FrameProperties()
30 QScriptValue FrameProperties::getFieldType(void) in getFieldType() function in ADM_qtScript::FrameProperties
68 FrameProperties::FieldType FrameProperties::getFieldType(int frameType) in getFieldType() function in ADM_qtScript::FrameProperties
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DFrameProperties.h46 QScriptValue getFieldType(void);
49 FieldType getFieldType(int frameType);
58 Q_PROPERTY(QScriptValue /*% FieldType %*/ fieldType READ getFieldType);
H A DFrameProperties.cpp16 this->_fieldType = this->getFieldType(flags); in FrameProperties()
30 QScriptValue FrameProperties::getFieldType(void) in getFieldType() function in ADM_qtScript::FrameProperties
68 FrameProperties::FieldType FrameProperties::getFieldType(int frameType) in getFieldType() function in ADM_qtScript::FrameProperties
/dports/www/drupal8/drupal-8.9.20/core/modules/text/src/Plugin/migrate/field/d7/
H A DTextField.php28 $field_type = $this->getFieldType($row);
48 $field_type = $this->getFieldType($row);
67 public function getFieldType(Row $row) { function in Drupal\\text\\Plugin\\migrate\\field\\d7\\TextField
/dports/www/drupal9/drupal-9.2.10/core/modules/text/src/Plugin/migrate/field/d7/
H A DTextField.php28 $field_type = $this->getFieldType($row);
48 $field_type = $this->getFieldType($row);
67 public function getFieldType(Row $row) { function in Drupal\\text\\Plugin\\migrate\\field\\d7\\TextField
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/extras/
H A Dchart2export2.cxx369 aFields[0]->getFieldType()); in testCustomDataLabel()
377 aFields[1]->getFieldType()); in testCustomDataLabel()
387 aFields[0]->getFieldType()); in testCustomDataLabel()
396 aFields[2]->getFieldType()); in testCustomDataLabel()
406 aFields[3]->getFieldType()); in testCustomDataLabel()
422 aFields[6]->getFieldType()); in testCustomDataLabel()
441 aFields[0]->getFieldType()); in testCustomDataLabel()
452 aFields[0]->getFieldType()); in testCustomDataLabel()
597 aFields[2]->getFieldType()); in testCustomDataLabelMultipleSeries()
622 aFields[2]->getFieldType()); in testCustomDataLabelMultipleSeries()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/ActiveRecord/Fields/
H A Dclass.arField.php101 …ld_name}) && $this->{$field_name} and self::isAllowedAttribute($this->getFieldType(), $field_name)…
117 … if ($this->{$field_name} and self::isAllowedAttribute($this->getFieldType(), $field_name)) {
131 return self::isDateFieldType($this->getFieldType());
181 public function getFieldType() function in arField
/dports/www/ilias6/ILIAS-6.14/Services/ActiveRecord/Fields/
H A Dclass.arField.php101 …ld_name}) && $this->{$field_name} and self::isAllowedAttribute($this->getFieldType(), $field_name)…
117 … if ($this->{$field_name} and self::isAllowedAttribute($this->getFieldType(), $field_name)) {
131 return self::isDateFieldType($this->getFieldType());
181 public function getFieldType() function in arField

12345678910>>...36