Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 500) sorted by last modified time

12345678910>>...20

/plugin/siteexport/
H A DREADME.md29 …time in seconds for how long the script may run while exporting a site via URL Request or wget/cur…
/plugin/siteexport/action/
H A Dajax.php157 $this->functions->debug->message("Redirecting to final file", $URL, 2);
160 send_redirect($URL);
560 private function __getHTTPFile($URL, $RECURSE=false, $newAdditionalParameters=null) { argument
569 "file" => $URL,
570 "matches" => preg_match($PATTERN, $URL) ? 'match' : 'no match'
573 if ( preg_match($PATTERN, $URL) ) { return false; }
580 $this->functions->addAdditionalParametersToURL($URL, $newAdditionalParameters);
582 $this->functions->debug->message("Fetching URL: '$URL'", null, 2);
583 $getData = $http->get($URL, true); // true == sloopy, get 304 body as well.
597 $this->functions->debug->message("No data fetched", $URL, 4);
[all …]
/plugin/siteexport/inc/
H A Dfunctions.php350 $URL = wl($ID);
362 $this->addAdditionalParametersToURL($URL, $additionalParameters);
363 $this->debug->message("Redirecting to '$URL'", null, 2);
365 send_redirect($URL);
374 public function addAdditionalParametersToURL(&$URL, $newAdditionalParameters) { argument
383 $URL .= (strstr($URL, '?') ? '&' : '?') . $key . "[]=$aValue";
387 … $URL .= empty($append) || strstr($URL, $append) ? '' : (strstr($URL, '?') ? '&' : '?') . $append;
H A Dtoc.php403 foreach ($TOPICS as $URL => $LABEL) {
404 $XML .= "\t\t<topic label=\"$LABEL\" href=\"$URL\" />\n";
/plugin/linkback/lang/de/
H A Dsubscribermail.txt7 URL: @URL@
/plugin/linkback/lang/en/
H A Dsubscribermail.txt8 URL: @URL@
/plugin/linkback/
H A DCHANGELOG17 * Option for displaying trackback URL for manual trackbacks
19 * URL of pinged page is now included in notification mail
/plugin/linkback/lang/ko/
H A Dsubscribermail.txt8 URL: @URL@
/plugin/linkback/lang/nl/
H A Dsubscribermail.txt9 URL: @URL@
/plugin/structpublish/lang/de/
H A Dmail.txt5 Sie können hier die aktuelle Revision bearbeiten: @URL@
/plugin/structpublish/lang/en/
H A Dmail.txt5 You may want to take action here: @URL@
/plugin/diagrams/script/
H A DDiagramsMediaManager.js199 let url = new URL(window.location.href);
/plugin/struct/lang/fr/
H A Deditor_edit.txt7 Le type de champ détermine quelles données peuvent y être stockées (texte, image, URL...) et influence également la façon dont elles seront affichées plus tard. Chaque type de champ a des options de configuration spécifiques.
/plugin/openlayersmap/lang/nl/
H A Dsettings.php26 $lang['iconUrlOverload'] = 'URL voor kaart ikonen bij gebruik van statische kaarten op een non-internet host';
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/lang/fr/
H A Dsettings.php25 $lang['iconUrlOverload'] = 'URL pour les icônes de carte lors de l\'utilisation de cartes statiques sur un hôte non-Internet';
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt107 * Bugfix (#925): add configurable URL separator
243 the last characters of the URL to determine image type
381 * Bugfix: Opening HTTP source images with URL query parameters
1206 in the URL. Normally URL parameters override these
1438 'file' parameter, where 'goto' is a URL that is
1535 * Bugfix: URL image sources were not able to use the
1539 * Added option to use http:// URL as image source
H A Dphpthumb.faq.txt200 the config, so that they can't be changed over the URL?
213 without the parameters in the URL showing the location of
H A Dphpthumb.readme.txt75 phpThumbURL function to generate the URL including the hash value:
82 Parameters that can be passed are listed below under "URL Parameters".
543 goto = URL to redirect to after rendering image to file
561 rather than a full http:// URL because performance is
573 * Thumbnail caching for URL or database sources requires
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default59 …relative to the source image - must start with '.' (will not work to cache URL- or database-source…
194 // Note: the data retrieved must be the actual binary data of the image, not a URL or filename
223 … = true; // if true (default), follow "302 Found" redirects to new URL; if false, return e…
238 … any parameters in the URL will override the defaults set here; if false, any parameters set here …
/plugin/dokuprism/
H A DREADME.md9 3. On **Manual Install** tab in field **Install from URL** paste this link:
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/bez/
H A Dstyle.css3 src: url('fontawesome-webfont.woff'); /*URL to font*/
/plugin/confmanager/lang/de/
H A Dscheme.txt2 [[doku>urlschema|Weitere Informationen zur URL]].
/plugin/confmanager/lang/en/
H A Dscheme.txt2 [[doku>urlschemes|More information on URL schemes]].

12345678910>>...20