Lines Matching refs:updateActions
109 const updateActions = { variable
727 const href = bindingUrl.update(this[context].href, updateActions.kHref, value);
776 const href = bindingUrl.update(this[context].href, updateActions.kProtocol, `${value}`);
795 const href = bindingUrl.update(this[context].href, updateActions.kUsername, `${value}`);
814 const href = bindingUrl.update(this[context].href, updateActions.kPassword, `${value}`);
839 const href = bindingUrl.update(this[context].href, updateActions.kHost, `${value}`);
860 const href = bindingUrl.update(this[context].href, updateActions.kHostname, `${value}`);
878 const href = bindingUrl.update(this[context].href, updateActions.kPort, `${value}`);
900 const href = bindingUrl.update(this[context].href, updateActions.kPathname, `${value}`);
920 const href = bindingUrl.update(this[context].href, updateActions.kSearch, toUSVString(value));
954 const href = bindingUrl.update(this[context].href, updateActions.kHash, `${value}`);
1528 urlUpdateActions: updateActions,