Home
last modified time | relevance | path

Searched refs:md5 (Results 51 – 75 of 327) sorted by last modified time

12345678910>>...14

/plugin/blogtng/action/
H A Dedit.php59 $pid = md5($ID);
162 $pid = md5($ID);
303 $pid = md5($ID);
H A Dentry.php44 $pid = md5($ID);
70 $pid = md5($ID);
H A Dcomments.php59 $this->commenthelper->unsubscribe_by_key(md5($ID), $INPUT->str('btngu'));
H A Dpagedata.php41 $pid = md5($ID);
/plugin/blogtng/helper/
H A Dcomments.php349 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
353 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
H A Dlinkback.php31 $ehelper->load_by_pid(md5($ID));
53 $comment->setPid(md5($id));
H A Dentry.php188 if(!$this->entry['pid'] || $this->entry['pid'] == md5('')){
617 $pid = md5(cleanID($id));
913 $pid = md5(cleanID($id));
/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/imgpaste/
H A Daction.php135 $this->tempfile = $this->tempdir . '/' . md5($data);
/plugin/authdrupal8/
H A Dpassword.inc229 // have 'U' added as the first character and need an extra md5().
231 $password = md5($password);
246 // A phpass password generated using md5. This is an
248 $hash = _password_crypt('md5', $password, $stored_hash);
/plugin/captcha/
H A Dhelper.php28 $this->field_in = md5($this->fixedIdent() . $this->field_in);
29 $this->field_sec = md5($this->fixedIdent() . $this->field_sec);
30 $this->field_hp = md5($this->fixedIdent() . $this->field_hp);
195 $ident = hexdec(substr(md5($ident), 5, 5)); // use part of the md5 to generate an int
198 return md5($comb);
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php93 $nameImg = md5(trim($text) . $this->size) . '.png';
/plugin/mathpublish/
H A Dsyntax.php139 $ident = md5($math . '-' . $size);
/plugin/statdisplay/pchart/
H A DpCache.php113 $mKey = $mKey . md5 ( $tKey );
115 return (md5 ( $mKey ));
/plugin/advanced/admin/
H A Dconfig.php192 if (md5($content_old) === md5($content_new)) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php124 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
132 Utils::hash($s, 'md5');
139 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
/plugin/folded/
H A Dhelper.php24 $hash = md5($ID.$ACT);
/plugin/ckgedit/action/
H A Dedit.php142 $nval = substr(md5(time()), -20);

12345678910>>...14