Home
last modified time | relevance | path

Searched refs:subProps (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/geomap/components/
H A DObservablePropsWrapper.tsx11 subProps: T;
20 subProps: props.initialSubProps,
26 next: (subProps: T) => {
27 //console.log('ObservablePropsWrapper:NEXT', subProps);
28 this.setState({ subProps });
46 const { subProps } = this.state;
47 return <this.props.child {...subProps} />;
/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php275 foreach ($subNodes as $subPath => $subProps) {
286 foreach ($subNodes as $subProps) {
291 if (isset($subProps['{DAV:}resourcetype'])) {
292 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
299 if (isset($subProps['{DAV:}getcontentlength'])) {
303 if (isset($subProps['{DAV:}getlastmodified'])) {
304 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
308 if (isset($subProps['{DAV:}displayname'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}displayname']);
314 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php276 foreach ($subNodes as $subPath => $subProps) {
287 foreach ($subNodes as $subProps) {
292 if (isset($subProps['{DAV:}resourcetype'])) {
293 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
300 if (isset($subProps['{DAV:}getcontentlength'])) {
304 if (isset($subProps['{DAV:}getlastmodified'])) {
305 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
309 if (isset($subProps['{DAV:}displayname'])) {
310 $html .= $this->escapeHTML($subProps['{DAV:}displayname']);
315 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/
H A DPlugin.php278 foreach ($subNodes as $subPath => $subProps) {
289 foreach ($subNodes as $subProps) {
294 if (isset($subProps['{DAV:}resourcetype'])) {
295 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
302 if (isset($subProps['{DAV:}getcontentlength'])) {
306 if (isset($subProps['{DAV:}getlastmodified'])) {
307 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
311 if (isset($subProps['{DAV:}displayname'])) {
312 $html .= $this->escapeHTML($subProps['{DAV:}displayname']);
317 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/
H A DPlugin.php278 foreach ($subNodes as $subPath => $subProps) {
289 foreach ($subNodes as $subProps) {
294 if (isset($subProps['{DAV:}resourcetype'])) {
295 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
302 if (isset($subProps['{DAV:}getcontentlength'])) {
306 if (isset($subProps['{DAV:}getlastmodified'])) {
307 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
311 if (isset($subProps['{DAV:}displayname'])) {
312 $html .= $this->escapeHTML($subProps['{DAV:}displayname']);
317 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/Browser/
H A DPlugin.php283 foreach ($subNodes as $subPath => $subProps) {
295 foreach ($subNodes as $subProps) {
300 if (isset($subProps['{DAV:}resourcetype'])) {
301 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
305 …peHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($type['icon'…
308 if (isset($subProps['{DAV:}getcontentlength'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
312 if (isset($subProps['{DAV:}getlastmodified'])) {
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
319 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php283 foreach ($subNodes as $subPath => $subProps) {
295 foreach ($subNodes as $subProps) {
300 if (isset($subProps['{DAV:}resourcetype'])) {
301 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
305 …peHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($type['icon'…
308 if (isset($subProps['{DAV:}getcontentlength'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
312 if (isset($subProps['{DAV:}getlastmodified'])) {
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
319 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/
H A DPlugin.php283 foreach ($subNodes as $subPath => $subProps) {
295 foreach ($subNodes as $subProps) {
300 if (isset($subProps['{DAV:}resourcetype'])) {
301 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
305 …peHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($type['icon'…
308 if (isset($subProps['{DAV:}getcontentlength'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
312 if (isset($subProps['{DAV:}getlastmodified'])) {
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
319 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/
H A DPlugin.php283 foreach ($subNodes as $subPath => $subProps) {
295 foreach ($subNodes as $subProps) {
300 if (isset($subProps['{DAV:}resourcetype'])) {
301 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
305 …peHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($type['icon'…
308 if (isset($subProps['{DAV:}getcontentlength'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
312 if (isset($subProps['{DAV:}getlastmodified'])) {
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
319 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php283 foreach ($subNodes as $subPath => $subProps) {
295 foreach ($subNodes as $subProps) {
300 if (isset($subProps['{DAV:}resourcetype'])) {
301 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
305 …peHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($type['icon'…
308 if (isset($subProps['{DAV:}getcontentlength'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
312 if (isset($subProps['{DAV:}getlastmodified'])) {
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
319 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php283 foreach ($subNodes as $subPath => $subProps) {
295 foreach ($subNodes as $subProps) {
300 if (isset($subProps['{DAV:}resourcetype'])) {
301 … $type = $this->mapResourceType($subProps['{DAV:}resourcetype']->getValue(), $subProps['subNode']);
305 …peHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($type['icon'…
308 if (isset($subProps['{DAV:}getcontentlength'])) {
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
312 if (isset($subProps['{DAV:}getlastmodified'])) {
313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
319 if ($subProps['subNode'] instanceof DAV\IFile) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/datastore/
H A Dsave.go128 var subProps []Property
129 err = sub.save(&subProps, opts, "")
140 Properties: subProps,
170 subProps, err := vpls.Save()
176 for _, subp := range subProps {
183 p.Value = &Entity{Properties: subProps}
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/datastore/
H A Dsave.go128 var subProps []Property
129 err = sub.save(&subProps, opts, "")
140 Properties: subProps,
170 subProps, err := vpls.Save()
176 for _, subp := range subProps {
183 p.Value = &Entity{Properties: subProps}
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/datastore/
H A Dsave.go128 var subProps []Property
129 err = sub.save(&subProps, opts, "")
140 Properties: subProps,
170 subProps, err := vpls.Save()
176 for _, subp := range subProps {
183 p.Value = &Entity{Properties: subProps}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/datastore/
H A Dsave.go128 var subProps []Property
129 err = sub.save(&subProps, opts, "")
140 Properties: subProps,
170 subProps, err := vpls.Save()
176 for _, subp := range subProps {
183 p.Value = &Entity{Properties: subProps}
/dports/security/vault/google-cloud-go-spanner-v1.5.1/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/security/vault/google-cloud-go-storage-v1.6.0/datastore/
H A Dsave.go117 var subProps []Property
118 err = sub.save(&subProps, opts, "")
129 Properties: subProps,
184 subProps, err := vpls.Save()
190 for _, subp := range subProps {
197 p.Value = &Entity{Properties: subProps}
/dports/misc/perkeep/perkeep-0.11/vendor/cloud.google.com/go/datastore/
H A Dsave.go128 var subProps []Property
129 err = sub.save(&subProps, opts, "")
140 Properties: subProps,
170 subProps, err := vpls.Save()
176 for _, subp := range subProps {
183 p.Value = &Entity{Properties: subProps}

1234