Home
last modified time | relevance | path

Searched refs:supplements (Results 1 – 25 of 1125) sorted by relevance

12345678910>>...45

/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dmodules.rst23 supplements/img/img2google
132 supplements/geodesy/velo
133 supplements/gshhg/gshhg
134 supplements/img/img2grd
153 supplements/segy/segyz
154 supplements/segy/segy
155 supplements/segy/segy2grd
156 supplements/seis/coupe
157 supplements/seis/meca
158 supplements/seis/polar
[all …]
H A Dmodules-classic.rst25 supplements/img/img2google
127 supplements/geodesy/psvelo
128 supplements/gshhg/gshhg
129 supplements/img/img2grd
148 supplements/segy/pssegyz
149 supplements/segy/pssegy
150 supplements/segy/segy2grd
151 supplements/seis/pscoupe
152 supplements/seis/psmeca
153 supplements/seis/pspolar
[all …]
H A Dchanges.rst154 #. :doc:`coupe </supplements/seis/coupe>`, :doc:`meca </supplements/seis/meca>`,
331 …:doc:`/supplements/geodesy/earthtide` and existing module :doc:`/supplements/geodesy/gpsgridder` to
412 * :doc:`/supplements/seis/polar` and :doc:`/supplements/seis/meca` can let beachball size scale
901 :doc:`gmtflexure <supplements/potential/gmtflexure>`:
908 :doc:`talwani2d <supplements/potential/talwani2d>`:
912 :doc:`talwani3d <supplements/potential/talwani3d>`:
1007 …:doc:`talwani3d <supplements/potential/talwani2d>` and x2sys's :doc:`x2sys_solve <supplements/x2sy…
1340 :doc:`gravfft <supplements/potential/gravfft>`:
1346 :doc:`grdredpol <supplements/potential/grdredpol>`:
1739 Several supplements have new features as well:
[all …]
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/cookbook/
H A Dsupplemental-packages.rst49 :doc:`mgd77header </supplements/mgd77/mgd77header>`,
50 :doc:`mgd77info </supplements/mgd77/mgd77info>`,
51 :doc:`mgd77list </supplements/mgd77/mgd77list>`,
52 :doc:`mgd77magref </supplements/mgd77/mgd77magref>`,
53 :doc:`mgd77manage </supplements/mgd77/mgd77manage>`,
54 :doc:`mgd77path </supplements/mgd77/mgd77path>`,
88 :doc:`coupe </supplements/seis/coupe>`,
89 :doc:`meca </supplements/seis/meca>`,
90 :doc:`polar </supplements/seis/polar>`, and
142 :doc:`x2sys_get </supplements/x2sys/x2sys_get>`,
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.gnc.com12 Disallow: /performance-supplements/pre-workout-supplements-1/?*
34 Disallow: /performance-supplements/pre-workout-supplements-1/?*
45 Disallow: /performance-supplements/pre-workout-supplements-1/?*
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dsuse.c23 repo_fix_supplements(Repo *repo, Offset provides, Offset supplements, Offset freshens) in repo_fix_supplements() argument
81 supplements = repo_addid_dep(repo, supplements, id, 0); in repo_fix_supplements()
96 supplements = repo_addid_dep(repo, supplements, id, 0); in repo_fix_supplements()
100 if (supplements) in repo_fix_supplements()
102 for (i = supplements; repo->idarraydata[i]; i++) in repo_fix_supplements()
186 if (!supplements || !repo->idarraydata[supplements]) in repo_fix_supplements()
188 for (i = supplements; repo->idarraydata[i]; i++) in repo_fix_supplements()
206 supplements = repo_addid_dep(repo, 0, idsupp, 0); in repo_fix_supplements()
208 return supplements; in repo_fix_supplements()
242 s->supplements = repo_fix_supplements(s->repo, s->provides, s->supplements, freshens); in repo_rewrite_suse_deps()
H A Dsolver_private.h74 if (!s->supplements) in solver_is_supplementing()
76 supp = s->repo->idarraydata + s->supplements; in solver_is_supplementing()
H A Dcleandeps.c344 if (s->supplements) in filter_unneeded()
348 for (dp = s->repo->idarraydata + s->supplements; *dp; dp++) in filter_unneeded()
720 if (!s->supplements) in solver_createcleandepsmap()
722 supp = s->repo->idarraydata + s->supplements; in solver_createcleandepsmap()
940 if (!s->supplements) in solver_createcleandepsmap()
946 supp = s->repo->idarraydata + s->supplements; in solver_createcleandepsmap()
952 supp = s->repo->idarraydata + s->supplements; in solver_createcleandepsmap()
1104 if (!s->supplements) in solver_createcleandepsmap()
1108 supp = s->repo->idarraydata + s->supplements; in solver_createcleandepsmap()
/dports/graphics/gmt/gmt-6.3.0/share/tools/
H A Dgmt_prepmex.sh65 cp gmt/plugins/supplements.so $MEXLIBDIR/gmt/plugins
113 otool -L supplements.so | grep executable_path | awk '{print $1}' > /tmp/t.lis
117 install_name_tool -change $old /opt/gmt/lib/$new supplements.so
140 …may need a gmt.conf file with GMT_CUSTOM_LIBS=/opt/gmt/lib/gmt/plugins/supplements.so in the start…
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/animations/
H A Danim14.rst10 generated by :doc:`/supplements/seis/meca` and :doc:`/supplements/seis/coupe`. The data are
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/gallery/
H A Dex27.rst12 :doc:`img2grd </supplements/img/img2grd>` and then plot it using your
17 :doc:`img2grd </supplements/img/img2grd>`\ [1]_ to pull out the grid
48 You could also use :doc:`img2grd </supplements/img/img2grd>`
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/
H A DTestUtilsForAssemblyBasedSVDiscovery.java117 final String[] supplements = saTag.substring(3 + saTag.indexOf(":Z:")).split(";"); in fromPrimarySAMRecordString() local
118 final List<AlignmentInterval> alignments = new ArrayList<>(supplements.length + 1); in fromPrimarySAMRecordString()
120 for (final String sup : supplements) { in fromPrimarySAMRecordString()
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-pkcs11-importer.c206 GckAttributes *supplements) in supplement_with_attributes() argument
211 for (i = 0; i < gck_attributes_count (supplements); i++) { in supplement_with_attributes()
212 supplement = gck_attributes_at (supplements, i); in supplement_with_attributes()
246 GckAttributes *supplements) in supplement_attributes() argument
340 supplement_with_attributes (&builder, supplements); in supplement_attributes()
347 supplement_with_attributes (&builder, supplements); in supplement_attributes()
364 supplement_with_attributes (&builder, supplements); in supplement_attributes()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/
H A Dgyp_chromium100 supplements = glob.glob(os.path.join(chrome_src, '*', 'supplement.gypi'))
101 for supplement in supplements:
/dports/www/node10/node-v10.24.1/deps/v8/gypfiles/
H A Dgyp_v896 supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
97 for supplement in supplements:
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DCFFEmbeddedFontWriter.cpp614 ByteAndUShortList supplements; in WriteEncodings() local
626 supplements.push_back(ByteAndUShort(*itMoreEncoding,sid)); in WriteEncodings()
632 if(supplements.size() > 0) in WriteEncodings()
650 if(supplements.size() > 0) in WriteEncodings()
652 mPrimitivesWriter.WriteCard8(Byte(supplements.size())); in WriteEncodings()
653 ByteAndUShortList::iterator itCollectedSupplements = supplements.begin(); in WriteEncodings()
655 for(; itCollectedSupplements != supplements.end(); ++itCollectedSupplements) in WriteEncodings()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/supplements/potential/
H A Dtalwani3d.rst195 :doc:`grdmath </grdmath>`, :doc:`gravfft </supplements/potential/gravfft>`,
196 :doc:`gmtgravmag3d </supplements/potential/gmtgravmag3d>`,
197 :doc:`grdgravmag3d </supplements/potential/grdgravmag3d>`,
198 :doc:`talwani2d </supplements/potential/talwani2d>`
H A Dtalwani2d.rst191 :doc:`gravfft </supplements/potential/gravfft>`,
192 :doc:`gmtgravmag3d </supplements/potential/gmtgravmag3d>`,
193 :doc:`grdgravmag3d </supplements/potential/grdgravmag3d>`,
194 :doc:`talwani3d </supplements/potential/talwani3d>`
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/
H A D.options5 org.eclipse.equinox.weaving.hook/debug/supplements=false
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Drpmte.c56 rpmds supplements; /*!< Supplements: dependencies. */ member
96 te->supplements = rpmdsFree(te->supplements); in rpmteCleanDS()
180 p->supplements = rpmdsNewPool(tspool, h, RPMTAG_SUPPLEMENTNAME, 0); in addTE()
443 case RPMTAG_SUPPLEMENTNAME: return te->supplements; in rpmteDS()
/dports/net-mgmt/netbox/netbox-3.0.12/docs/additional-features/
H A Djournaling.md3 …tes and comments about an object maintained for historical context. It supplements NetBox's change…
/dports/finance/R-cran-plm/plm/man/
H A DSumHes.Rd19 Online supplements to Hayashi (2000).
/dports/www/lynx-current/lynx2.9.0dev.9/docs/
H A DREADME.jp4 This document shows some supplements for Japanese in Japanese.
/dports/www/lynx/lynx2.8.9rel.1/docs/
H A DREADME.jp4 This document shows some supplements for Japanese in Japanese.
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst110 This information supplements the ``pixelformat`` and must be set
154 This information supplements the ``colorspace`` and must be set by
168 This information supplements the ``colorspace`` and must be set by
184 This information supplements the ``colorspace`` and must be set by
197 This information supplements the ``colorspace`` and must be set by

12345678910>>...45