Home
last modified time | relevance | path

Searched refs:hrefs (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php35 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
45 * @param string|string[] $hrefs
47 public function __construct($hrefs) argument
49 if (is_string($hrefs)) {
50 $hrefs = [$hrefs];
52 $this->hrefs = $hrefs;
62 return $this->hrefs[0] ?? null;
72 return $this->hrefs;
144 $hrefs = [];
152 if ($hrefs) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php35 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
45 * @param string|string[] $hrefs
47 public function __construct($hrefs) argument
49 if (is_string($hrefs)) {
50 $hrefs = [$hrefs];
52 $this->hrefs = $hrefs;
62 return $this->hrefs[0] ?? null;
72 return $this->hrefs;
144 $hrefs = [];
152 if ($hrefs) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php35 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
42 * @param string|string[] $hrefs
44 public function __construct($hrefs) argument
46 if (is_string($hrefs)) {
47 $hrefs = [$hrefs];
49 $this->hrefs = $hrefs;
59 return $this->hrefs[0] ?? null;
69 return $this->hrefs;
141 $hrefs = [];
149 if ($hrefs) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php35 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
42 * @param string|string[] $hrefs
44 public function __construct($hrefs) argument
46 if (is_string($hrefs)) {
47 $hrefs = [$hrefs];
49 $this->hrefs = $hrefs;
59 return $this->hrefs[0] ?? null;
69 return $this->hrefs;
141 $hrefs = [];
149 if ($hrefs) {
[all …]
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Property/
H A DHrefList.php23 private $hrefs; variable in SabreForRainLoop\\DAV\\Property\\HrefList
35 * @param array $hrefs
38 public function __construct(array $hrefs, $autoPrefix = true) { argument
40 $this->hrefs = $hrefs;
52 return $this->hrefs;
69 foreach($this->hrefs as $href) {
95 $hrefs = array();
98 $hrefs[] = $child->textContent;
101 return new self($hrefs, false);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Property/
H A DHrefList.php23 private $hrefs; variable in SabreForRainLoop\\DAV\\Property\\HrefList
35 * @param array $hrefs
38 public function __construct(array $hrefs, $autoPrefix = true) { argument
40 $this->hrefs = $hrefs;
52 return $this->hrefs;
69 foreach($this->hrefs as $href) {
95 $hrefs = array();
98 $hrefs[] = $child->textContent;
101 return new self($hrefs, false);
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/Property/
H A DHrefList.php23 private $hrefs; variable in Sabre\\DAV\\Property\\HrefList
35 * @param array $hrefs
38 public function __construct(array $hrefs, $autoPrefix = true) { argument
40 $this->hrefs = $hrefs;
52 return $this->hrefs;
69 foreach($this->hrefs as $href) {
95 $hrefs = array();
98 $hrefs[] = $child->textContent;
101 return new self($hrefs, false);
/dports/devel/checkbashisms/devscripts-2.21.4/lib/Devscripts/Uscan/
H A Dhttp.pm98 my @hrefs;
108 if (@hrefs) {
109 @hrefs = Devscripts::Versort::versort(@hrefs);
132 if (@hrefs) {
280 my @hrefs;
310 if (@hrefs) {
311 @hrefs = Devscripts::Versort::upstream_versort(@hrefs);
416 my @hrefs;
448 return @hrefs;
453 my @hrefs;
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedataserver/
H A Dlibedataserver-test.c30 } hrefs[] = { in test_webdav_href_compare() local
78 for (ii = 0; ii < G_N_ELEMENTS (hrefs); ii++) { in test_webdav_href_compare()
79 if (hrefs[ii].same) { in test_webdav_href_compare()
80 …g_assert_cmpint (ii, ==, e_webdav_session_util_item_href_equal (hrefs[ii].href1, hrefs[ii].href2) … in test_webdav_href_compare()
81 …g_assert_cmpint (ii, ==, e_webdav_session_util_item_href_equal (hrefs[ii].href2, hrefs[ii].href1) … in test_webdav_href_compare()
83 …g_assert_cmpint (ii, !=, e_webdav_session_util_item_href_equal (hrefs[ii].href1, hrefs[ii].href2) … in test_webdav_href_compare()
84 …g_assert_cmpint (ii, !=, e_webdav_session_util_item_href_equal (hrefs[ii].href2, hrefs[ii].href1) … in test_webdav_href_compare()
/dports/security/clamav-lts/clamav-0.103.5/unit_tests/
H A Dcheck_regex.c386 tag_arguments_t hrefs; in do_phishing_test() local
396 hrefs.count = 1; in do_phishing_test()
397 hrefs.value = cli_malloc(sizeof(*hrefs.value)); in do_phishing_test()
400 hrefs.contents = cli_malloc(sizeof(*hrefs.contents)); in do_phishing_test()
402 hrefs.tag = cli_malloc(sizeof(*hrefs.tag)); in do_phishing_test()
412 html_tag_arg_free(&hrefs); in do_phishing_test()
465 tag_arguments_t hrefs; in do_phishing_test_allscan() local
476 hrefs.count = 1; in do_phishing_test_allscan()
477 hrefs.value = cli_malloc(sizeof(*hrefs.value)); in do_phishing_test_allscan()
480 hrefs.contents = cli_malloc(sizeof(*hrefs.contents)); in do_phishing_test_allscan()
[all …]
H A Dcheck_htmlnorm.c112 tag_arguments_t hrefs; in START_TEST() local
115 memset(&hrefs, 0, sizeof(hrefs)); in START_TEST()
133 ck_assert_msg(html_normalise_map(map, dir, &hrefs, dconf) == 1, "html_normalise_map failed"); in START_TEST()
135 html_tag_arg_free(&hrefs); in START_TEST()
137 memset(&hrefs, 0, sizeof(hrefs)); in START_TEST()
138 hrefs.scanContents = 1; in START_TEST()
140 ck_assert_msg(html_normalise_map(map, dir, &hrefs, dconf) == 1, "html_normalise_map failed"); in START_TEST()
142 html_tag_arg_free(&hrefs); in START_TEST()
/dports/security/clamav/clamav-0.104.2/unit_tests/
H A Dcheck_regex.c387 tag_arguments_t hrefs; in do_phishing_test() local
397 hrefs.count = 1; in do_phishing_test()
398 hrefs.value = cli_malloc(sizeof(*hrefs.value)); in do_phishing_test()
401 hrefs.contents = cli_malloc(sizeof(*hrefs.contents)); in do_phishing_test()
403 hrefs.tag = cli_malloc(sizeof(*hrefs.tag)); in do_phishing_test()
413 html_tag_arg_free(&hrefs); in do_phishing_test()
466 tag_arguments_t hrefs; in do_phishing_test_allscan() local
477 hrefs.count = 1; in do_phishing_test_allscan()
478 hrefs.value = cli_malloc(sizeof(*hrefs.value)); in do_phishing_test_allscan()
481 hrefs.contents = cli_malloc(sizeof(*hrefs.contents)); in do_phishing_test_allscan()
[all …]
H A Dcheck_htmlnorm.c135 tag_arguments_t hrefs; in START_TEST() local
138 memset(&hrefs, 0, sizeof(hrefs)); in START_TEST()
156 ck_assert_msg(html_normalise_map(map, dir, &hrefs, dconf) == 1, "html_normalise_map failed"); in START_TEST()
158 html_tag_arg_free(&hrefs); in START_TEST()
160 memset(&hrefs, 0, sizeof(hrefs)); in START_TEST()
161 hrefs.scanContents = 1; in START_TEST()
163 ck_assert_msg(html_normalise_map(map, dir, &hrefs, dconf) == 1, "html_normalise_map failed"); in START_TEST()
165 html_tag_arg_free(&hrefs); in START_TEST()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/transforms/
H A Dtrimmanifest.py31 if item.value in oeb.manifest.hrefs:
32 used.add(oeb.manifest.hrefs[item.value])
37 if path in oeb.manifest.hrefs:
38 used.add(oeb.manifest.hrefs[path])
49 hrefs = [r[2] for r in iterlinks(item.data)]
50 for href in hrefs:
57 if href in oeb.manifest.hrefs:
58 found = oeb.manifest.hrefs[href]
64 if href in oeb.manifest.hrefs:
65 found = oeb.manifest.hrefs[href]
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/mstilkerich/carddavclient/src/XmlElements/
H A DResponse.php65 $hrefs = [];
75 $hrefs[] = $child["value"];
85 if (count($hrefs) == 0) {
111 return new ResponseStatus($hrefs, $status);
113 if (count($hrefs) > 1) {
117 return new ResponsePropstat($hrefs[0], $propstat);
119 return new ResponseStatus($hrefs, $status);
H A DResponseStatus.php40 public $hrefs; variable in MStilkerich\\CardDavClient\\XmlElements\\ResponseStatus
46 * @param string[] $hrefs
49 public function __construct(array $hrefs, string $status) argument
51 $this->hrefs = $hrefs;
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhtmlnorm.c841 if (hrefs && hrefs->scanContents && in_ahref && href_contents_begin) { in cli_html_normalise()
1176 if (hrefs && hrefs->scanContents && in_ahref) { in cli_html_normalise()
1277hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1284 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
1292hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1299 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
1308hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1315 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
1324hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1331 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhtmlnorm.c841 if (hrefs && hrefs->scanContents && in_ahref && href_contents_begin) { in cli_html_normalise()
1176 if (hrefs && hrefs->scanContents && in_ahref) { in cli_html_normalise()
1277hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1284 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
1292hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1299 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
1308hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1315 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
1324hrefs->contents[hrefs->count - 1] = (unsigned char *)cli_strdup((const char *)hrefs->value[in_ahre… in cli_html_normalise()
1331 html_tag_contents_done(hrefs, hrefs->count, &contents); in cli_html_normalise()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/
H A DAboutItem.java24 private String[] hrefs; field in AboutItem
29 public AboutItem(String text, int[][] linkRanges, String[] hrefs) { in AboutItem() argument
33 this.hrefs = hrefs; in AboutItem()
71 return hrefs[i]; in getLinkAt()

12345678910>>...38