This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| earlyDate = "4/1/2026"; | |
| laterDate = "4/15/2026"; | |
| writedump( dateDiff( "d", earlyDate, laterDate ) ); | |
| writedump( laterDate.diff( "d", earlyDate ) ); | |
| </cfscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| writeOutput(len('73375A2A-8BAA-4F03-9A401F81965E4BEF1')); | |
| </cfscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| // --- MOCKS --- | |
| session = { | |
| dataSource : "mockDataSource", | |
| databaseName : "mockDatabase", | |
| SerialNumber : "SN-0001", | |
| MIDs : "12345" | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| // --- MOCKS --- | |
| session = { | |
| dataSource : "mockDataSource", | |
| databaseName : "mockDatabase", | |
| SerialNumber : "SN-0001", | |
| MIDs : "12345" | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| // --- MOCKS --- | |
| session = { | |
| dataSource : "mockDataSource", | |
| databaseName : "mockDatabase", | |
| SerialNumber : "SN-0001", | |
| MIDs : "12345" | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| variables.daoConfig = new ltm.cfc.daoConfig(); | |
| variables.config = variables.daoConfig.readMerchantInfo( mids=qAutoSettleMids.MID ); | |
| if (!structKeyExists(variables.config, variables.qAutoSettleMids.MID)) { | |
| variables.qAutoSettleTime = application.daoPrimary.qExecute( | |
| datasource=session.dataSource, | |
| queryStr = " | |
| UPDATE [#session.databaseName#].[dbo].[VAL] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| pdfText = 'Parsons T5 Change Request Authorization for Davis Bacon Construction Subcontracts ( click here for general instructions ) ANM - 0250 02 / 18 / 26 Work Release No . : DATE : Work Release ( WR ) Title / Description : WR Points of Contact : Jason K . Ward , P.E . WRPM Squaw Butte ( QUL ) UIS Full Facility Replacement Jim Eastes , P.E . RPM Jamie Rodela SA NM . 25.62404 4.00 Subcontract No . : Change Order No . : William Merrill Proj Cntrls Xiao " Jun " Mei Basis of Change : WRPOC Request for Information ( RFI ) / Field Instruction ( FI ) Hannah Renken ETO Keri Archer Technical Explanation / Description of Change Request ( CR ) : CO / ACO Change Authorization 01 - Paint RBMP Room $ 6,200 . Change Authorization 02 - Roof Replacement and Descope various work items $ 0.00 . Change Authorization 03 - Extend project completion date $ 0.00 . Change Authorization 04 - Add items descoped in Change Order 02 & add additional roof items not incorporated in Change Order 02 . Descoped items added back t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfif IsNumeric("123.45")> | |
| <cfoutput>1</cfoutput> | |
| <cfelse> | |
| <cfoutput>2</cfoutput> | |
| </cfif> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfxml variable="root"> | |
| <root> | |
| <TTSPortalKeyRenew> | |
| <ID>500006</ID> | |
| <Keyvalue>45MK8-2FE5K-33F67-KKK46-3A4B6</Keyvalue> | |
| <Term>1</Term> | |
| <IPAddress>10.43.0.104</IPAddress> | |
| </TTSPortalKeyRenew> | |
| </root> | |
| </cfxml> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| test = '123456-12345'; | |
| boolCheck = isValid('numeric', test); | |
| writeDump([val(test), boolCheck]); | |
| </cfscript> |
NewerOlder