Home
last modified time | relevance | path

Searched refs:md5 (Results 101 – 125 of 327) sorted by path

12345678910>>...14

/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php962 $significantChangeHash = md5($significantChangeHash);
/plugin/dbquery/
H A Dhelper.php46 $conid = md5($dsn . $user . $pass);
/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/directions/syntax/
H A Dgraph.php77 $return['md5'] = md5($dotcode); // we only pass a hash around
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1 …pt|filebase64sha256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha…
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…
/plugin/discussion/
H A Daction.php537 $cid = md5($comment['user']['id'].$date); // create a unique id
561 $data['subscribers'][$mail]['hash'] = md5($mail . mt_rand());
574 $data['subscribers'][$mail]['hash'] = md5($mail . mt_rand());
H A Dconvert.php128 $cid = md5($name.$date);
/plugin/ditaa/
H A Dsyntax.php101 $return['md5'] = md5($input.$this->_prepareData($return)); // we only pass a hash around
164 * @param string $md5 MD5 of the input data, used to identify the cache files
167 public function _imgfile($md5) { argument
168 $file_cfg = getCacheName($md5, '.ditaa.cfg'); // configs
169 $file_txt = getCacheName($md5, '.ditaa.txt'); // input
170 $file_png = getCacheName($md5, '.ditaa.png'); // ouput
/plugin/do/db/
H A Dupdate0001.sql3 md5, field
9 CREATE UNIQUE INDEX idx_tasks_page_md5 ON tasks(page, md5);
13 md5, field
17 CREATE UNIQUE INDEX idx_task_status_page_md5 ON task_status(page, md5);
H A Dupdate0006.sql4 ….md5 as md5, task_status.status as status, task_status.closedby as closedby, tasks.msg as msg FROM…
H A Dupdate0007.sql3 CREATE TABLE task_assignees (page, md5, user); field
6 INSERT INTO task_assignees (page, md5, user) SELECT page,md5,user FROM tasks WHERE user != '';
9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
10 INSERT INTO tasks_tmp SElECT page, md5, date, text , creator , pos FROM tasks;
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
14 INSERT INTO tasks SElECT page, md5, date, text , creator , pos FROM tasks_tmp;
H A Dupdate0008.sql1 CREATE UNIQUE INDEX idx_tasks_page_md5 ON tasks(page, md5);
/plugin/do/
H A Ddomd5changed.php18 $md5 = md5(utf8_strtolower(preg_replace('/\s/', '', $row['tasks.text'])) . variable
21 'md5 = \'' . $md5 . '\' WHERE md5 = \'' . $row['tasks.md5'] . '\'
23 …sqlite_exec($sqlite, 'UPDATE task_status SET md5 = \'' . $md5 . '\' WHERE md5 = \'' . $row['tasks.…
H A Dhelper.php245 * @param string $md5 tasks md5 hash
253 public function toggleTaskStatus($page, $md5, $commitmsg = '') argument
260 $md5 = trim($md5);
261 if (!$page || !$md5) {
275 $page, $md5
284 $task = $this->loadTasks(array('id' => $ID, 'md5' => $md5))[0];
299 $page, $md5, $stat, $name, $commitmsg
310 $page, $md5
/plugin/do/scripts/
H A DPluginDo.js412 var $dotags = jQuery('.plugin_do_' + state.md5);
/plugin/do/syntax/
H A Ddo.php114 $data['task']['md5'] = md5(
143 * @param string $md5 - the task identifier
147 protected function _oldTask($page, $md5) argument
161 if (empty($oldTasks[$md5])) {
164 return (array)$oldTasks[$md5];
173 protected function _needsSave($page, $md5) argument
175 if (isset($this->saved[$page][$md5])) {
178 $this->saved[$page][$md5] = 1;
/plugin/dokubookmark/
H A Dhelper.php117 $check = md5('');
119 $check = md5($TEXT);
121 $mod = md5($TEXT) !== $check;
/plugin/dokumicrobugtracker/
H A DREADME.md33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs …
H A Dedit.php57 $pfile = metaFN2(md5($project), '.bugs');
H A Dsyntax.php94 $pfile = metaFN2(md5($data['project']), '.bugs');
/plugin/dokutexit/
H A Dlatex.php77 $this->putcmd("label{" . md5($cleanid) . "}");
135 $this->putcmd("label{" . md5($cleanid) . "}"); //label for links on headers
428 $md5 = md5($cleanid);
432 $this->putcmd('hyperref[' . $md5 . ']{');
453 $md5 = md5($cleanid);
456 'hash' => $md5));
463 $this->put($md5);
1330 $this->put(md5($filename));
/plugin/dropfiles/
H A Dyarn.lock937 md5.js "^1.3.4"
1716 md5.js@^1.3.4:
1718 …resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.4.tgz#e9bdbde94a20a5ac18b04340fc5764d5b…

12345678910>>...14