Home
last modified time | relevance | path

Searched refs:cachedName (Results 51 – 75 of 125) sorted by relevance

12345

/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/utilities/
H A DFileUtils.h27 static int GetCachedFileContents(const std::string& cachedName, const std::string& filePath,
H A DFileUtils.cpp172 int FileUtils::GetCachedFileContents(const std::string& cachedName, const std::string& filePath, in GetCachedFileContents() argument
176 const std::string cachedPath = FileUtils::GetUserDataAddonFilePath(cachedName); in GetCachedFileContents()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/models/
H A Dpoints.go96 cachedName string member
1010 if p.cachedName != "" {
1011 return p.cachedName
1013 p.cachedName = string(escape.Unescape(p.name()))
1014 return p.cachedName
1019 p.cachedName = ""
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dgen_helper.c363 const char *cachedName) in genResultUpdateWithFlags() argument
394 uvars.cachedName = cachedName; in genResultUpdateWithFlags()
H A Dblas_kgen.h313 const char *cachedName; /**< Name of lds chached values */ member
H A Dblas_kgen.c858 const char *cachedName) in updateGenericResultGen() argument
996 if (cachedName) { in updateGenericResultGen()
999 strcat(tmpcachedName, cachedName); in updateGenericResultGen()
1229 uvarNames ? uvarNames->cachedName : NULL); in updateResultGen()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/legacy/
H A Dgen_helper_legacy.c266 const char *cachedName) in genResultUpdateWithFlagsOld() argument
297 uvars.cachedName = cachedName; in genResultUpdateWithFlagsOld()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/
H A DPieGraph.php20 …public function __construct($width = 300, $height = 200, $cachedName = "", $timeout = 0, $inline =… argument
22 parent::__construct($width, $height, $cachedName, $timeout, $inline);
H A DRadarGraph.php20 …public function __construct($width = 300, $height = 200, $cachedName = "", $timeout = 0, $inline =… argument
22 parent::__construct($width, $height, $cachedName, $timeout, $inline);
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/meta/proxy/
H A DMetaProxy_p.h48 QString cachedName; variable
79 stream->setInitialInfo( cachedArtist, cachedAlbum, cachedName, in slotUpdateTrack()
89 cachedName.clear(); in slotUpdateTrack()
H A DMetaProxy.cpp96 return d->cachedName; in name()
102 d->cachedName = name; in setTitle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DSymbolTable.cpp22 Symbol *SymbolTable::find(CachedHashStringRef cachedName) { in find() argument
23 auto it = symMap.find(cachedName); in find()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DSymbolTable.cpp22 Symbol *SymbolTable::find(CachedHashStringRef cachedName) { in find() argument
23 auto it = symMap.find(cachedName); in find()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DSymbolTable.cpp22 Symbol *SymbolTable::find(CachedHashStringRef cachedName) { in find() argument
23 auto it = symMap.find(cachedName); in find()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DSymbolTable.cpp22 Symbol *SymbolTable::find(CachedHashStringRef cachedName) { in find() argument
23 auto it = symMap.find(cachedName); in find()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DSymbolTable.cpp22 Symbol *SymbolTable::find(CachedHashStringRef cachedName) {
23 auto it = symMap.find(cachedName);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DDNASequenceObject.h129 mutable QString cachedName; variable
/dports/devel/pear-HTML_Template_Sigma/HTML_Template_Sigma-1.3.0/HTML/Template/
H A DSigma.php1440 $cachedName = $this->_cachedName($filename);
1443 …return false !== ($sourceTime = @filemtime($sourceName)) && @filemtime($cachedName) === $sourceTim…
1551 $cachedName = $this->_cachedName($filename);
1562 $res = $this->_writeFileAtomically($cachedName, serialize($cache));
1566 @touch($cachedName, @filemtime($this->fileRoot . $filename));
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp234 const char* cachedName = ucnv_getName(cachedConverter, &err); in createICUConverter() local
235 if (U_SUCCESS(err) && m_encoding == cachedName) { in createICUConverter()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ngcanvas.pas650 cachedName: string;
654 cachedName := GetCachedName(aName, bold, italic);
655 index := IndexOfCachedFont(cachedName);
682 fontItem.fontName := cachedName;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ngcanvas.pas650 cachedName: string;
654 cachedName := GetCachedName(aName, bold, italic);
655 index := IndexOfCachedFont(cachedName);
682 fontItem.fontName := cachedName;
/dports/devel/rth/rth/jpgraph-1.8/src/
H A Djpgraph_radar.php394 function RadarGraph($width=300,$height=200,$cachedName="",$timeout=0,$inline=1) { argument
395 $this->Graph($width,$height,$cachedName,$timeout,$inline);
/dports/mail/squirrelmail-translations/squirrelmail.locales/support/smstats/includes/
H A Djpgraph_radar.php396 function RadarGraph($width=300,$height=200,$cachedName="",$timeout=0,$inline=1) { argument
397 $this->Graph($width,$height,$cachedName,$timeout,$inline);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_radar.php415 function RadarGraph($width=300,$height=200,$cachedName="",$timeout=0,$inline=1) { argument
416 $this->Graph($width,$height,$cachedName,$timeout,$inline);
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_radar.php436 function RadarGraph($width=300,$height=200,$cachedName="",$timeout=0,$inline=1) { argument
437 $this->Graph($width,$height,$cachedName,$timeout,$inline);

12345