Home
last modified time | relevance | path

Searched refs:url (Results 276 – 300 of 3380) sorted by relevance

1...<<11121314151617181920>>...136

/plugin/s5reloaded/ui/thesis/
H A Dpretty.css5 background: #FFF url(pics/background-main.png) top left repeat;
177 background:#2e3436 url(pics/back_console.png) right bottom no-repeat ;
235 background:url(pics/logo.jpg) no-repeat;
249 background:#000 url(pics/background-head.png) bottom left repeat-x;
350 background: #fff url(pics/background-main.png) top left no-repeat;
392 background:url(pics/table-background.png) bottom left repeat-x #fff;
411 background:url(pics/table-header.png) bottom left repeat-x #000;
447 #controls #navLinks ul li#exit {background: url(exit_link.png) no-repeat top left;}
456 #controls #navLinks ul li#zero {background: url(zero_link.png) no-repeat top left;}
459 #controls #navLinks ul li#prev {background: url(prev_link.png) no-repeat top left;}
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostAuthor.php35 public $url; variable in Google\\Service\\Blogger\\PostAuthor
82 public function setUrl($url) argument
84 $this->url = $url;
91 return $this->url;
H A DPageAuthor.php35 public $url; variable in Google\\Service\\Blogger\\PageAuthor
82 public function setUrl($url) argument
84 $this->url = $url;
91 return $this->url;
H A DCommentAuthor.php35 public $url; variable in Google\\Service\\Blogger\\CommentAuthor
82 public function setUrl($url) argument
84 $this->url = $url;
91 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideo.php33 public $url; variable in Google\\Service\\Slides\\Video
68 public function setUrl($url) argument
70 $this->url = $url;
77 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DCalendarUrl.php35 public $url; variable in Google\\Service\\PeopleService\\CalendarUrl
82 public function setUrl($url) argument
84 $this->url = $url;
91 return $this->url;
/plugin/issuelinks/classes/
H A DHTTPRequestException.php16 protected $url; variable in dokuwiki\\plugin\\issuelinks\\classes\\HTTPRequestException
19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method) argument
24 $this->url = $url;
51 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult.php41 public $url; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult
102 public function setUrl($url) argument
104 $this->url = $url;
111 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DApiConfigHandler.php41 public $url; variable in Google\\Service\\Appengine\\ApiConfigHandler
102 public function setUrl($url) argument
104 $this->url = $url;
111 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdStyleColors.php41 public $url; variable in Google\\Service\\AdSenseHost\\AdStyleColors
102 public function setUrl($url) argument
104 $this->url = $url;
111 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperimentVariations.php33 public $url; variable in Google\\Service\\Analytics\\ExperimentVariations
71 public function setUrl($url) argument
73 $this->url = $url;
80 return $this->url;
H A DGoalUrlDestinationDetails.php40 public $url; variable in Google\\Service\\Analytics\\GoalUrlDestinationDetails
101 public function setUrl($url) argument
103 $this->url = $url;
110 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DEndpoint.php41 public $url; variable in Google\\Service\\RealTimeBidding\\Endpoint
102 public function setUrl($url) argument
104 $this->url = $url;
111 return $this->url;
H A DUrlRestriction.php33 public $url; variable in Google\\Service\\RealTimeBidding\\UrlRestriction
80 public function setUrl($url) argument
82 $this->url = $url;
89 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DApprovalResult.php41 public $url; variable in Google\\Service\\CloudBuild\\ApprovalResult
102 public function setUrl($url) argument
104 $this->url = $url;
111 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DImageAsset.php37 public $url; variable in Google\\Service\\Games\\ImageAsset
88 public function setUrl($url) argument
90 $this->url = $url;
97 return $this->url;
H A DSnapshotImage.php40 public $url; variable in Google\\Service\\Games\\SnapshotImage
91 public function setUrl($url) argument
93 $this->url = $url;
100 return $this->url;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.min.css1url(../image/jplayer.pink.flag.jpg) no-repeat;padding:1px 0 2px 1px;overflow:hidden;width:201px;he…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DQueryRequest.php42 public $url; variable in Google\\Service\\ChromeUXReport\\QueryRequest
103 public function setUrl($url) argument
105 $this->url = $url;
112 return $this->url;
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js124 if(/\.mp3$/i.test(url)) {
126 } else if(/\.mp4$/i.test(url) || /\.m4v$/i.test(url)) {
128 } else if(/\.m4a$/i.test(url)) {
130 } else if(/\.ogg$/i.test(url) || /\.oga$/i.test(url)) {
132 } else if(/\.ogv$/i.test(url)) {
134 } else if(/\.webm$/i.test(url)) {
142 if(isObject(url)) {
144 for(var prop in url) {
145 if(url.hasOwnProperty(prop)) {
172 if(typeof url === 'string') {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js124 if(/\.mp3$/i.test(url)) {
126 } else if(/\.mp4$/i.test(url) || /\.m4v$/i.test(url)) {
128 } else if(/\.m4a$/i.test(url)) {
130 } else if(/\.ogg$/i.test(url) || /\.oga$/i.test(url)) {
132 } else if(/\.ogv$/i.test(url)) {
134 } else if(/\.webm$/i.test(url)) {
142 if(isObject(url)) {
144 for(var prop in url) {
145 if(url.hasOwnProperty(prop)) {
172 if(typeof url === 'string') {
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dserver_farm.svg1url(#G)" paint-order="normal"/><path d="M67.38 139.366L35.365 156.4V95.838L67.38 78.57z" fill="url
H A Dusers.svg1url(#I)"/><use xlink:href="#U" fill="url(#F)"/><path d="M178.132 100.112l.225 52-7.27 2.94-9.412 3…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php39 list($scheme, $url) = explode('://', $sourceBase.'/'.$sourcePath, 2);
40 list($host, $path) = explode('/', $url, 2);
82 $url = $matches['url'];
83 while (0 === strpos($url, '../') && 2 <= substr_count($path, '/')) {
85 $url = substr($url, 3);
89 foreach (explode('/', $host.$path.$url) as $part) {
/plugin/diagrams/script/
H A DDiagramsMediaManager.js107 const url = DOKU_BASE + 'lib/exe/ajax.php' +
112 const response = await fetch(url, {
199 let url = new URL(window.location.href);
200 url.searchParams.set('ns', namespace);
202 url.searchParams.set('image', svg);
203 url.searchParams.set('tab_details', 'view');
204 url.searchParams.set('tab_files', 'files');
205 window.location.href = url.toString();
217 const url = DOKU_BASE + 'lib/exe/ajax.php' +
221 const response = await fetch(url, {
[all...]

1...<<11121314151617181920>>...136