Home
last modified time | relevance | path

Searched refs:url (Results 2726 – 2750 of 3380) sorted by relevance

1...<<101102103104105106107108109110>>...136

/plugin/pgn4web/pgn4web/
H A Danalysis.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansUsual.css");
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php150 $url = $pipeline->guess_url($src);
151 $data = $pipeline->fetch($url);
/plugin/sidebar/
H A Dstyle.css85 background: url(images/sidebar-border.gif) repeat-y 20%;
89 background: url(images/sidebar-border.gif) repeat-y 80%;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm125 <!--- url(javascript --->
126 <cfif refind('url\s*\(\s*[\''"]?\s*(?:ecma|java)script:', chunk)>
/plugin/pubchem/
H A Dsyntax.php116 $url = sprintf($this->downloadURL,$mode,$cid);
117 io_download($url,$filename);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst5 The ``css``, ``url``, and ``html_attr`` strategies were added in Twig
53 * ``url``: escapes a string for the **URI or parameter contexts**. This should
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc76 http://php.net/manual/en/function.parse-url.php#refsect1-function.parse-url-returnvalues[`parse_url()`] call:
/plugin/s5/ui/dokuwiki/
H A Dpretty.css8 body {background: #fff url(logo.png) top right no-repeat; color: #000; font-size: 1.9em;}
32 div#header {background: #dee7ec url(logo.png) top right no-repeat;
/plugin/s5/ui/flower/
H A Dpretty.css7 body {background: #fff url(blume.jpg) no-repeat; color: #222; font-size: 2em;}
46 font-family: georgia, times, 'Times New Roman', serif; background: transparent url(blumerechts.jpg)…
/plugin/s5/ui/default/
H A Dpretty.css3 body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2em;}
34 div#header {background: #005 url(bodybg.gif) -16px 0 no-repeat;
/plugin/farmer/admin/
H A Dnew.php56 $url = $this->helper->getAnimalURL($data['name']);
57 $link = '<a href="' . $url . '">' . hsc($data['name']) . '</a>';
/plugin/authphpbb3/
H A Dauth.php200 $this->_phpbb_conf['url'] = $server_name;
203 return $this->_phpbb_conf['url'];
503 … $url = $this->_phpbb_conf['url'] . '/ucp.php?mode=logout&sid=' . $this->_phpbb_user_session_id;
506 send_redirect($url);
/plugin/refnotes/
H A Drendering.php285 if ($url = $data->get('url')) {
286 $text = '[[' . $url . '|' . $text . ']]';
965 // authors, published. //[[url|title.]]// edition. [format], publisher, pages, isbn. (accessed)
966 // authors, published. chapter In //[[url|title.]]// edition. [format], publisher, pages, isbn. (accessed)
967 // authors, published. [[url|title.]] //journal//, volume, [format], publisher, pages, issn. (accessed)
968 // authors, published. [[url|title.]] //booktitle//, [format], publisher, pages, issn. (accessed)
1032 if ($url = $data->get('url')) {
1033 $text = '[[' . $url
[all...]
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php244 function addImage($img,$url='') argument
247 if ($url == '') $url = $filename;
281 $opts['url'] = $url;
/plugin/popupviewer/
H A Dscript.js548 var url = this.href;
549 ga('send', 'event', 'outbound', 'click', url, {
697 function img(url) { var i = new Image(); i.src = url; return i; } argument
/plugin/fastwiki/
H A Dscript.js121 // TODO Document: Doesn't work with cannonical url feature.
433 * Convert a url to an object suitable for $.post().
437 function _urlToObj(url) { argument
439 var a = url.replace(/.*\?/, '').split('&');
698 var url = m_browserHistory.getBaseUrl() + '?' + $.param(params);
699 document.location.href = url;
/plugin/favoris/
H A Daction.php138 print "<a href=\"".$snap->url."\" title=\"$page$titrePage\" $target>";
/plugin/styler/
H A Dstyle.css70 background: #F8F5EE url(images/blockquote.gif) no-repeat 0.3em 0.3em;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFactCheckTools.php153 'url' => [
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md12 path.resolve(__dirname, './node_modules/@braintree/sanitize-url'),
/plugin/bookmark2wiki/
H A DREADME.md7 …* The app will add the url, title and hightlighed text you want to the end of the content of the t…
/plugin/geotag/
H A Dstyle.css18 background: transparent url(images/geotag.png) 0 1px no-repeat;
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php581 * @param string|array $url A URL or an array of query parameters
585 function twig_urlencode_filter($url) argument
587 if (\is_array($url)) {
589 return http_build_query($url, '', '&', PHP_QUERY_RFC3986);
592 return http_build_query($url, '', '&');
595 return rawurlencode($url);
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<101102103104105106107108109110>>...136