Home
last modified time | relevance | path

Searched refs:url (Results 151 – 175 of 3252) sorted by relevance

12345678910>>...131

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CloudStorageFileSet.php25 public $url; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2CloudStorageFileSet
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DPhoto.php25 public $url; variable in Google\\Service\\CloudSearch\\Photo
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageAuthorImage.php25 public $url; variable in Google\\Service\\Blogger\\PageAuthorImage
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
H A DPostImages.php25 public $url; variable in Google\\Service\\Blogger\\PostImages
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
H A DCommentAuthorImage.php25 public $url; variable in Google\\Service\\Blogger\\CommentAuthorImage
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DTrackingIssue.php25 public $url; variable in Google\\Service\\Clouderrorreporting\\TrackingIssue
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DMatchedUrl.php25 public $url; variable in Google\\Service\\HangoutsChat\\MatchedUrl
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DBlockedResource.php25 public $url; variable in Google\\Service\\SearchConsole\\BlockedResource
30 public function setUrl($url) argument
32 $this->url = $url;
39 return $this->url;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js29 var url = uri + options.referrer_track;
32 url: "http://feeds.delicious.com/v2/json/urlinfo/data",
33 data: {url: url},
39 if (count.url === url) {
50 url: url,
/plugin/bez/tpl/
H A Dtask_programs.php2 <form action="<?php echo $tpl->url('task_programs') ?>" method="POST">
19 <a href="<?php echo $tpl->url('task_programs') ?>">
26 <a href="<?php echo $tpl->url('task_programs', 'action', 'edit', 'id', $task_program->id) ?>">
33 href="<?php echo $tpl->url('task_programs', 'action', 'remove', 'id', $task_program->id) ?>">
41 <a href="<?php echo $tpl->url('tasks', 'task_program_id', $task_program->id) ?>">
H A Dtypes.php2 <form action="<?php echo $tpl->url('types') ?>" method="POST">
18 <a href="<?php echo $tpl->url('types') ?>">
25 <a href="<?php echo $tpl->url('types', 'action', 'edit', 'id', $label->id) ?>">
32 href="<?php echo $tpl->url('types', 'action', 'remove', 'id', $label->id) ?>">
40 <a href="<?php echo $tpl->url('threads', 'label_id', $label->id) ?>">
/plugin/phpbblinks/
H A Daction.php59 $url = $this->_getUrl();
62 if (!$url)
81 $urlc = strlen($url);
82 $urla = parse_url($url);
115 if (substr($word,0,$urlc) != $url)
196 $url = $this->getConf('boardurl');
197 if (empty($url)) return false;
201 if (substr($url,-1) != '/') {
202 $url .= '/';
206 $url .= 'viewtopic.php';
[all …]
/plugin/xtern/
H A Daction.php70 $url = $INPUT->str('url');
75 $url = urldecode($url);
76 $ch = curl_init($url);
118 foreach($ar[$id] as $url) {
119 $this->update_wiki_page($event->result, $url) ;
133 function update_wiki_page(&$result, $url) argument
135 msg(($url) , 2);
136 $this->current = $url;
138 …$result = preg_replace_callback("|(?<!__LINK:)(\[\[)?(" . preg_quote($url) . "(\|)*([^\]]+)*(\]\])…
178 $url = $INPUT->str('xtern_url');
[all …]
/plugin/flowplay/flowplayer/
H A DflowPlayer.js39 noVideoClip: { url: 'main_clickToPlay.jpg', duration: 10 },
78 { url: 'main_clickToPlay.jpg' },
79 { name: 'Honda Accord', url: '!honda_accord.flv' },
80 { name: 'River', url: 'river.flv' },
81 { name: 'Ounasvaara', url: 'ounasvaara.flv' }
/plugin/flowplay2/flowplayer/extras/
H A DflowPlayer.js65 noVideoClip: { url: 'main_clickToPlay.jpg', duration: 10 },
138 { url: 'main_clickToPlay.jpg' },
139 { name: 'Honda Accord', url: '!honda_accord.flv' },
140 { name: 'River', url: 'river.flv' },
141 { name: 'Ounasvaara', url: 'ounasvaara.flv' }
/plugin/google_cal/
H A Dsyntax.php34 @list($url, $alt) = explode('|',$match,2);
38 if (preg_match('/(.*)\[(.*)\]$/', trim($url), $matches)) {
39 $url = $matches[1];
52 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:') {
55 return array('wiki', hsc(trim("$url")), hsc(trim($alt)), hsc(trim($w)), hsc(trim($h)));
62 list($style, $url, $alt, $w, $h) = $data;
72 $renderer->doc .= "<div class='error'>$url</div>";
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php28 $url = Core::url($request);
34 $stream = $this->createStream($url, $request);
35 return $this->createResponse($request, $url, $stream);
37 return $this->createErrorResponse($url, $e);
41 private function createResponse(array $request, $url, $stream) argument
51 'effective_url' => $url,
121 * @param string $url
126 private function createErrorResponse($url, RingException $e) argument
142 'effective_url' => $url,
183 createStream($url, array $request) global() argument
395 createStreamResource($url, array $request, array $options, $context) global() argument
[all...]
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php38 * @param string $url
42 function get($url, $extra_headers = null) argument
44 if (!$this->canFetchURL($url)) {
58 $parts = parse_url($url);
134 $url = $this->_findRedirect($headers, $url);
157 return new Auth_Yadis_HTTPResponse($url, $code, $new_headers, $body);
160 function post($url, $body, $extra_headers = null) argument
162 if (!$this->canFetchURL($url)) {
166 $parts = parse_url($url);
253 return new Auth_Yadis_HTTPResponse($url, $code,
/plugin/epub/scripts/
H A Depub_utils.php15 $url=rawurldecode($_POST['location']);
16 $url=dirname($url);
19 $unique_identifier = rtrim($url,'/');
67 <meta content="$url" name="dtb:uid"/>
230 $url = preg_replace("/\s*\(.*?\)\s*$/","",$url);
234 $url = preg_replace('#' . DOKU_BASE . '#', DOKU_URL, $url);
288 epub_write_zip($url);
303 function epub_write_zip($url) { argument
312 $file = $oebps . $url;
313 $zip->addFile($file, "OEBPS/$url");
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DGitSourceContext.php29 public $url; variable in Google\\Service\\OnDemandScanning\\GitSourceContext
48 public function setUrl($url) argument
50 $this->url = $url;
57 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportFiles.php29 public $url; variable in Google\\Service\\Doubleclicksearch\\ReportFiles
48 public function setUrl($url) argument
50 $this->url = $url;
57 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php25 public $url; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction
34 public function setUrl($url) argument
36 $this->url = $url;
43 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DThirdPartyUrl.php29 public $url; variable in Google\\Service\\DisplayVideo\\ThirdPartyUrl
48 public function setUrl($url) argument
50 $this->url = $url;
57 return $this->url;
H A DUrlAssignedTargetingOptionDetails.php29 public $url; variable in Google\\Service\\DisplayVideo\\UrlAssignedTargetingOptionDetails
48 public function setUrl($url) argument
50 $this->url = $url;
57 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDictWordsDerivativesSource.php29 public $url; variable in Google\\Service\\Books\\DictlayerdataDictWordsDerivativesSource
48 public function setUrl($url) argument
50 $this->url = $url;
57 return $this->url;

12345678910>>...131