/plugin/freechat/phpfreechat/ |
H A D | checkmd5.php | 4 if (md5(file_get_contents("./version.txt")) == "84b17206d983a7430710b2a1f8ae52b8") 10 if (md5(file_get_contents("./COPYING.txt")) == "6316f2b9af0cab4497de71b53e26a01f") 16 if (md5(file_get_contents("./misc/doc-archi1.svg")) == "3c2b6ce5c03537846b6ec11eb8aae96e") 22 if (md5(file_get_contents("./misc/login.svg")) == "c89ef14d3f40ec6b555f76722ab140c5") 28 if (md5(file_get_contents("./misc/tabs.svg")) == "02dc973dc9cf45246f3cef1963cc84e2") 52 if (md5(file_get_contents("./misc/png2gif.sh")) == "51c749d6e30da2150572587de04b0f9c") 70 if (md5(file_get_contents("./misc/logout.png")) == "9e56228db0820eeaee172674d5a28330") 82 if (md5(file_get_contents("./misc/login.png")) == "9982dea5d71d32f409117c06bc629c96") 88 if (md5(file_get_contents("./misc/tarSource")) == "a208a7e2951eb68394d2209b9c90e09b") 106 if (md5(file_get_contents("./misc/checkmd5")) == "8d9338e6c52283a3ef5b44c284fdaef9") [all …]
|
/plugin/epub/ |
H A D | helper.php | 24 $md5 = md5($id); 25 if(isset($this->cache[$md5])) return true; 30 $md5 = md5($id); 31 $this->delete_page($md5); 34 function delete_page($md5) { argument 35 unset($this->cache[$md5]); 42 function delete_media($md5) { argument 55 $this->cache[md5($id)] = $id; 68 $md5 = md5($id); 86 $_md5=md5($data); [all …]
|
H A D | admin.php | 35 foreach($_REQUEST['book_id'] as $md5=>$id) { 37 $epub_deletions[] = $this->helper->delete_media($md5); 39 $this->helper->delete_page($md5); 67 foreach($cache as $md5=>$id) { 70 …ptln('<li style="list-style-type:none; color: #333;"><input name="book_id[' . $md5 .']" type="chec… 71 … style="color:#333">' . $current_books[$md5]['title'] . "\n" . ' <li style="color:#333">' . $cur… 72 …ptln(" <!--input type = 'hidden' name='$md5' value='" . $current_books[$md5]['epub'] ."'/ -->\n …
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
H A D | DigestTest.php | 47 $digestHash = md5( 48 md5($username . ':' . self::REALM . ':' . $password) . ':' . 53 md5('GET' . ':' . '/') 77 $digestHash = md5( 78 md5($username . ':' . self::REALM . ':' . $password) . ':' . 83 md5('GET' . ':' . '/') 116 $digestHash = md5( 117 md5($username . ':' . self::REALM . ':' . $password) . ':' . 122 md5('POST' . ':' . '/' . ':' . md5('body')) 145 $digestHash = md5( [all …]
|
/plugin/do/db/ |
H A D | update0007.sql | 3 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 D | update0001.sql | 3 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 D | update0006.sql | 4 REPLACE INTO task_status SELECT task_status.page as page, task_status.md5 as md5, task_status.status as status, task_status.closedby as closedby, tasks.msg as msg FROM task_status, tasks WHERE task_status.md5 = tasks.md5;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.php | 25 public $md5; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo 38 public function setMd5($md5) argument 40 $this->md5 = $md5; 47 return $this->md5;
|
/plugin/mantis/lib/ |
H A D | class.wsdlcache.php | 61 return $this->cache_dir.'/wsdlcache-' . md5($wsdl); 125 if (isset($this->fplock[md5($filename)])) { 129 $this->fplock[md5($filename)] = fopen($filename.".lock", "w"); 131 return flock($this->fplock[md5($filename)], LOCK_SH); 133 return flock($this->fplock[md5($filename)], LOCK_EX); 173 $ret = flock($this->fplock[md5($filename)], LOCK_UN); 174 fclose($this->fplock[md5($filename)]); 175 unset($this->fplock[md5($filename)]);
|
/plugin/do/ |
H A D | domd5changed.php | 6 "SELECT tasks.md5, tasks.page, tasks.text 18 $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 [all...] |
H A D | helper.php | 55 * keys are: page, md5, date, user, text, creator 66 'INSERT INTO tasks (page,md5,date,text,creator,pos) 69 $data['md5'], 77 'INSERT INTO task_assignees (page,md5,user) 80 $data['md5'], 95 * - md5 a single task 161 if (isset($args['md5'])) { 162 if (!is_array($args['md5'])) { 163 $args['md5'] = array($args['md5']); 253 toggleTaskStatus($page, $md5, $commitmsg = '') global() argument [all...] |
/plugin/svg/ |
H A D | syntax.php | 177 . md5( getID() ) . $syntax_plugin_svg_pcount 192 . md5( getID() ) . $syntax_plugin_svg_pcount 205 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="' 215 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="' 224 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | user.php | 123 } elseif($user['password'] != md5(md5($password).$user['salt'])) { 132 $password = md5(md5($password).$salt); 151 if(!$ignoreoldpw && $data['password'] != md5(md5($oldpw).$data['salt'])) { 155 $sqladd = $newpw ? "password='".md5(md5($newpw).$data['salt'])."'" : ''; 228 return $questionid > 0 && $answer != '' ? substr(md5($answer.md5($questionid)), 16, 8) : ''; 235 $username = substr(md5($username), 8, 15); 273 $username = substr(md5($username), 8, 15);
|
/plugin/news/scripts/ |
H A D | feedData.php | 42 foreach($ar as $md5) { 43 $file = $this->helper->getMetaFN($md5, '.gz'); 45 $this->feedDataBaseNames[] = $md5; 130 $md5 = array_shift($this->feedDataBaseNames); 131 if(!$md5) return false; 132 $this->currentMD5BaseName = $md5; 133 return $this->helper->getMetaFN($md5, '.gz');
|
/plugin/schedule/ |
H A D | scheduleRoot.class.php | 340 $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/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | HttpPutTest.php | 50 'ETag' => ['"' . md5('hello') . '"'] 79 'ETag' => ['"' . md5('bar') . '"'] 113 'ETag' => ['"' . md5('hello') . '"'] 130 ['If-Match' => '"' . md5('foo') . '"'], 147 'ETag' => ['"' . md5('hello') . '"'], 200 'ETag' => ['"' . md5('hello') . '"'] 295 'ETag' => ['"' . md5('hello') . '"'],
|
/plugin/do/syntax/ |
H A D | do.php | 114 $data['task']['md5'] = md5( 143 * @param string $md5 - the task identifier 147 protected function _oldTask($page, $md5) argument 158 $oldTasks[$state['md5']] = $state; 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] [all...] |
/plugin/webdav/vendor/sabre/http/lib/Auth/ |
H A D | Digest.php | 50 $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/davcal/vendor/sabre/http/lib/Auth/ |
H A D | Digest.php | 50 $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/quickstats/db/ |
H A D | dataBaseStructure.txt | 14 [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/swiftmail/Swift/Authenticator/ |
H A D | CRAMMD5.php | 60 $password = pack('H32', md5($password)); 68 $inner = pack('H32', md5($k_ipad.$challenge)); 69 $digest = md5($k_opad.$inner);
|
/plugin/authgoogle/google/cache/ |
H A D | Google_FileCache.php | 89 $storageFile = $this->getCacheFile(md5($key)); 109 $storageDir = $this->getCacheDir(md5($key)); 110 $storageFile = $this->getCacheFile(md5($key)); 132 $file = $this->getCacheFile(md5($key));
|
/plugin/quickstats/ |
H A D | helper.php | 67 $md5 = md5($id);
68 if(isset($this->cache[$md5])) return true;
89 $this->cache[md5($id)] = $id;
|
/plugin/authwordpress/ |
H A D | class-phpass.php | 78 md5(microtime() . $this->random_state); 80 pack('H*', md5($this->random_state)); 149 $hash = md5($salt . $password, TRUE); 151 $hash = md5($hash . $password, TRUE); 154 $hash = pack('H*', md5($salt . $password)); 156 $hash = pack('H*', md5($hash . $password));
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SimplePDO.php | 176 'etag' => '"' . md5($row['calendardata']) . '"', 214 'etag' => '"' . md5($row['calendardata']) . '"', 249 return '"' . md5($calendarData) . '"'; 276 return '"' . md5($calendarData) . '"';
|