Home
last modified time | relevance | path

Searched defs:MULTIPLE (Results 1 – 25 of 394) sorted by last modified time

12345678910>>...16

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmhdr.h121 #define MULTIPLE(x,y) ((x)%(y) == 0 ? (x) : (y)%(x) == 0 ? (y) : (y)*(x)) macro
/dports/lang/python310/Python-3.10.1/Lib/tkinter/
H A Dconstants.py86 MULTIPLE='multiple' variable
/dports/lang/python38/Python-3.8.12/Lib/tkinter/
H A Dconstants.py86 MULTIPLE='multiple' variable
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A Dconstants.py86 MULTIPLE='multiple' variable
/dports/lang/python39/Python-3.9.9/Lib/tkinter/
H A Dconstants.py86 MULTIPLE='multiple' variable
/dports/lang/python311/Python-3.11.0a3/Lib/tkinter/
H A Dconstants.py86 MULTIPLE='multiple' variable
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmhdr.h72 #define MULTIPLE(x,y) ((x)%(y) == 0 ? (x) : (y)%(x) == 0 ? (y) : (y)*(x)) macro
/dports/databases/grass7/grass-7.8.6/gui/wxpython/animation/
H A Dtemporal_manager.py34 MULTIPLE = 2 variable in DataMode
/dports/audio/audiere/audiere-1.9.4/src/
H A Daudiere.h829 MULTIPLE, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/clap/src/args/
H A Dsettings.rs9 const MULTIPLE = 1 << 1; const
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/javasrc/
H A DAttributeName.java1226 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4381 public static final int MULTIPLE = 3; field in GeckoSession.PromptDelegate.ChoicePrompt.Type
4620 public static final int MULTIPLE = 2; field in GeckoSession.PromptDelegate.FilePrompt.Type
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_search_helpers.h114 #define MULTIPLE(test) \ macro
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/build/arg/
H A Dsettings.rs121 const MULTIPLE = Self::MULTIPLE_OCC.bits | Self::MULTIPLE_VALS.bits; const
/dports/www/firefox/firefox-99.0/parser/html/javasrc/
H A DAttributeName.java1226 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4247 public static final int MULTIPLE = 3; field in GeckoSession.PromptDelegate.ChoicePrompt.Type
4457 public static final int MULTIPLE = 2; field in GeckoSession.PromptDelegate.FilePrompt.Type
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/clap/src/args/
H A Dsettings.rs9 const MULTIPLE = 1 << 1; const
/dports/www/firefox-esr/firefox-91.8.0/parser/html/javasrc/
H A DAttributeName.java1226 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DGeckoSession.java4381 public static final int MULTIPLE = 3; field in GeckoSession.PromptDelegate.ChoicePrompt.Type
4620 public static final int MULTIPLE = 2; field in GeckoSession.PromptDelegate.FilePrompt.Type
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/clap/src/args/
H A Dsettings.rs9 const MULTIPLE = 1 << 1; const
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dhtmltokn.h309 MULTIPLE, enumerator
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_class.h388 enum Keytype { PRIMARY, UNIQUE, MULTIPLE, FULLTEXT, SPATIAL, FOREIGN_KEY}; enumerator
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_class.h388 enum Keytype { PRIMARY, UNIQUE, MULTIPLE, FULLTEXT, SPATIAL, FOREIGN_KEY}; enumerator
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_class.h342 enum Keytype { PRIMARY, UNIQUE, MULTIPLE, FULLTEXT, SPATIAL, FOREIGN_KEY}; enumerator
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_class.h342 enum Keytype { PRIMARY, UNIQUE, MULTIPLE, FULLTEXT, SPATIAL, FOREIGN_KEY}; enumerator

12345678910>>...16