Home
last modified time | relevance | path

Searched refs:countStack (Results 1 – 12 of 12) sorted by relevance

/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
92 $this->countStack[] = $this->captureCount;
157 $this->captureCount = array_pop($this->countStack);
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_capture.php38 private $countStack = array(); variable in Smarty_Internal_Runtime_Capture
102 $this->countStack[] = $this->captureCount;
171 $this->captureCount = array_pop($this->countStack);
/dports/devel/hyperscan/hyperscan-5.4.0/src/parser/
H A Dprefilter.cpp111 countStack.push(numPositions); in pre()
115 assert(!countStack.empty()); in post()
116 size_t before = countStack.top(); in post()
117 countStack.pop(); in post()
146 std::stack<size_t> countStack; member in ue2::__anona1a344d40111::SafeReferentVisitor
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DStackMapTableAttr.java19 int countLocals, countStack; field in StackMapTableAttr
113 System.arraycopy(encodedStack, 0, tmp, 0, countStack); in emitStackMapEntry()
196 countStack = curStackCount; in emitStackMapEntry()
H A DCodeAttr.java365 stackMap.countStack = 0; in noteParamTypes()