Home
last modified time | relevance | path

Searched refs:domain (Results 101 – 125 of 236) sorted by relevance

12345678910

/plugin/authyubikey/
H A DREADME.md30 https://your.domain.org/dokuwiki/doku.php?id=start&do=profile).
/plugin/authimap2/
H A Dauth.php75 $domain = $this->getConf('domain');
82 $login = "$user@$domain";
/plugin/authremoteuser/
H A DREADME.md26 1. Enable an authentication system which sets (domain and) username in an
56 2. Open `phpinfo.php` in your web browser and search for the (domain and)
/plugin/publistf/bibtex/
H A Dsample.bib24 title = "A domain decomposition approach to solving the {H}elmholtz
/plugin/publistx/bibtex/
H A Dsample.bib24 title = "A domain decomposition approach to solving the {H}elmholtz
/plugin/publist/bibtex/
H A Dsample.bib24 title = "A domain decomposition approach to solving the {H}elmholtz
/plugin/c3chart/assets/
H A Dc3.min.js2domain(),e=Math.ceil(i[0]);e<i[1];e++)n.push(e);return 0<n.length&&0<n[0]&&n.unshift(n[0]-(n[1]-n[… function
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst28 // Choose domain
183 …xgettext --default-domain=messages -p ./locale --from-code=UTF-8 -n --omit-header -L PHP /tmp/cach…
/plugin/flowplayer/player/
H A DREADME.txt76 - Issue #384 added links support in context menus with configuration { url: "domain.com", target: "…
242 - The domain of the logo url must the same domain from where the player SWF is loaded from.
287 …error when clicking on the screen if there is an image in the playlist loaded from a foreign domain
336 - Plugins can now be loaded from a different domain to the flowplayer.swf
375 … happened when loading images from foreign domains (domains other than the domain of the core SWF).
377 from a foreign domain - BUT backgroundRepeat cannot be used for foreign images.
378 …ow allows the embedding HTML to script the player even if the player is loaded from another domain.
380 - A player embedded to a foreign domain now loads images, css files and other resources from the do…
/plugin/gitlabapi/
H A DREADME.md31 For instance, if your project is available at `http://gitlab.domain.com/ns/dir1/dir2/project`, then…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12domain)),a);f&&h({mode:null,el:d,flags:f,engineSettings:b})}function e(a,b){var c={theme:B(J.setti…
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php575 public $domain; variable in Google_DatasetAccess
580 public function setDomain( $domain) { argument
581 $this->domain = $domain;
584 return $this->domain;
H A DGoogle_CalendarService.php1093 public $domain; variable in Google_Error
1095 public function setDomain( $domain) { argument
1096 $this->domain = $domain;
1099 return $this->domain;
H A DGoogle_DirectoryService.php2039 public $domain; variable in Google_UserOrganization
2070 public function setDomain($domain) { argument
2071 $this->domain = $domain;
2074 return $this->domain;
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default100 …? str_replace('www.', '', $_SERVER['SERVER_NAME']).'_' : ''); // keep cache file separate by domain
168 … // If false will allow thumbnailing from any source domain, if true then only…
169 …ls are allowed to be created. Note: domain only, do not include port numbers. The default value of…
174 … // If false will allow thumbnails to be linked to from any domain, if true only doma…
175 …h thumbnails are allowed to be created. The default value of the current domain should be fine in …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64domain-scope|dom:set-description|dom:remove-pipeline|dom:remove-permissions|dom:remove|dom:get|dom…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/tindexmenu/
H A Dindexmenu-full.js403 domain, secure) { argument
406 + (domain ? '; domain=' + domain : '') + (secure ? '; secure' : '');
/plugin/indexmenu/scripts/
H A Dindexmenu.js492 setCookie(cookieName, cookieValue, expires, path, domain, secure) global() argument
/plugin/issuetracker/
H A Dsyntax.php1520 $domain = substr($email, $atIndex+1);
1523 $domainLen = strlen($domain);
1544 else if (!preg_match('/^[A-Za-z0-9\\-\\.]+$/', $domain))
1549 else if (preg_match('/\\.\\./', $domain))
1583 …else if ($isValid && !(checkdnsrr($domain,"MX") || checkdnsrr($domain,"A")) && ($this->getConf('va…
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc72 so edge-cases like underscores domain names will not cause problems.
/plugin/mantis/lib/
H A Dclass.soapclient.php947 $domain = isset($cookie['domain']) ? $cookie['domain'] : 'NODOMAIN';
948 if ($newDomain != $domain) {

12345678910