Home
last modified time | relevance | path

Searched refs:unserialize (Results 126 – 150 of 224) sorted by relevance

123456789

/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php36 $backlinks = unserialize($contents);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php93 $propFind->set($row['name'], unserialize($row['value']));
/plugin/openid/Auth/OpenID/
H A DPredisStore.php124 return $association ? unserialize($association) : null;
/plugin/linkback/exe/
H A Dtrackback.php72 $data = unserialize(io_readFile($file, false));
H A Dpingback.php92 $data = unserialize(io_readFile($file, false));
/plugin/xcom/
H A Dremote.php158 $inf = @unserialize($inf_str);
287 $data_array = @unserialize(file_get_contents($file));
/plugin/bez/action/
H A Ddefault.php28 $notifs = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]);
40 $this->notifications = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php112 $args = unserialize(shell_exec('php '.escapeshellarg($tmp)));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php188 return unserialize(base64_decode($result));
/plugin/numbering/
H A Daction.php92 $ar = unserialize(io_readFile($db,false));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php88 $profile2 = unserialize(serialize($profile));
/plugin/spatialhelper/helper/
H A Dsearch.php66 $this->spatial_idx = unserialize(io_readFile($idx_dir . '/spatial.idx', false), ['allowed_classes' => false]);
/plugin/poll/
H A Dsyntax.php66 $poll = unserialize(@file_get_contents($pfile));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php27 $this->filter = unserialize('O:37:"SebastianBergmann\CodeCoverage\Filter":0:{}');
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php103 $propFind->set($row['name'], unserialize($row['value']));
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php82 ($val = @unserialize($ucnt)) !== false // not boolean false
/plugin/statistics/inc/
H A DBrowscap.php325 $pattern_data = unserialize($pattern_data);
348 $browser = $value = $browser + unserialize($this->_browsers[$key]);
351 $value = unserialize($this->_browsers[$value[3]]);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php359 \unserialize($serialized_arr)
/plugin/htmlokay/
H A Ddirectory_scan-3.php144 $data = unserialize($str);
/plugin/mantis/lib/
H A Dclass.wsdlcache.php109 return (!is_null($s)) ? unserialize($s) : null;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php66 return $this->cachedTokens[$service] = unserialize($val);
/plugin/issuetracker/
H A Daction.php284 { $issues = unserialize(@file_get_contents($pfile));}
355 { $issues = unserialize(@file_get_contents($pfile)); }
580 { $issues = unserialize(@file_get_contents($pfile)); }
824 {$mods = unserialize(@file_get_contents($modfile));}
3201 { $issue = unserialize(@file_get_contents($pfile));
3249 {$mods = unserialize(@file_get_contents($modfile));}
3322 $user_before = unserialize(@file_get_contents($filename));
3383 $issues = unserialize(@file_get_contents($pfile));
3415 $comments = unserialize(@file_get_contents($pfile));
3427 $mods = unserialize(@file_get_contents($pfile));
[all …]
/plugin/news/scripts/
H A DfeedData.php54 return unserialize($ret);
/plugin/twofactor/action/
H A Dlogin.php168 $data = unserialize(base64_decode($_COOKIE[self::TWOFACTOR_COOKIE]));
/plugin/rrdgraph/
H A Dhelper.php286 … $this->localRecipeCache[$pageId . "/" . $recipeName] = unserialize($cache->retrieveCache());
293 … $this->localRecipeCache[$pageId . "/" . $recipeName] = unserialize($cache->retrieveCache());

123456789