Home
last modified time | relevance | path

Searched refs:sourceUrl (Results 1 – 11 of 11) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php24 private $sourceUrl; variable in Assetic\\Asset\\HttpAsset
30 * @param string $sourceUrl The source URL
37 …public function __construct($sourceUrl, $filters = array(), $ignoreErrors = false, array $vars = a… argument
39 if (0 === strpos($sourceUrl, '//')) {
40 $sourceUrl = 'http:'.$sourceUrl;
41 } elseif (false === strpos($sourceUrl, '://')) {
42 throw new \InvalidArgumentException(sprintf('"%s" is not a valid URL.', $sourceUrl));
45 $this->sourceUrl = $sourceUrl;
48 list($scheme, $url) = explode('://', $sourceUrl, 2);
57 VarUtils::resolve($this->sourceUrl, $this->getVars(), $this->getValues())
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DZipInfo.php29 public $sourceUrl; variable in Google\\Service\\Appengine\\ZipInfo
48 public function setSourceUrl($sourceUrl) argument
50 $this->sourceUrl = $sourceUrl;
57 return $this->sourceUrl;
H A DFileInfo.php33 public $sourceUrl; variable in Google\\Service\\Appengine\\FileInfo
66 public function setSourceUrl($sourceUrl) argument
68 $this->sourceUrl = $sourceUrl;
75 return $this->sourceUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DImage.php33 public $sourceUrl; variable in Google\\Service\\Slides\\Image
80 public function setSourceUrl($sourceUrl) argument
82 $this->sourceUrl = $sourceUrl;
89 return $this->sourceUrl;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php346 protected function createHttpAsset($sourceUrl, $vars) argument
348 return new HttpAsset($sourceUrl, array(), false, $vars);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java432 …StringBuilder sourceUrl = getConfig()==null ? null : new StringBuilder(getConfig().getDokuHost()+n… in loadPalettes() local
433 URL dokuBaseURL = sourceUrl==null ? null : new URL(sourceUrl.toString()); in loadPalettes()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak1341 …StringBuilder sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decode…
1342 sourceUrl.append("lib/exe/fetch.php?media=");
1343 sourceUrl.append(editor.getConfig().getName());
1344sourceUrl.append(DIAGRAM_EXTENSION+"#"+Long.toString(System.currentTimeMillis(), Character.MAX_RAD…
1345 // sourceUrl.append("&"+editor.getConfig().getSessionName()+"="+editor.getConfig().g…
1346 // sourceUrl.append("&sectok="+editor.getConfig().getSectok());
1347 // sourceUrl.append("&authtok="+editor.getConfig().getAuthtok());
1349 URL requestURL = new URL(sourceUrl.toString());
H A DEditorActions.java1341 …StringBuilder sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decode… in actionPerformed() local
1342 sourceUrl.append("lib/exe/fetch.php?media="); in actionPerformed()
1343 sourceUrl.append(editor.getConfig().getName()); in actionPerformed()
1344sourceUrl.append(DIAGRAM_EXTENSION+"#"+Long.toString(System.currentTimeMillis(), Character.MAX_RAD… in actionPerformed()
1349 URL requestURL = new URL(sourceUrl.toString()); in actionPerformed()
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js22628 function parseUrl(sourceUrl) {
22629 var parsedUrl = url.parse(sourceUrl);
22635 if (/^[a-z]:[/\\]/i.test(sourceUrl)) {
22636 return url.parse("file:///".concat(sourceUrl));
H A Dpdf.js.map1sourceUrl) {\n let parsedUrl = url.parse(sourceUrl);\n if (parsedUrl.protocol === 'file:' || par…