Home
last modified time | relevance | path

Searched full:url (Results 1 – 25 of 5083) sorted by relevance

12345678910>>...204

/plugin/pdfjs/pdfjs/web/locale/
Dlocale.properties2 @import url(ach/viewer.properties)
5 @import url(af/viewer.properties)
8 @import url(ak/viewer.properties)
11 @import url(an/viewer.properties)
14 @import url(ar/viewer.properties)
17 @import url(as/viewer.properties)
20 @import url(ast/viewer.properties)
23 @import url(az/viewer.properties)
26 @import url(be/viewer.properties)
29 @import url(bg/viewer.properties)
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/
Dbots.yml11 url: 'https://wirereader.app/'
16 url: 'https://www.360monitoring.io'
19 url: 'https://www.plesk.com'
24 url: 'https://developers.cloudflare.com/health-checks/'
27 url: 'https://www.cloudflare.com/'
32 url: 'https://www.so.com/help/help_3_2.html'
35 url: ''
40 url: 'http://www.aboundex.com/crawler/'
43 url: 'http://www.aboundex.com'
48 url: 'http://www.acoon.de/robot.asp'
[all …]
/plugin/diagramsnet/lib/
Dservice-worker.js1url:"js/app.min.js",revision:"8b4eff5c061ef54282fdfd76bd2a7a1b"},{url:"js/extensions.min.js",revis… property
Dservice-worker.js.map1url\": \"js/app.min.js\",\n \"revision\": \"8b4eff5c061ef54282fdfd76bd2a7a1b\"\n },\n {\n …
/plugin/diagramsnet/lib/templates/
Dindex.xml47 <template url="basic/classes.xml" title="classDiagram" libs="general;uml" tags="classDiagram;Classe…
48 <template url="basic/flowchart.xml" title="flowchart" libs="general;flowchart" tags="flowchart;Flow…
49 <template url="basic/orgchart.xml" title="orgChart" libs="general;basic;arrows" tags="orgChart;Orgc…
50 <template url="basic/swimlanes.xml" title="swimlaneDiagram" libs="general;flowchart;bpmn" tags="swi…
51 <template url="basic/erd.xml" title="entityRelationshipDiagram" libs="general;er" tags="entityRelat…
52 <template url="basic/sequence.xml" title="Sequence Diagram" tags="Sequence;Diagram;Sequence"/>
53 <template url="basic/kanban.xml" title="Simple Kanban Board" tags="Simple;Kanban;Board;Kanban"/>
54 <template url="basic/cross.xml" title="Cross-Functional Flowchart" tags="Cross-Functional;Flowchart…
55 <template url="business/accd.xml" name="Accd" libs="general" tags="Accd"/>
56 <template url="business/archimate.xml" name="Archimate" libs="general;archimate3" tags="Archimate"/>
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php25 … DriverCommand::ACCEPT_ALERT => ['method' => 'POST', 'url' => '/session/:sessionId/accept_alert'],
26 DriverCommand::ADD_COOKIE => ['method' => 'POST', 'url' => '/session/:sessionId/cookie'],
27 …DriverCommand::CLEAR_ELEMENT => ['method' => 'POST', 'url' => '/session/:sessionId/element/:id/cle…
28 …DriverCommand::CLICK_ELEMENT => ['method' => 'POST', 'url' => '/session/:sessionId/element/:id/cli…
29 DriverCommand::CLOSE => ['method' => 'DELETE', 'url' => '/session/:sessionId/window'],
30 …DriverCommand::DELETE_ALL_COOKIES => ['method' => 'DELETE', 'url' => '/session/:sessionId/cookie'],
31 …DriverCommand::DELETE_COOKIE => ['method' => 'DELETE', 'url' => '/session/:sessionId/cookie/:name'…
32 …DriverCommand::DISMISS_ALERT => ['method' => 'POST', 'url' => '/session/:sessionId/dismiss_alert'],
33 …DriverCommand::ELEMENT_EQUALS => ['method' => 'GET', 'url' => '/session/:sessionId/element/:id/equ…
34 …DriverCommand::FIND_CHILD_ELEMENT => ['method' => 'POST', 'url' => '/session/:sessionId/element/:i…
[all …]
/plugin/fckg/fckeditor/editor/css/images/fileicons/
Dicons.txt2 background: url(/lem2/lib/images/fileicons/file.png) no-repeat scroll 0 1px transparent;
8 background-image: url(images/fileicons/gz.png);
11 background-image: url(images/fileicons/csv.png);
14 background-image: url(images/fileicons/gif.png);
18 background-image: url(images/fileicons/png.png);
22 background-image: url(images/fileicons/txt.png);
25 background-image: url(images/fileicons/tar.png);
28 background-image: url(images/fileicons/jpg.png);
32 background-image: url(images/fileicons/xml.png);
35 background-image: url(images/fileicons/c.png);
[all …]
/plugin/offline/ui/dokuwiki/
Dall.css1url(/dokuwiki/lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-im…
/plugin/openid/Auth/Yadis/
DHTTPFetcher.php55 * Return whether a URL can be fetched. Returns false if the URL
59 * @param string $url
62 function canFetchURL($url) argument
64 if ($this->isHTTPS($url) && !$this->supportsSSL()) {
65 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
66 $url);
70 if (!$this->allowedURL($url)) {
71 Auth_OpenID::log("URL fetching not allowed for '%s'",
72 $url);
80 * Return whether a URL should be allowed. Override this method to
[all …]
/plugin/fedauth/Auth/Yadis/
DHTTPFetcher.php49 * Return whether a URL can be fetched. Returns false if the URL
55 function canFetchURL($url) argument
57 if ($this->isHTTPS($url) && !$this->supportsSSL()) {
58 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
59 $url);
63 if (!$this->allowedURL($url)) {
64 Auth_OpenID::log("URL fetching not allowed for '%s'",
65 $url);
73 * Return whether a URL should be allowed. Override this method to
76 * By default, will attempt to fetch any http or https URL.
[all …]
/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php9 use ComboStrap\Web\Url; alias
30 public static function createFetchUrl(): Url
32 return Url::createEmpty()->setPath(self::LIB_EXE_FETCH_PHP);
35 public static function createDetailUrl(): Url
37 return Url::createEmpty()->setPath(self::LIB_EXE_DETAIL_PHP);
41 public static function createComboStrapUrl(): Url
43 return Url::createEmpty()
48 public static function createSupportUrl(): Url
56 public static function createDokuUrl(): Url
59 return Url::createEmpty()->setPath(self::DOKU_PHP);
[all …]
H A DUrlRewrite.php42 * Apply all rewrite URL logic (from relative to absolute
43 * passing by web server url rewrite)
45 * Note that an URL may already have been rewritten
48 public static function rewrite(Url $url) argument
52 $scheme = $url->getScheme();
56 * the conditional {@link Url::toAbsoluteUrlString()}
64 self::pathRewrite($url);
65 self::baseRewrite($url);
67 $url->toAbsoluteUrl();
80 * @param Url $url
[all …]
/plugin/ckgedit/ckeditor/skins/kama/
Deditor_ie8.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
Deditor_ie.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
Deditor_ie7.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
Deditor.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
Deditor_iequirks.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
Dlink.js.unc67 url: DOKU_BASE + 'lib/exe/ajax.php',
142 url: DOKU_BASE + 'lib/exe/ajax.php',
182 if ( typeValue == 'url' )
304 retval.url = {};
305 retval.url.protocol = "";
306 retval.url.url = "";
307 retval.url.selected =urlMatch[1];
314 retval.url = {};
316 retval.url.selected = els[1];
317 retval.url.protocol = "";
[all …]
/plugin/shorty/
Dhelper.php34 'desc' => 'returns the short url if exists, otherwise creates the short url',
49 * Generates a short url for the pageID using the required shortening service
50 * and adds the url to the database
80 * Generates a short url using the Bit.ly API
85 // checks if the short url already exists in the database
86 $url = $this->readShortUrl($pageID, $domain);
87 if ($url == false ) {
88 // calls the service API to generate a short url
102 $url = $output->{'data'}->{'url'};
103 // saves the new short url to the database
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
Dlink.js.unc54 … URLText:"<span style='font-weight:bold'>URL Display Text (optional, defaults to url)</span>",
125 url: DOKU_BASE + 'lib/exe/ajax.php',
165 if ( typeValue == 'url' )
290 retval.url = {};
291 retval.url.protocol = "";
292 retval.url.url = "";
293 retval.url.selected =urlMatch[1];
300 retval.url = {};
304 retval.url.selected = els[0];
305 retval.url.protocol = "";
[all …]
Dlink-cmpr.js1URL Display Text (optional, defaults to url)</span>",LinkDispText:"Link display text (optional)"};… property
Dlink.js1URL Display Text (optional, defaults to url)</span>",LinkDispText:"Link display text (optional)"};… property
/plugin/linkcheck/
Dhelper.php62 function checkurl($url){ argument
71 return linkcheck_checkurl_withcache($url,$o);
78 return linkcheck_checkurl($url,$o);
88 …$query="SELECT url,codegroup,lastcheck FROM linkcheck_cache WHERE pages='$id_' OR pages LIKE '$id_…
90 $url=$row['url']; unset($row['url']);
91 $urlmap[$url]=$row;
98 $urls_=array_map(function($url){return "'$url'";},$urls_);
100 … $query="DELETE FROM linkcheck_cache WHERE pages='$id_' AND url IN (".implode(',',$urls_).")";
104 $query="UPDATE linkcheck_cache SET pages='' WHERE url IN (".implode(',',$urls_).")";
111 $urls_=array_map(function($url){return "'$url'";},$urls_);
[all …]
/plugin/gallery/classes/
DFeedGallery.php15 * @param string $url
17 public function __construct($url, Options $options) argument
19 parent::__construct($url, $options);
20 $this->initBaseUrl($url);
21 $this->parseFeed($url);
27 * @param string $url
31 protected function parseFeed($url) argument
34 $feed->set_feed_url($url);
70 * Make the given URL absolute using feed's URL as base
72 * @param string $url
[all …]
/plugin/amcharts/assets/amcharts/themes/
Dpatterns.js12 {"url":"patterns/black/pattern1.png", "width":4, "height":4}, property
13 {"url":"patterns/black/pattern2.png", "width":4, "height":4}, property
14 {"url":"patterns/black/pattern3.png", "width":4, "height":4}, property
15 {"url":"patterns/black/pattern4.png", "width":4, "height":4}, property
16 {"url":"patterns/black/pattern5.png", "width":4, "height":4}, property
17 {"url":"patterns/black/pattern6.png", "width":4, "height":4}, property
18 {"url":"patterns/black/pattern7.png", "width":4, "height":4}, property
19 {"url":"patterns/black/pattern8.png", "width":4, "height":4}, property
20 {"url":"patterns/black/pattern9.png", "width":4, "height":4}, property
21 {"url":"patterns/black/pattern10.png", "width":4, "height":4}, property
[all …]

12345678910>>...204