Home
last modified time | relevance | path

Searched defs:removable (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/dports/audio/praat/praat-6.2.03/sys/
H A DFormula.h92 autoVEC removable; in reset() local
100 autoMAT removable; in reset() local
108 autoSTRVEC removable; in reset() local
164 autoVEC removable; in reset() local
169 autoMAT removable; in reset() local
174 autoSTRVEC removable; in reset() local
/dports/multimedia/zart/zart-099554f/src/
H A DKeypointList.cpp83 KeypointList::Keypoint::Keypoint(float x, float y, QColor color, bool removable, float radius, bool… in Keypoint()
88 KeypointList::Keypoint::Keypoint(QPointF point, QColor color, bool removable, float radius, bool ke… in Keypoint()
93 KeypointList::Keypoint::Keypoint(QColor color, bool removable, float radius, bool keepOpacityWhenSe… in Keypoint()
/dports/multimedia/zart/gmic-2.8.1/zart/src/
H A DKeypointList.cpp83 KeypointList::Keypoint::Keypoint(float x, float y, QColor color, bool removable, float radius, bool… in Keypoint()
88 KeypointList::Keypoint::Keypoint(QPointF point, QColor color, bool removable, float radius, bool ke… in Keypoint()
93 KeypointList::Keypoint::Keypoint(QColor color, bool removable, float radius, bool keepOpacityWhenSe… in Keypoint()
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/
H A DKeypointList.cpp63 KeypointList::Keypoint::Keypoint(float x, float y, QColor color, bool removable, bool burst, float … in Keypoint()
68 KeypointList::Keypoint::Keypoint(QPointF point, QColor color, bool removable, bool burst, float rad… in Keypoint()
73 KeypointList::Keypoint::Keypoint(QColor color, bool removable, bool burst, float radius, bool keepO… in Keypoint()
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/
H A DKeypointList.cpp68 KeypointList::Keypoint::Keypoint(float x, float y, QColor color, bool removable, bool burst, float … in Keypoint()
73 KeypointList::Keypoint::Keypoint(QPointF point, QColor color, bool removable, bool burst, float rad… in Keypoint()
78 KeypointList::Keypoint::Keypoint(QColor color, bool removable, bool burst, float radius, bool keepO… in Keypoint()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/
H A DKeypointList.cpp68 KeypointList::Keypoint::Keypoint(float x, float y, QColor color, bool removable, bool burst, float … in Keypoint()
73 KeypointList::Keypoint::Keypoint(QPointF point, QColor color, bool removable, bool burst, float rad… in Keypoint()
78 KeypointList::Keypoint::Keypoint(QColor color, bool removable, bool burst, float radius, bool keepO… in Keypoint()
/dports/math/cvc4/CVC4-1.7/src/prop/minisat/simp/
H A DSimpSolver.h186 inline bool SimpSolver::addClause(const vec<Lit>& ps, bool removable, ClauseId& id) in addClause()
188 inline bool SimpSolver::addEmptyClause(bool removable) { add_tmp.clear(); ClauseId id=-1; return… in addEmptyClause()
189 inline bool SimpSolver::addClause (Lit p, bool removable, ClauseId& id) in addClause()
191 inline bool SimpSolver::addClause (Lit p, Lit q, bool removable, ClauseId& id) in addClause()
193 inline bool SimpSolver::addClause (Lit p, Lit q, Lit r, bool removable, ClauseId& id) in addClause()
/dports/misc/broot/broot-1.7.0/cargo-crates/lfs-core-0.4.2/src/
H A Ddisk.rs18 pub removable: Option<bool>, field
33 let removable = sys::read_file_as_bool(&format!("/sys/block/{}/removable", name)); in new() localVariable
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dsearch_path_option.cc138 SearchPathOption::add_path (const string& path, bool removable) in add_path()
155 SearchPathOption::PathEntry::PathEntry (const std::string& path, bool removable) in PathEntry()
/dports/databases/mantis/mantisbt-2.25.2/core/classes/
H A DInvalidPlugin.class.php52 public $removable = true; variable in InvalidPlugin
/dports/net-mgmt/unifi6/unifi6-6.5.55/usr/lib/unifi/webapps/ROOT/app-unifi/angular/g1e94ee816/data/defaults/
H A Ddashboard-common-modules.json7 "removable": false, boolean
/dports/editors/calligra/calligra-3.2.1/libs/pigment/resources/
H A DKoResource.cpp34 bool removable; member
133 bool KoResource::removable() const in removable() function in KoResource
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dcadical.cpp76 ClauseId CadicalSolver::addClause(SatClause& clause, bool removable) in addClause()
89 bool removable) in addXorClause()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/block/
H A Dsandbox.c92 int host_dev_bind(int devnum, char *filename, bool removable)
163 int host_dev_bind(int dev, char *filename, bool removable)

12345678910>>...31