Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 1W (0.02 sec)

  1. src/regexp/example_test.go

    	fmt.Printf("%s\n", re.ReplaceAll([]byte("-ab-axxb-"), []byte("$1")))
    	fmt.Printf("%s\n", re.ReplaceAll([]byte("-ab-axxb-"), []byte("$1W")))
    	fmt.Printf("%s\n", re.ReplaceAll([]byte("-ab-axxb-"), []byte("${1}W")))
    
    	re2 := regexp.MustCompile(`a(?P<1W>x*)b`)
    	fmt.Printf("%s\n", re2.ReplaceAll([]byte("-ab-axxb-"), []byte("$1W")))
    	fmt.Printf("%s\n", re2.ReplaceAll([]byte("-ab-axxb-"), []byte("${1}W")))
    
    	// Output:
    	// -T-T-
    	// --xx-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:22:53 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/orig/view/advance.jsp

    							<c:if test="${as.timestamp.contains('[now-1d/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastday" /></option>
    						<option value="[now-1w/d TO *]"
    							<c:if test="${as.timestamp.contains('[now-1w/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastweek" /></option>
    						<option value="[now-1M/d TO *]"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/advance.jsp

    							<c:if test="${as.timestamp.contains('[now-1d/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastday" /></option>
    						<option value="[now-1w/d TO *]"
    							<c:if test="${as.timestamp.contains('[now-1w/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastweek" /></option>
    						<option value="[now-1M/d TO *]"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
Back to top