Home
last modified time | relevance | path

Searched refs:expected_type (Results 26 – 50 of 1981) sorted by relevance

12345678910>>...80

/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/packaging/
H A Dworkbook.py103 fileVersion = Typed(expected_type=FileVersion, allow_none=True)
104 fileSharing = Typed(expected_type=FileSharing, allow_none=True)
105 workbookPr = Typed(expected_type=WorkbookProperties, allow_none=True)
108 bookViews = NestedSequence(expected_type=BookView)
109 sheets = NestedSequence(expected_type=ChildSheet)
111 externalReferences = NestedSequence(expected_type=ExternalReference)
112 definedNames = Typed(expected_type=DefinedNameList, allow_none=True)
113 calcPr = Typed(expected_type=CalcProperties, allow_none=True)
118 smartTagTypes = Typed(expected_type=SmartTagList, allow_none=True)
119 webPublishing = Typed(expected_type=WebPublishing, allow_none=True)
[all …]
H A Dcore.py30 expected_type = datetime.datetime variable in NestedDateTime
61 category = NestedText(expected_type=unicode, allow_none=True)
62 contentStatus = NestedText(expected_type=unicode, allow_none=True)
63 keywords = NestedText(expected_type=unicode, allow_none=True)
64 lastModifiedBy = NestedText(expected_type=unicode, allow_none=True)
66 revision = NestedText(expected_type=unicode, allow_none=True)
67 version = NestedText(expected_type=unicode, allow_none=True)
71 subject = NestedText(expected_type=unicode, allow_none=True, namespace=DCORE_NS)
72 title = NestedText(expected_type=unicode, allow_none=True, namespace=DCORE_NS)
73 creator = NestedText(expected_type=unicode, allow_none=True, namespace=DCORE_NS)
[all …]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chart/
H A Dline_chart.py26 ser = Sequence(expected_type=Series, allow_none=True)
27 dLbls = Typed(expected_type=DataLabelList, allow_none=True)
29 dropLines = Typed(expected_type=ChartLines, allow_none=True)
61 hiLowLines = Typed(expected_type=ChartLines, allow_none=True)
62 upDownBars = Typed(expected_type=UpDownBars, allow_none=True)
65 extLst = Typed(expected_type=ExtensionList, allow_none=True)
67 x_axis = Typed(expected_type=_BaseAxis)
68 y_axis = Typed(expected_type=NumericAxis)
107 x_axis = Typed(expected_type=TextAxis)
108 y_axis = Typed(expected_type=NumericAxis)
[all …]
H A Dseries.py56 strRef = Typed(expected_type=StrRef, allow_none=True)
57 v = NestedText(expected_type=unicode, allow_none=True)
80 tx = Typed(expected_type=SeriesLabel, allow_none=True)
87 dPt = Sequence(expected_type=DataPoint, allow_none=True)
89 dLbls = Typed(expected_type=DataLabelList, allow_none=True)
92 errBars = Typed(expected_type=ErrorBars, allow_none=True)
93 cat = Typed(expected_type=AxDataSource, allow_none=True)
95 val = Typed(expected_type=NumDataSource, allow_none=True)
103 xVal = Typed(expected_type=AxDataSource, allow_none=True)
104 yVal = Typed(expected_type=NumDataSource, allow_none=True)
[all …]
H A Dstock_chart.py23 ser = Sequence(expected_type=Series) #min 3, max4
24 dLbls = Typed(expected_type=DataLabelList, allow_none=True)
26 dropLines = Typed(expected_type=ChartLines, allow_none=True)
27 hiLowLines = Typed(expected_type=ChartLines, allow_none=True)
28 upDownBars = Typed(expected_type=UpDownBars, allow_none=True)
29 extLst = Typed(expected_type=ExtensionList, allow_none=True)
31 x_axis = Typed(expected_type=TextAxis)
32 y_axis = Typed(expected_type=NumericAxis)
H A Dshapes.py43 xfrm = Typed(expected_type=Transform2D, allow_none=True)
45 custGeom = Typed(expected_type=CustomGeometry2D, allow_none=True) # either or
46 prstGeom = Typed(expected_type=PresetGeometry2D, allow_none=True)
51 gradFill = Typed(expected_type=GradientFillProperties, allow_none=True)
52 pattFill = Typed(expected_type=PatternFillProperties, allow_none=True)
54 ln = Typed(expected_type=LineProperties, allow_none=True)
56 scene3d = Typed(expected_type=Scene3D, allow_none=True)
57 sp3d = Typed(expected_type=Shape3D, allow_none=True)
59 extLst = Typed(expected_type=OfficeArtExtensionList, allow_none=True)
H A Dchartspace.py46 title = Typed(expected_type=Title, allow_none=True)
48 pivotFmts = NestedSequence(expected_type=PivotFormat)
53 plotArea = Typed(expected_type=PlotArea, )
54 legend = Typed(expected_type=Legend, allow_none=True)
58 extLst = Typed(expected_type=ExtensionList, allow_none=True)
144 clrMapOvr = Typed(expected_type=ColorMapping, allow_none=True)
145 pivotSource = Typed(expected_type=PivotSource, allow_none=True)
146 protection = Typed(expected_type=Protection, allow_none=True)
147 chart = Typed(expected_type=ChartContainer)
150 txPr = Typed(expected_type=RichText, allow_none=True)
[all …]
H A Dpivot.py23 name = NestedText(expected_type=unicode)
24 fmtId = NestedInteger(expected_type=int)
25 extLst = Typed(expected_type=ExtensionList, allow_none=True)
43 spPr = Typed(expected_type=GraphicalProperties, allow_none=True)
45 txPr = Typed(expected_type=RichText, allow_none=True)
47 marker = Typed(expected_type=Marker, allow_none=True)
48 dLbl = Typed(expected_type=DataLabel, allow_none=True)
50 extLst = Typed(expected_type=ExtensionList, allow_none=True)
H A Dbar_chart.py41 ser = Sequence(expected_type=Series, allow_none=True)
42 dLbls = Typed(expected_type=DataLabelList, allow_none=True)
77 serLines = Typed(expected_type=ChartLines, allow_none=True)
78 extLst = Typed(expected_type=ExtensionList, allow_none=True)
81 x_axis = Typed(expected_type=TextAxis)
82 y_axis = Typed(expected_type=NumericAxis)
120 serLines = Typed(expected_type=ChartLines, allow_none=True)
121 extLst = Typed(expected_type=ExtensionList, allow_none=True)
123 x_axis = Typed(expected_type=TextAxis)
124 y_axis = Typed(expected_type=NumericAxis)
[all …]
H A Darea_chart.py32 ser = Sequence(expected_type=Series, allow_none=True)
33 dLbls = Typed(expected_type=DataLabelList, allow_none=True)
35 dropLines = Typed(expected_type=ChartLines, allow_none=True)
67 x_axis = Typed(expected_type=TextAxis)
68 y_axis = Typed(expected_type=NumericAxis)
70 extLst = Typed(expected_type=ExtensionList, allow_none=True)
96 x_axis = Typed(expected_type=TextAxis)
97 y_axis = Typed(expected_type=NumericAxis)
98 z_axis = Typed(expected_type=SeriesAxis, allow_none=True)
H A Dsurface_chart.py30 spPr = Typed(expected_type=GraphicalProperties, allow_none=True)
47 bandFmt = Sequence(expected_type=BandFormat, allow_none=True)
60 ser = Sequence(expected_type=Series, allow_none=True)
61 bandFmts = Typed(expected_type=BandFormatList, allow_none=True)
87 extLst = Typed(expected_type=ExtensionList, allow_none=True)
89 x_axis = Typed(expected_type=TextAxis)
90 y_axis = Typed(expected_type=NumericAxis)
91 z_axis = Typed(expected_type=SeriesAxis)
110 extLst = Typed(expected_type=ExtensionList, allow_none=True)
H A Dtrendline.py27 layout = Typed(expected_type=Layout, allow_none=True)
28 tx = Typed(expected_type=Text, allow_none=True)
29 numFmt = Typed(expected_type=NumFmt, allow_none=True)
30 spPr = Typed(expected_type=GraphicalProperties, allow_none=True)
32 txPr = Typed(expected_type=RichText, allow_none=True)
34 extLst = Typed(expected_type=ExtensionList, allow_none=True)
58 spPr = Typed(expected_type=GraphicalProperties, allow_none=True)
68 trendlineLbl = Typed(expected_type=TrendlineLabel, allow_none=True)
69 extLst = Typed(expected_type=ExtensionList, allow_none=True)
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chartsheet/
H A Dchartsheet.py39 sheetPr = Typed(expected_type=ChartsheetProperties, allow_none=True)
40 sheetViews = Typed(expected_type=ChartsheetViewList)
41 sheetProtection = Typed(expected_type=ChartsheetProtection, allow_none=True)
43 pageMargins = Typed(expected_type=PageMargins, allow_none=True)
44 pageSetup = Typed(expected_type=PrintPageSetup, allow_none=True)
45 drawing = Typed(expected_type=Drawing, allow_none=True)
46 drawingHF = Typed(expected_type=DrawingHF, allow_none=True)
47 picture = Typed(expected_type=SheetBackgroundPicture, allow_none=True)
48 webPublishItems = Typed(expected_type=WebPublishItems, allow_none=True)
49 extLst = Typed(expected_type=ExtensionList, allow_none=True)
[all …]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/drawing/
H A Dgraphic.py50 extLst = Typed(expected_type=OfficeArtExtensionList, allow_none=True)
75 extLst = Typed(expected_type=OfficeArtExtensionList, allow_none=True)
89 cNvPr = Typed(expected_type=NonVisualDrawingProps)
112 chart = Typed(expected_type=ChartRelation, allow_none=True)
128 graphicData = Typed(expected_type=GraphicData)
142 nvGraphicFramePr = Typed(expected_type=NonVisualGraphicFrame)
143 xfrm = Typed(expected_type=XDRTransform2D)
144 graphic = Typed(expected_type=GraphicObject)
172 nvGrpSpPr = Typed(expected_type=NonVisualGroupShape)
174 grpSpPr = Typed(expected_type=GroupShapeProperties)
[all …]
H A Dproperties.py27 xfrm = Typed(expected_type=GroupTransform2D, allow_none=True)
28 scene3d = Typed(expected_type=Scene3D, allow_none=True)
29 extLst = Typed(expected_type=OfficeArtExtensionList, allow_none=True)
60 extLst = Typed(expected_type=OfficeArtExtensionList, allow_none=True)
95 grpSpLocks = Typed(expected_type=GroupLocking, allow_none=True)
96 extLst = Typed(expected_type=OfficeArtExtensionList, allow_none=True)
111 spLocks = Typed(expected_type=GroupLocking, allow_none=True)
135 hlinkClick = Typed(expected_type=Hyperlink, allow_none=True)
136 hlinkHover = Typed(expected_type=Hyperlink, allow_none=True)
164 cNvPr = Typed(expected_type=NonVisualDrawingProps)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/json/
H A Dconverter_test.cc32 void AssertConvert(const std::shared_ptr<DataType>& expected_type, in AssertConvert() argument
55 ASSERT_OK(MakeConverter(expected_type, default_memory_pool(), &converter)); in AssertConvert()
60 auto expected = ArrayFromJSON(expected_type, expected_json); in AssertConvert()
67 for (auto expected_type : {uint8(), uint16(), uint32(), uint64()}) { in TEST()
68 AssertConvert(expected_type, "[0, null, 1, 32, 45, 12, 64, 124]", in TEST()
71 for (auto expected_type : {int8(), int16(), int32(), int64()}) { in TEST()
72 AssertConvert(expected_type, "[0, null, -1, 32, -45, 12, -64, 124]", in TEST()
78 for (auto expected_type : {float32(), float64()}) { in TEST()
79 AssertConvert(expected_type, "[0, -0.0, null, 32.0, 1e5]", in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dannotation_tokenizer.py42 def __init__(self, expected_type, body, pos, file_path, line_number): argument
45 "near '{}'").format(expected_type, file_path, line_number, context)
62 def _assert_token_type(self, token, expected_type): argument
64 if token and token.type == expected_type:
68 raise CppParsingError(expected_type, self.body, pos, self.file_path,
93 def maybe_advance(self, expected_type): argument
104 if token and token.type == expected_type:
109 def advance(self, expected_type): argument
121 self._assert_token_type(token, expected_type)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dannotation_tokenizer.py42 def __init__(self, expected_type, body, pos, file_path, line_number): argument
45 "near '{}'").format(expected_type, file_path, line_number, context)
62 def _assert_token_type(self, token, expected_type): argument
64 if token and token.type == expected_type:
68 raise CppParsingError(expected_type, self.body, pos, self.file_path,
93 def maybe_advance(self, expected_type): argument
104 if token and token.type == expected_type:
109 def advance(self, expected_type): argument
121 self._assert_token_type(token, expected_type)
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/json/
H A Dconverter_test.cc32 void AssertConvert(const std::shared_ptr<DataType>& expected_type, in AssertConvert() argument
55 ASSERT_OK(MakeConverter(expected_type, default_memory_pool(), &converter)); in AssertConvert()
60 auto expected = ArrayFromJSON(expected_type, expected_json); in AssertConvert()
67 for (auto expected_type : {uint8(), uint16(), uint32(), uint64()}) { in TEST()
68 AssertConvert(expected_type, "[0, null, 1, 32, 45, 12, 64, 124]", in TEST()
71 for (auto expected_type : {int8(), int16(), int32(), int64()}) { in TEST()
72 AssertConvert(expected_type, "[0, null, -1, 32, -45, 12, -64, 124]", in TEST()
78 for (auto expected_type : {float32(), float64()}) { in TEST()
79 AssertConvert(expected_type, "[0, -0.0, null, 32.0, 1e5]", in TEST()
/dports/devel/gconf2/GConf-3.2.6/gsettings/
H A Dgconfsettingsbackend.c299 if (g_variant_type_equal (expected_type, G_VARIANT_TYPE_BOOLEAN)) in gconf_settings_backend_simple_gconf_value_type_to_gvariant()
301 else if (g_variant_type_equal (expected_type, G_VARIANT_TYPE_BYTE)) in gconf_settings_backend_simple_gconf_value_type_to_gvariant()
308 else if (g_variant_type_equal (expected_type, G_VARIANT_TYPE_INT16)) in gconf_settings_backend_simple_gconf_value_type_to_gvariant()
322 else if (g_variant_type_equal (expected_type, G_VARIANT_TYPE_INT32)) in gconf_settings_backend_simple_gconf_value_type_to_gvariant()
331 else if (g_variant_type_equal (expected_type, G_VARIANT_TYPE_INT64)) in gconf_settings_backend_simple_gconf_value_type_to_gvariant()
380 if (!g_variant_type_is_array (expected_type)) in gconf_settings_backend_gconf_value_to_gvariant()
384 array_type = g_variant_type_element (expected_type); in gconf_settings_backend_gconf_value_to_gvariant()
411 if (!g_variant_type_is_tuple (expected_type) || in gconf_settings_backend_gconf_value_to_gvariant()
412 g_variant_type_n_items (expected_type) != 2) in gconf_settings_backend_gconf_value_to_gvariant()
417 first_type = g_variant_type_first (expected_type); in gconf_settings_backend_gconf_value_to_gvariant()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Dprogram_detector_unittest.cc23 ExecutableType expected_type) const;
25 ExecutableType expected_type) const;
29 ExecutableType expected_type) const { in TestQuickDetect()
31 EXPECT_EQ(expected_type == EXE_WIN_32_X86, in TestQuickDetect()
35 EXPECT_EQ(expected_type == EXE_WIN_32_X64, in TestQuickDetect()
39 EXPECT_EQ(expected_type == EXE_ELF_32_X86, in TestQuickDetect()
47 ExecutableType expected_type) const { in TestDetectDisassembler()
52 EXPECT_EQ(expected_type, detected_type); in TestDetectDisassembler()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/pivot/
H A Drecord.py39 m = MultiSequencePart(expected_type=Missing, store="_fields")
40 n = MultiSequencePart(expected_type=Number, store="_fields")
41 b = MultiSequencePart(expected_type=Boolean, store="_fields")
42 e = MultiSequencePart(expected_type=Error, store="_fields")
43 s = MultiSequencePart(expected_type=Text, store="_fields")
44 d = MultiSequencePart(expected_type=DateTimeField, store="_fields")
45 x = MultiSequencePart(expected_type=Index, store="_fields")
70 r = Sequence(expected_type=Record, allow_none=True)
71 extLst = Typed(expected_type=ExtensionList, allow_none=True)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/metrics/dashboard/validator/
H A Derrors_spec.rb39 %w(null string boolean integer number array object).each do |expected_type|
40 context "on type: #{expected_type}" do
41 let(:type) { expected_type }
44 it { is_expected.to eq "'property_name' at root is not of type: #{expected_type}" }
61 %w(null string boolean integer number array object).each do |expected_type|
62 context "on type: #{expected_type}" do
63 let(:type) { expected_type }
66 … it { is_expected.to eq "'property_name' at /nested_objects/0 is not of type: #{expected_type}" }
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/styles/
H A Dborders.py74 start = Typed(expected_type=Side, allow_none=True)
75 end = Typed(expected_type=Side, allow_none=True)
76 left = Typed(expected_type=Side, allow_none=True)
77 right = Typed(expected_type=Side, allow_none=True)
78 top = Typed(expected_type=Side, allow_none=True)
79 bottom = Typed(expected_type=Side)
80 diagonal = Typed(expected_type=Side, allow_none=True)
81 vertical = Typed(expected_type=Side, allow_none=True)
82 horizontal = Typed(expected_type=Side, allow_none=True)
/dports/editors/textadept/textadept_11.1.linux/core/
H A Dassert.lua41 function assert_type(v, expected_type, narg)
42 if type(v) == expected_type then return v end
44 if type(expected_type) ~= 'string' then
47 debug.getinfo(1, 'n').name, type(expected_type)), 2)
53 for type_option in expected_type:gmatch('%a+') do
58 debug.getinfo(2, 'n').name or '?', expected_type, type(v)), 3)

12345678910>>...80