Searched refs:serialize (Results 1 – 25 of 31) sorted by relevance
12
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | Random.php | 103 …(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 D | CacheInstructions.php | 43 return io_saveFile($this->cache, serialize($instructions));
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Rating.php | 57 return md5(serialize($this));
|
| H A D | Copyright.php | 57 return md5(serialize($this));
|
| H A D | Credit.php | 67 return md5(serialize($this));
|
| H A D | Author.php | 64 return md5(serialize($this));
|
| H A D | Restriction.php | 69 return md5(serialize($this));
|
| H A D | Category.php | 78 return md5(serialize($this));
|
| H A D | Caption.php | 87 return md5(serialize($this));
|
| H A D | Enclosure.php | 271 return md5(serialize($this));
|
| H A D | Source.php | 48 return md5(serialize($this->data));
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | File.php | 74 $data = serialize($data);
|
| H A D | Memcache.php | 83 …return $this->cache->set($this->name, serialize($data), MEMCACHE_COMPRESSED, (int) $this->options[…
|
| H A D | Memcached.php | 80 return $this->setData(serialize($data));
|
| H A D | DB.php | 80 return [serialize($data->data), $items_by_id];
|
| H A D | Redis.php | 101 $response = $this->cache->set($this->name, serialize($data));
|
| H A D | MySQL.php | 191 $query->bindValue(':data', serialize($prepared[1][$new_id]->data)); 209 $query->bindValue(':data', serialize($data)); 218 $query->bindValue(':data', serialize($data));
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | script.js | 69 jQuery('#acl__detail form').serialize() + '&call=plugin_acl&ajax=info'
|
| /dokuwiki/inc/ |
| H A D | Draft.php | 94 $draft['hasBeenSaved'] = io_saveFile($draft['cname'], serialize($draft));
|
| H A D | DifferenceEngine.php | 631 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 D | parserutils.php | 487 return io_saveFile(metaFN($id, '.meta'), serialize($meta)); 794 $optionsmd5 = md5(serialize($options));
|
| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 114 … params += jQuery('#dw__editform').find(dw_locktimer.fieldsToSaveAsDraft.join(', ')).serialize();
|
| H A D | media.js | 368 return action + '&' + $form.serialize();
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Repository.php | 294 $cache->storeCache(serialize($data));
|
| /dokuwiki/lib/exe/ |
| H A D | js.php | 88 …$cache = new Cache('scripts' . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'] . md5(serialize($fi…
|
12