Home
last modified time | relevance | path

Searched refs:compileId (Results 1 – 25 of 80) sorted by relevance

1234

/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DSmartyCustom.php127 if ($compileId != null) {
129 $compileId = md5($compileId);
161 * @param null $compileId
212 * @param null $compileId
294 if (strlen($compileId) > 32) {
295 $compileId = md5($compileId);
356 if (strlen($compileId) > 32) {
357 $compileId = md5($compileId);
386 if (strlen($compileId) > 32) {
387 $compileId = md5($compileId);
[all …]
H A DSmartyCacheResourceMysql.php45 * @param string $compileId compile id
56 protected function fetch($id, $name, $cacheId, $compileId, &$content, &$mtime) argument
76 * @param string $compileId compile id
84 protected function fetchTimestamp($id, $name, $cacheId, $compileId) argument
98 * @param string $compileId compile id
108 protected function save($id, $name, $cacheId, $compileId, $expTime, $content) argument
129 * @param string $compileId compile id
139 protected function delete($name, $cacheId, $compileId, $expTime) argument
142 if ($name === null && $cacheId === null && $compileId === null && $expTime === null) {
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Template/
H A DString.php31 protected $compileId; variable in Dwoo_Template_String
97 * @param string $compileId the unique compiled identifier, which is used to distinguish this
110 if ($compileId !== null) {
111 …$this->compileId = str_replace('../', '__', strtr($compileId, '\\%?=!:;'.PATH_SEPARATOR, '/-------…
346 self::$cache['compiled'][$this->compileId] = true;
374 self::$cache['compiled'][$this->compileId] = true;
401 * @param string $compileId the unique compiled identifier, which is used to distinguish this
409 return new self($resourceId, $cacheTime, $cacheId, $compileId);
422 if ($this->compileId===null) {
423 $this->compileId = $this->name;
[all …]
H A DFile.php52 * @param string $compileId the unique compiled identifier, which is used to distinguish this
56 …public function __construct($file, $cacheTime = null, $cacheId = null, $compileId = null, $include… argument
62 if ($compileId !== null) {
63 …$this->compileId = str_replace('../', '__', strtr($compileId, '\\%?=!:;'.PATH_SEPARATOR, '/-------…
180 * @param string $compileId the unique compiled identifier, which is used to distinguish this
186 …teFactory(Dwoo $dwoo, $resourceId, $cacheTime = null, $cacheId = null, $compileId = null, Dwoo_ITe… argument
240 return new $class($resourceId, $cacheTime, $cacheId, $compileId, $includePath);
253 if ($this->compileId===null) {
254 $this->compileId = str_replace('../', '__', strtr($this->getResourceIdentifier(), '\\:', '/-'));
256 return $dwoo->getCompileDir() . $this->compileId.'.d'.Dwoo::RELEASE_TAG.'.php';
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Template/
H A DString.php31 protected $compileId; variable in Dwoo_Template_String
97 * @param string $compileId the unique compiled identifier, which is used to distinguish this
110 if ($compileId !== null) {
111 …$this->compileId = str_replace('../', '__', strtr($compileId, '\\%?=!:;'.PATH_SEPARATOR, '/-------…
346 self::$cache['compiled'][$this->compileId] = true;
374 self::$cache['compiled'][$this->compileId] = true;
401 * @param string $compileId the unique compiled identifier, which is used to distinguish this
409 return new self($resourceId, $cacheTime, $cacheId, $compileId);
422 if ($this->compileId===null) {
423 $this->compileId = $this->name;
[all …]
H A DFile.php52 * @param string $compileId the unique compiled identifier, which is used to distinguish this
56 …public function __construct($file, $cacheTime = null, $cacheId = null, $compileId = null, $include…
62 if ($compileId !== null) {
63 …$this->compileId = str_replace('../', '__', strtr($compileId, '\\%?=!:;'.PATH_SEPARATOR, '/-------…
180 * @param string $compileId the unique compiled identifier, which is used to distinguish this
186 …tory(Dwoo_Core $dwoo, $resourceId, $cacheTime = null, $cacheId = null, $compileId = null, Dwoo_ITe…
240 return new $class($resourceId, $cacheTime, $cacheId, $compileId, $includePath);
253 if ($this->compileId===null) {
254 $this->compileId = str_replace('../', '__', strtr($this->getResourceIdentifier(), '\\:', '/-'));
256 return $dwoo->getCompileDir() . $this->compileId.'.d'.Dwoo_Core::RELEASE_TAG.'.php';
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DCompilationListenerProfiler.java36 private final int compileId; field in CompilationListenerProfiler
43 public CompilationListenerProfiler(CompilerProfiler profiler, int compileId) { in CompilationListenerProfiler() argument
45 this.compileId = compileId; in CompilationListenerProfiler()
50 … profiler.notifyCompilerInlingEvent(compileId, caller, callee, succeeded, message.toString(), bci); in notifyInlining()
60 profiler.notifyCompilerPhaseEvent(compileId, start, name.toString(), nesting); in enterPhase()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DCompilationListenerProfiler.java36 private final int compileId; field in CompilationListenerProfiler
43 public CompilationListenerProfiler(CompilerProfiler profiler, int compileId) { in CompilationListenerProfiler() argument
45 this.compileId = compileId; in CompilationListenerProfiler()
50 … profiler.notifyCompilerInlingEvent(compileId, caller, callee, succeeded, message.toString(), bci); in notifyInlining()
60 profiler.notifyCompilerPhaseEvent(compileId, start, name.toString(), nesting); in enterPhase()
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Smarty/
H A DAdapter.php167 public function display($filename, $cacheId=null, $compileId=null) argument
169 $this->fetch($filename, $cacheId, $compileId, true);
172 public function fetch($filename, $cacheId=null, $compileId=null, $display=false) argument
217 $tpl = $this->makeTemplate($filename, $cacheId, $compileId);
390 public function is_cached($tpl, $cacheId = null, $compileId = null) argument
392 return $this->isCached($this->makeTemplate($tpl, $cacheId, $compileId));
436 $this->makeTemplate($template, $cacheId, $compileId)->clearCache($olderThan);
451 protected function makeTemplate($file, $cacheId, $compileId) argument
453 if ($compileId === null)
454 $compileId = $this->compile_id;
[all …]
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Smarty/
H A DAdapter.php167 public function display($filename, $cacheId=null, $compileId=null) argument
169 $this->fetch($filename, $cacheId, $compileId, true);
172 public function fetch($filename, $cacheId=null, $compileId=null, $display=false) argument
217 $tpl = $this->makeTemplate($filename, $cacheId, $compileId);
390 public function is_cached($tpl, $cacheId = null, $compileId = null) argument
392 return $this->isCached($this->makeTemplate($tpl, $cacheId, $compileId));
436 $this->makeTemplate($template, $cacheId, $compileId)->clearCache($olderThan);
451 protected function makeTemplate($file, $cacheId, $compileId) argument
453 if ($compileId === null)
454 $compileId = $this->compile_id;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DJFRCompilerProfiler.java45 …public void notifyCompilerPhaseEvent(int compileId, long startTime, String name, int nestingLevel)… in notifyCompilerPhaseEvent() argument
46 JFR.CompilerPhaseEvent.write(startTime, name, compileId, nestingLevel); in notifyCompilerPhaseEvent()
50 …public void notifyCompilerInlingEvent(int compileId, ResolvedJavaMethod caller, ResolvedJavaMethod… in notifyCompilerInlingEvent() argument
52 JFR.CompilerInliningEvent.write(compileId, caller, callee, succeeded, message, bci); in notifyCompilerInlingEvent()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DJFRCompilerProfiler.java45 …public void notifyCompilerPhaseEvent(int compileId, long startTime, String name, int nestingLevel)… in notifyCompilerPhaseEvent() argument
46 JFR.CompilerPhaseEvent.write(startTime, name, compileId, nestingLevel); in notifyCompilerPhaseEvent()
50 …public void notifyCompilerInlingEvent(int compileId, ResolvedJavaMethod caller, ResolvedJavaMethod… in notifyCompilerInlingEvent() argument
52 JFR.CompilerInliningEvent.write(compileId, caller, callee, succeeded, message, bci); in notifyCompilerInlingEvent()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DJFR.java74 public static void write(long startTime, String phaseName, int compileId, int phaseLevel) { in write() argument
75 …compilerToVM().notifyCompilerPhaseEvent(startTime, getPhaseToId(phaseName), compileId, phaseLevel); in write()
95 …public static void write(int compileId, ResolvedJavaMethod caller, ResolvedJavaMethod callee, bool… in write() argument
96 …compilerToVM().notifyCompilerInliningEvent(compileId, (HotSpotResolvedJavaMethodImpl) caller, (Hot… in write()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DJFR.java74 public static void write(long startTime, String phaseName, int compileId, int phaseLevel) { in write() argument
75 …compilerToVM().notifyCompilerPhaseEvent(startTime, getPhaseToId(phaseName), compileId, phaseLevel); in write()
95 …public static void write(int compileId, ResolvedJavaMethod caller, ResolvedJavaMethod callee, bool… in write() argument
96 …compilerToVM().notifyCompilerInliningEvent(compileId, (HotSpotResolvedJavaMethodImpl) caller, (Hot… in write()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DJFR.java89 public static void write(long startTime, String phaseName, int compileId, int phaseLevel) { in write() argument
90 …compilerToVM().notifyCompilerPhaseEvent(startTime, getPhaseToId(phaseName), compileId, phaseLevel); in write()
110 …public static void write(int compileId, ResolvedJavaMethod caller, ResolvedJavaMethod callee, bool… in write() argument
111 …compilerToVM().notifyCompilerInliningEvent(compileId, (HotSpotResolvedJavaMethodImpl) caller, (Hot… in write()
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/
H A DDwoo.compiled.php1compileId = null, Dwoo_ITemplate $parentTemplate = null) { if (isset($this->resources[$resourceNam… argument
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DChannelsPanel.py302 grp_id = self.compileId(player.name, TYPE_PERSONAL)
324 self.compileId(player.name, TYPE_PERSONAL),
328 self.compileId(player.name, TYPE_COMP),
332 self.compileId(player.name, TYPE_BLINDFOLD),
336 self.compileId(player.name, TYPE_GUEST),
340 self.compileId(player.name, TYPE_PERSONAL),
348 self.friendsList.removeRow(self.compileId(player.name,
359 grp_id = self.compileId(grp_id, TYPE_CHANNEL)
364 grp_id = self.compileId(grp_id, TYPE_CHANNEL)
376 def compileId(self, grp_id, type): member in ChannelsPanel
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java97 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
98 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
99 compileIds.add(compileId); in doTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java97 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
98 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
99 compileIds.add(compileId); in doTest()
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/
H A DDwoo.compiled.php1compileId = null, Dwoo_ITemplate $parentTemplate = null) { if (isset($this->resources[$resourceNam… argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java100 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
101 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
102 compileIds.add(compileId); in doTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java100 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
101 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
102 compileIds.add(compileId); in doTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java97 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
98 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
99 compileIds.add(compileId); in doTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java100 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
101 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
102 compileIds.add(compileId); in doTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCompilerCompile.java99 Integer compileId = Events.assertField(event, "compileId").getValue(); in doTest() local
100 assertFalse(compileIds.contains(compileId), "compile id not unique: " + compileId); in doTest() local
101 compileIds.add(compileId); in doTest()

1234