Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for RegExp (0.17 sec)

  1. .idea/inspectionProfiles/Gradle.xml

            <constraint name="sep" nameOfExprType="String" exprTypeWithinHierarchy="true" within="" contains="" />
            <constraint name="callJoin" regexp="join" within="" contains="" />
            <constraint name="callCollect" regexp="collect" within="" contains="" />
            <constraint name="transform" within="" contains="" />
          </replaceConfiguration>
    XML
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Thu Apr 11 13:39:08 GMT 2024
    - 13K bytes
    - Viewed (0)
  2. src/test/resources/data/gsaconfig.xml

    				<testwords><![CDATA[
    
                  ]]></testwords>
    			</collection>
    		</collections>
    		<globalparams>
    			<bad_urls><![CDATA[
    contains:/images/
    contains:?
    contains:\\.xml$
    # test
    regexp:/([^/]*)/\\1/\\1/
    .gif$
    .jpg$
    .jpeg$
    .png$
    regexpIgnoreCase:\\.dll$
    regexpIgnoreCase:\\.exe$
    /?S=A$
    /?S=D$
    contains:\001
    contains:\002
    contains:\003
    .html/$
    
              ]]></bad_urls>
    XML
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sun May 13 06:51:57 GMT 2018
    - 1.7K bytes
    - Viewed (0)
  3. .idea/inspectionProfiles/idea_default.xml

            <constraint name="Instance" regexp="super" nameOfExprType="Disposable" withinHierarchy="true" exprTypeWithinHierarchy="true" minCount="0" negateName="true" within="" contains="" />
            <constraint name="__context__" within="" contains="" />
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Nov 09 20:59:03 GMT 2023
    - 32.4K bytes
    - Viewed (0)
Back to top