Home
last modified time | relevance | path

Searched refs:isOpt (Results 1 – 25 of 72) sorted by relevance

123

/dports/mail/mew/mew-6.8/bin/hs/
H A DUtil.hs32 splitArgOpt as = (filter isArg as, filter isOpt as)
34 isArg = not . isOpt
35 isOpt = ("-" `isPrefixOf`) function
/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/bin/hs/
H A DUtil.hs32 splitArgOpt as = (filter isArg as, filter isOpt as)
34 isArg = not . isOpt
35 isOpt = ("-" `isPrefixOf`) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/unicode-collation-0.1.3/app/
H A DMain.hs48 let isOpt ('-':_) = True function
49 isOpt _ = False function
50 spec <- maybe "root" T.pack . find (not . isOpt) <$> getArgs
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/OSX/CocoaVanilla/
H A DCVKeyCode.mm105 (isOpt() == k->isOpt()) &&
116 if (isOpt()) mm |= kMenuOptionModifier;
201 if (isOpt()) strcat(func, "⌥");
211 if (isOpt()) strcat(func, "o");
H A DCVKeyCode.h50 virtual int isOpt() { return isAlt(); } in isOpt() function
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/OSX/CocoaVanilla/
H A DCVKeyCode.mm105 (isOpt() == k->isOpt()) &&
116 if (isOpt()) mm |= kMenuOptionModifier;
201 if (isOpt()) strcat(func, "⌥");
211 if (isOpt()) strcat(func, "o");
H A DCVKeyCode.h50 virtual int isOpt() { return isAlt(); } in isOpt() function
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMPhonetic/
H A DOVIMPhoneticStatic.cpp166 k->code(), k->isShift(), k->isOpt(), k->isCtrl(), k->isCommand(), in keyEvent()
230 if (k->isCtrl() && !k->isOpt() && !k->isCommand() && in isPunctuationCombination()
233 if (k->isCtrl() && k->isOpt() && !k->isCommand() && !k->isShift() && in isPunctuationCombination()
240 if ((kc=='0' || kc=='1') && !k->isOpt()) in punctuationKey()
H A DOVIMPhoneticSQLite.cpp229 if (k->isCtrl() && !k->isOpt() && !k->isCommand() && in isPunctuationCombination()
232 if (k->isCtrl() && k->isOpt() && !k->isCommand() && !k->isShift() && in isPunctuationCombination()
240 if ((kc=='0' || kc=='1') && !k->isOpt()) in punctuationKey()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMPhonetic/
H A DOVIMPhoneticStatic.cpp166 k->code(), k->isShift(), k->isOpt(), k->isCtrl(), k->isCommand(), in keyEvent()
230 if (k->isCtrl() && !k->isOpt() && !k->isCommand() && in isPunctuationCombination()
233 if (k->isCtrl() && k->isOpt() && !k->isCommand() && !k->isShift() && in isPunctuationCombination()
240 if ((kc=='0' || kc=='1') && !k->isOpt()) in punctuationKey()
H A DOVIMPhoneticSQLite.cpp229 if (k->isCtrl() && !k->isOpt() && !k->isCommand() && in isPunctuationCombination()
232 if (k->isCtrl() && k->isOpt() && !k->isCommand() && !k->isShift() && in isPunctuationCombination()
240 if ((kc=='0' || kc=='1') && !k->isOpt()) in punctuationKey()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/OSX/OpenVanilla.framework/Headers/
H A DOpenVanilla.h51 virtual int isOpt() { return isAlt(); } in isOpt() function
55 return isCtrl() || isAlt() || isOpt() || isCommand() || isNum(); in isFunctionKey()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/VisualBasic/OpenVanilla/
H A DOpenVanilla.h50 virtual int isOpt() { return isAlt(); } in isOpt() function
52 virtual int isFunctionKey() { return isCtrl()||isAlt()||isOpt()||isCommand(); } in isFunctionKey()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Framework/Headers/
H A DOpenVanilla.h51 virtual int isOpt() { return isAlt(); } in isOpt() function
55 return isCtrl() || isAlt() || isOpt() || isCommand() || isNum(); in isFunctionKey()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Framework/Headers/
H A DOpenVanilla.h51 virtual int isOpt() { return isAlt(); } in stop()
55 return isCtrl() || isAlt() || isOpt() || isCommand() || isNum();
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/OSX/OpenVanilla.framework/Headers/
H A DOpenVanilla.h51 virtual int isOpt() { return isAlt(); } in stop()
55 return isCtrl() || isAlt() || isOpt() || isCommand() || isNum();
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/VisualBasic/OpenVanilla/
H A DOpenVanilla.h50 virtual int isOpt() { return isAlt(); } in isOpt() function
52 virtual int isFunctionKey() { return isCtrl()||isAlt()||isOpt()||isCommand(); } in isFunctionKey()
/dports/math/minizinc/libminizinc-2.5.5/lib/flatten/
H A Dflatten_arrayaccess.cpp88 if (aa->type().isbool() && !aa->type().isOpt()) { in flatten_arrayaccess()
113 if (aa->type().isbool() && !aa->type().isOpt()) { in flatten_arrayaccess()
249 if (aa->type().isbool() && !aa->type().isOpt()) { in flatten_arrayaccess()
281 if (aa->type().isbool() && !aa->type().isOpt()) { in flatten_arrayaccess()
H A Dflatten_comp.cpp42 if (c->type().isOpt() || isvarset) { in flatten_comp()
191 VarDecl* r = (ctx.b == C_ROOT && e0->type().isbool() && !e0->type().isOpt()) in flatten_comp()
216 if (elems[i]->type().isOpt()) { in flatten_comp()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMUnicode/
H A DOVIMUnicode.cpp56 if (key->isOpt() || key->isCommand() || key->isCtrl()) return 0; in keyEvent()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMBig5/
H A DOVIMBig5.cpp67 if (key->isOpt() || key->isCommand() || key->isCtrl()) return 0; in keyEvent()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMBig5/
H A DOVIMBig5.cpp67 if (key->isOpt() || key->isCommand() || key->isCtrl()) return 0; in keyEvent()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMUnicode/
H A DOVIMUnicode.cpp56 if (key->isOpt() || key->isCommand() || key->isCtrl()) return 0;
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMBoshiamy/
H A DOVIMBoshiamy.cpp397 if (k->isCtrl() && !k->isOpt() && !k->isCommand() && in isPunctuationCombination()
400 if (k->isCtrl() && k->isOpt() && !k->isCommand() && !k->isShift() && in isPunctuationCombination()
408 if ((kc=='0' || kc=='1') && !k->isOpt()) in punctuationKey()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMGenericSQLite/
H A DOVIMGenericSQLite.cpp409 if (k->isCtrl() && !k->isOpt() && !k->isCommand() && in isPunctuationCombination()
412 if (k->isCtrl() && k->isOpt() && !k->isCommand() && !k->isShift() && in isPunctuationCombination()
420 if ((kc=='0' || kc=='1') && !k->isOpt()) in punctuationKey()

123