Home
last modified time | relevance | path

Searched refs:temp_url (Results 1 – 25 of 36) sorted by relevance

12

/dports/chinese/phpbb-tw/phpBB2/
H A Dmemberlist.php197 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id"); variable
198 …$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $l…
199 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
201 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=$user_id"); variable
202 …$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_…
203 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
224 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$user_id"); variable
225 …$msn_img = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_msnm']…
226 $msn = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '">' . $lang['MSNM'] . '</a>' : '';
231 …$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($username) . "&amp;showresults=p… variable
[all …]
H A Dviewtopic.php917 $temp_url = ''; variable
921 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$poster_id"); variable
923 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
925 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=$poster_id"); variable
927 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
961 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$poster_id"); variable
991 $quote = '<a href="' . $temp_url . '">' . $lang['Reply_with_quote'] . '</a>';
1001 $edit = '<a href="' . $temp_url . '">' . $lang['Edit_delete_post'] . '</a>';
1013 $ip = '<a href="' . $temp_url . '">' . $lang['View_IP'] . '</a>';
1017 $delpost = '<a href="' . $temp_url . '">' . $lang['Delete_post'] . '</a>';
[all …]
H A Dgroupcp.php68 …$temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=" . $row['user_…
69 …$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $l…
70 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
72 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=" . $row['user_id']);
73 …$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_…
74 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
95 …$temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=" . $row['user_…
96 …$msn_img = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_msnm']…
97 $msn = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '">' . $lang['MSNM'] . '</a>' : '';
102 …$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($row['username']) . "&amp;showre…
[all …]
H A Dprivmsg.php494 …$temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . '=' . $user_id_fr… variable
495 …$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $l…
496 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
498 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=$user_id_from"); variable
499 …$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_…
500 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
534 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$user_id_from"); variable
535 …$msn_img = ( $privmsg['user_msnm'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_ms…
536 $msn = ( $privmsg['user_msnm'] ) ? '<a href="' . $temp_url . '">' . $lang['MSNM'] . '</a>' : '';
541 …$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($username_from) . "&amp;showresu… variable
[all …]
/dports/www/phpbb/phpBB2/
H A Dmemberlist.php197 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$user_id"); variable
198 …$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $l…
199 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
201 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=$user_id"); variable
202 …$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_…
203 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
224 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$user_id"); variable
225 …$msn_img = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_msnm']…
226 $msn = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '">' . $lang['MSNM'] . '</a>' : '';
231 …$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($username) . "&amp;showresults=p… variable
[all …]
H A Dviewtopic.php917 $temp_url = ''; variable
921 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$poster_id"); variable
923 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
925 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=$poster_id"); variable
927 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
961 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$poster_id"); variable
991 $quote = '<a href="' . $temp_url . '">' . $lang['Reply_with_quote'] . '</a>';
1001 $edit = '<a href="' . $temp_url . '">' . $lang['Edit_delete_post'] . '</a>';
1013 $ip = '<a href="' . $temp_url . '">' . $lang['View_IP'] . '</a>';
1017 $delpost = '<a href="' . $temp_url . '">' . $lang['Delete_post'] . '</a>';
[all …]
H A Dgroupcp.php68 …$temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=" . $row['user_…
69 …$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $l…
70 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
72 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=" . $row['user_id']);
73 …$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_…
74 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
95 …$temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=" . $row['user_…
96 …$msn_img = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_msnm']…
97 $msn = ( $row['user_msnm'] ) ? '<a href="' . $temp_url . '">' . $lang['MSNM'] . '</a>' : '';
102 …$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($row['username']) . "&amp;showre…
[all …]
H A Dprivmsg.php494 …$temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . '=' . $user_id_fr… variable
495 …$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $l…
496 $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
498 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=$user_id_from"); variable
499 …$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_…
500 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
534 $temp_url = append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$user_id_from"); variable
535 …$msn_img = ( $privmsg['user_msnm'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_ms…
536 $msn = ( $privmsg['user_msnm'] ) ? '<a href="' . $temp_url . '">' . $lang['MSNM'] . '</a>' : '';
541 …$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($username_from) . "&amp;showresu… variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dtransient_file_util_unittest.cc79 FileSystemURL temp_url; in TEST_F() local
83 CreateAndRegisterTemporaryFile(&temp_url, &temp_path, &filesystem); in TEST_F()
90 ASSERT_TRUE(temp_url.is_valid()); in TEST_F()
97 NewOperationContext().get(), temp_url, &error, &file_info, &path); in TEST_F()
105 file_util()->GetFileInfo(NewOperationContext().get(), temp_url, in TEST_F()
117 file_util()->GetFileInfo(NewOperationContext().get(), temp_url, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dtransient_file_util_unittest.cc79 FileSystemURL temp_url; in TEST_F() local
83 CreateAndRegisterTemporaryFile(&temp_url, &temp_path, &filesystem); in TEST_F()
90 ASSERT_TRUE(temp_url.is_valid()); in TEST_F()
97 NewOperationContext().get(), temp_url, &error, &file_info, &path); in TEST_F()
105 file_util()->GetFileInfo(NewOperationContext().get(), temp_url, in TEST_F()
117 file_util()->GetFileInfo(NewOperationContext().get(), temp_url, in TEST_F()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dstatus.c1412 temp_url[sizeof(temp_url) - 1] = '\x0'; in show_service_detail()
1420 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1421 temp_url[sizeof(temp_url) - 1] = '\x0'; in show_service_detail()
1425 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1431 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1437 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1443 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1458 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1471 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
2047 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_host_detail()
[all …]
H A Dextinfo.c2781 char temp_url[MAX_INPUT_BUFFER]; in show_scheduling_queue() local
2818 snprintf(temp_url, sizeof(temp_url) - 1, "%s?type=%d", EXTINFO_CGI, DISPLAY_SCHEDULING_QUEUE); in show_scheduling_queue()
2819 temp_url[sizeof(temp_url) - 1] = '\x0'; in show_scheduling_queue()
2821 …host name (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_HOSTNAME, url_images_path, UP_A… in show_scheduling_queue()
2823 …ce name (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_SERVICENAME, url_images_path, UP_… in show_scheduling_queue()
2825 …k time (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_LASTCHECKTIME, url_images_path, UP… in show_scheduling_queue()
2827 …k time (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_NEXTCHECKTIME, url_images_path, UP… in show_scheduling_queue()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dstatus.c1507 temp_url[sizeof(temp_url) - 1] = '\x0'; in show_service_detail()
1515 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1516 temp_url[sizeof(temp_url) - 1] = '\x0'; in show_service_detail()
1520 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1526 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1532 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1538 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1544 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1551 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
1556 strncat(temp_url, temp_buffer, sizeof(temp_url) - strlen(temp_url) - 1); in show_service_detail()
[all …]
H A Dextinfo.c2750 char temp_url[MAX_INPUT_BUFFER]; in show_scheduling_queue() local
2787 snprintf(temp_url, sizeof(temp_url) - 1, "%s?type=%d", EXTINFO_CGI, DISPLAY_SCHEDULING_QUEUE); in show_scheduling_queue()
2788 temp_url[sizeof(temp_url) - 1] = '\x0'; in show_scheduling_queue()
2790 …host name (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_HOSTNAME, url_images_path, UP_A… in show_scheduling_queue()
2792 …ce name (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_SERVICENAME, url_images_path, UP_… in show_scheduling_queue()
2794 …k time (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_LASTCHECKTIME, url_images_path, UP… in show_scheduling_queue()
2796 …k time (descending)'></A></TH>", temp_url, SORT_ASCENDING, SORT_NEXTCHECKTIME, url_images_path, UP… in show_scheduling_queue()
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dusercp_viewprofile.php125 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=" . $profiledata['user_… variable
126 $pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_p…
127 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
167 $temp_url = append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&amp… variable
168 $search_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_search'] . '" alt="' . sprin…
169 $search = '<a href="' . $temp_url . '">' . sprintf($lang['Search_user_posts'], $profiledata['userna…
/dports/www/phpbb/phpBB2/includes/
H A Dusercp_viewprofile.php125 $temp_url = append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=" . $profiledata['user_… variable
126 $pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_p…
127 $pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
167 $temp_url = append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&amp… variable
168 $search_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_search'] . '" alt="' . sprin…
169 $search = '<a href="' . $temp_url . '">' . sprintf($lang['Search_user_posts'], $profiledata['userna…
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/swiftclient/
H A Dutils.py188 temp_url = u'{path}?temp_url_sig={sig}&temp_url_expires={exp}'.format(
192 temp_url += u'&temp_url_ip_range={}'.format(ip_range)
195 temp_url += u'&temp_url_prefix={}'.format(parts[4])
198 return temp_url.encode('utf-8')
200 return temp_url
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvsphere_file.py267 temp_url = 'https://%s%s' % (host, remote_path)
270 r = open_url(temp_url, method='PUT', timeout=timeout,
286 result['url'] = temp_url
290 r = open_url(temp_url, method='DELETE', timeout=timeout,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvsphere_file.py261 temp_url = 'https://%s%s' % (host, remote_path)
264 r = open_url(temp_url, method='PUT', timeout=timeout,
280 result['url'] = temp_url
284 r = open_url(temp_url, method='DELETE', timeout=timeout,
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/tests/unit/
H A Dtest_deployment_utils.py346 temp_url = (
351 ctu.return_value = temp_url
354 temp_url, deployment_utils.build_signal_id(hc, args))
/dports/textproc/htdig/htdig-3.2.0b6/libhtdig/
H A Dlibhtdig_htdig.cc493 char * temp_url = NULL; in htdig_index_urls() local
519 temp_url = strtok(temp_URL_list, URL_SEPCHARS); in htdig_index_urls()
520 while (temp_url != NULL) in htdig_index_urls()
522 str = temp_url; in htdig_index_urls()
527 temp_url = strtok(NULL, URL_SEPCHARS); in htdig_index_urls()
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/object_store/v1/
H A D_proxy.py919 temp_url = u'{path}?temp_url_sig={sig}&temp_url_expires={exp}'.format(
923 temp_url += u'&temp_url_ip_range={}'.format(ip_range)
926 temp_url += u'&temp_url_prefix={}'.format(parts[4])
929 return temp_url.encode('utf-8')
931 return temp_url
/dports/net/p5-Net-GitHub/Net-GitHub-1.02/lib/Net/GitHub/V3/
H A DQuery.pm333 my $temp_url = $self->next_url;
334 $temp_url =~ s/([&?])page=[0-9]+([&?]*)/$1page=$page$2/;
336 $self->next_url( $temp_url );
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/history/
H A Dhistory_api.cc224 GURL temp_url(url_string); in ValidateUrl() local
225 if (!temp_url.is_valid()) { in ValidateUrl()
229 url->Swap(&temp_url); in ValidateUrl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/history/
H A Dhistory_api.cc224 GURL temp_url(url_string); in ValidateUrl() local
225 if (!temp_url.is_valid()) { in ValidateUrl()
229 url->Swap(&temp_url); in ValidateUrl()

12