Home
last modified time | relevance | path

Searched refs:copyType (Results 1 – 25 of 146) sorted by relevance

123456

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/general/
H A DMSAGeneralTab.cpp51 …auto copyType = new ShowHideSubgroupWidget("COPY_TYPE", tr("Copy (custom format)"), copyTypeWidget… in MSAGeneralTab() local
55 Ui_GeneralTabOptionsPanelWidget::layout->addWidget(copyType); in MSAGeneralTab()
81 QString formatId = copyType->itemData(index).toString(); in sl_copyFormatSelectionChanged()
89 connect(copyType, SIGNAL(currentIndexChanged(int)), SLOT(sl_copyFormatSelectionChanged(int))); in connectSignals()
125 copyType->addItem(QIcon(), format->getFormatName(), format->getFormatId()); in initializeParameters()
127 copyType->addItem(QIcon(), tr("Rich text (HTML)"), "RTF"); in initializeParameters()
128 copyType->model()->sort(0); in initializeParameters()
131 copyType->setCurrentIndex(copyType->findData(currentCopyFormattedID)); in initializeParameters()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/
H A DNoCDATATextContentReadHandler.java52 private boolean copyType; field in NoCDATATextContentReadHandler
55 final boolean copyType) in NoCDATATextContentReadHandler() argument
59 this.copyType = copyType; in NoCDATATextContentReadHandler()
83 if (copyType) in startParsing()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/
H A DNoCDATATextContentReadHandler.java52 private boolean copyType; field in NoCDATATextContentReadHandler
55 final boolean copyType) in NoCDATATextContentReadHandler() argument
59 this.copyType = copyType; in NoCDATATextContentReadHandler()
83 if (copyType) in startParsing()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dcertifyx509.c111 TPM_RC copyType(uint8_t type,
818 rc = copyType(0xa0, NULL, NULL, /* NULL says to skip */ in convertCertToPartialCert()
824 rc = copyType(0x02, NULL, NULL, /* NULL says to skip */ in convertCertToPartialCert()
830 rc = copyType(0x30, NULL, NULL, /* NULL says to skip */ in convertCertToPartialCert()
854 rc = copyType(0x30, NULL, NULL, /* NULL says to skip */ in convertCertToPartialCert()
949 rc = copyType(0xa0, NULL, NULL, /* NULL says to skip */ in addSerialNumber()
994 rc = copyType(0x30, NULL, NULL, /* NULL says to skip */ in addPubKeyRsa()
1003 rc = copyType(0x30, NULL, NULL, /* NULL says to skip */ in addPubKeyRsa()
1048 rc = copyType(0x30, NULL, NULL, /* NULL says to skip */ in addPubKeyEcc()
1057 rc = copyType(0x30, NULL, NULL, /* NULL says to skip */ in addPubKeyEcc()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/internal/btf/
H A Dtypes_test.go37 _ = copyType((*Void)(nil))
40 out := copyType(in)
48 _ = copyType(newCyclicalType(2))
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/
H A Dexpression.cpp148 enum nodeType copyType = copy_ -> Type (); in replace() local
150 if ((copyType == VAR) || in replace()
151 (copyType == AUX)) { in replace()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dext_copy.c86 IN_ENUM( COPY ) const COPY_TYPE copyType ) in copyAttribute()
98 REQUIRES( copyType > COPY_NONE && copyType < COPY_LAST ); in copyAttribute()
107 if( copyType == COPY_SUBJECT_TO_ISSUER ) in copyAttribute()
154 if( copyType == COPY_SUBJECT_TO_ISSUER ) in copyAttribute()
174 if( copyType == COPY_ISSUER_TO_SUBJECT && \ in copyAttribute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/
H A DRuntimeSignature.java123 copyType(signature, 0, result, 0, true); in toCharArray()
266 long pos = copyType(methodSignature, lastParen + 1, result, in toCharArray()
282 long pos = copyType(methodSignature, sigPos, result, index, in toCharArray()
311 private static long copyType(char[] signature, int sigPos, char[] dest, in copyType() method in RuntimeSignature
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Denqueue_svm.h315 CopyType copyType = HostToHost; in enqueueSVMMemcpy() local
317 copyType = SvmToSvm; in enqueueSVMMemcpy()
319 copyType = HostToSvm; in enqueueSVMMemcpy()
321 copyType = SvmToHost; in enqueueSVMMemcpy()
350 if (copyType == SvmToHost) { in enqueueSVMMemcpy()
371 } else if (copyType == HostToSvm) { in enqueueSVMMemcpy()
392 } else if (copyType == SvmToSvm) { in enqueueSVMMemcpy()
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_memcpy.c518 viaVidCopyInit(char *copyType, ScreenPtr pScreen) in viaVidCopyInit() argument
589 "Benchmarking %s copy. Less time is better.\n", copyType); in viaVidCopyInit()
634 mcFunctions[bestSoFar].mName, copyType); in viaVidCopyInit()
641 viaVidCopyInit(char *copyType, ScreenPtr pScreen) in viaVidCopyInit() argument
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/
H A Dgenerator.cpp889 AbstractMetaType *copyType = cType->copy(); in translateType() local
892 copyType->setConstant(false); in translateType()
895 copyType->setReferenceType(NoReference); in translateType()
897 s = copyType->cppSignature(); in translateType()
898 if (!copyType->typeEntry()->isVoid() && !copyType->typeEntry()->isCppPrimitive()) in translateType()
900 delete copyType; in translateType()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/
H A Dgenerator.cpp889 AbstractMetaType *copyType = cType->copy(); in translateType() local
892 copyType->setConstant(false); in translateType()
895 copyType->setReferenceType(NoReference); in translateType()
897 s = copyType->cppSignature(); in translateType()
898 if (!copyType->typeEntry()->isVoid() && !copyType->typeEntry()->isCppPrimitive()) in translateType()
900 delete copyType; in translateType()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/
H A Dgenerator.cpp889 AbstractMetaType *copyType = cType->copy(); in translateType() local
892 copyType->setConstant(false); in translateType()
895 copyType->setReferenceType(NoReference); in translateType()
897 s = copyType->cppSignature(); in translateType()
898 if (!copyType->typeEntry()->isVoid() && !copyType->typeEntry()->isCppPrimitive()) in translateType()
900 delete copyType; in translateType()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DriveActivity/
H A DCreate.php20 protected $copyType = 'Google_Service_DriveActivity_Copy'; variable in Google_Service_DriveActivity_Create
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DriveActivity/
H A DCreate.php20 protected $copyType = 'Google_Service_DriveActivity_Copy'; variable in Google_Service_DriveActivity_Create
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.cpp168 type.copyType(copyOf.type, remapper); in TVariable()
198 returnType.copyType(copyOf.returnType, remapper); in TFunction()
H A DTypes.h107 void copyType(const TType& copyOf, TStructureMap& remapper) in copyType() function
154 newType->copyType(*this, remapper); in clone()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DJobConfiguration.php20 protected $copyType = 'Google_Service_Bigquery_JobConfigurationTableCopy'; variable in Google_Service_Bigquery_JobConfiguration
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DJobConfiguration.php20 protected $copyType = 'Google_Service_Bigquery_JobConfigurationTableCopy'; variable in Google_Service_Bigquery_JobConfiguration
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_clone_layer.cpp86 m_d->type = rhs.copyType(); in KisCloneLayer()
302 CopyLayerType KisCloneLayer::copyType() const in copyType() function in KisCloneLayer
H A Dkis_clone_layer.h106 CopyLayerType copyType() const;
/dports/security/keybase/client-v5.7.1/shared/settings/account/
H A Demail-phone-row.tsx84 const copyType = props.type === 'email' ? 'email' : 'number'
90 ? `Don't let friends find you by this ${copyType}.`
91 : `${Styles.isMobile ? '' : '(Recommended) '}Let friends find you by this ${copyType}.`,
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DSignature.java263 private static long copyType(char[] signature, int sigPos, char[] dest, in copyType() method in Signature
1326 long pos = copyType(methodSignature, lastParen + 1, result, in toCharArray()
1342 long pos = copyType(methodSignature, sigPos, result, index, in toCharArray()
1459 copyType(signature, 0, result, 0, true); in toCharArray()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/
H A DVolumeUserInfo.php22 protected $copyType = 'Google_Service_Books_VolumeUserInfoCopy'; variable in Google_Service_Books_VolumeUserInfo
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/
H A DVolumeUserInfo.php22 protected $copyType = 'Google_Service_Books_VolumeUserInfoCopy'; variable in Google_Service_Books_VolumeUserInfo

123456