Home
last modified time | relevance | path

Searched refs:pAttributes (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_tools/
H A DTable_Create_Empty.cpp176 if( pAttributes && nAttributes > 0 ) in _Set_Field_Count()
178 int nCurrent = pAttributes->Get_Count() / 3; in _Set_Field_Count()
188 pAttributes->Add_String( in _Set_Field_Count()
192 pAttributes->Add_Choice( in _Set_Field_Count()
200 Tmp.Assign(pAttributes); in _Set_Field_Count()
201 pAttributes->Destroy(); in _Set_Field_Count()
202 pAttributes->Set_Name(Tmp.Get_Name()); in _Set_Field_Count()
210 pAttributes->Add_String( in _Set_Field_Count()
214 pAttributes->Add_Choice( in _Set_Field_Count()
252 CSG_Parameters *pAttributes; in On_Execute() local
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfSaveProject.cpp89 DtaScriptVariableList* pAttributes = myNode.getAttributes(); in generateXMLFile() local
90 if (bEmpty && (pAttributes != NULL)) { in generateXMLFile()
94 while (pAttributes != NULL) { in generateXMLFile()
95 generateXMLFile(myXMLFile, *(pAttributes->getNode())); in generateXMLFile()
96 pAttributes = pAttributes->getNext(); in generateXMLFile()
133 DtaScriptVariableList* pAttributes = myNode.getAttributes(); in generateTextFile() local
134 bool bEmptyAttributes = (pAttributes == NULL); in generateTextFile()
140 while (pAttributes != NULL) { in generateTextFile()
142 generateTextFile(theStream, *(pAttributes->getNode()), sNewIndent); in generateTextFile()
143 pAttributes = pAttributes->getNext(); in generateTextFile()
[all …]
H A DDtaScriptVariable.cpp243 pAttributes = pAttributes->getNext(); in detachAttribute()
506 pAttributes = pAttributes->getNext(); in getCompleteName()
703 pAttributes = pAttributes->getNext(); in getVariable()
840 pAttributes = pAttributes->getNext(); in createNodeArgument()
862 pAttributes = pAttributes->getNext(); in getNodeArgument()
883 pAttributes = pAttributes->getNext(); in createIterator()
905 pAttributes = pAttributes->getNext(); in getIterator()
1213 pAttributes = pAttributes->getNext(); in removeRecursive()
1294 pAttributes = pAttributes->getNext(); in equal()
1520 pAttributes = pAttributes->getNext(); in traceObject()
[all …]
H A DDtaAttributeType.cpp65 DtaScriptVariableList* pAttributes = myUser.getAttributes(); in insertUser() local
66 while (pAttributes != NULL) { in insertUser()
67 insertAttribute(*(pAttributes->getNode())); in insertUser()
68 pAttributes = pAttributes->getNext(); in insertUser()
74 DtaScriptVariableList* pAttributes = myUser.getAttributes(); in insertElement() local
75 while (pAttributes != NULL) { in insertElement()
76 DtaScriptVariable* pNode = pAttributes->getNode(); in insertElement()
88 pAttributes = pAttributes->getNext(); in insertElement()
H A DExprScriptMotif.cpp66 DtaScriptVariableList* pAttributes = pCurrent->getAttributes(); in filterNodes() local
68 while (pAttributes != NULL) { in filterNodes()
70 pLastCurrent = pAttributes->getNode(); in filterNodes()
73 …DtaScriptVariable* pResult = getNextPath()->filterNodes(visibility, *(pAttributes->getNode()), lis… in filterNodes()
99 DtaScriptVariableList* pAttributes = pCurrent->getAttributes(); in filterNodes() local
101 while (pAttributes != NULL) { in filterNodes()
103 pLastCurrent = pAttributes->getNode(); in filterNodes()
106 …DtaScriptVariable* pResult = getNextPath()->filterNodes(visibility, *(pAttributes->getNode()), lis… in filterNodes()
108 pResult = filterNodes(visibility, *(pAttributes->getNode()), listOfNodes); in filterNodes()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/elastic/
H A Dogrelasticlayer.cpp51 this->pAttributes = NULL; in OGRElasticLayer()
160 if (pAttributes) json_object_object_add(properties, "properties", (json_object *) pAttributes); in BuildMap()
170 if (pAttributes) { in BuildMap()
171 pAttributes = NULL; in BuildMap()
186 if (pAttributes) { in ICreateFeature()
200 if (poDS->pszMapping == NULL && pAttributes) { in ICreateFeature()
291 if (!pAttributes) { in CreateField()
292 pAttributes = json_object_new_object(); in CreateField()
300 …json_object_object_add((json_object *) pAttributes, poFieldDefn->GetNameRef(), AddPropertyMap("flo… in CreateField()
303 …json_object_object_add((json_object *) pAttributes, poFieldDefn->GetNameRef(), AddPropertyMap("str… in CreateField()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/xml/
H A Dmenuconfiguration.cxx134 MenuAttributes* pAttributes = new MenuAttributes(rFrame, rImageIdStr); in CreateAttribute() local
135 pAttributes->acquire(); in CreateAttribute()
136 return pAttributes; in CreateAttribute()
141 MenuAttributes* pAttributes = new MenuAttributes(rDispatchProvider); in CreateAttribute() local
142 pAttributes->acquire(); in CreateAttribute()
143 return pAttributes; in CreateAttribute()
150 MenuAttributes* pAttributes = static_cast<MenuAttributes*>(nAttributePtr); in ReleaseAttribute() local
151 pAttributes->release(); in ReleaseAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/xml/
H A Dmenuconfiguration.cxx136 MenuAttributes* pAttributes = new MenuAttributes(rFrame, rImageIdStr); in CreateAttribute() local
137 pAttributes->acquire(); in CreateAttribute()
138 return pAttributes; in CreateAttribute()
143 MenuAttributes* pAttributes = new MenuAttributes(rDispatchProvider); in CreateAttribute() local
144 pAttributes->acquire(); in CreateAttribute()
145 return pAttributes; in CreateAttribute()
152 MenuAttributes* pAttributes = static_cast<MenuAttributes*>(nAttributePtr); in ReleaseAttribute() local
153 pAttributes->release(); in ReleaseAttribute()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-user-icon-manager.c154 GldiUserIconAttr *pAttributes = (GldiUserIconAttr*)attr; in init_object() local
156 if (! pAttributes->pKeyFile && pAttributes->cConfFileName) in init_object()
158 …gchar *cDesktopFilePath = g_strdup_printf ("%s/%s", g_cCurrentLaunchersPath, pAttributes->cConfFil… in init_object()
159 pAttributes->pKeyFile = cairo_dock_open_key_file (cDesktopFilePath); in init_object()
162 if (!pAttributes->pKeyFile) in init_object()
166 GKeyFile *pKeyFile = pAttributes->pKeyFile; in init_object()
180 icon->cDesktopFileName = g_strdup (pAttributes->cConfFileName); in init_object()
H A Dcairo-dock-applet-manager.c100 GldiAppletIconAttr *pAttributes = (GldiAppletIconAttr*)attr; in init_object() local
101 g_return_if_fail (pAttributes->pModuleInstance != NULL); in init_object()
103 CairoDockMinimalAppletConfig *pMinimalConfig = pAttributes->pMinimalConfig; in init_object()
107 icon->pModuleInstance = pAttributes->pModuleInstance; in init_object()
H A Dcairo-dock-class-icon-manager.c85 GldiClassIconAttr *pAttributes = (GldiClassIconAttr*)attr; in init_object() local
86 Icon *pSameClassIcon = pAttributes->pAppliIcon; in init_object()
98 pIcon->pSubDock = pAttributes->pClassSubDock; in init_object()
H A Dcairo-dock-separator-manager.c153 GldiUserIconAttr *pAttributes = (GldiUserIconAttr*)attr; in init_object() local
154 if (pAttributes->pKeyFile) in init_object()
156 GKeyFile *pKeyFile = pAttributes->pKeyFile; in init_object()
160 …gchar *cDesktopFilePath = g_strdup_printf ("%s/%s", g_cCurrentLaunchersPath, pAttributes->cConfFil… in init_object()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmftransform.h161 IMFAttributes **pAttributes) = 0;
165 IMFAttributes **pAttributes) = 0;
169 IMFAttributes **pAttributes) = 0;
288 IMFAttributes **pAttributes);
293 IMFAttributes **pAttributes);
298 IMFAttributes **pAttributes);
399 #define IMFTransform_GetAttributes(This,pAttributes) (This)->lpVtbl->GetAttributes(This,pAttributes)
400 …mAttributes(This,dwInputStreamID,pAttributes) (This)->lpVtbl->GetInputStreamAttributes(This,dwInpu…
401 …ttributes(This,dwOutputStreamID,pAttributes) (This)->lpVtbl->GetOutputStreamAttributes(This,dwOutp…
445 return This->lpVtbl->GetAttributes(This,pAttributes);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmftransform.h161 IMFAttributes **pAttributes) = 0;
165 IMFAttributes **pAttributes) = 0;
169 IMFAttributes **pAttributes) = 0;
288 IMFAttributes **pAttributes);
293 IMFAttributes **pAttributes);
298 IMFAttributes **pAttributes);
399 #define IMFTransform_GetAttributes(This,pAttributes) (This)->lpVtbl->GetAttributes(This,pAttributes)
400 …mAttributes(This,dwInputStreamID,pAttributes) (This)->lpVtbl->GetInputStreamAttributes(This,dwInpu…
401 …ttributes(This,dwOutputStreamID,pAttributes) (This)->lpVtbl->GetOutputStreamAttributes(This,dwOutp…
445 return This->lpVtbl->GetAttributes(This,pAttributes);
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/java/src/
H A DJNIParseTree.cpp121 CodeWorker::DtaScriptVariableList* pAttributes = pObjectInstance->getAttributes(); in Java_org_codeworker_jni_ParseTree_getAttributeNames() local
122 if (pAttributes == NULL) return NULL; in Java_org_codeworker_jni_ParseTree_getAttributeNames()
124 while (pAttributes != NULL) { in Java_org_codeworker_jni_ParseTree_getAttributeNames()
125 CodeWorker::DtaScriptVariable* pNode = pAttributes->getNode(); in Java_org_codeworker_jni_ParseTree_getAttributeNames()
127 pAttributes = pAttributes->getNext(); in Java_org_codeworker_jni_ParseTree_getAttributeNames()
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Mvc/Model/
H A DRefactor-ModelsMetadataCest.php97 $pAttributes = [
112 $I->assertEquals($attributes, $pAttributes);
208 $pAttributes = [
219 $I->assertEquals($attributes, $pAttributes);
/dports/www/phalcon/cphalcon-3.4.5/unit-tests/
H A DModelsMetadataTest.php111 $pAttributes = array(
126 $this->assertEquals($attributes, $pAttributes);
220 $pAttributes = array(
231 $this->assertEquals($attributes, $pAttributes);
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dcamera_windows.c180 IMFAttributes *pAttributes = NULL; in windows_list_cameras() local
185 hr = MFCreateAttributes(&pAttributes, 1); in windows_list_cameras()
188 hr = pAttributes->lpVtbl->SetGUID(pAttributes, in windows_list_cameras()
194 hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count); in windows_list_cameras()
215 RELEASE(pAttributes); in windows_list_cameras()
240 IMFAttributes *pAttributes = NULL; in windows_device_from_name() local
246 hr = MFCreateAttributes(&pAttributes, 1); in windows_device_from_name()
249 hr = pAttributes->lpVtbl->SetGUID(pAttributes, in windows_device_from_name()
254 hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count); in windows_device_from_name()
278 RELEASE(pAttributes); in windows_device_from_name()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/paos/retrieve/
H A DInitializeFramework.cpp31 …lement(const QString& pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) in handleFoundElement() argument
33 if (handleWSAddressingHeaders(pElementName, pValue, pAttributes)) in handleFoundElement()
H A DDisconnect.cpp34 …lement(const QString& pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) in handleFoundElement() argument
36 if (handleWSAddressingHeaders(pElementName, pValue, pAttributes)) in handleFoundElement()
H A DStartPaosResponse.cpp32 …lement(const QString& pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) in handleFoundElement() argument
34 if (handleWSAddressingHeaders(pElementName, pValue, pAttributes)) in handleFoundElement()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DCaptureDevice.cpp490 IMFAttributes *pAttributes = nullptr;
529 hr = MFCreateAttributes(&pAttributes, 2);
536 hr = pAttributes->SetUINT32(MF_READWRITE_DISABLE_CONVERTERS, TRUE);
541 pAttributes,
646 SafeRelease(&pAttributes);
652 SafeRelease(&pAttributes);
923 IMFAttributes *pAttributes = nullptr;
925 hr = MFCreateAttributes(&pAttributes, 1);
929 hr = pAttributes->SetGUID(
936 hr = pAttributes->SetGUID(
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DCaptureDevice.cpp490 IMFAttributes *pAttributes = nullptr; in start() local
529 hr = MFCreateAttributes(&pAttributes, 2); in start()
536 hr = pAttributes->SetUINT32(MF_READWRITE_DISABLE_CONVERTERS, TRUE); in start()
541 pAttributes, in start()
646 SafeRelease(&pAttributes); in start()
652 SafeRelease(&pAttributes); in start()
923 IMFAttributes *pAttributes = nullptr; in enumDevices() local
925 hr = MFCreateAttributes(&pAttributes, 1); in enumDevices()
929 hr = pAttributes->SetGUID( in enumDevices()
936 hr = pAttributes->SetGUID( in enumDevices()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DCaptureDevice.cpp490 IMFAttributes *pAttributes = nullptr; in start() local
529 hr = MFCreateAttributes(&pAttributes, 2); in start()
536 hr = pAttributes->SetUINT32(MF_READWRITE_DISABLE_CONVERTERS, TRUE); in start()
541 pAttributes, in start()
646 SafeRelease(&pAttributes); in start()
652 SafeRelease(&pAttributes); in start()
923 IMFAttributes *pAttributes = nullptr; in enumDevices() local
925 hr = MFCreateAttributes(&pAttributes, 1); in enumDevices()
929 hr = pAttributes->SetGUID( in enumDevices()
936 hr = pAttributes->SetGUID( in enumDevices()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DAttributes.hs16 , pAttributes
66 attrs <- pAttributes
140 attrs <- pAttributes
233 { syntaxAttributeParsers = [pAttributes]
236 pAttributes :: forall u m . Monad m => ParsecT [Tok] u m Attributes
237 pAttributes = mconcat <$> many1 pattr function

12345678910>>...45