Home
last modified time | relevance | path

Searched refs:oldtag (Results 1 – 7 of 7) sorted by relevance

/plugin/autolink2/
H A Dhelper.php153 foreach ($oldautolinks as $oldtag){
154 if (!$oldtag) continue; // skip empty autolinks
155 $oldtag = utf8_strtolower($oldtag);
156 if (in_array($oldtag, $autolinks)) continue; // tag is still there
157 $this->autolink_idx[$oldtag]="";
192 foreach ($oldautolinks as $oldtag){
193 if (!$oldtag) continue; // skip empty autolinks
194 $oldtag = utf8_strtolower($oldtag);
196 $this->autolink_idx[$oldtag]="";
/plugin/exttab3/
H A Dsyntax.php191 $oldtag = array_pop($this->stack);
192 $this->close($oldtag, $pos, $match, $handler);
193 } while ($oldtag != 'table');
200 $oldtag = array_pop($this->stack);
201 $this->close($oldtag, $pos, $match, $handler);
224 $oldtag = array_pop($this->stack);
225 $this->close($oldtag, $pos, $match, $handler);
244 $oldtag = array_pop($this->stack);
246 } while ($oldtag != 'tr');
252 $oldtag = array_pop($this->stack);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php273 if ($this->oldtag === false) {
277 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
278 $this->oldtag = false;
281 $this->oldtag = false;
H A DRijndael.php1027 if ($this->oldtag === false) {
1030 if (strlen($this->oldtag) != 16) {
1033 …$plaintext = sodium_crypto_aead_aes256gcm_decrypt($ciphertext . $this->oldtag, $this->aad, $this->…
1035 $this->oldtag = false;
1040 if ($this->oldtag === false) {
1049 $this->oldtag,
1053 $this->oldtag = false;
H A DChaCha20.php157 if ($this->oldtag === false) {
162 $this->oldtag = false;
169 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
170 $this->oldtag = false;
173 $this->oldtag = false;
/plugin/definitionlist/
H A Dsyntax.php92 $oldtag = array_pop($this->stack);
96 …$this->_writeCall($oldtag,DOKU_LEXER_EXIT,$pos,$match,$handler); // close the current definition …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php571 protected $oldtag = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1533 if ($this->oldtag === false) {
1556 if ($this->oldtag != substr($newtag, 0, strlen($newtag))) {
1561 $this->oldtag = false;
1564 $this->oldtag = false;
1944 $this->oldtag = $tag;