/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
H A D | Code11.php | 53 // calculate check digit C 56 $check = 0; 65 $check += ($dval * $p); 72 $check %= 11; 74 if ($check == 10) { 75 $check = '-'; 78 $code .= $check; 79 $checkdigit = $check; 82 // calculate check digit K 84 $check [all...] |
H A D | Msi.php | 58 $check = 0; 60 $check += (hexdec($code[$i]) * $p); 66 $check %= 11; 67 if ($check > 0) { 68 $check = 11 - $check; 70 $code .= $check; 71 $checkdigit = $check;
|
H A D | Code93.php | 182 // calculate check digit C 184 $check = 0; 187 $check += ($k[0] * $p); 193 $check %= 47; 194 $c = $chars[$check]; 197 // calculate check digit K 199 $check = 0; 202 $check += ($k[0] * $p); 208 $check %= 47; 209 $k = $chars[$check]; [all...] |
/plugin/authgoogle/google/cache/ |
H A D | Google_MemcacheCache.php | 42 $this->check(); 50 $this->check(); 57 $this->check(); 63 $this->check(); 86 private function check() { function in Google_MemcacheCache 96 $this->check(); 114 $this->check(); 127 $this->check();
|
/plugin/watchcycle/ |
H A D | style.less | 2 @check-ok-color: #355723; 3 @check-needed-color: #840705; 22 fill: @check-ok-color; 29 fill: @check-needed-color; 42 fill: @check-ok-color; 53 fill: @check-needed-color; 91 outline: @check-ok-color 1px solid;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | AbstractDigestTest.php | 17 $backend->check($request, $response)[0] 32 $backend->check($request, $response)[0] 51 $backend->check($request, $response) 55 $backend->check($request, $response); 70 $backend->check($request, $response)[0] 87 $backend->check($request, $response)[0] 107 $backend->check($request, $response)
|
H A D | ApacheTest.php | 24 $backend->check($request, $response)[0] 39 $backend->check($request, $response) 54 $backend->check($request, $response)
|
H A D | AbstractBasicTest.php | 20 $backend->check($request, $response)[0] 36 $backend->check($request, $response)[0] 52 $backend->check($request, $response)
|
/plugin/xref/ |
H A D | syntax.php |
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | AsyncReadStream.php | 83 foreach ($callables as $check) { 84 if (isset($config[$check])) { 85 if (!is_callable($config[$check])) { 87 $check . ' must be callable' 90 $this->{$check} = $config[$check];
|
/plugin/acknowledge/ |
H A D | style.less | 20 @check-ok-color: #355723; 21 @check-needed-color: #840705; 30 fill: @check-ok-color; 41 fill: @check-needed-color;
|
/plugin/dw2pdf/ |
H A D | renderer.php | 43 $check = false; 44 $pid = sectionID($ID, $check); 83 //only add items within global configured levels (doesn't check the pdf toc settings) 86 $check = false; 87 $pid = sectionID($ID, $check); 184 $check = false; 185 $pid = sectionID($ID, $check); 251 $check = false; 252 $pid = sectionID($link['title'], $check);
|
/plugin/captcha/_test/ |
H A D | HelperTest.php |
|
/plugin/bureaucracy-au/_test/ |
H A D | input.txt | 13 textbox "HTML check 1 <bold>bang</bold>" "=<bold>bang</bold>" 14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>" 15 textarea "HTML check 3 <bold>bang</bold>" "=<bold>bang</bold>" 16 static "HTML check 4 <bold>bang</bold>" 17 wiki "HTML check 5 <bold>bang</bold>"
|
/plugin/bureaucracyau/_test/ |
H A D | input.txt | 13 textbox "HTML check 1 <bold>bang</bold>" "=<bold>bang</bold>" 14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>" 15 textarea "HTML check 3 <bold>bang</bold>" "=<bold>bang</bold>" 16 static "HTML check 4 <bold>bang</bold>" 17 wiki "HTML check 5 <bold>bang</bold>"
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PrincipalPropertySearchTest.php | 152 $check = array( 165 foreach($check as $v1=>$v2) { 225 $check = array( 238 foreach($check as $v1=>$v2) { 297 $check = array( 310 foreach($check as $v1=>$v2) { 362 $check = array( 369 foreach($check as $v1=>$v2) {
|
/plugin/bootswrapper/exe/help/ |
H A D | alert.txt | 16 **Warning!** Better check yourself, you're not looking too good. 34 <alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not looking too goo… 36 <code html5><alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not loo… 40 <alert type="warning" dismiss="true" icon="fa fa-warning">**Warning!** Better check yourself, you'r… 42 <code html5><alert type="warning" dismiss="true" icon="fa fa-warning">**Warning!** Better check you…
|
/plugin/authyubikey/lib/ |
H A D | Yubico.php | 399 $check=Null; 402 if ($check) $check = $check . '&'; 403 $check = $check . $param . '=' . $response[$param]; 408 base64_encode(hash_hmac('sha1', utf8_encode($check),
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarQueryValidator.php | 253 protected function validateTextMatch($check, array $textMatch) { argument 255 if ($check instanceof VObject\Node) { 256 $check = $check->getValue(); 259 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarQueryValidator.php | 257 protected function validateTextMatch($check, array $textMatch) { argument 259 if ($check instanceof VObject\Node) { 260 $check = $check->getValue(); 263 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
|
/plugin/dokubookmark/ |
H A D | helper.php | 114 $check = $_REQUEST['changecheck']; 117 $check = md5(''); 119 $check = md5($TEXT); 121 $mod = md5($TEXT) !== $check; 148 $form->addHidden('changecheck', $check);
|
/plugin/xtern/lang/en/ |
H A D | header.txt | 4 …check for broken links on the entire wiki or you can check by namespace. The latter might be pref…
|
/plugin/edittable/action/ |
H A D | sectionjump.php | 33 $check = false; //Byref 35 $event->data['fragment'] = sectionID($match[1], $check);
|
/plugin/box2/ |
H A D | action.php | 30 $check = false; //Byref 31 $event->data['fragment'] = sectionID($match[1], $check);
|
/plugin/webdav/core/Backend/ |
H A D | Auth.php | 32 $check = $auth->checkPass($username, $password); 39 return $check;
|