/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
H A D | FeedHtmlField.php | 46 $result = ""; 48 $result = "<![CDATA[".$this->rawFieldContent."]]>"; 51 … $result = FeedCreator::iTrunc(htmlspecialchars($this->rawFieldContent), $this->truncSize); 53 $result = htmlspecialchars($this->rawFieldContent); 57 return $result;
|
/dokuwiki/inc/Sitemap/ |
H A D | Item.php | 56 $result = ' <url>'.NL 60 $result .= ' <changefreq>'.hsc($this->changefreq).'</changefreq>'.NL; 62 $result .= ' <priority>'.hsc($this->priority).'</priority>'.NL; 63 $result .= ' </url>'.NL; 64 return $result;
|
H A D | Mapper.php | 71 $event->result = io_saveFile($sitemap, Mapper::getXML($items)); 75 return $event->result; 95 $result = ob_get_contents(); 97 return $result;
|
/dokuwiki/inc/ |
H A D | indexer.php | 127 $result = $Indexer->deletePage($page); 128 if ($result === "locked") { 133 return $result; 149 $result = false; 153 if ($result === "locked") { 160 return $result; 190 if ($result === "locked") { 195 if ($result) { 197 if ($result === "locked") { 203 if ($result) [all …]
|
H A D | fulltext.php | 176 if(!count($result)) return $result; 187 Sort::sort($result); 188 return $result; 207 if(!count($result)) return $result; 218 Sort::sort($result); 219 return $result; 575 $result = array(); 588 return $result; 607 $result = $args[0]; 613 return $result; [all …]
|
/dokuwiki/inc/Subscriptions/ |
H A D | SubscriberManager.php | 137 $result = []; 139 $result[] = [ 146 return $result; 181 $result = []; 205 if (!isset($result[$target])) { 206 $result[$target] = []; 208 $result[$target][$u] = [$m[2], $m[3]]; // add to result 211 return array_reverse($result); 249 $result = []; 266 $result[$user] = $userinfo['mail']; [all …]
|
/dokuwiki/bin/ |
H A D | render.php | 56 $result = p_render($renderer, p_get_instructions($source), $info); 57 if(is_null($result)) throw new DokuCLI_Exception("No such renderer $renderer"); 58 echo $result;
|
H A D | wantedpages.php | 25 private $result = array(); variable in WantedPagesCLI 82 Sort::ksort($this->result); 83 foreach($this->result as $main => $subs) { 174 $this->result[$pid][] = $mid; 176 $this->result[$mid][] = $pid;
|
/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 217 if ($result == false) { 364 $result = '*'; 379 return $result; 425 if (!$result) { 428 return count($result); 440 $result = ''; 453 return $result; 516 $result = array(); 530 $result[$user] = $info; 554 $result[$user] = $info; [all …]
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 424 if (!$result) return array(); 426 if (is_array($result)) { 460 if (!$result || !isset($result[0]['count'])) { 514 if (!$result) return false; 516 if (count($result) > 1) { 521 $data = array_shift($result); 591 if (is_array($result)) { 618 $result = $this->query($sql); 622 if (is_array($result)) { 699 $result = false; [all …]
|
/dokuwiki/inc/File/ |
H A D | Resolver.php | 87 $result = []; 94 array_pop($result); 97 array_push($result, $dir); 100 $id = implode(':', $result);
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPExchange.php | 91 $result = $this->adldap->user()->modify($username, $attributes, $isGUID); 92 if ($result == false) { 135 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn, $add); 136 if ($result == false) { 181 if ($result == false) { 201 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn,$add); 202 if ($result == false) { 241 $result = @ldap_mod_del($this->adldap->getLdapConnection(), $userDn,$mod); 242 if ($result == false) { 285 if ($result == false) { [all …]
|
H A D | adLDAPUtils.php | 151 $result = "$rev-$auth"; 156 $result .= "-" . $subauth[$x]; 160 return 'S-' . $result; 171 $result = ''; 173 $result .= substr($hex, $x, 2); 175 return $result;
|
H A D | adLDAPFolders.php | 62 $result = ldap_delete($this->adldap->getLdapConnection(), $dn); 63 if ($result != true) { 169 …$result = ldap_add($this->adldap->getLdapConnection(), "OU=" . $add["OU"] . ", " . $containers . $… 170 if ($result != true) {
|
H A D | adLDAPGroups.php | 83 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $parentDn, $add); 84 if ($result == false) { 119 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $groupDn, $add); 120 if ($result == false) { 149 if ($result == false) { 183 if ($result != true) { 202 $result = $this->adldap->folder()->delete($dn); 203 if ($result !== true) { 236 if ($result == false) { 270 if ($result == false) { [all …]
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | BigInteger.php | 720 $result = ltrim($result, '0'); 726 $result = '-' . $result; 1789 $result = $result->multiply($y1); 1794 $result = $result->add($temp); 1795 list(, $result) = $result->divide($n); 2110 $result = $this->_subtract($result[self::VALUE], $result[self::SIGN], $m, false); 2176 $result = $result[self::VALUE]; 2421 $result = ($result * (2 - $x * $result)) & 0xF; // x**-1 mod 2**4 2422 $result = ($result * (2 - ($x & 0xFF) * $result)) & 0xFF; // x**-1 mod 2**8 3577 $result->value = gmp_and($result->value, $result->bitmask->value); [all …]
|
/dokuwiki/inc/Extension/ |
H A D | RemotePlugin.php | 38 $result = array(); 85 $result[$method_name] = $data; 88 return $result;
|
H A D | AuthPlugin.php | 136 $result = false; 140 $result = call_user_func_array(array($this, $validTypes[$type]), $evt->data['params']); 141 $evt->data['modification_result'] = $result; 145 return $result;
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | repository.php | 110 $result = unserialize($data); 111 if(count($result)) { 112 $cache->storeCache(serialize($result[0])); 113 return $result[0]; 140 $result = unserialize($data); 145 foreach ($result as $ext) {
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/ |
H A D | ClassServer.php | 86 $result = $object->$method($args); 94 $result = $method($args); 96 return $result;
|
H A D | Server.php | 46 $result = $this->call($this->message->methodName, $this->message->params); 49 if ($result instanceof Error) { 50 $this->error($result); 54 $r = new Value($result);
|
/dokuwiki/inc/parser/ |
H A D | handler.php | 168 $result = array(); 174 $result [$key] = 1; 188 $result = array_intersect_key( 189 $result, 203 $result['enable_line_numbers'] = (bool) $result['enable_line_numbers']; 207 $result['highlight_lines_extra'] = array_filter($result['highlight_lines_extra']); 208 $result['highlight_lines_extra'] = array_unique($result['highlight_lines_extra']); 211 $result['start_line_numbers_at'] = (int) $result['start_line_numbers_at']; 217 $result['enable_keyword_links'] = (bool) $result['enable_keyword_links']; 219 if (count($result) == 0) { [all …]
|
/dokuwiki/lib/scripts/ |
H A D | linkwiz.js | 10 result: null, property in dw_linkwiz 49 dw_linkwiz.result = jQuery('#link__wiz_result')[0]; 52 jQuery(dw_linkwiz.result).css('position', 'relative'); 62 jQuery(dw_linkwiz.result).on('click', 'a', dw_linkwiz.onResultClick); 125 return jQuery(dw_linkwiz.result).find('div').eq(num); 150 var yDiff = childPos + $obj.outerHeight() - jQuery(dw_linkwiz.result).innerHeight(); 154 jQuery(dw_linkwiz.result)[0].scrollTop += childPos; 158 jQuery(dw_linkwiz.result)[0].scrollTop += yDiff; 294 var $res = jQuery(dw_linkwiz.result);
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.cookie.js | 78 var result = key ? undefined : {}; 92 result = read(cookie, value); 98 result[name] = cookie; 102 return result;
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 211 $result = @ldap_get_entries($this->con, $sr); 214 if (!is_array($result)) { 221 if ($result['count'] != 1) { 236 $user_result = $result[0]; 288 $result = ldap_get_entries($this->con, $sr); 291 if (is_array($result)) foreach ($result as $grp) { 421 $result = $users_array; 422 if (!$result) return array(); 428 $result = array(); 438 $result[$user] = $info; [all …]
|