Home
last modified time | relevance | path

Searched refs:phutil_loggable_string (Results 1 – 6 of 6) sorted by relevance

/dports/devel/arcanist/arcanist-b2e715f/src/channel/
H A DPhutilLogFileChannel.php21 $this->log('>>> '.phutil_loggable_string($buffer));
29 $this->log('<<< '.phutil_loggable_string($message));
/dports/devel/arcanist-lib/arcanist-b2e715f/src/channel/
H A DPhutilLogFileChannel.php21 $this->log('>>> '.phutil_loggable_string($buffer));
29 $this->log('<<< '.phutil_loggable_string($message));
/dports/devel/arcanist/arcanist-b2e715f/src/utils/__tests__/
H A DPhutilUtilsTestCase.php480 phutil_loggable_string(''));
484 phutil_loggable_string("a\nb"));
488 phutil_loggable_string("a\x01b"));
492 phutil_loggable_string("a\x1Fb"));
/dports/devel/arcanist-lib/arcanist-b2e715f/src/utils/__tests__/
H A DPhutilUtilsTestCase.php480 phutil_loggable_string(''));
484 phutil_loggable_string("a\nb"));
488 phutil_loggable_string("a\x01b"));
492 phutil_loggable_string("a\x1Fb"));
/dports/devel/arcanist-lib/arcanist-b2e715f/src/utils/
H A Dutils.php1006 function phutil_loggable_string($string) { function
/dports/devel/arcanist/arcanist-b2e715f/src/utils/
H A Dutils.php1006 function phutil_loggable_string($string) { function