Home
last modified time | relevance | path

Searched refs:serialize (Results 1 – 25 of 31) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php103 …(version_compare(PHP_VERSION, '8.1.0', '>=') ? serialize($GLOBALS) : self::safe_serialize($GLOBALS…
205 return serialize($arr);
220 return serialize($safearr);
/dokuwiki/inc/Cache/
H A DCacheInstructions.php43 return io_saveFile($this->cache, serialize($instructions));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRating.php95 return md5(serialize($this));
H A DCopyright.php95 return md5(serialize($this));
H A DCredit.php104 return md5(serialize($this));
H A DRestriction.php104 return md5(serialize($this));
H A DAuthor.php105 return md5(serialize($this));
H A DCategory.php118 return md5(serialize($this));
H A DCaption.php122 return md5(serialize($this));
H A DEnclosure.php273 return md5(serialize($this));
H A DSource.php76 return md5(serialize($this->data));
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php113 $data = serialize($data);
H A DMemcached.php119 return $this->setData(serialize($data));
H A DMemcache.php122 …return $this->cache->set($this->name, serialize($data), MEMCACHE_COMPRESSED, (int) $this->options[…
H A DDB.php117 return [serialize($data->data), $items_by_id];
H A DMySQL.php230 $query->bindValue(':data', serialize($prepared[1][$new_id]->data));
248 $query->bindValue(':data', serialize($data));
257 $query->bindValue(':data', serialize($data));
H A DRedis.php138 $response = $this->cache->set($this->name, serialize($data));
/dokuwiki/lib/plugins/acl/
H A Dscript.js69 jQuery('#acl__detail form').serialize() + '&call=plugin_acl&ajax=info'
/dokuwiki/inc/
H A DDraft.php94 $draft['hasBeenSaved'] = io_saveFile($draft['cname'], serialize($draft));
H A DDifferenceEngine.php631 if (serialize($from_lines) != serialize($this->orig()))
633 if (serialize($to_lines) != serialize($this->closing()))
637 if (serialize($to_lines) != serialize($rev->orig()))
639 if (serialize($from_lines) != serialize($rev->closing()))
H A Dparserutils.php487 return io_saveFile(metaFN($id, '.meta'), serialize($meta));
794 $optionsmd5 = md5(serialize($options));
/dokuwiki/lib/scripts/
H A Dlocktimer.js114 … params += jQuery('#dw__editform').find(dw_locktimer.fieldsToSaveAsDraft.join(', ')).serialize();
H A Dmedia.js368 return action + '&' + $form.serialize();
/dokuwiki/lib/plugins/extension/
H A DRepository.php293 $cache->storeCache(serialize($data));
/dokuwiki/lib/exe/
H A Djs.php88 …$cache = new Cache('scripts' . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'] . md5(serialize($fi…

12