Home
last modified time | relevance | path

Searched refs:omtp (Results 1 – 25 of 75) sorted by relevance

123

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dvsm.c643 ObjMgrTypePtr omtp; in VSMAddMenu() local
734 omtp = NULL; in VSMAddMenu()
736 while ((omtp = ObjMgrTypeFindNext(omp, omtp)) != NULL) { in VSMAddMenu()
855 ObjMgrTypePtr omtp; in VSeqMgrPasteProc() local
920 if (omtp != NULL) in VSeqMgrPasteProc()
935 ObjMgrTypePtr omtp; in VSeqMgrMoveProc() local
979 if (omtp != NULL) in VSeqMgrMoveProc()
1081 ObjMgrTypePtr omtp; in VSeqMgrDeleteProc() local
1108 if (omtp == NULL) in VSeqMgrDeleteProc()
2194 ObjMgrTypePtr omtp; in VSMGatherPictProc() local
[all …]
H A Dvsmfile.c255 ObjMgrTypePtr omtp = NULL; in VSMGenericBinAsnOpen() local
280 omtp = NULL; in VSMGenericBinAsnOpen()
281 while ((omtp = ObjMgrTypeFindNext(omp, omtp)) != NULL) in VSMGenericBinAsnOpen()
283 if (omtp->asnname != NULL) in VSMGenericBinAsnOpen()
315 omtp = NULL; in VSMGenericBinAsnOpen()
316 while ((omtp = ObjMgrTypeFindNext(omp, omtp)) != NULL) in VSMGenericBinAsnOpen()
323 if (omtp == NULL) in VSMGenericBinAsnOpen()
1171 ObjMgrTypePtr omtp; in SaveOneSelectedItem() local
1189 if (omtp == NULL) in SaveOneSelectedItem()
1205 ObjMgrTypePtr omtp; in SaveSeqLocEntity() local
[all …]
H A Dbspview.c3581 ObjMgrTypePtr omtp = NULL; in SetClickmeTitle() local
3592 omtp = ObjMgrTypeFind (omp, gcp->thistype, NULL, NULL); in SetClickmeTitle()
3593 if (omtp != NULL && omtp->label != NULL) { in SetClickmeTitle()
3594 label = omtp->label; in SetClickmeTitle()
3596 if (omtp != NULL && omtp->labelfunc != NULL) { in SetClickmeTitle()
3597 (*(omtp->labelfunc)) (gcp->thisitem, buf, sizeof (buf) - 1, OM_LABEL_BOTH); in SetClickmeTitle()
3653 ObjMgrTypePtr omtp = NULL; in BioseqViewMsgFunc() local
3800 omtp = ObjMgrTypeFind (omp, itemtype, NULL, NULL); in BioseqViewMsgFunc()
3801 if (omtp != NULL && omtp->label != NULL) { in BioseqViewMsgFunc()
3802 label = omtp->label; in BioseqViewMsgFunc()
H A Dimport.c260 ObjMgrTypePtr omtp; in ChangeKey() local
324 omtp = ObjMgrTypeFind (omp, OBJ_SEQFEAT, NULL, NULL); in ChangeKey()
325 if (omtp != NULL && omtp->subtypefunc != NULL) { in ChangeKey()
326 newifp->this_subtype = (*(omtp->subtypefunc)) (sfp); in ChangeKey()
771 ObjMgrTypePtr omtp; in ImportGenFunc() local
854 omtp = ObjMgrTypeFind (omp, OBJ_SEQFEAT, NULL, NULL); in ImportGenFunc()
855 if (omtp != NULL && omtp->subtypefunc != NULL) { in ImportGenFunc()
856 ifp->this_subtype = (*(omtp->subtypefunc)) (sfp); in ImportGenFunc()
H A Ddlgutil1.c600 ObjMgrTypePtr omtp; in GeneFindFunc() local
615 if (omtp == NULL) { in GeneFindFunc()
618 if (omtp->labelfunc != NULL) { in GeneFindFunc()
779 ObjMgrTypePtr omtp; in GeneUpdateFunc() local
795 if (omtp == NULL) { in GeneUpdateFunc()
798 if (omtp->labelfunc != NULL) { in GeneUpdateFunc()
823 ObjMgrTypePtr omtp; in GeneGatherFunc() local
839 if (omtp == NULL) { in GeneGatherFunc()
842 if (omtp->labelfunc != NULL) { in GeneGatherFunc()
940 ObjMgrTypePtr omtp; in GeneMatchFunc() local
[all …]
H A Dvsmutil.c3391 ObjMgrTypePtr omtp; in SearchGatherFunc() local
3409 omtp = ObjMgrTypeFind (sp->omp, gcp->thistype, NULL, NULL); in SearchGatherFunc()
3410 if (omtp == NULL) { in SearchGatherFunc()
3413 if (omtp->subtypefunc != NULL) { in SearchGatherFunc()
3414 sp->subtype = (*(omtp->subtypefunc)) (gcp->thisitem); in SearchGatherFunc()
3416 if (omtp->labelfunc != NULL) { in SearchGatherFunc()
3417 (*(omtp->labelfunc)) (gcp->thisitem, sp->thislabel, 40, OM_LABEL_BOTH); in SearchGatherFunc()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dobjmgr.c1190 ObjMgrTypePtr omtp; in ObjMgrRegister() local
1217 if (omtp == NULL) in ObjMgrRegister()
1765 ObjMgrTypePtr omtp; in ObjMgrFreeClipBoardFunc() local
1785 if (omtp == NULL) in ObjMgrFreeClipBoardFunc()
3334 ObjMgrTypePtr omtp; in ObjMgrDefaultLabelFunc() local
3617 return omtp; in ObjMgrTypeFind()
3630 ObjMgrTypePtr omtp; in ObjMgrTypeSetLabelFunc() local
3635 if (omtp != NULL) in ObjMgrTypeSetLabelFunc()
4590 if (omtp == NULL) in ObjMgrGenericAsnTextFileRead()
4641 ObjMgrTypePtr omtp; in ObjMgrMemCopyFunc() local
[all …]
H A Dmaputil.c684 ObjMgrTypePtr omtp; in load_gene_list() local
700 if(omtp->subtypefunc == NULL) in load_gene_list()
888 ObjMgrTypePtr omtp; member
1076 ObjMgrTypePtr omtp; in load_gdata_marks() local
1085 if(omtp == NULL) in load_gdata_marks()
1089 qd.omtp = omtp; in load_gdata_marks()
1274 ObjMgrTypePtr omtp; member
1629 if(rasp->omtp == NULL) in racollfunc()
1631 if (rasp->omtp->subtypefunc != NULL) in racollfunc()
1719 ObjMgrTypePtr omtp; in collect_repeats_and_align() local
[all …]
H A Dsalstruc.c173 ObjMgrTypePtr omtp; in CC_OrgScanGatherFunc() local
191 omtp = ObjMgrTypeFind (osp->omp, gcp->thistype, NULL, NULL); in CC_OrgScanGatherFunc()
192 if (omtp == NULL) { in CC_OrgScanGatherFunc()
195 if (omtp->subtypefunc != NULL) { in CC_OrgScanGatherFunc()
196 subtype = (*(omtp->subtypefunc)) (gcp->thisitem); in CC_OrgScanGatherFunc()
1973 ObjMgrTypePtr omtp; in slpfeatcollfunc() local
2002 omtp = ObjMgrTypeFind (afp->omp, OBJ_SEQFEAT, NULL, NULL); in slpfeatcollfunc()
2003 if(omtp == NULL) in slpfeatcollfunc()
2007 if(omtp->subtypefunc !=NULL) in slpfeatcollfunc()
2008 feat_subtype = (*(omtp->subtypefunc)) (gcp->thisitem); in slpfeatcollfunc()
[all …]
H A Djzcoll.c1716 ObjMgrTypePtr omtp; in satcollfunc() local
1751 omtp=ObjMgrTypeFind(afp->omp, OBJ_SEQFEAT, NULL, NULL); in satcollfunc()
1752 if(omtp == NULL) in satcollfunc()
1756 if(omtp->subtypefunc !=NULL) in satcollfunc()
1757 feat_subtype = (*(omtp->subtypefunc)) (gcp->thisitem); in satcollfunc()
1772 if(omtp->labelfunc !=NULL) in satcollfunc()
3595 ObjMgrTypePtr omtp; in collseqfunc() local
3702 if(omtp == NULL) in collseqfunc()
3704 if (omtp->subtypefunc != NULL) in collseqfunc()
3705 chp->subtype = (*(omtp->subtypefunc)) (gcp->thisitem); in collseqfunc()
[all …]
H A Dgather.c4539 ObjMgrTypePtr omtp; in ReplaceDataProc() local
4554 omtp = ObjMgrTypeFind(omp, gcp->thistype, NULL, NULL); in ReplaceDataProc()
4557 if (omtp == NULL) in ReplaceDataProc()
4584 (*(omtp->freefunc))(ompcp->output_data); in ReplaceDataProc()
5347 ObjMgrTypePtr omtp; in CopyDataProc() local
5379 omtp = ObjMgrTypeFind(omp, type, NULL, NULL); in CopyDataProc()
5382 if (omtp == NULL) in CopyDataProc()
5388 ptr2 = AsnIoMemCopy(ptr, omtp->asnread, omtp->asnwrite); in CopyDataProc()
5681 ObjMgrTypePtr omtp; in GatherProcLaunch() local
5706 omtp = ObjMgrTypeFind(omp, inputtype, NULL, NULL); in GatherProcLaunch()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/examples/
H A Dfilesystem.widl17 * http://bondi.omtp.org/BONDI-LICENSE-2.0
92 * \def-api-feature http://bondi.omtp.org/api/filesystem.read
97 * \def-api-feature http://bondi.omtp.org/api/filesystem.write
103 * \def-api-feature-set http://bondi.omtp.org/api/filesystem
105 * \api-feature http://bondi.omtp.org/api/filesystem.read
106 * \api-feature http://bondi.omtp.org/api/filesystem.write
265 * \api-feature http://bondi.omtp.org/api/filesystem.read
291 * \api-feature http://bondi.omtp.org/api/filesystem.read
579 * \api-feature http://bondi.omtp.org/api/filesystem.read
600 * \api-feature http://bondi.omtp.org/api/filesystem.read
[all …]
H A Dbondi.widl17 * http://bondi.omtp.org/BONDI-LICENSE-2.0
185 * \def-api-feature http://bondi.omtp.org/api/bondi.requestfeature
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/resources/webidl2/test/widlproc/examples/
H A Dfilesystem.widl17 * http://bondi.omtp.org/BONDI-LICENSE-2.0
92 * \def-api-feature http://bondi.omtp.org/api/filesystem.read
97 * \def-api-feature http://bondi.omtp.org/api/filesystem.write
103 * \def-api-feature-set http://bondi.omtp.org/api/filesystem
105 * \api-feature http://bondi.omtp.org/api/filesystem.read
106 * \api-feature http://bondi.omtp.org/api/filesystem.write
265 * \api-feature http://bondi.omtp.org/api/filesystem.read
291 * \api-feature http://bondi.omtp.org/api/filesystem.read
579 * \api-feature http://bondi.omtp.org/api/filesystem.read
600 * \api-feature http://bondi.omtp.org/api/filesystem.read
[all …]
H A Dbondi.widl17 * http://bondi.omtp.org/BONDI-LICENSE-2.0
185 * \def-api-feature http://bondi.omtp.org/api/bondi.requestfeature
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/examples/
H A Dfilesystem.widl17 * http://bondi.omtp.org/BONDI-LICENSE-2.0
92 * \def-api-feature http://bondi.omtp.org/api/filesystem.read
97 * \def-api-feature http://bondi.omtp.org/api/filesystem.write
103 * \def-api-feature-set http://bondi.omtp.org/api/filesystem
105 * \api-feature http://bondi.omtp.org/api/filesystem.read
106 * \api-feature http://bondi.omtp.org/api/filesystem.write
265 * \api-feature http://bondi.omtp.org/api/filesystem.read
291 * \api-feature http://bondi.omtp.org/api/filesystem.read
579 * \api-feature http://bondi.omtp.org/api/filesystem.read
600 * \api-feature http://bondi.omtp.org/api/filesystem.read
[all …]
H A Dbondi.widl17 * http://bondi.omtp.org/BONDI-LICENSE-2.0
185 * \def-api-feature http://bondi.omtp.org/api/bondi.requestfeature
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin6.c1350 if (omtp != NULL) in DoesSequenceHavePubWithText()
7721 if (omtp == NULL) { in ReadNextASNObject()
10774 ObjMgrTypePtr omtp; in SetupNewDescriptorsMenu() local
10781 omtp = NULL; in SetupNewDescriptorsMenu()
10792 while ((omtp = ObjMgrTypeFindNext (omp, omtp)) != NULL) { in SetupNewDescriptorsMenu()
10988 omtp = NULL; in SetupNewFeaturesMenu()
10991 while ((omtp = ObjMgrTypeFindNext (omp, omtp)) != NULL) { in SetupNewFeaturesMenu()
11095 omtp = NULL; in SetupNewPublicationsMenu()
11096 while ((omtp = ObjMgrTypeFindNext (omp, omtp)) != NULL) { in SetupNewPublicationsMenu()
11169 omtp = NULL; in SetupEditSecondary()
[all …]
H A Dsequin7.c961 ObjMgrTypePtr omtp; in GeneExtendFunc() local
1018 ObjMgrTypePtr omtp; in ExtendGene() local
1028 if (omtp != NULL && omtp->labelfunc != NULL) { in ExtendGene()
2705 ObjMgrTypePtr omtp; member
2715 ObjMgrTypePtr omtp; in CollectCDSAncestorGatherFunc() local
2727 omtp = ccp->omtp; in CollectCDSAncestorGatherFunc()
2728 if (omtp == NULL || omtp->subtypefunc == NULL) return TRUE; in CollectCDSAncestorGatherFunc()
2911 ObjMgrTypePtr omtp; in RemoveCDSAncestorCallback() local
2921 omtp = ccp->omtp; in RemoveCDSAncestorCallback()
2922 if (omtp == NULL || omtp->subtypefunc == NULL) return; in RemoveCDSAncestorCallback()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPlatform.cpp2404 FeatureState& omtp = gfxConfig::GetFeature(Feature::OMTP); in InitOMTPConfig() local
2417 omtp.SetDefaultFromPref("layers.omtp.enabled", true, in InitOMTPConfig()
2422 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2428 omtp.ForceDisable(FeatureStatus::Blocked, "OMTP blocked by safe-mode", in InitOMTPConfig()
2431 omtp.ForceDisable(FeatureStatus::Blocked, in InitOMTPConfig()
2436 if (omtp.IsEnabled()) { in InitOMTPConfig()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp2865 FeatureState& omtp = gfxConfig::GetFeature(Feature::OMTP); in InitOMTPConfig() local
2878 omtp.SetDefaultFromPref("layers.omtp.enabled", true, in InitOMTPConfig()
2885 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2889 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2893 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2899 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2905 omtp.ForceDisable(FeatureStatus::Blocked, "OMTP blocked by safe-mode", in InitOMTPConfig()
2909 if (omtp.IsEnabled()) { in InitOMTPConfig()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatform.cpp2819 FeatureState& omtp = gfxConfig::GetFeature(Feature::OMTP); in InitOMTPConfig() local
2832 omtp.SetDefaultFromPref("layers.omtp.enabled", true, in InitOMTPConfig()
2840 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2844 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2851 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2858 omtp.ForceDisable(FeatureStatus::Blocked, "OMTP blocked before OSX 10.10", in InitOMTPConfig()
2864 omtp.ForceDisable(FeatureStatus::Blocked, "OMTP blocked by safe-mode", in InitOMTPConfig()
2868 if (omtp.IsEnabled()) { in InitOMTPConfig()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp2865 FeatureState& omtp = gfxConfig::GetFeature(Feature::OMTP); in InitOMTPConfig() local
2878 omtp.SetDefaultFromPref("layers.omtp.enabled", true, in InitOMTPConfig()
2885 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2889 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2893 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2899 omtp.ForceDisable(FeatureStatus::Broken, in InitOMTPConfig()
2905 omtp.ForceDisable(FeatureStatus::Blocked, "OMTP blocked by safe-mode", in InitOMTPConfig()
2909 if (omtp.IsEnabled()) { in InitOMTPConfig()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/sub/
H A Dfont_load_ft.c668 unsigned char *omtp; in generate_tables() local
688 omtp = desc->tables.omt; in generate_tables()
731 for(mx=0;mx<desc->tables.o_size;mx++) *(omtp++) = (i*desc->tables.om[mx] + (base/2))/base; in generate_tables()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/sub/
H A Dfont_load_ft.c668 unsigned char *omtp; in generate_tables() local
688 omtp = desc->tables.omt; in generate_tables()
731 for(mx=0;mx<desc->tables.o_size;mx++) *(omtp++) = (i*desc->tables.om[mx] + (base/2))/base; in generate_tables()

123