Searched refs:textEntry (Results 1 – 9 of 9) sorted by relevance
256 this.logFilteringCriteria.textEntry);298 private static composeGlobMatch(isCollaped: boolean, textEntry: string) {301 return `msg glob ${escapeGlob(textEntry)} as is_msg_chosen,303 escapeGlob(textEntry)}) as is_process_chosen,306 } else if (!textEntry) {316 msg glob ${escapeGlob(textEntry)} as is_msg_highlighted,318 escapeGlob(textEntry)}) as is_process_highlighted`;
167 textEntry: '',
507 textEntry: string; property
1183 updateLogFilterText(state: StateDraft, args: {textEntry: string}) {1184 state.logFilteringCriteria.textEntry = args.textEntry;
59 <choiceList commitOn="select" open="multiSelect" textEntry="0"></choiceList>
75 <choiceList commitOn="exit" open="onEntry" textEntry="1" ></choiceList>
31 <choiceList textEntry="1">
137 Actions.updateLogFilterText({textEntry: htmlElement.value}));
228 ATTR____(0xb12128b7u, "textEntry", TextEntry, Basic)