Home
last modified time | relevance | path

Searched refs:md5 (Results 126 – 150 of 327) sorted by last modified time

12345678910>>...14

/plugin/quickstats/db/
H A DdataBaseStructure.txt14 [date] => Array( [md5(<namespace:>page_name)] => timestamp)
100 /* assoc array intermixed md5(page_id) and ip keys */
101 [md5(page_id)] => Array
106 [md5(page_id)] => Array
117 [md5(page_id)] => Array
/plugin/quickstats/
H A Dhelper.php67 $md5 = md5($id);
68 if(isset($this->cache[$md5])) return true;
89 $this->cache[md5($id)] = $id;
H A Dsyntax.php386 $md5 =md5($item);
387 … $date_str = (is_array($date) && isset($date[$md5]) ) ? $date[$md5] : false;
/plugin/quickstats/scripts/
H A Dget_pages.php34 print_r($page_users[md5($page)]);
H A Dextended_data.php373 if(isset($page_users[md5($page)])) {
374 $temp[$page] = array('accesses'=>$accesses, 'ips'=>$page_users[md5($page)]);
/plugin/csv/syntax/
H A Dvalue.php62 $cache = md5(serialize($opt));
/plugin/zerolinecss/
H A DREADME.md28 'href' => '/lib/exe/css.php?t=' . $conf['template'] . '&tseed=' . md5($updateVersion)
/plugin/preregister/
H A Daction.php59 $md5= $INPUT->str('prereg');
60 if(!preg_match("/^(\w){32}$/",$md5,$matches)) return;;
61 echo $this->getLang('registering') . $md5;
62 $this->process_registration($md5);
105 $index = md5(microtime() . $salt);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/outliner/
H A Dsyntax.php78 $outline_id = ''.md5($ID).'_'.$pos;
/plugin/matrixnotifier/
H A Dhelper.php159 …nt/r0/rooms/'.$roomid.'/send/m.room.message/'.uniqid('docuwiki', true).'-'.md5(strval(random_int(0…
/plugin/externalembed/
H A Daction.php139 $cacheHelper->updateETag(md5(time()));
/plugin/externalembed/helper/
H A DcacheInterface.php31 $cache->storeETag(md5(time()));
/plugin/svgembed/
H A Dsyntax.php264 $svgembed_md5 = sprintf('svgembed_%s', md5(ml($data['src'], $ml_array)));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 …n 'make_timestamptz',\n 'masklen',\n 'max',\n 'md5',\n 'min',\n…
H A D50.50.js.map1 …,\n 'lower',\n 'lpad and rpads',\n 'ltrim',\n 'md5',\n 'octet_l…
H A D23.23.js.map1 …pt|filebase64sha256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha…
/plugin/schedule/
H A Dschedules.class.php96 $this->md5ns = md5 ($this->nameSpace);
178 $filename = $this->cacheDir.md5 ($key).'.cache';
190 $filename = $this->cacheDir.md5 ($key).'.cache';
H A Dscript.js35 function scheduleAjax (form, action, md5) { argument
52 params += "&schd[action]="+action+"&schd[md5]="+md5;
H A DscheduleRoot.class.php340 $md5 = $request['md5'];
341 if (!$md5)
343 $schedules = new schedules ($this, $request[$md5]['ns']);
347 $md5 = $request['md5'];
348 $date = $this->df2ds ($request[$md5]['date']);
349 $md5bis = $request[$md5]['toNs'];
352 $src = new schedules ($this, $request[$md5]['ns']);
388 foreach ($list as $md5 => $item) {
398 ' <td class="value">'.$md5.'</td>'.NL.
420 if ($md5bis != $md5)
[all …]
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php96 if ($contentMD5 != base64_encode(md5($body, true))) {
H A DDigest.php50 $this->opaque = md5($realm);
115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);
146 $A2 .= ':' . md5($body);
153 $A2 = md5($A2);
155 …$validResponse = md5("{$this->A1}:{$this->digestParts['nonce']}:{$this->digestParts['nc']}:{$this-…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php138 return '"' . md5($data) . '"';
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php959 $significantChangeHash = md5($significantChangeHash);

12345678910>>...14