Home
last modified time | relevance | path

Searched refs:cacheString (Results 1 – 25 of 45) sorted by relevance

12

/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/lib/Net/Jabber/
H A DKey.pm148 my ($cacheString) = @_;
150 $self->{DEBUG}->Log1("Create: cacheString($cacheString)");
153 $self->{CACHE}->{$cacheString} = $key;
166 my ($cacheString,$key) = @_;
168 $self->{DEBUG}->Log1("Compare: cacheString($cacheString) key($key)");
169 my $cacheKey = delete($self->{CACHE}->{$cacheString});
/dports/www/e107/e107/e107_plugins/news/
H A Dnews_categories_menu.php11 $cacheString = 'nq_news_categories_menu_'.md5(serialize($parm).USERCLASS_LIST.e_LANGUAGE); variable
12 $cached = e107::getCache()->retrieve($cacheString);
35 e107::getCache()->set($cacheString, $cached);
H A Dlatestnews_menu.php10 $cacheString = 'nq_news_latest_menu_'.md5(serialize($parm).USERCLASS_LIST.e_LANGUAGE); variable
11 $cached = e107::getCache()->retrieve($cacheString);
51 e107::getCache()->set($cacheString, $cached);
H A Dnews.php29 private $cacheString = 'news.php_default_'; variable in news_front
268 $this->cacheString = 'news.php_'.e_QUERY;
765 private function checkCache($cacheString) argument
834 if($newsCachedPage = $this->checkCache($this->cacheString))
842 $this->addDebug("Cache", 'inactive: '.$this->cacheString);
1098 $this->setNewsCache($this->cacheString, $cache_data);
1114 if($newsCachedPage = $this->checkCache($this->cacheString))
1117 $rows = $this->getNewsCache($this->cacheString,'rows');
1243 $this->setNewsCache($this->cacheString, $cache_data, $news);
1677 $this->setNewsCache($this->cacheString, $text);
[all …]
/dports/www/e107/e107/e107_handlers/
H A De_upgrade_class.php62 $cacheString = $mode. 'UpdateCheck';
64 …$e107cache->CachePageMD5 = md5($cacheString.$this->getOption('curFolder').$this->getOption('curVer…
66 if(($cache==TRUE) && ($cacheData = $e107cache->retrieve($cacheString, 3600, TRUE)))
111 $e107cache->set($cacheString, $txt, TRUE);
H A Dnews_class.php445 $cacheString = 'nq_news_grid_menu_'.md5(serialize($parm));
447 $cached = e107::getCache()->retrieve($cacheString);
555 e107::getCache()->set($cacheString, $cached);
/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Dloggingmodel.cpp24 QString LoggingModel::cacheString(const QString &str, QSet<QString> &cache, QStandardItemModel *mod… in cacheString() function in LoggingModel
51 cacheString(app, mAppCache, mAppFilterModel), in addMessage()
53 cacheString(category, mCategoryCache, mCategoryFilterModel), in addMessage()
54 cacheString(file, mFileCache), in addMessage()
55 cacheString(function, mFunctionCache), in addMessage()
H A Ddebugmodel.cpp34 QString DebugModel::cacheString(const QString &str, QMap<QString, QString> &cache, QStandardItemMod… in cacheString() function in DebugModel
63 … mMessages.push_back({cacheString(sender, mSenderCache, mSenderFilterModel), direction, message}); in addMessage()
H A Ddebugmodel.h55 …QString cacheString(const QString &str, QMap<QString, QString> &cache, QStandardItemModel *model =…
H A Dloggingmodel.h70 …static QString cacheString(const QString &str, QSet<QString> &cache, QStandardItemModel *model = n…
/dports/databases/db18/db-18.1.40/util/db_gui/envpage/
H A DBDBEnvInitializable.java104 String cacheString = CacheSizeTextField.getText(); in getCacheSize() local
105 if (cacheString == null || cacheString.length() == 0) in getCacheSize()
108 long cacheBytes = Long.parseLong(cacheString); in getCacheSize()
112 "Invalid value for cache size: " + cacheString); in getCacheSize()
/dports/net-mgmt/observium/observium/libs/cli/
H A DColors.php120 self::cacheString($passed, $return);
136 self::cacheString($passed, $string);
173 static public function cacheString( $passed, $colorized, $deprecated = null ) { function in cli\\Colors
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/test/org/apache/hadoop/streaming/
H A DTestSymLink.java51 String cacheString = "This is just the cache string"; field in TestSymLink
106 file.writeBytes(cacheString); in testSymLink()
125 assertEquals(cacheString + "\t", line); in testSymLink()
H A DTestMultipleCachefiles.java53 String cacheString = "This is just the cache string"; field in TestMultipleCachefiles
110 file.writeBytes(cacheString + "\n"); in testMultipleCachefiles()
135 assertEquals(cacheString + "\t", line); in testMultipleCachefiles()
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/symbols/
H A DSymbol.java66 String cacheString; // .. printing when escape chare may be needed field in Symbol
153 else if (currentFlags == cacheFlags) return cacheString; in toPrint()
210 cacheString = cache.toString(); in toPrint()
211 return cacheString; in toPrint()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/
H A DTestSymLink.java53 String cacheString = "This is just the cache string"; field in TestSymLink
110 file.writeBytes(cacheString); in testSymLink()
129 assertEquals(cacheString + "\t", line); in testSymLink()
H A DTestMultipleCachefiles.java56 String cacheString = "This is just the cache string"; field in TestMultipleCachefiles
119 file.writeBytes(cacheString + "\n"); in testMultipleCachefiles()
144 assertEquals(cacheString + "\t", line); in testMultipleCachefiles()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DNetworkMarker.cpp68 if (Span<const char> cacheString = GetCacheState(aCacheDisposition); in profiler_add_network_marker() local
69 !cacheString.IsEmpty()) { in profiler_add_network_marker()
70 aWriter.StringProperty("cache", cacheString); in profiler_add_network_marker()
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DSymbol.java58 String cacheString; // .. printing when escape chare may be needed field in Symbol
168 else if (currentFlags == cacheFlags) return cacheString; in toPrint()
225 cacheString = cache.toString(); in toPrint()
226 return cacheString; in toPrint()
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DSymbol.java61 String cacheString; // .. printing when escape chars may be needed field in Symbol
173 else if (currentFlags == (cacheFlags & 0xffff)) return cacheString; in toPrint()
230 cacheString = cache.toString(); in toPrint()
231 return cacheString; in toPrint()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Ditestparser.cpp82 const QString &cacheString, in precompiledHeaderContains() argument
91 LookupInfo info{header, cacheString}; in precompiledHeaderContains()
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Ddom.h9 const char *cacheString(const char *string);
/dports/www/e107/e107/
H A Dpage.php98 public $cacheString; /* current page cache string */ variable in pageClass
133 $this->cacheString = 'page_'.$this->pageID.'_'.$this->pageSelected;
729 $cacheData = $e107cache->retrieve($this->cacheString);
747 $e107cache->set($this->cacheString, $data);
1018 $e107cache->clear($this->cacheString);
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/util/
H A DGLFont.h142 GLFontStringCache *cacheString(const std::wstring& str, int pxHeight, int vpx, int vpy);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp177 std::string cacheString [] = { "", "_no_cache" }; in generateTestName() local
181 …result += '_' + getShaderFlagStr(m_shaders[ndx], false) + cacheString[m_noCache ? 1 : 0] + delayed… in generateTestName()
184 result += cacheString[m_noCache ? 1 : 0] + delayedDestroyString[m_delayedDestroy ? 1 : 0]; in generateTestName()

12