Searched refs:updateActions (Results 1 – 5 of 5) sorted by relevance
/third_party/jsframework/runtime/main/page/ |
D | Page.ts | 27 import { updateActions, callTasks } from './api/index'; 227 public updateActions(): any { method in Page 228 return updateActions(this);
|
/third_party/node/lib/internal/ |
D | url.js | 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)); [all …]
|
/third_party/jsframework/runtime/main/page/api/ |
D | misc.ts | 104 updateActions(page); 144 export function updateActions(page: Page): void { function
|
D | index.ts | 41 updateActions,
|
/third_party/jsframework/runtime/main/page/entry/ |
D | init.ts | 37 import { updateActions } from '../api/misc'; 70 updateActions(page);
|