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
| 2019-05-14 00:38:57.7253 MyCryptoCheckout: In test mode. Not creating payment for EDD order 5594 | |
| 2019-05-14 00:38:57.7473 MyCryptoCheckout: Scheduling check_for_valid_payment_id: | |
| stdClass::__set_state(array( | |
| 'post_id' => 5594, | |
| 'blog_id' => 1, | |
| )) | |
| ( ! ) Warning: Cannot modify header information - headers already sent by (output started at C:\www\test.com\wp-content\plugins\mycryptocheckout\vendor\plainview\sdk\wordpress\traits\debug.php:147) in C:\www\test.com\wp-includes\pluggable.php on line 1251 | |
| Call Stack |
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
| Graphics Feature Status | |
| Canvas: Hardware accelerated | |
| Flash: Hardware accelerated | |
| Flash Stage3D: Hardware accelerated | |
| Flash Stage3D Baseline profile: Hardware accelerated | |
| Compositing: Hardware accelerated | |
| Multiple Raster Threads: Disabled | |
| Native GpuMemoryBuffers: Software only. Hardware acceleration disabled | |
| Out-of-process Rasterization: Unavailable |
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
| Parallel execution with configuration on demand is an incubating feature. | |
| > Configure project :app | |
| AWS Device Farm Plugin version 1.3 | |
| Installing unimodules: | |
| unimodules-core@3.0.2 from /app/turtle/workingdir/android/sdk34/android-shell-app/enabled-modules/@unimodules/core | |
| unimodules-react-native-adapter@3.0.0 from /app/turtle/workingdir/android/sdk34/android-shell-app/enabled-modules/@unimodules/react-native-adapter | |
| expo-ads-admob@6.0.0 from /app/turtle/workingdir/android/sdk34/android-shell-app/enabled-modules/expo-ads-admob | |
| expo-ads-facebook@6.0.0 from /app/turtle/workingdir/android/sdk34/android-shell-app/enabled-modules/expo-ads-facebook | |
| expo-analytics-amplitude@6.0.0 from /app/turtle/workingdir/android/sdk34/android-shell-app/enabled-modules/expo-analytics-amplitude | |
| expo-analytics-segment@6.0.0 from /app/turtle/workingdir/android/sdk34/android-shell-app/enabled-modules/expo-analytics-segment |
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
| { | |
| "parser": "babel-eslint", | |
| "parserOptions": { | |
| "sourceType": "module", | |
| "allowImportExportEverywhere": true, | |
| "ecmaFeatures": { | |
| "jsx": true | |
| } | |
| }, | |
| "extends": [ |
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
| const originalMouseX = resizeType === ResizeType.Left ? e.pageX + space.adjustedSize : e.pageX - space.adjustedSize; | |
| const originalMouseY = resizeType === ResizeType.Top ? e.pageY + space.adjustedSize : e.pageY - space.adjustedSize; | |
| const minimumAdjust = (props.minimumSize === undefined ? 20 : props.minimumSize) - size + space.adjustedSize; | |
| const maximumAdjust = props.maximumSize ? (props.maximumSize - size + space.adjustedSize) : undefined; | |
| let lastX = 0; | |
| let lastY = 0; | |
| let moved = false; | |
| const mouseResize = (x, y, startX = originalMouseX, startY = originalMouseY) => onResize(startX, startY, x, y, minimumAdjust, maximumAdjust); | |
| const throttledMouseResize = throttle<typeof mouseResize>(mouseResize, RESIZE_THROTTLE); |
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
| const originalMouseX = resizeType === ResizeType.Left ? e.pageX + space.adjustedSize : e.pageX - space.adjustedSize; | |
| const originalMouseY = resizeType === ResizeType.Top ? e.pageY + space.adjustedSize : e.pageY - space.adjustedSize; | |
| const minimumAdjust = (props.minimumSize === undefined ? 20 : props.minimumSize) - size + space.adjustedSize; | |
| const maximumAdjust = props.maximumSize ? (props.maximumSize - size + space.adjustedSize) : undefined; | |
| let lastX = 0; | |
| let lastY = 0; | |
| let moved = false; | |
| const mouseResize = (x, y, startX = originalMouseX, startY = originalMouseY) => onResize(startX, startY, x, y, minimumAdjust, maximumAdjust); | |
| const throttledMouseResize = throttle<typeof mouseResize>(mouseResize, RESIZE_THROTTLE); |
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
| C:\projects\myProject\node_modules\electron-log\lib\transports\console.js:72 16:54:54.937 › ReferenceError: items is not defined | |
| at Transition (webpack://dependencies/./node_modules/@react-spring/core/index.js?:2210:24) | |
| at renderWithHooks (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.development.js?:16240:18) | |
| at mountIndeterminateComponent (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.development.js?:18774:13) | |
| at beginWork$1 (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.development.js?:20136:16) | |
| at HTMLUnknownElement.callCallback (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.development.js?:337:14) | |
| at Object.invokeGuardedCallbackDev (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.development.js?:386:16) | |
| at invokeGuardedCallback (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.development.js?:441:31) | |
| at beginWork$1 (webpack://dependencies/./node_modules/react-dom/cjs/react-dom.devel |
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
| import React from "react"; | |
| import ReactDOM from "react-dom"; | |
| import styled from "styled-components"; | |
| import { animated, useTrail } from "react-spring"; | |
| import "./styles.css"; | |
| const Box = styled(animated.div)` | |
| background: black; | |
| color: white; |
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
| this.wp = this.wp || {}, | |
| this.wp.data = function(t) { | |
| var e = {}; | |
| function r(n) { | |
| if (e[n]) | |
| return e[n].exports; | |
| var o = e[n] = { | |
| i: n, | |
| l: !1, | |
| exports: {} |
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
| <?php | |
| /** | |
| * BSF_SB_Target_Rules_Fields | |
| * | |
| * @package BSF Custom Sidebars | |
| */ | |
| /** | |
| * Meta Boxes setup | |
| */ |