Home
last modified time | relevance | path

Searched refs:md5 (Results 51 – 75 of 327) sorted by path

12345678910>>...14

/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … checkdate flush wordwrap htmlspecialchars htmlentities html_entity_decode md5 md5_file crc32 geti…
H A Dq.min.js.map1 …lower\",\"lsq\",\"ltime\",\"ltrim\",\"mavg\",\"max\",\"maxs\",\"mcount\",\"md5\",\"mdev\",\"med\",…
H A Dsparql.min.js.map1 … \"timezone\", \"tz\", \"now\", \"uuid\", \"struuid\", \"md5\", \"sha1\", \"sha2…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …-root|xdmp:modules-database|xdmp:merging|xdmp:merge-cancel|xdmp:merge|xdmp:md5|xdmp:logout|xdmp:lo…
/plugin/combo/ComboStrap/
H A DEvent.php209 $entry["data_hash"] = md5($entry["data"]);
H A DFetcherMarkup.php1408 $md5 = md5($this->markupString);
1409 return "Markup String Execution ($md5)";
H A DTemplateForWebPage.php829 $hash = md5($msg['msg']);
/plugin/combo/action/
H A Dstaticresource.php381 return '"' . md5($etagString) . '"';
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
/plugin/confmanager/
H A Dhelper.php52 return md5($hash);
/plugin/const/
H A Dclass.evalmath.php1149 $md5string = md5( self::_get_random_seed() );
1153 $md5string .= md5( $md5string );
1169 $random_values = unpack( 'v', md5( self::_get_random_seed(), true ) );
/plugin/cryptsign/
H A Dsign.php20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
H A Dsyntax.php59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
/plugin/csv/syntax/
H A Dvalue.php62 $cache = md5(serialize($opt));
/plugin/database2/
H A Ddatabase2.php988 if ( $input && ( $input['____single'] === md5( $rowid ) ) )
1312 $this->varname( '____single' ) => md5( $rowid ),
/plugin/davcal/
H A Dhelper.php866 strlen($eventStr), md5($eventStr), $uuid);
1379 … $dtEnd->getTimestamp(), strlen($eventStr), md5($eventStr), $uid);
1754 'etag' => md5($calendarData),
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php277 'etag' => md5($calendarData),
H A Dmigrateto20.php442 md5($row['carddata']),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php589 'etag' => md5($calendarData),
1203 …$stmt->execute([$principalUri, $objectData, $objectUri, time(), md5($objectData), strlen($objectDa…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php150 return '"' . md5($this->get()) . '"';
H A DPlugin.php793 $before = md5($data);
797 if ($before !== md5($data)) $modified = true;
894 if (!$modified && $before !== md5($data)) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php324 $etag = md5($cardData);
370 $etag = md5($cardData);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php136 return '"' . md5($data) . '"';
H A DPlugin.php336 $before = md5($data);
341 if (md5($data) !== $before) $modified = true;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php168 return $this->getDataDir() . '/sabredav_' . md5($path) . '.tempfile';

12345678910>>...14