Home
last modified time | relevance | path

Searched refs:weburl (Results 1 – 25 of 68) sorted by relevance

123

/dports/net-mgmt/xymon-client/xymon-4.3.30/xymonnet/
H A Dhttptest.c362 …httptest->parsestatus = (httptest->weburl.proxyurl ? httptest->weburl.proxyurl->parseerror : httpt… in add_http_test()
368 if (httptest->weburl.proxyurl && (httptest->weburl.proxyurl->ip == NULL)) { in add_http_test()
387 switch (httptest->weburl.testtype) { in add_http_test()
529 if ((httptest->weburl.desturl->port != 80) && (httptest->weburl.desturl->port != 443)) { in add_http_test()
537 if (httptest->weburl.postdata) { in add_http_test()
546 xfree(httptest->weburl.postdata); in add_http_test()
557 … httptest->weburl.postdata = (char *)malloc(st.st_size + 1); *(httptest->weburl.postdata) = '\0'; in add_http_test()
581 …else if ((httptest->weburl.testtype == WEBTEST_SOAP) || (httptest->weburl.testtype == WEBTEST_NOSO… in add_http_test()
622 if (httptest->weburl.proxyurl && httptest->weburl.proxyurl->auth) { in add_http_test()
662 if ((httptest->weburl.testtype == WEBTEST_SOAP) || (httptest->weburl.testtype == WEBTEST_NOSOAP)) { in add_http_test()
[all …]
H A Dhttpresult.c144 update_session_cookies(host->hostname, req->weburl.desturl->host, req->headers); in send_http_results()
147 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
148 …req->httpcolor = statuscolor_by_set(host, req->httpstatus, req->weburl.okcodes, req->weburl.badcod… in send_http_results()
213 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
239 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
292 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
338 validity, commafy(host->hostname), req->weburl.columnname, colorname(color), timestamp); in send_http_results()
343 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
390 …snprintf(msgline, sizeof(msgline), "data %s.%s\n", commafy(host->hostname), req->weburl.columnname… in send_http_results()
549 if (req->weburl.columnname) { in send_content_results()
[all …]
H A Ddns.c241 weburl_t weburl; in add_url_to_dns_queue() local
245 decode_url(url, &weburl); in add_url_to_dns_queue()
247 if (weburl.proxyurl) { in add_url_to_dns_queue()
248 if (weburl.proxyurl->parseerror) return; in add_url_to_dns_queue()
249 add_host_to_dns_queue(weburl.proxyurl->host); in add_url_to_dns_queue()
252 if (weburl.desturl->parseerror) return; in add_url_to_dns_queue()
253 add_host_to_dns_queue(weburl.desturl->host); in add_url_to_dns_queue()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymonnet/
H A Dhttptest.c362 …httptest->parsestatus = (httptest->weburl.proxyurl ? httptest->weburl.proxyurl->parseerror : httpt… in add_http_test()
368 if (httptest->weburl.proxyurl && (httptest->weburl.proxyurl->ip == NULL)) { in add_http_test()
387 switch (httptest->weburl.testtype) { in add_http_test()
529 if ((httptest->weburl.desturl->port != 80) && (httptest->weburl.desturl->port != 443)) { in add_http_test()
537 if (httptest->weburl.postdata) { in add_http_test()
546 xfree(httptest->weburl.postdata); in add_http_test()
557 … httptest->weburl.postdata = (char *)malloc(st.st_size + 1); *(httptest->weburl.postdata) = '\0'; in add_http_test()
581 …else if ((httptest->weburl.testtype == WEBTEST_SOAP) || (httptest->weburl.testtype == WEBTEST_NOSO… in add_http_test()
622 if (httptest->weburl.proxyurl && httptest->weburl.proxyurl->auth) { in add_http_test()
662 if ((httptest->weburl.testtype == WEBTEST_SOAP) || (httptest->weburl.testtype == WEBTEST_NOSOAP)) { in add_http_test()
[all …]
H A Dhttpresult.c144 update_session_cookies(host->hostname, req->weburl.desturl->host, req->headers); in send_http_results()
147 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
148 …req->httpcolor = statuscolor_by_set(host, req->httpstatus, req->weburl.okcodes, req->weburl.badcod… in send_http_results()
213 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
239 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
292 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
338 validity, commafy(host->hostname), req->weburl.columnname, colorname(color), timestamp); in send_http_results()
343 if (req->weburl.okcodes || req->weburl.badcodes) { in send_http_results()
390 …snprintf(msgline, sizeof(msgline), "data %s.%s\n", commafy(host->hostname), req->weburl.columnname… in send_http_results()
549 if (req->weburl.columnname) { in send_content_results()
[all …]
H A Ddns.c241 weburl_t weburl; in add_url_to_dns_queue() local
245 decode_url(url, &weburl); in add_url_to_dns_queue()
247 if (weburl.proxyurl) { in add_url_to_dns_queue()
248 if (weburl.proxyurl->parseerror) return; in add_url_to_dns_queue()
249 add_host_to_dns_queue(weburl.proxyurl->host); in add_url_to_dns_queue()
252 if (weburl.desturl->parseerror) return; in add_url_to_dns_queue()
253 add_host_to_dns_queue(weburl.desturl->host); in add_url_to_dns_queue()
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Durl.c468 if (weburl == NULL) { in decode_url()
473 weburl = &weburlbuf; in decode_url()
474 weburl->desturl = &desturlbuf; in decode_url()
475 weburl->proxyurl = NULL; in decode_url()
480 weburl->proxyurl = NULL; in decode_url()
489 weburl->testtype = WEBTEST_CONT; in decode_url()
492 weburl->testtype = WEBTEST_CONT; in decode_url()
501 weburl->testtype = WEBTEST_POST; in decode_url()
504 weburl->testtype = WEBTEST_POST; in decode_url()
552 switch (weburl->testtype) { in decode_url()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Durl.c468 if (weburl == NULL) { in decode_url()
473 weburl = &weburlbuf; in decode_url()
474 weburl->desturl = &desturlbuf; in decode_url()
475 weburl->proxyurl = NULL; in decode_url()
480 weburl->proxyurl = NULL; in decode_url()
489 weburl->testtype = WEBTEST_CONT; in decode_url()
492 weburl->testtype = WEBTEST_CONT; in decode_url()
501 weburl->testtype = WEBTEST_POST; in decode_url()
504 weburl->testtype = WEBTEST_POST; in decode_url()
552 switch (weburl->testtype) { in decode_url()
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/msteams/
H A Dhandler.go15 func (b *Bmsteams) findFile(weburl string) (string, error) {
16 itemRB, err := b.gc.GetDriveItemByURL(b.ctx, weburl)
33 func (b *Bmsteams) handleDownloadFile(rmsg *config.Message, filename, weburl string) error {
34 realURL, err := b.findFile(weburl)
41 return fmt.Errorf("download %s failed %#v", weburl, err)
49 helper.HandleDownloadData(b.Log, rmsg, filename, comment, weburl, data, b.General)
/dports/devel/py-omniorb/omniORBpy-4.2.4/doc/tex/
H A DomniORBpy.bib10 note = {From \weburl{http://www.omg.org/cgi-bin/doc?formal/01-12-01}}
21 note = {From \weburl{http://www.omg.org/cgi-bin/doc?formal/08-01-04}}
30 note = {From \weburl{http://www.omg.org/cgi-bin/doc?formal/03-06-03}}
41 note = {From \weburl{http://www.omg.org/corba/cichpter.html}}
51 note = {From \weburl{http://www.omg.org/corba/cichpter.html}}
69 note = {From \weburl{http://www.omg.org/cgi-bin/doc?ptc/00-08-07}}
109 note = {\weburl{http://www.omg.org/technology/documents/formal/python.htm}}
/dports/devel/omniORB/omniORB-4.2.4/doc/tex/
H A DomniORB.bib10 note = {From \weburl{http://www.omg.org/cgi-bin/doc?formal/01-12-01}}
21 note = {From \weburl{http://www.omg.org/cgi-bin/doc?formal/08-01-04}}
30 note = {From \weburl{http://www.omg.org/cgi-bin/doc?formal/03-06-03}}
41 note = {From \weburl{http://www.omg.org/corba/cichpter.html}}
51 note = {From \weburl{http://www.omg.org/corba/cichpter.html}}
69 note = {From \weburl{http://www.omg.org/cgi-bin/doc?ptc/00-08-07}}
H A DomniURLDefs.sty7 \newcommand{\weburl}{\begingroup \urlstyle{sf}\Url}
/dports/www/beehive/beehive-0.4.0/bees/alertoverbee/
H A Dalertoverbee.go46 var receiver, title, content, weburl, priority string
50 action.Options.Bind("url", &weburl)
67 "url": {weburl},
/dports/www/ilias/ILIAS-5.4.25/Services/RTE/tiny_mce_3_5_11/plugins/ilimgupload/
H A Dimgupload.php24 $weburl = $ilIliasIniFile->readVariable('server', 'absolute_path') . '/'; variable
26 $weburl = substr(ILIAS_HTTP_PATH, 0, strrpos(ILIAS_HTTP_PATH, '/Services')) . '/'; variable
34 $iliasHttpPath = $weburl;
37 $tinyMCE_base_url = $weburl;
/dports/www/ilias/ILIAS-5.4.25/Services/RTE/tiny_mce_3_4_7/plugins/ilimgupload/
H A Dimgupload.php24 $weburl = $ilIliasIniFile->readVariable('server', 'absolute_path') . '/'; variable
26 $weburl = substr(ILIAS_HTTP_PATH, 0, strrpos(ILIAS_HTTP_PATH, '/Services')) . '/'; variable
34 $iliasHttpPath = $weburl;
37 $tinyMCE_base_url = $weburl;
/dports/www/ilias6/ILIAS-6.14/Services/RTE/tiny_mce_3_4_7/plugins/ilimgupload/
H A Dimgupload.php24 $weburl = $ilIliasIniFile->readVariable('server', 'absolute_path') . '/'; variable
26 $weburl = substr(ILIAS_HTTP_PATH, 0, strrpos(ILIAS_HTTP_PATH, '/Services')) . '/'; variable
34 $iliasHttpPath = $weburl;
37 $tinyMCE_base_url = $weburl;
/dports/www/ilias6/ILIAS-6.14/Services/RTE/tiny_mce_3_5_11/plugins/ilimgupload/
H A Dimgupload.php24 $weburl = $ilIliasIniFile->readVariable('server', 'absolute_path') . '/'; variable
26 $weburl = substr(ILIAS_HTTP_PATH, 0, strrpos(ILIAS_HTTP_PATH, '/Services')) . '/'; variable
34 $iliasHttpPath = $weburl;
37 $tinyMCE_base_url = $weburl;
/dports/www/ilias/ILIAS-5.4.25/Services/RTE/tiny_mce_3_5_11/plugins/ibrowser/
H A Dimagemanager.php37 $weburl = $ilIliasIniFile->readVariable('server', 'http_path') . '/'; variable
44 $iliasHttpPath = $weburl;
46 $tinyMCE_base_url = $weburl;
/dports/www/ilias/ILIAS-5.4.25/Services/RTE/tiny_mce_3_4_7/plugins/ibrowser/
H A Dimagemanager.php37 $weburl = $ilIliasIniFile->readVariable('server', 'http_path') . '/'; variable
44 $iliasHttpPath = $weburl;
46 $tinyMCE_base_url = $weburl;
/dports/www/ilias6/ILIAS-6.14/Services/RTE/tiny_mce_3_4_7/plugins/ibrowser/
H A Dimagemanager.php37 $weburl = $ilIliasIniFile->readVariable('server', 'http_path') . '/'; variable
44 $iliasHttpPath = $weburl;
46 $tinyMCE_base_url = $weburl;
/dports/www/ilias6/ILIAS-6.14/Services/RTE/tiny_mce_3_5_11/plugins/ibrowser/
H A Dimagemanager.php37 $weburl = $ilIliasIniFile->readVariable('server', 'http_path') . '/'; variable
44 $iliasHttpPath = $weburl;
46 $tinyMCE_base_url = $weburl;
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_koji.aug18 weburl = http://localhost/koji
47 { "weburl" = "http://localhost/koji" }
/dports/textproc/xfce4-dict-plugin/xfce4-dict-0.8.4/lib/
H A Dcommon.c363 const gchar *weburl = NULL; in dict_read_rc_file() local
377 weburl = xfce_rc_read_entry(rc, "web_url", weburl); in dict_read_rc_file()
406 if (! NZV(weburl) && dd->mode_in_use == DICTMODE_WEB) in dict_read_rc_file()
409 dd->web_url = g_strdup(weburl); in dict_read_rc_file()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/cck/translations/
H A Des.po13 # weburl.module,v 1.8 2006/06/12 19:36:54 JonBob
197 #: weburl.module:15
198 msgid "Defines simple weburl field types. <em>Note: Requires content.module.</em>"
201 #: weburl.module:164;172
205 #: weburl.module:0
206 msgid "weburl"
207 msgstr "weburl"
/dports/devel/py-python-bugzilla/python-bugzilla-2.5.0/examples/
H A Dcreate.py42 print("Created new bug id=%s url=%s" % (newbug.id, newbug.weburl))

123