Home
last modified time | relevance | path

Searched defs:getVar (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/x11/hs-xmobar/xmobar-0.39/src/Xmobar/System/
H A DEnvironment.hs27 getVar "" = ("", "") function
28 getVar ('{':s'') = (takeUntil "}" s'', drop 1 . dropUntil "}" $ s'') function
29 getVar s'' = (takeUntil filterstr s'', dropUntil filterstr s'') function
/dports/science/netcdf-cxx/netcdf-cxx4-4.3.1/cxx4/
H A DncVar.cpp1363 void NcVar::getVar(char* dataValues) const { in getVar() function in NcVar
1379 void NcVar::getVar(signed char* dataValues) const { in getVar() function in NcVar
1387 void NcVar::getVar(short* dataValues) const { in getVar() function in NcVar
1395 void NcVar::getVar(int* dataValues) const { in getVar() function in NcVar
1403 void NcVar::getVar(long* dataValues) const { in getVar() function in NcVar
1411 void NcVar::getVar(float* dataValues) const { in getVar() function in NcVar
1419 void NcVar::getVar(double* dataValues) const { in getVar() function in NcVar
1435 void NcVar::getVar(unsigned int* dataValues) const { in getVar() function in NcVar
1443 void NcVar::getVar(long long* dataValues) const { in getVar() function in NcVar
1459 void NcVar::getVar(char** dataValues) const { in getVar() function in NcVar
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dvar_manager.cpp97 Variable *VarManager::getVar( const std::string &rName ) in getVar() function in VarManager
110 Variable *VarManager::getVar( const std::string &rName, const std::string &rType ) in getVar() function in VarManager
/dports/games/scummvm/scummvm-2.5.1/gui/
H A DThemeEval.h52 int getVar(const Common::String &s) { in getVar() function
63 int getVar(const Common::String &s, int def) { in getVar() function
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A DThemeEval.h52 int getVar(const Common::String &s) { in getVar() function
63 int getVar(const Common::String &s, int def) { in getVar() function
/dports/games/residualvm/residualvm-0.3.1/gui/
H A DThemeEval.h52 int getVar(const Common::String &s) { in getVar() function
63 int getVar(const Common::String &s, int def) { in getVar() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dxg.cpp33 if (auto getVar = DoomsdayApp::plugins().gameExports().GetPointer) in XG_GetGameClasses() local
/dports/deskutils/hs-arbtt/arbtt-0.10.2/src/
H A DCategorize.hs525 getVar v ctx | "current" `isPrefixOf` v = do function
528 getVar var (ctx { cWindowInScope = Just win }) function
529 getVar "title" ctx = do function
532 getVar "program" ctx = do function
535 getVar "desktop" ctx = return $ cDesktop (tlData (cNow ctx)) function
536 getVar v _ = error $ "Unknown variable " ++ v function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/Treeless/
H A DAsPatterns.hs35 getVar (TVar x) = Just x function
36 getVar _ = Nothing -- what about erased? function
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DUnscaledFontFreeType.cpp105 GetVarFunc getVar = &FT_Get_MM_Var; in GetVariationSettingsFromFace() local
109 static GetVarFunc getVar; in GetVariationSettingsFromFace() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DUnscaledFontFreeType.cpp105 GetVarFunc getVar = &FT_Get_MM_Var; in GetVariationSettingsFromFace() local
109 static GetVarFunc getVar; in GetVariationSettingsFromFace() local
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DUnscaledFontFreeType.cpp105 GetVarFunc getVar = &FT_Get_MM_Var; in GetVariationSettingsFromFace() local
109 static GetVarFunc getVar; in GetVariationSettingsFromFace() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DUnscaledFontFreeType.cpp105 GetVarFunc getVar = &FT_Get_MM_Var; in GetVariationSettingsFromFace() local
109 static GetVarFunc getVar; in GetVariationSettingsFromFace() local
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/srchilite/
H A Dvardefinitions.cpp46 VarDefinitions::getVar(const std::string &name) in getVar() function in srchilite::VarDefinitions
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/perl/ESL/
H A DIVR.pm39 sub getVar($;) { subroutine
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Ddragonvar.cpp35 uint16 DragonVAR::getVar(uint16 offset) { in getVar() function in Dragons::DragonVAR
/dports/databases/mantis/mantisbt-2.25.2/library/rssbuilder/
H A Dclass.RSSBase.inc.php58 protected function getVar($var_name = 'dummy') { function in RSSBase
/dports/www/osticket/upload/include/
H A Dclass.company.php43 function getVar($name) { function in Company
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/myst_stacks/
H A Dcredits.cpp82 uint16 Credits::getVar(uint16 var) { in getVar() function in Mohawk::MystStacks::Credits
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/myst_stacks/
H A Dcredits.cpp82 uint16 Credits::getVar(uint16 var) { in getVar() function in Mohawk::MystStacks::Credits
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libcxx/
H A DncmpiVar.cpp2276 void NcmpiVar::getVar(char* dataValues) const { in getVar() function in NcmpiVar
2280 void NcmpiVar::getVar(unsigned char* dataValues) const { in getVar() function in NcmpiVar
2284 void NcmpiVar::getVar(signed char* dataValues) const { in getVar() function in NcmpiVar
2288 void NcmpiVar::getVar(short* dataValues) const { in getVar() function in NcmpiVar
2292 void NcmpiVar::getVar(int* dataValues) const { in getVar() function in NcmpiVar
2296 void NcmpiVar::getVar(long* dataValues) const { in getVar() function in NcmpiVar
2300 void NcmpiVar::getVar(float* dataValues) const { in getVar() function in NcmpiVar
2304 void NcmpiVar::getVar(double* dataValues) const { in getVar() function in NcmpiVar
2308 void NcmpiVar::getVar(unsigned short* dataValues) const { in getVar() function in NcmpiVar
2312 void NcmpiVar::getVar(unsigned int* dataValues) const { in getVar() function in NcmpiVar
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/
H A DDollarInfo.hxx41 inline const ast::SimpleVar & getVar() const in getVar() function in analysis::DollarInfo
/dports/www/suphp/suphp-0.7.2/src/
H A DEnvironment.cpp30 std::string suPHP::Environment::getVar(const std::string& name) const in getVar() function in suPHP::Environment
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/testing/parser/
H A DContext.java46 public long getVar(String name) throws ParserException { in getVar() method in Context
/dports/security/pbc/pbc-0.5.14/
H A DChangeLog85 commit 6c8158192a3fa69b2d55242fac95cb65a5b8ae9c

1234567891011