diff options
| author | Michael Gmelin <grembo@FreeBSD.org> | 2024-03-24 10:23:37 +0000 |
|---|---|---|
| committer | Michael Gmelin <grembo@FreeBSD.org> | 2024-03-24 10:23:37 +0000 |
| commit | 2ab538a6c3bdf8ebba18ac07ea4e059f41ea075e (patch) | |
| tree | 8a076c76a3f883c31a46c2a4ddfc6a4d42d79a7c | |
| parent | 1ef1869dfe2808d4396850b4888bcfcfc700ba51 (diff) | |
devel/phorgeit-phorge: New port
19 files changed, 9487 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d26f448fdc6b..185ee2c426eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4115,6 +4115,7 @@ SUBDIR += phasar SUBDIR += phorgeit-arcanist SUBDIR += phorgeit-arcanist-lib + SUBDIR += phorgeit-phorge SUBDIR += php-composer SUBDIR += php-geshi SUBDIR += php-ice37 diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile new file mode 100644 index 000000000000..a96681d9a97b --- /dev/null +++ b/devel/phorgeit-phorge/Makefile @@ -0,0 +1,92 @@ +PORTNAME= phorge +PORTVERSION= 20240324 +CATEGORIES= devel +PKGNAMEPREFIX= phorgeit +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Open source, software engineering platform +WWW= https://www.phorge.it + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= phorgeit-arcanist-lib${PHP_PKGNAMESUFFIX}>=20240304:devel/phorgeit-arcanist-lib@${PHP_FLAVOR} \ + git:devel/git + +CONFLICTS= phabricator-php?? + +USES= cpe php:cli,flavors shebangfix +CPE_VENDOR= phacility + +SHEBANG_FILES= resources/timezones/*.php \ + scripts/*.php \ + scripts/almanac/*.php \ + scripts/cache/*.php \ + scripts/celerity/*.php \ + scripts/daemon/*.php \ + scripts/daemon/exec/exec_daemon.php \ + scripts/diviner/*.php \ + scripts/drydock/*.php \ + scripts/fact/*.php \ + scripts/files/*.php \ + scripts/lipsum/*.php \ + scripts/mail/*.php \ + scripts/repository/*.php \ + scripts/search/*.php \ + scripts/setup/*.php \ + scripts/ssh/*.php \ + scripts/sql/*.php \ + scripts/ssh/*.php \ + scripts/symbols/*.php \ + scripts/util/*.php \ + support/aphlict/server/*.php + +USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli \ + pcntl posix zip + +OPTIONS_DEFINE= GD OPCACHE +OPTIONS_DEFAULT=GD OPCACHE +OPCACHE_DESC?= Use OPcache to improve performance + +GD_USE= PHP=gd + +OPCACHE_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} +OPCACHE_USE= PHP=opcache + +USE_GITHUB= yes +NO_BUILD= yes +NO_ARCH= yes +USE_RC_SUBR= phd +SUB_FILES= pkg-message +PORTSCOUT= ignore:1 +GH_ACCOUNT= phorgeit +GH_TAGNAME= d42b3eb + +PHP_DESTDIR= lib/php/phorge + +post-patch: + @${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${FILESDIR}/phorge-sudoers.sample > ${WRKSRC}/resources/sshd/phorge-sudoers.sample + @${REINPLACE_CMD} \ + 's|/path/to/phorge|${LOCALBASE}/lib/php/phorge|g; \ + s|vcs-user|git|g' \ + ${WRKSRC}/resources/sshd/phorge-ssh-hook.sh + @${REINPLACE_CMD} \ + 's|/usr/libexec/phorge-ssh-hook.sh|${LOCALBASE}/lib/php/phorge/resources/sshd/phorge-ssh-hook.sh|; \ + s|vcs-user|git|g; \ + s|PrintLastLog no||g; \ + s|PidFile /var/run/sshd-phorge.pid||g' \ + ${WRKSRC}/resources/sshd/sshd_config.phorge.example + @${REINPLACE_CMD} \ + 's|%%PHP_CMD%%|${PREFIX}/bin/php|g' \ + ${WRKSRC}/scripts/celerity/install_merge.sh \ + ${WRKSRC}/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/conf/local + ${INSTALL_DATA} ${FILESDIR}/local.json.sample \ + ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/conf/local + cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} + +.include <bsd.port.mk> diff --git a/devel/phorgeit-phorge/distinfo b/devel/phorgeit-phorge/distinfo new file mode 100644 index 000000000000..52b38d041346 --- /dev/null +++ b/devel/phorgeit-phorge/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1711264873 +SHA256 (phorgeit-phorge-20240324-d42b3eb_GH0.tar.gz) = 8927af83ffc011013fd1aebb1f52c5fd871e78195fc43cec1755e63b59ec53e0 +SIZE (phorgeit-phorge-20240324-d42b3eb_GH0.tar.gz) = 9365309 diff --git a/devel/phorgeit-phorge/files/local.json.sample b/devel/phorgeit-phorge/files/local.json.sample new file mode 100644 index 000000000000..6a76bffc6d08 --- /dev/null +++ b/devel/phorgeit-phorge/files/local.json.sample @@ -0,0 +1,19 @@ +{ + "phd.user": "www", + "phd.log-directory": "/var/log", + "mysql.host": "localhost", + "mysql.port": "3306", + "mysql.user": "phabric", + "mysql.pass": "SECRET", + "repository.default-local-path": "/var/phorge/repo", + "storage.local-disk.path": "/var/phorge/files", + "phabricator.base-uri": "http://phorge.example.com/", + "phabricator.show-prototypes": true, + "diffusion.ssh-user": "git", + "diffusion.ssh-port": 22, + "phpmailer.smtp-host": "mail.example.com", + "phpmailer.smtp-port": 25, + "phpmailer.smtp-user": "phorge@example.com", + "phpmailer.smtp-password": "SECRET", + "phpmailer.smtp-protocol": "tls" +} diff --git a/devel/phorgeit-phorge/files/patch-externals_stripe-php_lib_Stripe_ApiResource.php b/devel/phorgeit-phorge/files/patch-externals_stripe-php_lib_Stripe_ApiResource.php new file mode 100644 index 000000000000..9c1a5f105445 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-externals_stripe-php_lib_Stripe_ApiResource.php @@ -0,0 +1,11 @@ +--- externals/stripe-php/lib/Stripe/ApiResource.php.orig 2021-12-18 19:11:09 UTC ++++ externals/stripe-php/lib/Stripe/ApiResource.php +@@ -59,7 +59,7 @@ abstract class Stripe_ApiResource extends Stripe_Objec + public static function classUrl($class) + { + $base = self::_scopedLsb($class, 'className', $class); +- return "/v1/${base}s"; ++ return "/v1/{$base}s"; + } + + /** diff --git a/devel/phorgeit-phorge/files/patch-externals_stripe-php_lib_Stripe_SingletonApiResource.php b/devel/phorgeit-phorge/files/patch-externals_stripe-php_lib_Stripe_SingletonApiResource.php new file mode 100644 index 000000000000..9f3d08b484f5 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-externals_stripe-php_lib_Stripe_SingletonApiResource.php @@ -0,0 +1,11 @@ +--- externals/stripe-php/lib/Stripe/SingletonApiResource.php.orig 2021-12-18 19:11:09 UTC ++++ externals/stripe-php/lib/Stripe/SingletonApiResource.php +@@ -16,7 +16,7 @@ abstract class Stripe_SingletonApiResource extends Str + public static function classUrl($class) + { + $base = self::className($class); +- return "/v1/${base}"; ++ return "/v1/{$base}"; + } + + /** diff --git a/devel/phorgeit-phorge/files/patch-scripts_celerity_install__merge.sh b/devel/phorgeit-phorge/files/patch-scripts_celerity_install__merge.sh new file mode 100644 index 000000000000..2d0644e038f9 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-scripts_celerity_install__merge.sh @@ -0,0 +1,8 @@ +--- scripts/celerity/install_merge.sh.orig 2020-05-19 10:53:29 UTC ++++ scripts/celerity/install_merge.sh +@@ -6,4 +6,4 @@ echo "resources/celerity/map.php merge=celerity" \ + git config merge.celerity.name "Celerity Mapper" + + git config merge.celerity.driver \ +- 'php $GIT_DIR/../bin/celerity map' ++ '%%PHP_CMD%% $GIT_DIR/../bin/celerity map' diff --git a/devel/phorgeit-phorge/files/patch-src_applications_pholio_remarkup_PholioRemarkupRule.php b/devel/phorgeit-phorge/files/patch-src_applications_pholio_remarkup_PholioRemarkupRule.php new file mode 100644 index 000000000000..988860c864c5 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_applications_pholio_remarkup_PholioRemarkupRule.php @@ -0,0 +1,11 @@ +--- src/applications/pholio/remarkup/PholioRemarkupRule.php.orig 2020-11-19 21:48:33 UTC ++++ src/applications/pholio/remarkup/PholioRemarkupRule.php +@@ -75,6 +75,8 @@ final class PholioRemarkupRule extends PhabricatorObje + $opts = $parser->parse(substr($options, 1)); + + if (isset($opts['image'])) { ++ // PholioMockEmbedView shows only the first image passed. ++ // Keep "&" syntax for backwards compatibility. + $images = array_unique( + explode('&', preg_replace('/\s+/', '', $opts['image']))); + diff --git a/devel/phorgeit-phorge/files/patch-src_applications_pholio_view_PholioMockEmbedView.php b/devel/phorgeit-phorge/files/patch-src_applications_pholio_view_PholioMockEmbedView.php new file mode 100644 index 000000000000..5c882601ff4f --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_applications_pholio_view_PholioMockEmbedView.php @@ -0,0 +1,12 @@ +--- src/applications/pholio/view/PholioMockEmbedView.php.orig 2020-11-19 21:48:33 UTC ++++ src/applications/pholio/view/PholioMockEmbedView.php +@@ -25,7 +25,8 @@ final class PholioMockEmbedView extends AphrontView { + $thumbnail = null; + if (!empty($this->images)) { + $images_to_show = array_intersect_key( +- $this->mock->getActiveImages(), array_flip($this->images)); ++ mpull($mock->getActiveImages(), null, 'getID'), ++ array_flip($this->images)); + } + + $xform = PhabricatorFileTransform::getTransformByKey( diff --git a/devel/phorgeit-phorge/files/patch-src_applications_project_controller_PhabricatorProjectViewController.php b/devel/phorgeit-phorge/files/patch-src_applications_project_controller_PhabricatorProjectViewController.php new file mode 100644 index 000000000000..72d4ec69e293 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_applications_project_controller_PhabricatorProjectViewController.php @@ -0,0 +1,11 @@ +--- src/applications/project/controller/PhabricatorProjectViewController.php.orig 2022-01-26 14:24:00 UTC ++++ src/applications/project/controller/PhabricatorProjectViewController.php +@@ -39,7 +39,7 @@ final class PhabricatorProjectViewController + $controller_object = new PhabricatorProjectManageController(); + break; + default: +- return $engine->buildResponse(); ++ return $engine->buildResponse(true); + } + + return $this->delegateToController($controller_object); diff --git a/devel/phorgeit-phorge/files/patch-src_applications_project_editor_PhabricatorProjectTransactionEditor.php b/devel/phorgeit-phorge/files/patch-src_applications_project_editor_PhabricatorProjectTransactionEditor.php new file mode 100644 index 000000000000..dac62c904051 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_applications_project_editor_PhabricatorProjectTransactionEditor.php @@ -0,0 +1,36 @@ +--- src/applications/project/editor/PhabricatorProjectTransactionEditor.php.orig 2021-12-18 19:11:09 UTC ++++ src/applications/project/editor/PhabricatorProjectTransactionEditor.php +@@ -352,10 +352,32 @@ final class PhabricatorProjectTransactionEditor + // parent project, since this is the governing rule. + + $parent = $copy->getParentProject(); ++ if ($parent != null) { ++ $parent_phid = $parent->getPHID(); ++ } else { // can happen when using conduit API ++ foreach ($xactions as $xaction) { ++ if ($xaction->getTransactionType() != PhabricatorProjectMilestoneTransaction::TRANSACTIONTYPE) { ++ continue; ++ } ++ $parent_phid = (string)$xaction->getNewValue(); ++ $project = id(new PhabricatorProjectQuery()) ++ ->setViewer($this->getActor()) ++ ->withPHIDs(array($parent_phid)) ++ ->requireCapabilities( ++ array( ++ PhabricatorPolicyCapability::CAN_VIEW, ++ PhabricatorPolicyCapability::CAN_EDIT, ++ )) ++ ->executeOne(); + ++ $copy->attachParentProject($project); ++ $copy->setParentProjectPHID($parent_phid); ++ } ++ } ++ + $parent = id(new PhabricatorProjectQuery()) + ->setViewer($this->getActor()) +- ->withPHIDs(array($parent->getPHID())) ++ ->withPHIDs(array($parent_phid)) + ->needMembers(true) + ->executeOne(); + $members = $parent->getMemberPHIDs(); diff --git a/devel/phorgeit-phorge/files/patch-src_applications_search_engine_PhabricatorProfileMenuEngine.php b/devel/phorgeit-phorge/files/patch-src_applications_search_engine_PhabricatorProfileMenuEngine.php new file mode 100644 index 000000000000..cc794c9729a1 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_applications_search_engine_PhabricatorProfileMenuEngine.php @@ -0,0 +1,22 @@ +--- src/applications/search/engine/PhabricatorProfileMenuEngine.php.orig 2022-01-26 14:23:11 UTC ++++ src/applications/search/engine/PhabricatorProfileMenuEngine.php +@@ -99,7 +99,7 @@ abstract class PhabricatorProfileMenuEngine extends Ph + return $this->editMode; + } + +- public function buildResponse() { ++ public function buildResponse($ignore_item_id = false) { + $controller = $this->getController(); + + $viewer = $controller->getViewer(); +@@ -130,6 +130,10 @@ abstract class PhabricatorProfileMenuEngine extends Ph + $item_id = $request->getURIData('id'); + } + ++ if ($ignore_item_id) { ++ $item_id = ""; ++ } ++ + $view_list = $this->newProfileMenuItemViewList(); + + if ($is_view) { diff --git a/devel/phorgeit-phorge/files/patch-src_docs_user_userguide_remarkup.diviner b/devel/phorgeit-phorge/files/patch-src_docs_user_userguide_remarkup.diviner new file mode 100644 index 000000000000..45287cb31288 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_docs_user_userguide_remarkup.diviner @@ -0,0 +1,20 @@ +--- src/docs/user/userguide/remarkup.diviner.orig 2020-11-19 21:48:33 UTC ++++ src/docs/user/userguide/remarkup.diviner +@@ -393,14 +393,13 @@ You can embed a Pholio mock by using braces to refer t + + {M123} + +-By default the first four images from the mock set are displayed. This behavior ++By default the first image from the mock is are displayed. This behavior + can be overridden with the **image** option. With the **image** option you can +-provide one or more image IDs to display. ++provide an image ID to display. + +-You can set the image (or images) to display like this: ++You can set the image to display like this: + + {M123, image=12345} +- {M123, image=12345 & 6789} + + == Embedding Pastes + diff --git a/devel/phorgeit-phorge/files/patch-src_infrastructure_testing_fixture_PhabricatorStorageFixtureScopeGuard.php b/devel/phorgeit-phorge/files/patch-src_infrastructure_testing_fixture_PhabricatorStorageFixtureScopeGuard.php new file mode 100644 index 000000000000..939ee4915ed1 --- /dev/null +++ b/devel/phorgeit-phorge/files/patch-src_infrastructure_testing_fixture_PhabricatorStorageFixtureScopeGuard.php @@ -0,0 +1,20 @@ +--- src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php.orig 2020-05-19 10:51:50 UTC ++++ src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php +@@ -11,7 +11,7 @@ final class PhabricatorStorageFixtureScopeGuard extend + $this->name = $name; + + execx( +- 'php %s upgrade --force --namespace %s', ++ '%%PHP_CMD%% %s upgrade --force --namespace %s', + $this->getStorageBinPath(), + $this->name); + +@@ -30,7 +30,7 @@ final class PhabricatorStorageFixtureScopeGuard extend + PhabricatorLiskDAO::closeAllConnections(); + + execx( +- 'php %s destroy --force --namespace %s', ++ '%%PHP_CMD%% %s destroy --force --namespace %s', + $this->getStorageBinPath(), + $this->name); + } diff --git a/devel/phorgeit-phorge/files/phd.in b/devel/phorgeit-phorge/files/phd.in new file mode 100644 index 000000000000..52585a70117d --- /dev/null +++ b/devel/phorgeit-phorge/files/phd.in @@ -0,0 +1,54 @@ +#!/bin/sh + +# PROVIDE: phd +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable phorge daemons: +# phd_enable (bool): Set to "NO" by default +# Set it to "YES" to enable phd +# phd_fib (str): Set an altered default network view for phd +# phd_user (str): User to run phorge daemons as + +. /etc/rc.subr + +name="phd" +rcvar=phd_enable + +load_rc_config "$name" + +: ${phd_enable="NO"} +: ${phd_user="www"} + +command="%%PREFIX%%/lib/php/phorge/bin/phd" + +extra_commands="launch list log" +poll_cmd="phd_poll" +stop_cmd="${command} stop" +status_cmd="${command} status" +restart_cmd="phd_restart" +launch_cmd="${command} launch" +list_cmd="${command} list" +log_cmd="${command} log" + +start_precmd="eval command_args=start" + +required_files="%%PREFIX%%/lib/php/phorge/conf/local/local.json" + +PATH="${PATH}:%%PREFIX%%/bin" + +phd_poll() +{ + pids=`${status_cmd} 2>/dev/null | awk '{ print $4 }' | egrep "^[0-9]+$" | sort | uniq` + wait_for_pids $pids +} + +phd_restart() +{ + ${stop_cmd} + phd_poll + run_rc_command start +} + +run_rc_command "$*" diff --git a/devel/phorgeit-phorge/files/phorge-sudoers.sample b/devel/phorgeit-phorge/files/phorge-sudoers.sample new file mode 100644 index 000000000000..d7d604e7a99d --- /dev/null +++ b/devel/phorgeit-phorge/files/phorge-sudoers.sample @@ -0,0 +1,4 @@ +# Phabricator sudoers file. + +www ALL=www SETENV: NOPASSWD: %%LOCALBASE%%/bin/git, %%LOCALBASE%%/libexec/git-core/git-http-backend, %%LOCALBASE%%/bin/hg, %%LOCALBASE%%/bin/ssh, /usr/bin/ssh +git ALL=www SETENV: NOPASSWD: %%LOCALBASE%%/bin/git, %%LOCALBASE%%/bin/git-upload-pack, %%LOCALBASE%%/bin/git-receive-pack, %%LOCALBASE%%/bin/hg, %%LOCALBASE%%/bin/svnserve, %%LOCALBASE%%/bin/ssh, /usr/bin/ssh diff --git a/devel/phorgeit-phorge/files/pkg-message.in b/devel/phorgeit-phorge/files/pkg-message.in new file mode 100644 index 000000000000..5fafe1bd2fee --- /dev/null +++ b/devel/phorgeit-phorge/files/pkg-message.in @@ -0,0 +1,92 @@ +[ +{ type: install + message: <<EOM +Make sure to run phorge using a production PHP configuration, +e.g., %%PREFIX/etc/php.ini-production, particularly +using the recommended error_reporting setting for production: + + error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT + +To run the phorge daemons from startup, add phd_enable="YES" +to /etc/rc.conf. You can control the daemons using + +service phd start +service phd stop +etc. + +Before starting the daemons, please finish configuring your Phorge +instance. This involves configuring a web server (Apache, NGINX, LightHTTP) +and a database server (MySQL, MariaDB). You can find detailed instructions +on how to finish your setup at: + +https://secure.phorge.com/book/phorge/article/configuration_guide/ + +Please note that all files are located in %%PREFIX%%/lib/php/phorge, +so if the documentation refers to ./bin, this means + + %%PREFIX%%/lib/php/phorge/bin, + +if it refers to webroot, this means + + %%PREFIX%%/lib/php/phorge/webroot. + +You might want to install textproc/py-pygments to improve syntax +highlighting. + +Phorge daemons and ssh-git requires setting up sudo, see + + %%PREFIX%%lib/php/phorge/resources/sshd/phorge-sudoers.sample + +for an example. + +A phorge example configuration installed here: + + %%PREFIX%%lib/php/phorge/conf/local/local.json.sample + +If you want to access phorge hosted git repositories via git, +you can add the following configuration snippet to /etc/sshd_config +and reload sshd afterwards (`service sshd reload'): + +======================================================================== +Match User git + AllowUsers git + AuthorizedKeysCommand %%PREFIX%%/lib/php/phorge/resources/sshd/phorge-ssh-hook.sh + AuthorizedKeysCommandUser git + AuthorizedKeysFile none + AuthenticationMethods publickey + PermitRootLogin no + PasswordAuthentication no + PermitTTY no + AllowAgentForwarding no + AllowTcpForwarding no + GatewayPorts no + PermitOpen none + PermitTunnel no + X11Forwarding no +======================================================================== +EOM +}, +{ type: upgrade + message: <<EOM +Don't forget to update the database schema after update: + + service nginx stop + service php-fpm stop + service phd stop + cd %%PREFIX%%/lib/php/phorge + ./bin/storage upgrade + service phd start + service php-fpm start + service nginx start + +The above procedure is for users of nginx and php-fpm, please adapt +accordingly to match your setup. + +If your configuration uses an unprivileged user to connect to the database, +you may have to override the default user so the schema changes can be +applied with root or some other admin user: + + ./bin/storage upgrade --user <user> --password <password> +EOM +} +] diff --git a/devel/phorgeit-phorge/pkg-descr b/devel/phorgeit-phorge/pkg-descr new file mode 100644 index 000000000000..fa554a1f5ae7 --- /dev/null +++ b/devel/phorgeit-phorge/pkg-descr @@ -0,0 +1,2 @@ +Phabricator is a collection of open source web applications that help +software companies build better software. diff --git a/devel/phorgeit-phorge/pkg-plist b/devel/phorgeit-phorge/pkg-plist new file mode 100644 index 000000000000..48f89bf6c202 --- /dev/null +++ b/devel/phorgeit-phorge/pkg-plist @@ -0,0 +1,9058 @@ +lib/php/phorge/LICENSE +lib/php/phorge/NOTICE +lib/php/phorge/README.md +lib/php/phorge/bin/almanac +lib/php/phorge/bin/aphlict +lib/php/phorge/bin/audit +lib/php/phorge/bin/auth +lib/php/phorge/bin/bulk +lib/php/phorge/bin/cache +lib/php/phorge/bin/calendar +lib/php/phorge/bin/celerity +lib/php/phorge/bin/commit-hook +lib/php/phorge/bin/conduit +lib/php/phorge/bin/config +lib/php/phorge/bin/differential +lib/php/phorge/bin/diviner +lib/php/phorge/bin/drydock +lib/php/phorge/bin/fact +lib/php/phorge/bin/feed +lib/php/phorge/bin/files +lib/php/phorge/bin/garbage +lib/php/phorge/bin/harbormaster +lib/php/phorge/bin/herald +lib/php/phorge/bin/i18n +lib/php/phorge/bin/lipsum +lib/php/phorge/bin/lock +lib/php/phorge/bin/mail +lib/php/phorge/bin/nuance +lib/php/phorge/bin/phd +lib/php/phorge/bin/phortune +lib/php/phorge/bin/policy +lib/php/phorge/bin/remove +lib/php/phorge/bin/repository +lib/php/phorge/bin/search +lib/php/phorge/bin/ssh-auth +lib/php/phorge/bin/ssh-connect +lib/php/phorge/bin/ssh-exec +lib/php/phorge/bin/storage +lib/php/phorge/bin/trigger +lib/php/phorge/bin/user +lib/php/phorge/bin/webhook +lib/php/phorge/bin/worker +lib/php/phorge/conf/__init_conf__.php +lib/php/phorge/conf/aphlict/README +lib/php/phorge/conf/aphlict/aphlict.default.json +lib/php/phorge/conf/keys/.keep +lib/php/phorge/conf/local/README +lib/php/phorge/conf/local/local.json.sample +lib/php/phorge/externals/JsShrink/jsShrink.php +lib/php/phorge/externals/JsShrink/readme.txt +lib/php/phorge/externals/cldr/cldr_windows_timezones.xml +lib/php/phorge/externals/cowsay/ChangeLog +lib/php/phorge/externals/cowsay/LICENSE +lib/php/phorge/externals/cowsay/README +lib/php/phorge/externals/cowsay/cows/bunny.cow +lib/php/phorge/externals/cowsay/cows/cower.cow +lib/php/phorge/externals/cowsay/cows/daemon.cow +lib/php/phorge/externals/cowsay/cows/default.cow +lib/php/phorge/externals/cowsay/cows/dragon-and-cow.cow +lib/php/phorge/externals/cowsay/cows/dragon.cow +lib/php/phorge/externals/cowsay/cows/elephant.cow +lib/php/phorge/externals/cowsay/cows/eyes.cow +lib/php/phorge/externals/cowsay/cows/flaming-sheep.cow +lib/php/phorge/externals/cowsay/cows/head-in.cow +lib/php/phorge/externals/cowsay/cows/kitty.cow +lib/php/phorge/externals/cowsay/cows/koala.cow +lib/php/phorge/externals/cowsay/cows/meow.cow +lib/php/phorge/externals/cowsay/cows/moofasa.cow +lib/php/phorge/externals/cowsay/cows/moose.cow +lib/php/phorge/externals/cowsay/cows/mutilated.cow +lib/php/phorge/externals/cowsay/cows/satanic.cow +lib/php/phorge/externals/cowsay/cows/sheep.cow +lib/php/phorge/externals/cowsay/cows/skeleton.cow +lib/php/phorge/externals/cowsay/cows/small.cow +lib/php/phorge/externals/cowsay/cows/squirrel.cow +lib/php/phorge/externals/cowsay/cows/stegosaurus.cow +lib/php/phorge/externals/cowsay/cows/supermilker.cow +lib/php/phorge/externals/cowsay/cows/surgery.cow +lib/php/phorge/externals/cowsay/cows/turkey.cow +lib/php/phorge/externals/cowsay/cows/turtle.cow +lib/php/phorge/externals/cowsay/cows/tux.cow +lib/php/phorge/externals/cowsay/cows/www.cow +lib/php/phorge/externals/figlet/.gitignore +lib/php/phorge/externals/figlet/CHANGES +lib/php/phorge/externals/figlet/FAQ +lib/php/phorge/externals/figlet/LICENSE +lib/php/phorge/externals/figlet/Makefile +lib/php/phorge/externals/figlet/Makefile.tc +lib/php/phorge/externals/figlet/README +lib/php/phorge/externals/figlet/chkfont.6 +lib/php/phorge/externals/figlet/chkfont.c +lib/php/phorge/externals/figlet/crc.c +lib/php/phorge/externals/figlet/crc.h +lib/php/phorge/externals/figlet/figfont.txt +lib/php/phorge/externals/figlet/figlet.6 +lib/php/phorge/externals/figlet/figlet.c +lib/php/phorge/externals/figlet/figlist +lib/php/phorge/externals/figlet/figlist.6 +lib/php/phorge/externals/figlet/figmagic +lib/php/phorge/externals/figlet/fonts/646-ca.flc +lib/php/phorge/externals/figlet/fonts/646-ca2.flc +lib/php/phorge/externals/figlet/fonts/646-cn.flc +lib/php/phorge/externals/figlet/fonts/646-cu.flc +lib/php/phorge/externals/figlet/fonts/646-de.flc +lib/php/phorge/externals/figlet/fonts/646-dk.flc +lib/php/phorge/externals/figlet/fonts/646-es.flc +lib/php/phorge/externals/figlet/fonts/646-es2.flc +lib/php/phorge/externals/figlet/fonts/646-fr.flc +lib/php/phorge/externals/figlet/fonts/646-gb.flc +lib/php/phorge/externals/figlet/fonts/646-hu.flc +lib/php/phorge/externals/figlet/fonts/646-irv.flc +lib/php/phorge/externals/figlet/fonts/646-it.flc +lib/php/phorge/externals/figlet/fonts/646-jp.flc +lib/php/phorge/externals/figlet/fonts/646-kr.flc +lib/php/phorge/externals/figlet/fonts/646-no.flc +lib/php/phorge/externals/figlet/fonts/646-no2.flc +lib/php/phorge/externals/figlet/fonts/646-pt.flc +lib/php/phorge/externals/figlet/fonts/646-pt2.flc +lib/php/phorge/externals/figlet/fonts/646-se.flc +lib/php/phorge/externals/figlet/fonts/646-se2.flc +lib/php/phorge/externals/figlet/fonts/646-yu.flc +lib/php/phorge/externals/figlet/fonts/8859-2.flc +lib/php/phorge/externals/figlet/fonts/8859-3.flc +lib/php/phorge/externals/figlet/fonts/8859-4.flc +lib/php/phorge/externals/figlet/fonts/8859-5.flc +lib/php/phorge/externals/figlet/fonts/8859-7.flc +lib/php/phorge/externals/figlet/fonts/8859-8.flc +lib/php/phorge/externals/figlet/fonts/8859-9.flc +lib/php/phorge/externals/figlet/fonts/banner.flf +lib/php/phorge/externals/figlet/fonts/big.flf +lib/php/phorge/externals/figlet/fonts/block.flf +lib/php/phorge/externals/figlet/fonts/bubble.flf +lib/php/phorge/externals/figlet/fonts/digital.flf +lib/php/phorge/externals/figlet/fonts/frango.flc +lib/php/phorge/externals/figlet/fonts/hz.flc +lib/php/phorge/externals/figlet/fonts/ilhebrew.flc +lib/php/phorge/externals/figlet/fonts/ivrit.flf +lib/php/phorge/externals/figlet/fonts/jis0201.flc +lib/php/phorge/externals/figlet/fonts/koi8r.flc +lib/php/phorge/externals/figlet/fonts/lean.flf +lib/php/phorge/externals/figlet/fonts/mini.flf +lib/php/phorge/externals/figlet/fonts/mnemonic.flf +lib/php/phorge/externals/figlet/fonts/moscow.flc +lib/php/phorge/externals/figlet/fonts/script.flf +lib/php/phorge/externals/figlet/fonts/shadow.flf +lib/php/phorge/externals/figlet/fonts/slant.flf +lib/php/phorge/externals/figlet/fonts/small.flf +lib/php/phorge/externals/figlet/fonts/smscript.flf +lib/php/phorge/externals/figlet/fonts/smshadow.flf +lib/php/phorge/externals/figlet/fonts/smslant.flf +lib/php/phorge/externals/figlet/fonts/standard.flf +lib/php/phorge/externals/figlet/fonts/term.flf +lib/php/phorge/externals/figlet/fonts/upper.flc +lib/php/phorge/externals/figlet/fonts/ushebrew.flc +lib/php/phorge/externals/figlet/fonts/uskata.flc +lib/php/phorge/externals/figlet/fonts/utf8.flc +lib/php/phorge/externals/figlet/getopt.c +lib/php/phorge/externals/figlet/inflate.c +lib/php/phorge/externals/figlet/inflate.h +lib/php/phorge/externals/figlet/run-tests.sh +lib/php/phorge/externals/figlet/showfigfonts +lib/php/phorge/externals/figlet/showfigfonts.6 +lib/php/phorge/externals/figlet/tests/emboss.tlf +lib/php/phorge/externals/figlet/tests/flowerpower.flf +lib/php/phorge/externals/figlet/tests/input.txt +lib/php/phorge/externals/figlet/tests/longtext.txt +lib/php/phorge/externals/figlet/tests/res001.txt +lib/php/phorge/externals/figlet/tests/res002.txt +lib/php/phorge/externals/figlet/tests/res003.txt +lib/php/phorge/externals/figlet/tests/res004.txt +lib/php/phorge/externals/figlet/tests/res005.txt +lib/php/phorge/externals/figlet/tests/res006.txt +lib/php/phorge/externals/figlet/tests/res007.txt +lib/php/phorge/externals/figlet/tests/res008.txt +lib/php/phorge/externals/figlet/tests/res009.txt +lib/php/phorge/externals/figlet/tests/res010.txt +lib/php/phorge/externals/figlet/tests/res011.txt +lib/php/phorge/externals/figlet/tests/res012.txt +lib/php/phorge/externals/figlet/tests/res013.txt +lib/php/phorge/externals/figlet/tests/res014.txt +lib/php/phorge/externals/figlet/tests/res015.txt +lib/php/phorge/externals/figlet/tests/res016.txt +lib/php/phorge/externals/figlet/tests/res017.txt +lib/php/phorge/externals/figlet/tests/res018.txt +lib/php/phorge/externals/figlet/tests/res019.txt +lib/php/phorge/externals/figlet/tests/res020.txt +lib/php/phorge/externals/figlet/tests/res021.txt +lib/php/phorge/externals/figlet/tests/res022.txt +lib/php/phorge/externals/figlet/tests/res023.txt +lib/php/phorge/externals/figlet/tests/res024.txt +lib/php/phorge/externals/figlet/tests/res025.txt +lib/php/phorge/externals/figlet/tests/res026.txt +lib/php/phorge/externals/figlet/tests/res027.txt +lib/php/phorge/externals/figlet/utf8.c +lib/php/phorge/externals/figlet/utf8.h +lib/php/phorge/externals/figlet/zipio.c +lib/php/phorge/externals/figlet/zipio.h +lib/php/phorge/externals/mimemailparser/LICENSE +lib/php/phorge/externals/mimemailparser/MimeMailParser.class.php +lib/php/phorge/externals/mimemailparser/README +lib/php/phorge/externals/mimemailparser/attachment.class.php +lib/php/phorge/externals/octicons/LICENSE +lib/php/phorge/externals/octicons/README.md +lib/php/phorge/externals/pear-figlet/Text/Figlet.php +lib/php/phorge/externals/pear-figlet/docs/README.TXT +lib/php/phorge/externals/pear-figlet/docs/examples/hello_world.php +lib/php/phorge/externals/pear-figlet/fonts/makisupa.flf +lib/php/phorge/externals/phpmailer/LICENSE +lib/php/phorge/externals/phpmailer/class.phpmailer-lite.php +lib/php/phorge/externals/phpmailer/class.phpmailer.php +lib/php/phorge/externals/phpmailer/class.pop3.php +lib/php/phorge/externals/phpmailer/class.smtp.php +lib/php/phorge/externals/phpqrcode/LICENSE +lib/php/phorge/externals/phpqrcode/README +lib/php/phorge/externals/phpqrcode/VERSION +lib/php/phorge/externals/phpqrcode/phpqrcode.php +lib/php/phorge/externals/porter-stemmer/LICENSE +lib/php/phorge/externals/porter-stemmer/README.md +lib/php/phorge/externals/porter-stemmer/src/Porter.php +lib/php/phorge/externals/stripe-php/.travis.yml +lib/php/phorge/externals/stripe-php/CHANGELOG +lib/php/phorge/externals/stripe-php/LICENSE +lib/php/phorge/externals/stripe-php/README.rdoc +lib/php/phorge/externals/stripe-php/VERSION +lib/php/phorge/externals/stripe-php/composer.json +lib/php/phorge/externals/stripe-php/lib/Stripe.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Account.php +lib/php/phorge/externals/stripe-php/lib/Stripe/ApiConnectionError.php +lib/php/phorge/externals/stripe-php/lib/Stripe/ApiError.php +lib/php/phorge/externals/stripe-php/lib/Stripe/ApiRequestor.php +lib/php/phorge/externals/stripe-php/lib/Stripe/ApiResource.php +lib/php/phorge/externals/stripe-php/lib/Stripe/ApiResource.php.orig +lib/php/phorge/externals/stripe-php/lib/Stripe/ApplicationFee.php +lib/php/phorge/externals/stripe-php/lib/Stripe/AttachedObject.php +lib/php/phorge/externals/stripe-php/lib/Stripe/AuthenticationError.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Balance.php +lib/php/phorge/externals/stripe-php/lib/Stripe/BalanceTransaction.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Card.php +lib/php/phorge/externals/stripe-php/lib/Stripe/CardError.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Charge.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Coupon.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Customer.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Error.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Event.php +lib/php/phorge/externals/stripe-php/lib/Stripe/InvalidRequestError.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Invoice.php +lib/php/phorge/externals/stripe-php/lib/Stripe/InvoiceItem.php +lib/php/phorge/externals/stripe-php/lib/Stripe/List.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Object.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Plan.php +lib/php/phorge/externals/stripe-php/lib/Stripe/RateLimitError.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Recipient.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Refund.php +lib/php/phorge/externals/stripe-php/lib/Stripe/SingletonApiResource.php +lib/php/phorge/externals/stripe-php/lib/Stripe/SingletonApiResource.php.orig +lib/php/phorge/externals/stripe-php/lib/Stripe/Stripe.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Subscription.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Token.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Transfer.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Util.php +lib/php/phorge/externals/stripe-php/lib/Stripe/Util/Set.php +lib/php/phorge/externals/stripe-php/lib/data/ca-certificates.crt +lib/php/phorge/externals/wordlist/LICENSE.txt +lib/php/phorge/externals/wordlist/password.lst +lib/php/phorge/externals/xhprof/LICENSE +lib/php/phorge/externals/xhprof/xhprof_lib.php +lib/php/phorge/resources/builtin/agent.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/0.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/1.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/2.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/3.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/4.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/5.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/6.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/7.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/8.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/9.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/A.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/B.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/C.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/D.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/E.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/F.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/G.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/H.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/I.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/J.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/K.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/L.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/M.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/N.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/O.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/P.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/Q.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/R.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/S.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/T.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/U.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/V.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/W.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/X.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/Y.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/Z.png +lib/php/phorge/resources/builtin/alphanumeric/aleo-white/_default.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/0.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/1.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/2.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/3.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/4.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/5.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/6.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/7.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/8.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/9.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/A.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/B.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/C.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/D.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/E.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/F.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/G.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/H.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/I.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/J.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/K.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/L.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/M.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/N.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/O.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/P.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/Q.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/R.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/S.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/T.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/U.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/V.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/W.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/X.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/Y.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/Z.png +lib/php/phorge/resources/builtin/alphanumeric/lato-dark/_default.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/0.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/1.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/2.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/3.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/4.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/5.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/6.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/7.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/8.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/9.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/A.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/B.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/C.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/D.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/E.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/F.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/G.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/H.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/I.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/J.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/K.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/L.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/M.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/N.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/O.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/P.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/Q.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/R.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/S.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/T.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/U.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/V.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/W.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/X.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/Y.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/Z.png +lib/php/phorge/resources/builtin/alphanumeric/lato-white/_default.png +lib/php/phorge/resources/builtin/avatar.png +lib/php/phorge/resources/builtin/blog.png +lib/php/phorge/resources/builtin/conpherence.png +lib/php/phorge/resources/builtin/favicon/default-120x120.png +lib/php/phorge/resources/builtin/favicon/default-128x128.png +lib/php/phorge/resources/builtin/favicon/default-152x152.png +lib/php/phorge/resources/builtin/favicon/default-76x76.png +lib/php/phorge/resources/builtin/favicon/dot-pink-64x64.png +lib/php/phorge/resources/builtin/favicon/dot-red-64x64.png +lib/php/phorge/resources/builtin/image-100x100.png +lib/php/phorge/resources/builtin/image-200x200.png +lib/php/phorge/resources/builtin/image-220x220.png +lib/php/phorge/resources/builtin/image-280x210.png +lib/php/phorge/resources/builtin/image-400x400.png +lib/php/phorge/resources/builtin/image-526x526.png +lib/php/phorge/resources/builtin/image-800x800.png +lib/php/phorge/resources/builtin/mailinglist.png +lib/php/phorge/resources/builtin/merchant.png +lib/php/phorge/resources/builtin/missing.png +lib/php/phorge/resources/builtin/profile.png +lib/php/phorge/resources/builtin/project.png +lib/php/phorge/resources/builtin/projects/fa-android.png +lib/php/phorge/resources/builtin/projects/fa-apple.png +lib/php/phorge/resources/builtin/projects/fa-beer.png +lib/php/phorge/resources/builtin/projects/fa-bomb.png +lib/php/phorge/resources/builtin/projects/fa-book.png +lib/php/phorge/resources/builtin/projects/fa-briefcase.png +lib/php/phorge/resources/builtin/projects/fa-bug.png +lib/php/phorge/resources/builtin/projects/fa-building.png +lib/php/phorge/resources/builtin/projects/fa-calendar.png +lib/php/phorge/resources/builtin/projects/fa-camera-retro.png +lib/php/phorge/resources/builtin/projects/fa-chrome.png +lib/php/phorge/resources/builtin/projects/fa-cloud.png +lib/php/phorge/resources/builtin/projects/fa-coffee.png +lib/php/phorge/resources/builtin/projects/fa-comments.png +lib/php/phorge/resources/builtin/projects/fa-credit-card.png +lib/php/phorge/resources/builtin/projects/fa-database.png +lib/php/phorge/resources/builtin/projects/fa-desktop.png +lib/php/phorge/resources/builtin/projects/fa-diamond.png +lib/php/phorge/resources/builtin/projects/fa-empire.png +lib/php/phorge/resources/builtin/projects/fa-envelope.png +lib/php/phorge/resources/builtin/projects/fa-facebook.png +lib/php/phorge/resources/builtin/projects/fa-fax.png +lib/php/phorge/resources/builtin/projects/fa-film.png +lib/php/phorge/resources/builtin/projects/fa-firefox.png +lib/php/phorge/resources/builtin/projects/fa-flag-checkered.png +lib/php/phorge/resources/builtin/projects/fa-flask.png +lib/php/phorge/resources/builtin/projects/fa-folder.png +lib/php/phorge/resources/builtin/projects/fa-gamepad.png +lib/php/phorge/resources/builtin/projects/fa-gears.png +lib/php/phorge/resources/builtin/projects/fa-google.png +lib/php/phorge/resources/builtin/projects/fa-hand-peace-o.png +lib/php/phorge/resources/builtin/projects/fa-hashtag.png +lib/php/phorge/resources/builtin/projects/fa-heart.png +lib/php/phorge/resources/builtin/projects/fa-internet-explorer.png +lib/php/phorge/resources/builtin/projects/fa-key.png +lib/php/phorge/resources/builtin/projects/fa-legal.png +lib/php/phorge/resources/builtin/projects/fa-linux.png +lib/php/phorge/resources/builtin/projects/fa-lock.png +lib/php/phorge/resources/builtin/projects/fa-map-marker.png +lib/php/phorge/resources/builtin/projects/fa-microphone.png +lib/php/phorge/resources/builtin/projects/fa-mobile.png +lib/php/phorge/resources/builtin/projects/fa-money.png +lib/php/phorge/resources/builtin/projects/fa-phone.png +lib/php/phorge/resources/builtin/projects/fa-pie-chart.png +lib/php/phorge/resources/builtin/projects/fa-rebel.png +lib/php/phorge/resources/builtin/projects/fa-reddit-alien.png +lib/php/phorge/resources/builtin/projects/fa-safari.png +lib/php/phorge/resources/builtin/projects/fa-search.png +lib/php/phorge/resources/builtin/projects/fa-server.png +lib/php/phorge/resources/builtin/projects/fa-shopping-cart.png +lib/php/phorge/resources/builtin/projects/fa-sitemap.png +lib/php/phorge/resources/builtin/projects/fa-star.png +lib/php/phorge/resources/builtin/projects/fa-tablet.png +lib/php/phorge/resources/builtin/projects/fa-tag.png +lib/php/phorge/resources/builtin/projects/fa-tags.png +lib/php/phorge/resources/builtin/projects/fa-trash-o.png +lib/php/phorge/resources/builtin/projects/fa-truck.png +lib/php/phorge/resources/builtin/projects/fa-twitter.png +lib/php/phorge/resources/builtin/projects/fa-umbrella.png +lib/php/phorge/resources/builtin/projects/fa-university.png +lib/php/phorge/resources/builtin/projects/fa-user-secret.png +lib/php/phorge/resources/builtin/projects/fa-user.png +lib/php/phorge/resources/builtin/projects/fa-users.png +lib/php/phorge/resources/builtin/projects/fa-warning.png +lib/php/phorge/resources/builtin/projects/fa-wheelchair.png +lib/php/phorge/resources/builtin/projects/fa-windows.png +lib/php/phorge/resources/builtin/projects/v3/archive.png +lib/php/phorge/resources/builtin/projects/v3/basic-book.png +lib/php/phorge/resources/builtin/projects/v3/book.png +lib/php/phorge/resources/builtin/projects/v3/briefcase.png +lib/php/phorge/resources/builtin/projects/v3/bug.png +lib/php/phorge/resources/builtin/projects/v3/calendar.png +lib/php/phorge/resources/builtin/projects/v3/clipboard.png +lib/php/phorge/resources/builtin/projects/v3/cloud.png +lib/php/phorge/resources/builtin/projects/v3/contact.png +lib/php/phorge/resources/builtin/projects/v3/creditcard.png +lib/php/phorge/resources/builtin/projects/v3/database.png +lib/php/phorge/resources/builtin/projects/v3/desktop.png +lib/php/phorge/resources/builtin/projects/v3/discussion.png +lib/php/phorge/resources/builtin/projects/v3/download.png +lib/php/phorge/resources/builtin/projects/v3/experimental.png +lib/php/phorge/resources/builtin/projects/v3/flag.png +lib/php/phorge/resources/builtin/projects/v3/folder.png +lib/php/phorge/resources/builtin/projects/v3/gears.png +lib/php/phorge/resources/builtin/projects/v3/gold.png +lib/php/phorge/resources/builtin/projects/v3/home.png +lib/php/phorge/resources/builtin/projects/v3/library.png +lib/php/phorge/resources/builtin/projects/v3/lightbulb.png +lib/php/phorge/resources/builtin/projects/v3/lock.png +lib/php/phorge/resources/builtin/projects/v3/mail.png +lib/php/phorge/resources/builtin/projects/v3/manage.png +lib/php/phorge/resources/builtin/projects/v3/marker.png +lib/php/phorge/resources/builtin/projects/v3/mobile.png +lib/php/phorge/resources/builtin/projects/v3/one-server.png +lib/php/phorge/resources/builtin/projects/v3/organization.png +lib/php/phorge/resources/builtin/projects/v3/people.png +lib/php/phorge/resources/builtin/projects/v3/piechart.png +lib/php/phorge/resources/builtin/projects/v3/police-badge.png +lib/php/phorge/resources/builtin/projects/v3/purchase-order.png +lib/php/phorge/resources/builtin/projects/v3/robot.png +lib/php/phorge/resources/builtin/projects/v3/rocket.png +lib/php/phorge/resources/builtin/projects/v3/server-documentation.png +lib/php/phorge/resources/builtin/projects/v3/servers.png +lib/php/phorge/resources/builtin/projects/v3/shield.png +lib/php/phorge/resources/builtin/projects/v3/silver.png +lib/php/phorge/resources/builtin/projects/v3/sitemap.png +lib/php/phorge/resources/builtin/projects/v3/support.png +lib/php/phorge/resources/builtin/projects/v3/sword.png +lib/php/phorge/resources/builtin/projects/v3/tag.png +lib/php/phorge/resources/builtin/projects/v3/three-servers.png +lib/php/phorge/resources/builtin/projects/v3/trash.png +lib/php/phorge/resources/builtin/projects/v3/truck.png +lib/php/phorge/resources/builtin/projects/v3/two-servers.png +lib/php/phorge/resources/builtin/projects/v3/umbrella.png +lib/php/phorge/resources/builtin/projects/v3/upload.png +lib/php/phorge/resources/builtin/projects/v3/wand.png +lib/php/phorge/resources/builtin/repo/building.png +lib/php/phorge/resources/builtin/repo/cloud.png +lib/php/phorge/resources/builtin/repo/code.png +lib/php/phorge/resources/builtin/repo/commit.png +lib/php/phorge/resources/builtin/repo/database.png +lib/php/phorge/resources/builtin/repo/desktop.png +lib/php/phorge/resources/builtin/repo/gears.png +lib/php/phorge/resources/builtin/repo/globe.png +lib/php/phorge/resources/builtin/repo/locked.png +lib/php/phorge/resources/builtin/repo/microchip.png +lib/php/phorge/resources/builtin/repo/mobile.png +lib/php/phorge/resources/builtin/repo/repo-git.png +lib/php/phorge/resources/builtin/repo/repo-hg.png +lib/php/phorge/resources/builtin/repo/repo-svn.png +lib/php/phorge/resources/builtin/repo/repo.png +lib/php/phorge/resources/builtin/repo/servers.png +lib/php/phorge/resources/builtin/user0.png +lib/php/phorge/resources/builtin/user1.png +lib/php/phorge/resources/builtin/user2.png +lib/php/phorge/resources/builtin/user3.png +lib/php/phorge/resources/builtin/user4.png +lib/php/phorge/resources/builtin/user5.png +lib/php/phorge/resources/builtin/user6.png +lib/php/phorge/resources/builtin/user7.png +lib/php/phorge/resources/builtin/user8.png +lib/php/phorge/resources/builtin/user9.png +lib/php/phorge/resources/celerity/map.php +lib/php/phorge/resources/celerity/packages.php +lib/php/phorge/resources/cows/builtin/companion.cow +lib/php/phorge/resources/cows/custom/README +lib/php/phorge/resources/emoji/manifest.json +lib/php/phorge/resources/figlet/custom/README +lib/php/phorge/resources/font/tuffy.ttf +lib/php/phorge/resources/sprite/login_1x/Amazon.png +lib/php/phorge/resources/sprite/login_1x/Asana.png +lib/php/phorge/resources/sprite/login_1x/Bitbucket.png +lib/php/phorge/resources/sprite/login_1x/Disqus.png +lib/php/phorge/resources/sprite/login_1x/Facebook.png +lib/php/phorge/resources/sprite/login_1x/Generic.png +lib/php/phorge/resources/sprite/login_1x/Github.png +lib/php/phorge/resources/sprite/login_1x/Google.png +lib/php/phorge/resources/sprite/login_1x/HTTP.png +lib/php/phorge/resources/sprite/login_1x/Jira.png +lib/php/phorge/resources/sprite/login_1x/LDAP.png +lib/php/phorge/resources/sprite/login_1x/MediaWiki.png +lib/php/phorge/resources/sprite/login_1x/PayPal.png +lib/php/phorge/resources/sprite/login_1x/Phabricator.png +lib/php/phorge/resources/sprite/login_1x/Phorge.png +lib/php/phorge/resources/sprite/login_1x/Slack.png +lib/php/phorge/resources/sprite/login_1x/Stripe.png +lib/php/phorge/resources/sprite/login_1x/TestPayment.png +lib/php/phorge/resources/sprite/login_1x/TwitchTV.png +lib/php/phorge/resources/sprite/login_1x/Twitter.png +lib/php/phorge/resources/sprite/login_1x/WePay.png +lib/php/phorge/resources/sprite/login_1x/WordPressCOM.png +lib/php/phorge/resources/sprite/login_2x/Amazon.png +lib/php/phorge/resources/sprite/login_2x/Asana.png +lib/php/phorge/resources/sprite/login_2x/Bitbucket.png +lib/php/phorge/resources/sprite/login_2x/Disqus.png +lib/php/phorge/resources/sprite/login_2x/Facebook.png +lib/php/phorge/resources/sprite/login_2x/Generic.png +lib/php/phorge/resources/sprite/login_2x/Github.png +lib/php/phorge/resources/sprite/login_2x/Google.png +lib/php/phorge/resources/sprite/login_2x/HTTP.png +lib/php/phorge/resources/sprite/login_2x/Jira.png +lib/php/phorge/resources/sprite/login_2x/LDAP.png +lib/php/phorge/resources/sprite/login_2x/MediaWiki.png +lib/php/phorge/resources/sprite/login_2x/PayPal.png +lib/php/phorge/resources/sprite/login_2x/Phabricator.png +lib/php/phorge/resources/sprite/login_2x/Phorge.png +lib/php/phorge/resources/sprite/login_2x/Slack.png +lib/php/phorge/resources/sprite/login_2x/Stripe.png +lib/php/phorge/resources/sprite/login_2x/TestPayment.png +lib/php/phorge/resources/sprite/login_2x/TwitchTV.png +lib/php/phorge/resources/sprite/login_2x/Twitter.png +lib/php/phorge/resources/sprite/login_2x/WePay.png +lib/php/phorge/resources/sprite/login_2x/WordPressCOM.png +lib/php/phorge/resources/sprite/manifest/login.json +lib/php/phorge/resources/sprite/manifest/tokens.json +lib/php/phorge/resources/sprite/tokens_1x/coin-1.png +lib/php/phorge/resources/sprite/tokens_1x/coin-2.png +lib/php/phorge/resources/sprite/tokens_1x/coin-3.png +lib/php/phorge/resources/sprite/tokens_1x/coin-4.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-1.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-2.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-3.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-4.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-5.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-6.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-7.png +lib/php/phorge/resources/sprite/tokens_1x/emoji-8.png +lib/php/phorge/resources/sprite/tokens_1x/heart-1.png +lib/php/phorge/resources/sprite/tokens_1x/heart-2.png +lib/php/phorge/resources/sprite/tokens_1x/like-1.png +lib/php/phorge/resources/sprite/tokens_1x/like-2.png +lib/php/phorge/resources/sprite/tokens_1x/medal-1.png +lib/php/phorge/resources/sprite/tokens_1x/medal-2.png +lib/php/phorge/resources/sprite/tokens_1x/medal-3.png +lib/php/phorge/resources/sprite/tokens_1x/medal-4.png +lib/php/phorge/resources/sprite/tokens_1x/misc-1.png +lib/php/phorge/resources/sprite/tokens_1x/misc-2.png +lib/php/phorge/resources/sprite/tokens_1x/misc-3.png +lib/php/phorge/resources/sprite/tokens_1x/misc-4.png +lib/php/phorge/resources/sprite/tokens_2x/coin-1.png +lib/php/phorge/resources/sprite/tokens_2x/coin-2.png +lib/php/phorge/resources/sprite/tokens_2x/coin-3.png +lib/php/phorge/resources/sprite/tokens_2x/coin-4.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-1.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-2.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-3.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-4.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-5.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-6.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-7.png +lib/php/phorge/resources/sprite/tokens_2x/emoji-8.png +lib/php/phorge/resources/sprite/tokens_2x/heart-1.png +lib/php/phorge/resources/sprite/tokens_2x/heart-2.png +lib/php/phorge/resources/sprite/tokens_2x/like-1.png +lib/php/phorge/resources/sprite/tokens_2x/like-2.png +lib/php/phorge/resources/sprite/tokens_2x/medal-1.png +lib/php/phorge/resources/sprite/tokens_2x/medal-2.png +lib/php/phorge/resources/sprite/tokens_2x/medal-3.png +lib/php/phorge/resources/sprite/tokens_2x/medal-4.png +lib/php/phorge/resources/sprite/tokens_2x/misc-1.png +lib/php/phorge/resources/sprite/tokens_2x/misc-2.png +lib/php/phorge/resources/sprite/tokens_2x/misc-3.png +lib/php/phorge/resources/sprite/tokens_2x/misc-4.png +lib/php/phorge/resources/sql/autopatches/20140104.harbormastercmd.sql +lib/php/phorge/resources/sql/autopatches/20140106.macromailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20140106.macromailkey.2.php +lib/php/phorge/resources/sql/autopatches/20140108.ddbpname.1.sql +lib/php/phorge/resources/sql/autopatches/20140108.ddbpname.2.php +lib/php/phorge/resources/sql/autopatches/20140109.ddxactions.sql +lib/php/phorge/resources/sql/autopatches/20140109.projectcolumnsdates.sql +lib/php/phorge/resources/sql/autopatches/20140113.legalpadsig.1.sql +lib/php/phorge/resources/sql/autopatches/20140113.legalpadsig.2.php +lib/php/phorge/resources/sql/autopatches/20140115.auth.1.id.sql +lib/php/phorge/resources/sql/autopatches/20140115.auth.2.expires.sql +lib/php/phorge/resources/sql/autopatches/20140115.auth.3.unlimit.php +lib/php/phorge/resources/sql/autopatches/20140115.legalpadsigkey.sql +lib/php/phorge/resources/sql/autopatches/20140116.reporefcursor.sql +lib/php/phorge/resources/sql/autopatches/20140126.diff.1.parentrevisionid.sql +lib/php/phorge/resources/sql/autopatches/20140126.diff.2.repositoryphid.sql +lib/php/phorge/resources/sql/autopatches/20140130.dash.1.board.sql +lib/php/phorge/resources/sql/autopatches/20140130.dash.2.panel.sql +lib/php/phorge/resources/sql/autopatches/20140130.dash.3.boardxaction.sql +lib/php/phorge/resources/sql/autopatches/20140130.dash.4.panelxaction.sql +lib/php/phorge/resources/sql/autopatches/20140130.mail.1.retry.sql +lib/php/phorge/resources/sql/autopatches/20140130.mail.2.next.sql +lib/php/phorge/resources/sql/autopatches/20140201.gc.1.mailsent.sql +lib/php/phorge/resources/sql/autopatches/20140201.gc.2.mailreceived.sql +lib/php/phorge/resources/sql/autopatches/20140205.cal.1.rename.sql +lib/php/phorge/resources/sql/autopatches/20140205.cal.2.phid-col.sql +lib/php/phorge/resources/sql/autopatches/20140205.cal.3.phid-mig.php +lib/php/phorge/resources/sql/autopatches/20140205.cal.4.phid-key.sql +lib/php/phorge/resources/sql/autopatches/20140210.herald.rule-condition-mig.php +lib/php/phorge/resources/sql/autopatches/20140210.projcfield.1.blurb.php +lib/php/phorge/resources/sql/autopatches/20140210.projcfield.2.piccol.sql +lib/php/phorge/resources/sql/autopatches/20140210.projcfield.3.picmig.sql +lib/php/phorge/resources/sql/autopatches/20140210.projcfield.4.memmig.sql +lib/php/phorge/resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql +lib/php/phorge/resources/sql/autopatches/20140211.dx.1.nullablechangesetid.sql +lib/php/phorge/resources/sql/autopatches/20140211.dx.2.migcommenttext.php +lib/php/phorge/resources/sql/autopatches/20140211.dx.3.migsubscriptions.sql +lib/php/phorge/resources/sql/autopatches/20140211.dx.999.drop.relationships.sql +lib/php/phorge/resources/sql/autopatches/20140212.dx.1.armageddon.php +lib/php/phorge/resources/sql/autopatches/20140214.clean.1.legacycommentid.sql +lib/php/phorge/resources/sql/autopatches/20140214.clean.2.dropcomment.sql +lib/php/phorge/resources/sql/autopatches/20140214.clean.3.dropinline.sql +lib/php/phorge/resources/sql/autopatches/20140218.differentialdraft.sql +lib/php/phorge/resources/sql/autopatches/20140218.passwords.1.extend.sql +lib/php/phorge/resources/sql/autopatches/20140218.passwords.2.prefix.sql +lib/php/phorge/resources/sql/autopatches/20140218.passwords.3.vcsextend.sql +lib/php/phorge/resources/sql/autopatches/20140218.passwords.4.vcs.php +lib/php/phorge/resources/sql/autopatches/20140223.bigutf8scratch.sql +lib/php/phorge/resources/sql/autopatches/20140224.dxclean.1.datecommitted.sql +lib/php/phorge/resources/sql/autopatches/20140226.dxcustom.1.fielddata.php +lib/php/phorge/resources/sql/autopatches/20140226.dxcustom.99.drop.sql +lib/php/phorge/resources/sql/autopatches/20140228.dxcomment.1.sql +lib/php/phorge/resources/sql/autopatches/20140305.diviner.1.slugcol.sql +lib/php/phorge/resources/sql/autopatches/20140305.diviner.2.slugkey.sql +lib/php/phorge/resources/sql/autopatches/20140311.mdroplegacy.sql +lib/php/phorge/resources/sql/autopatches/20140314.projectcolumn.1.statuscol.sql +lib/php/phorge/resources/sql/autopatches/20140314.projectcolumn.2.statuskey.sql +lib/php/phorge/resources/sql/autopatches/20140317.mupdatedkey.sql +lib/php/phorge/resources/sql/autopatches/20140321.harbor.1.bxaction.sql +lib/php/phorge/resources/sql/autopatches/20140321.mstatus.1.col.sql +lib/php/phorge/resources/sql/autopatches/20140321.mstatus.2.mig.php +lib/php/phorge/resources/sql/autopatches/20140323.harbor.1.renames.php +lib/php/phorge/resources/sql/autopatches/20140323.harbor.2.message.sql +lib/php/phorge/resources/sql/autopatches/20140325.push.1.event.sql +lib/php/phorge/resources/sql/autopatches/20140325.push.2.eventphid.sql +lib/php/phorge/resources/sql/autopatches/20140325.push.3.groups.php +lib/php/phorge/resources/sql/autopatches/20140325.push.4.prune.sql +lib/php/phorge/resources/sql/autopatches/20140326.project.1.colxaction.sql +lib/php/phorge/resources/sql/autopatches/20140328.releeph.1.productxaction.sql +lib/php/phorge/resources/sql/autopatches/20140330.flagtext.sql +lib/php/phorge/resources/sql/autopatches/20140402.actionlog.sql +lib/php/phorge/resources/sql/autopatches/20140410.accountsecret.1.sql +lib/php/phorge/resources/sql/autopatches/20140410.accountsecret.2.php +lib/php/phorge/resources/sql/autopatches/20140416.harbor.1.sql +lib/php/phorge/resources/sql/autopatches/20140420.rel.1.objectphid.sql +lib/php/phorge/resources/sql/autopatches/20140420.rel.2.objectmig.php +lib/php/phorge/resources/sql/autopatches/20140421.slowvotecolumnsisclosed.sql +lib/php/phorge/resources/sql/autopatches/20140423.session.1.hisec.sql +lib/php/phorge/resources/sql/autopatches/20140427.mfactor.1.sql +lib/php/phorge/resources/sql/autopatches/20140430.auth.1.partial.sql +lib/php/phorge/resources/sql/autopatches/20140430.dash.1.paneltype.sql +lib/php/phorge/resources/sql/autopatches/20140430.dash.2.edge.sql +lib/php/phorge/resources/sql/autopatches/20140501.passphraselockcredential.sql +lib/php/phorge/resources/sql/autopatches/20140501.remove.1.dlog.sql +lib/php/phorge/resources/sql/autopatches/20140507.smstable.sql +lib/php/phorge/resources/sql/autopatches/20140509.coverage.1.sql +lib/php/phorge/resources/sql/autopatches/20140509.dashboardlayoutconfig.sql +lib/php/phorge/resources/sql/autopatches/20140512.dparents.1.sql +lib/php/phorge/resources/sql/autopatches/20140514.harbormasterbuildabletransaction.sql +lib/php/phorge/resources/sql/autopatches/20140514.pholiomockclose.sql +lib/php/phorge/resources/sql/autopatches/20140515.trust-emails.sql +lib/php/phorge/resources/sql/autopatches/20140517.dxbinarycache.sql +lib/php/phorge/resources/sql/autopatches/20140518.dxmorebinarycache.sql +lib/php/phorge/resources/sql/autopatches/20140519.dashboardinstall.sql +lib/php/phorge/resources/sql/autopatches/20140520.authtemptoken.sql +lib/php/phorge/resources/sql/autopatches/20140521.projectslug.1.create.sql +lib/php/phorge/resources/sql/autopatches/20140521.projectslug.2.mig.php +lib/php/phorge/resources/sql/autopatches/20140522.projecticon.sql +lib/php/phorge/resources/sql/autopatches/20140524.auth.mfa.cache.sql +lib/php/phorge/resources/sql/autopatches/20140525.hunkmodern.sql +lib/php/phorge/resources/sql/autopatches/20140615.pholioedit.1.sql +lib/php/phorge/resources/sql/autopatches/20140615.pholioedit.2.sql +lib/php/phorge/resources/sql/autopatches/20140617.daemon.explicit-argv.sql +lib/php/phorge/resources/sql/autopatches/20140617.daemonlog.sql +lib/php/phorge/resources/sql/autopatches/20140624.projcolor.1.sql +lib/php/phorge/resources/sql/autopatches/20140624.projcolor.2.sql +lib/php/phorge/resources/sql/autopatches/20140629.dasharchive.1.sql +lib/php/phorge/resources/sql/autopatches/20140629.legalsig.1.sql +lib/php/phorge/resources/sql/autopatches/20140629.legalsig.2.php +lib/php/phorge/resources/sql/autopatches/20140701.legalexemption.1.sql +lib/php/phorge/resources/sql/autopatches/20140701.legalexemption.2.sql +lib/php/phorge/resources/sql/autopatches/20140703.legalcorp.1.sql +lib/php/phorge/resources/sql/autopatches/20140703.legalcorp.2.sql +lib/php/phorge/resources/sql/autopatches/20140703.legalcorp.3.sql +lib/php/phorge/resources/sql/autopatches/20140703.legalcorp.4.sql +lib/php/phorge/resources/sql/autopatches/20140703.legalcorp.5.sql +lib/php/phorge/resources/sql/autopatches/20140704.harbormasterstep.1.sql +lib/php/phorge/resources/sql/autopatches/20140704.harbormasterstep.2.sql +lib/php/phorge/resources/sql/autopatches/20140704.legalpreamble.1.sql +lib/php/phorge/resources/sql/autopatches/20140706.harbormasterdepend.1.php +lib/php/phorge/resources/sql/autopatches/20140706.pedge.1.sql +lib/php/phorge/resources/sql/autopatches/20140711.pnames.1.sql +lib/php/phorge/resources/sql/autopatches/20140711.pnames.2.php +lib/php/phorge/resources/sql/autopatches/20140711.workerpriority.sql +lib/php/phorge/resources/sql/autopatches/20140712.projcoluniq.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.1.cart.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.2.purchase.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.3.charge.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.4.cartstatus.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.5.cstatusdefault.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.6.onetimecharge.sql +lib/php/phorge/resources/sql/autopatches/20140721.phortune.7.nullmethod.sql +lib/php/phorge/resources/sql/autopatches/20140722.appname.php +lib/php/phorge/resources/sql/autopatches/20140722.audit.1.xactions.sql +lib/php/phorge/resources/sql/autopatches/20140722.audit.2.comments.sql +lib/php/phorge/resources/sql/autopatches/20140722.audit.3.miginlines.php +lib/php/phorge/resources/sql/autopatches/20140722.audit.4.migtext.php +lib/php/phorge/resources/sql/autopatches/20140722.renameauth.php +lib/php/phorge/resources/sql/autopatches/20140723.apprenamexaction.sql +lib/php/phorge/resources/sql/autopatches/20140725.audit.1.migxactions.php +lib/php/phorge/resources/sql/autopatches/20140731.audit.1.subscribers.php +lib/php/phorge/resources/sql/autopatches/20140731.cancdn.php +lib/php/phorge/resources/sql/autopatches/20140731.harbormasterstepdesc.sql +lib/php/phorge/resources/sql/autopatches/20140805.boardcol.1.sql +lib/php/phorge/resources/sql/autopatches/20140805.boardcol.2.php +lib/php/phorge/resources/sql/autopatches/20140807.harbormastertargettime.sql +lib/php/phorge/resources/sql/autopatches/20140808.boardprop.1.sql +lib/php/phorge/resources/sql/autopatches/20140808.boardprop.2.sql +lib/php/phorge/resources/sql/autopatches/20140808.boardprop.3.php +lib/php/phorge/resources/sql/autopatches/20140811.blob.1.sql +lib/php/phorge/resources/sql/autopatches/20140811.blob.2.sql +lib/php/phorge/resources/sql/autopatches/20140812.projkey.1.sql +lib/php/phorge/resources/sql/autopatches/20140812.projkey.2.sql +lib/php/phorge/resources/sql/autopatches/20140814.passphrasecredentialconduit.sql +lib/php/phorge/resources/sql/autopatches/20140815.cancdncase.php +lib/php/phorge/resources/sql/autopatches/20140818.harbormasterindex.1.sql +lib/php/phorge/resources/sql/autopatches/20140821.harbormasterbuildgen.1.sql +lib/php/phorge/resources/sql/autopatches/20140822.daemonenvhash.sql +lib/php/phorge/resources/sql/autopatches/20140902.almanacdevice.1.sql +lib/php/phorge/resources/sql/autopatches/20140904.macroattach.php +lib/php/phorge/resources/sql/autopatches/20140911.fund.1.initiative.sql +lib/php/phorge/resources/sql/autopatches/20140911.fund.2.xaction.sql +lib/php/phorge/resources/sql/autopatches/20140911.fund.3.edge.sql +lib/php/phorge/resources/sql/autopatches/20140911.fund.4.backer.sql +lib/php/phorge/resources/sql/autopatches/20140911.fund.5.backxaction.sql +lib/php/phorge/resources/sql/autopatches/20140914.betaproto.php +lib/php/phorge/resources/sql/autopatches/20140917.project.canlock.sql +lib/php/phorge/resources/sql/autopatches/20140918.schema.1.dropaudit.sql +lib/php/phorge/resources/sql/autopatches/20140918.schema.2.dropauditinline.sql +lib/php/phorge/resources/sql/autopatches/20140918.schema.3.wipecache.sql +lib/php/phorge/resources/sql/autopatches/20140918.schema.4.cachetype.sql +lib/php/phorge/resources/sql/autopatches/20140918.schema.5.slowvote.sql +lib/php/phorge/resources/sql/autopatches/20140919.schema.01.calstatus.sql +lib/php/phorge/resources/sql/autopatches/20140919.schema.02.calname.sql +lib/php/phorge/resources/sql/autopatches/20140919.schema.03.dropaux.sql +lib/php/phorge/resources/sql/autopatches/20140919.schema.04.droptaskproj.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.01.droprelev.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.02.droprelreqev.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.03.dropldapinfo.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.04.dropoauthinfo.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.05.dropprojaffil.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.06.dropsubproject.sql +lib/php/phorge/resources/sql/autopatches/20140926.schema.07.droppondcom.sql +lib/php/phorge/resources/sql/autopatches/20140927.schema.01.dropsearchq.sql +lib/php/phorge/resources/sql/autopatches/20140927.schema.02.pholio1.sql +lib/php/phorge/resources/sql/autopatches/20140927.schema.03.pholio2.sql +lib/php/phorge/resources/sql/autopatches/20140927.schema.04.pholio3.sql +lib/php/phorge/resources/sql/autopatches/20140927.schema.05.phragment1.sql +lib/php/phorge/resources/sql/autopatches/20140927.schema.06.releeph1.sql +lib/php/phorge/resources/sql/autopatches/20141001.schema.01.version.sql +lib/php/phorge/resources/sql/autopatches/20141001.schema.02.taskmail.sql +lib/php/phorge/resources/sql/autopatches/20141002.schema.01.liskcounter.sql +lib/php/phorge/resources/sql/autopatches/20141002.schema.02.draftnull.sql +lib/php/phorge/resources/sql/autopatches/20141004.currency.01.sql +lib/php/phorge/resources/sql/autopatches/20141004.currency.02.sql +lib/php/phorge/resources/sql/autopatches/20141004.currency.03.sql +lib/php/phorge/resources/sql/autopatches/20141004.currency.04.sql +lib/php/phorge/resources/sql/autopatches/20141004.currency.05.sql +lib/php/phorge/resources/sql/autopatches/20141004.currency.06.sql +lib/php/phorge/resources/sql/autopatches/20141004.harborliskcounter.sql +lib/php/phorge/resources/sql/autopatches/20141005.phortuneproduct.sql +lib/php/phorge/resources/sql/autopatches/20141006.phortunecart.sql +lib/php/phorge/resources/sql/autopatches/20141006.phortunemerchant.sql +lib/php/phorge/resources/sql/autopatches/20141006.phortunemerchantx.sql +lib/php/phorge/resources/sql/autopatches/20141007.fundmerchant.sql +lib/php/phorge/resources/sql/autopatches/20141007.fundrisks.sql +lib/php/phorge/resources/sql/autopatches/20141007.fundtotal.sql +lib/php/phorge/resources/sql/autopatches/20141007.phortunecartmerchant.sql +lib/php/phorge/resources/sql/autopatches/20141007.phortunecharge.sql +lib/php/phorge/resources/sql/autopatches/20141007.phortunepayment.sql +lib/php/phorge/resources/sql/autopatches/20141007.phortuneprovider.sql +lib/php/phorge/resources/sql/autopatches/20141007.phortuneproviderx.sql +lib/php/phorge/resources/sql/autopatches/20141008.phortunemerchdesc.sql +lib/php/phorge/resources/sql/autopatches/20141008.phortuneprovdis.sql +lib/php/phorge/resources/sql/autopatches/20141008.phortunerefund.sql +lib/php/phorge/resources/sql/autopatches/20141010.fundmailkey.sql +lib/php/phorge/resources/sql/autopatches/20141011.phortunemerchedit.sql +lib/php/phorge/resources/sql/autopatches/20141012.phortunecartxaction.sql +lib/php/phorge/resources/sql/autopatches/20141013.phortunecartkey.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.device.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.dxaction.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.interface.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.network.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.nxaction.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.service.sql +lib/php/phorge/resources/sql/autopatches/20141016.almanac.sxaction.sql +lib/php/phorge/resources/sql/autopatches/20141017.almanac.binding.sql +lib/php/phorge/resources/sql/autopatches/20141017.almanac.bxaction.sql +lib/php/phorge/resources/sql/autopatches/20141025.phriction.1.xaction.sql +lib/php/phorge/resources/sql/autopatches/20141025.phriction.2.xaction.sql +lib/php/phorge/resources/sql/autopatches/20141025.phriction.mailkey.sql +lib/php/phorge/resources/sql/autopatches/20141103.almanac.1.delprop.sql +lib/php/phorge/resources/sql/autopatches/20141103.almanac.2.addprop.sql +lib/php/phorge/resources/sql/autopatches/20141104.almanac.3.edge.sql +lib/php/phorge/resources/sql/autopatches/20141105.ssh.1.rename.sql +lib/php/phorge/resources/sql/autopatches/20141106.dropold.sql +lib/php/phorge/resources/sql/autopatches/20141106.uniqdrafts.php +lib/php/phorge/resources/sql/autopatches/20141107.phriction.policy.1.sql +lib/php/phorge/resources/sql/autopatches/20141107.phriction.policy.2.php +lib/php/phorge/resources/sql/autopatches/20141107.phriction.popkeys.php +lib/php/phorge/resources/sql/autopatches/20141107.ssh.1.colname.sql +lib/php/phorge/resources/sql/autopatches/20141107.ssh.2.keyhash.sql +lib/php/phorge/resources/sql/autopatches/20141107.ssh.3.keyindex.sql +lib/php/phorge/resources/sql/autopatches/20141107.ssh.4.keymig.php +lib/php/phorge/resources/sql/autopatches/20141107.ssh.5.indexnull.sql +lib/php/phorge/resources/sql/autopatches/20141107.ssh.6.indexkey.sql +lib/php/phorge/resources/sql/autopatches/20141107.ssh.7.colnull.sql +lib/php/phorge/resources/sql/autopatches/20141113.auditdupes.php +lib/php/phorge/resources/sql/autopatches/20141118.diffxaction.sql +lib/php/phorge/resources/sql/autopatches/20141119.commitpedge.sql +lib/php/phorge/resources/sql/autopatches/20141119.differential.diff.policy.sql +lib/php/phorge/resources/sql/autopatches/20141119.sshtrust.sql +lib/php/phorge/resources/sql/autopatches/20141123.taskpriority.1.sql +lib/php/phorge/resources/sql/autopatches/20141123.taskpriority.2.sql +lib/php/phorge/resources/sql/autopatches/20141210.maniphestsubscribersmig.1.sql +lib/php/phorge/resources/sql/autopatches/20141210.maniphestsubscribersmig.2.sql +lib/php/phorge/resources/sql/autopatches/20141210.reposervice.sql +lib/php/phorge/resources/sql/autopatches/20141212.conduittoken.sql +lib/php/phorge/resources/sql/autopatches/20141215.almanacservicetype.sql +lib/php/phorge/resources/sql/autopatches/20141217.almanacdevicelock.sql +lib/php/phorge/resources/sql/autopatches/20141217.almanaclock.sql +lib/php/phorge/resources/sql/autopatches/20141218.maniphestcctxn.php +lib/php/phorge/resources/sql/autopatches/20141222.maniphestprojtxn.php +lib/php/phorge/resources/sql/autopatches/20141223.daemonloguser.sql +lib/php/phorge/resources/sql/autopatches/20141223.daemonobjectphid.sql +lib/php/phorge/resources/sql/autopatches/20141230.pasteeditpolicycolumn.sql +lib/php/phorge/resources/sql/autopatches/20141230.pasteeditpolicyexisting.sql +lib/php/phorge/resources/sql/autopatches/20150102.policyname.php +lib/php/phorge/resources/sql/autopatches/20150102.tasksubscriber.sql +lib/php/phorge/resources/sql/autopatches/20150105.conpsearch.sql +lib/php/phorge/resources/sql/autopatches/20150114.oauthserver.client.policy.sql +lib/php/phorge/resources/sql/autopatches/20150115.applicationemails.sql +lib/php/phorge/resources/sql/autopatches/20150115.trigger.1.sql +lib/php/phorge/resources/sql/autopatches/20150115.trigger.2.sql +lib/php/phorge/resources/sql/autopatches/20150116.maniphestapplicationemails.php +lib/php/phorge/resources/sql/autopatches/20150120.maniphestdefaultauthor.php +lib/php/phorge/resources/sql/autopatches/20150124.subs.1.sql +lib/php/phorge/resources/sql/autopatches/20150129.pastefileapplicationemails.php +lib/php/phorge/resources/sql/autopatches/20150130.phortune.1.subphid.sql +lib/php/phorge/resources/sql/autopatches/20150130.phortune.2.subkey.sql +lib/php/phorge/resources/sql/autopatches/20150131.phortune.1.defaultpayment.sql +lib/php/phorge/resources/sql/autopatches/20150205.authprovider.autologin.sql +lib/php/phorge/resources/sql/autopatches/20150205.daemonenv.sql +lib/php/phorge/resources/sql/autopatches/20150209.invite.sql +lib/php/phorge/resources/sql/autopatches/20150209.oauthclient.trust.sql +lib/php/phorge/resources/sql/autopatches/20150210.invitephid.sql +lib/php/phorge/resources/sql/autopatches/20150212.legalpad.session.1.sql +lib/php/phorge/resources/sql/autopatches/20150212.legalpad.session.2.sql +lib/php/phorge/resources/sql/autopatches/20150219.scratch.nonmutable.sql +lib/php/phorge/resources/sql/autopatches/20150223.daemon.1.id.sql +lib/php/phorge/resources/sql/autopatches/20150223.daemon.2.idlegacy.sql +lib/php/phorge/resources/sql/autopatches/20150223.daemon.3.idkey.sql +lib/php/phorge/resources/sql/autopatches/20150312.filechunk.1.sql +lib/php/phorge/resources/sql/autopatches/20150312.filechunk.2.sql +lib/php/phorge/resources/sql/autopatches/20150312.filechunk.3.sql +lib/php/phorge/resources/sql/autopatches/20150317.conpherence.isroom.1.sql +lib/php/phorge/resources/sql/autopatches/20150317.conpherence.isroom.2.sql +lib/php/phorge/resources/sql/autopatches/20150317.conpherence.policy.sql +lib/php/phorge/resources/sql/autopatches/20150410.nukeruleedit.sql +lib/php/phorge/resources/sql/autopatches/20150420.invoice.1.sql +lib/php/phorge/resources/sql/autopatches/20150420.invoice.2.sql +lib/php/phorge/resources/sql/autopatches/20150425.isclosed.sql +lib/php/phorge/resources/sql/autopatches/20150427.calendar.1.edge.sql +lib/php/phorge/resources/sql/autopatches/20150427.calendar.1.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150427.calendar.2.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150428.calendar.1.iscancelled.sql +lib/php/phorge/resources/sql/autopatches/20150428.calendar.1.name.sql +lib/php/phorge/resources/sql/autopatches/20150429.calendar.1.invitee.sql +lib/php/phorge/resources/sql/autopatches/20150430.calendar.1.policies.sql +lib/php/phorge/resources/sql/autopatches/20150430.multimeter.1.sql +lib/php/phorge/resources/sql/autopatches/20150430.multimeter.2.host.sql +lib/php/phorge/resources/sql/autopatches/20150430.multimeter.3.viewer.sql +lib/php/phorge/resources/sql/autopatches/20150430.multimeter.4.context.sql +lib/php/phorge/resources/sql/autopatches/20150430.multimeter.5.label.sql +lib/php/phorge/resources/sql/autopatches/20150501.calendar.1.reply.sql +lib/php/phorge/resources/sql/autopatches/20150501.calendar.2.reply.php +lib/php/phorge/resources/sql/autopatches/20150501.conpherencepics.sql +lib/php/phorge/resources/sql/autopatches/20150503.repositorysymbols.1.sql +lib/php/phorge/resources/sql/autopatches/20150503.repositorysymbols.2.php +lib/php/phorge/resources/sql/autopatches/20150503.repositorysymbols.3.sql +lib/php/phorge/resources/sql/autopatches/20150504.symbolsproject.1.php +lib/php/phorge/resources/sql/autopatches/20150504.symbolsproject.2.sql +lib/php/phorge/resources/sql/autopatches/20150506.calendarunnamedevents.1.php +lib/php/phorge/resources/sql/autopatches/20150507.calendar.1.isallday.sql +lib/php/phorge/resources/sql/autopatches/20150513.user.cache.1.sql +lib/php/phorge/resources/sql/autopatches/20150514.calendar.status.sql +lib/php/phorge/resources/sql/autopatches/20150514.phame.blog.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150514.user.cache.2.sql +lib/php/phorge/resources/sql/autopatches/20150515.phame.post.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150515.project.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20150515.project.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20150519.calendar.calendaricon.sql +lib/php/phorge/resources/sql/autopatches/20150521.releephrepository.sql +lib/php/phorge/resources/sql/autopatches/20150525.diff.hidden.1.sql +lib/php/phorge/resources/sql/autopatches/20150526.owners.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20150526.owners.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20150526.owners.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150527.calendar.recurringevents.sql +lib/php/phorge/resources/sql/autopatches/20150601.spaces.1.namespace.sql +lib/php/phorge/resources/sql/autopatches/20150601.spaces.2.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150602.mlist.1.sql +lib/php/phorge/resources/sql/autopatches/20150602.mlist.2.php +lib/php/phorge/resources/sql/autopatches/20150604.spaces.1.sql +lib/php/phorge/resources/sql/autopatches/20150605.diviner.edges.sql +lib/php/phorge/resources/sql/autopatches/20150605.diviner.editPolicy.sql +lib/php/phorge/resources/sql/autopatches/20150605.diviner.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150606.mlist.1.php +lib/php/phorge/resources/sql/autopatches/20150609.inline.sql +lib/php/phorge/resources/sql/autopatches/20150609.spaces.1.pholio.sql +lib/php/phorge/resources/sql/autopatches/20150609.spaces.2.maniphest.sql +lib/php/phorge/resources/sql/autopatches/20150610.spaces.1.desc.sql +lib/php/phorge/resources/sql/autopatches/20150610.spaces.2.edge.sql +lib/php/phorge/resources/sql/autopatches/20150610.spaces.3.archive.sql +lib/php/phorge/resources/sql/autopatches/20150611.spaces.1.mailxaction.sql +lib/php/phorge/resources/sql/autopatches/20150611.spaces.2.appmail.sql +lib/php/phorge/resources/sql/autopatches/20150616.divinerrepository.sql +lib/php/phorge/resources/sql/autopatches/20150617.harbor.1.lint.sql +lib/php/phorge/resources/sql/autopatches/20150617.harbor.2.unit.sql +lib/php/phorge/resources/sql/autopatches/20150618.harbor.1.planauto.sql +lib/php/phorge/resources/sql/autopatches/20150618.harbor.2.stepauto.sql +lib/php/phorge/resources/sql/autopatches/20150618.harbor.3.buildauto.sql +lib/php/phorge/resources/sql/autopatches/20150619.conpherencerooms.1.sql +lib/php/phorge/resources/sql/autopatches/20150619.conpherencerooms.2.sql +lib/php/phorge/resources/sql/autopatches/20150619.conpherencerooms.3.sql +lib/php/phorge/resources/sql/autopatches/20150621.phrase.1.sql +lib/php/phorge/resources/sql/autopatches/20150621.phrase.2.sql +lib/php/phorge/resources/sql/autopatches/20150622.bulk.1.job.sql +lib/php/phorge/resources/sql/autopatches/20150622.bulk.2.task.sql +lib/php/phorge/resources/sql/autopatches/20150622.bulk.3.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150622.bulk.4.edge.sql +lib/php/phorge/resources/sql/autopatches/20150622.metamta.1.phid-col.sql +lib/php/phorge/resources/sql/autopatches/20150622.metamta.2.phid-mig.php +lib/php/phorge/resources/sql/autopatches/20150622.metamta.3.phid-key.sql +lib/php/phorge/resources/sql/autopatches/20150622.metamta.4.actor-phid-col.sql +lib/php/phorge/resources/sql/autopatches/20150622.metamta.5.actor-phid-mig.php +lib/php/phorge/resources/sql/autopatches/20150622.metamta.6.actor-phid-key.sql +lib/php/phorge/resources/sql/autopatches/20150624.spaces.1.repo.sql +lib/php/phorge/resources/sql/autopatches/20150626.spaces.1.calendar.sql +lib/php/phorge/resources/sql/autopatches/20150630.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150630.herald.2.sql +lib/php/phorge/resources/sql/autopatches/20150701.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150701.herald.2.sql +lib/php/phorge/resources/sql/autopatches/20150702.spaces.1.slowvote.sql +lib/php/phorge/resources/sql/autopatches/20150706.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150707.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150708.arcanistproject.sql +lib/php/phorge/resources/sql/autopatches/20150708.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150708.herald.2.sql +lib/php/phorge/resources/sql/autopatches/20150708.herald.3.sql +lib/php/phorge/resources/sql/autopatches/20150712.badges.1.sql +lib/php/phorge/resources/sql/autopatches/20150714.spaces.countdown.1.sql +lib/php/phorge/resources/sql/autopatches/20150717.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150719.countdown.1.sql +lib/php/phorge/resources/sql/autopatches/20150719.countdown.2.sql +lib/php/phorge/resources/sql/autopatches/20150719.countdown.3.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.1.url.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.2.xaction.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.3.xactioncomment.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.4.url.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.5.edge.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.6.alias.sql +lib/php/phorge/resources/sql/autopatches/20150721.phurl.7.authorphid.sql +lib/php/phorge/resources/sql/autopatches/20150722.dashboard.1.sql +lib/php/phorge/resources/sql/autopatches/20150722.dashboard.2.sql +lib/php/phorge/resources/sql/autopatches/20150723.countdown.1.sql +lib/php/phorge/resources/sql/autopatches/20150724.badges.comments.1.sql +lib/php/phorge/resources/sql/autopatches/20150724.countdown.comments.1.sql +lib/php/phorge/resources/sql/autopatches/20150725.badges.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20150725.badges.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20150725.badges.viewpolicy.3.sql +lib/php/phorge/resources/sql/autopatches/20150725.countdown.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20150725.countdown.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20150725.slowvote.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20150725.slowvote.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20150727.heraldaction.1.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.2.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.3.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.4.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.5.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.6.sql +lib/php/phorge/resources/sql/autopatches/20150730.herald.7.sql +lib/php/phorge/resources/sql/autopatches/20150803.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150803.herald.2.sql +lib/php/phorge/resources/sql/autopatches/20150804.ponder.answer.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20150804.ponder.answer.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20150804.ponder.question.1.sql +lib/php/phorge/resources/sql/autopatches/20150804.ponder.question.2.sql +lib/php/phorge/resources/sql/autopatches/20150804.ponder.question.3.sql +lib/php/phorge/resources/sql/autopatches/20150804.ponder.spaces.4.sql +lib/php/phorge/resources/sql/autopatches/20150805.paste.status.1.sql +lib/php/phorge/resources/sql/autopatches/20150805.paste.status.2.sql +lib/php/phorge/resources/sql/autopatches/20150806.ponder.answer.1.sql +lib/php/phorge/resources/sql/autopatches/20150806.ponder.editpolicy.2.sql +lib/php/phorge/resources/sql/autopatches/20150806.ponder.status.1.sql +lib/php/phorge/resources/sql/autopatches/20150806.ponder.status.2.sql +lib/php/phorge/resources/sql/autopatches/20150806.ponder.status.3.sql +lib/php/phorge/resources/sql/autopatches/20150808.ponder.vote.1.sql +lib/php/phorge/resources/sql/autopatches/20150808.ponder.vote.2.sql +lib/php/phorge/resources/sql/autopatches/20150812.ponder.answer.1.sql +lib/php/phorge/resources/sql/autopatches/20150812.ponder.answer.2.sql +lib/php/phorge/resources/sql/autopatches/20150814.harbormater.artifact.phid.sql +lib/php/phorge/resources/sql/autopatches/20150815.owners.status.1.sql +lib/php/phorge/resources/sql/autopatches/20150815.owners.status.2.sql +lib/php/phorge/resources/sql/autopatches/20150823.nuance.queue.1.sql +lib/php/phorge/resources/sql/autopatches/20150823.nuance.queue.2.sql +lib/php/phorge/resources/sql/autopatches/20150823.nuance.queue.3.sql +lib/php/phorge/resources/sql/autopatches/20150823.nuance.queue.4.sql +lib/php/phorge/resources/sql/autopatches/20150828.ponder.wiki.1.sql +lib/php/phorge/resources/sql/autopatches/20150829.ponder.dupe.1.sql +lib/php/phorge/resources/sql/autopatches/20150904.herald.1.sql +lib/php/phorge/resources/sql/autopatches/20150906.mailinglist.sql +lib/php/phorge/resources/sql/autopatches/20150910.owners.custom.1.sql +lib/php/phorge/resources/sql/autopatches/20150916.drydock.slotlocks.1.sql +lib/php/phorge/resources/sql/autopatches/20150922.drydock.commands.1.sql +lib/php/phorge/resources/sql/autopatches/20150923.drydock.resourceid.1.sql +lib/php/phorge/resources/sql/autopatches/20150923.drydock.resourceid.2.sql +lib/php/phorge/resources/sql/autopatches/20150923.drydock.resourceid.3.sql +lib/php/phorge/resources/sql/autopatches/20150923.drydock.taskid.1.sql +lib/php/phorge/resources/sql/autopatches/20150924.drydock.disable.1.sql +lib/php/phorge/resources/sql/autopatches/20150924.drydock.status.1.sql +lib/php/phorge/resources/sql/autopatches/20150928.drydock.rexpire.1.sql +lib/php/phorge/resources/sql/autopatches/20150930.drydock.log.1.sql +lib/php/phorge/resources/sql/autopatches/20151001.drydock.rname.1.sql +lib/php/phorge/resources/sql/autopatches/20151002.dashboard.status.1.sql +lib/php/phorge/resources/sql/autopatches/20151002.harbormaster.bparam.1.sql +lib/php/phorge/resources/sql/autopatches/20151009.drydock.auth.1.sql +lib/php/phorge/resources/sql/autopatches/20151010.drydock.auth.2.sql +lib/php/phorge/resources/sql/autopatches/20151013.drydock.op.1.sql +lib/php/phorge/resources/sql/autopatches/20151023.harborpolicy.1.sql +lib/php/phorge/resources/sql/autopatches/20151023.harborpolicy.2.php +lib/php/phorge/resources/sql/autopatches/20151023.patchduration.sql +lib/php/phorge/resources/sql/autopatches/20151030.harbormaster.initiator.sql +lib/php/phorge/resources/sql/autopatches/20151106.editengine.1.table.sql +lib/php/phorge/resources/sql/autopatches/20151106.editengine.2.xactions.sql +lib/php/phorge/resources/sql/autopatches/20151106.phame.post.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20151106.phame.post.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20151107.phame.blog.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20151107.phame.blog.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20151108.phame.blog.joinpolicy.sql +lib/php/phorge/resources/sql/autopatches/20151108.xhpast.stderr.sql +lib/php/phorge/resources/sql/autopatches/20151109.phame.post.comments.1.sql +lib/php/phorge/resources/sql/autopatches/20151109.repository.coverage.1.sql +lib/php/phorge/resources/sql/autopatches/20151109.xhpast.db.1.sql +lib/php/phorge/resources/sql/autopatches/20151109.xhpast.db.2.sql +lib/php/phorge/resources/sql/autopatches/20151110.daemonenvhash.sql +lib/php/phorge/resources/sql/autopatches/20151111.phame.blog.archive.1.sql +lib/php/phorge/resources/sql/autopatches/20151111.phame.blog.archive.2.sql +lib/php/phorge/resources/sql/autopatches/20151112.herald.edge.sql +lib/php/phorge/resources/sql/autopatches/20151116.owners.edge.sql +lib/php/phorge/resources/sql/autopatches/20151128.phame.blog.picture.1.sql +lib/php/phorge/resources/sql/autopatches/20151130.phurl.mailkey.1.sql +lib/php/phorge/resources/sql/autopatches/20151130.phurl.mailkey.2.php +lib/php/phorge/resources/sql/autopatches/20151202.versioneddraft.1.sql +lib/php/phorge/resources/sql/autopatches/20151207.editengine.1.sql +lib/php/phorge/resources/sql/autopatches/20151210.land.1.refphid.sql +lib/php/phorge/resources/sql/autopatches/20151210.land.2.refphid.php +lib/php/phorge/resources/sql/autopatches/20151215.phame.1.autotitle.sql +lib/php/phorge/resources/sql/autopatches/20151218.key.1.keyphid.sql +lib/php/phorge/resources/sql/autopatches/20151218.key.2.keyphid.php +lib/php/phorge/resources/sql/autopatches/20151219.proj.01.prislug.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.02.prislugkey.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.03.copyslug.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.04.dropslugkey.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.05.dropslug.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.06.defaultpolicy.php +lib/php/phorge/resources/sql/autopatches/20151219.proj.07.viewnull.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.08.editnull.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.09.joinnull.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.10.subcolumns.sql +lib/php/phorge/resources/sql/autopatches/20151219.proj.11.subprojectphids.sql +lib/php/phorge/resources/sql/autopatches/20151221.search.1.version.sql +lib/php/phorge/resources/sql/autopatches/20151221.search.2.ownersngrams.sql +lib/php/phorge/resources/sql/autopatches/20151221.search.3.reindex.php +lib/php/phorge/resources/sql/autopatches/20151223.proj.01.paths.sql +lib/php/phorge/resources/sql/autopatches/20151223.proj.02.depths.sql +lib/php/phorge/resources/sql/autopatches/20151223.proj.03.pathkey.sql +lib/php/phorge/resources/sql/autopatches/20151223.proj.04.keycol.sql +lib/php/phorge/resources/sql/autopatches/20151223.proj.05.updatekeys.php +lib/php/phorge/resources/sql/autopatches/20151223.proj.06.uniq.sql +lib/php/phorge/resources/sql/autopatches/20151226.reop.1.sql +lib/php/phorge/resources/sql/autopatches/20151227.proj.01.materialize.sql +lib/php/phorge/resources/sql/autopatches/20151231.proj.01.icon.php +lib/php/phorge/resources/sql/autopatches/20160102.badges.award.sql +lib/php/phorge/resources/sql/autopatches/20160110.repo.01.slug.sql +lib/php/phorge/resources/sql/autopatches/20160110.repo.02.slug.php +lib/php/phorge/resources/sql/autopatches/20160111.repo.01.slugx.sql +lib/php/phorge/resources/sql/autopatches/20160112.repo.01.uri.sql +lib/php/phorge/resources/sql/autopatches/20160112.repo.02.uri.index.php +lib/php/phorge/resources/sql/autopatches/20160113.propanel.1.storage.sql +lib/php/phorge/resources/sql/autopatches/20160113.propanel.2.xaction.sql +lib/php/phorge/resources/sql/autopatches/20160119.project.1.silence.sql +lib/php/phorge/resources/sql/autopatches/20160122.project.1.boarddefault.php +lib/php/phorge/resources/sql/autopatches/20160124.people.1.icon.sql +lib/php/phorge/resources/sql/autopatches/20160124.people.2.icondefault.sql +lib/php/phorge/resources/sql/autopatches/20160128.repo.1.pull.sql +lib/php/phorge/resources/sql/autopatches/20160201.revision.properties.1.sql +lib/php/phorge/resources/sql/autopatches/20160201.revision.properties.2.sql +lib/php/phorge/resources/sql/autopatches/20160202.board.1.proxy.sql +lib/php/phorge/resources/sql/autopatches/20160202.ipv6.1.sql +lib/php/phorge/resources/sql/autopatches/20160202.ipv6.2.php +lib/php/phorge/resources/sql/autopatches/20160206.cover.1.sql +lib/php/phorge/resources/sql/autopatches/20160208.task.1.sql +lib/php/phorge/resources/sql/autopatches/20160208.task.2.sql +lib/php/phorge/resources/sql/autopatches/20160208.task.3.sql +lib/php/phorge/resources/sql/autopatches/20160212.proj.1.sql +lib/php/phorge/resources/sql/autopatches/20160212.proj.2.sql +lib/php/phorge/resources/sql/autopatches/20160215.owners.policy.1.sql +lib/php/phorge/resources/sql/autopatches/20160215.owners.policy.2.sql +lib/php/phorge/resources/sql/autopatches/20160215.owners.policy.3.sql +lib/php/phorge/resources/sql/autopatches/20160215.owners.policy.4.sql +lib/php/phorge/resources/sql/autopatches/20160218.callsigns.1.sql +lib/php/phorge/resources/sql/autopatches/20160221.almanac.1.devicen.sql +lib/php/phorge/resources/sql/autopatches/20160221.almanac.2.devicei.php +lib/php/phorge/resources/sql/autopatches/20160221.almanac.3.servicen.sql +lib/php/phorge/resources/sql/autopatches/20160221.almanac.4.servicei.php +lib/php/phorge/resources/sql/autopatches/20160221.almanac.5.networkn.sql +lib/php/phorge/resources/sql/autopatches/20160221.almanac.6.networki.php +lib/php/phorge/resources/sql/autopatches/20160221.almanac.7.namespacen.sql +lib/php/phorge/resources/sql/autopatches/20160221.almanac.8.namespace.sql +lib/php/phorge/resources/sql/autopatches/20160221.almanac.9.namespacex.sql +lib/php/phorge/resources/sql/autopatches/20160222.almanac.1.properties.php +lib/php/phorge/resources/sql/autopatches/20160223.almanac.1.bound.sql +lib/php/phorge/resources/sql/autopatches/20160223.almanac.2.lockbind.sql +lib/php/phorge/resources/sql/autopatches/20160223.almanac.3.devicelock.sql +lib/php/phorge/resources/sql/autopatches/20160223.almanac.4.servicelock.sql +lib/php/phorge/resources/sql/autopatches/20160223.paste.fileedges.php +lib/php/phorge/resources/sql/autopatches/20160225.almanac.1.disablebinding.sql +lib/php/phorge/resources/sql/autopatches/20160225.almanac.2.stype.sql +lib/php/phorge/resources/sql/autopatches/20160225.almanac.3.stype.php +lib/php/phorge/resources/sql/autopatches/20160227.harbormaster.1.plann.sql +lib/php/phorge/resources/sql/autopatches/20160227.harbormaster.2.plani.php +lib/php/phorge/resources/sql/autopatches/20160303.drydock.1.bluen.sql +lib/php/phorge/resources/sql/autopatches/20160303.drydock.2.bluei.php +lib/php/phorge/resources/sql/autopatches/20160303.drydock.3.edge.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.01.disabled.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.02.cursordata.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.03.sourcen.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.04.sourcei.php +lib/php/phorge/resources/sql/autopatches/20160308.nuance.05.sourcename.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.06.label.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.07.itemtype.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.08.itemkey.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.09.itemcontainer.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.10.itemkeyu.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.11.requestor.sql +lib/php/phorge/resources/sql/autopatches/20160308.nuance.12.queue.sql +lib/php/phorge/resources/sql/autopatches/20160316.lfs.01.token.resource.sql +lib/php/phorge/resources/sql/autopatches/20160316.lfs.02.token.user.sql +lib/php/phorge/resources/sql/autopatches/20160316.lfs.03.token.properties.sql +lib/php/phorge/resources/sql/autopatches/20160316.lfs.04.token.default.sql +lib/php/phorge/resources/sql/autopatches/20160317.lfs.01.ref.sql +lib/php/phorge/resources/sql/autopatches/20160321.nuance.01.taskbridge.sql +lib/php/phorge/resources/sql/autopatches/20160322.nuance.01.itemcommand.sql +lib/php/phorge/resources/sql/autopatches/20160323.badgemigrate.sql +lib/php/phorge/resources/sql/autopatches/20160329.nuance.01.requestor.sql +lib/php/phorge/resources/sql/autopatches/20160329.nuance.02.requestorsource.sql +lib/php/phorge/resources/sql/autopatches/20160329.nuance.03.requestorxaction.sql +lib/php/phorge/resources/sql/autopatches/20160329.nuance.04.requestorcomment.sql +lib/php/phorge/resources/sql/autopatches/20160330.badges.migratequality.sql +lib/php/phorge/resources/sql/autopatches/20160330.badges.qualityxaction.mig.sql +lib/php/phorge/resources/sql/autopatches/20160331.fund.comments.1.sql +lib/php/phorge/resources/sql/autopatches/20160404.oauth.1.xaction.sql +lib/php/phorge/resources/sql/autopatches/20160405.oauth.2.disable.sql +lib/php/phorge/resources/sql/autopatches/20160406.badges.ngrams.php +lib/php/phorge/resources/sql/autopatches/20160406.badges.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20160406.columns.1.php +lib/php/phorge/resources/sql/autopatches/20160411.repo.1.version.sql +lib/php/phorge/resources/sql/autopatches/20160418.repouri.1.sql +lib/php/phorge/resources/sql/autopatches/20160418.repouri.2.sql +lib/php/phorge/resources/sql/autopatches/20160418.repoversion.1.sql +lib/php/phorge/resources/sql/autopatches/20160419.pushlog.1.sql +lib/php/phorge/resources/sql/autopatches/20160424.locks.1.sql +lib/php/phorge/resources/sql/autopatches/20160426.searchedge.sql +lib/php/phorge/resources/sql/autopatches/20160428.repo.1.urixaction.sql +lib/php/phorge/resources/sql/autopatches/20160503.repo.01.lpath.sql +lib/php/phorge/resources/sql/autopatches/20160503.repo.02.lpathkey.sql +lib/php/phorge/resources/sql/autopatches/20160503.repo.03.lpathmigrate.php +lib/php/phorge/resources/sql/autopatches/20160503.repo.04.mirrormigrate.php +lib/php/phorge/resources/sql/autopatches/20160503.repo.05.urimigrate.php +lib/php/phorge/resources/sql/autopatches/20160510.repo.01.uriindex.php +lib/php/phorge/resources/sql/autopatches/20160513.owners.01.autoreview.sql +lib/php/phorge/resources/sql/autopatches/20160513.owners.02.autoreviewnone.sql +lib/php/phorge/resources/sql/autopatches/20160516.owners.01.dominion.sql +lib/php/phorge/resources/sql/autopatches/20160516.owners.02.dominionstrong.sql +lib/php/phorge/resources/sql/autopatches/20160517.oauth.01.edge.sql +lib/php/phorge/resources/sql/autopatches/20160518.ssh.01.activecol.sql +lib/php/phorge/resources/sql/autopatches/20160518.ssh.02.activeval.sql +lib/php/phorge/resources/sql/autopatches/20160518.ssh.03.activekey.sql +lib/php/phorge/resources/sql/autopatches/20160519.ssh.01.xaction.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.01.xaction.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.02.datecreatecol.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.03.datemodcol.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.04.datecreateval.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.05.datemodval.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.06.phidcol.sql +lib/php/phorge/resources/sql/autopatches/20160531.pref.07.phidval.php +lib/php/phorge/resources/sql/autopatches/20160601.user.01.cache.sql +lib/php/phorge/resources/sql/autopatches/20160601.user.02.copyprefs.php +lib/php/phorge/resources/sql/autopatches/20160601.user.03.removetime.sql +lib/php/phorge/resources/sql/autopatches/20160601.user.04.removetranslation.sql +lib/php/phorge/resources/sql/autopatches/20160601.user.05.removesex.sql +lib/php/phorge/resources/sql/autopatches/20160603.user.01.removedcenabled.sql +lib/php/phorge/resources/sql/autopatches/20160603.user.02.removedctab.sql +lib/php/phorge/resources/sql/autopatches/20160603.user.03.removedcvisible.sql +lib/php/phorge/resources/sql/autopatches/20160604.user.01.stringmailprefs.php +lib/php/phorge/resources/sql/autopatches/20160604.user.02.removeimagecache.sql +lib/php/phorge/resources/sql/autopatches/20160605.user.01.prefnulluser.sql +lib/php/phorge/resources/sql/autopatches/20160605.user.02.prefbuiltin.sql +lib/php/phorge/resources/sql/autopatches/20160605.user.03.builtinunique.sql +lib/php/phorge/resources/sql/autopatches/20160616.phame.blog.header.1.sql +lib/php/phorge/resources/sql/autopatches/20160616.repo.01.oldref.sql +lib/php/phorge/resources/sql/autopatches/20160617.harbormaster.01.arelease.sql +lib/php/phorge/resources/sql/autopatches/20160618.phame.blog.subtitle.sql +lib/php/phorge/resources/sql/autopatches/20160620.phame.blog.parentdomain.2.sql +lib/php/phorge/resources/sql/autopatches/20160620.phame.blog.parentsite.1.sql +lib/php/phorge/resources/sql/autopatches/20160623.phame.blog.fulldomain.1.sql +lib/php/phorge/resources/sql/autopatches/20160623.phame.blog.fulldomain.2.sql +lib/php/phorge/resources/sql/autopatches/20160623.phame.blog.fulldomain.3.sql +lib/php/phorge/resources/sql/autopatches/20160706.phame.blog.parentdomain.2.sql +lib/php/phorge/resources/sql/autopatches/20160706.phame.blog.parentsite.1.sql +lib/php/phorge/resources/sql/autopatches/20160707.calendar.01.stub.sql +lib/php/phorge/resources/sql/autopatches/20160711.files.01.builtin.sql +lib/php/phorge/resources/sql/autopatches/20160711.files.02.builtinkey.sql +lib/php/phorge/resources/sql/autopatches/20160713.event.01.host.sql +lib/php/phorge/resources/sql/autopatches/20160715.event.01.alldayfrom.sql +lib/php/phorge/resources/sql/autopatches/20160715.event.02.alldayto.sql +lib/php/phorge/resources/sql/autopatches/20160715.event.03.allday.php +lib/php/phorge/resources/sql/autopatches/20160720.calendar.invitetxn.php +lib/php/phorge/resources/sql/autopatches/20160721.pack.01.pub.sql +lib/php/phorge/resources/sql/autopatches/20160721.pack.02.pubxaction.sql +lib/php/phorge/resources/sql/autopatches/20160721.pack.03.edge.sql +lib/php/phorge/resources/sql/autopatches/20160721.pack.04.pkg.sql +lib/php/phorge/resources/sql/autopatches/20160721.pack.05.pkgxaction.sql +lib/php/phorge/resources/sql/autopatches/20160721.pack.06.version.sql +lib/php/phorge/resources/sql/autopatches/20160721.pack.07.versionxaction.sql +lib/php/phorge/resources/sql/autopatches/20160722.pack.01.pubngrams.sql +lib/php/phorge/resources/sql/autopatches/20160722.pack.02.pkgngrams.sql +lib/php/phorge/resources/sql/autopatches/20160722.pack.03.versionngrams.sql +lib/php/phorge/resources/sql/autopatches/20160810.commit.01.summarylength.sql +lib/php/phorge/resources/sql/autopatches/20160824.connectionlog.sql +lib/php/phorge/resources/sql/autopatches/20160824.repohint.01.hint.sql +lib/php/phorge/resources/sql/autopatches/20160824.repohint.02.movebad.php +lib/php/phorge/resources/sql/autopatches/20160824.repohint.03.nukebad.sql +lib/php/phorge/resources/sql/autopatches/20160825.ponder.sql +lib/php/phorge/resources/sql/autopatches/20160829.pastebin.01.language.sql +lib/php/phorge/resources/sql/autopatches/20160829.pastebin.02.language.sql +lib/php/phorge/resources/sql/autopatches/20160913.conpherence.topic.1.sql +lib/php/phorge/resources/sql/autopatches/20160919.repo.messagecount.sql +lib/php/phorge/resources/sql/autopatches/20160919.repo.messagedefault.sql +lib/php/phorge/resources/sql/autopatches/20160921.fileexternalrequest.sql +lib/php/phorge/resources/sql/autopatches/20160927.phurl.ngrams.php +lib/php/phorge/resources/sql/autopatches/20160927.phurl.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20160928.repo.messagecount.sql +lib/php/phorge/resources/sql/autopatches/20160928.tokentoken.sql +lib/php/phorge/resources/sql/autopatches/20161003.cal.01.utcepoch.sql +lib/php/phorge/resources/sql/autopatches/20161003.cal.02.parameters.sql +lib/php/phorge/resources/sql/autopatches/20161004.cal.01.noepoch.php +lib/php/phorge/resources/sql/autopatches/20161005.cal.01.rrules.php +lib/php/phorge/resources/sql/autopatches/20161005.cal.02.export.sql +lib/php/phorge/resources/sql/autopatches/20161005.cal.03.exportxaction.sql +lib/php/phorge/resources/sql/autopatches/20161005.conpherence.image.1.sql +lib/php/phorge/resources/sql/autopatches/20161005.conpherence.image.2.php +lib/php/phorge/resources/sql/autopatches/20161011.conpherence.ngrams.php +lib/php/phorge/resources/sql/autopatches/20161011.conpherence.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20161012.cal.01.import.sql +lib/php/phorge/resources/sql/autopatches/20161012.cal.02.importxaction.sql +lib/php/phorge/resources/sql/autopatches/20161012.cal.03.eventimport.sql +lib/php/phorge/resources/sql/autopatches/20161013.cal.01.importlog.sql +lib/php/phorge/resources/sql/autopatches/20161016.conpherence.imagephids.sql +lib/php/phorge/resources/sql/autopatches/20161025.phortune.contact.1.sql +lib/php/phorge/resources/sql/autopatches/20161025.phortune.merchant.image.1.sql +lib/php/phorge/resources/sql/autopatches/20161026.calendar.01.importtriggers.sql +lib/php/phorge/resources/sql/autopatches/20161027.calendar.01.externalinvitee.sql +lib/php/phorge/resources/sql/autopatches/20161029.phortune.invoice.1.sql +lib/php/phorge/resources/sql/autopatches/20161031.calendar.01.seriesparent.sql +lib/php/phorge/resources/sql/autopatches/20161031.calendar.02.notifylog.sql +lib/php/phorge/resources/sql/autopatches/20161101.calendar.01.noholiday.sql +lib/php/phorge/resources/sql/autopatches/20161101.calendar.02.removecolumns.sql +lib/php/phorge/resources/sql/autopatches/20161104.calendar.01.availability.sql +lib/php/phorge/resources/sql/autopatches/20161104.calendar.02.availdefault.sql +lib/php/phorge/resources/sql/autopatches/20161115.phamepost.01.subtitle.sql +lib/php/phorge/resources/sql/autopatches/20161115.phamepost.02.header.sql +lib/php/phorge/resources/sql/autopatches/20161121.cluster.01.hoststate.sql +lib/php/phorge/resources/sql/autopatches/20161124.search.01.stopwords.sql +lib/php/phorge/resources/sql/autopatches/20161125.search.01.stemmed.sql +lib/php/phorge/resources/sql/autopatches/20161130.search.01.manual.sql +lib/php/phorge/resources/sql/autopatches/20161130.search.02.rebuild.php +lib/php/phorge/resources/sql/autopatches/20161210.dashboards.01.author.sql +lib/php/phorge/resources/sql/autopatches/20161210.dashboards.02.author.php +lib/php/phorge/resources/sql/autopatches/20161211.menu.01.itemkey.sql +lib/php/phorge/resources/sql/autopatches/20161211.menu.02.itemprops.sql +lib/php/phorge/resources/sql/autopatches/20161211.menu.03.order.sql +lib/php/phorge/resources/sql/autopatches/20161212.dashboardpanel.01.author.sql +lib/php/phorge/resources/sql/autopatches/20161212.dashboardpanel.02.author.php +lib/php/phorge/resources/sql/autopatches/20161212.dashboards.01.icon.sql +lib/php/phorge/resources/sql/autopatches/20161213.diff.01.hunks.php +lib/php/phorge/resources/sql/autopatches/20161216.dashboard.ngram.01.sql +lib/php/phorge/resources/sql/autopatches/20161216.dashboard.ngram.02.php +lib/php/phorge/resources/sql/autopatches/20170106.menu.01.customphd.sql +lib/php/phorge/resources/sql/autopatches/20170109.diff.01.commit.sql +lib/php/phorge/resources/sql/autopatches/20170119.menuitem.motivator.01.php +lib/php/phorge/resources/sql/autopatches/20170131.dashboard.personal.01.php +lib/php/phorge/resources/sql/autopatches/20170301.subtype.01.col.sql +lib/php/phorge/resources/sql/autopatches/20170301.subtype.02.default.sql +lib/php/phorge/resources/sql/autopatches/20170301.subtype.03.taskcol.sql +lib/php/phorge/resources/sql/autopatches/20170301.subtype.04.taskdefault.sql +lib/php/phorge/resources/sql/autopatches/20170303.people.01.avatar.sql +lib/php/phorge/resources/sql/autopatches/20170313.reviewers.01.sql +lib/php/phorge/resources/sql/autopatches/20170316.rawfiles.01.php +lib/php/phorge/resources/sql/autopatches/20170320.reviewers.01.lastaction.sql +lib/php/phorge/resources/sql/autopatches/20170320.reviewers.02.lastcomment.sql +lib/php/phorge/resources/sql/autopatches/20170320.reviewers.03.migrate.php +lib/php/phorge/resources/sql/autopatches/20170322.reviewers.04.actor.sql +lib/php/phorge/resources/sql/autopatches/20170328.reviewers.01.void.sql +lib/php/phorge/resources/sql/autopatches/20170404.files.retroactive-content-hash.sql +lib/php/phorge/resources/sql/autopatches/20170406.hmac.01.keystore.sql +lib/php/phorge/resources/sql/autopatches/20170410.calendar.01.repair.php +lib/php/phorge/resources/sql/autopatches/20170412.conpherence.01.picturecrop.sql +lib/php/phorge/resources/sql/autopatches/20170413.conpherence.01.recentparty.sql +lib/php/phorge/resources/sql/autopatches/20170417.files.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170418.1.application.01.xaction.sql +lib/php/phorge/resources/sql/autopatches/20170418.1.application.02.edge.sql +lib/php/phorge/resources/sql/autopatches/20170418.files.isDeleted.sql +lib/php/phorge/resources/sql/autopatches/20170419.app.01.table.sql +lib/php/phorge/resources/sql/autopatches/20170419.thread.01.behind.sql +lib/php/phorge/resources/sql/autopatches/20170419.thread.02.status.sql +lib/php/phorge/resources/sql/autopatches/20170419.thread.03.touched.sql +lib/php/phorge/resources/sql/autopatches/20170424.user.01.verify.php +lib/php/phorge/resources/sql/autopatches/20170427.owners.01.long.sql +lib/php/phorge/resources/sql/autopatches/20170504.1.slowvote.shuffle.sql +lib/php/phorge/resources/sql/autopatches/20170522.nuance.01.itemkey.sql +lib/php/phorge/resources/sql/autopatches/20170524.nuance.01.command.sql +lib/php/phorge/resources/sql/autopatches/20170524.nuance.02.commandstatus.sql +lib/php/phorge/resources/sql/autopatches/20170526.dropdifferentialdrafts.sql +lib/php/phorge/resources/sql/autopatches/20170526.milestones.php +lib/php/phorge/resources/sql/autopatches/20170528.maniphestdupes.php +lib/php/phorge/resources/sql/autopatches/20170612.repository.image.01.sql +lib/php/phorge/resources/sql/autopatches/20170614.taskstatus.sql +lib/php/phorge/resources/sql/autopatches/20170725.legalpad.date.01.sql +lib/php/phorge/resources/sql/autopatches/20170811.differential.01.status.php +lib/php/phorge/resources/sql/autopatches/20170811.differential.02.modernstatus.sql +lib/php/phorge/resources/sql/autopatches/20170811.differential.03.modernxaction.php +lib/php/phorge/resources/sql/autopatches/20170814.search.01.qconfig.sql +lib/php/phorge/resources/sql/autopatches/20170820.phame.01.post.views.sql +lib/php/phorge/resources/sql/autopatches/20170820.phame.02.post.views.sql +lib/php/phorge/resources/sql/autopatches/20170824.search.01.saved.php +lib/php/phorge/resources/sql/autopatches/20170825.phame.01.post.views.sql +lib/php/phorge/resources/sql/autopatches/20170828.ferret.01.taskdoc.sql +lib/php/phorge/resources/sql/autopatches/20170828.ferret.02.taskfield.sql +lib/php/phorge/resources/sql/autopatches/20170828.ferret.03.taskngrams.sql +lib/php/phorge/resources/sql/autopatches/20170830.ferret.01.unique.sql +lib/php/phorge/resources/sql/autopatches/20170830.ferret.02.term.sql +lib/php/phorge/resources/sql/autopatches/20170905.ferret.01.diff.doc.sql +lib/php/phorge/resources/sql/autopatches/20170905.ferret.02.diff.field.sql +lib/php/phorge/resources/sql/autopatches/20170905.ferret.03.diff.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.01.user.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.02.user.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.03.user.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.04.fund.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.05.fund.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.06.fund.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.07.passphrase.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.08.passphrase.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.09.passphrase.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.10.owners.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.11.owners.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.12.owners.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.13.blog.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.14.blog.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.15.blog.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.16.post.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.17.post.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.18.post.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.19.project.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.20.project.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.21.project.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.22.phriction.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.23.phriction.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.24.phriction.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.25.event.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.26.event.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.27.event.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.28.mock.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.29.mock.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.30.mock.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.31.repo.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.32.repo.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.33.repo.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.34.commit.doc.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.35.commit.field.sql +lib/php/phorge/resources/sql/autopatches/20170907.ferret.36.commit.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20170912.ferret.01.activity.php +lib/php/phorge/resources/sql/autopatches/20170914.ref.01.position.sql +lib/php/phorge/resources/sql/autopatches/20170915.ref.01.migrate.php +lib/php/phorge/resources/sql/autopatches/20170915.ref.02.drop.id.sql +lib/php/phorge/resources/sql/autopatches/20170915.ref.03.drop.closed.sql +lib/php/phorge/resources/sql/autopatches/20170915.ref.04.uniq.sql +lib/php/phorge/resources/sql/autopatches/20170918.ref.01.position.php +lib/php/phorge/resources/sql/autopatches/20171002.cngram.01.maniphest.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.02.event.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.03.revision.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.04.fund.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.05.owners.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.06.passphrase.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.07.blog.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.08.post.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.09.pholio.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.10.phriction.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.11.project.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.12.user.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.13.repository.sql +lib/php/phorge/resources/sql/autopatches/20171002.cngram.14.commit.sql +lib/php/phorge/resources/sql/autopatches/20171026.ferret.01.ponder.doc.sql +lib/php/phorge/resources/sql/autopatches/20171026.ferret.02.ponder.field.sql +lib/php/phorge/resources/sql/autopatches/20171026.ferret.03.ponder.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20171026.ferret.04.ponder.cngrams.sql +lib/php/phorge/resources/sql/autopatches/20171026.ferret.05.ponder.index.php +lib/php/phorge/resources/sql/autopatches/20171101.diff.01.active.sql +lib/php/phorge/resources/sql/autopatches/20171101.diff.02.populate.php +lib/php/phorge/resources/sql/autopatches/20180119.bulk.01.silent.sql +lib/php/phorge/resources/sql/autopatches/20180120.auth.01.password.sql +lib/php/phorge/resources/sql/autopatches/20180120.auth.02.passwordxaction.sql +lib/php/phorge/resources/sql/autopatches/20180120.auth.03.vcsdata.sql +lib/php/phorge/resources/sql/autopatches/20180120.auth.04.vcsphid.php +lib/php/phorge/resources/sql/autopatches/20180121.auth.01.vcsnuke.sql +lib/php/phorge/resources/sql/autopatches/20180121.auth.02.passsalt.sql +lib/php/phorge/resources/sql/autopatches/20180121.auth.03.accountdata.sql +lib/php/phorge/resources/sql/autopatches/20180121.auth.04.accountphid.php +lib/php/phorge/resources/sql/autopatches/20180121.auth.05.accountnuke.sql +lib/php/phorge/resources/sql/autopatches/20180121.auth.06.legacydigest.sql +lib/php/phorge/resources/sql/autopatches/20180121.auth.07.marklegacy.sql +lib/php/phorge/resources/sql/autopatches/20180124.herald.01.repetition.sql +lib/php/phorge/resources/sql/autopatches/20180207.mail.01.task.sql +lib/php/phorge/resources/sql/autopatches/20180207.mail.02.revision.sql +lib/php/phorge/resources/sql/autopatches/20180207.mail.03.mock.sql +lib/php/phorge/resources/sql/autopatches/20180208.maniphest.01.close.sql +lib/php/phorge/resources/sql/autopatches/20180208.maniphest.02.populate.php +lib/php/phorge/resources/sql/autopatches/20180209.hook.01.hook.sql +lib/php/phorge/resources/sql/autopatches/20180209.hook.02.hookxaction.sql +lib/php/phorge/resources/sql/autopatches/20180209.hook.03.hookrequest.sql +lib/php/phorge/resources/sql/autopatches/20180210.hunk.01.droplegacy.sql +lib/php/phorge/resources/sql/autopatches/20180210.hunk.02.renamemodern.sql +lib/php/phorge/resources/sql/autopatches/20180212.harbor.01.receiver.sql +lib/php/phorge/resources/sql/autopatches/20180214.harbor.01.aborted.php +lib/php/phorge/resources/sql/autopatches/20180215.phriction.01.phidcol.sql +lib/php/phorge/resources/sql/autopatches/20180215.phriction.02.phidvalues.php +lib/php/phorge/resources/sql/autopatches/20180215.phriction.03.descempty.sql +lib/php/phorge/resources/sql/autopatches/20180215.phriction.04.descnull.sql +lib/php/phorge/resources/sql/autopatches/20180215.phriction.05.statustext.sql +lib/php/phorge/resources/sql/autopatches/20180215.phriction.06.statusvalue.sql +lib/php/phorge/resources/sql/autopatches/20180218.fact.01.dim.key.sql +lib/php/phorge/resources/sql/autopatches/20180218.fact.02.dim.obj.sql +lib/php/phorge/resources/sql/autopatches/20180218.fact.03.data.int.sql +lib/php/phorge/resources/sql/autopatches/20180222.log.01.filephid.sql +lib/php/phorge/resources/sql/autopatches/20180223.log.01.bytelength.sql +lib/php/phorge/resources/sql/autopatches/20180223.log.02.chunkformat.sql +lib/php/phorge/resources/sql/autopatches/20180223.log.03.chunkdefault.sql +lib/php/phorge/resources/sql/autopatches/20180223.log.04.linemap.sql +lib/php/phorge/resources/sql/autopatches/20180223.log.05.linemapdefault.sql +lib/php/phorge/resources/sql/autopatches/20180228.log.01.offset.sql +lib/php/phorge/resources/sql/autopatches/20180305.lock.01.locklog.sql +lib/php/phorge/resources/sql/autopatches/20180306.opath.01.digest.sql +lib/php/phorge/resources/sql/autopatches/20180306.opath.02.digestpopulate.php +lib/php/phorge/resources/sql/autopatches/20180306.opath.03.purge.php +lib/php/phorge/resources/sql/autopatches/20180306.opath.04.unique.sql +lib/php/phorge/resources/sql/autopatches/20180306.opath.05.longpath.sql +lib/php/phorge/resources/sql/autopatches/20180306.opath.06.pathdisplay.sql +lib/php/phorge/resources/sql/autopatches/20180306.opath.07.copypaths.sql +lib/php/phorge/resources/sql/autopatches/20180309.owners.01.primaryowner.sql +lib/php/phorge/resources/sql/autopatches/20180312.reviewers.01.options.sql +lib/php/phorge/resources/sql/autopatches/20180312.reviewers.02.optionsdefault.sql +lib/php/phorge/resources/sql/autopatches/20180322.lock.01.identifier.sql +lib/php/phorge/resources/sql/autopatches/20180322.lock.02.wait.sql +lib/php/phorge/resources/sql/autopatches/20180326.lock.03.nonunique.sql +lib/php/phorge/resources/sql/autopatches/20180403.draft.01.broadcast.php +lib/php/phorge/resources/sql/autopatches/20180410.almanac.01.iface.xaction.sql +lib/php/phorge/resources/sql/autopatches/20180418.alamanc.interface.unique.php +lib/php/phorge/resources/sql/autopatches/20180418.almanac.network.unique.php +lib/php/phorge/resources/sql/autopatches/20180419.phlux.edges.sql +lib/php/phorge/resources/sql/autopatches/20180423.mail.01.properties.sql +lib/php/phorge/resources/sql/autopatches/20180430.repo_identity.sql +lib/php/phorge/resources/sql/autopatches/20180504.owners.01.mailkey.php +lib/php/phorge/resources/sql/autopatches/20180504.owners.02.rmkey.sql +lib/php/phorge/resources/sql/autopatches/20180504.owners.03.properties.sql +lib/php/phorge/resources/sql/autopatches/20180504.owners.04.default.sql +lib/php/phorge/resources/sql/autopatches/20180504.repo_identity.author.sql +lib/php/phorge/resources/sql/autopatches/20180504.repo_identity.xaction.sql +lib/php/phorge/resources/sql/autopatches/20180509.repo_identity.commits.sql +lib/php/phorge/resources/sql/autopatches/20180730.phriction.01.spaces.sql +lib/php/phorge/resources/sql/autopatches/20180730.project.01.spaces.sql +lib/php/phorge/resources/sql/autopatches/20180809.repo_identities.activity.php +lib/php/phorge/resources/sql/autopatches/20180827.drydock.01.acquired.sql +lib/php/phorge/resources/sql/autopatches/20180827.drydock.02.activated.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.01.contentphid.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.02.documentphid.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.03.editedepoch.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.04.migrate.php +lib/php/phorge/resources/sql/autopatches/20180828.phriction.05.contentid.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.06.c.documentid.php +lib/php/phorge/resources/sql/autopatches/20180828.phriction.06.documentid.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.07.c.documentuniq.sql +lib/php/phorge/resources/sql/autopatches/20180828.phriction.07.documentkey.sql +lib/php/phorge/resources/sql/autopatches/20180829.phriction.01.mailkey.php +lib/php/phorge/resources/sql/autopatches/20180829.phriction.02.rmkey.sql +lib/php/phorge/resources/sql/autopatches/20180830.phriction.01.maxversion.sql +lib/php/phorge/resources/sql/autopatches/20180830.phriction.02.maxes.php +lib/php/phorge/resources/sql/autopatches/20180910.audit.01.searches.php +lib/php/phorge/resources/sql/autopatches/20180910.audit.02.string.sql +lib/php/phorge/resources/sql/autopatches/20180910.audit.03.status.php +lib/php/phorge/resources/sql/autopatches/20180910.audit.04.xactions.php +lib/php/phorge/resources/sql/autopatches/20180914.audit.01.mailkey.php +lib/php/phorge/resources/sql/autopatches/20180914.audit.02.rmkey.sql +lib/php/phorge/resources/sql/autopatches/20180914.drydock.01.operationphid.sql +lib/php/phorge/resources/sql/autopatches/20181024.drydock.01.commandprops.sql +lib/php/phorge/resources/sql/autopatches/20181024.drydock.02.commanddefaults.sql +lib/php/phorge/resources/sql/autopatches/20181031.board.01.queryreset.php +lib/php/phorge/resources/sql/autopatches/20181106.repo.01.sync.sql +lib/php/phorge/resources/sql/autopatches/20181106.repo.02.hook.sql +lib/php/phorge/resources/sql/autopatches/20181213.auth.01.sessionphid.sql +lib/php/phorge/resources/sql/autopatches/20181213.auth.02.populatephid.php +lib/php/phorge/resources/sql/autopatches/20181213.auth.03.phidkey.sql +lib/php/phorge/resources/sql/autopatches/20181213.auth.04.longerhashes.sql +lib/php/phorge/resources/sql/autopatches/20181213.auth.05.longerloghashes.sql +lib/php/phorge/resources/sql/autopatches/20181213.auth.06.challenge.sql +lib/php/phorge/resources/sql/autopatches/20181214.auth.01.workflowkey.sql +lib/php/phorge/resources/sql/autopatches/20181217.auth.01.digest.sql +lib/php/phorge/resources/sql/autopatches/20181217.auth.02.ttl.sql +lib/php/phorge/resources/sql/autopatches/20181217.auth.03.completed.sql +lib/php/phorge/resources/sql/autopatches/20181218.pholio.01.imageauthor.sql +lib/php/phorge/resources/sql/autopatches/20181219.pholio.01.imagephid.sql +lib/php/phorge/resources/sql/autopatches/20181219.pholio.02.imagemigrate.php +lib/php/phorge/resources/sql/autopatches/20181219.pholio.03.imageid.sql +lib/php/phorge/resources/sql/autopatches/20181220.pholio.01.mailkey.php +lib/php/phorge/resources/sql/autopatches/20181220.pholio.02.dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20181228.auth.01.provider.sql +lib/php/phorge/resources/sql/autopatches/20181228.auth.02.xaction.sql +lib/php/phorge/resources/sql/autopatches/20181228.auth.03.name.sql +lib/php/phorge/resources/sql/autopatches/20190101.sms.01.drop.sql +lib/php/phorge/resources/sql/autopatches/20190115.mfa.01.provider.sql +lib/php/phorge/resources/sql/autopatches/20190115.mfa.02.migrate.php +lib/php/phorge/resources/sql/autopatches/20190115.mfa.03.factorkey.sql +lib/php/phorge/resources/sql/autopatches/20190116.contact.01.number.sql +lib/php/phorge/resources/sql/autopatches/20190116.contact.02.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190116.phortune.01.billing.sql +lib/php/phorge/resources/sql/autopatches/20190117.authmessage.01.message.sql +lib/php/phorge/resources/sql/autopatches/20190117.authmessage.02.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190121.contact.01.primary.sql +lib/php/phorge/resources/sql/autopatches/20190127.project.01.subtype.sql +lib/php/phorge/resources/sql/autopatches/20190127.project.02.default.sql +lib/php/phorge/resources/sql/autopatches/20190129.project.01.spaces.php +lib/php/phorge/resources/sql/autopatches/20190206.external.01.legalpad.sql +lib/php/phorge/resources/sql/autopatches/20190206.external.02.email.sql +lib/php/phorge/resources/sql/autopatches/20190206.external.03.providerphid.sql +lib/php/phorge/resources/sql/autopatches/20190206.external.04.providerlink.php +lib/php/phorge/resources/sql/autopatches/20190207.packages.01.state.sql +lib/php/phorge/resources/sql/autopatches/20190207.packages.02.migrate.sql +lib/php/phorge/resources/sql/autopatches/20190207.packages.03.drop.sql +lib/php/phorge/resources/sql/autopatches/20190207.packages.04.xactions.php +lib/php/phorge/resources/sql/autopatches/20190215.daemons.01.dropdataid.php +lib/php/phorge/resources/sql/autopatches/20190215.daemons.02.nulldataid.sql +lib/php/phorge/resources/sql/autopatches/20190215.harbor.01.stringindex.sql +lib/php/phorge/resources/sql/autopatches/20190215.harbor.02.stringcol.sql +lib/php/phorge/resources/sql/autopatches/20190220.daemon_worker.completed.01.sql +lib/php/phorge/resources/sql/autopatches/20190220.daemon_worker.completed.02.sql +lib/php/phorge/resources/sql/autopatches/20190226.harbor.01.planprops.sql +lib/php/phorge/resources/sql/autopatches/20190226.harbor.02.planvalue.sql +lib/php/phorge/resources/sql/autopatches/20190307.herald.01.comments.sql +lib/php/phorge/resources/sql/autopatches/20190312.triggers.01.trigger.sql +lib/php/phorge/resources/sql/autopatches/20190312.triggers.02.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190312.triggers.03.triggerphid.sql +lib/php/phorge/resources/sql/autopatches/20190322.triggers.01.usage.sql +lib/php/phorge/resources/sql/autopatches/20190329.portals.01.create.sql +lib/php/phorge/resources/sql/autopatches/20190329.portals.02.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190410.portals.01.ferret.doc.sql +lib/php/phorge/resources/sql/autopatches/20190410.portals.02.ferret.field.sql +lib/php/phorge/resources/sql/autopatches/20190410.portals.03.ferret.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20190410.portals.04.ferret.cngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.01.panels.php +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.02.install.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.03.dashngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.04.panelngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.05.dferret.doc.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.06.dferret.field.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.07.dferret.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.08.dferret.cngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.09.pferret.doc.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.10.pferret.field.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.11.pferret.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.12.pferret.cngrams.sql +lib/php/phorge/resources/sql/autopatches/20190412.dashboard.13.rebuild.php +lib/php/phorge/resources/sql/autopatches/20190412.herald.01.rebuild.php +lib/php/phorge/resources/sql/autopatches/20190416.chart.01.storage.sql +lib/php/phorge/resources/sql/autopatches/20190523.myisam.01.documentfield.sql +lib/php/phorge/resources/sql/autopatches/20190718.paste.01.edge.sql +lib/php/phorge/resources/sql/autopatches/20190718.paste.02.edgedata.sql +lib/php/phorge/resources/sql/autopatches/20190718.paste.03.paste.sql +lib/php/phorge/resources/sql/autopatches/20190718.paste.04.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190718.paste.05.comment.sql +lib/php/phorge/resources/sql/autopatches/20190802.email.01.storage.sql +lib/php/phorge/resources/sql/autopatches/20190802.email.02.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190815.account.01.carts.php +lib/php/phorge/resources/sql/autopatches/20190815.account.02.subscriptions.php +lib/php/phorge/resources/sql/autopatches/20190816.payment.01.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190816.subscription.01.xaction.sql +lib/php/phorge/resources/sql/autopatches/20190822.merchant.01.view.sql +lib/php/phorge/resources/sql/autopatches/20190909.herald.01.rebuild.php +lib/php/phorge/resources/sql/autopatches/20190924.diffusion.01.permanent.sql +lib/php/phorge/resources/sql/autopatches/20190924.diffusion.02.default.sql +lib/php/phorge/resources/sql/autopatches/20191028.uriindex.01.rebuild.php +lib/php/phorge/resources/sql/autopatches/20191113.identity.01.email.sql +lib/php/phorge/resources/sql/autopatches/20191113.identity.02.populate.php +lib/php/phorge/resources/sql/autopatches/20191113.identity.03.unassigned.sql +lib/php/phorge/resources/sql/autopatches/20191114.email.01.phid.sql +lib/php/phorge/resources/sql/autopatches/20191114.email.02.populate.php +lib/php/phorge/resources/sql/autopatches/20200220.xaccount.01.sql +lib/php/phorge/resources/sql/autopatches/20200222.xident.01.migrate.php +lib/php/phorge/resources/sql/autopatches/20200222.xident.02.dropkey.php +lib/php/phorge/resources/sql/autopatches/20200416.paste.01.ferret.doc.sql +lib/php/phorge/resources/sql/autopatches/20200416.paste.02.ferret.field.sql +lib/php/phorge/resources/sql/autopatches/20200416.paste.03.ferret.ngrams.sql +lib/php/phorge/resources/sql/autopatches/20200416.paste.04.ferret.cngrams.sql +lib/php/phorge/resources/sql/autopatches/20200417.viewstate.01.storage.sql +lib/php/phorge/resources/sql/autopatches/20200428.inline.01.differential.column.sql +lib/php/phorge/resources/sql/autopatches/20200428.inline.02.diffusion.column.sql +lib/php/phorge/resources/sql/autopatches/20200428.inline.03.differential.value.sql +lib/php/phorge/resources/sql/autopatches/20200428.inline.04.diffusion.value.sql +lib/php/phorge/resources/sql/autopatches/20200520.inline.01.remcache.sql +lib/php/phorge/resources/sql/autopatches/20200520.inline.02.addcache.sql +lib/php/phorge/resources/sql/autopatches/20200520.inline.03.dropcommit.sql +lib/php/phorge/resources/sql/autopatches/20210122.queuecontainer.01.sql +lib/php/phorge/resources/sql/autopatches/20210215.changeset.01.phid.sql +lib/php/phorge/resources/sql/autopatches/20210215.changeset.02.phid-populate.php +lib/php/phorge/resources/sql/autopatches/20210216.index.01.version.sql +lib/php/phorge/resources/sql/autopatches/20210216.index.02.epoch.sql +lib/php/phorge/resources/sql/autopatches/20210309.auditors.01.status.sql +lib/php/phorge/resources/sql/autopatches/20210315.affectedpath.01.epoch.sql +lib/php/phorge/resources/sql/autopatches/20210315.affectedpath.02.repositoryid.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.01.device-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.02.device-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.03.device-status.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.04.device-status-value.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.05.service-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.06.service-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.07.binding-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.08.binding-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.09.namespace-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.10.namespace-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.11.network-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.12.network-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.13.event-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.14.event-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210316.almanac.15.intiative-mailkey.php +lib/php/phorge/resources/sql/autopatches/20210316.almanac.16.initiative-dropmailkey.sql +lib/php/phorge/resources/sql/autopatches/20210625.owners.01.authority.sql +lib/php/phorge/resources/sql/autopatches/20210625.owners.02.authority-default.sql +lib/php/phorge/resources/sql/autopatches/20210713.harborcommand.01.migrate.sql +lib/php/phorge/resources/sql/autopatches/20210713.harborcommand.02.drop.sql +lib/php/phorge/resources/sql/autopatches/20210715.harborcommand.01.xactions.php +lib/php/phorge/resources/sql/autopatches/20210802.legalpad_document_signature.01.phid.sql +lib/php/phorge/resources/sql/autopatches/20210802.legalpad_document_signature.02.phid-populate.php +lib/php/phorge/resources/sql/autopatches/20220401.phameinteract.01.sql +lib/php/phorge/resources/sql/autopatches/20220401.phameinteract.02.sql +lib/php/phorge/resources/sql/autopatches/20220401.phameinteract.03.sql +lib/php/phorge/resources/sql/autopatches/20220401.phameinteract.04.postinteract.sql +lib/php/phorge/resources/sql/autopatches/20220510.file.01.attach.sql +lib/php/phorge/resources/sql/autopatches/20220519.file.02.migrate.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.01.mailkey.php +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.02.mailkey-drop.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.03.response-type.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.04.response-value.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.05.response-xactions.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.06.method-type.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.07.method-value.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.08.status-type.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.09.status-value.sql +lib/php/phorge/resources/sql/autopatches/20220525.slowvote.10.status-xactions.sql +lib/php/phorge/resources/sql/autopatches/20230902.repository.01.rebuild-index.php +lib/php/phorge/resources/sql/patches/000.project.sql +lib/php/phorge/resources/sql/patches/0000.legacy.sql +lib/php/phorge/resources/sql/patches/001.maniphest_projects.sql +lib/php/phorge/resources/sql/patches/002.oauth.sql +lib/php/phorge/resources/sql/patches/003.more_oauth.sql +lib/php/phorge/resources/sql/patches/004.daemonrepos.sql +lib/php/phorge/resources/sql/patches/005.workers.sql +lib/php/phorge/resources/sql/patches/006.repository.sql +lib/php/phorge/resources/sql/patches/007.daemonlog.sql +lib/php/phorge/resources/sql/patches/008.repoopt.sql +lib/php/phorge/resources/sql/patches/009.repo_summary.sql +lib/php/phorge/resources/sql/patches/010.herald.sql +lib/php/phorge/resources/sql/patches/011.badcommit.sql +lib/php/phorge/resources/sql/patches/012.dropphidtype.sql +lib/php/phorge/resources/sql/patches/013.commitdetail.sql +lib/php/phorge/resources/sql/patches/014.shortcuts.sql +lib/php/phorge/resources/sql/patches/015.preferences.sql +lib/php/phorge/resources/sql/patches/016.userrealnameindex.sql +lib/php/phorge/resources/sql/patches/017.sessionkeys.sql +lib/php/phorge/resources/sql/patches/018.owners.sql +lib/php/phorge/resources/sql/patches/019.arcprojects.sql +lib/php/phorge/resources/sql/patches/020.pathcapital.sql +lib/php/phorge/resources/sql/patches/021.xhpastview.sql +lib/php/phorge/resources/sql/patches/022.differentialcommit.sql +lib/php/phorge/resources/sql/patches/023.dxkeys.sql +lib/php/phorge/resources/sql/patches/024.mlistkeys.sql +lib/php/phorge/resources/sql/patches/025.commentopt.sql +lib/php/phorge/resources/sql/patches/026.diffpropkey.sql +lib/php/phorge/resources/sql/patches/027.metamtakeys.sql +lib/php/phorge/resources/sql/patches/028.systemagent.sql +lib/php/phorge/resources/sql/patches/029.cursors.sql +lib/php/phorge/resources/sql/patches/030.imagemacro.sql +lib/php/phorge/resources/sql/patches/031.workerrace.sql +lib/php/phorge/resources/sql/patches/032.viewtime.sql +lib/php/phorge/resources/sql/patches/033.privtest.sql +lib/php/phorge/resources/sql/patches/034.savedheader.sql +lib/php/phorge/resources/sql/patches/035.proxyimage.sql +lib/php/phorge/resources/sql/patches/036.mailkey.sql +lib/php/phorge/resources/sql/patches/037.setuptest.sql +lib/php/phorge/resources/sql/patches/038.admin.sql +lib/php/phorge/resources/sql/patches/039.userlog.sql +lib/php/phorge/resources/sql/patches/040.transform.sql +lib/php/phorge/resources/sql/patches/041.heraldrepetition.sql +lib/php/phorge/resources/sql/patches/042.commentmetadata.sql +lib/php/phorge/resources/sql/patches/043.pastebin.sql +lib/php/phorge/resources/sql/patches/044.countdown.sql +lib/php/phorge/resources/sql/patches/045.timezone.sql +lib/php/phorge/resources/sql/patches/046.conduittoken.sql +lib/php/phorge/resources/sql/patches/047.projectstatus.sql +lib/php/phorge/resources/sql/patches/048.relationshipkeys.sql +lib/php/phorge/resources/sql/patches/049.projectowner.sql +lib/php/phorge/resources/sql/patches/050.taskdenormal.sql +lib/php/phorge/resources/sql/patches/051.projectfilter.sql +lib/php/phorge/resources/sql/patches/052.pastelanguage.sql +lib/php/phorge/resources/sql/patches/053.feed.sql +lib/php/phorge/resources/sql/patches/054.subscribers.sql +lib/php/phorge/resources/sql/patches/055.add_author_to_files.sql +lib/php/phorge/resources/sql/patches/056.slowvote.sql +lib/php/phorge/resources/sql/patches/057.parsecache.sql +lib/php/phorge/resources/sql/patches/058.missingkeys.sql +lib/php/phorge/resources/sql/patches/059.engines.php +lib/php/phorge/resources/sql/patches/060.phriction.sql +lib/php/phorge/resources/sql/patches/061.phrictioncontent.sql +lib/php/phorge/resources/sql/patches/062.phrictionmenu.sql +lib/php/phorge/resources/sql/patches/063.pasteforks.sql +lib/php/phorge/resources/sql/patches/064.subprojects.sql +lib/php/phorge/resources/sql/patches/065.sshkeys.sql +lib/php/phorge/resources/sql/patches/066.phrictioncontent.sql +lib/php/phorge/resources/sql/patches/067.preferences.sql +lib/php/phorge/resources/sql/patches/068.maniphestauxiliarystorage.sql +lib/php/phorge/resources/sql/patches/069.heraldxscript.sql +lib/php/phorge/resources/sql/patches/070.differentialaux.sql +lib/php/phorge/resources/sql/patches/071.contentsource.sql +lib/php/phorge/resources/sql/patches/072.blamerevert.sql +lib/php/phorge/resources/sql/patches/073.reposymbols.sql +lib/php/phorge/resources/sql/patches/074.affectedpath.sql +lib/php/phorge/resources/sql/patches/075.revisionhash.sql +lib/php/phorge/resources/sql/patches/076.indexedlanguages.sql +lib/php/phorge/resources/sql/patches/077.originalemail.sql +lib/php/phorge/resources/sql/patches/078.nametoken.sql +lib/php/phorge/resources/sql/patches/079.nametokenindex.php +lib/php/phorge/resources/sql/patches/080.filekeys.sql +lib/php/phorge/resources/sql/patches/081.filekeys.php +lib/php/phorge/resources/sql/patches/082.xactionkey.sql +lib/php/phorge/resources/sql/patches/083.dxviewtime.sql +lib/php/phorge/resources/sql/patches/084.pasteauthorkey.sql +lib/php/phorge/resources/sql/patches/085.packagecommitrelationship.sql +lib/php/phorge/resources/sql/patches/086.formeraffil.sql +lib/php/phorge/resources/sql/patches/087.phrictiondelete.sql +lib/php/phorge/resources/sql/patches/088.audit.sql +lib/php/phorge/resources/sql/patches/089.projectwiki.sql +lib/php/phorge/resources/sql/patches/090.forceuniqueprojectnames.php +lib/php/phorge/resources/sql/patches/091.uniqueslugkey.sql +lib/php/phorge/resources/sql/patches/092.dropgithubnotification.sql +lib/php/phorge/resources/sql/patches/093.gitremotes.php +lib/php/phorge/resources/sql/patches/094.phrictioncolumn.sql +lib/php/phorge/resources/sql/patches/095.directory.sql +lib/php/phorge/resources/sql/patches/096.filename.sql +lib/php/phorge/resources/sql/patches/097.heraldruletypes.sql +lib/php/phorge/resources/sql/patches/098.heraldruletypemigration.php +lib/php/phorge/resources/sql/patches/099.drydock.sql +lib/php/phorge/resources/sql/patches/100.projectxaction.sql +lib/php/phorge/resources/sql/patches/101.heraldruleapplied.sql +lib/php/phorge/resources/sql/patches/102.heraldcleanup.php +lib/php/phorge/resources/sql/patches/103.heraldedithistory.sql +lib/php/phorge/resources/sql/patches/104.searchkey.sql +lib/php/phorge/resources/sql/patches/105.mimetype.sql +lib/php/phorge/resources/sql/patches/106.chatlog.sql +lib/php/phorge/resources/sql/patches/107.oauthserver.sql +lib/php/phorge/resources/sql/patches/108.oauthscope.sql +lib/php/phorge/resources/sql/patches/109.oauthclientphidkey.sql +lib/php/phorge/resources/sql/patches/110.commitaudit.sql +lib/php/phorge/resources/sql/patches/111.commitauditmigration.php +lib/php/phorge/resources/sql/patches/112.oauthaccesscoderedirecturi.sql +lib/php/phorge/resources/sql/patches/113.lastreviewer.sql +lib/php/phorge/resources/sql/patches/114.auditrequest.sql +lib/php/phorge/resources/sql/patches/115.prepareutf8.sql +lib/php/phorge/resources/sql/patches/116.utf8-backup-first-expect-wait.sql +lib/php/phorge/resources/sql/patches/117.repositorydescription.php +lib/php/phorge/resources/sql/patches/118.auditinline.sql +lib/php/phorge/resources/sql/patches/119.filehash.sql +lib/php/phorge/resources/sql/patches/120.noop.sql +lib/php/phorge/resources/sql/patches/121.drydocklog.sql +lib/php/phorge/resources/sql/patches/122.flag.sql +lib/php/phorge/resources/sql/patches/123.heraldrulelog.sql +lib/php/phorge/resources/sql/patches/124.subpriority.sql +lib/php/phorge/resources/sql/patches/125.ipv6.sql +lib/php/phorge/resources/sql/patches/126.edges.sql +lib/php/phorge/resources/sql/patches/127.userkeybody.sql +lib/php/phorge/resources/sql/patches/128.phabricatorcom.sql +lib/php/phorge/resources/sql/patches/129.savedquery.sql +lib/php/phorge/resources/sql/patches/130.denormalrevisionquery.sql +lib/php/phorge/resources/sql/patches/131.migraterevisionquery.php +lib/php/phorge/resources/sql/patches/132.phame.sql +lib/php/phorge/resources/sql/patches/133.imagemacro.sql +lib/php/phorge/resources/sql/patches/134.emptysearch.sql +lib/php/phorge/resources/sql/patches/135.datecommitted.sql +lib/php/phorge/resources/sql/patches/136.sex.sql +lib/php/phorge/resources/sql/patches/137.auditmetadata.sql +lib/php/phorge/resources/sql/patches/138.notification.sql +lib/php/phorge/resources/sql/patches/20121209.pholioxactions.sql +lib/php/phorge/resources/sql/patches/20121209.xmacroadd.sql +lib/php/phorge/resources/sql/patches/20121209.xmacromigrate.php +lib/php/phorge/resources/sql/patches/20121209.xmacromigratekey.sql +lib/php/phorge/resources/sql/patches/20121220.generalcache.sql +lib/php/phorge/resources/sql/patches/20121226.config.sql +lib/php/phorge/resources/sql/patches/20130101.confxaction.sql +lib/php/phorge/resources/sql/patches/20130102.metamtareceivedmailmessageidhash.sql +lib/php/phorge/resources/sql/patches/20130103.filemetadata.sql +lib/php/phorge/resources/sql/patches/20130111.conpherence.sql +lib/php/phorge/resources/sql/patches/20130127.altheraldtranscript.sql +lib/php/phorge/resources/sql/patches/20130131.conpherencepics.sql +lib/php/phorge/resources/sql/patches/20130201.revisionunsubscribed.php +lib/php/phorge/resources/sql/patches/20130201.revisionunsubscribed.sql +lib/php/phorge/resources/sql/patches/20130214.chatlogchannel.sql +lib/php/phorge/resources/sql/patches/20130214.chatlogchannelid.sql +lib/php/phorge/resources/sql/patches/20130214.token.sql +lib/php/phorge/resources/sql/patches/20130215.phabricatorfileaddttl.sql +lib/php/phorge/resources/sql/patches/20130217.cachettl.sql +lib/php/phorge/resources/sql/patches/20130218.longdaemon.sql +lib/php/phorge/resources/sql/patches/20130218.updatechannelid.php +lib/php/phorge/resources/sql/patches/20130219.commitsummary.sql +lib/php/phorge/resources/sql/patches/20130219.commitsummarymig.php +lib/php/phorge/resources/sql/patches/20130222.dropchannel.sql +lib/php/phorge/resources/sql/patches/20130226.commitkey.sql +lib/php/phorge/resources/sql/patches/20130304.lintauthor.sql +lib/php/phorge/resources/sql/patches/20130310.xactionmeta.sql +lib/php/phorge/resources/sql/patches/20130317.phrictionedge.sql +lib/php/phorge/resources/sql/patches/20130319.conpherence.sql +lib/php/phorge/resources/sql/patches/20130319.phabricatorfileexplicitupload.sql +lib/php/phorge/resources/sql/patches/20130320.phlux.sql +lib/php/phorge/resources/sql/patches/20130321.token.sql +lib/php/phorge/resources/sql/patches/20130322.phortune.sql +lib/php/phorge/resources/sql/patches/20130323.phortunepayment.sql +lib/php/phorge/resources/sql/patches/20130324.phortuneproduct.sql +lib/php/phorge/resources/sql/patches/20130330.phrequent.sql +lib/php/phorge/resources/sql/patches/20130403.conpherencecache.sql +lib/php/phorge/resources/sql/patches/20130403.conpherencecachemig.php +lib/php/phorge/resources/sql/patches/20130409.commitdrev.php +lib/php/phorge/resources/sql/patches/20130417.externalaccount.sql +lib/php/phorge/resources/sql/patches/20130423.conpherenceindices.sql +lib/php/phorge/resources/sql/patches/20130423.phortunepaymentrevised.sql +lib/php/phorge/resources/sql/patches/20130423.updateexternalaccount.sql +lib/php/phorge/resources/sql/patches/20130426.search_savedquery.sql +lib/php/phorge/resources/sql/patches/20130502.countdownrevamp1.sql +lib/php/phorge/resources/sql/patches/20130502.countdownrevamp2.php +lib/php/phorge/resources/sql/patches/20130502.countdownrevamp3.sql +lib/php/phorge/resources/sql/patches/20130507.releephrqmailkey.sql +lib/php/phorge/resources/sql/patches/20130507.releephrqmailkeypop.php +lib/php/phorge/resources/sql/patches/20130507.releephrqsimplifycols.sql +lib/php/phorge/resources/sql/patches/20130508.releephtransactions.sql +lib/php/phorge/resources/sql/patches/20130508.releephtransactionsmig.php +lib/php/phorge/resources/sql/patches/20130508.search_namedquery.sql +lib/php/phorge/resources/sql/patches/20130513.receviedmailstatus.sql +lib/php/phorge/resources/sql/patches/20130519.diviner.sql +lib/php/phorge/resources/sql/patches/20130521.dropconphimages.sql +lib/php/phorge/resources/sql/patches/20130523.maniphest_owners.sql +lib/php/phorge/resources/sql/patches/20130524.repoxactions.sql +lib/php/phorge/resources/sql/patches/20130529.macroauthor.sql +lib/php/phorge/resources/sql/patches/20130529.macroauthormig.php +lib/php/phorge/resources/sql/patches/20130530.macrodatekey.sql +lib/php/phorge/resources/sql/patches/20130530.pastekeys.sql +lib/php/phorge/resources/sql/patches/20130530.sessionhash.php +lib/php/phorge/resources/sql/patches/20130531.filekeys.sql +lib/php/phorge/resources/sql/patches/20130602.morediviner.sql +lib/php/phorge/resources/sql/patches/20130602.namedqueries.sql +lib/php/phorge/resources/sql/patches/20130606.userxactions.sql +lib/php/phorge/resources/sql/patches/20130607.xaccount.sql +lib/php/phorge/resources/sql/patches/20130611.migrateoauth.php +lib/php/phorge/resources/sql/patches/20130611.nukeldap.php +lib/php/phorge/resources/sql/patches/20130613.authdb.sql +lib/php/phorge/resources/sql/patches/20130619.authconf.php +lib/php/phorge/resources/sql/patches/20130620.diffxactions.sql +lib/php/phorge/resources/sql/patches/20130621.diffcommentphid.sql +lib/php/phorge/resources/sql/patches/20130621.diffcommentphidmig.php +lib/php/phorge/resources/sql/patches/20130621.diffcommentunphid.sql +lib/php/phorge/resources/sql/patches/20130622.doorkeeper.sql +lib/php/phorge/resources/sql/patches/20130628.legalpadv0.sql +lib/php/phorge/resources/sql/patches/20130701.conduitlog.sql +lib/php/phorge/resources/sql/patches/20130703.legalpaddocdenorm.php +lib/php/phorge/resources/sql/patches/20130703.legalpaddocdenorm.sql +lib/php/phorge/resources/sql/patches/20130709.droptimeline.sql +lib/php/phorge/resources/sql/patches/20130709.legalpadsignature.sql +lib/php/phorge/resources/sql/patches/20130711.pholioimageobsolete.php +lib/php/phorge/resources/sql/patches/20130711.pholioimageobsolete.sql +lib/php/phorge/resources/sql/patches/20130711.pholioimageobsolete2.sql +lib/php/phorge/resources/sql/patches/20130711.trimrealnames.php +lib/php/phorge/resources/sql/patches/20130714.votexactions.sql +lib/php/phorge/resources/sql/patches/20130715.votecomments.php +lib/php/phorge/resources/sql/patches/20130715.voteedges.sql +lib/php/phorge/resources/sql/patches/20130716.archivememberlessprojects.php +lib/php/phorge/resources/sql/patches/20130722.pholioreplace.sql +lib/php/phorge/resources/sql/patches/20130723.taskstarttime.sql +lib/php/phorge/resources/sql/patches/20130726.ponderxactions.sql +lib/php/phorge/resources/sql/patches/20130727.ponderquestionstatus.sql +lib/php/phorge/resources/sql/patches/20130728.ponderunique.php +lib/php/phorge/resources/sql/patches/20130728.ponderuniquekey.sql +lib/php/phorge/resources/sql/patches/20130728.ponderxcomment.php +lib/php/phorge/resources/sql/patches/20130731.releephcutpointidentifier.sql +lib/php/phorge/resources/sql/patches/20130731.releephproject.sql +lib/php/phorge/resources/sql/patches/20130731.releephrepoid.sql +lib/php/phorge/resources/sql/patches/20130801.pastexactions.php +lib/php/phorge/resources/sql/patches/20130801.pastexactions.sql +lib/php/phorge/resources/sql/patches/20130802.heraldphid.sql +lib/php/phorge/resources/sql/patches/20130802.heraldphids.php +lib/php/phorge/resources/sql/patches/20130802.heraldphidukey.sql +lib/php/phorge/resources/sql/patches/20130802.heraldxactions.sql +lib/php/phorge/resources/sql/patches/20130805.pasteedges.sql +lib/php/phorge/resources/sql/patches/20130805.pastemailkey.sql +lib/php/phorge/resources/sql/patches/20130805.pastemailkeypop.php +lib/php/phorge/resources/sql/patches/20130814.usercustom.sql +lib/php/phorge/resources/sql/patches/20130820.file-mailkey-populate.php +lib/php/phorge/resources/sql/patches/20130820.filemailkey.sql +lib/php/phorge/resources/sql/patches/20130820.filexactions.sql +lib/php/phorge/resources/sql/patches/20130820.releephxactions.sql +lib/php/phorge/resources/sql/patches/20130826.divinernode.sql +lib/php/phorge/resources/sql/patches/20130912.maniphest.1.touch.sql +lib/php/phorge/resources/sql/patches/20130912.maniphest.2.created.sql +lib/php/phorge/resources/sql/patches/20130912.maniphest.3.nameindex.sql +lib/php/phorge/resources/sql/patches/20130912.maniphest.4.fillindex.php +lib/php/phorge/resources/sql/patches/20130913.maniphest.1.migratesearch.php +lib/php/phorge/resources/sql/patches/20130914.usercustom.sql +lib/php/phorge/resources/sql/patches/20130915.maniphestcustom.sql +lib/php/phorge/resources/sql/patches/20130915.maniphestmigrate.php +lib/php/phorge/resources/sql/patches/20130915.maniphestqdrop.sql +lib/php/phorge/resources/sql/patches/20130919.mfieldconf.php +lib/php/phorge/resources/sql/patches/20130920.repokeyspolicy.sql +lib/php/phorge/resources/sql/patches/20130921.mtransactions.sql +lib/php/phorge/resources/sql/patches/20130921.xmigratemaniphest.php +lib/php/phorge/resources/sql/patches/20130923.mrename.sql +lib/php/phorge/resources/sql/patches/20130924.mdraftkey.sql +lib/php/phorge/resources/sql/patches/20130925.mpolicy.sql +lib/php/phorge/resources/sql/patches/20130925.xpolicy.sql +lib/php/phorge/resources/sql/patches/20130926.dcustom.sql +lib/php/phorge/resources/sql/patches/20130926.dinkeys.sql +lib/php/phorge/resources/sql/patches/20130926.dinline.php +lib/php/phorge/resources/sql/patches/20130927.audiomacro.sql +lib/php/phorge/resources/sql/patches/20130929.filepolicy.sql +lib/php/phorge/resources/sql/patches/20131004.dxedgekey.sql +lib/php/phorge/resources/sql/patches/20131004.dxreviewers.php +lib/php/phorge/resources/sql/patches/20131006.hdisable.sql +lib/php/phorge/resources/sql/patches/20131010.pstorage.sql +lib/php/phorge/resources/sql/patches/20131015.cpolicy.sql +lib/php/phorge/resources/sql/patches/20131020.col1.sql +lib/php/phorge/resources/sql/patches/20131020.harbormaster.sql +lib/php/phorge/resources/sql/patches/20131020.pcustom.sql +lib/php/phorge/resources/sql/patches/20131020.pxaction.sql +lib/php/phorge/resources/sql/patches/20131020.pxactionmig.php +lib/php/phorge/resources/sql/patches/20131025.repopush.sql +lib/php/phorge/resources/sql/patches/20131026.commitstatus.sql +lib/php/phorge/resources/sql/patches/20131030.repostatusmessage.sql +lib/php/phorge/resources/sql/patches/20131031.vcspassword.sql +lib/php/phorge/resources/sql/patches/20131105.buildstep.sql +lib/php/phorge/resources/sql/patches/20131106.diffphid.1.col.sql +lib/php/phorge/resources/sql/patches/20131106.diffphid.2.mig.php +lib/php/phorge/resources/sql/patches/20131106.diffphid.3.key.sql +lib/php/phorge/resources/sql/patches/20131106.nuance-v0.sql +lib/php/phorge/resources/sql/patches/20131107.buildlog.sql +lib/php/phorge/resources/sql/patches/20131112.userverified.1.col.sql +lib/php/phorge/resources/sql/patches/20131112.userverified.2.mig.php +lib/php/phorge/resources/sql/patches/20131118.ownerorder.php +lib/php/phorge/resources/sql/patches/20131119.passphrase.sql +lib/php/phorge/resources/sql/patches/20131120.nuancesourcetype.sql +lib/php/phorge/resources/sql/patches/20131121.passphraseedge.sql +lib/php/phorge/resources/sql/patches/20131121.repocredentials.1.col.sql +lib/php/phorge/resources/sql/patches/20131121.repocredentials.2.mig.php +lib/php/phorge/resources/sql/patches/20131122.repomirror.sql +lib/php/phorge/resources/sql/patches/20131123.drydockblueprintpolicy.sql +lib/php/phorge/resources/sql/patches/20131129.drydockresourceblueprint.sql +lib/php/phorge/resources/sql/patches/20131204.pushlog.sql +lib/php/phorge/resources/sql/patches/20131205.buildsteporder.sql +lib/php/phorge/resources/sql/patches/20131205.buildstepordermig.php +lib/php/phorge/resources/sql/patches/20131205.buildtargets.sql +lib/php/phorge/resources/sql/patches/20131206.phragment.sql +lib/php/phorge/resources/sql/patches/20131206.phragmentnull.sql +lib/php/phorge/resources/sql/patches/20131208.phragmentsnapshot.sql +lib/php/phorge/resources/sql/patches/20131211.phragmentedges.sql +lib/php/phorge/resources/sql/patches/20131217.pushlogphid.1.col.sql +lib/php/phorge/resources/sql/patches/20131217.pushlogphid.2.mig.php +lib/php/phorge/resources/sql/patches/20131217.pushlogphid.3.key.sql +lib/php/phorge/resources/sql/patches/20131219.pxdrop.sql +lib/php/phorge/resources/sql/patches/20131224.harbormanual.sql +lib/php/phorge/resources/sql/patches/20131227.heraldobject.sql +lib/php/phorge/resources/sql/patches/20131231.dropshortcut.sql +lib/php/phorge/resources/sql/patches/20131302.maniphestvalue.sql +lib/php/phorge/resources/sql/patches/daemonstatus.sql +lib/php/phorge/resources/sql/patches/daemonstatuskey.sql +lib/php/phorge/resources/sql/patches/daemontaskarchive.sql +lib/php/phorge/resources/sql/patches/differentialbookmarks.sql +lib/php/phorge/resources/sql/patches/draft-metadata.sql +lib/php/phorge/resources/sql/patches/dropfileproxyimage.sql +lib/php/phorge/resources/sql/patches/drydockresourcetype.sql +lib/php/phorge/resources/sql/patches/drydocktaskid.sql +lib/php/phorge/resources/sql/patches/edgetype.sql +lib/php/phorge/resources/sql/patches/emailtable.sql +lib/php/phorge/resources/sql/patches/emailtableport.php +lib/php/phorge/resources/sql/patches/emailtableremove.sql +lib/php/phorge/resources/sql/patches/fact-raw.sql +lib/php/phorge/resources/sql/patches/harbormasterobject.sql +lib/php/phorge/resources/sql/patches/holidays.sql +lib/php/phorge/resources/sql/patches/ldapinfo.sql +lib/php/phorge/resources/sql/patches/legalpad-mailkey-populate.php +lib/php/phorge/resources/sql/patches/legalpad-mailkey.sql +lib/php/phorge/resources/sql/patches/liskcounters-task.sql +lib/php/phorge/resources/sql/patches/liskcounters.php +lib/php/phorge/resources/sql/patches/liskcounters.sql +lib/php/phorge/resources/sql/patches/maniphestxcache.sql +lib/php/phorge/resources/sql/patches/markupcache.sql +lib/php/phorge/resources/sql/patches/migrate-differential-dependencies.php +lib/php/phorge/resources/sql/patches/migrate-maniphest-dependencies.php +lib/php/phorge/resources/sql/patches/migrate-maniphest-revisions.php +lib/php/phorge/resources/sql/patches/migrate-project-edges.php +lib/php/phorge/resources/sql/patches/owners-exclude.sql +lib/php/phorge/resources/sql/patches/pastepolicy.sql +lib/php/phorge/resources/sql/patches/phameblog.sql +lib/php/phorge/resources/sql/patches/phamedomain.sql +lib/php/phorge/resources/sql/patches/phameoneblog.sql +lib/php/phorge/resources/sql/patches/phamepolicy.sql +lib/php/phorge/resources/sql/patches/phiddrop.sql +lib/php/phorge/resources/sql/patches/pholio.sql +lib/php/phorge/resources/sql/patches/policy-project.sql +lib/php/phorge/resources/sql/patches/ponder-comments.sql +lib/php/phorge/resources/sql/patches/ponder-mailkey-populate.php +lib/php/phorge/resources/sql/patches/ponder-mailkey.sql +lib/php/phorge/resources/sql/patches/ponder.sql +lib/php/phorge/resources/sql/patches/releeph.sql +lib/php/phorge/resources/sql/patches/repository-lint.sql +lib/php/phorge/resources/sql/patches/statustxt.sql +lib/php/phorge/resources/sql/patches/symbolcontexts.sql +lib/php/phorge/resources/sql/patches/testdatabase.sql +lib/php/phorge/resources/sql/patches/threadtopic.sql +lib/php/phorge/resources/sql/patches/userstatus.sql +lib/php/phorge/resources/sql/patches/usertranslation.sql +lib/php/phorge/resources/sql/patches/xhprof.sql +lib/php/phorge/resources/sql/quickstart.sql +lib/php/phorge/resources/sql/stopwords.txt +lib/php/phorge/resources/sql/stopwords_myisam.txt +lib/php/phorge/resources/sshd/phorge-ssh-hook.sh +lib/php/phorge/resources/sshd/phorge-ssh-hook.sh.bak +lib/php/phorge/resources/sshd/phorge-sudoers.sample +lib/php/phorge/resources/sshd/sshd_config.phorge.example +lib/php/phorge/resources/sshd/sshd_config.phorge.example.bak +lib/php/phorge/resources/timezones/generate-timezone-map.php +lib/php/phorge/resources/timezones/windows-timezones.json +lib/php/phorge/scripts/__init_script__.php +lib/php/phorge/scripts/almanac/manage_almanac.php +lib/php/phorge/scripts/cache/manage_cache.php +lib/php/phorge/scripts/celerity/generate_emoji.php +lib/php/phorge/scripts/celerity/generate_sprites.php +lib/php/phorge/scripts/celerity/install_merge.sh +lib/php/phorge/scripts/celerity/install_merge.sh.bak +lib/php/phorge/scripts/celerity/install_merge.sh.orig +lib/php/phorge/scripts/daemon/exec/exec_daemon.php +lib/php/phorge/scripts/daemon/launch_daemon.php +lib/php/phorge/scripts/daemon/manage_daemons.php +lib/php/phorge/scripts/daemon/phd-daemon +lib/php/phorge/scripts/diviner/diviner.php +lib/php/phorge/scripts/drydock/drydock_control.php +lib/php/phorge/scripts/fact/manage_facts.php +lib/php/phorge/scripts/files/manage_files.php +lib/php/phorge/scripts/init/init-aphlict.php +lib/php/phorge/scripts/init/init-script-with-signals.php +lib/php/phorge/scripts/init/init-script.php +lib/php/phorge/scripts/init/init-setup.php +lib/php/phorge/scripts/init/lib.php +lib/php/phorge/scripts/install/update_phorge.sh +lib/php/phorge/scripts/lipsum/manage_lipsum.php +lib/php/phorge/scripts/mail/mail_handler.php +lib/php/phorge/scripts/mail/manage_mail.php +lib/php/phorge/scripts/manage_bulk.php +lib/php/phorge/scripts/repository/commit_hook.php +lib/php/phorge/scripts/repository/manage_repositories.php +lib/php/phorge/scripts/repository/save_lint.php +lib/php/phorge/scripts/search/manage_search.php +lib/php/phorge/scripts/setup/manage_audit.php +lib/php/phorge/scripts/setup/manage_auth.php +lib/php/phorge/scripts/setup/manage_bulk.php +lib/php/phorge/scripts/setup/manage_calendar.php +lib/php/phorge/scripts/setup/manage_celerity.php +lib/php/phorge/scripts/setup/manage_conduit.php +lib/php/phorge/scripts/setup/manage_config.php +lib/php/phorge/scripts/setup/manage_differential.php +lib/php/phorge/scripts/setup/manage_feed.php +lib/php/phorge/scripts/setup/manage_garbage.php +lib/php/phorge/scripts/setup/manage_harbormaster.php +lib/php/phorge/scripts/setup/manage_herald.php +lib/php/phorge/scripts/setup/manage_i18n.php +lib/php/phorge/scripts/setup/manage_lock.php +lib/php/phorge/scripts/setup/manage_nuance.php +lib/php/phorge/scripts/setup/manage_phortune.php +lib/php/phorge/scripts/setup/manage_policy.php +lib/php/phorge/scripts/setup/manage_remove.php +lib/php/phorge/scripts/setup/manage_trigger.php +lib/php/phorge/scripts/setup/manage_user.php +lib/php/phorge/scripts/setup/manage_webhook.php +lib/php/phorge/scripts/setup/manage_worker.php +lib/php/phorge/scripts/sql/manage_storage.php +lib/php/phorge/scripts/ssh/ssh-auth.php +lib/php/phorge/scripts/ssh/ssh-connect.php +lib/php/phorge/scripts/ssh/ssh-exec.php +lib/php/phorge/scripts/symbols/clear_repository_symbols.php +lib/php/phorge/scripts/symbols/generate_ctags_symbols.php +lib/php/phorge/scripts/symbols/generate_php_symbols.php +lib/php/phorge/scripts/symbols/import_repository_symbols.php +lib/php/phorge/scripts/util/add_macro.php +lib/php/phorge/scripts/util/emit_test_event.php +lib/php/phorge/src/__phutil_library_init__.php +lib/php/phorge/src/__phutil_library_map__.php +lib/php/phorge/src/__tests__/PhabricatorCelerityTestCase.php +lib/php/phorge/src/__tests__/PhabricatorConduitTestCase.php +lib/php/phorge/src/__tests__/PhabricatorInfrastructureTestCase.php +lib/php/phorge/src/__tests__/PhabricatorLibraryTestCase.php +lib/php/phorge/src/aphront/AphrontController.php +lib/php/phorge/src/aphront/AphrontRequest.php +lib/php/phorge/src/aphront/__tests__/AphrontRequestTestCase.php +lib/php/phorge/src/aphront/__tests__/AphrontRoutingMapTestCase.php +lib/php/phorge/src/aphront/configuration/AphrontApplicationConfiguration.php +lib/php/phorge/src/aphront/exception/AphrontException.php +lib/php/phorge/src/aphront/exception/AphrontMalformedRequestException.php +lib/php/phorge/src/aphront/handler/AphrontRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorAjaxRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorConduitRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorDefaultRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorHighSecurityRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorPolicyRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorRateLimitRequestExceptionHandler.php +lib/php/phorge/src/aphront/handler/PhabricatorRequestExceptionHandler.php +lib/php/phorge/src/aphront/headerparser/AphrontHTTPHeaderParser.php +lib/php/phorge/src/aphront/headerparser/__tests__/AphrontHTTPHeaderParserTestCase.php +lib/php/phorge/src/aphront/httpparametertype/AphrontBoolHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontEpochHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontFileHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontIntHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontJSONHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontListHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontPHIDHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontPHIDListHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontProjectListHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontRemarkupHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontSelectHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontStringHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontStringListHTTPParameterType.php +lib/php/phorge/src/aphront/httpparametertype/AphrontUserListHTTPParameterType.php +lib/php/phorge/src/aphront/interface/AphrontResponseProducerInterface.php +lib/php/phorge/src/aphront/multipartparser/AphrontMultipartParser.php +lib/php/phorge/src/aphront/multipartparser/AphrontMultipartPart.php +lib/php/phorge/src/aphront/multipartparser/__tests__/AphrontMultipartParserTestCase.php +lib/php/phorge/src/aphront/multipartparser/__tests__/data/simple.txt +lib/php/phorge/src/aphront/requeststream/AphrontRequestStream.php +lib/php/phorge/src/aphront/response/Aphront304Response.php +lib/php/phorge/src/aphront/response/Aphront400Response.php +lib/php/phorge/src/aphront/response/Aphront403Response.php +lib/php/phorge/src/aphront/response/Aphront404Response.php +lib/php/phorge/src/aphront/response/AphrontAjaxResponse.php +lib/php/phorge/src/aphront/response/AphrontDialogResponse.php +lib/php/phorge/src/aphront/response/AphrontFileResponse.php +lib/php/phorge/src/aphront/response/AphrontHTMLResponse.php +lib/php/phorge/src/aphront/response/AphrontHTTPProxyResponse.php +lib/php/phorge/src/aphront/response/AphrontJSONResponse.php +lib/php/phorge/src/aphront/response/AphrontPlainTextResponse.php +lib/php/phorge/src/aphront/response/AphrontProxyResponse.php +lib/php/phorge/src/aphront/response/AphrontRedirectResponse.php +lib/php/phorge/src/aphront/response/AphrontReloadResponse.php +lib/php/phorge/src/aphront/response/AphrontResponse.php +lib/php/phorge/src/aphront/response/AphrontStandaloneHTMLResponse.php +lib/php/phorge/src/aphront/response/AphrontUnhandledExceptionResponse.php +lib/php/phorge/src/aphront/response/AphrontWebpageResponse.php +lib/php/phorge/src/aphront/response/__tests__/AphrontRedirectResponseTestCase.php +lib/php/phorge/src/aphront/sink/AphrontHTTPSink.php +lib/php/phorge/src/aphront/sink/AphrontIsolatedHTTPSink.php +lib/php/phorge/src/aphront/sink/AphrontPHPHTTPSink.php +lib/php/phorge/src/aphront/sink/__tests__/AphrontHTTPSinkTestCase.php +lib/php/phorge/src/aphront/site/AphrontRoutingMap.php +lib/php/phorge/src/aphront/site/AphrontRoutingResult.php +lib/php/phorge/src/aphront/site/AphrontSite.php +lib/php/phorge/src/aphront/site/PhabricatorPlatformSite.php +lib/php/phorge/src/aphront/site/PhabricatorResourceSite.php +lib/php/phorge/src/aphront/site/PhabricatorShortSite.php +lib/php/phorge/src/aphront/site/PhabricatorSite.php +lib/php/phorge/src/aphront/sprite/PhutilSprite.php +lib/php/phorge/src/aphront/sprite/PhutilSpriteSheet.php +lib/php/phorge/src/aphront/writeguard/AphrontScopedUnguardedWriteCapability.php +lib/php/phorge/src/aphront/writeguard/AphrontWriteGuard.php +lib/php/phorge/src/applications/almanac/application/PhabricatorAlmanacApplication.php +lib/php/phorge/src/applications/almanac/capability/AlmanacCreateDevicesCapability.php +lib/php/phorge/src/applications/almanac/capability/AlmanacCreateNamespacesCapability.php +lib/php/phorge/src/applications/almanac/capability/AlmanacCreateNetworksCapability.php +lib/php/phorge/src/applications/almanac/capability/AlmanacCreateServicesCapability.php +lib/php/phorge/src/applications/almanac/capability/AlmanacManageClusterServicesCapability.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacBindingEditConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacBindingSearchConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacDeviceEditConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacDeviceSearchConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacInterfaceEditConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacInterfaceSearchConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacNamespaceEditConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacNamespaceSearchConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacNetworkEditConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacNetworkSearchConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacServiceEditConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/conduit/AlmanacServiceSearchConduitAPIMethod.php +lib/php/phorge/src/applications/almanac/constants/AlmanacDeviceStatus.php +lib/php/phorge/src/applications/almanac/controller/AlmanacBindingDisableController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacBindingEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacBindingViewController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacConsoleController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacDeviceController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacDeviceEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacDeviceListController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacDeviceViewController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacInterfaceDeleteController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacInterfaceEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNamespaceController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNamespaceEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNamespaceListController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNamespaceViewController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNetworkController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNetworkEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNetworkListController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacNetworkViewController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacPropertyController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacPropertyDeleteController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacPropertyEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacServiceController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacServiceEditController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacServiceListController.php +lib/php/phorge/src/applications/almanac/controller/AlmanacServiceViewController.php +lib/php/phorge/src/applications/almanac/editor/AlmanacBindingEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacBindingEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacBindingPropertyEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacDeviceEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacDeviceEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacDevicePropertyEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacInterfaceEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacInterfaceEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacNamespaceEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacNamespaceEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacNetworkEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacNetworkEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacPropertyEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacServiceEditEngine.php +lib/php/phorge/src/applications/almanac/editor/AlmanacServiceEditor.php +lib/php/phorge/src/applications/almanac/editor/AlmanacServicePropertyEditEngine.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacBindingsSearchEngineAttachment.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacCacheEngineExtension.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacDeletePropertyEditField.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacDeletePropertyEditType.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacPropertiesDestructionEngineExtension.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacPropertiesEditEngineExtension.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacPropertiesSearchEngineAttachment.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacSearchEngineAttachment.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacSetPropertyEditField.php +lib/php/phorge/src/applications/almanac/engineextension/AlmanacSetPropertyEditType.php +lib/php/phorge/src/applications/almanac/management/AlmanacManagementRegisterWorkflow.php +lib/php/phorge/src/applications/almanac/management/AlmanacManagementTrustKeyWorkflow.php +lib/php/phorge/src/applications/almanac/management/AlmanacManagementUntrustKeyWorkflow.php +lib/php/phorge/src/applications/almanac/management/AlmanacManagementWorkflow.php +lib/php/phorge/src/applications/almanac/phid/AlmanacBindingPHIDType.php +lib/php/phorge/src/applications/almanac/phid/AlmanacDevicePHIDType.php +lib/php/phorge/src/applications/almanac/phid/AlmanacInterfacePHIDType.php +lib/php/phorge/src/applications/almanac/phid/AlmanacNamespacePHIDType.php +lib/php/phorge/src/applications/almanac/phid/AlmanacNetworkPHIDType.php +lib/php/phorge/src/applications/almanac/phid/AlmanacServicePHIDType.php +lib/php/phorge/src/applications/almanac/property/AlmanacPropertyInterface.php +lib/php/phorge/src/applications/almanac/query/AlmanacBindingQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacBindingSearchEngine.php +lib/php/phorge/src/applications/almanac/query/AlmanacBindingTransactionQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacDeviceQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacDeviceSearchEngine.php +lib/php/phorge/src/applications/almanac/query/AlmanacDeviceTransactionQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacInterfaceQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacInterfaceSearchEngine.php +lib/php/phorge/src/applications/almanac/query/AlmanacInterfaceTransactionQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacNamespaceQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacNamespaceSearchEngine.php +lib/php/phorge/src/applications/almanac/query/AlmanacNamespaceTransactionQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacNetworkQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacNetworkSearchEngine.php +lib/php/phorge/src/applications/almanac/query/AlmanacNetworkTransactionQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacPropertyQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacServiceQuery.php +lib/php/phorge/src/applications/almanac/query/AlmanacServiceSearchEngine.php +lib/php/phorge/src/applications/almanac/query/AlmanacServiceTransactionQuery.php +lib/php/phorge/src/applications/almanac/servicetype/AlmanacClusterDatabaseServiceType.php +lib/php/phorge/src/applications/almanac/servicetype/AlmanacClusterRepositoryServiceType.php +lib/php/phorge/src/applications/almanac/servicetype/AlmanacClusterServiceType.php +lib/php/phorge/src/applications/almanac/servicetype/AlmanacCustomServiceType.php +lib/php/phorge/src/applications/almanac/servicetype/AlmanacDrydockPoolServiceType.php +lib/php/phorge/src/applications/almanac/servicetype/AlmanacServiceType.php +lib/php/phorge/src/applications/almanac/servicetype/__tests__/AlmanacServiceTypeTestCase.php +lib/php/phorge/src/applications/almanac/storage/AlmanacBinding.php +lib/php/phorge/src/applications/almanac/storage/AlmanacBindingTransaction.php +lib/php/phorge/src/applications/almanac/storage/AlmanacDAO.php +lib/php/phorge/src/applications/almanac/storage/AlmanacDevice.php +lib/php/phorge/src/applications/almanac/storage/AlmanacDeviceNameNgrams.php +lib/php/phorge/src/applications/almanac/storage/AlmanacDeviceTransaction.php +lib/php/phorge/src/applications/almanac/storage/AlmanacInterface.php +lib/php/phorge/src/applications/almanac/storage/AlmanacInterfaceTransaction.php +lib/php/phorge/src/applications/almanac/storage/AlmanacModularTransaction.php +lib/php/phorge/src/applications/almanac/storage/AlmanacNamespace.php +lib/php/phorge/src/applications/almanac/storage/AlmanacNamespaceNameNgrams.php +lib/php/phorge/src/applications/almanac/storage/AlmanacNamespaceTransaction.php +lib/php/phorge/src/applications/almanac/storage/AlmanacNetwork.php +lib/php/phorge/src/applications/almanac/storage/AlmanacNetworkNameNgrams.php +lib/php/phorge/src/applications/almanac/storage/AlmanacNetworkTransaction.php +lib/php/phorge/src/applications/almanac/storage/AlmanacProperty.php +lib/php/phorge/src/applications/almanac/storage/AlmanacSchemaSpec.php +lib/php/phorge/src/applications/almanac/storage/AlmanacService.php +lib/php/phorge/src/applications/almanac/storage/AlmanacServiceNameNgrams.php +lib/php/phorge/src/applications/almanac/storage/AlmanacServiceTransaction.php +lib/php/phorge/src/applications/almanac/typeahead/AlmanacInterfaceDatasource.php +lib/php/phorge/src/applications/almanac/typeahead/AlmanacServiceDatasource.php +lib/php/phorge/src/applications/almanac/typeahead/AlmanacServiceTypeDatasource.php +lib/php/phorge/src/applications/almanac/util/AlmanacAddress.php +lib/php/phorge/src/applications/almanac/util/AlmanacKeys.php +lib/php/phorge/src/applications/almanac/util/AlmanacNames.php +lib/php/phorge/src/applications/almanac/util/__tests__/AlmanacNamesTestCase.php +lib/php/phorge/src/applications/almanac/view/AlmanacBindingTableView.php +lib/php/phorge/src/applications/almanac/view/AlmanacInterfaceTableView.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacBindingDeletePropertyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacBindingDisableTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacBindingInterfaceTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacBindingServiceTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacBindingSetPropertyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacBindingTransactionType.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacDeviceDeletePropertyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacDeviceNameTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacDeviceSetPropertyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacDeviceStatusTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacDeviceTransactionType.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacInterfaceAddressTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacInterfaceDestroyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacInterfaceDeviceTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacInterfaceNetworkTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacInterfacePortTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacInterfaceTransactionType.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacNamespaceNameTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacNamespaceTransactionType.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacNetworkNameTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacNetworkTransactionType.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacServiceDeletePropertyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacServiceNameTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacServiceSetPropertyTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacServiceTransactionType.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacServiceTypeTransaction.php +lib/php/phorge/src/applications/almanac/xaction/AlmanacTransactionType.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementDebugWorkflow.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementNotifyWorkflow.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementRestartWorkflow.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementStartWorkflow.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementStatusWorkflow.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php +lib/php/phorge/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php +lib/php/phorge/src/applications/aphlict/query/AphlictDropdownDataQuery.php +lib/php/phorge/src/applications/arcanist/conduit/ArcanistConduitAPIMethod.php +lib/php/phorge/src/applications/audit/application/PhabricatorAuditApplication.php +lib/php/phorge/src/applications/audit/conduit/AuditConduitAPIMethod.php +lib/php/phorge/src/applications/audit/conduit/AuditQueryConduitAPIMethod.php +lib/php/phorge/src/applications/audit/constants/PhabricatorAuditActionConstants.php +lib/php/phorge/src/applications/audit/constants/PhabricatorAuditRequestStatus.php +lib/php/phorge/src/applications/audit/controller/PhabricatorAuditController.php +lib/php/phorge/src/applications/audit/editor/PhabricatorAuditCommentEditor.php +lib/php/phorge/src/applications/audit/editor/PhabricatorAuditEditor.php +lib/php/phorge/src/applications/audit/mail/PhabricatorAuditMailReceiver.php +lib/php/phorge/src/applications/audit/mail/PhabricatorAuditReplyHandler.php +lib/php/phorge/src/applications/audit/management/PhabricatorAuditManagementDeleteWorkflow.php +lib/php/phorge/src/applications/audit/management/PhabricatorAuditManagementWorkflow.php +lib/php/phorge/src/applications/audit/management/PhabricatorAuditSynchronizeManagementWorkflow.php +lib/php/phorge/src/applications/audit/management/PhabricatorAuditUpdateOwnersManagementWorkflow.php +lib/php/phorge/src/applications/audit/query/DiffusionInternalCommitSearchEngine.php +lib/php/phorge/src/applications/audit/query/PhabricatorAuditTransactionQuery.php +lib/php/phorge/src/applications/audit/query/PhabricatorCommitSearchEngine.php +lib/php/phorge/src/applications/audit/storage/PhabricatorAuditInlineComment.php +lib/php/phorge/src/applications/audit/storage/PhabricatorAuditTransaction.php +lib/php/phorge/src/applications/audit/storage/PhabricatorAuditTransactionComment.php +lib/php/phorge/src/applications/audit/view/PhabricatorAuditTransactionView.php +lib/php/phorge/src/applications/auth/__tests__/PhabricatorAuthPasswordTestCase.php +lib/php/phorge/src/applications/auth/__tests__/PhabricatorAuthSSHKeyTestCase.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthChangePasswordAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthEmailLoginAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthNewFactorAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthTestSMSAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthTryEmailLoginAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthTryFactorAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthTryPasswordAction.php +lib/php/phorge/src/applications/auth/action/PhabricatorAuthTryPasswordWithoutCAPTCHAAction.php +lib/php/phorge/src/applications/auth/adapter/PhutilAmazonAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilAsanaAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilBitbucketAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilDisqusAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilEmptyAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilFacebookAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilGitHubAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilGoogleAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilJIRAAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilLDAPAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilOAuth1AuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilOAuthAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilPhabricatorAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilSlackAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilTwitterAuthAdapter.php +lib/php/phorge/src/applications/auth/adapter/PhutilWordPressAuthAdapter.php +lib/php/phorge/src/applications/auth/application/PhabricatorAuthApplication.php +lib/php/phorge/src/applications/auth/capability/AuthManageProvidersCapability.php +lib/php/phorge/src/applications/auth/conduit/PhabricatorAuthConduitAPIMethod.php +lib/php/phorge/src/applications/auth/conduit/PhabricatorAuthLogoutConduitAPIMethod.php +lib/php/phorge/src/applications/auth/conduit/PhabricatorAuthQueryPublicKeysConduitAPIMethod.php +lib/php/phorge/src/applications/auth/constants/PhabricatorAuthFactorProviderStatus.php +lib/php/phorge/src/applications/auth/constants/PhabricatorCommonPasswords.php +lib/php/phorge/src/applications/auth/constants/PhabricatorCookies.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthConfirmLinkController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthDowngradeSessionController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthFinishController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthInviteController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthLinkController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthLoginController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthNeedsApprovalController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthNeedsMultiFactorController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthOldOAuthRedirectController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthOneTimeLoginController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthRegisterController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthRevokeTokenController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSSHKeyController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSSHKeyEditController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSSHKeyGenerateController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSSHKeyListController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSSHKeyRevokeController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSetExternalController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthSetPasswordController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthStartController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthTerminateSessionController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthUnlinkController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorAuthValidateController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorDisabledUserController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorEmailLoginController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorEmailVerificationController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorLogoutController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorMustVerifyEmailController.php +lib/php/phorge/src/applications/auth/controller/PhabricatorRefreshCSRFController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthDisableController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthEditController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthListController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthNewController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthProviderConfigController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthProviderController.php +lib/php/phorge/src/applications/auth/controller/config/PhabricatorAuthProviderViewController.php +lib/php/phorge/src/applications/auth/controller/contact/PhabricatorAuthContactNumberController.php +lib/php/phorge/src/applications/auth/controller/contact/PhabricatorAuthContactNumberDisableController.php +lib/php/phorge/src/applications/auth/controller/contact/PhabricatorAuthContactNumberEditController.php +lib/php/phorge/src/applications/auth/controller/contact/PhabricatorAuthContactNumberPrimaryController.php +lib/php/phorge/src/applications/auth/controller/contact/PhabricatorAuthContactNumberTestController.php +lib/php/phorge/src/applications/auth/controller/contact/PhabricatorAuthContactNumberViewController.php +lib/php/phorge/src/applications/auth/controller/message/PhabricatorAuthMessageController.php +lib/php/phorge/src/applications/auth/controller/message/PhabricatorAuthMessageEditController.php +lib/php/phorge/src/applications/auth/controller/message/PhabricatorAuthMessageListController.php +lib/php/phorge/src/applications/auth/controller/message/PhabricatorAuthMessageViewController.php +lib/php/phorge/src/applications/auth/controller/mfa/PhabricatorAuthChallengeStatusController.php +lib/php/phorge/src/applications/auth/controller/mfa/PhabricatorAuthFactorProviderController.php +lib/php/phorge/src/applications/auth/controller/mfa/PhabricatorAuthFactorProviderEditController.php +lib/php/phorge/src/applications/auth/controller/mfa/PhabricatorAuthFactorProviderListController.php +lib/php/phorge/src/applications/auth/controller/mfa/PhabricatorAuthFactorProviderMessageController.php +lib/php/phorge/src/applications/auth/controller/mfa/PhabricatorAuthFactorProviderViewController.php +lib/php/phorge/src/applications/auth/data/PhabricatorAuthHighSecurityToken.php +lib/php/phorge/src/applications/auth/data/PhabricatorAuthInviteAction.php +lib/php/phorge/src/applications/auth/data/PhabricatorAuthSessionInfo.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthContactNumberEditEngine.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthContactNumberEditor.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthFactorProviderEditEngine.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthFactorProviderEditor.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthMessageEditEngine.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthMessageEditor.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthPasswordEditor.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthProviderConfigEditor.php +lib/php/phorge/src/applications/auth/editor/PhabricatorAuthSSHKeyEditor.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthCSRFEngine.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthContactNumberMFAEngine.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthFactorProviderMFAEngine.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthInviteEngine.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthPasswordEngine.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthSessionEngine.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthSessionEngineExtension.php +lib/php/phorge/src/applications/auth/engine/PhabricatorAuthSessionEngineExtensionModule.php +lib/php/phorge/src/applications/auth/engineextension/PhabricatorAuthMFAEditEngineExtension.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthHighSecurityRequiredException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteAccountException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteDialogException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteInvalidException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteLoginException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteRegisteredException.php +lib/php/phorge/src/applications/auth/exception/PhabricatorAuthInviteVerifyException.php +lib/php/phorge/src/applications/auth/exception/PhutilAuthConfigurationException.php +lib/php/phorge/src/applications/auth/exception/PhutilAuthCredentialException.php +lib/php/phorge/src/applications/auth/exception/PhutilAuthException.php +lib/php/phorge/src/applications/auth/exception/PhutilAuthUserAbortedException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeyException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeyFormatException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeyIncorrectPassphraseException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeyMissingPassphraseException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeyPassphraseException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeySurplusPassphraseException.php +lib/php/phorge/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeyUnknownException.php +lib/php/phorge/src/applications/auth/extension/PhabricatorAuthMainMenuBarExtension.php +lib/php/phorge/src/applications/auth/extension/PhabricatorPasswordDestructionEngineExtension.php +lib/php/phorge/src/applications/auth/factor/PhabricatorAuthFactor.php +lib/php/phorge/src/applications/auth/factor/PhabricatorAuthFactorResult.php +lib/php/phorge/src/applications/auth/factor/PhabricatorAuthMFASyncTemporaryTokenType.php +lib/php/phorge/src/applications/auth/factor/PhabricatorDuoAuthFactor.php +lib/php/phorge/src/applications/auth/factor/PhabricatorSMSAuthFactor.php +lib/php/phorge/src/applications/auth/factor/PhabricatorTOTPAuthFactor.php +lib/php/phorge/src/applications/auth/factor/__tests__/PhabricatorAuthFactorTestCase.php +lib/php/phorge/src/applications/auth/factor/__tests__/PhabricatorAuthInviteTestCase.php +lib/php/phorge/src/applications/auth/factor/__tests__/PhabricatorTOTPAuthFactorTestCase.php +lib/php/phorge/src/applications/auth/future/PhabricatorDuoFuture.php +lib/php/phorge/src/applications/auth/garbagecollector/PhabricatorAuthChallengeGarbageCollector.php +lib/php/phorge/src/applications/auth/garbagecollector/PhabricatorAuthSessionGarbageCollector.php +lib/php/phorge/src/applications/auth/garbagecollector/PhabricatorAuthTemporaryTokenGarbageCollector.php +lib/php/phorge/src/applications/auth/guidance/PhabricatorAuthProvidersGuidanceContext.php +lib/php/phorge/src/applications/auth/guidance/PhabricatorAuthProvidersGuidanceEngineExtension.php +lib/php/phorge/src/applications/auth/mail/PhabricatorAuthSSHKeyReplyHandler.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementCachePKCS8Workflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementLDAPWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementListFactorsWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementListMFAProvidersWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementLockWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementRecoverWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementRefreshWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementRevokeWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementStripWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementTrustOAuthClientWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementUnlimitWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementUnlockWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementUntrustOAuthClientWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementVerifyWorkflow.php +lib/php/phorge/src/applications/auth/management/PhabricatorAuthManagementWorkflow.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthChangeUsernameMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthEmailLoginMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthEmailSetPasswordMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthLinkMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthLoginMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthWaitForApprovalMessageType.php +lib/php/phorge/src/applications/auth/message/PhabricatorAuthWelcomeMailMessageType.php +lib/php/phorge/src/applications/auth/password/PhabricatorAuthPasswordException.php +lib/php/phorge/src/applications/auth/password/PhabricatorAuthPasswordHashInterface.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthAuthFactorPHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthAuthFactorProviderPHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthAuthProviderPHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthChallengePHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthContactNumberPHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthInvitePHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthMessagePHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthPasswordPHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthSSHKeyPHIDType.php +lib/php/phorge/src/applications/auth/phid/PhabricatorAuthSessionPHIDType.php +lib/php/phorge/src/applications/auth/provider/PhabricatorAmazonAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorAsanaAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorDisqusAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorFacebookAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorGitHubAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorGoogleAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorJIRAAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorOAuth1AuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorOAuth1SecretTemporaryTokenType.php +lib/php/phorge/src/applications/auth/provider/PhabricatorOAuth2AuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorOAuthAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorPasswordAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorSlackAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorTwitchAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorTwitterAuthProvider.php +lib/php/phorge/src/applications/auth/provider/PhabricatorWordPressAuthProvider.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthChallengeQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthContactNumberQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthContactNumberTransactionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthFactorConfigQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthFactorProviderQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthFactorProviderTransactionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthInviteQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthInviteSearchEngine.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthMessageQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthMessageTransactionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthPasswordQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthPasswordTransactionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthProviderConfigQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthProviderConfigTransactionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthSSHKeyQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthSSHKeySearchEngine.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthSSHKeyTransactionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthSessionQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorAuthTemporaryTokenQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorExternalAccountIdentifierQuery.php +lib/php/phorge/src/applications/auth/query/PhabricatorExternalAccountQuery.php +lib/php/phorge/src/applications/auth/revoker/PhabricatorAuthConduitTokenRevoker.php +lib/php/phorge/src/applications/auth/revoker/PhabricatorAuthPasswordRevoker.php +lib/php/phorge/src/applications/auth/revoker/PhabricatorAuthRevoker.php +lib/php/phorge/src/applications/auth/revoker/PhabricatorAuthSSHRevoker.php +lib/php/phorge/src/applications/auth/revoker/PhabricatorAuthSessionRevoker.php +lib/php/phorge/src/applications/auth/revoker/PhabricatorAuthTemporaryTokenRevoker.php +lib/php/phorge/src/applications/auth/sshkey/PhabricatorAuthSSHPrivateKey.php +lib/php/phorge/src/applications/auth/sshkey/PhabricatorAuthSSHPublicKey.php +lib/php/phorge/src/applications/auth/sshkey/PhabricatorSSHPublicKeyInterface.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthChallenge.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthContactNumber.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthContactNumberTransaction.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthDAO.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthFactorConfig.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthFactorProvider.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthFactorProviderTransaction.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthHMACKey.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthInvite.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthMessage.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthMessageTransaction.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthPassword.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthPasswordTransaction.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthProviderConfig.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthSSHKey.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthSSHKeyTransaction.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthSession.php +lib/php/phorge/src/applications/auth/storage/PhabricatorAuthTemporaryToken.php +lib/php/phorge/src/applications/auth/tokentype/PhabricatorAuthOneTimeLoginTemporaryTokenType.php +lib/php/phorge/src/applications/auth/tokentype/PhabricatorAuthPasswordResetTemporaryTokenType.php +lib/php/phorge/src/applications/auth/tokentype/PhabricatorAuthTemporaryTokenType.php +lib/php/phorge/src/applications/auth/tokentype/PhabricatorAuthTemporaryTokenTypeModule.php +lib/php/phorge/src/applications/auth/view/PhabricatorAuthAccountView.php +lib/php/phorge/src/applications/auth/view/PhabricatorAuthChallengeUpdate.php +lib/php/phorge/src/applications/auth/view/PhabricatorAuthInviteActionTableView.php +lib/php/phorge/src/applications/auth/view/PhabricatorAuthSSHKeyTableView.php +lib/php/phorge/src/applications/auth/worker/PhabricatorAuthInviteWorker.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthContactNumberNumberTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthContactNumberPrimaryTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthContactNumberStatusTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthContactNumberTransactionType.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderDuoCredentialTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderDuoEnrollTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderDuoHostnameTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderDuoUsernamesTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderEnrollMessageTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderNameTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderStatusTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthFactorProviderTransactionType.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthMessageTextTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthMessageTransactionType.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthPasswordRevokeTransaction.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthPasswordTransactionType.php +lib/php/phorge/src/applications/auth/xaction/PhabricatorAuthPasswordUpgradeTransaction.php +lib/php/phorge/src/applications/badges/application/PhabricatorBadgesApplication.php +lib/php/phorge/src/applications/badges/capability/PhabricatorBadgesCreateCapability.php +lib/php/phorge/src/applications/badges/capability/PhabricatorBadgesDefaultEditCapability.php +lib/php/phorge/src/applications/badges/conduit/PhabricatorBadgesEditConduitAPIMethod.php +lib/php/phorge/src/applications/badges/conduit/PhabricatorBadgesSearchConduitAPIMethod.php +lib/php/phorge/src/applications/badges/constants/PhabricatorBadgesQuality.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesArchiveController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesAwardController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesCommentController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesEditController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesEditRecipientsController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesListController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesProfileController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesRecipientsController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesRemoveRecipientsController.php +lib/php/phorge/src/applications/badges/controller/PhabricatorBadgesViewController.php +lib/php/phorge/src/applications/badges/editor/PhabricatorBadgesEditEngine.php +lib/php/phorge/src/applications/badges/editor/PhabricatorBadgesEditor.php +lib/php/phorge/src/applications/badges/icon/PhabricatorBadgesIconSet.php +lib/php/phorge/src/applications/badges/lipsum/PhabricatorBadgesAwardTestDataGenerator.php +lib/php/phorge/src/applications/badges/lipsum/PhabricatorBadgesBadgeTestDataGenerator.php +lib/php/phorge/src/applications/badges/lipsum/PhabricatorBadgesLootContextFreeGrammar.php +lib/php/phorge/src/applications/badges/mail/PhabricatorBadgesMailReceiver.php +lib/php/phorge/src/applications/badges/mail/PhabricatorBadgesReplyHandler.php +lib/php/phorge/src/applications/badges/phid/PhabricatorBadgesPHIDType.php +lib/php/phorge/src/applications/badges/query/PhabricatorBadgesAwardQuery.php +lib/php/phorge/src/applications/badges/query/PhabricatorBadgesQuery.php +lib/php/phorge/src/applications/badges/query/PhabricatorBadgesSearchEngine.php +lib/php/phorge/src/applications/badges/query/PhabricatorBadgesTransactionQuery.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesAward.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesBadge.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesBadgeNameNgrams.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesDAO.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesSchemaSpec.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesTransaction.php +lib/php/phorge/src/applications/badges/storage/PhabricatorBadgesTransactionComment.php +lib/php/phorge/src/applications/badges/typeahead/PhabricatorBadgesDatasource.php +lib/php/phorge/src/applications/badges/view/PhabricatorBadgesRecipientsListView.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeAwardTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeDescriptionTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeFlavorTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeIconTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeNameTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeQualityTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeRevokeTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeStatusTransaction.php +lib/php/phorge/src/applications/badges/xaction/PhabricatorBadgesBadgeTransactionType.php +lib/php/phorge/src/applications/base/PhabricatorApplication.php +lib/php/phorge/src/applications/base/__tests__/PhabricatorApplicationTestCase.php +lib/php/phorge/src/applications/base/controller/Phabricator404Controller.php +lib/php/phorge/src/applications/base/controller/PhabricatorController.php +lib/php/phorge/src/applications/base/controller/PhabricatorPlatform404Controller.php +lib/php/phorge/src/applications/base/controller/PhabricatorRedirectController.php +lib/php/phorge/src/applications/base/controller/__tests__/PhabricatorAccessControlTestCase.php +lib/php/phorge/src/applications/base/controller/__tests__/PhabricatorTestApplication.php +lib/php/phorge/src/applications/base/controller/__tests__/PhabricatorTestController.php +lib/php/phorge/src/applications/cache/PhabricatorCachedClassMapQuery.php +lib/php/phorge/src/applications/cache/PhabricatorCaches.php +lib/php/phorge/src/applications/cache/PhabricatorKeyValueDatabaseCache.php +lib/php/phorge/src/applications/cache/PhabricatorKeyValueSerializingCacheProxy.php +lib/php/phorge/src/applications/cache/__tests__/PhabricatorCachesTestCase.php +lib/php/phorge/src/applications/cache/garbagecollector/PhabricatorCacheGeneralGarbageCollector.php +lib/php/phorge/src/applications/cache/garbagecollector/PhabricatorCacheMarkupGarbageCollector.php +lib/php/phorge/src/applications/cache/garbagecollector/PhabricatorCacheTTLGarbageCollector.php +lib/php/phorge/src/applications/cache/management/PhabricatorCacheManagementPurgeWorkflow.php +lib/php/phorge/src/applications/cache/management/PhabricatorCacheManagementWorkflow.php +lib/php/phorge/src/applications/cache/purger/PhabricatorBuiltinFileCachePurger.php +lib/php/phorge/src/applications/cache/purger/PhabricatorCachePurger.php +lib/php/phorge/src/applications/cache/purger/PhabricatorChangesetCachePurger.php +lib/php/phorge/src/applications/cache/purger/PhabricatorGeneralCachePurger.php +lib/php/phorge/src/applications/cache/purger/PhabricatorRemarkupCachePurger.php +lib/php/phorge/src/applications/cache/purger/PhabricatorUserCachePurger.php +lib/php/phorge/src/applications/cache/spec/PhabricatorCacheSpec.php +lib/php/phorge/src/applications/cache/spec/PhabricatorDataCacheSpec.php +lib/php/phorge/src/applications/cache/spec/PhabricatorOpcodeCacheSpec.php +lib/php/phorge/src/applications/cache/storage/PhabricatorCacheDAO.php +lib/php/phorge/src/applications/cache/storage/PhabricatorCacheSchemaSpec.php +lib/php/phorge/src/applications/cache/storage/PhabricatorMarkupCache.php +lib/php/phorge/src/applications/calendar/__tests__/CalendarTimeUtilTestCase.php +lib/php/phorge/src/applications/calendar/application/PhabricatorCalendarApplication.php +lib/php/phorge/src/applications/calendar/capability/PhabricatorCalendarEventDefaultEditCapability.php +lib/php/phorge/src/applications/calendar/capability/PhabricatorCalendarEventDefaultViewCapability.php +lib/php/phorge/src/applications/calendar/codex/PhabricatorCalendarEventPolicyCodex.php +lib/php/phorge/src/applications/calendar/command/PhabricatorCalendarEventEmailCommand.php +lib/php/phorge/src/applications/calendar/command/PhabricatorCalendarEventRSVPEmailCommand.php +lib/php/phorge/src/applications/calendar/conduit/PhabricatorCalendarEventEditConduitAPIMethod.php +lib/php/phorge/src/applications/calendar/conduit/PhabricatorCalendarEventSearchConduitAPIMethod.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventAvailabilityController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventCancelController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventDragController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventExportController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventJoinController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventListController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarExportDisableController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarExportEditController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarExportICSController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarExportListController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarExportViewController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportDeleteController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportDisableController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportDropController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportEditController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportListController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportLogListController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportReloadController.php +lib/php/phorge/src/applications/calendar/controller/PhabricatorCalendarImportViewController.php +lib/php/phorge/src/applications/calendar/editor/PhabricatorCalendarEventEditEngine.php +lib/php/phorge/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php +lib/php/phorge/src/applications/calendar/editor/PhabricatorCalendarExportEditEngine.php +lib/php/phorge/src/applications/calendar/editor/PhabricatorCalendarExportEditor.php +lib/php/phorge/src/applications/calendar/editor/PhabricatorCalendarImportEditEngine.php +lib/php/phorge/src/applications/calendar/editor/PhabricatorCalendarImportEditor.php +lib/php/phorge/src/applications/calendar/herald/PhabricatorCalendarEventHeraldAdapter.php +lib/php/phorge/src/applications/calendar/herald/PhabricatorCalendarEventHeraldField.php +lib/php/phorge/src/applications/calendar/herald/PhabricatorCalendarEventHeraldFieldGroup.php +lib/php/phorge/src/applications/calendar/herald/PhabricatorCalendarEventNameHeraldField.php +lib/php/phorge/src/applications/calendar/icon/PhabricatorCalendarIconSet.php +lib/php/phorge/src/applications/calendar/import/PhabricatorCalendarICSFileImportEngine.php +lib/php/phorge/src/applications/calendar/import/PhabricatorCalendarICSImportEngine.php +lib/php/phorge/src/applications/calendar/import/PhabricatorCalendarICSURIImportEngine.php +lib/php/phorge/src/applications/calendar/import/PhabricatorCalendarImportEngine.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportDefaultLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportDeleteLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportDuplicateLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportEmptyLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportEpochLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportFetchLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportFrequencyLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportICSLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportICSWarningLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportIgnoredNodeLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportOriginalLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportOrphanLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportQueueLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportTriggerLogType.php +lib/php/phorge/src/applications/calendar/importlog/PhabricatorCalendarImportUpdateLogType.php +lib/php/phorge/src/applications/calendar/mail/PhabricatorCalendarEventMailReceiver.php +lib/php/phorge/src/applications/calendar/mail/PhabricatorCalendarReplyHandler.php +lib/php/phorge/src/applications/calendar/management/PhabricatorCalendarManagementNotifyWorkflow.php +lib/php/phorge/src/applications/calendar/management/PhabricatorCalendarManagementReloadWorkflow.php +lib/php/phorge/src/applications/calendar/management/PhabricatorCalendarManagementWorkflow.php +lib/php/phorge/src/applications/calendar/notifications/PhabricatorCalendarEventNotificationView.php +lib/php/phorge/src/applications/calendar/notifications/PhabricatorCalendarNotificationEngine.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarAbsoluteDateTime.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarContainerNode.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarDateTime.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarDocumentNode.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarDuration.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarEventNode.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarNode.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarProxyDateTime.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRawNode.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRecurrenceList.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRecurrenceRule.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRecurrenceSet.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRecurrenceSource.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRelativeDateTime.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarRootNode.php +lib/php/phorge/src/applications/calendar/parser/data/PhutilCalendarUserNode.php +lib/php/phorge/src/applications/calendar/parser/data/__tests__/PhutilCalendarDateTimeTestCase.php +lib/php/phorge/src/applications/calendar/parser/data/__tests__/PhutilCalendarRecurrenceRuleTestCase.php +lib/php/phorge/src/applications/calendar/parser/data/__tests__/PhutilCalendarRecurrenceTestCase.php +lib/php/phorge/src/applications/calendar/parser/ics/PhutilICSParser.php +lib/php/phorge/src/applications/calendar/parser/ics/PhutilICSParserException.php +lib/php/phorge/src/applications/calendar/parser/ics/PhutilICSWriter.php +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/PhutilICSParserTestCase.php +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/PhutilICSWriterTestCase.php +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/duration.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-bad-base64.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-bad-boolean.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-bad-datetime.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-bad-duration.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-empty-datetime.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-empty-duration.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-extra-end.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-initial-unfold.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-malformed-double-quote.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-malformed-parameter.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-malformed-property.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-many-datetime.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-many-duration.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-missing-end.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-missing-value.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-mixmatched-sections.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-multiple-parameters.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-root-property.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-unescaped-backslash.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/err-unexpected-text.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/floating.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/good-boolean.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/multiple-vcalendars.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/simple.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/valarm.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/weekly.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/writer-christmas.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/writer-office-party.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/writer-recurring-christmas.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/writer-tea-time.ics +lib/php/phorge/src/applications/calendar/parser/ics/__tests__/data/zimbra-timezone.ics +lib/php/phorge/src/applications/calendar/phid/PhabricatorCalendarEventPHIDType.php +lib/php/phorge/src/applications/calendar/phid/PhabricatorCalendarExportPHIDType.php +lib/php/phorge/src/applications/calendar/phid/PhabricatorCalendarExternalInviteePHIDType.php +lib/php/phorge/src/applications/calendar/phid/PhabricatorCalendarImportPHIDType.php +lib/php/phorge/src/applications/calendar/policyrule/PhabricatorCalendarEventHostPolicyRule.php +lib/php/phorge/src/applications/calendar/policyrule/PhabricatorCalendarEventInviteesPolicyRule.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarEventInviteeQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarEventQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarEventTransactionQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarExportQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarExportSearchEngine.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarExportTransactionQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarExternalInviteeQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarImportLogQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarImportLogSearchEngine.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarImportQuery.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarImportSearchEngine.php +lib/php/phorge/src/applications/calendar/query/PhabricatorCalendarImportTransactionQuery.php +lib/php/phorge/src/applications/calendar/remarkup/PhabricatorCalendarRemarkupRule.php +lib/php/phorge/src/applications/calendar/search/PhabricatorCalendarEventFerretEngine.php +lib/php/phorge/src/applications/calendar/search/PhabricatorCalendarEventFulltextEngine.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarDAO.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarEvent.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarEventInvitee.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarEventTransactionComment.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarExport.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarExportTransaction.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarExternalInvitee.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarImport.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarImportLog.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarImportTransaction.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarNotification.php +lib/php/phorge/src/applications/calendar/storage/PhabricatorCalendarSchemaSpec.php +lib/php/phorge/src/applications/calendar/typeahead/PhabricatorCalendarInviteeDatasource.php +lib/php/phorge/src/applications/calendar/typeahead/PhabricatorCalendarInviteeUserDatasource.php +lib/php/phorge/src/applications/calendar/typeahead/PhabricatorCalendarInviteeViewerFunctionDatasource.php +lib/php/phorge/src/applications/calendar/util/CalendarTimeUtil.php +lib/php/phorge/src/applications/calendar/util/PhabricatorCalendarICSWriter.php +lib/php/phorge/src/applications/calendar/view/AphrontCalendarEventView.php +lib/php/phorge/src/applications/calendar/view/PHUIUserAvailabilityView.php +lib/php/phorge/src/applications/calendar/view/PhabricatorCalendarImportLogView.php +lib/php/phorge/src/applications/calendar/worker/PhabricatorCalendarImportReloadWorker.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventAcceptTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventCancelTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventDateTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventDeclineTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventDescriptionTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventEndDateTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventForkTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventFrequencyTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventHostTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventIconTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventInviteTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventNameTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventRecurringTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventReplyTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventStartDateTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventTransactionType.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarEventUntilDateTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarExportDisableTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarExportModeTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarExportNameTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarExportQueryKeyTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarExportTransactionType.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportDeleteTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportDisableTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportFrequencyTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportICSFileTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportICSURITransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportNameTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportReloadTransaction.php +lib/php/phorge/src/applications/calendar/xaction/PhabricatorCalendarImportTransactionType.php +lib/php/phorge/src/applications/celerity/CelerityAPI.php +lib/php/phorge/src/applications/celerity/CelerityResourceGraph.php +lib/php/phorge/src/applications/celerity/CelerityResourceMap.php +lib/php/phorge/src/applications/celerity/CelerityResourceMapGenerator.php +lib/php/phorge/src/applications/celerity/CelerityResourceTransformer.php +lib/php/phorge/src/applications/celerity/CeleritySpriteGenerator.php +lib/php/phorge/src/applications/celerity/CelerityStaticResourceResponse.php +lib/php/phorge/src/applications/celerity/__tests__/CelerityPostprocessorTestCase.php +lib/php/phorge/src/applications/celerity/__tests__/CelerityResourceTransformerTestCase.php +lib/php/phorge/src/applications/celerity/__tests__/transformer/min.css +lib/php/phorge/src/applications/celerity/__tests__/transformer/print.css +lib/php/phorge/src/applications/celerity/__tests__/transformer/xform.css +lib/php/phorge/src/applications/celerity/api.php +lib/php/phorge/src/applications/celerity/application/PhabricatorCelerityApplication.php +lib/php/phorge/src/applications/celerity/controller/CelerityPhabricatorResourceController.php +lib/php/phorge/src/applications/celerity/controller/CelerityResourceController.php +lib/php/phorge/src/applications/celerity/management/CelerityManagementGenerateSpritesWorkflow.php +lib/php/phorge/src/applications/celerity/management/CelerityManagementMapWorkflow.php +lib/php/phorge/src/applications/celerity/management/CelerityManagementSyntaxWorkflow.php +lib/php/phorge/src/applications/celerity/management/CelerityManagementWorkflow.php +lib/php/phorge/src/applications/celerity/postprocessor/CelerityDarkModePostprocessor.php +lib/php/phorge/src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php +lib/php/phorge/src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php +lib/php/phorge/src/applications/celerity/postprocessor/CelerityLargeFontPostprocessor.php +lib/php/phorge/src/applications/celerity/postprocessor/CelerityPostprocessor.php +lib/php/phorge/src/applications/celerity/postprocessor/CelerityRedGreenPostprocessor.php +lib/php/phorge/src/applications/celerity/resources/CelerityPhabricatorResources.php +lib/php/phorge/src/applications/celerity/resources/CelerityPhysicalResources.php +lib/php/phorge/src/applications/celerity/resources/CelerityResources.php +lib/php/phorge/src/applications/celerity/resources/CelerityResourcesOnDisk.php +lib/php/phorge/src/applications/celerity/resources/__tests__/CelerityPhysicalResourcesTestCase.php +lib/php/phorge/src/applications/conduit/application/PhabricatorConduitApplication.php +lib/php/phorge/src/applications/conduit/call/ConduitCall.php +lib/php/phorge/src/applications/conduit/call/__tests__/ConduitCallTestCase.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitAPIController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitConsoleController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitListController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitLogController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitTokenController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitTokenEditController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitTokenHandshakeController.php +lib/php/phorge/src/applications/conduit/controller/PhabricatorConduitTokenTerminateController.php +lib/php/phorge/src/applications/conduit/data/ConduitAPIDocumentationPage.php +lib/php/phorge/src/applications/conduit/data/ConduitConstantDescription.php +lib/php/phorge/src/applications/conduit/garbagecollector/ConduitLogGarbageCollector.php +lib/php/phorge/src/applications/conduit/garbagecollector/ConduitTokenGarbageCollector.php +lib/php/phorge/src/applications/conduit/interface/PhabricatorConduitResultInterface.php +lib/php/phorge/src/applications/conduit/interface/PhabricatorConduitSearchFieldSpecification.php +lib/php/phorge/src/applications/conduit/management/PhabricatorConduitCallManagementWorkflow.php +lib/php/phorge/src/applications/conduit/management/PhabricatorConduitManagementWorkflow.php +lib/php/phorge/src/applications/conduit/method/ConduitAPIMethod.php +lib/php/phorge/src/applications/conduit/method/ConduitConnectConduitAPIMethod.php +lib/php/phorge/src/applications/conduit/method/ConduitGetCapabilitiesConduitAPIMethod.php +lib/php/phorge/src/applications/conduit/method/ConduitGetCertificateConduitAPIMethod.php +lib/php/phorge/src/applications/conduit/method/ConduitPingConduitAPIMethod.php +lib/php/phorge/src/applications/conduit/method/ConduitQueryConduitAPIMethod.php +lib/php/phorge/src/applications/conduit/method/__tests__/ConduitAPIMethodTestCase.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitBoolParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitColumnsParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitEpochParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitIntListParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitIntParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitListParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitPHIDListParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitPHIDParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitPointsParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitProjectListParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitStringListParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitStringParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitUserListParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitUserParameterType.php +lib/php/phorge/src/applications/conduit/parametertype/ConduitWildParameterType.php +lib/php/phorge/src/applications/conduit/protocol/ConduitAPIRequest.php +lib/php/phorge/src/applications/conduit/protocol/ConduitAPIResponse.php +lib/php/phorge/src/applications/conduit/protocol/exception/ConduitApplicationNotInstalledException.php +lib/php/phorge/src/applications/conduit/protocol/exception/ConduitException.php +lib/php/phorge/src/applications/conduit/protocol/exception/ConduitMethodDoesNotExistException.php +lib/php/phorge/src/applications/conduit/protocol/exception/ConduitMethodNotFoundException.php +lib/php/phorge/src/applications/conduit/query/ConduitResultSearchEngineExtension.php +lib/php/phorge/src/applications/conduit/query/PhabricatorConduitLogQuery.php +lib/php/phorge/src/applications/conduit/query/PhabricatorConduitLogSearchEngine.php +lib/php/phorge/src/applications/conduit/query/PhabricatorConduitMethodQuery.php +lib/php/phorge/src/applications/conduit/query/PhabricatorConduitSearchEngine.php +lib/php/phorge/src/applications/conduit/query/PhabricatorConduitTokenQuery.php +lib/php/phorge/src/applications/conduit/settings/PhabricatorConduitTokensSettingsPanel.php +lib/php/phorge/src/applications/conduit/ssh/ConduitSSHWorkflow.php +lib/php/phorge/src/applications/conduit/storage/PhabricatorConduitCertificateToken.php +lib/php/phorge/src/applications/conduit/storage/PhabricatorConduitDAO.php +lib/php/phorge/src/applications/conduit/storage/PhabricatorConduitMethodCallLog.php +lib/php/phorge/src/applications/conduit/storage/PhabricatorConduitToken.php +lib/php/phorge/src/applications/config/application/PhabricatorConfigApplication.php +lib/php/phorge/src/applications/config/check/PhabricatorAuthSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorBaseURISetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorBinariesSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorCacheSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorDaemonsSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorDatabaseSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorElasticsearchSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorExtensionsSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorFileinfoSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorGDSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorImagemagickSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorInvalidConfigSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorMailSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorManualActivitySetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorMySQLSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorPHPConfigSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorPHPPreflightSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorPathSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorPygmentSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorRepositoriesSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorSecuritySetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorStorageSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorTimezoneSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorWebServerSetupCheck.php +lib/php/phorge/src/applications/config/check/PhabricatorZipSetupCheck.php +lib/php/phorge/src/applications/config/check/PhorgeCodeWarningSetupCheck.php +lib/php/phorge/src/applications/config/check/__tests__/PhabricatorSetupCheckTestCase.php +lib/php/phorge/src/applications/config/constants/PhabricatorConfigConstants.php +lib/php/phorge/src/applications/config/constants/PhabricatorConfigGroupConstants.php +lib/php/phorge/src/applications/config/controller/PhabricatorConfigConsoleController.php +lib/php/phorge/src/applications/config/controller/PhabricatorConfigController.php +lib/php/phorge/src/applications/config/controller/issue/PhabricatorConfigIgnoreController.php +lib/php/phorge/src/applications/config/controller/issue/PhabricatorConfigIssueListController.php +lib/php/phorge/src/applications/config/controller/issue/PhabricatorConfigIssuePanelController.php +lib/php/phorge/src/applications/config/controller/issue/PhabricatorConfigIssueViewController.php +lib/php/phorge/src/applications/config/controller/module/PhabricatorConfigModuleController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigCacheController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigClusterDatabasesController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigClusterNotificationsController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigClusterRepositoriesController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigClusterSearchController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigDatabaseController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigDatabaseIssueController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigDatabaseStatusController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigPurgeCacheController.php +lib/php/phorge/src/applications/config/controller/services/PhabricatorConfigServicesController.php +lib/php/phorge/src/applications/config/controller/settings/PhabricatorConfigEditController.php +lib/php/phorge/src/applications/config/controller/settings/PhabricatorConfigSettingsController.php +lib/php/phorge/src/applications/config/controller/settings/PhabricatorConfigSettingsHistoryController.php +lib/php/phorge/src/applications/config/controller/settings/PhabricatorConfigSettingsListController.php +lib/php/phorge/src/applications/config/custom/PhabricatorConfigJSONOptionType.php +lib/php/phorge/src/applications/config/custom/PhabricatorConfigOptionType.php +lib/php/phorge/src/applications/config/custom/PhabricatorConfigRegexOptionType.php +lib/php/phorge/src/applications/config/custom/PhabricatorCustomLogoConfigType.php +lib/php/phorge/src/applications/config/custom/PhabricatorCustomUIFooterConfigType.php +lib/php/phorge/src/applications/config/editor/PhabricatorConfigEditor.php +lib/php/phorge/src/applications/config/engine/PhabricatorSetupEngine.php +lib/php/phorge/src/applications/config/exception/PhabricatorConfigValidationException.php +lib/php/phorge/src/applications/config/issue/PhabricatorSetupIssue.php +lib/php/phorge/src/applications/config/json/PhabricatorConfigJSON.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementDeleteWorkflow.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementDoneWorkflow.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementGetWorkflow.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementListWorkflow.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementMigrateWorkflow.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementSetWorkflow.php +lib/php/phorge/src/applications/config/management/PhabricatorConfigManagementWorkflow.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigCollectorsModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigEdgeModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigHTTPParameterTypesModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigPHIDModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigRequestExceptionHandlerModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigSetupCheckModule.php +lib/php/phorge/src/applications/config/module/PhabricatorConfigSiteModule.php +lib/php/phorge/src/applications/config/option/PhabricatorAWSConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorAccessLogConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorApplicationConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorAuthenticationConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorClusterConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorConfigOption.php +lib/php/phorge/src/applications/config/option/PhabricatorCoreConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorDeveloperConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorExtendingPhabricatorConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorMySQLConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorNotificationConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorPHDConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorPhurlConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorSecurityConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorTranslationsConfigOptions.php +lib/php/phorge/src/applications/config/option/PhabricatorUIConfigOptions.php +lib/php/phorge/src/applications/config/phid/PhabricatorConfigConfigPHIDType.php +lib/php/phorge/src/applications/config/query/PhabricatorConfigEntryQuery.php +lib/php/phorge/src/applications/config/query/PhabricatorConfigTransactionQuery.php +lib/php/phorge/src/applications/config/response/PhabricatorConfigResponse.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigColumnSchema.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigCoreSchemaSpec.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigDatabaseSchema.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigKeySchema.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigSchemaQuery.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigSchemaSpec.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigServerSchema.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigStorageSchema.php +lib/php/phorge/src/applications/config/schema/PhabricatorConfigTableSchema.php +lib/php/phorge/src/applications/config/storage/PhabricatorConfigEntry.php +lib/php/phorge/src/applications/config/storage/PhabricatorConfigEntryDAO.php +lib/php/phorge/src/applications/config/storage/PhabricatorConfigManualActivity.php +lib/php/phorge/src/applications/config/storage/PhabricatorConfigTransaction.php +lib/php/phorge/src/applications/config/type/PhabricatorBoolConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorClassConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorEnumConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorIntConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorJSONConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorRegexListConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorSetConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorStringConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorStringListConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorTextConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorTextListConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorWildConfigType.php +lib/php/phorge/src/applications/config/view/PhabricatorHTTPParameterTypeTableView.php +lib/php/phorge/src/applications/config/view/PhabricatorInFlightErrorView.php +lib/php/phorge/src/applications/config/view/PhabricatorSetupIssueView.php +lib/php/phorge/src/applications/conpherence/ConpherenceTransactionRenderer.php +lib/php/phorge/src/applications/conpherence/__tests__/ConpherenceRoomTestCase.php +lib/php/phorge/src/applications/conpherence/__tests__/ConpherenceTestCase.php +lib/php/phorge/src/applications/conpherence/application/PhabricatorConpherenceApplication.php +lib/php/phorge/src/applications/conpherence/conduit/ConpherenceConduitAPIMethod.php +lib/php/phorge/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php +lib/php/phorge/src/applications/conpherence/conduit/ConpherenceEditConduitAPIMethod.php +lib/php/phorge/src/applications/conpherence/conduit/ConpherenceQueryThreadConduitAPIMethod.php +lib/php/phorge/src/applications/conpherence/conduit/ConpherenceQueryTransactionConduitAPIMethod.php +lib/php/phorge/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php +lib/php/phorge/src/applications/conpherence/constants/ConpherenceConstants.php +lib/php/phorge/src/applications/conpherence/constants/ConpherenceRoomSettings.php +lib/php/phorge/src/applications/conpherence/constants/ConpherenceUpdateActions.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceColumnViewController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceListController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceNotificationPanelController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceParticipantController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceRoomEditController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceRoomListController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceRoomPictureController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceRoomPreferencesController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceThreadSearchController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceUpdateController.php +lib/php/phorge/src/applications/conpherence/controller/ConpherenceViewController.php +lib/php/phorge/src/applications/conpherence/editor/ConpherenceEditEngine.php +lib/php/phorge/src/applications/conpherence/editor/ConpherenceEditor.php +lib/php/phorge/src/applications/conpherence/engineextension/ConpherenceThreadIndexEngineExtension.php +lib/php/phorge/src/applications/conpherence/lipsum/PhabricatorConpherenceRoomContextFreeGrammar.php +lib/php/phorge/src/applications/conpherence/lipsum/PhabricatorConpherenceRoomTestDataGenerator.php +lib/php/phorge/src/applications/conpherence/mail/ConpherenceReplyHandler.php +lib/php/phorge/src/applications/conpherence/mail/ConpherenceThreadMailReceiver.php +lib/php/phorge/src/applications/conpherence/phid/PhabricatorConpherenceThreadPHIDType.php +lib/php/phorge/src/applications/conpherence/policyrule/ConpherenceThreadMembersPolicyRule.php +lib/php/phorge/src/applications/conpherence/query/ConpherenceFulltextQuery.php +lib/php/phorge/src/applications/conpherence/query/ConpherenceParticipantCountQuery.php +lib/php/phorge/src/applications/conpherence/query/ConpherenceParticipantQuery.php +lib/php/phorge/src/applications/conpherence/query/ConpherenceThreadQuery.php +lib/php/phorge/src/applications/conpherence/query/ConpherenceThreadSearchEngine.php +lib/php/phorge/src/applications/conpherence/query/ConpherenceTransactionQuery.php +lib/php/phorge/src/applications/conpherence/remarkup/ConpherenceThreadRemarkupRule.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceDAO.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceIndex.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceParticipant.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceSchemaSpec.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceThread.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceThreadTitleNgrams.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceTransaction.php +lib/php/phorge/src/applications/conpherence/storage/ConpherenceTransactionComment.php +lib/php/phorge/src/applications/conpherence/typeahead/ConpherenceThreadDatasource.php +lib/php/phorge/src/applications/conpherence/view/ConpherenceDurableColumnView.php +lib/php/phorge/src/applications/conpherence/view/ConpherenceLayoutView.php +lib/php/phorge/src/applications/conpherence/view/ConpherenceMenuItemView.php +lib/php/phorge/src/applications/conpherence/view/ConpherenceParticipantView.php +lib/php/phorge/src/applications/conpherence/view/ConpherenceThreadListView.php +lib/php/phorge/src/applications/conpherence/view/ConpherenceTransactionView.php +lib/php/phorge/src/applications/conpherence/xaction/ConpherenceThreadDateMarkerTransaction.php +lib/php/phorge/src/applications/conpherence/xaction/ConpherenceThreadParticipantsTransaction.php +lib/php/phorge/src/applications/conpherence/xaction/ConpherenceThreadPictureTransaction.php +lib/php/phorge/src/applications/conpherence/xaction/ConpherenceThreadTitleTransaction.php +lib/php/phorge/src/applications/conpherence/xaction/ConpherenceThreadTopicTransaction.php +lib/php/phorge/src/applications/conpherence/xaction/ConpherenceThreadTransactionType.php +lib/php/phorge/src/applications/console/application/PhabricatorConsoleApplication.php +lib/php/phorge/src/applications/console/controller/DarkConsoleController.php +lib/php/phorge/src/applications/console/controller/DarkConsoleDataController.php +lib/php/phorge/src/applications/console/core/DarkConsoleCore.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleErrorLogPlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleEventPlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsolePlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleRealtimePlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleRequestPlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleServicesPlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleStartupPlugin.php +lib/php/phorge/src/applications/console/plugin/DarkConsoleXHProfPlugin.php +lib/php/phorge/src/applications/console/plugin/errorlog/DarkConsoleErrorLogPluginAPI.php +lib/php/phorge/src/applications/console/plugin/event/DarkConsoleEventPluginAPI.php +lib/php/phorge/src/applications/console/plugin/xhprof/DarkConsoleXHProfPluginAPI.php +lib/php/phorge/src/applications/countdown/application/PhabricatorCountdownApplication.php +lib/php/phorge/src/applications/countdown/capability/PhabricatorCountdownCreateCapability.php +lib/php/phorge/src/applications/countdown/capability/PhabricatorCountdownDefaultEditCapability.php +lib/php/phorge/src/applications/countdown/capability/PhabricatorCountdownDefaultViewCapability.php +lib/php/phorge/src/applications/countdown/capability/PhabricatorDashboardCreateCapability.php +lib/php/phorge/src/applications/countdown/conduit/CountdownEditConduitAPIMethod.php +lib/php/phorge/src/applications/countdown/conduit/CountdownSearchConduitAPIMethod.php +lib/php/phorge/src/applications/countdown/controller/PhabricatorCountdownController.php +lib/php/phorge/src/applications/countdown/controller/PhabricatorCountdownEditController.php +lib/php/phorge/src/applications/countdown/controller/PhabricatorCountdownListController.php +lib/php/phorge/src/applications/countdown/controller/PhabricatorCountdownViewController.php +lib/php/phorge/src/applications/countdown/editor/PhabricatorCountdownEditEngine.php +lib/php/phorge/src/applications/countdown/editor/PhabricatorCountdownEditor.php +lib/php/phorge/src/applications/countdown/mail/PhabricatorCountdownMailReceiver.php +lib/php/phorge/src/applications/countdown/mail/PhabricatorCountdownReplyHandler.php +lib/php/phorge/src/applications/countdown/phid/PhabricatorCountdownCountdownPHIDType.php +lib/php/phorge/src/applications/countdown/query/PhabricatorCountdownQuery.php +lib/php/phorge/src/applications/countdown/query/PhabricatorCountdownSearchEngine.php +lib/php/phorge/src/applications/countdown/query/PhabricatorCountdownTransactionQuery.php +lib/php/phorge/src/applications/countdown/remarkup/PhabricatorCountdownRemarkupRule.php +lib/php/phorge/src/applications/countdown/storage/PhabricatorCountdown.php +lib/php/phorge/src/applications/countdown/storage/PhabricatorCountdownDAO.php +lib/php/phorge/src/applications/countdown/storage/PhabricatorCountdownSchemaSpec.php +lib/php/phorge/src/applications/countdown/storage/PhabricatorCountdownTransaction.php +lib/php/phorge/src/applications/countdown/storage/PhabricatorCountdownTransactionComment.php +lib/php/phorge/src/applications/countdown/view/PhabricatorCountdownView.php +lib/php/phorge/src/applications/countdown/xaction/PhabricatorCountdownDescriptionTransaction.php +lib/php/phorge/src/applications/countdown/xaction/PhabricatorCountdownEpochTransaction.php +lib/php/phorge/src/applications/countdown/xaction/PhabricatorCountdownTitleTransaction.php +lib/php/phorge/src/applications/countdown/xaction/PhabricatorCountdownTransactionType.php +lib/php/phorge/src/applications/daemon/application/PhabricatorDaemonsApplication.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonBulkJobController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonBulkJobListController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonBulkJobMonitorController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonBulkJobViewController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonConsoleController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonLogListController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorDaemonLogViewController.php +lib/php/phorge/src/applications/daemon/controller/PhabricatorWorkerTaskDetailController.php +lib/php/phorge/src/applications/daemon/event/PhabricatorDaemonEventListener.php +lib/php/phorge/src/applications/daemon/garbagecollector/PhabricatorDaemonLockLogGarbageCollector.php +lib/php/phorge/src/applications/daemon/garbagecollector/PhabricatorDaemonLogEventGarbageCollector.php +lib/php/phorge/src/applications/daemon/garbagecollector/PhabricatorDaemonLogGarbageCollector.php +lib/php/phorge/src/applications/daemon/garbagecollector/PhabricatorDaemonTaskGarbageCollector.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementDebugWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementLaunchWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementListWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementLogWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementReloadWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementRestartWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementStartWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementStatusWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementStopWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorLockLogManagementWorkflow.php +lib/php/phorge/src/applications/daemon/management/PhabricatorLockManagementWorkflow.php +lib/php/phorge/src/applications/daemon/query/PhabricatorDaemonLogQuery.php +lib/php/phorge/src/applications/daemon/storage/PhabricatorDaemonDAO.php +lib/php/phorge/src/applications/daemon/storage/PhabricatorDaemonLockLog.php +lib/php/phorge/src/applications/daemon/storage/PhabricatorDaemonLog.php +lib/php/phorge/src/applications/daemon/storage/PhabricatorDaemonLogEvent.php +lib/php/phorge/src/applications/daemon/view/PhabricatorDaemonLogListView.php +lib/php/phorge/src/applications/daemon/view/PhabricatorDaemonTasksTableView.php +lib/php/phorge/src/applications/dashboard/application/PhabricatorDashboardApplication.php +lib/php/phorge/src/applications/dashboard/conduit/PhabricatorDashboardPanelEditConduitAPIMethod.php +lib/php/phorge/src/applications/dashboard/conduit/PhabricatorDashboardPortalEditConduitAPIMethod.php +lib/php/phorge/src/applications/dashboard/conduit/PhabricatorDashboardPortalSearchConduitAPIMethod.php +lib/php/phorge/src/applications/dashboard/constants/PhabricatorDashboardPortalStatus.php +lib/php/phorge/src/applications/dashboard/controller/PhabricatorDashboardConsoleController.php +lib/php/phorge/src/applications/dashboard/controller/PhabricatorDashboardController.php +lib/php/phorge/src/applications/dashboard/controller/PhabricatorDashboardListController.php +lib/php/phorge/src/applications/dashboard/controller/PhabricatorDashboardProfileController.php +lib/php/phorge/src/applications/dashboard/controller/PhabricatorDashboardQueryPanelInstallController.php +lib/php/phorge/src/applications/dashboard/controller/dashboard/PhabricatorDashboardAdjustController.php +lib/php/phorge/src/applications/dashboard/controller/dashboard/PhabricatorDashboardArchiveController.php +lib/php/phorge/src/applications/dashboard/controller/dashboard/PhabricatorDashboardEditController.php +lib/php/phorge/src/applications/dashboard/controller/dashboard/PhabricatorDashboardInstallController.php +lib/php/phorge/src/applications/dashboard/controller/dashboard/PhabricatorDashboardViewController.php +lib/php/phorge/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelArchiveController.php +lib/php/phorge/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelEditController.php +lib/php/phorge/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php +lib/php/phorge/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelRenderController.php +lib/php/phorge/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelTabsController.php +lib/php/phorge/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelViewController.php +lib/php/phorge/src/applications/dashboard/controller/portal/PhabricatorDashboardPortalController.php +lib/php/phorge/src/applications/dashboard/controller/portal/PhabricatorDashboardPortalEditController.php +lib/php/phorge/src/applications/dashboard/controller/portal/PhabricatorDashboardPortalListController.php +lib/php/phorge/src/applications/dashboard/controller/portal/PhabricatorDashboardPortalViewController.php +lib/php/phorge/src/applications/dashboard/editfield/PhabricatorDashboardQueryPanelApplicationEditField.php +lib/php/phorge/src/applications/dashboard/editfield/PhabricatorDashboardQueryPanelQueryEditField.php +lib/php/phorge/src/applications/dashboard/editor/PhabricatorDashboardEditEngine.php +lib/php/phorge/src/applications/dashboard/editor/PhabricatorDashboardPanelEditEngine.php +lib/php/phorge/src/applications/dashboard/editor/PhabricatorDashboardPanelTransactionEditor.php +lib/php/phorge/src/applications/dashboard/editor/PhabricatorDashboardPortalEditEngine.php +lib/php/phorge/src/applications/dashboard/editor/PhabricatorDashboardPortalEditor.php +lib/php/phorge/src/applications/dashboard/editor/PhabricatorDashboardTransactionEditor.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardFerretEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardFulltextEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardPanelFerretEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardPanelFulltextEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardPortalFerretEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardPortalFulltextEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php +lib/php/phorge/src/applications/dashboard/engine/PhabricatorDashboardRenderingEngine.php +lib/php/phorge/src/applications/dashboard/engineextension/PhabricatorDashboardPanelContainerIndexEngineExtension.php +lib/php/phorge/src/applications/dashboard/icon/PhabricatorDashboardIconSet.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardApplicationInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardFavoritesInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardHomeInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardObjectInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardPortalInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/install/PhabricatorDashboardProjectInstallWorkflow.php +lib/php/phorge/src/applications/dashboard/interface/PhabricatorDashboardPanelContainerInterface.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardColumn.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardFullLayoutMode.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardHalfLayoutMode.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardLayoutMode.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardOneThirdLayoutMode.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardPanelRef.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardPanelRefList.php +lib/php/phorge/src/applications/dashboard/layoutconfig/PhabricatorDashboardTwoThirdsLayoutMode.php +lib/php/phorge/src/applications/dashboard/menuitem/PhabricatorDashboardPortalMenuItem.php +lib/php/phorge/src/applications/dashboard/paneltype/PhabricatorDashboardChartPanelType.php +lib/php/phorge/src/applications/dashboard/paneltype/PhabricatorDashboardPanelType.php +lib/php/phorge/src/applications/dashboard/paneltype/PhabricatorDashboardQueryPanelType.php +lib/php/phorge/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php +lib/php/phorge/src/applications/dashboard/paneltype/PhabricatorDashboardTextPanelType.php +lib/php/phorge/src/applications/dashboard/phid/PhabricatorDashboardDashboardPHIDType.php +lib/php/phorge/src/applications/dashboard/phid/PhabricatorDashboardPanelPHIDType.php +lib/php/phorge/src/applications/dashboard/phid/PhabricatorDashboardPortalPHIDType.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardPanelQuery.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardPanelSearchEngine.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardPanelTransactionQuery.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardPortalQuery.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardPortalSearchEngine.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardPortalTransactionQuery.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardQuery.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardSearchEngine.php +lib/php/phorge/src/applications/dashboard/query/PhabricatorDashboardTransactionQuery.php +lib/php/phorge/src/applications/dashboard/remarkup/PhabricatorDashboardRemarkupRule.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboard.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardDAO.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardPanel.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardPanelTransaction.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardPortal.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardPortalTransaction.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardSchemaSpec.php +lib/php/phorge/src/applications/dashboard/storage/PhabricatorDashboardTransaction.php +lib/php/phorge/src/applications/dashboard/typeahead/PhabricatorDashboardDatasource.php +lib/php/phorge/src/applications/dashboard/typeahead/PhabricatorDashboardPanelDatasource.php +lib/php/phorge/src/applications/dashboard/typeahead/PhabricatorDashboardPortalDatasource.php +lib/php/phorge/src/applications/dashboard/xaction/dashboard/PhabricatorDashboardIconTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/dashboard/PhabricatorDashboardLayoutTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/dashboard/PhabricatorDashboardNameTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/dashboard/PhabricatorDashboardPanelsTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/dashboard/PhabricatorDashboardStatusTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/dashboard/PhabricatorDashboardTransactionType.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardChartPanelChartTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardPanelNameTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardPanelPropertyTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardPanelStatusTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardPanelTransactionType.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardQueryPanelApplicationTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardQueryPanelLimitTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardQueryPanelQueryTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardTabsPanelTabsTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/panel/PhabricatorDashboardTextPanelTextTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/portal/PhabricatorDashboardPortalNameTransaction.php +lib/php/phorge/src/applications/dashboard/xaction/portal/PhabricatorDashboardPortalTransactionType.php +lib/php/phorge/src/applications/differential/DifferentialGetWorkingCopy.php +lib/php/phorge/src/applications/differential/__tests__/DifferentialParseRenderTestCase.php +lib/php/phorge/src/applications/differential/__tests__/data/empty.diff +lib/php/phorge/src/applications/differential/__tests__/data/empty.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/empty.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/fruit.diff +lib/php/phorge/src/applications/differential/__tests__/data/fruit.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/fruit.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/generated.diff +lib/php/phorge/src/applications/differential/__tests__/data/generated.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/generated.diff.one.unshielded +lib/php/phorge/src/applications/differential/__tests__/data/generated.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/generated.diff.two.unshielded +lib/php/phorge/src/applications/differential/__tests__/data/groups.diff +lib/php/phorge/src/applications/differential/__tests__/data/groups.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/groups.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/move-unedited.diff +lib/php/phorge/src/applications/differential/__tests__/data/move-unedited.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/move-unedited.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/move.diff +lib/php/phorge/src/applications/differential/__tests__/data/move.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/move.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/order.diff +lib/php/phorge/src/applications/differential/__tests__/data/order.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/order.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/whitespace.diff +lib/php/phorge/src/applications/differential/__tests__/data/whitespace.diff.one.expect +lib/php/phorge/src/applications/differential/__tests__/data/whitespace.diff.one.whitespace +lib/php/phorge/src/applications/differential/__tests__/data/whitespace.diff.two.expect +lib/php/phorge/src/applications/differential/__tests__/data/whitespace.diff.two.whitespace +lib/php/phorge/src/applications/differential/application/PhabricatorDifferentialApplication.php +lib/php/phorge/src/applications/differential/capability/DifferentialDefaultViewCapability.php +lib/php/phorge/src/applications/differential/command/DifferentialActionEmailCommand.php +lib/php/phorge/src/applications/differential/conduit/DifferentialChangesetSearchConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialCloseConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialCreateDiffConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialCreateInlineConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialCreateRawDiffConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialCreateRevisionConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialDiffSearchConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetAllDiffsConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetCommitPathsConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetDiffConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetRawDiffConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetRevisionCommentsConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialGetRevisionConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialQueryConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialQueryDiffsConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialRevisionEditConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialRevisionSearchConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialSetDiffPropertyConduitAPIMethod.php +lib/php/phorge/src/applications/differential/conduit/DifferentialUpdateRevisionConduitAPIMethod.php +lib/php/phorge/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php +lib/php/phorge/src/applications/differential/constants/DifferentialAction.php +lib/php/phorge/src/applications/differential/constants/DifferentialChangeType.php +lib/php/phorge/src/applications/differential/constants/DifferentialConstantsModule.php +lib/php/phorge/src/applications/differential/constants/DifferentialLegacyQuery.php +lib/php/phorge/src/applications/differential/constants/DifferentialLintStatus.php +lib/php/phorge/src/applications/differential/constants/DifferentialReviewerStatus.php +lib/php/phorge/src/applications/differential/constants/DifferentialRevisionControlSystem.php +lib/php/phorge/src/applications/differential/constants/DifferentialRevisionStatus.php +lib/php/phorge/src/applications/differential/constants/DifferentialUnitStatus.php +lib/php/phorge/src/applications/differential/constants/DifferentialUnitTestResult.php +lib/php/phorge/src/applications/differential/controller/DifferentialChangesetListController.php +lib/php/phorge/src/applications/differential/controller/DifferentialChangesetViewController.php +lib/php/phorge/src/applications/differential/controller/DifferentialController.php +lib/php/phorge/src/applications/differential/controller/DifferentialDiffCreateController.php +lib/php/phorge/src/applications/differential/controller/DifferentialDiffViewController.php +lib/php/phorge/src/applications/differential/controller/DifferentialInlineCommentEditController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionAffectedPathsController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionCloseDetailsController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionEditController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionInlinesController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionListController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionOperationController.php +lib/php/phorge/src/applications/differential/controller/DifferentialRevisionViewController.php +lib/php/phorge/src/applications/differential/customfield/DifferentialAsanaRepresentationField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialAuditorsField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialBlameRevisionField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialBranchField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialChangesSinceLastUpdateField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialCommitsField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialCoreCustomField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialCustomField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialDraftField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialHarbormasterField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialHostField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialJIRAIssuesField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialLintField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialManiphestTasksField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialPathField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialProjectReviewersField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialRepositoryField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialRequiredSignaturesField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialRevertPlanField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialReviewersField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialStoredCustomField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialSummaryField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialTestPlanField.php +lib/php/phorge/src/applications/differential/customfield/DifferentialUnitField.php +lib/php/phorge/src/applications/differential/customfield/__tests__/DifferentialBranchFieldTestCase.php +lib/php/phorge/src/applications/differential/doorkeeper/DifferentialDoorkeeperRevisionFeedStoryPublisher.php +lib/php/phorge/src/applications/differential/edge/DifferentialReviewerForRevisionEdgeType.php +lib/php/phorge/src/applications/differential/edge/DifferentialRevisionDependedOnByRevisionEdgeType.php +lib/php/phorge/src/applications/differential/edge/DifferentialRevisionDependsOnRevisionEdgeType.php +lib/php/phorge/src/applications/differential/edge/DifferentialRevisionHasCommitEdgeType.php +lib/php/phorge/src/applications/differential/edge/DifferentialRevisionHasReviewerEdgeType.php +lib/php/phorge/src/applications/differential/edge/DifferentialRevisionHasTaskEdgeType.php +lib/php/phorge/src/applications/differential/editor/DifferentialDiffEditor.php +lib/php/phorge/src/applications/differential/editor/DifferentialRevisionEditEngine.php +lib/php/phorge/src/applications/differential/editor/DifferentialTransactionEditor.php +lib/php/phorge/src/applications/differential/engine/DifferentialAffectedPathEngine.php +lib/php/phorge/src/applications/differential/engine/DifferentialChangesetEngine.php +lib/php/phorge/src/applications/differential/engine/DifferentialDiffExtractionEngine.php +lib/php/phorge/src/applications/differential/engine/DifferentialFileTreeEngine.php +lib/php/phorge/src/applications/differential/engine/DifferentialRevisionDraftEngine.php +lib/php/phorge/src/applications/differential/engine/DifferentialRevisionTimelineEngine.php +lib/php/phorge/src/applications/differential/engineextension/DifferentialCommitsSearchEngineAttachment.php +lib/php/phorge/src/applications/differential/engineextension/DifferentialHovercardEngineExtension.php +lib/php/phorge/src/applications/differential/engineextension/DifferentialMailEngineExtension.php +lib/php/phorge/src/applications/differential/engineextension/DifferentialReviewersSearchEngineAttachment.php +lib/php/phorge/src/applications/differential/exception/DifferentialFieldParseException.php +lib/php/phorge/src/applications/differential/exception/DifferentialFieldValidationException.php +lib/php/phorge/src/applications/differential/field/DifferentialAuditorsCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialBlameRevisionCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialCommitMessageCustomField.php +lib/php/phorge/src/applications/differential/field/DifferentialCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialConflictsCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialGitSVNIDCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialJIRAIssuesCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialRevertPlanCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialReviewedByCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialReviewersCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialRevisionIDCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialSubscribersCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialSummaryCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialTagsCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialTasksCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialTestPlanCommitMessageField.php +lib/php/phorge/src/applications/differential/field/DifferentialTitleCommitMessageField.php +lib/php/phorge/src/applications/differential/field/__tests__/DifferentialCommitMessageFieldTestCase.php +lib/php/phorge/src/applications/differential/garbagecollector/DifferentialParseCacheGarbageCollector.php +lib/php/phorge/src/applications/differential/garbagecollector/DifferentialViewStateGarbageCollector.php +lib/php/phorge/src/applications/differential/harbormaster/DifferentialBuildableEngine.php +lib/php/phorge/src/applications/differential/herald/DifferentialBlockHeraldAction.php +lib/php/phorge/src/applications/differential/herald/DifferentialChangeHeraldFieldGroup.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffAffectedFilesHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffAuthorHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffAuthorProjectsHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffContentAddedHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffContentHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffContentRemovedHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffHeraldFieldGroup.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffRepositoryHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialDiffRepositoryProjectsHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialHeraldStateReasons.php +lib/php/phorge/src/applications/differential/herald/DifferentialReviewersAddBlockingReviewersHeraldAction.php +lib/php/phorge/src/applications/differential/herald/DifferentialReviewersAddBlockingSelfHeraldAction.php +lib/php/phorge/src/applications/differential/herald/DifferentialReviewersAddReviewersHeraldAction.php +lib/php/phorge/src/applications/differential/herald/DifferentialReviewersAddSelfHeraldAction.php +lib/php/phorge/src/applications/differential/herald/DifferentialReviewersHeraldAction.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionAffectedFilesHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionAuthorHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionAuthorPackagesHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionAuthorProjectsHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionContentAddedHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionContentHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionContentRemovedHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionHeraldFieldGroup.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionJIRAIssueURIsHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionPackageHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionPackageOwnerHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionRepositoryHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionRepositoryProjectsHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionReviewersHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionStatusHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionSummaryHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionTestPlanHeraldField.php +lib/php/phorge/src/applications/differential/herald/DifferentialRevisionTitleHeraldField.php +lib/php/phorge/src/applications/differential/herald/HeraldDifferentialAdapter.php +lib/php/phorge/src/applications/differential/herald/HeraldDifferentialDiffAdapter.php +lib/php/phorge/src/applications/differential/herald/HeraldDifferentialRevisionAdapter.php +lib/php/phorge/src/applications/differential/lipsum/PhabricatorDifferentialRevisionTestDataGenerator.php +lib/php/phorge/src/applications/differential/mail/DifferentialChangeDetailMailView.php +lib/php/phorge/src/applications/differential/mail/DifferentialCreateMailReceiver.php +lib/php/phorge/src/applications/differential/mail/DifferentialInlineCommentMailView.php +lib/php/phorge/src/applications/differential/mail/DifferentialMailView.php +lib/php/phorge/src/applications/differential/mail/DifferentialReplyHandler.php +lib/php/phorge/src/applications/differential/mail/DifferentialRevisionMailReceiver.php +lib/php/phorge/src/applications/differential/management/PhabricatorDifferentialAttachCommitWorkflow.php +lib/php/phorge/src/applications/differential/management/PhabricatorDifferentialExtractWorkflow.php +lib/php/phorge/src/applications/differential/management/PhabricatorDifferentialManagementWorkflow.php +lib/php/phorge/src/applications/differential/management/PhabricatorDifferentialMigrateHunkWorkflow.php +lib/php/phorge/src/applications/differential/management/PhabricatorDifferentialRebuildChangesetsWorkflow.php +lib/php/phorge/src/applications/differential/parser/DifferentialChangesetParser.php +lib/php/phorge/src/applications/differential/parser/DifferentialCommitMessageParser.php +lib/php/phorge/src/applications/differential/parser/DifferentialCustomFieldDependsOnParser.php +lib/php/phorge/src/applications/differential/parser/DifferentialCustomFieldRevertsParser.php +lib/php/phorge/src/applications/differential/parser/DifferentialHunkParser.php +lib/php/phorge/src/applications/differential/parser/DifferentialLineAdjustmentMap.php +lib/php/phorge/src/applications/differential/parser/__tests__/DifferentialChangesetParserTestCase.php +lib/php/phorge/src/applications/differential/parser/__tests__/DifferentialCommitMessageParserTestCase.php +lib/php/phorge/src/applications/differential/parser/__tests__/DifferentialCustomFieldDependsOnParserTestCase.php +lib/php/phorge/src/applications/differential/parser/__tests__/DifferentialCustomFieldRevertsParserTestCase.php +lib/php/phorge/src/applications/differential/parser/__tests__/DifferentialHunkParserTestCase.php +lib/php/phorge/src/applications/differential/parser/__tests__/DifferentialTabReplacementTestCase.php +lib/php/phorge/src/applications/differential/parser/__tests__/data/missing_context.diff +lib/php/phorge/src/applications/differential/parser/__tests__/data/missing_context_2.diff +lib/php/phorge/src/applications/differential/parser/__tests__/data/missing_context_3.diff +lib/php/phorge/src/applications/differential/parser/__tests__/messages/double-field.txt +lib/php/phorge/src/applications/differential/parser/__tests__/messages/long-title.txt +lib/php/phorge/src/applications/differential/parser/__tests__/messages/multi-label.txt +lib/php/phorge/src/applications/differential/parser/__tests__/messages/normal.txt +lib/php/phorge/src/applications/differential/parser/__tests__/messages/simple.txt +lib/php/phorge/src/applications/differential/parser/__tests__/messages/title-with-label.txt +lib/php/phorge/src/applications/differential/parser/__tests__/messages/trivial.txt +lib/php/phorge/src/applications/differential/phid/DifferentialChangesetPHIDType.php +lib/php/phorge/src/applications/differential/phid/DifferentialDiffPHIDType.php +lib/php/phorge/src/applications/differential/phid/DifferentialRevisionPHIDType.php +lib/php/phorge/src/applications/differential/query/DifferentialChangesetQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialChangesetSearchEngine.php +lib/php/phorge/src/applications/differential/query/DifferentialDiffInlineCommentQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialDiffQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialDiffSearchEngine.php +lib/php/phorge/src/applications/differential/query/DifferentialDiffTransactionQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialHunkQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialRepositoryLookup.php +lib/php/phorge/src/applications/differential/query/DifferentialRevisionQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialRevisionRequiredActionResultBucket.php +lib/php/phorge/src/applications/differential/query/DifferentialRevisionResultBucket.php +lib/php/phorge/src/applications/differential/query/DifferentialRevisionSearchEngine.php +lib/php/phorge/src/applications/differential/query/DifferentialTransactionQuery.php +lib/php/phorge/src/applications/differential/query/DifferentialViewStateQuery.php +lib/php/phorge/src/applications/differential/relationships/DifferentialRevisionHasChildRelationship.php +lib/php/phorge/src/applications/differential/relationships/DifferentialRevisionHasCommitRelationship.php +lib/php/phorge/src/applications/differential/relationships/DifferentialRevisionHasParentRelationship.php +lib/php/phorge/src/applications/differential/relationships/DifferentialRevisionHasTaskRelationship.php +lib/php/phorge/src/applications/differential/relationships/DifferentialRevisionRelationship.php +lib/php/phorge/src/applications/differential/remarkup/DifferentialRemarkupRule.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetHTMLRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetOneUpMailRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetOneUpRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetOneUpTestRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetTestRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialChangesetTwoUpTestRenderer.php +lib/php/phorge/src/applications/differential/render/DifferentialRawDiffRenderer.php +lib/php/phorge/src/applications/differential/search/DifferentialRevisionFerretEngine.php +lib/php/phorge/src/applications/differential/search/DifferentialRevisionFulltextEngine.php +lib/php/phorge/src/applications/differential/storage/DifferentialAffectedPath.php +lib/php/phorge/src/applications/differential/storage/DifferentialChangeset.php +lib/php/phorge/src/applications/differential/storage/DifferentialCustomFieldNumericIndex.php +lib/php/phorge/src/applications/differential/storage/DifferentialCustomFieldStorage.php +lib/php/phorge/src/applications/differential/storage/DifferentialCustomFieldStringIndex.php +lib/php/phorge/src/applications/differential/storage/DifferentialDAO.php +lib/php/phorge/src/applications/differential/storage/DifferentialDiff.php +lib/php/phorge/src/applications/differential/storage/DifferentialDiffProperty.php +lib/php/phorge/src/applications/differential/storage/DifferentialDiffTransaction.php +lib/php/phorge/src/applications/differential/storage/DifferentialHiddenComment.php +lib/php/phorge/src/applications/differential/storage/DifferentialHunk.php +lib/php/phorge/src/applications/differential/storage/DifferentialInlineComment.php +lib/php/phorge/src/applications/differential/storage/DifferentialReviewer.php +lib/php/phorge/src/applications/differential/storage/DifferentialRevision.php +lib/php/phorge/src/applications/differential/storage/DifferentialSchemaSpec.php +lib/php/phorge/src/applications/differential/storage/DifferentialTransaction.php +lib/php/phorge/src/applications/differential/storage/DifferentialTransactionComment.php +lib/php/phorge/src/applications/differential/storage/DifferentialViewState.php +lib/php/phorge/src/applications/differential/storage/__tests__/DifferentialAdjustmentMapTestCase.php +lib/php/phorge/src/applications/differential/storage/__tests__/DifferentialChangesetTestCase.php +lib/php/phorge/src/applications/differential/storage/__tests__/DifferentialDiffTestCase.php +lib/php/phorge/src/applications/differential/storage/__tests__/DifferentialHunkTestCase.php +lib/php/phorge/src/applications/differential/storage/__tests__/diff/copy_overlay.diff +lib/php/phorge/src/applications/differential/storage/__tests__/diff/lint_engine.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/basic.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/fruit1.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/fruit2.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/new.txt +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/newline.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/offset.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/old.txt +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/trailing_newline_absent.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/trailing_newline_added.diff +lib/php/phorge/src/applications/differential/storage/__tests__/hunk/trailing_newline_removed.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/add.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/chain.adjust.1.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/chain.adjust.2.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/chain.adjust.3.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/change.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/context.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/insert.diff +lib/php/phorge/src/applications/differential/storage/__tests__/map/remove.diff +lib/php/phorge/src/applications/differential/typeahead/DifferentialBlockingReviewerDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialExactUserFunctionDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialNoReviewersDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialResponsibleDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialResponsibleUserDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialResponsibleViewerFunctionDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialReviewerDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialReviewerFunctionDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialRevisionClosedStatusDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialRevisionOpenStatusDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialRevisionStatusDatasource.php +lib/php/phorge/src/applications/differential/typeahead/DifferentialRevisionStatusFunctionDatasource.php +lib/php/phorge/src/applications/differential/view/DifferentialChangesetDetailView.php +lib/php/phorge/src/applications/differential/view/DifferentialChangesetListView.php +lib/php/phorge/src/applications/differential/view/DifferentialLocalCommitsView.php +lib/php/phorge/src/applications/differential/view/DifferentialReviewersView.php +lib/php/phorge/src/applications/differential/view/DifferentialRevisionListView.php +lib/php/phorge/src/applications/differential/view/DifferentialRevisionUpdateHistoryView.php +lib/php/phorge/src/applications/differential/view/DifferentialTransactionView.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionAbandonTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionAcceptTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionActionTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionAuthorTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionBuildableTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionCloseTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionCommandeerTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionHoldDraftTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionInlineTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionPlanChangesTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionReclaimTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionRejectTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionReopenTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionRepositoryTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionRequestReviewTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionResignTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionReviewTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionReviewersTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionStatusTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionSummaryTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionTestPlanTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionTitleTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionTransactionType.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionUpdateTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionVoidTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionWrongBuildsTransaction.php +lib/php/phorge/src/applications/differential/xaction/DifferentialRevisionWrongStateTransaction.php +lib/php/phorge/src/applications/diffusion/DiffusionCommitAuditStatus.php +lib/php/phorge/src/applications/diffusion/DiffusionLintSaveRunner.php +lib/php/phorge/src/applications/diffusion/application/PhabricatorDiffusionApplication.php +lib/php/phorge/src/applications/diffusion/capability/DiffusionCreateRepositoriesCapability.php +lib/php/phorge/src/applications/diffusion/capability/DiffusionDefaultEditCapability.php +lib/php/phorge/src/applications/diffusion/capability/DiffusionDefaultPushCapability.php +lib/php/phorge/src/applications/diffusion/capability/DiffusionDefaultViewCapability.php +lib/php/phorge/src/applications/diffusion/capability/DiffusionPushCapability.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionBlameConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionBranchQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionBrowseQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionCommitEditConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionCommitParentsQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionCommitSearchConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionDiffQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionExistsQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionFileContentQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionFindSymbolsConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionGetLintMessagesConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionGetRecentCommitsByPathConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionHistoryQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionInternalAncestorsConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionInternalCommitSearchConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionInternalGitRawDiffQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionLastModifiedQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionLookSoonConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionMergedCommitsQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionQueryCommitsConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionQueryPathsConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionRawDiffQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionRefsQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionRepositoryEditConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionRepositorySearchConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionResolveRefsConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionSearchQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionTagsQueryConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionURIEditConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/conduit/DiffusionUpdateCoverageConduitAPIMethod.php +lib/php/phorge/src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionBlameController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionBranchTableController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionBrowseController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionChangeController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCloneController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCommitBranchesController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCommitController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCommitEditController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCommitListController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCommitTagsController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionCompareController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionDiffController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionDocumentController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionExternalController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionHistoryController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionIdentityEditController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionIdentityListController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionIdentityViewController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionInlineCommentController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionLastModifiedController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionLintController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionLogController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionPathCompleteController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionPathTreeController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionPathValidateController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionPullLogListController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionPushEventViewController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionPushLogListController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRefTableController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryDefaultController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditActivateController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditDangerousController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditEnormousController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditPublishingController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryEditUpdateController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryListController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryManageController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryManagePanelsController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryProfilePictureController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryTestAutomationController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryURICredentialController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryURIDisableController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryURIEditController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionRepositoryURIViewController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionServeController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionSymbolController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionSyncLogListController.php +lib/php/phorge/src/applications/diffusion/controller/DiffusionTagListController.php +lib/php/phorge/src/applications/diffusion/controller/__tests__/DiffusionServeControllerTestCase.php +lib/php/phorge/src/applications/diffusion/data/DiffusionBrowseResultSet.php +lib/php/phorge/src/applications/diffusion/data/DiffusionCommitHash.php +lib/php/phorge/src/applications/diffusion/data/DiffusionCommitRef.php +lib/php/phorge/src/applications/diffusion/data/DiffusionGitBranch.php +lib/php/phorge/src/applications/diffusion/data/DiffusionLocalRepositoryFilter.php +lib/php/phorge/src/applications/diffusion/data/DiffusionPathChange.php +lib/php/phorge/src/applications/diffusion/data/DiffusionRepositoryPath.php +lib/php/phorge/src/applications/diffusion/data/DiffusionRepositoryRef.php +lib/php/phorge/src/applications/diffusion/data/DiffusionRepositoryTag.php +lib/php/phorge/src/applications/diffusion/data/__tests__/DiffusionGitBranchTestCase.php +lib/php/phorge/src/applications/diffusion/document/DiffusionDocumentRenderingEngine.php +lib/php/phorge/src/applications/diffusion/doorkeeper/DiffusionDoorkeeperCommitFeedStoryPublisher.php +lib/php/phorge/src/applications/diffusion/edge/DiffusionCommitHasPackageEdgeType.php +lib/php/phorge/src/applications/diffusion/edge/DiffusionCommitHasRevisionEdgeType.php +lib/php/phorge/src/applications/diffusion/edge/DiffusionCommitHasTaskEdgeType.php +lib/php/phorge/src/applications/diffusion/edge/DiffusionCommitRevertedByCommitEdgeType.php +lib/php/phorge/src/applications/diffusion/edge/DiffusionCommitRevertsCommitEdgeType.php +lib/php/phorge/src/applications/diffusion/editfield/DiffusionIdentityAssigneeEditField.php +lib/php/phorge/src/applications/diffusion/editor/DiffusionCommitEditEngine.php +lib/php/phorge/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php +lib/php/phorge/src/applications/diffusion/editor/DiffusionRepositoryIdentityEditor.php +lib/php/phorge/src/applications/diffusion/editor/DiffusionURIEditEngine.php +lib/php/phorge/src/applications/diffusion/editor/DiffusionURIEditor.php +lib/php/phorge/src/applications/diffusion/engine/DiffusionCommitDraftEngine.php +lib/php/phorge/src/applications/diffusion/engine/DiffusionCommitHookEngine.php +lib/php/phorge/src/applications/diffusion/engine/DiffusionCommitTimelineEngine.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionAuditorsSearchEngineAttachment.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionCacheEngineExtension.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionDatasourceEngineExtension.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionHovercardEngineExtension.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionRepositoryMetricsSearchEngineAttachment.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionRepositoryURIsIndexEngineExtension.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionRepositoryURIsSearchEngineAttachment.php +lib/php/phorge/src/applications/diffusion/engineextension/DiffusionSourceHyperlinkEngineExtension.php +lib/php/phorge/src/applications/diffusion/exception/DiffusionCommitHookRejectException.php +lib/php/phorge/src/applications/diffusion/exception/DiffusionDaemonLockException.php +lib/php/phorge/src/applications/diffusion/exception/DiffusionMercurialFlagInjectionException.php +lib/php/phorge/src/applications/diffusion/exception/DiffusionRefNotFoundException.php +lib/php/phorge/src/applications/diffusion/exception/DiffusionSetupException.php +lib/php/phorge/src/applications/diffusion/garbagecollector/DiffusionPullEventGarbageCollector.php +lib/php/phorge/src/applications/diffusion/gitlfs/DiffusionGitLFSAuthenticateWorkflow.php +lib/php/phorge/src/applications/diffusion/gitlfs/DiffusionGitLFSTemporaryTokenType.php +lib/php/phorge/src/applications/diffusion/harbormaster/DiffusionBuildableEngine.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionAuditorsAddAuditorsHeraldAction.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionAuditorsAddSelfHeraldAction.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionAuditorsHeraldAction.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionBlockHeraldAction.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionChangeHeraldFieldGroup.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitAffectedFilesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitAuditorsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitAuthorHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitAuthorPackagesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitAuthorProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitAutocloseHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitBranchesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitCommitterHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitCommitterPackagesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitCommitterProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitDiffContentAddedHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitDiffContentHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitDiffContentRemovedHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitDiffEnormousHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitHeraldFieldGroup.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitMergeHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitMessageHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitPackageAuditHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitPackageHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitPackageOwnerHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRepositoryHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRepositoryProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitReviewerHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRevisionAcceptedHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRevisionAcceptingReviewersHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRevisionHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRevisionReviewersHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitRevisionSubscribersHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionCommitWrongBuildsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentAffectedFilesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentAuthorHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentAuthorPackagesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentAuthorProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentAuthorRawHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentBranchesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentCommitterHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentCommitterPackagesHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentCommitterProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentCommitterRawHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentDiffContentAddedHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentDiffContentHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentDiffContentRemovedHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentDiffEnormousHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentMergeHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentMessageHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentPackageHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentPackageOwnerHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentPusherHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentPusherIsCommitterHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentPusherProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRepositoryHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRepositoryProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionAcceptedHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionAcceptingReviewersHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionReviewersHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionSubscribersHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitContentWrongBuildsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefChangeHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefHeraldFieldGroup.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefNameHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefPusherHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefPusherProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefRepositoryHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefRepositoryProjectsHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitRefTypeHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/DiffusionPreCommitUsesGitLFSHeraldField.php +lib/php/phorge/src/applications/diffusion/herald/HeraldCommitAdapter.php +lib/php/phorge/src/applications/diffusion/herald/HeraldPreCommitAdapter.php +lib/php/phorge/src/applications/diffusion/herald/HeraldPreCommitContentAdapter.php +lib/php/phorge/src/applications/diffusion/herald/HeraldPreCommitRefAdapter.php +lib/php/phorge/src/applications/diffusion/identity/DiffusionRepositoryIdentityDestructionEngineExtension.php +lib/php/phorge/src/applications/diffusion/identity/DiffusionRepositoryIdentityEngine.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryAutomationManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryBranchesManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryHistoryManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryLimitsManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryManagementBuildsPanelGroup.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryManagementIntegrationsPanelGroup.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryManagementMainPanelGroup.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryManagementOtherPanelGroup.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryManagementPanelGroup.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryPoliciesManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryStagingManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryStorageManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositorySubversionManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositorySymbolsManagementPanel.php +lib/php/phorge/src/applications/diffusion/management/DiffusionRepositoryURIsManagementPanel.php +lib/php/phorge/src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionCommandEngine.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionGitCommandEngine.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionGitUploadPackWireProtocol.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionGitWireProtocol.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionGitWireProtocolCapabilities.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionGitWireProtocolRef.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionGitWireProtocolRefList.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionMercurialCommandEngine.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionRepositoryClusterEngine.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionRepositoryClusterEngineLogInterface.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionSubversionCommandEngine.php +lib/php/phorge/src/applications/diffusion/protocol/DiffusionSubversionWireProtocol.php +lib/php/phorge/src/applications/diffusion/protocol/__tests__/DiffusionCommandEngineTestCase.php +lib/php/phorge/src/applications/diffusion/protocol/__tests__/DiffusionMercurialCommandEngineTests.php +lib/php/phorge/src/applications/diffusion/protocol/__tests__/DiffusionMercurialWireProtocolTests.php +lib/php/phorge/src/applications/diffusion/protocol/__tests__/DiffusionSubversionWireProtocolTestCase.php +lib/php/phorge/src/applications/diffusion/query/DiffusionCachedResolveRefsQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionCommitHintQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionCommitQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionCommitRequiredActionResultBucket.php +lib/php/phorge/src/applications/diffusion/query/DiffusionCommitResultBucket.php +lib/php/phorge/src/applications/diffusion/query/DiffusionCommitRevisionQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionDiffInlineCommentQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionFileFutureQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionLintCountQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionPathQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionPullLogSearchEngine.php +lib/php/phorge/src/applications/diffusion/query/DiffusionQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionRenameHistoryQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionRepositoryIdentitySearchEngine.php +lib/php/phorge/src/applications/diffusion/query/DiffusionResolveUserQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionSymbolQuery.php +lib/php/phorge/src/applications/diffusion/query/DiffusionSyncLogSearchEngine.php +lib/php/phorge/src/applications/diffusion/query/blame/DiffusionBlameQuery.php +lib/php/phorge/src/applications/diffusion/query/blame/DiffusionGitBlameQuery.php +lib/php/phorge/src/applications/diffusion/query/blame/DiffusionMercurialBlameQuery.php +lib/php/phorge/src/applications/diffusion/query/blame/DiffusionSvnBlameQuery.php +lib/php/phorge/src/applications/diffusion/query/filecontent/DiffusionFileContentQuery.php +lib/php/phorge/src/applications/diffusion/query/filecontent/DiffusionGitFileContentQuery.php +lib/php/phorge/src/applications/diffusion/query/filecontent/DiffusionMercurialFileContentQuery.php +lib/php/phorge/src/applications/diffusion/query/filecontent/DiffusionSvnFileContentQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelCommitFieldsQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelCommitQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelFilesizeQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelGitRefQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelMercurialBranchesQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelMercurialPathsQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelParentsQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelQuery.php +lib/php/phorge/src/applications/diffusion/query/lowlevel/DiffusionLowLevelResolveRefsQuery.php +lib/php/phorge/src/applications/diffusion/query/pathchange/DiffusionPathChangeQuery.php +lib/php/phorge/src/applications/diffusion/query/pathid/DiffusionPathIDQuery.php +lib/php/phorge/src/applications/diffusion/query/pathid/__tests__/DiffusionPathQueryTestCase.php +lib/php/phorge/src/applications/diffusion/query/rawdiff/DiffusionGitRawDiffQuery.php +lib/php/phorge/src/applications/diffusion/query/rawdiff/DiffusionMercurialRawDiffQuery.php +lib/php/phorge/src/applications/diffusion/query/rawdiff/DiffusionRawDiffQuery.php +lib/php/phorge/src/applications/diffusion/query/rawdiff/DiffusionSvnRawDiffQuery.php +lib/php/phorge/src/applications/diffusion/ref/DiffusionServiceRef.php +lib/php/phorge/src/applications/diffusion/relationships/DiffusionCommitHasRevisionRelationship.php +lib/php/phorge/src/applications/diffusion/relationships/DiffusionCommitHasTaskRelationship.php +lib/php/phorge/src/applications/diffusion/relationships/DiffusionCommitRelationship.php +lib/php/phorge/src/applications/diffusion/remarkup/DiffusionCommitRemarkupRule.php +lib/php/phorge/src/applications/diffusion/remarkup/DiffusionRepositoryByIDRemarkupRule.php +lib/php/phorge/src/applications/diffusion/remarkup/DiffusionRepositoryRemarkupRule.php +lib/php/phorge/src/applications/diffusion/remarkup/DiffusionSourceLinkRemarkupRule.php +lib/php/phorge/src/applications/diffusion/remarkup/__tests__/DiffusionCommitRemarkupRuleTestCase.php +lib/php/phorge/src/applications/diffusion/request/DiffusionGitRequest.php +lib/php/phorge/src/applications/diffusion/request/DiffusionMercurialRequest.php +lib/php/phorge/src/applications/diffusion/request/DiffusionRequest.php +lib/php/phorge/src/applications/diffusion/request/DiffusionSvnRequest.php +lib/php/phorge/src/applications/diffusion/request/__tests__/DiffusionURITestCase.php +lib/php/phorge/src/applications/diffusion/response/DiffusionGitLFSResponse.php +lib/php/phorge/src/applications/diffusion/response/DiffusionGitResponse.php +lib/php/phorge/src/applications/diffusion/response/DiffusionMercurialResponse.php +lib/php/phorge/src/applications/diffusion/searchfield/DiffusionIdentityAssigneeSearchField.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionGitReceivePackSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionGitSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionGitUploadPackSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionMercurialSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionMercurialServeSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionMercurialWireClientSSHProtocolChannel.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionSubversionSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/DiffusionSubversionServeSSHWorkflow.php +lib/php/phorge/src/applications/diffusion/ssh/__tests__/DiffusionMercurialWireSSHTestCase.php +lib/php/phorge/src/applications/diffusion/ssh/__tests__/hgwiredata/batch.txt +lib/php/phorge/src/applications/diffusion/ssh/__tests__/hgwiredata/capabilities.txt +lib/php/phorge/src/applications/diffusion/ssh/__tests__/hgwiredata/capabilities2.txt +lib/php/phorge/src/applications/diffusion/ssh/__tests__/hgwiredata/getbundle.txt +lib/php/phorge/src/applications/diffusion/ssh/__tests__/hgwiredata/unbundle.txt +lib/php/phorge/src/applications/diffusion/symbol/DiffusionExternalSymbolQuery.php +lib/php/phorge/src/applications/diffusion/symbol/DiffusionExternalSymbolsSource.php +lib/php/phorge/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php +lib/php/phorge/src/applications/diffusion/symbol/DiffusionPythonExternalSymbolsSource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionAuditorDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionAuditorFunctionDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionIdentityAssigneeDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionIdentityUnassignedDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionRefDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionRepositoryDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionRepositoryFunctionDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionSymbolDatasource.php +lib/php/phorge/src/applications/diffusion/typeahead/DiffusionTaggedRepositoriesFunctionDatasource.php +lib/php/phorge/src/applications/diffusion/view/DiffusionBranchListView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionBrowseTableView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionCloneURIView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionCommitGraphView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionEmptyResultView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionPatternSearchView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionPullLogListView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionPushLogListView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionReadmeView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionSourceLinkView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionSyncLogListView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionTagListView.php +lib/php/phorge/src/applications/diffusion/view/DiffusionView.php +lib/php/phorge/src/applications/diffusion/worker/DiffusionUpdateObjectAfterCommitWorker.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitAcceptTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitActionTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitAuditTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitAuditorsTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitBuildableTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitConcernTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitResignTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitStateTransaction.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitTransactionType.php +lib/php/phorge/src/applications/diffusion/xaction/DiffusionCommitVerifyTransaction.php +lib/php/phorge/src/applications/diviner/application/PhabricatorDivinerApplication.php +lib/php/phorge/src/applications/diviner/atom/DivinerAtom.php +lib/php/phorge/src/applications/diviner/atom/DivinerAtomRef.php +lib/php/phorge/src/applications/diviner/atomizer/DivinerArticleAtomizer.php +lib/php/phorge/src/applications/diviner/atomizer/DivinerAtomizer.php +lib/php/phorge/src/applications/diviner/atomizer/DivinerFileAtomizer.php +lib/php/phorge/src/applications/diviner/atomizer/DivinerPHPAtomizer.php +lib/php/phorge/src/applications/diviner/cache/DivinerAtomCache.php +lib/php/phorge/src/applications/diviner/cache/DivinerDiskCache.php +lib/php/phorge/src/applications/diviner/cache/DivinerPublishCache.php +lib/php/phorge/src/applications/diviner/capability/DivinerDefaultEditCapability.php +lib/php/phorge/src/applications/diviner/capability/DivinerDefaultViewCapability.php +lib/php/phorge/src/applications/diviner/controller/DivinerAtomController.php +lib/php/phorge/src/applications/diviner/controller/DivinerAtomListController.php +lib/php/phorge/src/applications/diviner/controller/DivinerBookController.php +lib/php/phorge/src/applications/diviner/controller/DivinerBookEditController.php +lib/php/phorge/src/applications/diviner/controller/DivinerController.php +lib/php/phorge/src/applications/diviner/controller/DivinerFindController.php +lib/php/phorge/src/applications/diviner/controller/DivinerMainController.php +lib/php/phorge/src/applications/diviner/editor/DivinerLiveBookEditor.php +lib/php/phorge/src/applications/diviner/markup/DivinerSymbolRemarkupRule.php +lib/php/phorge/src/applications/diviner/phid/DivinerAtomPHIDType.php +lib/php/phorge/src/applications/diviner/phid/DivinerBookPHIDType.php +lib/php/phorge/src/applications/diviner/publisher/DivinerLivePublisher.php +lib/php/phorge/src/applications/diviner/publisher/DivinerPublisher.php +lib/php/phorge/src/applications/diviner/publisher/DivinerStaticPublisher.php +lib/php/phorge/src/applications/diviner/query/DivinerAtomQuery.php +lib/php/phorge/src/applications/diviner/query/DivinerAtomSearchEngine.php +lib/php/phorge/src/applications/diviner/query/DivinerBookQuery.php +lib/php/phorge/src/applications/diviner/query/DivinerLiveBookTransactionQuery.php +lib/php/phorge/src/applications/diviner/renderer/DivinerDefaultRenderer.php +lib/php/phorge/src/applications/diviner/renderer/DivinerRenderer.php +lib/php/phorge/src/applications/diviner/search/DivinerLiveBookFulltextEngine.php +lib/php/phorge/src/applications/diviner/search/DivinerLiveSymbolFulltextEngine.php +lib/php/phorge/src/applications/diviner/storage/DivinerDAO.php +lib/php/phorge/src/applications/diviner/storage/DivinerLiveAtom.php +lib/php/phorge/src/applications/diviner/storage/DivinerLiveBook.php +lib/php/phorge/src/applications/diviner/storage/DivinerLiveBookTransaction.php +lib/php/phorge/src/applications/diviner/storage/DivinerLiveSymbol.php +lib/php/phorge/src/applications/diviner/storage/DivinerSchemaSpec.php +lib/php/phorge/src/applications/diviner/typeahead/DivinerBookDatasource.php +lib/php/phorge/src/applications/diviner/view/DivinerBookItemView.php +lib/php/phorge/src/applications/diviner/view/DivinerParameterTableView.php +lib/php/phorge/src/applications/diviner/view/DivinerReturnTableView.php +lib/php/phorge/src/applications/diviner/view/DivinerSectionView.php +lib/php/phorge/src/applications/diviner/workflow/DivinerAtomizeWorkflow.php +lib/php/phorge/src/applications/diviner/workflow/DivinerGenerateWorkflow.php +lib/php/phorge/src/applications/diviner/workflow/DivinerWorkflow.php +lib/php/phorge/src/applications/doorkeeper/application/PhabricatorDoorkeeperApplication.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridge.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridgeAsana.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridgeGitHub.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridgeGitHubIssue.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridgeGitHubUser.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridgeJIRA.php +lib/php/phorge/src/applications/doorkeeper/bridge/DoorkeeperBridgedObjectInterface.php +lib/php/phorge/src/applications/doorkeeper/bridge/__tests__/DoorkeeperBridgeJIRATestCase.php +lib/php/phorge/src/applications/doorkeeper/controller/DoorkeeperTagsController.php +lib/php/phorge/src/applications/doorkeeper/edge/PhabricatorAsanaSubtaskHasObjectEdgeType.php +lib/php/phorge/src/applications/doorkeeper/edge/PhabricatorAsanaTaskHasObjectEdgeType.php +lib/php/phorge/src/applications/doorkeeper/edge/PhabricatorJiraIssueHasObjectEdgeType.php +lib/php/phorge/src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaSubtaskEdgeType.php +lib/php/phorge/src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaTaskEdgeType.php +lib/php/phorge/src/applications/doorkeeper/edge/PhabricatorObjectHasJiraIssueEdgeType.php +lib/php/phorge/src/applications/doorkeeper/engine/DoorkeeperFeedStoryPublisher.php +lib/php/phorge/src/applications/doorkeeper/engine/DoorkeeperImportEngine.php +lib/php/phorge/src/applications/doorkeeper/engine/DoorkeeperObjectRef.php +lib/php/phorge/src/applications/doorkeeper/engine/DoorkeeperURIRef.php +lib/php/phorge/src/applications/doorkeeper/engineextension/DoorkeeperBridgedObjectCurtainExtension.php +lib/php/phorge/src/applications/doorkeeper/engineextension/DoorkeeperHyperlinkEngineExtension.php +lib/php/phorge/src/applications/doorkeeper/exception/DoorkeeperMissingLinkException.php +lib/php/phorge/src/applications/doorkeeper/interface/DoorkeeperRemarkupURIInterface.php +lib/php/phorge/src/applications/doorkeeper/option/PhabricatorAsanaConfigOptions.php +lib/php/phorge/src/applications/doorkeeper/phid/DoorkeeperExternalObjectPHIDType.php +lib/php/phorge/src/applications/doorkeeper/query/DoorkeeperExternalObjectQuery.php +lib/php/phorge/src/applications/doorkeeper/storage/DoorkeeperDAO.php +lib/php/phorge/src/applications/doorkeeper/storage/DoorkeeperExternalObject.php +lib/php/phorge/src/applications/doorkeeper/storage/DoorkeeperSchemaSpec.php +lib/php/phorge/src/applications/doorkeeper/view/DoorkeeperTagView.php +lib/php/phorge/src/applications/doorkeeper/worker/DoorkeeperAsanaFeedWorker.php +lib/php/phorge/src/applications/doorkeeper/worker/DoorkeeperFeedWorker.php +lib/php/phorge/src/applications/doorkeeper/worker/DoorkeeperJIRAFeedWorker.php +lib/php/phorge/src/applications/draft/storage/PhabricatorDraft.php +lib/php/phorge/src/applications/draft/storage/PhabricatorDraftDAO.php +lib/php/phorge/src/applications/draft/storage/PhabricatorVersionedDraft.php +lib/php/phorge/src/applications/drydock/application/PhabricatorDrydockApplication.php +lib/php/phorge/src/applications/drydock/blueprint/DrydockAlmanacServiceHostBlueprintImplementation.php +lib/php/phorge/src/applications/drydock/blueprint/DrydockBlueprintImplementation.php +lib/php/phorge/src/applications/drydock/blueprint/DrydockWorkingCopyBlueprintImplementation.php +lib/php/phorge/src/applications/drydock/blueprint/__tests__/DrydockBlueprintImplementationTestCase.php +lib/php/phorge/src/applications/drydock/capability/DrydockCreateBlueprintsCapability.php +lib/php/phorge/src/applications/drydock/capability/DrydockDefaultEditCapability.php +lib/php/phorge/src/applications/drydock/capability/DrydockDefaultViewCapability.php +lib/php/phorge/src/applications/drydock/conduit/DrydockAuthorizationSearchConduitAPIMethod.php +lib/php/phorge/src/applications/drydock/conduit/DrydockBlueprintEditConduitAPIMethod.php +lib/php/phorge/src/applications/drydock/conduit/DrydockBlueprintSearchConduitAPIMethod.php +lib/php/phorge/src/applications/drydock/conduit/DrydockLeaseSearchConduitAPIMethod.php +lib/php/phorge/src/applications/drydock/conduit/DrydockResourceSearchConduitAPIMethod.php +lib/php/phorge/src/applications/drydock/constants/DrydockLeaseStatus.php +lib/php/phorge/src/applications/drydock/constants/DrydockResourceStatus.php +lib/php/phorge/src/applications/drydock/controller/DrydockAuthorizationAuthorizeController.php +lib/php/phorge/src/applications/drydock/controller/DrydockAuthorizationListController.php +lib/php/phorge/src/applications/drydock/controller/DrydockAuthorizationViewController.php +lib/php/phorge/src/applications/drydock/controller/DrydockBlueprintController.php +lib/php/phorge/src/applications/drydock/controller/DrydockBlueprintDisableController.php +lib/php/phorge/src/applications/drydock/controller/DrydockBlueprintEditController.php +lib/php/phorge/src/applications/drydock/controller/DrydockBlueprintListController.php +lib/php/phorge/src/applications/drydock/controller/DrydockBlueprintViewController.php +lib/php/phorge/src/applications/drydock/controller/DrydockConsoleController.php +lib/php/phorge/src/applications/drydock/controller/DrydockController.php +lib/php/phorge/src/applications/drydock/controller/DrydockLeaseController.php +lib/php/phorge/src/applications/drydock/controller/DrydockLeaseListController.php +lib/php/phorge/src/applications/drydock/controller/DrydockLeaseReleaseController.php +lib/php/phorge/src/applications/drydock/controller/DrydockLeaseViewController.php +lib/php/phorge/src/applications/drydock/controller/DrydockLogController.php +lib/php/phorge/src/applications/drydock/controller/DrydockLogListController.php +lib/php/phorge/src/applications/drydock/controller/DrydockRepositoryOperationController.php +lib/php/phorge/src/applications/drydock/controller/DrydockRepositoryOperationDismissController.php +lib/php/phorge/src/applications/drydock/controller/DrydockRepositoryOperationListController.php +lib/php/phorge/src/applications/drydock/controller/DrydockRepositoryOperationStatusController.php +lib/php/phorge/src/applications/drydock/controller/DrydockRepositoryOperationViewController.php +lib/php/phorge/src/applications/drydock/controller/DrydockResourceController.php +lib/php/phorge/src/applications/drydock/controller/DrydockResourceListController.php +lib/php/phorge/src/applications/drydock/controller/DrydockResourceReleaseController.php +lib/php/phorge/src/applications/drydock/controller/DrydockResourceViewController.php +lib/php/phorge/src/applications/drydock/customfield/DrydockBlueprintCoreCustomField.php +lib/php/phorge/src/applications/drydock/customfield/DrydockBlueprintCustomField.php +lib/php/phorge/src/applications/drydock/editor/DrydockBlueprintEditEngine.php +lib/php/phorge/src/applications/drydock/editor/DrydockBlueprintEditor.php +lib/php/phorge/src/applications/drydock/exception/DrydockAcquiredBrokenResourceException.php +lib/php/phorge/src/applications/drydock/exception/DrydockCommandError.php +lib/php/phorge/src/applications/drydock/exception/DrydockResourceLockException.php +lib/php/phorge/src/applications/drydock/exception/DrydockSlotLockException.php +lib/php/phorge/src/applications/drydock/garbagecollector/DrydockLogGarbageCollector.php +lib/php/phorge/src/applications/drydock/interface/DrydockInterface.php +lib/php/phorge/src/applications/drydock/interface/command/DrydockCommandInterface.php +lib/php/phorge/src/applications/drydock/interface/command/DrydockSSHCommandInterface.php +lib/php/phorge/src/applications/drydock/interface/filesystem/DrydockFilesystemInterface.php +lib/php/phorge/src/applications/drydock/interface/filesystem/DrydockSFTPFilesystemInterface.php +lib/php/phorge/src/applications/drydock/interface/webroot/DrydockApacheWebrootInterface.php +lib/php/phorge/src/applications/drydock/interface/webroot/DrydockWebrootInterface.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseAcquiredLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseActivatedLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseActivationFailureLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseActivationYieldLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseAllocationFailureLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseDestroyedLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseNoAuthorizationsLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseNoBlueprintsLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseQueuedLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseReacquireLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseReclaimLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseReleasedLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseWaitingForActivationLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseWaitingForReclamationLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLeaseWaitingForResourcesLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockOperationWorkLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockResourceActivationFailureLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockResourceActivationYieldLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockResourceAllocationFailureLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockResourceReclaimLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockSlotLockFailureLogType.php +lib/php/phorge/src/applications/drydock/logtype/DrydockTextLogType.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementCommandWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementLeaseWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementReclaimWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementReleaseLeaseWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementReleaseResourceWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementUpdateLeaseWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementUpdateResourceWorkflow.php +lib/php/phorge/src/applications/drydock/management/DrydockManagementWorkflow.php +lib/php/phorge/src/applications/drydock/operation/DrydockLandRepositoryOperation.php +lib/php/phorge/src/applications/drydock/operation/DrydockRepositoryOperationType.php +lib/php/phorge/src/applications/drydock/operation/DrydockTestRepositoryOperation.php +lib/php/phorge/src/applications/drydock/phid/DrydockAuthorizationPHIDType.php +lib/php/phorge/src/applications/drydock/phid/DrydockBlueprintPHIDType.php +lib/php/phorge/src/applications/drydock/phid/DrydockLeasePHIDType.php +lib/php/phorge/src/applications/drydock/phid/DrydockRepositoryOperationPHIDType.php +lib/php/phorge/src/applications/drydock/phid/DrydockResourcePHIDType.php +lib/php/phorge/src/applications/drydock/query/DrydockAuthorizationQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockAuthorizationSearchEngine.php +lib/php/phorge/src/applications/drydock/query/DrydockBlueprintQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockBlueprintSearchEngine.php +lib/php/phorge/src/applications/drydock/query/DrydockBlueprintTransactionQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockCommandQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockLeaseQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockLeaseSearchEngine.php +lib/php/phorge/src/applications/drydock/query/DrydockLogQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockLogSearchEngine.php +lib/php/phorge/src/applications/drydock/query/DrydockQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockRepositoryOperationQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockRepositoryOperationSearchEngine.php +lib/php/phorge/src/applications/drydock/query/DrydockResourceQuery.php +lib/php/phorge/src/applications/drydock/query/DrydockResourceSearchEngine.php +lib/php/phorge/src/applications/drydock/storage/DrydockAuthorization.php +lib/php/phorge/src/applications/drydock/storage/DrydockBlueprint.php +lib/php/phorge/src/applications/drydock/storage/DrydockBlueprintNameNgrams.php +lib/php/phorge/src/applications/drydock/storage/DrydockBlueprintTransaction.php +lib/php/phorge/src/applications/drydock/storage/DrydockCommand.php +lib/php/phorge/src/applications/drydock/storage/DrydockDAO.php +lib/php/phorge/src/applications/drydock/storage/DrydockLease.php +lib/php/phorge/src/applications/drydock/storage/DrydockLog.php +lib/php/phorge/src/applications/drydock/storage/DrydockRepositoryOperation.php +lib/php/phorge/src/applications/drydock/storage/DrydockResource.php +lib/php/phorge/src/applications/drydock/storage/DrydockSchemaSpec.php +lib/php/phorge/src/applications/drydock/storage/DrydockSlotLock.php +lib/php/phorge/src/applications/drydock/typeahead/DrydockBlueprintDatasource.php +lib/php/phorge/src/applications/drydock/typeahead/DrydockLeaseDatasource.php +lib/php/phorge/src/applications/drydock/typeahead/DrydockResourceDatasource.php +lib/php/phorge/src/applications/drydock/view/DrydockAuthorizationListView.php +lib/php/phorge/src/applications/drydock/view/DrydockLeaseListView.php +lib/php/phorge/src/applications/drydock/view/DrydockLogListView.php +lib/php/phorge/src/applications/drydock/view/DrydockObjectAuthorizationView.php +lib/php/phorge/src/applications/drydock/view/DrydockRepositoryOperationStatusView.php +lib/php/phorge/src/applications/drydock/view/DrydockResourceListView.php +lib/php/phorge/src/applications/drydock/worker/DrydockLeaseUpdateWorker.php +lib/php/phorge/src/applications/drydock/worker/DrydockRepositoryOperationUpdateWorker.php +lib/php/phorge/src/applications/drydock/worker/DrydockResourceUpdateWorker.php +lib/php/phorge/src/applications/drydock/worker/DrydockWorker.php +lib/php/phorge/src/applications/drydock/xaction/DrydockBlueprintDisableTransaction.php +lib/php/phorge/src/applications/drydock/xaction/DrydockBlueprintNameTransaction.php +lib/php/phorge/src/applications/drydock/xaction/DrydockBlueprintTransactionType.php +lib/php/phorge/src/applications/drydock/xaction/DrydockBlueprintTypeTransaction.php +lib/php/phorge/src/applications/fact/application/PhabricatorFactApplication.php +lib/php/phorge/src/applications/fact/chart/PhabricatorAccumulateChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartAxis.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartDataQuery.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartDataset.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartDisplayData.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartFunctionArgument.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartFunctionArgumentParser.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartFunctionLabel.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartInterval.php +lib/php/phorge/src/applications/fact/chart/PhabricatorChartStackedAreaDataset.php +lib/php/phorge/src/applications/fact/chart/PhabricatorComposeChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorConstantChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorCosChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorFactChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorHigherOrderChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorMaxChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorMinChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorPureChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorScaleChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorShiftChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorSinChartFunction.php +lib/php/phorge/src/applications/fact/chart/PhabricatorSumChartFunction.php +lib/php/phorge/src/applications/fact/controller/PhabricatorFactChartController.php +lib/php/phorge/src/applications/fact/controller/PhabricatorFactController.php +lib/php/phorge/src/applications/fact/controller/PhabricatorFactHomeController.php +lib/php/phorge/src/applications/fact/controller/PhabricatorFactObjectController.php +lib/php/phorge/src/applications/fact/daemon/PhabricatorFactDaemon.php +lib/php/phorge/src/applications/fact/engine/PhabricatorChartEngine.php +lib/php/phorge/src/applications/fact/engine/PhabricatorChartRenderingEngine.php +lib/php/phorge/src/applications/fact/engine/PhabricatorDemoChartEngine.php +lib/php/phorge/src/applications/fact/engine/PhabricatorFactEngine.php +lib/php/phorge/src/applications/fact/engine/PhabricatorManiphestTaskFactEngine.php +lib/php/phorge/src/applications/fact/engine/PhabricatorTransactionFactEngine.php +lib/php/phorge/src/applications/fact/engine/__tests__/PhabricatorFactEngineTestCase.php +lib/php/phorge/src/applications/fact/extract/PhabricatorFactUpdateIterator.php +lib/php/phorge/src/applications/fact/fact/PhabricatorCountFact.php +lib/php/phorge/src/applications/fact/fact/PhabricatorFact.php +lib/php/phorge/src/applications/fact/fact/PhabricatorPointsFact.php +lib/php/phorge/src/applications/fact/management/PhabricatorFactManagementAnalyzeWorkflow.php +lib/php/phorge/src/applications/fact/management/PhabricatorFactManagementCursorsWorkflow.php +lib/php/phorge/src/applications/fact/management/PhabricatorFactManagementDestroyWorkflow.php +lib/php/phorge/src/applications/fact/management/PhabricatorFactManagementListWorkflow.php +lib/php/phorge/src/applications/fact/management/PhabricatorFactManagementWorkflow.php +lib/php/phorge/src/applications/fact/query/PhabricatorFactDatapointQuery.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactAggregate.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactChart.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactCursor.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactDAO.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactDimension.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactIntDatapoint.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactKeyDimension.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactObjectDimension.php +lib/php/phorge/src/applications/fact/storage/PhabricatorFactRaw.php +lib/php/phorge/src/applications/favorites/application/PhabricatorFavoritesApplication.php +lib/php/phorge/src/applications/favorites/controller/PhabricatorFavoritesController.php +lib/php/phorge/src/applications/favorites/controller/PhabricatorFavoritesMenuItemController.php +lib/php/phorge/src/applications/favorites/engine/PhabricatorFavoritesProfileMenuEngine.php +lib/php/phorge/src/applications/favorites/engineextension/PhabricatorFavoritesMainMenuBarExtension.php +lib/php/phorge/src/applications/feed/PhabricatorFeedStoryPublisher.php +lib/php/phorge/src/applications/feed/application/PhabricatorFeedApplication.php +lib/php/phorge/src/applications/feed/builder/PhabricatorFeedBuilder.php +lib/php/phorge/src/applications/feed/conduit/FeedConduitAPIMethod.php +lib/php/phorge/src/applications/feed/conduit/FeedQueryConduitAPIMethod.php +lib/php/phorge/src/applications/feed/config/PhabricatorFeedConfigOptions.php +lib/php/phorge/src/applications/feed/controller/PhabricatorFeedController.php +lib/php/phorge/src/applications/feed/controller/PhabricatorFeedDetailController.php +lib/php/phorge/src/applications/feed/controller/PhabricatorFeedListController.php +lib/php/phorge/src/applications/feed/controller/PhabricatorFeedTransactionListController.php +lib/php/phorge/src/applications/feed/management/PhabricatorFeedManagementRepublishWorkflow.php +lib/php/phorge/src/applications/feed/management/PhabricatorFeedManagementWorkflow.php +lib/php/phorge/src/applications/feed/query/PhabricatorFeedQuery.php +lib/php/phorge/src/applications/feed/query/PhabricatorFeedSearchEngine.php +lib/php/phorge/src/applications/feed/query/PhabricatorFeedTransactionQuery.php +lib/php/phorge/src/applications/feed/query/PhabricatorFeedTransactionSearchEngine.php +lib/php/phorge/src/applications/feed/storage/PhabricatorFeedDAO.php +lib/php/phorge/src/applications/feed/storage/PhabricatorFeedStoryData.php +lib/php/phorge/src/applications/feed/storage/PhabricatorFeedStoryReference.php +lib/php/phorge/src/applications/feed/story/PhabricatorFeedStory.php +lib/php/phorge/src/applications/feed/worker/FeedPublisherHTTPWorker.php +lib/php/phorge/src/applications/feed/worker/FeedPublisherWorker.php +lib/php/phorge/src/applications/feed/worker/FeedPushWorker.php +lib/php/phorge/src/applications/files/PhabricatorImageTransformer.php +lib/php/phorge/src/applications/files/action/PhabricatorFilesOutboundRequestAction.php +lib/php/phorge/src/applications/files/application/PhabricatorFilesApplication.php +lib/php/phorge/src/applications/files/applicationpanel/PhabricatorFilesApplicationStorageEnginePanel.php +lib/php/phorge/src/applications/files/builtin/PhabricatorFilesBuiltinFile.php +lib/php/phorge/src/applications/files/builtin/PhabricatorFilesComposeAvatarBuiltinFile.php +lib/php/phorge/src/applications/files/builtin/PhabricatorFilesComposeIconBuiltinFile.php +lib/php/phorge/src/applications/files/builtin/PhabricatorFilesOnDiskBuiltinFile.php +lib/php/phorge/src/applications/files/capability/FilesDefaultViewCapability.php +lib/php/phorge/src/applications/files/conduit/FileAllocateConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileDownloadConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileInfoConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileQueryChunksConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileUploadChunkConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileUploadConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/FileUploadHashConduitAPIMethod.php +lib/php/phorge/src/applications/files/conduit/PhabricatorFileSearchConduitAPIMethod.php +lib/php/phorge/src/applications/files/config/PhabricatorFilesConfigOptions.php +lib/php/phorge/src/applications/files/constants/FileTypeIcon.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileComposeController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileDataController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileDeleteController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileDetachController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileDocumentController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileDropUploadController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileEditController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileIconSetSelectController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileImageProxyController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileLightboxController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileListController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileTransformController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileTransformListController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileUICurtainAttachController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileUICurtainListController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileUploadController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileUploadDialogController.php +lib/php/phorge/src/applications/files/controller/PhabricatorFileViewController.php +lib/php/phorge/src/applications/files/diff/PhabricatorDocumentEngineBlock.php +lib/php/phorge/src/applications/files/diff/PhabricatorDocumentEngineBlockDiff.php +lib/php/phorge/src/applications/files/diff/PhabricatorDocumentEngineBlocks.php +lib/php/phorge/src/applications/files/document/PhabricatorAudioDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorDocumentRef.php +lib/php/phorge/src/applications/files/document/PhabricatorHexdumpDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorImageDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorJSONDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorJupyterDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorPDFDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorRemarkupDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorSourceDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorTextDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorVideoDocumentEngine.php +lib/php/phorge/src/applications/files/document/PhabricatorVoidDocumentEngine.php +lib/php/phorge/src/applications/files/document/exception/PhabricatorDocumentEngineParserException.php +lib/php/phorge/src/applications/files/document/render/PhabricatorDocumentRenderingEngine.php +lib/php/phorge/src/applications/files/document/render/PhabricatorFileDocumentRenderingEngine.php +lib/php/phorge/src/applications/files/editor/PhabricatorFileEditEngine.php +lib/php/phorge/src/applications/files/editor/PhabricatorFileEditor.php +lib/php/phorge/src/applications/files/engine/PhabricatorChunkedFileStorageEngine.php +lib/php/phorge/src/applications/files/engine/PhabricatorFileChunkIterator.php +lib/php/phorge/src/applications/files/engine/PhabricatorFileStorageEngine.php +lib/php/phorge/src/applications/files/engine/PhabricatorLocalDiskFileStorageEngine.php +lib/php/phorge/src/applications/files/engine/PhabricatorMySQLFileStorageEngine.php +lib/php/phorge/src/applications/files/engine/PhabricatorS3FileStorageEngine.php +lib/php/phorge/src/applications/files/engine/PhabricatorTestStorageEngine.php +lib/php/phorge/src/applications/files/engine/__tests__/PhabricatorFileStorageEngineTestCase.php +lib/php/phorge/src/applications/files/engineextension/PhabricatorFilesCurtainExtension.php +lib/php/phorge/src/applications/files/exception/PhabricatorFileIntegrityException.php +lib/php/phorge/src/applications/files/exception/PhabricatorFileStorageConfigurationException.php +lib/php/phorge/src/applications/files/exception/PhabricatorFileUploadException.php +lib/php/phorge/src/applications/files/favicon/PhabricatorFaviconRef.php +lib/php/phorge/src/applications/files/favicon/PhabricatorFaviconRefQuery.php +lib/php/phorge/src/applications/files/format/PhabricatorFileAES256StorageFormat.php +lib/php/phorge/src/applications/files/format/PhabricatorFileROT13StorageFormat.php +lib/php/phorge/src/applications/files/format/PhabricatorFileRawStorageFormat.php +lib/php/phorge/src/applications/files/format/PhabricatorFileStorageFormat.php +lib/php/phorge/src/applications/files/format/__tests__/PhabricatorFileStorageFormatTestCase.php +lib/php/phorge/src/applications/files/garbagecollector/PhabricatorFileExternalRequestGarbageCollector.php +lib/php/phorge/src/applications/files/garbagecollector/PhabricatorFileTemporaryGarbageCollector.php +lib/php/phorge/src/applications/files/iconset/PhabricatorIconSet.php +lib/php/phorge/src/applications/files/iconset/PhabricatorIconSetIcon.php +lib/php/phorge/src/applications/files/keyring/PhabricatorKeyring.php +lib/php/phorge/src/applications/files/keyring/PhabricatorKeyringConfigOptionType.php +lib/php/phorge/src/applications/files/lipsum/PhabricatorFileTestDataGenerator.php +lib/php/phorge/src/applications/files/mail/FileCreateMailReceiver.php +lib/php/phorge/src/applications/files/mail/FileMailReceiver.php +lib/php/phorge/src/applications/files/mail/FileReplyHandler.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementCatWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementCompactWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementCycleWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementEncodeWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementEnginesWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementGenerateKeyWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementIntegrityWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementMigrateWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementRebuildWorkflow.php +lib/php/phorge/src/applications/files/management/PhabricatorFilesManagementWorkflow.php +lib/php/phorge/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php +lib/php/phorge/src/applications/files/markup/PhabricatorImageRemarkupRule.php +lib/php/phorge/src/applications/files/phid/PhabricatorFileFilePHIDType.php +lib/php/phorge/src/applications/files/query/PhabricatorFileAttachmentQuery.php +lib/php/phorge/src/applications/files/query/PhabricatorFileBundleLoader.php +lib/php/phorge/src/applications/files/query/PhabricatorFileChunkQuery.php +lib/php/phorge/src/applications/files/query/PhabricatorFileQuery.php +lib/php/phorge/src/applications/files/query/PhabricatorFileSearchEngine.php +lib/php/phorge/src/applications/files/query/PhabricatorFileTransactionQuery.php +lib/php/phorge/src/applications/files/storage/PhabricatorFile.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileAttachment.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileChunk.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileDAO.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileExternalRequest.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileNameNgrams.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileSchemaSpec.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileStorageBlob.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileTransaction.php +lib/php/phorge/src/applications/files/storage/PhabricatorFileTransactionComment.php +lib/php/phorge/src/applications/files/storage/PhabricatorTransformedFile.php +lib/php/phorge/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php +lib/php/phorge/src/applications/files/transform/PhabricatorFileImageTransform.php +lib/php/phorge/src/applications/files/transform/PhabricatorFileThumbnailTransform.php +lib/php/phorge/src/applications/files/transform/PhabricatorFileTransform.php +lib/php/phorge/src/applications/files/transform/__tests__/PhabricatorFileTransformTestCase.php +lib/php/phorge/src/applications/files/typeahead/PhabricatorIconDatasource.php +lib/php/phorge/src/applications/files/uploadsource/PhabricatorExecFutureFileUploadSource.php +lib/php/phorge/src/applications/files/uploadsource/PhabricatorFileUploadSource.php +lib/php/phorge/src/applications/files/uploadsource/PhabricatorFileUploadSourceByteLimitException.php +lib/php/phorge/src/applications/files/uploadsource/PhabricatorIteratorFileUploadSource.php +lib/php/phorge/src/applications/files/view/PhabricatorGlobalUploadTargetView.php +lib/php/phorge/src/applications/files/worker/FileDeletionWorker.php +lib/php/phorge/src/applications/files/xaction/PhabricatorFileAltTextTransaction.php +lib/php/phorge/src/applications/files/xaction/PhabricatorFileDeleteTransaction.php +lib/php/phorge/src/applications/files/xaction/PhabricatorFileNameTransaction.php +lib/php/phorge/src/applications/files/xaction/PhabricatorFileTransactionType.php +lib/php/phorge/src/applications/flag/application/PhabricatorFlagsApplication.php +lib/php/phorge/src/applications/flag/conduit/FlagConduitAPIMethod.php +lib/php/phorge/src/applications/flag/conduit/FlagDeleteConduitAPIMethod.php +lib/php/phorge/src/applications/flag/conduit/FlagEditConduitAPIMethod.php +lib/php/phorge/src/applications/flag/conduit/FlagQueryConduitAPIMethod.php +lib/php/phorge/src/applications/flag/constants/PhabricatorFlagColor.php +lib/php/phorge/src/applications/flag/constants/PhabricatorFlagConstants.php +lib/php/phorge/src/applications/flag/controller/PhabricatorFlagController.php +lib/php/phorge/src/applications/flag/controller/PhabricatorFlagDeleteController.php +lib/php/phorge/src/applications/flag/controller/PhabricatorFlagEditController.php +lib/php/phorge/src/applications/flag/controller/PhabricatorFlagListController.php +lib/php/phorge/src/applications/flag/engineextension/PhabricatorFlagDestructionEngineExtension.php +lib/php/phorge/src/applications/flag/events/PhabricatorFlagsUIEventListener.php +lib/php/phorge/src/applications/flag/herald/PhabricatorFlagAddFlagHeraldAction.php +lib/php/phorge/src/applications/flag/herald/PhabricatorFlagHeraldAction.php +lib/php/phorge/src/applications/flag/herald/PhabricatorFlagRemoveFlagHeraldAction.php +lib/php/phorge/src/applications/flag/interface/PhabricatorFlaggableInterface.php +lib/php/phorge/src/applications/flag/query/PhabricatorFlagQuery.php +lib/php/phorge/src/applications/flag/query/PhabricatorFlagSearchEngine.php +lib/php/phorge/src/applications/flag/storage/PhabricatorFlag.php +lib/php/phorge/src/applications/flag/storage/PhabricatorFlagDAO.php +lib/php/phorge/src/applications/flag/view/PhabricatorFlagSelectControl.php +lib/php/phorge/src/applications/fund/application/PhabricatorFundApplication.php +lib/php/phorge/src/applications/fund/capability/FundCreateInitiativesCapability.php +lib/php/phorge/src/applications/fund/capability/FundDefaultViewCapability.php +lib/php/phorge/src/applications/fund/controller/FundBackerListController.php +lib/php/phorge/src/applications/fund/controller/FundController.php +lib/php/phorge/src/applications/fund/controller/FundInitiativeBackController.php +lib/php/phorge/src/applications/fund/controller/FundInitiativeCloseController.php +lib/php/phorge/src/applications/fund/controller/FundInitiativeEditController.php +lib/php/phorge/src/applications/fund/controller/FundInitiativeListController.php +lib/php/phorge/src/applications/fund/controller/FundInitiativeViewController.php +lib/php/phorge/src/applications/fund/editor/FundBackerEditor.php +lib/php/phorge/src/applications/fund/editor/FundInitiativeEditEngine.php +lib/php/phorge/src/applications/fund/editor/FundInitiativeEditor.php +lib/php/phorge/src/applications/fund/mail/FundInitiativeReplyHandler.php +lib/php/phorge/src/applications/fund/phid/FundBackerPHIDType.php +lib/php/phorge/src/applications/fund/phid/FundInitiativePHIDType.php +lib/php/phorge/src/applications/fund/phortune/FundBackerCart.php +lib/php/phorge/src/applications/fund/phortune/FundBackerProduct.php +lib/php/phorge/src/applications/fund/query/FundBackerQuery.php +lib/php/phorge/src/applications/fund/query/FundBackerSearchEngine.php +lib/php/phorge/src/applications/fund/query/FundBackerTransactionQuery.php +lib/php/phorge/src/applications/fund/query/FundInitiativeQuery.php +lib/php/phorge/src/applications/fund/query/FundInitiativeSearchEngine.php +lib/php/phorge/src/applications/fund/query/FundInitiativeTransactionQuery.php +lib/php/phorge/src/applications/fund/remarkup/FundInitiativeRemarkupRule.php +lib/php/phorge/src/applications/fund/search/FundInitiativeFerretEngine.php +lib/php/phorge/src/applications/fund/search/FundInitiativeFulltextEngine.php +lib/php/phorge/src/applications/fund/storage/FundBacker.php +lib/php/phorge/src/applications/fund/storage/FundBackerTransaction.php +lib/php/phorge/src/applications/fund/storage/FundDAO.php +lib/php/phorge/src/applications/fund/storage/FundInitiative.php +lib/php/phorge/src/applications/fund/storage/FundInitiativeTransaction.php +lib/php/phorge/src/applications/fund/storage/FundInitiativeTransactionComment.php +lib/php/phorge/src/applications/fund/storage/FundSchemaSpec.php +lib/php/phorge/src/applications/fund/xaction/FundBackerRefundTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundBackerStatusTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundBackerTransactionType.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeBackerTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeDescriptionTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeMerchantTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeNameTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeRefundTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeRisksTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeStatusTransaction.php +lib/php/phorge/src/applications/fund/xaction/FundInitiativeTransactionType.php +lib/php/phorge/src/applications/guides/application/PhabricatorGuideApplication.php +lib/php/phorge/src/applications/guides/controller/PhabricatorGuideController.php +lib/php/phorge/src/applications/guides/controller/PhabricatorGuideModuleController.php +lib/php/phorge/src/applications/guides/guidance/PhabricatorGuidanceContext.php +lib/php/phorge/src/applications/guides/guidance/PhabricatorGuidanceEngine.php +lib/php/phorge/src/applications/guides/guidance/PhabricatorGuidanceEngineExtension.php +lib/php/phorge/src/applications/guides/guidance/PhabricatorGuidanceMessage.php +lib/php/phorge/src/applications/guides/module/PhabricatorGuideInstallModule.php +lib/php/phorge/src/applications/guides/module/PhabricatorGuideModule.php +lib/php/phorge/src/applications/guides/module/PhabricatorGuideQuickStartModule.php +lib/php/phorge/src/applications/guides/view/PhabricatorGuideItemView.php +lib/php/phorge/src/applications/guides/view/PhabricatorGuideListView.php +lib/php/phorge/src/applications/harbormaster/__tests__/HarbormasterAutotargetsTestCase.php +lib/php/phorge/src/applications/harbormaster/__tests__/HarbormasterBuildLogTestCase.php +lib/php/phorge/src/applications/harbormaster/application/PhabricatorHarbormasterApplication.php +lib/php/phorge/src/applications/harbormaster/artifact/HarbormasterArtifact.php +lib/php/phorge/src/applications/harbormaster/artifact/HarbormasterDrydockLeaseArtifact.php +lib/php/phorge/src/applications/harbormaster/artifact/HarbormasterFileArtifact.php +lib/php/phorge/src/applications/harbormaster/artifact/HarbormasterHostArtifact.php +lib/php/phorge/src/applications/harbormaster/artifact/HarbormasterURIArtifact.php +lib/php/phorge/src/applications/harbormaster/artifact/HarbormasterWorkingCopyArtifact.php +lib/php/phorge/src/applications/harbormaster/autoplan/HarbormasterBuildArcanistAutoplan.php +lib/php/phorge/src/applications/harbormaster/autoplan/HarbormasterBuildAutoplan.php +lib/php/phorge/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultEditCapability.php +lib/php/phorge/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php +lib/php/phorge/src/applications/harbormaster/capability/HarbormasterCreatePlansCapability.php +lib/php/phorge/src/applications/harbormaster/codex/HarbormasterBuildPlanPolicyCodex.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterArtifactSearchConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildEditAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildLogSearchConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildPlanEditAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildPlanSearchAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildSearchConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildStepEditAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildStepSearchAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildableEditAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterBuildableSearchAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterCreateArtifactConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterQueryAutotargetsConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterQueryBuildablesConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterQueryBuildsConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterSendMessageConduitAPIMethod.php +lib/php/phorge/src/applications/harbormaster/conduit/HarbormasterTargetSearchAPIMethod.php +lib/php/phorge/src/applications/harbormaster/constants/HarbormasterBuildStatus.php +lib/php/phorge/src/applications/harbormaster/constants/HarbormasterBuildableStatus.php +lib/php/phorge/src/applications/harbormaster/constants/HarbormasterUnitStatus.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildActionController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildListController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildLogDownloadController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildLogViewController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildViewController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildableActionController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildableListController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterBuildableViewController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterHookController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterLintMessagesController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanBehaviorController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanDisableController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanEditController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanListController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanRunController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterPlanViewController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterStepAddController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterStepDeleteController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterStepEditController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterStepViewController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterUnitMessageListController.php +lib/php/phorge/src/applications/harbormaster/controller/HarbormasterUnitMessageViewController.php +lib/php/phorge/src/applications/harbormaster/customfield/HarbormasterBuildStepCoreCustomField.php +lib/php/phorge/src/applications/harbormaster/customfield/HarbormasterBuildStepCustomField.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildEditEngine.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildPlanEditEngine.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildPlanEditor.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildStepEditEngine.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildStepEditor.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildTransactionEditor.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildableEditEngine.php +lib/php/phorge/src/applications/harbormaster/editor/HarbormasterBuildableTransactionEditor.php +lib/php/phorge/src/applications/harbormaster/engine/HarbormasterBuildEngine.php +lib/php/phorge/src/applications/harbormaster/engine/HarbormasterBuildGraph.php +lib/php/phorge/src/applications/harbormaster/engine/HarbormasterBuildRequest.php +lib/php/phorge/src/applications/harbormaster/engine/HarbormasterBuildableEngine.php +lib/php/phorge/src/applications/harbormaster/engine/HarbormasterMessageType.php +lib/php/phorge/src/applications/harbormaster/engine/HarbormasterTargetEngine.php +lib/php/phorge/src/applications/harbormaster/engineextension/HarbormasterQueryBuildsSearchEngineAttachment.php +lib/php/phorge/src/applications/harbormaster/event/HarbormasterUIEventListener.php +lib/php/phorge/src/applications/harbormaster/exception/HarbormasterBuildAbortedException.php +lib/php/phorge/src/applications/harbormaster/exception/HarbormasterBuildFailureException.php +lib/php/phorge/src/applications/harbormaster/exception/HarbormasterMessageException.php +lib/php/phorge/src/applications/harbormaster/future/HarbormasterExecFuture.php +lib/php/phorge/src/applications/harbormaster/herald/HarbormasterBuildableAdapterInterface.php +lib/php/phorge/src/applications/harbormaster/herald/HarbormasterRunBuildPlansHeraldAction.php +lib/php/phorge/src/applications/harbormaster/integration/HarbormasterHookHandler.php +lib/php/phorge/src/applications/harbormaster/integration/buildkite/HarbormasterBuildkiteBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/integration/buildkite/HarbormasterBuildkiteHookHandler.php +lib/php/phorge/src/applications/harbormaster/integration/circleci/HarbormasterCircleCIBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/integration/circleci/HarbormasterCircleCIHookHandler.php +lib/php/phorge/src/applications/harbormaster/interface/HarbormasterBuildableInterface.php +lib/php/phorge/src/applications/harbormaster/interface/HarbormasterBuildkiteBuildableInterface.php +lib/php/phorge/src/applications/harbormaster/interface/HarbormasterCircleCIBuildableInterface.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementArchiveLogsWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementBuildWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementPublishWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementRebuildLogWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementRestartWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementUpdateWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementWorkflow.php +lib/php/phorge/src/applications/harbormaster/management/HarbormasterManagementWriteLogWorkflow.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildArtifactPHIDType.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildLogPHIDType.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildPHIDType.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildPlanPHIDType.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildStepPHIDType.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildTargetPHIDType.php +lib/php/phorge/src/applications/harbormaster/phid/HarbormasterBuildablePHIDType.php +lib/php/phorge/src/applications/harbormaster/plan/HarbormasterBuildPlanBehavior.php +lib/php/phorge/src/applications/harbormaster/plan/HarbormasterBuildPlanBehaviorOption.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterArtifactSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildArtifactQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildLogQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildLogSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildMessageQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildPlanQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildPlanSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildPlanTransactionQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildStepQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildStepSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildStepTransactionQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildTargetQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildTargetSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildTransactionQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildUnitMessageQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildableQuery.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildableSearchEngine.php +lib/php/phorge/src/applications/harbormaster/query/HarbormasterBuildableTransactionQuery.php +lib/php/phorge/src/applications/harbormaster/remarkup/HarbormasterRemarkupRule.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterAbortOlderBuildsBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterArcLintBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterArcUnitBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterDrydockCommandBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterLeaseWorkingCopyBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterSleepBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterThrowExceptionBuildStep.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterUploadArtifactBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/HarbormasterWaitForPreviousBuildStepImplementation.php +lib/php/phorge/src/applications/harbormaster/step/__tests__/HarbormasterBuildStepImplementationTestCase.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterBuiltinBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterControlBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterDrydockBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterExternalBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterOtherBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterPrototypeBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/stepgroup/HarbormasterTestBuildStepGroup.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterBuildMessage.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterBuildTransaction.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterBuildable.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterBuildableTransaction.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterDAO.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterObject.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterSchemaSpec.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterScratchTable.php +lib/php/phorge/src/applications/harbormaster/storage/HarbormasterString.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuild.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildLintMessage.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildLogChunk.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildLogChunkIterator.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildTarget.php +lib/php/phorge/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php +lib/php/phorge/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlan.php +lib/php/phorge/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanNameNgrams.php +lib/php/phorge/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanTransaction.php +lib/php/phorge/src/applications/harbormaster/storage/configuration/HarbormasterBuildStep.php +lib/php/phorge/src/applications/harbormaster/storage/configuration/HarbormasterBuildStepTransaction.php +lib/php/phorge/src/applications/harbormaster/typeahead/HarbormasterBuildDependencyDatasource.php +lib/php/phorge/src/applications/harbormaster/typeahead/HarbormasterBuildInitiatorDatasource.php +lib/php/phorge/src/applications/harbormaster/typeahead/HarbormasterBuildPlanDatasource.php +lib/php/phorge/src/applications/harbormaster/typeahead/HarbormasterBuildStatusDatasource.php +lib/php/phorge/src/applications/harbormaster/view/HarbormasterBuildLogView.php +lib/php/phorge/src/applications/harbormaster/view/HarbormasterBuildView.php +lib/php/phorge/src/applications/harbormaster/view/HarbormasterLintPropertyView.php +lib/php/phorge/src/applications/harbormaster/view/HarbormasterUnitPropertyView.php +lib/php/phorge/src/applications/harbormaster/view/HarbormasterUnitSummaryView.php +lib/php/phorge/src/applications/harbormaster/view/ShellLogView.php +lib/php/phorge/src/applications/harbormaster/worker/HarbormasterBuildWorker.php +lib/php/phorge/src/applications/harbormaster/worker/HarbormasterLogWorker.php +lib/php/phorge/src/applications/harbormaster/worker/HarbormasterTargetWorker.php +lib/php/phorge/src/applications/harbormaster/worker/HarbormasterWorker.php +lib/php/phorge/src/applications/harbormaster/xaction/build/HarbormasterBuildMessageAbortTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/build/HarbormasterBuildMessagePauseTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/build/HarbormasterBuildMessageRestartTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/build/HarbormasterBuildMessageResumeTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/build/HarbormasterBuildMessageTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/build/HarbormasterBuildTransactionType.php +lib/php/phorge/src/applications/harbormaster/xaction/buildable/HarbormasterBuildableMessageTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/buildable/HarbormasterBuildableTransactionType.php +lib/php/phorge/src/applications/harbormaster/xaction/plan/HarbormasterBuildPlanBehaviorTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/plan/HarbormasterBuildPlanNameTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/plan/HarbormasterBuildPlanStatusTransaction.php +lib/php/phorge/src/applications/harbormaster/xaction/plan/HarbormasterBuildPlanTransactionType.php +lib/php/phorge/src/applications/help/application/PhabricatorHelpApplication.php +lib/php/phorge/src/applications/help/controller/PhabricatorHelpController.php +lib/php/phorge/src/applications/help/controller/PhabricatorHelpDocumentationController.php +lib/php/phorge/src/applications/help/controller/PhabricatorHelpKeyboardShortcutController.php +lib/php/phorge/src/applications/herald/action/HeraldAction.php +lib/php/phorge/src/applications/herald/action/HeraldActionGroup.php +lib/php/phorge/src/applications/herald/action/HeraldApplicationActionGroup.php +lib/php/phorge/src/applications/herald/action/HeraldCallWebhookAction.php +lib/php/phorge/src/applications/herald/action/HeraldCommentAction.php +lib/php/phorge/src/applications/herald/action/HeraldDoNothingAction.php +lib/php/phorge/src/applications/herald/action/HeraldNotifyActionGroup.php +lib/php/phorge/src/applications/herald/action/HeraldPreventActionGroup.php +lib/php/phorge/src/applications/herald/action/HeraldSupportActionGroup.php +lib/php/phorge/src/applications/herald/action/HeraldUtilityActionGroup.php +lib/php/phorge/src/applications/herald/adapter/HeraldAdapter.php +lib/php/phorge/src/applications/herald/adapter/HeraldRuleAdapter.php +lib/php/phorge/src/applications/herald/application/PhabricatorHeraldApplication.php +lib/php/phorge/src/applications/herald/capability/HeraldCreateWebhooksCapability.php +lib/php/phorge/src/applications/herald/capability/HeraldManageGlobalRulesCapability.php +lib/php/phorge/src/applications/herald/config/HeraldRuleTypeConfig.php +lib/php/phorge/src/applications/herald/contentsource/PhabricatorHeraldContentSource.php +lib/php/phorge/src/applications/herald/controller/HeraldController.php +lib/php/phorge/src/applications/herald/controller/HeraldDisableController.php +lib/php/phorge/src/applications/herald/controller/HeraldNewController.php +lib/php/phorge/src/applications/herald/controller/HeraldRuleController.php +lib/php/phorge/src/applications/herald/controller/HeraldRuleListController.php +lib/php/phorge/src/applications/herald/controller/HeraldRuleViewController.php +lib/php/phorge/src/applications/herald/controller/HeraldTestConsoleController.php +lib/php/phorge/src/applications/herald/controller/HeraldTranscriptController.php +lib/php/phorge/src/applications/herald/controller/HeraldTranscriptListController.php +lib/php/phorge/src/applications/herald/controller/HeraldWebhookController.php +lib/php/phorge/src/applications/herald/controller/HeraldWebhookEditController.php +lib/php/phorge/src/applications/herald/controller/HeraldWebhookKeyController.php +lib/php/phorge/src/applications/herald/controller/HeraldWebhookListController.php +lib/php/phorge/src/applications/herald/controller/HeraldWebhookTestController.php +lib/php/phorge/src/applications/herald/controller/HeraldWebhookViewController.php +lib/php/phorge/src/applications/herald/edge/HeraldRuleActionAffectsObjectEdgeType.php +lib/php/phorge/src/applications/herald/editor/HeraldRuleEditor.php +lib/php/phorge/src/applications/herald/editor/HeraldRuleSerializer.php +lib/php/phorge/src/applications/herald/editor/HeraldWebhookEditEngine.php +lib/php/phorge/src/applications/herald/editor/HeraldWebhookEditor.php +lib/php/phorge/src/applications/herald/engine/HeraldEffect.php +lib/php/phorge/src/applications/herald/engine/HeraldEngine.php +lib/php/phorge/src/applications/herald/engine/exception/HeraldInvalidActionException.php +lib/php/phorge/src/applications/herald/engine/exception/HeraldInvalidConditionException.php +lib/php/phorge/src/applications/herald/engine/exception/HeraldRecursiveConditionsException.php +lib/php/phorge/src/applications/herald/engine/exception/HeraldRuleEvaluationException.php +lib/php/phorge/src/applications/herald/engineextension/HeraldRuleIndexEngineExtension.php +lib/php/phorge/src/applications/herald/engineextension/HeraldTranscriptDestructionEngineExtension.php +lib/php/phorge/src/applications/herald/field/HeraldActingUserField.php +lib/php/phorge/src/applications/herald/field/HeraldAlwaysField.php +lib/php/phorge/src/applications/herald/field/HeraldAnotherRuleField.php +lib/php/phorge/src/applications/herald/field/HeraldBasicFieldGroup.php +lib/php/phorge/src/applications/herald/field/HeraldCommentContentField.php +lib/php/phorge/src/applications/herald/field/HeraldContentSourceField.php +lib/php/phorge/src/applications/herald/field/HeraldDeprecatedFieldGroup.php +lib/php/phorge/src/applications/herald/field/HeraldEditFieldGroup.php +lib/php/phorge/src/applications/herald/field/HeraldField.php +lib/php/phorge/src/applications/herald/field/HeraldFieldGroup.php +lib/php/phorge/src/applications/herald/field/HeraldNewObjectField.php +lib/php/phorge/src/applications/herald/field/HeraldRelatedFieldGroup.php +lib/php/phorge/src/applications/herald/field/HeraldSupportFieldGroup.php +lib/php/phorge/src/applications/herald/field/HeraldTransactionsFieldGroup.php +lib/php/phorge/src/applications/herald/field/__tests__/HeraldFieldTestCase.php +lib/php/phorge/src/applications/herald/field/rule/HeraldRuleAdapterField.php +lib/php/phorge/src/applications/herald/field/rule/HeraldRuleField.php +lib/php/phorge/src/applications/herald/field/rule/HeraldRuleFieldGroup.php +lib/php/phorge/src/applications/herald/field/rule/HeraldRuleTypeField.php +lib/php/phorge/src/applications/herald/garbagecollector/HeraldTranscriptGarbageCollector.php +lib/php/phorge/src/applications/herald/garbagecollector/HeraldWebhookRequestGarbageCollector.php +lib/php/phorge/src/applications/herald/group/HeraldGroup.php +lib/php/phorge/src/applications/herald/mail/HeraldRuleReplyHandler.php +lib/php/phorge/src/applications/herald/management/HeraldManagementWorkflow.php +lib/php/phorge/src/applications/herald/management/HeraldRuleManagementWorkflow.php +lib/php/phorge/src/applications/herald/management/HeraldTestManagementWorkflow.php +lib/php/phorge/src/applications/herald/management/HeraldWebhookCallManagementWorkflow.php +lib/php/phorge/src/applications/herald/management/HeraldWebhookManagementWorkflow.php +lib/php/phorge/src/applications/herald/phid/HeraldRulePHIDType.php +lib/php/phorge/src/applications/herald/phid/HeraldTranscriptPHIDType.php +lib/php/phorge/src/applications/herald/phid/HeraldWebhookPHIDType.php +lib/php/phorge/src/applications/herald/phid/HeraldWebhookRequestPHIDType.php +lib/php/phorge/src/applications/herald/query/HeraldRuleQuery.php +lib/php/phorge/src/applications/herald/query/HeraldRuleSearchEngine.php +lib/php/phorge/src/applications/herald/query/HeraldTransactionQuery.php +lib/php/phorge/src/applications/herald/query/HeraldTranscriptQuery.php +lib/php/phorge/src/applications/herald/query/HeraldTranscriptSearchEngine.php +lib/php/phorge/src/applications/herald/query/HeraldWebhookQuery.php +lib/php/phorge/src/applications/herald/query/HeraldWebhookRequestQuery.php +lib/php/phorge/src/applications/herald/query/HeraldWebhookSearchEngine.php +lib/php/phorge/src/applications/herald/query/HeraldWebhookTransactionQuery.php +lib/php/phorge/src/applications/herald/remarkup/HeraldRemarkupRule.php +lib/php/phorge/src/applications/herald/state/HeraldBuildableState.php +lib/php/phorge/src/applications/herald/state/HeraldCoreStateReasons.php +lib/php/phorge/src/applications/herald/state/HeraldMailableState.php +lib/php/phorge/src/applications/herald/state/HeraldState.php +lib/php/phorge/src/applications/herald/state/HeraldStateReasons.php +lib/php/phorge/src/applications/herald/storage/HeraldActionRecord.php +lib/php/phorge/src/applications/herald/storage/HeraldCondition.php +lib/php/phorge/src/applications/herald/storage/HeraldDAO.php +lib/php/phorge/src/applications/herald/storage/HeraldRule.php +lib/php/phorge/src/applications/herald/storage/HeraldRuleTransaction.php +lib/php/phorge/src/applications/herald/storage/HeraldSchemaSpec.php +lib/php/phorge/src/applications/herald/storage/HeraldWebhook.php +lib/php/phorge/src/applications/herald/storage/HeraldWebhookRequest.php +lib/php/phorge/src/applications/herald/storage/HeraldWebhookTransaction.php +lib/php/phorge/src/applications/herald/storage/__tests__/HeraldRuleTestCase.php +lib/php/phorge/src/applications/herald/storage/__tests__/HeraldTranscriptTestCase.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldApplyTranscript.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldConditionResult.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldConditionTranscript.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldObjectTranscript.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldRuleResult.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldRuleTranscript.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldTranscript.php +lib/php/phorge/src/applications/herald/storage/transcript/HeraldTranscriptResult.php +lib/php/phorge/src/applications/herald/typeahead/HeraldAdapterDatasource.php +lib/php/phorge/src/applications/herald/typeahead/HeraldRuleDatasource.php +lib/php/phorge/src/applications/herald/typeahead/HeraldRuleTypeDatasource.php +lib/php/phorge/src/applications/herald/typeahead/HeraldWebhookDatasource.php +lib/php/phorge/src/applications/herald/value/HeraldBoolFieldValue.php +lib/php/phorge/src/applications/herald/value/HeraldEmptyFieldValue.php +lib/php/phorge/src/applications/herald/value/HeraldFieldValue.php +lib/php/phorge/src/applications/herald/value/HeraldRemarkupFieldValue.php +lib/php/phorge/src/applications/herald/value/HeraldSelectFieldValue.php +lib/php/phorge/src/applications/herald/value/HeraldTextFieldValue.php +lib/php/phorge/src/applications/herald/value/HeraldTokenizerFieldValue.php +lib/php/phorge/src/applications/herald/view/HeraldRuleListView.php +lib/php/phorge/src/applications/herald/view/HeraldWebhookRequestListView.php +lib/php/phorge/src/applications/herald/worker/HeraldWebhookWorker.php +lib/php/phorge/src/applications/herald/xaction/HeraldRuleDisableTransaction.php +lib/php/phorge/src/applications/herald/xaction/HeraldRuleEditTransaction.php +lib/php/phorge/src/applications/herald/xaction/HeraldRuleNameTransaction.php +lib/php/phorge/src/applications/herald/xaction/HeraldRuleTransactionType.php +lib/php/phorge/src/applications/herald/xaction/HeraldWebhookNameTransaction.php +lib/php/phorge/src/applications/herald/xaction/HeraldWebhookStatusTransaction.php +lib/php/phorge/src/applications/herald/xaction/HeraldWebhookTransactionType.php +lib/php/phorge/src/applications/herald/xaction/HeraldWebhookURITransaction.php +lib/php/phorge/src/applications/home/application/PhabricatorHomeApplication.php +lib/php/phorge/src/applications/home/constants/PhabricatorHomeConstants.php +lib/php/phorge/src/applications/home/controller/PhabricatorHomeController.php +lib/php/phorge/src/applications/home/controller/PhabricatorHomeMenuItemController.php +lib/php/phorge/src/applications/home/engine/PhabricatorHomeProfileMenuEngine.php +lib/php/phorge/src/applications/home/menuitem/PhabricatorHomeLauncherProfileMenuItem.php +lib/php/phorge/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php +lib/php/phorge/src/applications/home/view/PHUIHomeView.php +lib/php/phorge/src/applications/legalpad/application/PhabricatorLegalpadApplication.php +lib/php/phorge/src/applications/legalpad/capability/LegalpadCreateDocumentsCapability.php +lib/php/phorge/src/applications/legalpad/capability/LegalpadDefaultEditCapability.php +lib/php/phorge/src/applications/legalpad/capability/LegalpadDefaultViewCapability.php +lib/php/phorge/src/applications/legalpad/conduit/LegalpadDocumentSearchConduitAPIMethod.php +lib/php/phorge/src/applications/legalpad/conduit/LegalpadSignatureSearchConduitAPIMethod.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentDoneController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentEditController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentListController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentManageController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentSignController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentSignatureAddController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentSignatureListController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentSignatureVerificationController.php +lib/php/phorge/src/applications/legalpad/controller/LegalpadDocumentSignatureViewController.php +lib/php/phorge/src/applications/legalpad/edge/LegalpadObjectNeedsSignatureEdgeType.php +lib/php/phorge/src/applications/legalpad/edge/LegalpadSignatureNeededByObjectEdgeType.php +lib/php/phorge/src/applications/legalpad/editor/LegalpadDocumentEditEngine.php +lib/php/phorge/src/applications/legalpad/editor/LegalpadDocumentEditor.php +lib/php/phorge/src/applications/legalpad/engineextension/PhabricatorLegalpadBodySearchEngineAttachment.php +lib/php/phorge/src/applications/legalpad/engineextension/PhabricatorLegalpadSignaturesSearchEngineAttachment.php +lib/php/phorge/src/applications/legalpad/herald/LegalpadRequireSignatureHeraldAction.php +lib/php/phorge/src/applications/legalpad/mail/LegalpadMailReceiver.php +lib/php/phorge/src/applications/legalpad/mail/LegalpadReplyHandler.php +lib/php/phorge/src/applications/legalpad/phid/PhabricatorLegalpadDocumentPHIDType.php +lib/php/phorge/src/applications/legalpad/phid/PhabricatorLegalpadDocumentSignaturePHIDType.php +lib/php/phorge/src/applications/legalpad/policyrule/PhabricatorLegalpadSignaturePolicyRule.php +lib/php/phorge/src/applications/legalpad/query/LegalpadDocumentQuery.php +lib/php/phorge/src/applications/legalpad/query/LegalpadDocumentSearchEngine.php +lib/php/phorge/src/applications/legalpad/query/LegalpadDocumentSignatureQuery.php +lib/php/phorge/src/applications/legalpad/query/LegalpadDocumentSignatureSearchEngine.php +lib/php/phorge/src/applications/legalpad/query/LegalpadTransactionQuery.php +lib/php/phorge/src/applications/legalpad/remarkup/LegalpadDocumentRemarkupRule.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadDAO.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadDocument.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadDocumentBody.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadDocumentSignature.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadSchemaSpec.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadTransaction.php +lib/php/phorge/src/applications/legalpad/storage/LegalpadTransactionComment.php +lib/php/phorge/src/applications/legalpad/typeahead/LegalpadDocumentDatasource.php +lib/php/phorge/src/applications/legalpad/xaction/LegalpadDocumentPreambleTransaction.php +lib/php/phorge/src/applications/legalpad/xaction/LegalpadDocumentRequireSignatureTransaction.php +lib/php/phorge/src/applications/legalpad/xaction/LegalpadDocumentSignatureTypeTransaction.php +lib/php/phorge/src/applications/legalpad/xaction/LegalpadDocumentTextTransaction.php +lib/php/phorge/src/applications/legalpad/xaction/LegalpadDocumentTitleTransaction.php +lib/php/phorge/src/applications/legalpad/xaction/LegalpadDocumentTransactionType.php +lib/php/phorge/src/applications/lipsum/generator/PhabricatorTestDataGenerator.php +lib/php/phorge/src/applications/lipsum/image/PhabricatorLipsumArtist.php +lib/php/phorge/src/applications/lipsum/image/PhabricatorLipsumMondrianArtist.php +lib/php/phorge/src/applications/lipsum/management/PhabricatorLipsumGenerateWorkflow.php +lib/php/phorge/src/applications/lipsum/management/PhabricatorLipsumManagementWorkflow.php +lib/php/phorge/src/applications/macro/application/PhabricatorMacroApplication.php +lib/php/phorge/src/applications/macro/capability/PhabricatorMacroManageCapability.php +lib/php/phorge/src/applications/macro/conduit/MacroConduitAPIMethod.php +lib/php/phorge/src/applications/macro/conduit/MacroCreateMemeConduitAPIMethod.php +lib/php/phorge/src/applications/macro/conduit/MacroEditConduitAPIMethod.php +lib/php/phorge/src/applications/macro/conduit/MacroQueryConduitAPIMethod.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroAudioController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroDisableController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroEditController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroListController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroMemeController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroMemeDialogController.php +lib/php/phorge/src/applications/macro/controller/PhabricatorMacroViewController.php +lib/php/phorge/src/applications/macro/editor/PhabricatorMacroEditEngine.php +lib/php/phorge/src/applications/macro/editor/PhabricatorMacroEditor.php +lib/php/phorge/src/applications/macro/engine/PhabricatorMemeEngine.php +lib/php/phorge/src/applications/macro/mail/PhabricatorMacroMailReceiver.php +lib/php/phorge/src/applications/macro/mail/PhabricatorMacroReplyHandler.php +lib/php/phorge/src/applications/macro/markup/PhabricatorEmojiRemarkupRule.php +lib/php/phorge/src/applications/macro/markup/PhabricatorIconRemarkupRule.php +lib/php/phorge/src/applications/macro/markup/PhabricatorImageMacroRemarkupRule.php +lib/php/phorge/src/applications/macro/markup/PhabricatorMemeRemarkupRule.php +lib/php/phorge/src/applications/macro/phid/PhabricatorMacroMacroPHIDType.php +lib/php/phorge/src/applications/macro/query/PhabricatorMacroQuery.php +lib/php/phorge/src/applications/macro/query/PhabricatorMacroSearchEngine.php +lib/php/phorge/src/applications/macro/query/PhabricatorMacroTransactionQuery.php +lib/php/phorge/src/applications/macro/storage/PhabricatorFileImageMacro.php +lib/php/phorge/src/applications/macro/storage/PhabricatorMacroTransaction.php +lib/php/phorge/src/applications/macro/storage/PhabricatorMacroTransactionComment.php +lib/php/phorge/src/applications/macro/typeahead/PhabricatorEmojiDatasource.php +lib/php/phorge/src/applications/macro/typeahead/PhabricatorMacroDatasource.php +lib/php/phorge/src/applications/macro/xaction/PhabricatorMacroAudioBehaviorTransaction.php +lib/php/phorge/src/applications/macro/xaction/PhabricatorMacroAudioTransaction.php +lib/php/phorge/src/applications/macro/xaction/PhabricatorMacroDisabledTransaction.php +lib/php/phorge/src/applications/macro/xaction/PhabricatorMacroFileTransaction.php +lib/php/phorge/src/applications/macro/xaction/PhabricatorMacroNameTransaction.php +lib/php/phorge/src/applications/macro/xaction/PhabricatorMacroTransactionType.php +lib/php/phorge/src/applications/macro/xaction/__tests__/PhabricatorMacroTestCase.php +lib/php/phorge/src/applications/maniphest/application/PhabricatorManiphestApplication.php +lib/php/phorge/src/applications/maniphest/bulk/ManiphestTaskBulkEngine.php +lib/php/phorge/src/applications/maniphest/capability/ManiphestBulkEditCapability.php +lib/php/phorge/src/applications/maniphest/capability/ManiphestDefaultEditCapability.php +lib/php/phorge/src/applications/maniphest/capability/ManiphestDefaultViewCapability.php +lib/php/phorge/src/applications/maniphest/command/ManiphestAssignEmailCommand.php +lib/php/phorge/src/applications/maniphest/command/ManiphestClaimEmailCommand.php +lib/php/phorge/src/applications/maniphest/command/ManiphestCloseEmailCommand.php +lib/php/phorge/src/applications/maniphest/command/ManiphestEmailCommand.php +lib/php/phorge/src/applications/maniphest/command/ManiphestPriorityEmailCommand.php +lib/php/phorge/src/applications/maniphest/command/ManiphestStatusEmailCommand.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestCreateTaskConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestEditConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestGetTaskTransactionsConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestInfoConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestPrioritySearchConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestQueryConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestQueryStatusesConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestSearchConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestStatusSearchConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/conduit/ManiphestUpdateConduitAPIMethod.php +lib/php/phorge/src/applications/maniphest/config/ManiphestPointsConfigType.php +lib/php/phorge/src/applications/maniphest/config/ManiphestPrioritiesConfigType.php +lib/php/phorge/src/applications/maniphest/config/ManiphestStatusesConfigType.php +lib/php/phorge/src/applications/maniphest/config/ManiphestSubtypesConfigType.php +lib/php/phorge/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php +lib/php/phorge/src/applications/maniphest/constants/ManiphestConstants.php +lib/php/phorge/src/applications/maniphest/constants/ManiphestTaskPoints.php +lib/php/phorge/src/applications/maniphest/constants/ManiphestTaskPriority.php +lib/php/phorge/src/applications/maniphest/constants/ManiphestTaskStatus.php +lib/php/phorge/src/applications/maniphest/constants/__tests__/ManiphestTaskStatusTestCase.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestBulkEditController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestReportController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestTaskDetailController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestTaskEditController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestTaskGraphController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestTaskListController.php +lib/php/phorge/src/applications/maniphest/controller/ManiphestTaskSubtaskController.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskDependedOnByTaskEdgeType.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskHasCommitEdgeType.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskHasDuplicateTaskEdgeType.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskHasMockEdgeType.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskHasRevisionEdgeType.php +lib/php/phorge/src/applications/maniphest/edge/ManiphestTaskIsDuplicateOfTaskEdgeType.php +lib/php/phorge/src/applications/maniphest/editor/ManiphestEditEngine.php +lib/php/phorge/src/applications/maniphest/editor/ManiphestTaskEditEngineLock.php +lib/php/phorge/src/applications/maniphest/editor/ManiphestTransactionEditor.php +lib/php/phorge/src/applications/maniphest/engine/ManiphestTaskMFAEngine.php +lib/php/phorge/src/applications/maniphest/engine/ManiphestTaskUnlockEngine.php +lib/php/phorge/src/applications/maniphest/engineextension/ManiphestHovercardEngineExtension.php +lib/php/phorge/src/applications/maniphest/engineextension/ManiphestMailEngineExtension.php +lib/php/phorge/src/applications/maniphest/engineextension/ManiphestProjectNameFulltextEngineExtension.php +lib/php/phorge/src/applications/maniphest/field/ManiphestConfiguredCustomField.php +lib/php/phorge/src/applications/maniphest/field/ManiphestCustomField.php +lib/php/phorge/src/applications/maniphest/field/parser/ManiphestCustomFieldStatusParser.php +lib/php/phorge/src/applications/maniphest/field/parser/__tests__/ManiphestCustomFieldStatusParserTestCase.php +lib/php/phorge/src/applications/maniphest/herald/HeraldManiphestTaskAdapter.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssignHeraldAction.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssignOtherHeraldAction.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssignSelfHeraldAction.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssigneeHeraldField.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAuthorHeraldField.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskDescriptionHeraldField.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskHeraldField.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskHeraldFieldGroup.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskPriorityHeraldAction.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskPriorityHeraldField.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskStatusHeraldAction.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskStatusHeraldField.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskTitleHeraldField.php +lib/php/phorge/src/applications/maniphest/httpparametertype/ManiphestTaskListHTTPParameterType.php +lib/php/phorge/src/applications/maniphest/httpparametertype/ManiphestTaskPHIDResolver.php +lib/php/phorge/src/applications/maniphest/lipsum/PhabricatorManiphestTaskTestDataGenerator.php +lib/php/phorge/src/applications/maniphest/mail/ManiphestCreateMailReceiver.php +lib/php/phorge/src/applications/maniphest/mail/ManiphestReplyHandler.php +lib/php/phorge/src/applications/maniphest/mail/ManiphestTaskMailReceiver.php +lib/php/phorge/src/applications/maniphest/phid/ManiphestTaskPHIDType.php +lib/php/phorge/src/applications/maniphest/policy/ManiphestTaskPolicyCodex.php +lib/php/phorge/src/applications/maniphest/policyrule/ManiphestTaskAuthorPolicyRule.php +lib/php/phorge/src/applications/maniphest/query/ManiphestTaskQuery.php +lib/php/phorge/src/applications/maniphest/query/ManiphestTaskSearchEngine.php +lib/php/phorge/src/applications/maniphest/query/ManiphestTransactionQuery.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskCloseAsDuplicateRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskHasCommitRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskHasMockRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskHasParentRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskHasRevisionRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskHasSubtaskRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskMergeInRelationship.php +lib/php/phorge/src/applications/maniphest/relationship/ManiphestTaskRelationship.php +lib/php/phorge/src/applications/maniphest/remarkup/ManiphestRemarkupRule.php +lib/php/phorge/src/applications/maniphest/search/ManiphestTaskFerretEngine.php +lib/php/phorge/src/applications/maniphest/search/ManiphestTaskFulltextEngine.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestCustomFieldNumericIndex.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestCustomFieldStorage.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestCustomFieldStringIndex.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestDAO.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestNameIndex.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestSchemaSpec.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestTask.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestTransaction.php +lib/php/phorge/src/applications/maniphest/storage/ManiphestTransactionComment.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestAssigneeDatasource.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestTaskClosedStatusDatasource.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestTaskOpenStatusDatasource.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestTaskPriorityDatasource.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestTaskStatusDatasource.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestTaskStatusFunctionDatasource.php +lib/php/phorge/src/applications/maniphest/typeahead/ManiphestTaskSubtypeDatasource.php +lib/php/phorge/src/applications/maniphest/view/ManiphestTaskListView.php +lib/php/phorge/src/applications/maniphest/view/ManiphestTaskResultListView.php +lib/php/phorge/src/applications/maniphest/view/ManiphestView.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskAttachTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskCoverImageTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskDescriptionTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskEdgeTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskMergedFromTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskMergedIntoTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskOwnerTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskParentTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskPriorityTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskStatusTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskSubpriorityTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskTransactionType.php +lib/php/phorge/src/applications/maniphest/xaction/ManiphestTaskUnblockTransaction.php +lib/php/phorge/src/applications/meta/application/PhabricatorApplicationsApplication.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationDetailViewController.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationEditController.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationEmailCommandsController.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationPanelController.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationUninstallController.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationsController.php +lib/php/phorge/src/applications/meta/controller/PhabricatorApplicationsListController.php +lib/php/phorge/src/applications/meta/editor/PhabricatorApplicationEditEngine.php +lib/php/phorge/src/applications/meta/editor/PhabricatorApplicationEditor.php +lib/php/phorge/src/applications/meta/engineextension/PhabricatorDatasourceApplicationEngineExtension.php +lib/php/phorge/src/applications/meta/engineextension/PhabricatorDatasourceURIEngineExtension.php +lib/php/phorge/src/applications/meta/engineextension/PhabricatorSelfHyperlinkEngineExtension.php +lib/php/phorge/src/applications/meta/panel/PhabricatorApplicationConfigurationPanel.php +lib/php/phorge/src/applications/meta/panel/__tests__/PhabricatorApplicationConfigurationPanelTestCase.php +lib/php/phorge/src/applications/meta/phid/PhabricatorApplicationApplicationPHIDType.php +lib/php/phorge/src/applications/meta/query/PhabricatorAppSearchEngine.php +lib/php/phorge/src/applications/meta/query/PhabricatorApplicationApplicationTransactionQuery.php +lib/php/phorge/src/applications/meta/query/PhabricatorApplicationQuery.php +lib/php/phorge/src/applications/meta/storage/PhabricatorApplicationApplicationTransaction.php +lib/php/phorge/src/applications/meta/storage/PhabricatorApplicationSchemaSpec.php +lib/php/phorge/src/applications/meta/typeahead/PhabricatorApplicationDatasource.php +lib/php/phorge/src/applications/meta/xactions/PhabricatorApplicationPolicyChangeTransaction.php +lib/php/phorge/src/applications/meta/xactions/PhabricatorApplicationTransactionType.php +lib/php/phorge/src/applications/meta/xactions/PhabricatorApplicationUninstallTransaction.php +lib/php/phorge/src/applications/metamta/PhabricatorMetaMTAWorker.php +lib/php/phorge/src/applications/metamta/action/PhabricatorMetaMTAErrorMailAction.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailAmazonSESAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailAmazonSNSAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailMailgunAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailPostmarkAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailSMTPAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailSendGridAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailSendmailAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailTestAdapter.php +lib/php/phorge/src/applications/metamta/adapter/PhabricatorMailTwilioAdapter.php +lib/php/phorge/src/applications/metamta/adapter/__tests__/PhabricatorMailAdapterTestCase.php +lib/php/phorge/src/applications/metamta/application/PhabricatorMetaMTAApplication.php +lib/php/phorge/src/applications/metamta/applicationpanel/PhabricatorMetaMTAApplicationEmailPanel.php +lib/php/phorge/src/applications/metamta/command/MetaMTAEmailTransactionCommand.php +lib/php/phorge/src/applications/metamta/command/__tests__/MetaMTAEmailTransactionCommandTestCase.php +lib/php/phorge/src/applications/metamta/constants/MetaMTAReceivedMailStatus.php +lib/php/phorge/src/applications/metamta/constants/PhabricatorMailOutboundStatus.php +lib/php/phorge/src/applications/metamta/constants/PhabricatorMailRoutingRule.php +lib/php/phorge/src/applications/metamta/contentsource/PhabricatorEmailContentSource.php +lib/php/phorge/src/applications/metamta/controller/PhabricatorMetaMTAController.php +lib/php/phorge/src/applications/metamta/controller/PhabricatorMetaMTAMailListController.php +lib/php/phorge/src/applications/metamta/controller/PhabricatorMetaMTAMailViewController.php +lib/php/phorge/src/applications/metamta/controller/PhabricatorMetaMTAMailgunReceiveController.php +lib/php/phorge/src/applications/metamta/controller/PhabricatorMetaMTAPostmarkReceiveController.php +lib/php/phorge/src/applications/metamta/controller/PhabricatorMetaMTASendGridReceiveController.php +lib/php/phorge/src/applications/metamta/edge/PhabricatorMetaMTAMailHasRecipientEdgeType.php +lib/php/phorge/src/applications/metamta/editor/PhabricatorMetaMTAApplicationEmailEditor.php +lib/php/phorge/src/applications/metamta/engine/PhabricatorMailEmailEngine.php +lib/php/phorge/src/applications/metamta/engine/PhabricatorMailEngineExtension.php +lib/php/phorge/src/applications/metamta/engine/PhabricatorMailMessageEngine.php +lib/php/phorge/src/applications/metamta/engine/PhabricatorMailSMSEngine.php +lib/php/phorge/src/applications/metamta/engineextension/PhabricatorMailPropertiesDestructionEngineExtension.php +lib/php/phorge/src/applications/metamta/exception/PhabricatorMetaMTAPermanentFailureException.php +lib/php/phorge/src/applications/metamta/exception/PhabricatorMetaMTAReceivedMailProcessingException.php +lib/php/phorge/src/applications/metamta/future/PhabricatorAWSSESFuture.php +lib/php/phorge/src/applications/metamta/future/PhabricatorAmazonSNSFuture.php +lib/php/phorge/src/applications/metamta/future/PhabricatorTwilioFuture.php +lib/php/phorge/src/applications/metamta/garbagecollector/MetaMTAMailReceivedGarbageCollector.php +lib/php/phorge/src/applications/metamta/garbagecollector/MetaMTAMailSentGarbageCollector.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailEmailHeraldField.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailEmailHeraldFieldGroup.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailEmailSubjectHeraldField.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailMustEncryptHeraldAction.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailOutboundMailHeraldAdapter.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailOutboundRoutingHeraldAction.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailOutboundRoutingSelfEmailHeraldAction.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMailOutboundRoutingSelfNotificationHeraldAction.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMetaMTAApplicationEmailHeraldField.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMetaMTAEmailHeraldAction.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMetaMTAEmailOthersHeraldAction.php +lib/php/phorge/src/applications/metamta/herald/PhabricatorMetaMTAEmailSelfHeraldAction.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementListInboundWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementListOutboundWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementReceiveTestWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementResendWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementSendTestWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementShowInboundWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementShowOutboundWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementUnverifyWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementVolumeWorkflow.php +lib/php/phorge/src/applications/metamta/management/PhabricatorMailManagementWorkflow.php +lib/php/phorge/src/applications/metamta/message/PhabricatorMailAttachment.php +lib/php/phorge/src/applications/metamta/message/PhabricatorMailEmailMessage.php +lib/php/phorge/src/applications/metamta/message/PhabricatorMailExternalMessage.php +lib/php/phorge/src/applications/metamta/message/PhabricatorMailHeader.php +lib/php/phorge/src/applications/metamta/message/PhabricatorMailSMSMessage.php +lib/php/phorge/src/applications/metamta/message/PhabricatorPhoneNumber.php +lib/php/phorge/src/applications/metamta/message/__tests__/PhabricatorPhoneNumberTestCase.php +lib/php/phorge/src/applications/metamta/parser/PhabricatorMetaMTAEmailBodyParser.php +lib/php/phorge/src/applications/metamta/parser/__tests__/PhabricatorMetaMTAEmailBodyParserTestCase.php +lib/php/phorge/src/applications/metamta/phid/PhabricatorMetaMTAMailPHIDType.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAActor.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAActorQuery.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailTransactionQuery.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAMailPropertiesQuery.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAMailQuery.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAMailSearchEngine.php +lib/php/phorge/src/applications/metamta/query/PhabricatorMetaMTAMemberQuery.php +lib/php/phorge/src/applications/metamta/receiver/PhabricatorApplicationMailReceiver.php +lib/php/phorge/src/applications/metamta/receiver/PhabricatorMailReceiver.php +lib/php/phorge/src/applications/metamta/receiver/PhabricatorObjectMailReceiver.php +lib/php/phorge/src/applications/metamta/receiver/__tests__/PhabricatorMailReceiverTestCase.php +lib/php/phorge/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php +lib/php/phorge/src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php +lib/php/phorge/src/applications/metamta/replyhandler/PhabricatorMailTarget.php +lib/php/phorge/src/applications/metamta/stamp/PhabricatorBoolMailStamp.php +lib/php/phorge/src/applications/metamta/stamp/PhabricatorMailStamp.php +lib/php/phorge/src/applications/metamta/stamp/PhabricatorPHIDMailStamp.php +lib/php/phorge/src/applications/metamta/stamp/PhabricatorStringMailStamp.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTAApplicationEmail.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTAApplicationEmailTransaction.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTADAO.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTAMail.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTAMailProperties.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTAReceivedMail.php +lib/php/phorge/src/applications/metamta/storage/PhabricatorMetaMTASchemaSpec.php +lib/php/phorge/src/applications/metamta/storage/__tests__/PhabricatorMailConfigTestCase.php +lib/php/phorge/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php +lib/php/phorge/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php +lib/php/phorge/src/applications/metamta/typeahead/PhabricatorMetaMTAApplicationEmailDatasource.php +lib/php/phorge/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableDatasource.php +lib/php/phorge/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php +lib/php/phorge/src/applications/metamta/util/PhabricatorMailUtil.php +lib/php/phorge/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php +lib/php/phorge/src/applications/metamta/view/PhabricatorMetaMTAMailSection.php +lib/php/phorge/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php +lib/php/phorge/src/applications/multimeter/application/PhabricatorMultimeterApplication.php +lib/php/phorge/src/applications/multimeter/controller/MultimeterController.php +lib/php/phorge/src/applications/multimeter/controller/MultimeterSampleController.php +lib/php/phorge/src/applications/multimeter/data/MultimeterControl.php +lib/php/phorge/src/applications/multimeter/garbagecollector/MultimeterEventGarbageCollector.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterContext.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterDAO.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterDimension.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterEvent.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterHost.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterLabel.php +lib/php/phorge/src/applications/multimeter/storage/MultimeterViewer.php +lib/php/phorge/src/applications/notification/application/PhabricatorNotificationsApplication.php +lib/php/phorge/src/applications/notification/builder/PhabricatorNotificationBuilder.php +lib/php/phorge/src/applications/notification/client/PhabricatorNotificationClient.php +lib/php/phorge/src/applications/notification/client/PhabricatorNotificationServerRef.php +lib/php/phorge/src/applications/notification/config/PhabricatorNotificationServersConfigType.php +lib/php/phorge/src/applications/notification/controller/PhabricatorNotificationClearController.php +lib/php/phorge/src/applications/notification/controller/PhabricatorNotificationController.php +lib/php/phorge/src/applications/notification/controller/PhabricatorNotificationIndividualController.php +lib/php/phorge/src/applications/notification/controller/PhabricatorNotificationListController.php +lib/php/phorge/src/applications/notification/controller/PhabricatorNotificationPanelController.php +lib/php/phorge/src/applications/notification/controller/PhabricatorNotificationTestController.php +lib/php/phorge/src/applications/notification/engineextension/PhabricatorNotificationDestructionEngineExtension.php +lib/php/phorge/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php +lib/php/phorge/src/applications/notification/query/PhabricatorNotificationQuery.php +lib/php/phorge/src/applications/notification/query/PhabricatorNotificationSearchEngine.php +lib/php/phorge/src/applications/notification/setup/PhabricatorAphlictSetupCheck.php +lib/php/phorge/src/applications/notification/storage/PhabricatorFeedStoryNotification.php +lib/php/phorge/src/applications/notification/view/PhabricatorNotificationStatusView.php +lib/php/phorge/src/applications/nuance/application/PhabricatorNuanceApplication.php +lib/php/phorge/src/applications/nuance/capability/NuanceSourceDefaultEditCapability.php +lib/php/phorge/src/applications/nuance/capability/NuanceSourceDefaultViewCapability.php +lib/php/phorge/src/applications/nuance/capability/NuanceSourceManageCapability.php +lib/php/phorge/src/applications/nuance/command/NuanceCommandImplementation.php +lib/php/phorge/src/applications/nuance/command/NuanceItemCommandSpec.php +lib/php/phorge/src/applications/nuance/command/NuanceTrashCommand.php +lib/php/phorge/src/applications/nuance/conduit/NuanceConduitAPIMethod.php +lib/php/phorge/src/applications/nuance/contentsource/NuanceContentSource.php +lib/php/phorge/src/applications/nuance/controller/NuanceConsoleController.php +lib/php/phorge/src/applications/nuance/controller/NuanceController.php +lib/php/phorge/src/applications/nuance/controller/NuanceItemActionController.php +lib/php/phorge/src/applications/nuance/controller/NuanceItemController.php +lib/php/phorge/src/applications/nuance/controller/NuanceItemListController.php +lib/php/phorge/src/applications/nuance/controller/NuanceItemManageController.php +lib/php/phorge/src/applications/nuance/controller/NuanceItemViewController.php +lib/php/phorge/src/applications/nuance/controller/NuanceQueueController.php +lib/php/phorge/src/applications/nuance/controller/NuanceQueueEditController.php +lib/php/phorge/src/applications/nuance/controller/NuanceQueueListController.php +lib/php/phorge/src/applications/nuance/controller/NuanceQueueViewController.php +lib/php/phorge/src/applications/nuance/controller/NuanceQueueWorkController.php +lib/php/phorge/src/applications/nuance/controller/NuanceSourceActionController.php +lib/php/phorge/src/applications/nuance/controller/NuanceSourceController.php +lib/php/phorge/src/applications/nuance/controller/NuanceSourceEditController.php +lib/php/phorge/src/applications/nuance/controller/NuanceSourceListController.php +lib/php/phorge/src/applications/nuance/controller/NuanceSourceViewController.php +lib/php/phorge/src/applications/nuance/cursor/NuanceGitHubImportCursor.php +lib/php/phorge/src/applications/nuance/cursor/NuanceGitHubIssuesImportCursor.php +lib/php/phorge/src/applications/nuance/cursor/NuanceGitHubRepositoryImportCursor.php +lib/php/phorge/src/applications/nuance/cursor/NuanceImportCursor.php +lib/php/phorge/src/applications/nuance/editor/NuanceItemEditor.php +lib/php/phorge/src/applications/nuance/editor/NuanceQueueEditEngine.php +lib/php/phorge/src/applications/nuance/editor/NuanceQueueEditor.php +lib/php/phorge/src/applications/nuance/editor/NuanceSourceEditEngine.php +lib/php/phorge/src/applications/nuance/editor/NuanceSourceEditor.php +lib/php/phorge/src/applications/nuance/github/NuanceGitHubRawEvent.php +lib/php/phorge/src/applications/nuance/github/__tests__/NuanceGitHubRawEventTestCase.php +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/assigned.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/closed.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/demilestoned.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/labeled.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/locked.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/milestoned.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/renamed.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/reopened.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/unassigned.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/unlabeled.txt +lib/php/phorge/src/applications/nuance/github/__tests__/issueevents/unlocked.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/CreateEvent.tag.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/IssueCommentEvent.created.pull.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/IssueCommentEvent.created.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/IssuesEvent.closed.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/IssuesEvent.opened.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/IssuesEvent.reopened.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/PullRequestEvent.opened.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/PushEvent.txt +lib/php/phorge/src/applications/nuance/github/__tests__/repositoryevents/WatchEvent.started.txt +lib/php/phorge/src/applications/nuance/item/NuanceFormItemType.php +lib/php/phorge/src/applications/nuance/item/NuanceGitHubEventItemType.php +lib/php/phorge/src/applications/nuance/item/NuanceItemType.php +lib/php/phorge/src/applications/nuance/management/NuanceManagementImportWorkflow.php +lib/php/phorge/src/applications/nuance/management/NuanceManagementUpdateWorkflow.php +lib/php/phorge/src/applications/nuance/management/NuanceManagementWorkflow.php +lib/php/phorge/src/applications/nuance/phid/NuanceImportCursorPHIDType.php +lib/php/phorge/src/applications/nuance/phid/NuanceItemPHIDType.php +lib/php/phorge/src/applications/nuance/phid/NuanceQueuePHIDType.php +lib/php/phorge/src/applications/nuance/phid/NuanceSourcePHIDType.php +lib/php/phorge/src/applications/nuance/query/NuanceImportCursorDataQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceItemCommandQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceItemQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceItemSearchEngine.php +lib/php/phorge/src/applications/nuance/query/NuanceItemTransactionQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceQueueQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceQueueSearchEngine.php +lib/php/phorge/src/applications/nuance/query/NuanceQueueTransactionQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceSourceQuery.php +lib/php/phorge/src/applications/nuance/query/NuanceSourceSearchEngine.php +lib/php/phorge/src/applications/nuance/query/NuanceSourceTransactionQuery.php +lib/php/phorge/src/applications/nuance/source/NuanceGitHubRepositorySourceDefinition.php +lib/php/phorge/src/applications/nuance/source/NuancePhabricatorFormSourceDefinition.php +lib/php/phorge/src/applications/nuance/source/NuanceSourceDefinition.php +lib/php/phorge/src/applications/nuance/source/__tests__/NuanceSourceDefinitionTestCase.php +lib/php/phorge/src/applications/nuance/storage/NuanceDAO.php +lib/php/phorge/src/applications/nuance/storage/NuanceImportCursorData.php +lib/php/phorge/src/applications/nuance/storage/NuanceItem.php +lib/php/phorge/src/applications/nuance/storage/NuanceItemCommand.php +lib/php/phorge/src/applications/nuance/storage/NuanceItemTransaction.php +lib/php/phorge/src/applications/nuance/storage/NuanceItemTransactionComment.php +lib/php/phorge/src/applications/nuance/storage/NuanceQueue.php +lib/php/phorge/src/applications/nuance/storage/NuanceQueueTransaction.php +lib/php/phorge/src/applications/nuance/storage/NuanceQueueTransactionComment.php +lib/php/phorge/src/applications/nuance/storage/NuanceSchemaSpec.php +lib/php/phorge/src/applications/nuance/storage/NuanceSource.php +lib/php/phorge/src/applications/nuance/storage/NuanceSourceNameNgrams.php +lib/php/phorge/src/applications/nuance/storage/NuanceSourceTransaction.php +lib/php/phorge/src/applications/nuance/storage/NuanceSourceTransactionComment.php +lib/php/phorge/src/applications/nuance/storage/NuanceTransaction.php +lib/php/phorge/src/applications/nuance/typeahead/NuanceQueueDatasource.php +lib/php/phorge/src/applications/nuance/worker/NuanceItemUpdateWorker.php +lib/php/phorge/src/applications/nuance/worker/NuanceWorker.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemCommandTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemOwnerTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemPropertyTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemQueueTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemRequestorTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemSourceTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemStatusTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceItemTransactionType.php +lib/php/phorge/src/applications/nuance/xaction/NuanceQueueNameTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceQueueTransactionType.php +lib/php/phorge/src/applications/nuance/xaction/NuanceSourceDefaultQueueTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceSourceNameTransaction.php +lib/php/phorge/src/applications/nuance/xaction/NuanceSourceTransactionType.php +lib/php/phorge/src/applications/oauthserver/PhabricatorOAuthResponse.php +lib/php/phorge/src/applications/oauthserver/PhabricatorOAuthServer.php +lib/php/phorge/src/applications/oauthserver/PhabricatorOAuthServerScope.php +lib/php/phorge/src/applications/oauthserver/__tests__/PhabricatorOAuthServerTestCase.php +lib/php/phorge/src/applications/oauthserver/application/PhabricatorOAuthServerApplication.php +lib/php/phorge/src/applications/oauthserver/capability/PhabricatorOAuthServerCreateClientsCapability.php +lib/php/phorge/src/applications/oauthserver/controller/PhabricatorOAuthServerAuthController.php +lib/php/phorge/src/applications/oauthserver/controller/PhabricatorOAuthServerController.php +lib/php/phorge/src/applications/oauthserver/controller/PhabricatorOAuthServerTokenController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientDisableController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientEditController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientListController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientSecretController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientTestController.php +lib/php/phorge/src/applications/oauthserver/controller/client/PhabricatorOAuthClientViewController.php +lib/php/phorge/src/applications/oauthserver/editor/PhabricatorOAuthServerEditEngine.php +lib/php/phorge/src/applications/oauthserver/editor/PhabricatorOAuthServerEditor.php +lib/php/phorge/src/applications/oauthserver/panel/PhabricatorOAuthServerAuthorizationsSettingsPanel.php +lib/php/phorge/src/applications/oauthserver/phid/PhabricatorOAuthServerClientAuthorizationPHIDType.php +lib/php/phorge/src/applications/oauthserver/phid/PhabricatorOAuthServerClientPHIDType.php +lib/php/phorge/src/applications/oauthserver/query/PhabricatorOAuthClientAuthorizationQuery.php +lib/php/phorge/src/applications/oauthserver/query/PhabricatorOAuthServerClientQuery.php +lib/php/phorge/src/applications/oauthserver/query/PhabricatorOAuthServerClientSearchEngine.php +lib/php/phorge/src/applications/oauthserver/query/PhabricatorOAuthServerSchemaSpec.php +lib/php/phorge/src/applications/oauthserver/query/PhabricatorOAuthServerTransactionQuery.php +lib/php/phorge/src/applications/oauthserver/storage/PhabricatorOAuthClientAuthorization.php +lib/php/phorge/src/applications/oauthserver/storage/PhabricatorOAuthServerAccessToken.php +lib/php/phorge/src/applications/oauthserver/storage/PhabricatorOAuthServerAuthorizationCode.php +lib/php/phorge/src/applications/oauthserver/storage/PhabricatorOAuthServerClient.php +lib/php/phorge/src/applications/oauthserver/storage/PhabricatorOAuthServerDAO.php +lib/php/phorge/src/applications/oauthserver/storage/PhabricatorOAuthServerTransaction.php +lib/php/phorge/src/applications/owners/application/PhabricatorOwnersApplication.php +lib/php/phorge/src/applications/owners/capability/PhabricatorOwnersDefaultEditCapability.php +lib/php/phorge/src/applications/owners/capability/PhabricatorOwnersDefaultViewCapability.php +lib/php/phorge/src/applications/owners/conduit/OwnersConduitAPIMethod.php +lib/php/phorge/src/applications/owners/conduit/OwnersEditConduitAPIMethod.php +lib/php/phorge/src/applications/owners/conduit/OwnersSearchConduitAPIMethod.php +lib/php/phorge/src/applications/owners/config/PhabricatorOwnersConfigOptions.php +lib/php/phorge/src/applications/owners/constants/PhabricatorOwnersAuditRule.php +lib/php/phorge/src/applications/owners/controller/PhabricatorOwnersArchiveController.php +lib/php/phorge/src/applications/owners/controller/PhabricatorOwnersController.php +lib/php/phorge/src/applications/owners/controller/PhabricatorOwnersDetailController.php +lib/php/phorge/src/applications/owners/controller/PhabricatorOwnersEditController.php +lib/php/phorge/src/applications/owners/controller/PhabricatorOwnersListController.php +lib/php/phorge/src/applications/owners/controller/PhabricatorOwnersPathsController.php +lib/php/phorge/src/applications/owners/customfield/PhabricatorOwnersConfiguredCustomField.php +lib/php/phorge/src/applications/owners/customfield/PhabricatorOwnersCustomField.php +lib/php/phorge/src/applications/owners/editor/PhabricatorOwnersPackageEditEngine.php +lib/php/phorge/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php +lib/php/phorge/src/applications/owners/engineextension/PhabricatorOwnersHovercardEngineExtension.php +lib/php/phorge/src/applications/owners/engineextension/PhabricatorOwnersPathsSearchEngineAttachment.php +lib/php/phorge/src/applications/owners/lipsum/PhabricatorOwnersPackageContextFreeGrammar.php +lib/php/phorge/src/applications/owners/lipsum/PhabricatorOwnersPackageTestDataGenerator.php +lib/php/phorge/src/applications/owners/lipsum/PhabricatorOwnersPathContextFreeGrammar.php +lib/php/phorge/src/applications/owners/mail/OwnersPackageReplyHandler.php +lib/php/phorge/src/applications/owners/phid/PhabricatorOwnersPackagePHIDType.php +lib/php/phorge/src/applications/owners/query/PhabricatorOwnerPathQuery.php +lib/php/phorge/src/applications/owners/query/PhabricatorOwnersPackageQuery.php +lib/php/phorge/src/applications/owners/query/PhabricatorOwnersPackageSearchEngine.php +lib/php/phorge/src/applications/owners/query/PhabricatorOwnersPackageTransactionQuery.php +lib/php/phorge/src/applications/owners/remarkup/PhabricatorOwnersPackageRemarkupRule.php +lib/php/phorge/src/applications/owners/search/PhabricatorOwnersPackageFerretEngine.php +lib/php/phorge/src/applications/owners/search/PhabricatorOwnersPackageFulltextEngine.php +lib/php/phorge/src/applications/owners/searchfield/PhabricatorOwnersSearchField.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersCustomFieldNumericIndex.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersCustomFieldStorage.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersCustomFieldStringIndex.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersDAO.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersOwner.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersPackage.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersPackageNameNgrams.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersPackageTransaction.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersPath.php +lib/php/phorge/src/applications/owners/storage/PhabricatorOwnersSchemaSpec.php +lib/php/phorge/src/applications/owners/storage/__tests__/PhabricatorOwnersPackageTestCase.php +lib/php/phorge/src/applications/owners/typeahead/PhabricatorOwnersPackageDatasource.php +lib/php/phorge/src/applications/owners/typeahead/PhabricatorOwnersPackageFunctionDatasource.php +lib/php/phorge/src/applications/owners/typeahead/PhabricatorOwnersPackageOwnerDatasource.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageAuditingTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageAuthorityTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageAutoreviewTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageDescriptionTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageDominionTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageIgnoredTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageNameTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageOwnersTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackagePathsTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackagePrimaryTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageStatusTransaction.php +lib/php/phorge/src/applications/owners/xaction/PhabricatorOwnersPackageTransactionType.php +lib/php/phorge/src/applications/packages/application/PhabricatorPackagesApplication.php +lib/php/phorge/src/applications/packages/capability/PhabricatorPackagesCreatePublisherCapability.php +lib/php/phorge/src/applications/packages/capability/PhabricatorPackagesPackageDefaultEditCapability.php +lib/php/phorge/src/applications/packages/capability/PhabricatorPackagesPackageDefaultViewCapability.php +lib/php/phorge/src/applications/packages/capability/PhabricatorPackagesPublisherDefaultEditCapability.php +lib/php/phorge/src/applications/packages/conduit/PhabricatorPackagesPackageEditConduitAPIMethod.php +lib/php/phorge/src/applications/packages/conduit/PhabricatorPackagesPackageSearchConduitAPIMethod.php +lib/php/phorge/src/applications/packages/conduit/PhabricatorPackagesPublisherEditConduitAPIMethod.php +lib/php/phorge/src/applications/packages/conduit/PhabricatorPackagesPublisherSearchConduitAPIMethod.php +lib/php/phorge/src/applications/packages/conduit/PhabricatorPackagesVersionEditConduitAPIMethod.php +lib/php/phorge/src/applications/packages/conduit/PhabricatorPackagesVersionSearchConduitAPIMethod.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPackageController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPackageEditController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPackageListController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPackageViewController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPublisherController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPublisherEditController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPublisherListController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesPublisherViewController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesVersionController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesVersionEditController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesVersionListController.php +lib/php/phorge/src/applications/packages/controller/PhabricatorPackagesVersionViewController.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesEditEngine.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesEditor.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesPackageEditEngine.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesPackageEditor.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesPublisherEditEngine.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesPublisherEditor.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesVersionEditEngine.php +lib/php/phorge/src/applications/packages/editor/PhabricatorPackagesVersionEditor.php +lib/php/phorge/src/applications/packages/phid/PhabricatorPackagesPackagePHIDType.php +lib/php/phorge/src/applications/packages/phid/PhabricatorPackagesPublisherPHIDType.php +lib/php/phorge/src/applications/packages/phid/PhabricatorPackagesVersionPHIDType.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesPackageQuery.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesPackageSearchEngine.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesPackageTransactionQuery.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesPublisherQuery.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesPublisherSearchEngine.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesPublisherTransactionQuery.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesQuery.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesVersionQuery.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesVersionSearchEngine.php +lib/php/phorge/src/applications/packages/query/PhabricatorPackagesVersionTransactionQuery.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesDAO.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesNgrams.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesPackage.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesPackageNameNgrams.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesPackageTransaction.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesPublisher.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesPublisherNameNgrams.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesPublisherTransaction.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesSchemaSpec.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesVersion.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesVersionNameNgrams.php +lib/php/phorge/src/applications/packages/storage/PhabricatorPackagesVersionTransaction.php +lib/php/phorge/src/applications/packages/typeahead/PhabricatorPackagesPackageDatasource.php +lib/php/phorge/src/applications/packages/typeahead/PhabricatorPackagesPublisherDatasource.php +lib/php/phorge/src/applications/packages/view/PhabricatorPackagesPackageListView.php +lib/php/phorge/src/applications/packages/view/PhabricatorPackagesPublisherListView.php +lib/php/phorge/src/applications/packages/view/PhabricatorPackagesVersionListView.php +lib/php/phorge/src/applications/packages/view/PhabricatorPackagesView.php +lib/php/phorge/src/applications/packages/xaction/PhabricatorPackagesTransactionType.php +lib/php/phorge/src/applications/packages/xaction/package/PhabricatorPackagesPackageKeyTransaction.php +lib/php/phorge/src/applications/packages/xaction/package/PhabricatorPackagesPackageNameTransaction.php +lib/php/phorge/src/applications/packages/xaction/package/PhabricatorPackagesPackagePublisherTransaction.php +lib/php/phorge/src/applications/packages/xaction/package/PhabricatorPackagesPackageTransactionType.php +lib/php/phorge/src/applications/packages/xaction/publisher/PhabricatorPackagesPublisherKeyTransaction.php +lib/php/phorge/src/applications/packages/xaction/publisher/PhabricatorPackagesPublisherNameTransaction.php +lib/php/phorge/src/applications/packages/xaction/publisher/PhabricatorPackagesPublisherTransactionType.php +lib/php/phorge/src/applications/packages/xaction/version/PhabricatorPackagesVersionNameTransaction.php +lib/php/phorge/src/applications/packages/xaction/version/PhabricatorPackagesVersionPackageTransaction.php +lib/php/phorge/src/applications/packages/xaction/version/PhabricatorPackagesVersionTransactionType.php +lib/php/phorge/src/applications/passphrase/application/PhabricatorPassphraseApplication.php +lib/php/phorge/src/applications/passphrase/capability/PassphraseDefaultEditCapability.php +lib/php/phorge/src/applications/passphrase/capability/PassphraseDefaultViewCapability.php +lib/php/phorge/src/applications/passphrase/conduit/PassphraseConduitAPIMethod.php +lib/php/phorge/src/applications/passphrase/conduit/PassphraseQueryConduitAPIMethod.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialConduitController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialCreateController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialDestroyController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialEditController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialListController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialLockController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialPublicController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialRevealController.php +lib/php/phorge/src/applications/passphrase/controller/PassphraseCredentialViewController.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseNoteCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphrasePasswordCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseSSHGeneratedKeyCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseSSHPrivateKeyCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseSSHPrivateKeyFileCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseSSHPrivateKeyTextCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/PassphraseTokenCredentialType.php +lib/php/phorge/src/applications/passphrase/credentialtype/__tests__/PassphraseCredentialTypeTestCase.php +lib/php/phorge/src/applications/passphrase/editor/PassphraseCredentialTransactionEditor.php +lib/php/phorge/src/applications/passphrase/keys/PassphraseAbstractKey.php +lib/php/phorge/src/applications/passphrase/keys/PassphrasePasswordKey.php +lib/php/phorge/src/applications/passphrase/keys/PassphraseSSHKey.php +lib/php/phorge/src/applications/passphrase/phid/PassphraseCredentialPHIDType.php +lib/php/phorge/src/applications/passphrase/policyrule/PassphraseCredentialAuthorPolicyRule.php +lib/php/phorge/src/applications/passphrase/query/PassphraseCredentialQuery.php +lib/php/phorge/src/applications/passphrase/query/PassphraseCredentialSearchEngine.php +lib/php/phorge/src/applications/passphrase/query/PassphraseCredentialTransactionQuery.php +lib/php/phorge/src/applications/passphrase/remarkup/PassphraseRemarkupRule.php +lib/php/phorge/src/applications/passphrase/search/PassphraseCredentialFerretEngine.php +lib/php/phorge/src/applications/passphrase/search/PassphraseCredentialFulltextEngine.php +lib/php/phorge/src/applications/passphrase/storage/PassphraseCredential.php +lib/php/phorge/src/applications/passphrase/storage/PassphraseCredentialTransaction.php +lib/php/phorge/src/applications/passphrase/storage/PassphraseDAO.php +lib/php/phorge/src/applications/passphrase/storage/PassphraseSchemaSpec.php +lib/php/phorge/src/applications/passphrase/storage/PassphraseSecret.php +lib/php/phorge/src/applications/passphrase/view/PassphraseCredentialControl.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialConduitTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialDescriptionTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialDestroyTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialLockTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialLookedAtTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialNameTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialSecretIDTransaction.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialTransactionType.php +lib/php/phorge/src/applications/passphrase/xaction/PassphraseCredentialUsernameTransaction.php +lib/php/phorge/src/applications/paste/application/PhabricatorPasteApplication.php +lib/php/phorge/src/applications/paste/capability/PasteDefaultEditCapability.php +lib/php/phorge/src/applications/paste/capability/PasteDefaultViewCapability.php +lib/php/phorge/src/applications/paste/conduit/PasteConduitAPIMethod.php +lib/php/phorge/src/applications/paste/conduit/PasteCreateConduitAPIMethod.php +lib/php/phorge/src/applications/paste/conduit/PasteEditConduitAPIMethod.php +lib/php/phorge/src/applications/paste/conduit/PasteInfoConduitAPIMethod.php +lib/php/phorge/src/applications/paste/conduit/PasteQueryConduitAPIMethod.php +lib/php/phorge/src/applications/paste/conduit/PasteSearchConduitAPIMethod.php +lib/php/phorge/src/applications/paste/controller/PhabricatorPasteArchiveController.php +lib/php/phorge/src/applications/paste/controller/PhabricatorPasteController.php +lib/php/phorge/src/applications/paste/controller/PhabricatorPasteEditController.php +lib/php/phorge/src/applications/paste/controller/PhabricatorPasteListController.php +lib/php/phorge/src/applications/paste/controller/PhabricatorPasteRawController.php +lib/php/phorge/src/applications/paste/controller/PhabricatorPasteViewController.php +lib/php/phorge/src/applications/paste/editor/PhabricatorPasteEditEngine.php +lib/php/phorge/src/applications/paste/editor/PhabricatorPasteEditor.php +lib/php/phorge/src/applications/paste/engine/PhabricatorPasteFerretEngine.php +lib/php/phorge/src/applications/paste/engine/PhabricatorPasteFulltextEngine.php +lib/php/phorge/src/applications/paste/engineextension/PhabricatorPasteContentSearchEngineAttachment.php +lib/php/phorge/src/applications/paste/lipsum/PhabricatorPasteFilenameContextFreeGrammar.php +lib/php/phorge/src/applications/paste/lipsum/PhabricatorPasteTestDataGenerator.php +lib/php/phorge/src/applications/paste/mail/PasteCreateMailReceiver.php +lib/php/phorge/src/applications/paste/mail/PasteMailReceiver.php +lib/php/phorge/src/applications/paste/mail/PasteReplyHandler.php +lib/php/phorge/src/applications/paste/phid/PhabricatorPastePastePHIDType.php +lib/php/phorge/src/applications/paste/query/PhabricatorPasteQuery.php +lib/php/phorge/src/applications/paste/query/PhabricatorPasteSearchEngine.php +lib/php/phorge/src/applications/paste/query/PhabricatorPasteTransactionQuery.php +lib/php/phorge/src/applications/paste/remarkup/PhabricatorPasteRemarkupRule.php +lib/php/phorge/src/applications/paste/snippet/PhabricatorPasteSnippet.php +lib/php/phorge/src/applications/paste/storage/PhabricatorPaste.php +lib/php/phorge/src/applications/paste/storage/PhabricatorPasteDAO.php +lib/php/phorge/src/applications/paste/storage/PhabricatorPasteSchemaSpec.php +lib/php/phorge/src/applications/paste/storage/PhabricatorPasteTransaction.php +lib/php/phorge/src/applications/paste/storage/PhabricatorPasteTransactionComment.php +lib/php/phorge/src/applications/paste/typeahead/PasteLanguageSelectDatasource.php +lib/php/phorge/src/applications/paste/view/PasteEmbedView.php +lib/php/phorge/src/applications/paste/xaction/PhabricatorPasteContentTransaction.php +lib/php/phorge/src/applications/paste/xaction/PhabricatorPasteLanguageTransaction.php +lib/php/phorge/src/applications/paste/xaction/PhabricatorPasteStatusTransaction.php +lib/php/phorge/src/applications/paste/xaction/PhabricatorPasteTitleTransaction.php +lib/php/phorge/src/applications/paste/xaction/PhabricatorPasteTransactionType.php +lib/php/phorge/src/applications/people/application/PhabricatorPeopleApplication.php +lib/php/phorge/src/applications/people/cache/PhabricatorUserBadgesCacheType.php +lib/php/phorge/src/applications/people/cache/PhabricatorUserCacheType.php +lib/php/phorge/src/applications/people/cache/PhabricatorUserMessageCountCacheType.php +lib/php/phorge/src/applications/people/cache/PhabricatorUserNotificationCountCacheType.php +lib/php/phorge/src/applications/people/cache/PhabricatorUserPreferencesCacheType.php +lib/php/phorge/src/applications/people/cache/PhabricatorUserProfileImageCacheType.php +lib/php/phorge/src/applications/people/capability/PeopleBrowseUserDirectoryCapability.php +lib/php/phorge/src/applications/people/capability/PeopleCreateUsersCapability.php +lib/php/phorge/src/applications/people/capability/PeopleDisableUsersCapability.php +lib/php/phorge/src/applications/people/conduit/UserConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserDisableConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserEditConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserEnableConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserFindConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserQueryConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserSearchConduitAPIMethod.php +lib/php/phorge/src/applications/people/conduit/UserWhoAmIConduitAPIMethod.php +lib/php/phorge/src/applications/people/config/PhabricatorUserConfigOptions.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleApproveController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleCreateController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleDeleteController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleDisableController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleEmpowerController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleInviteController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleInviteListController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleInviteSendController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleListController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleLogViewController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleLogsController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleNewController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileBadgesController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileEditController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileManageController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileRevisionsController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileViewController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleRenameController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleWelcomeController.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserBlurbField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserConfiguredCustomField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserCustomField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserIconField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserRealNameField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserRolesField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserSinceField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserStatusField.php +lib/php/phorge/src/applications/people/customfield/PhabricatorUserTitleField.php +lib/php/phorge/src/applications/people/editor/PhabricatorUserEditEngine.php +lib/php/phorge/src/applications/people/editor/PhabricatorUserEditor.php +lib/php/phorge/src/applications/people/editor/PhabricatorUserTransactionEditor.php +lib/php/phorge/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php +lib/php/phorge/src/applications/people/engine/PhabricatorPeopleProfileMenuEngine.php +lib/php/phorge/src/applications/people/engineextension/PeopleHovercardEngineExtension.php +lib/php/phorge/src/applications/people/engineextension/PeopleMainMenuBarExtension.php +lib/php/phorge/src/applications/people/engineextension/PhabricatorPeopleAvailabilitySearchEngineAttachment.php +lib/php/phorge/src/applications/people/engineextension/PhabricatorPeopleDatasourceEngineExtension.php +lib/php/phorge/src/applications/people/garbagecollector/PeopleUserLogGarbageCollector.php +lib/php/phorge/src/applications/people/guidance/PhabricatorPeopleCreateGuidanceContext.php +lib/php/phorge/src/applications/people/icon/PhabricatorPeopleIconSet.php +lib/php/phorge/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php +lib/php/phorge/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php +lib/php/phorge/src/applications/people/mail/PhabricatorPeopleMailEngine.php +lib/php/phorge/src/applications/people/mail/PhabricatorPeopleMailEngineException.php +lib/php/phorge/src/applications/people/mail/PhabricatorPeopleUsernameMailEngine.php +lib/php/phorge/src/applications/people/mail/PhabricatorPeopleWelcomeMailEngine.php +lib/php/phorge/src/applications/people/management/PhabricatorPeopleManagementApproveWorkflow.php +lib/php/phorge/src/applications/people/management/PhabricatorPeopleManagementEmpowerWorkflow.php +lib/php/phorge/src/applications/people/management/PhabricatorPeopleManagementEnableWorkflow.php +lib/php/phorge/src/applications/people/management/PhabricatorPeopleManagementWorkflow.php +lib/php/phorge/src/applications/people/markup/PhabricatorMentionRemarkupRule.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleBadgesProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleCommitsProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleDetailsProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleManageProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeoplePictureProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleRevisionsProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleTasksProfileMenuItem.php +lib/php/phorge/src/applications/people/phid/PhabricatorPeopleExternalIdentifierPHIDType.php +lib/php/phorge/src/applications/people/phid/PhabricatorPeopleExternalPHIDType.php +lib/php/phorge/src/applications/people/phid/PhabricatorPeopleUserEmailPHIDType.php +lib/php/phorge/src/applications/people/phid/PhabricatorPeopleUserPHIDType.php +lib/php/phorge/src/applications/people/policyrule/PhabricatorAdministratorsPolicyRule.php +lib/php/phorge/src/applications/people/policyrule/PhabricatorUsersPolicyRule.php +lib/php/phorge/src/applications/people/query/PhabricatorPeopleLogQuery.php +lib/php/phorge/src/applications/people/query/PhabricatorPeopleLogSearchEngine.php +lib/php/phorge/src/applications/people/query/PhabricatorPeopleQuery.php +lib/php/phorge/src/applications/people/query/PhabricatorPeopleSearchEngine.php +lib/php/phorge/src/applications/people/query/PhabricatorPeopleTransactionQuery.php +lib/php/phorge/src/applications/people/query/PhabricatorPeopleUserEmailQuery.php +lib/php/phorge/src/applications/people/search/PhabricatorUserFerretEngine.php +lib/php/phorge/src/applications/people/search/PhabricatorUserFulltextEngine.php +lib/php/phorge/src/applications/people/searchfield/PhabricatorUsersSearchField.php +lib/php/phorge/src/applications/people/storage/PhabricatorExternalAccount.php +lib/php/phorge/src/applications/people/storage/PhabricatorExternalAccountIdentifier.php +lib/php/phorge/src/applications/people/storage/PhabricatorRegistrationProfile.php +lib/php/phorge/src/applications/people/storage/PhabricatorUser.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserCache.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserConfiguredCustomFieldStorage.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserCustomFieldNumericIndex.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserCustomFieldStringIndex.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserDAO.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserEmail.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserLog.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserProfile.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserSchemaSpec.php +lib/php/phorge/src/applications/people/storage/PhabricatorUserTransaction.php +lib/php/phorge/src/applications/people/storage/__tests__/PhabricatorUserEmailTestCase.php +lib/php/phorge/src/applications/people/storage/__tests__/PhabricatorUserTestCase.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorPeopleAnyOwnerDatasource.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorPeopleDatasource.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorPeopleNoOwnerDatasource.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorPeopleOwnerDatasource.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorPeopleUserFunctionDatasource.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorUserLogTypeDatasource.php +lib/php/phorge/src/applications/people/typeahead/PhabricatorViewerDatasource.php +lib/php/phorge/src/applications/people/userlog/PhabricatorAddEmailUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorAddMultifactorUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorChangePasswordUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorConduitCertificateFailureUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorConduitCertificateUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorEmailLoginUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorEnterHisecUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorExitHisecUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorFailHisecUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorFullLoginUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorLoginFailureUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorLoginUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorLogoutUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorPartialLoginUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorPrimaryEmailUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorReassignEmailUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorRemoveEmailUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorRemoveMultifactorUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorResetPasswordUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorSignDocumentsUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorUserLogType.php +lib/php/phorge/src/applications/people/userlog/PhabricatorVerifyEmailUserLogType.php +lib/php/phorge/src/applications/people/view/PhabricatorUserCardView.php +lib/php/phorge/src/applications/people/view/PhabricatorUserLogView.php +lib/php/phorge/src/applications/people/xaction/PhabricatorUserApproveTransaction.php +lib/php/phorge/src/applications/people/xaction/PhabricatorUserDisableTransaction.php +lib/php/phorge/src/applications/people/xaction/PhabricatorUserEmpowerTransaction.php +lib/php/phorge/src/applications/people/xaction/PhabricatorUserNotifyTransaction.php +lib/php/phorge/src/applications/people/xaction/PhabricatorUserTransactionType.php +lib/php/phorge/src/applications/people/xaction/PhabricatorUserUsernameTransaction.php +lib/php/phorge/src/applications/phame/application/PhabricatorPhameApplication.php +lib/php/phorge/src/applications/phame/capability/PhameBlogCreateCapability.php +lib/php/phorge/src/applications/phame/conduit/PhameBlogEditConduitAPIMethod.php +lib/php/phorge/src/applications/phame/conduit/PhameBlogSearchConduitAPIMethod.php +lib/php/phorge/src/applications/phame/conduit/PhamePostEditConduitAPIMethod.php +lib/php/phorge/src/applications/phame/conduit/PhamePostSearchConduitAPIMethod.php +lib/php/phorge/src/applications/phame/constants/PhameConstants.php +lib/php/phorge/src/applications/phame/controller/PhameController.php +lib/php/phorge/src/applications/phame/controller/PhameHomeController.php +lib/php/phorge/src/applications/phame/controller/PhameLiveController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlog404Controller.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogArchiveController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogEditController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogFeedController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogHeaderPictureController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogListController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogManageController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogProfilePictureController.php +lib/php/phorge/src/applications/phame/controller/blog/PhameBlogViewController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostArchiveController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostEditController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostHeaderPictureController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostHistoryController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostListController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostMoveController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostPublishController.php +lib/php/phorge/src/applications/phame/controller/post/PhamePostViewController.php +lib/php/phorge/src/applications/phame/editor/PhameBlogEditEngine.php +lib/php/phorge/src/applications/phame/editor/PhameBlogEditor.php +lib/php/phorge/src/applications/phame/editor/PhamePostEditEngine.php +lib/php/phorge/src/applications/phame/editor/PhamePostEditEngineLock.php +lib/php/phorge/src/applications/phame/editor/PhamePostEditor.php +lib/php/phorge/src/applications/phame/herald/HeraldPhameBlogAdapter.php +lib/php/phorge/src/applications/phame/herald/HeraldPhamePostAdapter.php +lib/php/phorge/src/applications/phame/mail/PhameBlogReplyHandler.php +lib/php/phorge/src/applications/phame/mail/PhamePostMailReceiver.php +lib/php/phorge/src/applications/phame/mail/PhamePostReplyHandler.php +lib/php/phorge/src/applications/phame/phid/PhabricatorPhameBlogPHIDType.php +lib/php/phorge/src/applications/phame/phid/PhabricatorPhamePostPHIDType.php +lib/php/phorge/src/applications/phame/policyrule/PhameInheritBlogPolicyRule.php +lib/php/phorge/src/applications/phame/query/PhameBlogQuery.php +lib/php/phorge/src/applications/phame/query/PhameBlogSearchEngine.php +lib/php/phorge/src/applications/phame/query/PhameBlogTransactionQuery.php +lib/php/phorge/src/applications/phame/query/PhamePostQuery.php +lib/php/phorge/src/applications/phame/query/PhamePostSearchEngine.php +lib/php/phorge/src/applications/phame/query/PhamePostTransactionQuery.php +lib/php/phorge/src/applications/phame/remarkup/PhamePostRemarkupRule.php +lib/php/phorge/src/applications/phame/search/PhameBlogFerretEngine.php +lib/php/phorge/src/applications/phame/search/PhameBlogFulltextEngine.php +lib/php/phorge/src/applications/phame/search/PhamePostFerretEngine.php +lib/php/phorge/src/applications/phame/search/PhamePostFulltextEngine.php +lib/php/phorge/src/applications/phame/site/Phame404Response.php +lib/php/phorge/src/applications/phame/site/PhameBlogSite.php +lib/php/phorge/src/applications/phame/site/PhameSite.php +lib/php/phorge/src/applications/phame/storage/PhameBlog.php +lib/php/phorge/src/applications/phame/storage/PhameBlogTransaction.php +lib/php/phorge/src/applications/phame/storage/PhameDAO.php +lib/php/phorge/src/applications/phame/storage/PhamePost.php +lib/php/phorge/src/applications/phame/storage/PhamePostTransaction.php +lib/php/phorge/src/applications/phame/storage/PhamePostTransactionComment.php +lib/php/phorge/src/applications/phame/storage/PhameSchemaSpec.php +lib/php/phorge/src/applications/phame/typeahead/PhameBlogDatasource.php +lib/php/phorge/src/applications/phame/view/PhameBlogListView.php +lib/php/phorge/src/applications/phame/view/PhameDescriptionView.php +lib/php/phorge/src/applications/phame/view/PhameDraftListView.php +lib/php/phorge/src/applications/phame/view/PhameNextPostView.php +lib/php/phorge/src/applications/phame/view/PhamePostListView.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogDescriptionTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogFullDomainTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogHeaderImageTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogNameTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogParentDomainTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogParentSiteTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogProfileImageTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogStatusTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogSubtitleTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhameBlogTransactionType.php +lib/php/phorge/src/applications/phame/xaction/PhamePostBlogTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhamePostBodyTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhamePostHeaderImageTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhamePostSubtitleTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhamePostTitleTransaction.php +lib/php/phorge/src/applications/phame/xaction/PhamePostTransactionType.php +lib/php/phorge/src/applications/phame/xaction/PhamePostVisibilityTransaction.php +lib/php/phorge/src/applications/phid/PhabricatorMetaMTAApplicationEmailPHIDType.php +lib/php/phorge/src/applications/phid/PhabricatorObjectHandle.php +lib/php/phorge/src/applications/phid/PhabricatorPHIDConstants.php +lib/php/phorge/src/applications/phid/conduit/PHIDConduitAPIMethod.php +lib/php/phorge/src/applications/phid/conduit/PHIDInfoConduitAPIMethod.php +lib/php/phorge/src/applications/phid/conduit/PHIDLookupConduitAPIMethod.php +lib/php/phorge/src/applications/phid/conduit/PHIDQueryConduitAPIMethod.php +lib/php/phorge/src/applications/phid/handle/pool/PhabricatorHandleList.php +lib/php/phorge/src/applications/phid/handle/pool/PhabricatorHandlePool.php +lib/php/phorge/src/applications/phid/handle/pool/__tests__/PhabricatorHandlePoolTestCase.php +lib/php/phorge/src/applications/phid/handle/view/PhabricatorHandleObjectSelectorDataView.php +lib/php/phorge/src/applications/phid/interface/PhabricatorPHIDInterface.php +lib/php/phorge/src/applications/phid/query/PhabricatorHandleQuery.php +lib/php/phorge/src/applications/phid/query/PhabricatorObjectListQuery.php +lib/php/phorge/src/applications/phid/query/PhabricatorObjectQuery.php +lib/php/phorge/src/applications/phid/query/__tests__/PhabricatorObjectListQueryTestCase.php +lib/php/phorge/src/applications/phid/remarkup/PhabricatorHandleRemarkupRule.php +lib/php/phorge/src/applications/phid/resolver/PhabricatorPHIDResolver.php +lib/php/phorge/src/applications/phid/resolver/PhabricatorProjectPHIDResolver.php +lib/php/phorge/src/applications/phid/resolver/PhabricatorUserPHIDResolver.php +lib/php/phorge/src/applications/phid/storage/PhabricatorPHID.php +lib/php/phorge/src/applications/phid/type/PhabricatorPHIDType.php +lib/php/phorge/src/applications/phid/type/__tests__/PhabricatorPHIDTypeTestCase.php +lib/php/phorge/src/applications/phid/utils.php +lib/php/phorge/src/applications/phid/view/PHUIHandleListView.php +lib/php/phorge/src/applications/phid/view/PHUIHandleTagListView.php +lib/php/phorge/src/applications/phid/view/PHUIHandleView.php +lib/php/phorge/src/applications/phlux/application/PhabricatorPhluxApplication.php +lib/php/phorge/src/applications/phlux/controller/PhluxController.php +lib/php/phorge/src/applications/phlux/controller/PhluxEditController.php +lib/php/phorge/src/applications/phlux/controller/PhluxListController.php +lib/php/phorge/src/applications/phlux/controller/PhluxViewController.php +lib/php/phorge/src/applications/phlux/editor/PhluxVariableEditor.php +lib/php/phorge/src/applications/phlux/phid/PhluxVariablePHIDType.php +lib/php/phorge/src/applications/phlux/query/PhluxTransactionQuery.php +lib/php/phorge/src/applications/phlux/query/PhluxVariableQuery.php +lib/php/phorge/src/applications/phlux/storage/PhluxDAO.php +lib/php/phorge/src/applications/phlux/storage/PhluxSchemaSpec.php +lib/php/phorge/src/applications/phlux/storage/PhluxTransaction.php +lib/php/phorge/src/applications/phlux/storage/PhluxVariable.php +lib/php/phorge/src/applications/pholio/application/PhabricatorPholioApplication.php +lib/php/phorge/src/applications/pholio/capability/PholioDefaultEditCapability.php +lib/php/phorge/src/applications/pholio/capability/PholioDefaultViewCapability.php +lib/php/phorge/src/applications/pholio/controller/PholioController.php +lib/php/phorge/src/applications/pholio/controller/PholioImageUploadController.php +lib/php/phorge/src/applications/pholio/controller/PholioInlineController.php +lib/php/phorge/src/applications/pholio/controller/PholioInlineListController.php +lib/php/phorge/src/applications/pholio/controller/PholioMockArchiveController.php +lib/php/phorge/src/applications/pholio/controller/PholioMockCommentController.php +lib/php/phorge/src/applications/pholio/controller/PholioMockEditController.php +lib/php/phorge/src/applications/pholio/controller/PholioMockListController.php +lib/php/phorge/src/applications/pholio/controller/PholioMockViewController.php +lib/php/phorge/src/applications/pholio/edge/PholioMockHasTaskEdgeType.php +lib/php/phorge/src/applications/pholio/editor/PholioMockEditor.php +lib/php/phorge/src/applications/pholio/engine/PholioMockTimelineEngine.php +lib/php/phorge/src/applications/pholio/herald/HeraldPholioMockAdapter.php +lib/php/phorge/src/applications/pholio/herald/PholioMockAuthorHeraldField.php +lib/php/phorge/src/applications/pholio/herald/PholioMockDescriptionHeraldField.php +lib/php/phorge/src/applications/pholio/herald/PholioMockHeraldField.php +lib/php/phorge/src/applications/pholio/herald/PholioMockHeraldFieldGroup.php +lib/php/phorge/src/applications/pholio/herald/PholioMockNameHeraldField.php +lib/php/phorge/src/applications/pholio/lipsum/PhabricatorPholioMockTestDataGenerator.php +lib/php/phorge/src/applications/pholio/mail/PholioMockMailReceiver.php +lib/php/phorge/src/applications/pholio/mail/PholioReplyHandler.php +lib/php/phorge/src/applications/pholio/phid/PholioImagePHIDType.php +lib/php/phorge/src/applications/pholio/phid/PholioMockPHIDType.php +lib/php/phorge/src/applications/pholio/query/PholioImageQuery.php +lib/php/phorge/src/applications/pholio/query/PholioMockQuery.php +lib/php/phorge/src/applications/pholio/query/PholioMockSearchEngine.php +lib/php/phorge/src/applications/pholio/query/PholioTransactionQuery.php +lib/php/phorge/src/applications/pholio/relationships/PholioMockHasTaskRelationship.php +lib/php/phorge/src/applications/pholio/relationships/PholioMockRelationship.php +lib/php/phorge/src/applications/pholio/remarkup/PholioRemarkupRule.php +lib/php/phorge/src/applications/pholio/remarkup/PholioRemarkupRule.php.orig +lib/php/phorge/src/applications/pholio/search/PholioMockFerretEngine.php +lib/php/phorge/src/applications/pholio/search/PholioMockFulltextEngine.php +lib/php/phorge/src/applications/pholio/storage/PholioDAO.php +lib/php/phorge/src/applications/pholio/storage/PholioImage.php +lib/php/phorge/src/applications/pholio/storage/PholioMock.php +lib/php/phorge/src/applications/pholio/storage/PholioSchemaSpec.php +lib/php/phorge/src/applications/pholio/storage/PholioTransaction.php +lib/php/phorge/src/applications/pholio/storage/PholioTransactionComment.php +lib/php/phorge/src/applications/pholio/view/PholioMockEmbedView.php +lib/php/phorge/src/applications/pholio/view/PholioMockEmbedView.php.orig +lib/php/phorge/src/applications/pholio/view/PholioMockImagesView.php +lib/php/phorge/src/applications/pholio/view/PholioMockThumbGridView.php +lib/php/phorge/src/applications/pholio/view/PholioTransactionView.php +lib/php/phorge/src/applications/pholio/view/PholioUploadedImageView.php +lib/php/phorge/src/applications/pholio/xaction/PholioImageDescriptionTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioImageFileTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioImageNameTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioImageReplaceTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioImageSequenceTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioImageTransactionType.php +lib/php/phorge/src/applications/pholio/xaction/PholioMockDescriptionTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioMockInlineTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioMockNameTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioMockStatusTransaction.php +lib/php/phorge/src/applications/pholio/xaction/PholioMockTransactionType.php +lib/php/phorge/src/applications/pholio/xaction/PholioTransactionType.php +lib/php/phorge/src/applications/phortune/__tests__/PhabricatorPhortuneTestCase.php +lib/php/phorge/src/applications/phortune/action/PhortuneAddPaymentMethodAction.php +lib/php/phorge/src/applications/phortune/application/PhabricatorPhortuneApplication.php +lib/php/phorge/src/applications/phortune/capability/PhortuneMerchantCapability.php +lib/php/phorge/src/applications/phortune/cart/PhortuneAdHocCart.php +lib/php/phorge/src/applications/phortune/cart/PhortuneCartImplementation.php +lib/php/phorge/src/applications/phortune/cart/PhortuneSubscriptionCart.php +lib/php/phorge/src/applications/phortune/codex/PhortunePaymentMethodPolicyCodex.php +lib/php/phorge/src/applications/phortune/codex/PhortuneSubscriptionPolicyCodex.php +lib/php/phorge/src/applications/phortune/constants/PhortuneAccountEmailStatus.php +lib/php/phorge/src/applications/phortune/constants/PhortuneConstants.php +lib/php/phorge/src/applications/phortune/constants/PhortuneErrCode.php +lib/php/phorge/src/applications/phortune/contentsource/PhabricatorPhortuneContentSource.php +lib/php/phorge/src/applications/phortune/control/PhortuneMonthYearExpiryControl.php +lib/php/phorge/src/applications/phortune/controller/PhortuneController.php +lib/php/phorge/src/applications/phortune/controller/PhortuneLandingController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountAddManagerController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountChargeListController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountChargesController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountDetailsController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountEditController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountEmailAddressesController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountEmailEditController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountEmailRotateController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountEmailStatusController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountEmailViewController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountListController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountManagersController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountOrderListController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountOrdersController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountOverviewController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountPaymentMethodController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountPaymentMethodViewController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountProfileController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountSubscriptionAutopayController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountSubscriptionController.php +lib/php/phorge/src/applications/phortune/controller/account/PhortuneAccountSubscriptionViewController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartAcceptController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartCancelController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartCheckoutController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartUpdateController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartViewController.php +lib/php/phorge/src/applications/phortune/controller/cart/PhortuneCartVoidController.php +lib/php/phorge/src/applications/phortune/controller/external/PhortuneExternalController.php +lib/php/phorge/src/applications/phortune/controller/external/PhortuneExternalOrderController.php +lib/php/phorge/src/applications/phortune/controller/external/PhortuneExternalOverviewController.php +lib/php/phorge/src/applications/phortune/controller/external/PhortuneExternalUnsubscribeController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantAddManagerController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantDetailsController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantEditController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantInvoiceCreateController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantListController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantManagersController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantOrderListController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantOrdersController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantOverviewController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantPictureController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantProfileController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantProviderDisableController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantProviderEditController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantProviderViewController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantProvidersController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantSubscriptionListController.php +lib/php/phorge/src/applications/phortune/controller/merchant/PhortuneMerchantSubscriptionsController.php +lib/php/phorge/src/applications/phortune/controller/paymentmethod/PhortunePaymentMethodCreateController.php +lib/php/phorge/src/applications/phortune/controller/paymentmethod/PhortunePaymentMethodDisableController.php +lib/php/phorge/src/applications/phortune/controller/paymentmethod/PhortunePaymentMethodEditController.php +lib/php/phorge/src/applications/phortune/controller/product/PhortuneProductListController.php +lib/php/phorge/src/applications/phortune/controller/product/PhortuneProductViewController.php +lib/php/phorge/src/applications/phortune/controller/provider/PhortuneProviderActionController.php +lib/php/phorge/src/applications/phortune/currency/PhortuneCurrency.php +lib/php/phorge/src/applications/phortune/currency/PhortuneCurrencySerializer.php +lib/php/phorge/src/applications/phortune/currency/__tests__/PhortuneCurrencyTestCase.php +lib/php/phorge/src/applications/phortune/edge/PhortuneAccountHasMemberEdgeType.php +lib/php/phorge/src/applications/phortune/edge/PhortuneAccountHasMerchantEdgeType.php +lib/php/phorge/src/applications/phortune/edge/PhortuneMemberHasAccountEdgeType.php +lib/php/phorge/src/applications/phortune/edge/PhortuneMemberHasMerchantEdgeType.php +lib/php/phorge/src/applications/phortune/edge/PhortuneMerchantHasAccountEdgeType.php +lib/php/phorge/src/applications/phortune/edge/PhortuneMerchantHasMemberEdgeType.php +lib/php/phorge/src/applications/phortune/editor/PhortuneAccountEditEngine.php +lib/php/phorge/src/applications/phortune/editor/PhortuneAccountEditor.php +lib/php/phorge/src/applications/phortune/editor/PhortuneAccountEmailEditEngine.php +lib/php/phorge/src/applications/phortune/editor/PhortuneAccountEmailEditor.php +lib/php/phorge/src/applications/phortune/editor/PhortuneCartEditor.php +lib/php/phorge/src/applications/phortune/editor/PhortuneMerchantEditEngine.php +lib/php/phorge/src/applications/phortune/editor/PhortuneMerchantEditor.php +lib/php/phorge/src/applications/phortune/editor/PhortunePaymentMethodEditor.php +lib/php/phorge/src/applications/phortune/editor/PhortunePaymentProviderConfigEditor.php +lib/php/phorge/src/applications/phortune/editor/PhortuneSubscriptionEditor.php +lib/php/phorge/src/applications/phortune/exception/PhortuneDisplayException.php +lib/php/phorge/src/applications/phortune/mail/PhortuneCartReplyHandler.php +lib/php/phorge/src/applications/phortune/management/PhabricatorPhortuneManagementInvoiceWorkflow.php +lib/php/phorge/src/applications/phortune/management/PhabricatorPhortuneManagementWorkflow.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFCatalogObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFContentsObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFFontObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFFragment.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFFragmentOffset.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFGenerator.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFHeadFragment.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFInfoObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFIterator.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFPageObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFPagesObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFResourcesObject.php +lib/php/phorge/src/applications/phortune/pdf/PhabricatorPDFTailFragment.php +lib/php/phorge/src/applications/phortune/phid/PhortuneAccountEmailPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortuneAccountPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortuneCartPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortuneChargePHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortuneMerchantPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortunePaymentProviderPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortuneProductPHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortunePurchasePHIDType.php +lib/php/phorge/src/applications/phortune/phid/PhortuneSubscriptionPHIDType.php +lib/php/phorge/src/applications/phortune/product/PhortuneAdHocProduct.php +lib/php/phorge/src/applications/phortune/product/PhortuneProductImplementation.php +lib/php/phorge/src/applications/phortune/product/PhortuneSubscriptionProduct.php +lib/php/phorge/src/applications/phortune/provider/PhortunePayPalPaymentProvider.php +lib/php/phorge/src/applications/phortune/provider/PhortunePaymentProvider.php +lib/php/phorge/src/applications/phortune/provider/PhortuneStripePaymentProvider.php +lib/php/phorge/src/applications/phortune/provider/PhortuneTestPaymentProvider.php +lib/php/phorge/src/applications/phortune/provider/__tests__/PhortunePaymentProviderTestCase.php +lib/php/phorge/src/applications/phortune/query/PhortuneAccountEmailQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneAccountEmailTransactionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneAccountQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneAccountTransactionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneCartQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneCartSearchEngine.php +lib/php/phorge/src/applications/phortune/query/PhortuneCartTransactionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneChargeQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneChargeSearchEngine.php +lib/php/phorge/src/applications/phortune/query/PhortuneMerchantQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneMerchantSearchEngine.php +lib/php/phorge/src/applications/phortune/query/PhortuneMerchantTransactionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortunePaymentMethodQuery.php +lib/php/phorge/src/applications/phortune/query/PhortunePaymentMethodTransactionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortunePaymentProviderConfigQuery.php +lib/php/phorge/src/applications/phortune/query/PhortunePaymentProviderConfigTransactionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneProductQuery.php +lib/php/phorge/src/applications/phortune/query/PhortunePurchaseQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneSubscriptionQuery.php +lib/php/phorge/src/applications/phortune/query/PhortuneSubscriptionSearchEngine.php +lib/php/phorge/src/applications/phortune/query/PhortuneSubscriptionTransactionQuery.php +lib/php/phorge/src/applications/phortune/storage/PhortuneAccount.php +lib/php/phorge/src/applications/phortune/storage/PhortuneAccountEmail.php +lib/php/phorge/src/applications/phortune/storage/PhortuneAccountEmailTransaction.php +lib/php/phorge/src/applications/phortune/storage/PhortuneAccountTransaction.php +lib/php/phorge/src/applications/phortune/storage/PhortuneCart.php +lib/php/phorge/src/applications/phortune/storage/PhortuneCartTransaction.php +lib/php/phorge/src/applications/phortune/storage/PhortuneCharge.php +lib/php/phorge/src/applications/phortune/storage/PhortuneDAO.php +lib/php/phorge/src/applications/phortune/storage/PhortuneMerchant.php +lib/php/phorge/src/applications/phortune/storage/PhortuneMerchantTransaction.php +lib/php/phorge/src/applications/phortune/storage/PhortunePaymentMethod.php +lib/php/phorge/src/applications/phortune/storage/PhortunePaymentMethodTransaction.php +lib/php/phorge/src/applications/phortune/storage/PhortunePaymentProviderConfig.php +lib/php/phorge/src/applications/phortune/storage/PhortunePaymentProviderConfigTransaction.php +lib/php/phorge/src/applications/phortune/storage/PhortuneProduct.php +lib/php/phorge/src/applications/phortune/storage/PhortunePurchase.php +lib/php/phorge/src/applications/phortune/storage/PhortuneSchemaSpec.php +lib/php/phorge/src/applications/phortune/storage/PhortuneSubscription.php +lib/php/phorge/src/applications/phortune/storage/PhortuneSubscriptionTransaction.php +lib/php/phorge/src/applications/phortune/subscription/PhortuneSubscriptionImplementation.php +lib/php/phorge/src/applications/phortune/view/PhortuneChargeTableView.php +lib/php/phorge/src/applications/phortune/view/PhortuneCreditCardForm.php +lib/php/phorge/src/applications/phortune/view/PhortuneOrderDescriptionView.php +lib/php/phorge/src/applications/phortune/view/PhortuneOrderItemsView.php +lib/php/phorge/src/applications/phortune/view/PhortuneOrderSummaryView.php +lib/php/phorge/src/applications/phortune/view/PhortuneOrderTableView.php +lib/php/phorge/src/applications/phortune/view/PhortuneOrderView.php +lib/php/phorge/src/applications/phortune/view/PhortuneSubscriptionTableView.php +lib/php/phorge/src/applications/phortune/worker/PhortuneSubscriptionWorker.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountBillingAddressTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountEmailAddressTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountEmailRotateTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountEmailStatusTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountEmailTransactionType.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountNameTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneAccountTransactionType.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantContactInfoTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantDescriptionTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantInvoiceEmailTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantInvoiceFooterTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantNameTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantPictureTransaction.php +lib/php/phorge/src/applications/phortune/xaction/PhortuneMerchantTransactionType.php +lib/php/phorge/src/applications/phortune/xaction/paymentmethod/PhortunePaymentMethodNameTransaction.php +lib/php/phorge/src/applications/phortune/xaction/paymentmethod/PhortunePaymentMethodStatusTransaction.php +lib/php/phorge/src/applications/phortune/xaction/paymentmethod/PhortunePaymentMethodTransactionType.php +lib/php/phorge/src/applications/phortune/xaction/subscription/PhortuneSubscriptionAutopayTransaction.php +lib/php/phorge/src/applications/phortune/xaction/subscription/PhortuneSubscriptionTransactionType.php +lib/php/phorge/src/applications/phpast/application/PhabricatorPHPASTApplication.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewFrameController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewFramesetController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewInputController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewPanelController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewRunController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewStreamController.php +lib/php/phorge/src/applications/phpast/controller/PhabricatorXHPASTViewTreeController.php +lib/php/phorge/src/applications/phpast/storage/PhabricatorXHPASTDAO.php +lib/php/phorge/src/applications/phpast/storage/PhabricatorXHPASTParseTree.php +lib/php/phorge/src/applications/phrequent/application/PhabricatorPhrequentApplication.php +lib/php/phorge/src/applications/phrequent/conduit/PhrequentConduitAPIMethod.php +lib/php/phorge/src/applications/phrequent/conduit/PhrequentPopConduitAPIMethod.php +lib/php/phorge/src/applications/phrequent/conduit/PhrequentPushConduitAPIMethod.php +lib/php/phorge/src/applications/phrequent/conduit/PhrequentTrackingConduitAPIMethod.php +lib/php/phorge/src/applications/phrequent/controller/PhrequentController.php +lib/php/phorge/src/applications/phrequent/controller/PhrequentListController.php +lib/php/phorge/src/applications/phrequent/controller/PhrequentTrackController.php +lib/php/phorge/src/applications/phrequent/editor/PhrequentTrackingEditor.php +lib/php/phorge/src/applications/phrequent/engineextension/PhrequentCurtainExtension.php +lib/php/phorge/src/applications/phrequent/event/PhrequentUIEventListener.php +lib/php/phorge/src/applications/phrequent/interface/PhrequentTrackableInterface.php +lib/php/phorge/src/applications/phrequent/query/PhrequentSearchEngine.php +lib/php/phorge/src/applications/phrequent/query/PhrequentUserTimeQuery.php +lib/php/phorge/src/applications/phrequent/storage/PhrequentDAO.php +lib/php/phorge/src/applications/phrequent/storage/PhrequentTimeBlock.php +lib/php/phorge/src/applications/phrequent/storage/PhrequentTimeSlices.php +lib/php/phorge/src/applications/phrequent/storage/PhrequentUserTime.php +lib/php/phorge/src/applications/phrequent/storage/__tests__/PhrequentTimeBlockTestCase.php +lib/php/phorge/src/applications/phriction/application/PhabricatorPhrictionApplication.php +lib/php/phorge/src/applications/phriction/codex/PhrictionDocumentPolicyCodex.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionContentSearchConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionCreateConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionDocumentSearchConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionEditConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php +lib/php/phorge/src/applications/phriction/constants/PhrictionChangeType.php +lib/php/phorge/src/applications/phriction/constants/PhrictionConstants.php +lib/php/phorge/src/applications/phriction/constants/PhrictionDocumentStatus.php +lib/php/phorge/src/applications/phriction/controller/PhrictionController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionDeleteController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionDiffController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionDocumentController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionEditController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionEditEngineController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionHistoryController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionListController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionMarkupPreviewController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionMoveController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionNewController.php +lib/php/phorge/src/applications/phriction/controller/PhrictionPublishController.php +lib/php/phorge/src/applications/phriction/editor/PhrictionDocumentEditEngine.php +lib/php/phorge/src/applications/phriction/editor/PhrictionTransactionEditor.php +lib/php/phorge/src/applications/phriction/engineextension/PhrictionContentSearchEngineAttachment.php +lib/php/phorge/src/applications/phriction/engineextension/PhrictionDatasourceEngineExtension.php +lib/php/phorge/src/applications/phriction/engineextension/PhrictionHovercardEngineExtension.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentAuthorHeraldField.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentContentHeraldField.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentHeraldAdapter.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentHeraldField.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentHeraldFieldGroup.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentPathHeraldField.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentPublishedHeraldField.php +lib/php/phorge/src/applications/phriction/herald/PhrictionDocumentTitleHeraldField.php +lib/php/phorge/src/applications/phriction/mail/PhrictionReplyHandler.php +lib/php/phorge/src/applications/phriction/markup/PhrictionRemarkupRule.php +lib/php/phorge/src/applications/phriction/phid/PhrictionContentPHIDType.php +lib/php/phorge/src/applications/phriction/phid/PhrictionDocumentPHIDType.php +lib/php/phorge/src/applications/phriction/query/PhrictionContentQuery.php +lib/php/phorge/src/applications/phriction/query/PhrictionContentSearchEngine.php +lib/php/phorge/src/applications/phriction/query/PhrictionDocumentQuery.php +lib/php/phorge/src/applications/phriction/query/PhrictionDocumentSearchEngine.php +lib/php/phorge/src/applications/phriction/query/PhrictionTransactionQuery.php +lib/php/phorge/src/applications/phriction/search/PhrictionDocumentFerretEngine.php +lib/php/phorge/src/applications/phriction/search/PhrictionDocumentFulltextEngine.php +lib/php/phorge/src/applications/phriction/storage/PhrictionContent.php +lib/php/phorge/src/applications/phriction/storage/PhrictionDAO.php +lib/php/phorge/src/applications/phriction/storage/PhrictionDocument.php +lib/php/phorge/src/applications/phriction/storage/PhrictionSchemaSpec.php +lib/php/phorge/src/applications/phriction/storage/PhrictionTransaction.php +lib/php/phorge/src/applications/phriction/storage/PhrictionTransactionComment.php +lib/php/phorge/src/applications/phriction/typeahead/PhrictionDocumentDatasource.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentContentTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentDeleteTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentDraftTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentEditTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentMoveAwayTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentMoveToTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentPublishTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentTitleTransaction.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentTransactionType.php +lib/php/phorge/src/applications/phriction/xaction/PhrictionDocumentVersionTransaction.php +lib/php/phorge/src/applications/phurl/application/PhabricatorPhurlApplication.php +lib/php/phorge/src/applications/phurl/capability/PhabricatorPhurlURLCreateCapability.php +lib/php/phorge/src/applications/phurl/conduit/PhabricatorPhurlURLEditConduitAPIMethod.php +lib/php/phorge/src/applications/phurl/conduit/PhabricatorPhurlURLSearchConduitAPIMethod.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlController.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlShortURLController.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlShortURLDefaultController.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlURLAccessController.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlURLEditController.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlURLListController.php +lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlURLViewController.php +lib/php/phorge/src/applications/phurl/editor/PhabricatorPhurlURLEditEngine.php +lib/php/phorge/src/applications/phurl/editor/PhabricatorPhurlURLEditor.php +lib/php/phorge/src/applications/phurl/mail/PhabricatorPhurlURLMailReceiver.php +lib/php/phorge/src/applications/phurl/mail/PhabricatorPhurlURLReplyHandler.php +lib/php/phorge/src/applications/phurl/phid/PhabricatorPhurlURLPHIDType.php +lib/php/phorge/src/applications/phurl/query/PhabricatorPhurlURLQuery.php +lib/php/phorge/src/applications/phurl/query/PhabricatorPhurlURLSearchEngine.php +lib/php/phorge/src/applications/phurl/query/PhabricatorPhurlURLTransactionQuery.php +lib/php/phorge/src/applications/phurl/remarkup/PhabricatorPhurlLinkRemarkupRule.php +lib/php/phorge/src/applications/phurl/remarkup/PhabricatorPhurlRemarkupRule.php +lib/php/phorge/src/applications/phurl/storage/PhabricatorPhurlDAO.php +lib/php/phorge/src/applications/phurl/storage/PhabricatorPhurlSchemaSpec.php +lib/php/phorge/src/applications/phurl/storage/PhabricatorPhurlURL.php +lib/php/phorge/src/applications/phurl/storage/PhabricatorPhurlURLNameNgrams.php +lib/php/phorge/src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php +lib/php/phorge/src/applications/phurl/storage/PhabricatorPhurlURLTransactionComment.php +lib/php/phorge/src/applications/phurl/typeahead/PhabricatorPhurlURLDatasource.php +lib/php/phorge/src/applications/phurl/xaction/PhabricatorPhurlURLAliasTransaction.php +lib/php/phorge/src/applications/phurl/xaction/PhabricatorPhurlURLDescriptionTransaction.php +lib/php/phorge/src/applications/phurl/xaction/PhabricatorPhurlURLLongURLTransaction.php +lib/php/phorge/src/applications/phurl/xaction/PhabricatorPhurlURLNameTransaction.php +lib/php/phorge/src/applications/phurl/xaction/PhabricatorPhurlURLTransactionType.php +lib/php/phorge/src/applications/policy/__tests__/PhabricatorPolicyAwareTestQuery.php +lib/php/phorge/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php +lib/php/phorge/src/applications/policy/__tests__/PhabricatorPolicyTestCase.php +lib/php/phorge/src/applications/policy/__tests__/PhabricatorPolicyTestObject.php +lib/php/phorge/src/applications/policy/application/PhabricatorPolicyApplication.php +lib/php/phorge/src/applications/policy/capability/PhabricatorPolicyCanEditCapability.php +lib/php/phorge/src/applications/policy/capability/PhabricatorPolicyCanInteractCapability.php +lib/php/phorge/src/applications/policy/capability/PhabricatorPolicyCanJoinCapability.php +lib/php/phorge/src/applications/policy/capability/PhabricatorPolicyCanViewCapability.php +lib/php/phorge/src/applications/policy/capability/PhabricatorPolicyCapability.php +lib/php/phorge/src/applications/policy/capability/__tests__/PhabricatorPolicyCapabilityTestCase.php +lib/php/phorge/src/applications/policy/codex/PhabricatorPolicyCodex.php +lib/php/phorge/src/applications/policy/codex/PhabricatorPolicyCodexInterface.php +lib/php/phorge/src/applications/policy/codex/PhabricatorPolicyCodexRuleDescription.php +lib/php/phorge/src/applications/policy/config/PhabricatorPolicyConfigOptions.php +lib/php/phorge/src/applications/policy/config/PolicyLockOptionType.php +lib/php/phorge/src/applications/policy/constants/PhabricatorPolicies.php +lib/php/phorge/src/applications/policy/constants/PhabricatorPolicyConstants.php +lib/php/phorge/src/applications/policy/constants/PhabricatorPolicyType.php +lib/php/phorge/src/applications/policy/controller/PhabricatorPolicyController.php +lib/php/phorge/src/applications/policy/controller/PhabricatorPolicyEditController.php +lib/php/phorge/src/applications/policy/controller/PhabricatorPolicyExplainController.php +lib/php/phorge/src/applications/policy/editor/PhabricatorPolicyEditEngineExtension.php +lib/php/phorge/src/applications/policy/engineextension/PhabricatorPolicySearchEngineExtension.php +lib/php/phorge/src/applications/policy/exception/PhabricatorPolicyException.php +lib/php/phorge/src/applications/policy/filter/PhabricatorPolicyFilter.php +lib/php/phorge/src/applications/policy/filter/PhabricatorPolicyFilterSet.php +lib/php/phorge/src/applications/policy/interface/PhabricatorExtendedPolicyInterface.php +lib/php/phorge/src/applications/policy/interface/PhabricatorPolicyInterface.php +lib/php/phorge/src/applications/policy/management/PhabricatorPolicyManagementShowWorkflow.php +lib/php/phorge/src/applications/policy/management/PhabricatorPolicyManagementUnlockWorkflow.php +lib/php/phorge/src/applications/policy/management/PhabricatorPolicyManagementWorkflow.php +lib/php/phorge/src/applications/policy/phid/PhabricatorPolicyPHIDTypePolicy.php +lib/php/phorge/src/applications/policy/query/PhabricatorPolicyQuery.php +lib/php/phorge/src/applications/policy/rule/PhabricatorLunarPhasePolicyRule.php +lib/php/phorge/src/applications/policy/rule/PhabricatorPolicyRule.php +lib/php/phorge/src/applications/policy/storage/PhabricatorPolicy.php +lib/php/phorge/src/applications/policy/storage/PhabricatorPolicyDAO.php +lib/php/phorge/src/applications/policy/view/PHUIPolicySectionView.php +lib/php/phorge/src/applications/policy/view/PhabricatorPolicyRef.php +lib/php/phorge/src/applications/policy/view/PhabricatorPolicyRulesView.php +lib/php/phorge/src/applications/ponder/application/PhabricatorPonderApplication.php +lib/php/phorge/src/applications/ponder/capability/PonderDefaultViewCapability.php +lib/php/phorge/src/applications/ponder/capability/PonderModerateCapability.php +lib/php/phorge/src/applications/ponder/constants/PonderAnswerStatus.php +lib/php/phorge/src/applications/ponder/constants/PonderConstants.php +lib/php/phorge/src/applications/ponder/constants/PonderQuestionStatus.php +lib/php/phorge/src/applications/ponder/controller/PonderAnswerCommentController.php +lib/php/phorge/src/applications/ponder/controller/PonderAnswerEditController.php +lib/php/phorge/src/applications/ponder/controller/PonderAnswerHistoryController.php +lib/php/phorge/src/applications/ponder/controller/PonderAnswerSaveController.php +lib/php/phorge/src/applications/ponder/controller/PonderController.php +lib/php/phorge/src/applications/ponder/controller/PonderQuestionCommentController.php +lib/php/phorge/src/applications/ponder/controller/PonderQuestionEditController.php +lib/php/phorge/src/applications/ponder/controller/PonderQuestionHistoryController.php +lib/php/phorge/src/applications/ponder/controller/PonderQuestionListController.php +lib/php/phorge/src/applications/ponder/controller/PonderQuestionStatusController.php +lib/php/phorge/src/applications/ponder/controller/PonderQuestionViewController.php +lib/php/phorge/src/applications/ponder/editor/PonderAnswerEditor.php +lib/php/phorge/src/applications/ponder/editor/PonderEditor.php +lib/php/phorge/src/applications/ponder/editor/PonderQuestionEditEngine.php +lib/php/phorge/src/applications/ponder/editor/PonderQuestionEditor.php +lib/php/phorge/src/applications/ponder/herald/HeraldPonderQuestionAdapter.php +lib/php/phorge/src/applications/ponder/mail/PonderAnswerMailReceiver.php +lib/php/phorge/src/applications/ponder/mail/PonderAnswerReplyHandler.php +lib/php/phorge/src/applications/ponder/mail/PonderQuestionCreateMailReceiver.php +lib/php/phorge/src/applications/ponder/mail/PonderQuestionMailReceiver.php +lib/php/phorge/src/applications/ponder/mail/PonderQuestionReplyHandler.php +lib/php/phorge/src/applications/ponder/phid/PonderAnswerPHIDType.php +lib/php/phorge/src/applications/ponder/phid/PonderQuestionPHIDType.php +lib/php/phorge/src/applications/ponder/query/PonderAnswerQuery.php +lib/php/phorge/src/applications/ponder/query/PonderAnswerTransactionQuery.php +lib/php/phorge/src/applications/ponder/query/PonderQuestionQuery.php +lib/php/phorge/src/applications/ponder/query/PonderQuestionSearchEngine.php +lib/php/phorge/src/applications/ponder/query/PonderQuestionTransactionQuery.php +lib/php/phorge/src/applications/ponder/remarkup/PonderRemarkupRule.php +lib/php/phorge/src/applications/ponder/search/PonderQuestionFerretEngine.php +lib/php/phorge/src/applications/ponder/search/PonderQuestionFulltextEngine.php +lib/php/phorge/src/applications/ponder/storage/PonderAnswer.php +lib/php/phorge/src/applications/ponder/storage/PonderAnswerTransaction.php +lib/php/phorge/src/applications/ponder/storage/PonderAnswerTransactionComment.php +lib/php/phorge/src/applications/ponder/storage/PonderDAO.php +lib/php/phorge/src/applications/ponder/storage/PonderQuestion.php +lib/php/phorge/src/applications/ponder/storage/PonderQuestionTransaction.php +lib/php/phorge/src/applications/ponder/storage/PonderQuestionTransactionComment.php +lib/php/phorge/src/applications/ponder/storage/PonderSchemaSpec.php +lib/php/phorge/src/applications/ponder/storage/__tests__/PonderQuestionStatusTestCase.php +lib/php/phorge/src/applications/ponder/view/PonderAddAnswerView.php +lib/php/phorge/src/applications/ponder/view/PonderAnswerView.php +lib/php/phorge/src/applications/ponder/view/PonderFooterView.php +lib/php/phorge/src/applications/ponder/xaction/PonderAnswerContentTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderAnswerQuestionIDTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderAnswerStatusTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderAnswerTransactionType.php +lib/php/phorge/src/applications/ponder/xaction/PonderQuestionAnswerTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderQuestionAnswerWikiTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderQuestionContentTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderQuestionStatusTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderQuestionTitleTransaction.php +lib/php/phorge/src/applications/ponder/xaction/PonderQuestionTransactionType.php +lib/php/phorge/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php +lib/php/phorge/src/applications/project/application/PhabricatorProjectApplication.php +lib/php/phorge/src/applications/project/capability/ProjectCanLockProjectsCapability.php +lib/php/phorge/src/applications/project/capability/ProjectCreateProjectsCapability.php +lib/php/phorge/src/applications/project/capability/ProjectDefaultEditCapability.php +lib/php/phorge/src/applications/project/capability/ProjectDefaultJoinCapability.php +lib/php/phorge/src/applications/project/capability/ProjectDefaultViewCapability.php +lib/php/phorge/src/applications/project/chart/PhabricatorProjectActivityChartEngine.php +lib/php/phorge/src/applications/project/chart/PhabricatorProjectBurndownChartEngine.php +lib/php/phorge/src/applications/project/command/ProjectAddProjectsEmailCommand.php +lib/php/phorge/src/applications/project/conduit/ProjectColumnSearchConduitAPIMethod.php +lib/php/phorge/src/applications/project/conduit/ProjectConduitAPIMethod.php +lib/php/phorge/src/applications/project/conduit/ProjectCreateConduitAPIMethod.php +lib/php/phorge/src/applications/project/conduit/ProjectEditConduitAPIMethod.php +lib/php/phorge/src/applications/project/conduit/ProjectQueryConduitAPIMethod.php +lib/php/phorge/src/applications/project/conduit/ProjectSearchConduitAPIMethod.php +lib/php/phorge/src/applications/project/config/PhabricatorProjectColorsConfigType.php +lib/php/phorge/src/applications/project/config/PhabricatorProjectConfigOptions.php +lib/php/phorge/src/applications/project/config/PhabricatorProjectIconsConfigType.php +lib/php/phorge/src/applications/project/config/PhabricatorProjectSubtypesConfigType.php +lib/php/phorge/src/applications/project/constants/PhabricatorProjectStatus.php +lib/php/phorge/src/applications/project/constants/PhabricatorProjectWorkboardBackgroundColor.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectArchiveController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardBackgroundController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardDefaultController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardDisableController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardFilterController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardImportController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardManageController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardReloadController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardReorderController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectBoardViewController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnBulkEditController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnBulkMoveController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnDetailController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnEditController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnHideController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnRemoveTriggerController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectColumnViewQueryController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectCoverController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectEditController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectEditPictureController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectListController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectLockController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectManageController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectMembersAddController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectMembersRemoveController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectMembersViewController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectMenuItemController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectMoveController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectProfileController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectReportsController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectSilenceController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectSubprojectWarningController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectSubprojectsController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectUpdateController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectViewController.php +lib/php/phorge/src/applications/project/controller/PhabricatorProjectViewController.php.orig +lib/php/phorge/src/applications/project/controller/PhabricatorProjectWatchController.php +lib/php/phorge/src/applications/project/controller/trigger/PhabricatorProjectTriggerController.php +lib/php/phorge/src/applications/project/controller/trigger/PhabricatorProjectTriggerEditController.php +lib/php/phorge/src/applications/project/controller/trigger/PhabricatorProjectTriggerListController.php +lib/php/phorge/src/applications/project/controller/trigger/PhabricatorProjectTriggerViewController.php +lib/php/phorge/src/applications/project/customfield/PhabricatorProjectConfiguredCustomField.php +lib/php/phorge/src/applications/project/customfield/PhabricatorProjectCustomField.php +lib/php/phorge/src/applications/project/customfield/PhabricatorProjectDescriptionField.php +lib/php/phorge/src/applications/project/customfield/PhabricatorProjectStandardCustomField.php +lib/php/phorge/src/applications/project/edge/PhabricatorProjectMaterializedMemberEdgeType.php +lib/php/phorge/src/applications/project/edge/PhabricatorProjectMemberOfProjectEdgeType.php +lib/php/phorge/src/applications/project/edge/PhabricatorProjectObjectHasProjectEdgeType.php +lib/php/phorge/src/applications/project/edge/PhabricatorProjectProjectHasMemberEdgeType.php +lib/php/phorge/src/applications/project/edge/PhabricatorProjectProjectHasObjectEdgeType.php +lib/php/phorge/src/applications/project/edge/PhabricatorProjectSilencedEdgeType.php +lib/php/phorge/src/applications/project/editor/PhabricatorProjectColumnTransactionEditor.php +lib/php/phorge/src/applications/project/editor/PhabricatorProjectTransactionEditor.php +lib/php/phorge/src/applications/project/editor/PhabricatorProjectTransactionEditor.php.orig +lib/php/phorge/src/applications/project/editor/PhabricatorProjectTriggerEditor.php +lib/php/phorge/src/applications/project/engine/PhabricatorBoardLayoutEngine.php +lib/php/phorge/src/applications/project/engine/PhabricatorBoardRenderingEngine.php +lib/php/phorge/src/applications/project/engine/PhabricatorBoardResponseEngine.php +lib/php/phorge/src/applications/project/engine/PhabricatorProjectEditEngine.php +lib/php/phorge/src/applications/project/engine/PhabricatorProjectProfileMenuEngine.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorBoardColumnsSearchEngineAttachment.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectHovercardEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectTriggerUsageIndexEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsAncestorsSearchEngineAttachment.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsCurtainExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsEditEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsFulltextEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsMailEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsMembersSearchEngineAttachment.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsMembershipIndexEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsSearchEngineAttachment.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsSearchEngineExtension.php +lib/php/phorge/src/applications/project/engineextension/PhabricatorProjectsWatchersSearchEngineAttachment.php +lib/php/phorge/src/applications/project/engineextension/ProjectDatasourceEngineExtension.php +lib/php/phorge/src/applications/project/events/PhabricatorProjectUIEventListener.php +lib/php/phorge/src/applications/project/exception/PhabricatorProjectTriggerCorruptionException.php +lib/php/phorge/src/applications/project/herald/HeraldExactProjectsField.php +lib/php/phorge/src/applications/project/herald/HeraldProjectsField.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectAddHeraldAction.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectHeraldAction.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectHeraldAdapter.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectHeraldFieldGroup.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectRemoveHeraldAction.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectTagsAddedField.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectTagsField.php +lib/php/phorge/src/applications/project/herald/PhabricatorProjectTagsRemovedField.php +lib/php/phorge/src/applications/project/icon/PhabricatorProjectDropEffect.php +lib/php/phorge/src/applications/project/icon/PhabricatorProjectIconSet.php +lib/php/phorge/src/applications/project/interface/PhabricatorColumnProxyInterface.php +lib/php/phorge/src/applications/project/interface/PhabricatorProjectInterface.php +lib/php/phorge/src/applications/project/interface/PhabricatorWorkboardInterface.php +lib/php/phorge/src/applications/project/lipsum/PhabricatorProjectNameContextFreeGrammar.php +lib/php/phorge/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php +lib/php/phorge/src/applications/project/mail/ProjectReplyHandler.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectDetailsProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectManageProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectMembersProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectPictureProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectPointsProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectReportsProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectSubprojectsProfileMenuItem.php +lib/php/phorge/src/applications/project/menuitem/PhabricatorProjectWorkboardProfileMenuItem.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnAuthorOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnCreatedOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnHeader.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnNaturalOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnOwnerOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnPointsOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnPriorityOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnStatusOrder.php +lib/php/phorge/src/applications/project/order/PhabricatorProjectColumnTitleOrder.php +lib/php/phorge/src/applications/project/phid/PhabricatorProjectColumnPHIDType.php +lib/php/phorge/src/applications/project/phid/PhabricatorProjectProjectPHIDType.php +lib/php/phorge/src/applications/project/phid/PhabricatorProjectTriggerPHIDType.php +lib/php/phorge/src/applications/project/policyrule/PhabricatorProjectMembersPolicyRule.php +lib/php/phorge/src/applications/project/policyrule/PhabricatorProjectsAllPolicyRule.php +lib/php/phorge/src/applications/project/policyrule/PhabricatorProjectsBasePolicyRule.php +lib/php/phorge/src/applications/project/policyrule/PhabricatorProjectsPolicyRule.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectColumnPositionQuery.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectColumnQuery.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectColumnSearchEngine.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectColumnTransactionQuery.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectQuery.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectSearchEngine.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectTransactionQuery.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectTriggerQuery.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectTriggerSearchEngine.php +lib/php/phorge/src/applications/project/query/PhabricatorProjectTriggerTransactionQuery.php +lib/php/phorge/src/applications/project/remarkup/ProjectRemarkupRule.php +lib/php/phorge/src/applications/project/remarkup/__tests__/ProjectRemarkupRuleTestCase.php +lib/php/phorge/src/applications/project/search/PhabricatorProjectFerretEngine.php +lib/php/phorge/src/applications/project/search/PhabricatorProjectFulltextEngine.php +lib/php/phorge/src/applications/project/searchfield/PhabricatorProjectSearchField.php +lib/php/phorge/src/applications/project/state/PhabricatorWorkboardViewState.php +lib/php/phorge/src/applications/project/storage/PhabricatorProject.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectColumn.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectColumnPosition.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectColumnTransaction.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectCustomFieldNumericIndex.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectCustomFieldStorage.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectCustomFieldStringIndex.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectDAO.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectSchemaSpec.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectSlug.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectTransaction.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectTrigger.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectTriggerTransaction.php +lib/php/phorge/src/applications/project/storage/PhabricatorProjectTriggerUsage.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerAddProjectsRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerInvalidRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerManiphestOwnerRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerManiphestPriorityRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerManiphestStatusRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerPlaySoundRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerRemoveProjectsRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerRule.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerRuleRecord.php +lib/php/phorge/src/applications/project/trigger/PhabricatorProjectTriggerUnknownRule.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectLogicalAncestorDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectLogicalDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectLogicalOnlyDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectLogicalOrNotDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectLogicalUserDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectLogicalViewerDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectMembersDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectNoProjectsDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectOrUserDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectOrUserFunctionDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectSubtypeDatasource.php +lib/php/phorge/src/applications/project/typeahead/PhabricatorProjectUserFunctionDatasource.php +lib/php/phorge/src/applications/project/view/PhabricatorProjectCardView.php +lib/php/phorge/src/applications/project/view/PhabricatorProjectListView.php +lib/php/phorge/src/applications/project/view/PhabricatorProjectMemberListView.php +lib/php/phorge/src/applications/project/view/PhabricatorProjectUserListView.php +lib/php/phorge/src/applications/project/view/PhabricatorProjectWatcherListView.php +lib/php/phorge/src/applications/project/view/ProjectBoardTaskCard.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectColorTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectFilterTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectIconTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectImageTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectLockTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectMilestoneTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectNameTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectParentTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectSlugsTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectSortTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectStatusTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectTransactionType.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectTypeTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectWorkboardBackgroundTransaction.php +lib/php/phorge/src/applications/project/xaction/PhabricatorProjectWorkboardTransaction.php +lib/php/phorge/src/applications/project/xaction/column/PhabricatorProjectColumnLimitTransaction.php +lib/php/phorge/src/applications/project/xaction/column/PhabricatorProjectColumnNameTransaction.php +lib/php/phorge/src/applications/project/xaction/column/PhabricatorProjectColumnStatusTransaction.php +lib/php/phorge/src/applications/project/xaction/column/PhabricatorProjectColumnTransactionType.php +lib/php/phorge/src/applications/project/xaction/column/PhabricatorProjectColumnTriggerTransaction.php +lib/php/phorge/src/applications/project/xaction/trigger/PhabricatorProjectTriggerNameTransaction.php +lib/php/phorge/src/applications/project/xaction/trigger/PhabricatorProjectTriggerRulesetTransaction.php +lib/php/phorge/src/applications/project/xaction/trigger/PhabricatorProjectTriggerTransactionType.php +lib/php/phorge/src/applications/remarkup/RemarkupValue.php +lib/php/phorge/src/applications/remarkup/conduit/RemarkupProcessConduitAPIMethod.php +lib/php/phorge/src/applications/remarkup/engineextension/PhabricatorRemarkupHyperlinkEngineExtension.php +lib/php/phorge/src/applications/repository/capability/PhabricatorRepositoryIdentityEditViewCapability.php +lib/php/phorge/src/applications/repository/codex/PhabricatorRepositoryDestructibleCodex.php +lib/php/phorge/src/applications/repository/conduit/RepositoryConduitAPIMethod.php +lib/php/phorge/src/applications/repository/conduit/RepositoryQueryConduitAPIMethod.php +lib/php/phorge/src/applications/repository/config/PhabricatorRepositoryConfigOptions.php +lib/php/phorge/src/applications/repository/constants/PhabricatorRepositoryType.php +lib/php/phorge/src/applications/repository/customfield/PhabricatorCommitBranchesField.php +lib/php/phorge/src/applications/repository/customfield/PhabricatorCommitCustomField.php +lib/php/phorge/src/applications/repository/customfield/PhabricatorCommitMergedCommitsField.php +lib/php/phorge/src/applications/repository/customfield/PhabricatorCommitRepositoryField.php +lib/php/phorge/src/applications/repository/customfield/PhabricatorCommitTagsField.php +lib/php/phorge/src/applications/repository/daemon/PhabricatorGitGraphStream.php +lib/php/phorge/src/applications/repository/daemon/PhabricatorMercurialGraphStream.php +lib/php/phorge/src/applications/repository/daemon/PhabricatorRepositoryGraphStream.php +lib/php/phorge/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php +lib/php/phorge/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemonModule.php +lib/php/phorge/src/applications/repository/data/PhabricatorRepositoryParsedChange.php +lib/php/phorge/src/applications/repository/editor/PhabricatorRepositoryEditor.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryCommitRef.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryDiscoveryEngine.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryEngine.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryIdentityEditEngine.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryMirrorEngine.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php +lib/php/phorge/src/applications/repository/engine/PhabricatorRepositoryRefEngine.php +lib/php/phorge/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php +lib/php/phorge/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php +lib/php/phorge/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php +lib/php/phorge/src/applications/repository/engine/__tests__/data/CHA.git.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/CHB.hg.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/CHC.svn.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/CHD.svn.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/CHE.svn.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/GT.git.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/HT.hg.tgz +lib/php/phorge/src/applications/repository/engine/__tests__/data/ST.svn.tgz +lib/php/phorge/src/applications/repository/graphcache/PhabricatorRepositoryGraphCache.php +lib/php/phorge/src/applications/repository/mail/PhabricatorRepositoryPushReplyHandler.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementCacheWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementClusterizeWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementDiscoverWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementHintWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementImportingWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementListPathsWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementListWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementLockWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementMaintenanceWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementMarkImportedWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementMarkReachableWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementMirrorWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementParentsWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementPullWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementRebuildIdentitiesWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementRefsWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementThawWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementUnpublishWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementUpdateWorkflow.php +lib/php/phorge/src/applications/repository/management/PhabricatorRepositoryManagementWorkflow.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryIdentityPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryPullEventPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryPushEventPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryPushLogPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryRefCursorPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryRepositoryPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositorySyncEventPHIDType.php +lib/php/phorge/src/applications/repository/phid/PhabricatorRepositoryURIPHIDType.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryGitLFSRefQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryIdentityQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryIdentityTransactionQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryPublisher.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryPublisherHoldReason.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryPullEventQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryPushEventQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryPushLogQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryPushLogSearchEngine.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryRefCursorQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositorySearchEngine.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositorySyncEventQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryTransactionQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryURIQuery.php +lib/php/phorge/src/applications/repository/query/PhabricatorRepositoryURITransactionQuery.php +lib/php/phorge/src/applications/repository/response/PhabricatorVCSResponse.php +lib/php/phorge/src/applications/repository/search/DiffusionCommitFerretEngine.php +lib/php/phorge/src/applications/repository/search/DiffusionCommitFulltextEngine.php +lib/php/phorge/src/applications/repository/search/PhabricatorRepositoryFerretEngine.php +lib/php/phorge/src/applications/repository/search/PhabricatorRepositoryFulltextEngine.php +lib/php/phorge/src/applications/repository/search/PhabricatorRepositoryIdentityFerretEngine.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepository.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryAuditRequest.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryBranch.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryCommit.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryCommitData.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryCommitHint.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryDAO.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryGitLFSRef.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryIdentity.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryIdentityTransaction.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryMirror.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryOldRef.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryPullEvent.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryPushEvent.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryPushLog.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryRefCursor.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryRefPosition.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositorySchemaSpec.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryStatusMessage.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositorySymbol.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositorySyncEvent.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryTransaction.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryURI.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryURIIndex.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryURITransaction.php +lib/php/phorge/src/applications/repository/storage/PhabricatorRepositoryWorkingCopyVersion.php +lib/php/phorge/src/applications/repository/storage/__tests__/PhabricatorRepositoryCommitTestCase.php +lib/php/phorge/src/applications/repository/storage/__tests__/PhabricatorRepositoryTestCase.php +lib/php/phorge/src/applications/repository/storage/__tests__/PhabricatorRepositoryURITestCase.php +lib/php/phorge/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php +lib/php/phorge/src/applications/repository/worker/PhabricatorRepositoryCommitPublishWorker.php +lib/php/phorge/src/applications/repository/worker/PhabricatorRepositoryIdentityChangeWorker.php +lib/php/phorge/src/applications/repository/worker/PhabricatorRepositoryPushMailWorker.php +lib/php/phorge/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php +lib/php/phorge/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryCommitChangeParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryGitCommitChangeParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryMercurialCommitChangeParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitchangeparser/PhabricatorRepositorySvnCommitChangeParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryGitCommitMessageParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryMercurialCommitMessageParserWorker.php +lib/php/phorge/src/applications/repository/worker/commitmessageparser/PhabricatorRepositorySvnCommitMessageParserWorker.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryActivateTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryBlueprintsTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryCallsignTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryCopyTimeLimitTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryDangerousTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryDefaultBranchTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryDescriptionTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryEncodingTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryEnormousTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryFetchRefsTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryFilesizeLimitTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryIdentityAssignTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryIdentityTransactionType.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryMaintenanceTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryNameTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryNotifyTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryPermanentRefsTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryPushPolicyTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositorySVNSubpathTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryServiceTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositorySlugTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryStagingURITransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositorySymbolLanguagesTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositorySymbolSourcesTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryTouchLimitTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryTrackOnlyTransaction.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryTransactionType.php +lib/php/phorge/src/applications/repository/xaction/PhabricatorRepositoryVCSTransaction.php +lib/php/phorge/src/applications/search/application/PhabricatorSearchApplication.php +lib/php/phorge/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php +lib/php/phorge/src/applications/search/buckets/PhabricatorSearchResultBucket.php +lib/php/phorge/src/applications/search/buckets/PhabricatorSearchResultBucketGroup.php +lib/php/phorge/src/applications/search/compiler/PhutilSearchQueryCompiler.php +lib/php/phorge/src/applications/search/compiler/PhutilSearchQueryCompilerSyntaxException.php +lib/php/phorge/src/applications/search/compiler/PhutilSearchQueryToken.php +lib/php/phorge/src/applications/search/compiler/PhutilSearchStemmer.php +lib/php/phorge/src/applications/search/compiler/__tests__/PhutilSearchQueryCompilerTestCase.php +lib/php/phorge/src/applications/search/compiler/__tests__/PhutilSearchStemmerTestCase.php +lib/php/phorge/src/applications/search/constants/PhabricatorSearchDocumentFieldType.php +lib/php/phorge/src/applications/search/constants/PhabricatorSearchRelationship.php +lib/php/phorge/src/applications/search/controller/PhabricatorApplicationSearchController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchBaseController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchDefaultController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchDeleteController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchEditController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchHandleController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchHovercardController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchOrderController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchRelationshipController.php +lib/php/phorge/src/applications/search/controller/PhabricatorSearchRelationshipSourceController.php +lib/php/phorge/src/applications/search/edge/PhabricatorDashboardPanelUsedByObjectEdgeType.php +lib/php/phorge/src/applications/search/edge/PhabricatorObjectUsesDashboardPanelEdgeType.php +lib/php/phorge/src/applications/search/edge/PhabricatorProfileMenuItemAffectsObjectEdgeType.php +lib/php/phorge/src/applications/search/editor/PhabricatorProfileMenuEditEngine.php +lib/php/phorge/src/applications/search/editor/PhabricatorProfileMenuEditor.php +lib/php/phorge/src/applications/search/engine/PhabricatorApplicationSearchEngine.php +lib/php/phorge/src/applications/search/engine/PhabricatorDatasourceEngine.php +lib/php/phorge/src/applications/search/engine/PhabricatorProfileMenuEngine.php +lib/php/phorge/src/applications/search/engine/PhabricatorProfileMenuEngine.php.orig +lib/php/phorge/src/applications/search/engine/PhabricatorProfileMenuItemView.php +lib/php/phorge/src/applications/search/engine/PhabricatorProfileMenuItemViewList.php +lib/php/phorge/src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php +lib/php/phorge/src/applications/search/engine/PhabricatorSearchNgramEngine.php +lib/php/phorge/src/applications/search/engine/__tests__/PhabricatorApplicationSearchEngineTestCase.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorDatasourceEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorEdgeIndexEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorFerretFulltextEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorFerretSearchEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorFulltextIndexEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorHovercardEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorHovercardEngineExtensionModule.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorIDsSearchEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorLiskFulltextEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorLiskSearchEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorNgramsIndexEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorProfileMenuItemIndexEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorSearchEngineAttachment.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorSearchEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorSearchEngineExtensionModule.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorSearchIndexVersionDestructionEngineExtension.php +lib/php/phorge/src/applications/search/engineextension/PhabricatorSearchNgramsDestructionEngineExtension.php +lib/php/phorge/src/applications/search/exception/PhabricatorSearchConstraintException.php +lib/php/phorge/src/applications/search/ferret/PhabricatorFerretEngine.php +lib/php/phorge/src/applications/search/ferret/PhabricatorFerretInterface.php +lib/php/phorge/src/applications/search/ferret/PhabricatorFerretMetadata.php +lib/php/phorge/src/applications/search/ferret/__tests__/PhabricatorFerretEngineTestCase.php +lib/php/phorge/src/applications/search/ferret/function/FerretConfigurableSearchFunction.php +lib/php/phorge/src/applications/search/ferret/function/FerretSearchFunction.php +lib/php/phorge/src/applications/search/field/PhabricatorIDsSearchField.php +lib/php/phorge/src/applications/search/field/PhabricatorPHIDsSearchField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchCheckboxesField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchCustomFieldProxyField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchDatasourceField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchDateControlField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchDateField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchIntField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchOrderField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchSelectField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchStringListField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchSubscribersField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchTextField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchThreeStateField.php +lib/php/phorge/src/applications/search/field/PhabricatorSearchTokenizerField.php +lib/php/phorge/src/applications/search/fulltextstorage/PhabricatorElasticFulltextStorageEngine.php +lib/php/phorge/src/applications/search/fulltextstorage/PhabricatorElasticsearchQueryBuilder.php +lib/php/phorge/src/applications/search/fulltextstorage/PhabricatorFerretFulltextStorageEngine.php +lib/php/phorge/src/applications/search/fulltextstorage/PhabricatorFulltextStorageEngine.php +lib/php/phorge/src/applications/search/garbagecollector/PhabricatorSearchFerretNgramGarbageCollector.php +lib/php/phorge/src/applications/search/index/PhabricatorFulltextEngine.php +lib/php/phorge/src/applications/search/index/PhabricatorFulltextEngineExtension.php +lib/php/phorge/src/applications/search/index/PhabricatorFulltextEngineExtensionModule.php +lib/php/phorge/src/applications/search/index/PhabricatorIndexEngine.php +lib/php/phorge/src/applications/search/index/PhabricatorIndexEngineExtension.php +lib/php/phorge/src/applications/search/index/PhabricatorIndexEngineExtensionModule.php +lib/php/phorge/src/applications/search/index/PhabricatorSearchAbstractDocument.php +lib/php/phorge/src/applications/search/interface/PhabricatorFulltextInterface.php +lib/php/phorge/src/applications/search/interface/PhabricatorIndexableInterface.php +lib/php/phorge/src/applications/search/interface/PhabricatorNgramsInterface.php +lib/php/phorge/src/applications/search/management/PhabricatorSearchManagementIndexWorkflow.php +lib/php/phorge/src/applications/search/management/PhabricatorSearchManagementInitWorkflow.php +lib/php/phorge/src/applications/search/management/PhabricatorSearchManagementNgramsWorkflow.php +lib/php/phorge/src/applications/search/management/PhabricatorSearchManagementQueryWorkflow.php +lib/php/phorge/src/applications/search/management/PhabricatorSearchManagementWorkflow.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorApplicationProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorConpherenceProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorDashboardProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorDividerProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorEditEngineProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorLabelProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorLinkProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorManageProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorMotivatorProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorProfileMenuItem.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorProfileMenuItemIconSet.php +lib/php/phorge/src/applications/search/menuitem/PhabricatorProjectProfileMenuItem.php +lib/php/phorge/src/applications/search/ngrams/PhabricatorSearchNgrams.php +lib/php/phorge/src/applications/search/phidtype/PhabricatorProfileMenuItemPHIDType.php +lib/php/phorge/src/applications/search/query/PhabricatorFulltextResultSet.php +lib/php/phorge/src/applications/search/query/PhabricatorFulltextToken.php +lib/php/phorge/src/applications/search/query/PhabricatorNamedQueryConfigQuery.php +lib/php/phorge/src/applications/search/query/PhabricatorNamedQueryQuery.php +lib/php/phorge/src/applications/search/query/PhabricatorProfileMenuItemConfigurationQuery.php +lib/php/phorge/src/applications/search/query/PhabricatorProfileMenuItemConfigurationTransactionQuery.php +lib/php/phorge/src/applications/search/query/PhabricatorSavedQueryQuery.php +lib/php/phorge/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php +lib/php/phorge/src/applications/search/query/PhabricatorSearchDocumentQuery.php +lib/php/phorge/src/applications/search/relationship/DifferentialRevisionRelationshipSource.php +lib/php/phorge/src/applications/search/relationship/DiffusionCommitRelationshipSource.php +lib/php/phorge/src/applications/search/relationship/ManiphestTaskRelationshipSource.php +lib/php/phorge/src/applications/search/relationship/PhabricatorObjectRelationship.php +lib/php/phorge/src/applications/search/relationship/PhabricatorObjectRelationshipList.php +lib/php/phorge/src/applications/search/relationship/PhabricatorObjectRelationshipSource.php +lib/php/phorge/src/applications/search/relationship/PholioMockRelationshipSource.php +lib/php/phorge/src/applications/search/storage/PhabricatorNamedQuery.php +lib/php/phorge/src/applications/search/storage/PhabricatorNamedQueryConfig.php +lib/php/phorge/src/applications/search/storage/PhabricatorProfileMenuItemConfiguration.php +lib/php/phorge/src/applications/search/storage/PhabricatorProfileMenuItemConfigurationTransaction.php +lib/php/phorge/src/applications/search/storage/PhabricatorSavedQuery.php +lib/php/phorge/src/applications/search/storage/PhabricatorSearchDAO.php +lib/php/phorge/src/applications/search/storage/PhabricatorSearchIndexVersion.php +lib/php/phorge/src/applications/search/storage/PhabricatorSearchSchemaSpec.php +lib/php/phorge/src/applications/search/storage/document/PhabricatorSearchDocument.php +lib/php/phorge/src/applications/search/storage/document/PhabricatorSearchDocumentRelationship.php +lib/php/phorge/src/applications/search/typeahead/PhabricatorSearchDatasource.php +lib/php/phorge/src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php +lib/php/phorge/src/applications/search/view/PhabricatorApplicationSearchResultView.php +lib/php/phorge/src/applications/search/view/PhabricatorSearchResultView.php +lib/php/phorge/src/applications/search/worker/PhabricatorRebuildIndexesWorker.php +lib/php/phorge/src/applications/search/worker/PhabricatorSearchWorker.php +lib/php/phorge/src/applications/settings/action/PhabricatorSettingsAddEmailAction.php +lib/php/phorge/src/applications/settings/application/PhabricatorSettingsApplication.php +lib/php/phorge/src/applications/settings/controller/PhabricatorSettingsAdjustController.php +lib/php/phorge/src/applications/settings/controller/PhabricatorSettingsIssueController.php +lib/php/phorge/src/applications/settings/controller/PhabricatorSettingsListController.php +lib/php/phorge/src/applications/settings/controller/PhabricatorSettingsMainController.php +lib/php/phorge/src/applications/settings/controller/PhabricatorSettingsTimezoneController.php +lib/php/phorge/src/applications/settings/editor/PhabricatorSettingsEditEngine.php +lib/php/phorge/src/applications/settings/editor/PhabricatorUserPreferencesEditor.php +lib/php/phorge/src/applications/settings/panel/PhabricatorActivitySettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorConpherencePreferencesSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorContactNumbersSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorDateTimeSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorDeveloperPreferencesSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorDiffPreferencesSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorDisplayPreferencesSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorEditEngineSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorEmailDeliverySettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorExternalAccountsSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorExternalEditorSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorLanguageSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorMultiFactorSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorNotificationsSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorPasswordSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorSSHKeysSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorSearchSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorSessionsSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorSettingsPanel.php +lib/php/phorge/src/applications/settings/panel/PhabricatorTokensSettingsPanel.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsAccountPanelGroup.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsApplicationsPanelGroup.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsAuthenticationPanelGroup.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsDeveloperPanelGroup.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsEmailPanelGroup.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsLogsPanelGroup.php +lib/php/phorge/src/applications/settings/panelgroup/PhabricatorSettingsPanelGroup.php +lib/php/phorge/src/applications/settings/phid/PhabricatorUserPreferencesPHIDType.php +lib/php/phorge/src/applications/settings/query/PhabricatorUserPreferencesQuery.php +lib/php/phorge/src/applications/settings/query/PhabricatorUserPreferencesSearchEngine.php +lib/php/phorge/src/applications/settings/query/PhabricatorUserPreferencesTransactionQuery.php +lib/php/phorge/src/applications/settings/setting/PhabricatorAccessibilitySetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorConpherenceColumnMinimizeSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorConpherenceColumnVisibleSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorConpherenceNotificationsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorConpherenceSoundSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorConpherenceWidgetVisibleSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorDarkConsoleSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorDarkConsoleTabSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorDarkConsoleVisibleSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorDateFormatSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorDiffusionBlameSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEditorSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailFormatSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailNotificationsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailRePrefixSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailSelfActionsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailStampsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailTagsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorEmailVarySubjectsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorFiletreeVisibleSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorFiletreeWidthSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorInternalSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorMonospacedFontSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorMonospacedTextareasSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorNotificationsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorOlderInlinesSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorOptionGroupSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorPinnedApplicationsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorPolicyFavoritesSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorPronounSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorSearchScopeSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorSelectSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorStringSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorTimeFormatSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorTimezoneIgnoreOffsetSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorTimezoneSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorTitleGlyphsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorTranslationSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorUnifiedDiffsSetting.php +lib/php/phorge/src/applications/settings/setting/PhabricatorWeekStartDaySetting.php +lib/php/phorge/src/applications/settings/storage/PhabricatorUserPreferences.php +lib/php/phorge/src/applications/settings/storage/PhabricatorUserPreferencesTransaction.php +lib/php/phorge/src/applications/slowvote/application/PhabricatorSlowvoteApplication.php +lib/php/phorge/src/applications/slowvote/capability/PhabricatorSlowvoteDefaultViewCapability.php +lib/php/phorge/src/applications/slowvote/conduit/SlowvoteConduitAPIMethod.php +lib/php/phorge/src/applications/slowvote/conduit/SlowvoteInfoConduitAPIMethod.php +lib/php/phorge/src/applications/slowvote/conduit/SlowvoteSearchConduitAPIMethod.php +lib/php/phorge/src/applications/slowvote/constants/SlowvotePollResponseVisibility.php +lib/php/phorge/src/applications/slowvote/constants/SlowvotePollStatus.php +lib/php/phorge/src/applications/slowvote/constants/SlowvotePollVotingMethod.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvoteCloseController.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvoteCommentController.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvoteController.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvoteEditController.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvoteListController.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvotePollController.php +lib/php/phorge/src/applications/slowvote/controller/PhabricatorSlowvoteVoteController.php +lib/php/phorge/src/applications/slowvote/editor/PhabricatorSlowvoteEditor.php +lib/php/phorge/src/applications/slowvote/mail/PhabricatorSlowvoteMailReceiver.php +lib/php/phorge/src/applications/slowvote/mail/PhabricatorSlowvoteReplyHandler.php +lib/php/phorge/src/applications/slowvote/phid/PhabricatorSlowvotePollPHIDType.php +lib/php/phorge/src/applications/slowvote/query/PhabricatorSlowvoteQuery.php +lib/php/phorge/src/applications/slowvote/query/PhabricatorSlowvoteSearchEngine.php +lib/php/phorge/src/applications/slowvote/query/PhabricatorSlowvoteTransactionQuery.php +lib/php/phorge/src/applications/slowvote/remarkup/SlowvoteRemarkupRule.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvoteChoice.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvoteDAO.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvoteOption.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvotePoll.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvoteSchemaSpec.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php +lib/php/phorge/src/applications/slowvote/storage/PhabricatorSlowvoteTransactionComment.php +lib/php/phorge/src/applications/slowvote/view/SlowvoteEmbedView.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteDescriptionTransaction.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteQuestionTransaction.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteResponsesTransaction.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteShuffleTransaction.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteStatusTransaction.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteTransactionType.php +lib/php/phorge/src/applications/slowvote/xaction/PhabricatorSlowvoteVotingMethodTransaction.php +lib/php/phorge/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php +lib/php/phorge/src/applications/spaces/application/PhabricatorSpacesApplication.php +lib/php/phorge/src/applications/spaces/capability/PhabricatorSpacesCapabilityCreateSpaces.php +lib/php/phorge/src/applications/spaces/capability/PhabricatorSpacesCapabilityDefaultEdit.php +lib/php/phorge/src/applications/spaces/capability/PhabricatorSpacesCapabilityDefaultView.php +lib/php/phorge/src/applications/spaces/controller/PhabricatorSpacesArchiveController.php +lib/php/phorge/src/applications/spaces/controller/PhabricatorSpacesController.php +lib/php/phorge/src/applications/spaces/controller/PhabricatorSpacesEditController.php +lib/php/phorge/src/applications/spaces/controller/PhabricatorSpacesListController.php +lib/php/phorge/src/applications/spaces/controller/PhabricatorSpacesNoAccessController.php +lib/php/phorge/src/applications/spaces/controller/PhabricatorSpacesViewController.php +lib/php/phorge/src/applications/spaces/editor/PhabricatorSpacesNamespaceEditor.php +lib/php/phorge/src/applications/spaces/engineextension/PhabricatorSpacesMailEngineExtension.php +lib/php/phorge/src/applications/spaces/engineextension/PhabricatorSpacesSearchEngineExtension.php +lib/php/phorge/src/applications/spaces/herald/HeraldSpaceField.php +lib/php/phorge/src/applications/spaces/interface/PhabricatorSpacesInterface.php +lib/php/phorge/src/applications/spaces/phid/PhabricatorSpacesNamespacePHIDType.php +lib/php/phorge/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php +lib/php/phorge/src/applications/spaces/query/PhabricatorSpacesNamespaceSearchEngine.php +lib/php/phorge/src/applications/spaces/query/PhabricatorSpacesNamespaceTransactionQuery.php +lib/php/phorge/src/applications/spaces/remarkup/PhabricatorSpacesRemarkupRule.php +lib/php/phorge/src/applications/spaces/searchfield/PhabricatorSpacesSearchField.php +lib/php/phorge/src/applications/spaces/storage/PhabricatorSpacesDAO.php +lib/php/phorge/src/applications/spaces/storage/PhabricatorSpacesNamespace.php +lib/php/phorge/src/applications/spaces/storage/PhabricatorSpacesNamespaceTransaction.php +lib/php/phorge/src/applications/spaces/storage/PhabricatorSpacesSchemaSpec.php +lib/php/phorge/src/applications/spaces/typeahead/PhabricatorSpacesNamespaceDatasource.php +lib/php/phorge/src/applications/spaces/view/PHUISpacesNamespaceContextView.php +lib/php/phorge/src/applications/spaces/xaction/PhabricatorSpacesNamespaceArchiveTransaction.php +lib/php/phorge/src/applications/spaces/xaction/PhabricatorSpacesNamespaceDefaultTransaction.php +lib/php/phorge/src/applications/spaces/xaction/PhabricatorSpacesNamespaceDescriptionTransaction.php +lib/php/phorge/src/applications/spaces/xaction/PhabricatorSpacesNamespaceNameTransaction.php +lib/php/phorge/src/applications/spaces/xaction/PhabricatorSpacesNamespaceTransactionType.php +lib/php/phorge/src/applications/subscriptions/application/PhabricatorSubscriptionsApplication.php +lib/php/phorge/src/applications/subscriptions/command/PhabricatorSubscriptionsSubscribeEmailCommand.php +lib/php/phorge/src/applications/subscriptions/command/PhabricatorSubscriptionsUnsubscribeEmailCommand.php +lib/php/phorge/src/applications/subscriptions/controller/PhabricatorSubscriptionsEditController.php +lib/php/phorge/src/applications/subscriptions/controller/PhabricatorSubscriptionsListController.php +lib/php/phorge/src/applications/subscriptions/controller/PhabricatorSubscriptionsMuteController.php +lib/php/phorge/src/applications/subscriptions/controller/PhabricatorSubscriptionsTransactionController.php +lib/php/phorge/src/applications/subscriptions/editor/PhabricatorSubscriptionsEditor.php +lib/php/phorge/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsCurtainExtension.php +lib/php/phorge/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsEditEngineExtension.php +lib/php/phorge/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsFulltextEngineExtension.php +lib/php/phorge/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsMailEngineExtension.php +lib/php/phorge/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsSearchEngineAttachment.php +lib/php/phorge/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsSearchEngineExtension.php +lib/php/phorge/src/applications/subscriptions/events/PhabricatorSubscriptionsUIEventListener.php +lib/php/phorge/src/applications/subscriptions/herald/HeraldSubscribersField.php +lib/php/phorge/src/applications/subscriptions/herald/PhabricatorSubscriptionsAddSelfHeraldAction.php +lib/php/phorge/src/applications/subscriptions/herald/PhabricatorSubscriptionsAddSubscribersHeraldAction.php +lib/php/phorge/src/applications/subscriptions/herald/PhabricatorSubscriptionsHeraldAction.php +lib/php/phorge/src/applications/subscriptions/herald/PhabricatorSubscriptionsRemoveSelfHeraldAction.php +lib/php/phorge/src/applications/subscriptions/herald/PhabricatorSubscriptionsRemoveSubscribersHeraldAction.php +lib/php/phorge/src/applications/subscriptions/interface/PhabricatorSubscribableInterface.php +lib/php/phorge/src/applications/subscriptions/policyrule/PhabricatorSubscriptionsSubscribersPolicyRule.php +lib/php/phorge/src/applications/subscriptions/query/PhabricatorSubscribersQuery.php +lib/php/phorge/src/applications/subscriptions/view/SubscriptionListDialogBuilder.php +lib/php/phorge/src/applications/subscriptions/view/SubscriptionListStringBuilder.php +lib/php/phorge/src/applications/support/application/PhabricatorSupportApplication.php +lib/php/phorge/src/applications/system/action/PhabricatorSystemAction.php +lib/php/phorge/src/applications/system/application/PhabricatorSystemApplication.php +lib/php/phorge/src/applications/system/codex/PhabricatorDestructibleCodex.php +lib/php/phorge/src/applications/system/controller/PhabricatorDebugController.php +lib/php/phorge/src/applications/system/controller/PhabricatorFaviconController.php +lib/php/phorge/src/applications/system/controller/PhabricatorStatusController.php +lib/php/phorge/src/applications/system/controller/PhabricatorSystemObjectController.php +lib/php/phorge/src/applications/system/controller/PhabricatorSystemReadOnlyController.php +lib/php/phorge/src/applications/system/controller/PhabricatorSystemSelectEncodingController.php +lib/php/phorge/src/applications/system/controller/PhabricatorSystemSelectHighlightController.php +lib/php/phorge/src/applications/system/controller/PhabricatorSystemSelectViewAsController.php +lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsBlogController.php +lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsController.php +lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsPlatformController.php +lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsResourceController.php +lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsShortController.php +lib/php/phorge/src/applications/system/engine/PhabricatorCacheEngine.php +lib/php/phorge/src/applications/system/engine/PhabricatorCacheEngineExtension.php +lib/php/phorge/src/applications/system/engine/PhabricatorDefaultUnlockEngine.php +lib/php/phorge/src/applications/system/engine/PhabricatorDestructionEngine.php +lib/php/phorge/src/applications/system/engine/PhabricatorDestructionEngineExtension.php +lib/php/phorge/src/applications/system/engine/PhabricatorDestructionEngineExtensionModule.php +lib/php/phorge/src/applications/system/engine/PhabricatorSystemActionEngine.php +lib/php/phorge/src/applications/system/engine/PhabricatorUnlockEngine.php +lib/php/phorge/src/applications/system/events/PhabricatorSystemDebugUIEventListener.php +lib/php/phorge/src/applications/system/events/PhorgeSystemDeprecationWarningListener.php +lib/php/phorge/src/applications/system/exception/PhabricatorSystemActionRateLimitException.php +lib/php/phorge/src/applications/system/garbagecollector/PhabricatorSystemActionGarbageCollector.php +lib/php/phorge/src/applications/system/garbagecollector/PhabricatorSystemDestructionGarbageCollector.php +lib/php/phorge/src/applications/system/interface/PhabricatorDestructibleCodexInterface.php +lib/php/phorge/src/applications/system/interface/PhabricatorDestructibleInterface.php +lib/php/phorge/src/applications/system/interface/PhabricatorUnlockableInterface.php +lib/php/phorge/src/applications/system/management/PhabricatorSystemRemoveDestroyWorkflow.php +lib/php/phorge/src/applications/system/management/PhabricatorSystemRemoveLogWorkflow.php +lib/php/phorge/src/applications/system/management/PhabricatorSystemRemoveWorkflow.php +lib/php/phorge/src/applications/system/storage/PhabricatorSystemActionLog.php +lib/php/phorge/src/applications/system/storage/PhabricatorSystemDAO.php +lib/php/phorge/src/applications/system/storage/PhabricatorSystemDestructionLog.php +lib/php/phorge/src/applications/tokens/application/PhabricatorTokensApplication.php +lib/php/phorge/src/applications/tokens/conduit/TokenConduitAPIMethod.php +lib/php/phorge/src/applications/tokens/conduit/TokenGiveConduitAPIMethod.php +lib/php/phorge/src/applications/tokens/conduit/TokenGivenConduitAPIMethod.php +lib/php/phorge/src/applications/tokens/conduit/TokenQueryConduitAPIMethod.php +lib/php/phorge/src/applications/tokens/controller/PhabricatorTokenController.php +lib/php/phorge/src/applications/tokens/controller/PhabricatorTokenGiveController.php +lib/php/phorge/src/applications/tokens/controller/PhabricatorTokenGivenController.php +lib/php/phorge/src/applications/tokens/controller/PhabricatorTokenLeaderController.php +lib/php/phorge/src/applications/tokens/editor/PhabricatorTokenGivenEditor.php +lib/php/phorge/src/applications/tokens/engineextension/PhabricatorTokenDestructionEngineExtension.php +lib/php/phorge/src/applications/tokens/engineextension/PhabricatorTokensCurtainExtension.php +lib/php/phorge/src/applications/tokens/event/PhabricatorTokenUIEventListener.php +lib/php/phorge/src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php +lib/php/phorge/src/applications/tokens/interface/PhabricatorTokenReceiverInterface.php +lib/php/phorge/src/applications/tokens/phid/PhabricatorTokenTokenPHIDType.php +lib/php/phorge/src/applications/tokens/query/PhabricatorTokenCountQuery.php +lib/php/phorge/src/applications/tokens/query/PhabricatorTokenGivenQuery.php +lib/php/phorge/src/applications/tokens/query/PhabricatorTokenQuery.php +lib/php/phorge/src/applications/tokens/query/PhabricatorTokenReceiverQuery.php +lib/php/phorge/src/applications/tokens/storage/PhabricatorToken.php +lib/php/phorge/src/applications/tokens/storage/PhabricatorTokenCount.php +lib/php/phorge/src/applications/tokens/storage/PhabricatorTokenDAO.php +lib/php/phorge/src/applications/tokens/storage/PhabricatorTokenGiven.php +lib/php/phorge/src/applications/tokens/storage/PhabricatorTokensToken.php +lib/php/phorge/src/applications/transactions/application/PhabricatorTransactionsApplication.php +lib/php/phorge/src/applications/transactions/bulk/PhabricatorBulkEditGroup.php +lib/php/phorge/src/applications/transactions/bulk/PhabricatorBulkEngine.php +lib/php/phorge/src/applications/transactions/bulk/PhabricatorEditEngineBulkJobType.php +lib/php/phorge/src/applications/transactions/bulk/management/PhabricatorBulkManagementExportWorkflow.php +lib/php/phorge/src/applications/transactions/bulk/management/PhabricatorBulkManagementMakeSilentWorkflow.php +lib/php/phorge/src/applications/transactions/bulk/management/PhabricatorBulkManagementWorkflow.php +lib/php/phorge/src/applications/transactions/bulk/type/BulkParameterType.php +lib/php/phorge/src/applications/transactions/bulk/type/BulkPointsParameterType.php +lib/php/phorge/src/applications/transactions/bulk/type/BulkRemarkupParameterType.php +lib/php/phorge/src/applications/transactions/bulk/type/BulkSelectParameterType.php +lib/php/phorge/src/applications/transactions/bulk/type/BulkStringParameterType.php +lib/php/phorge/src/applications/transactions/bulk/type/BulkTokenizerParameterType.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineCheckboxesCommentAction.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineColumnsCommentAction.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineCommentAction.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineCommentActionGroup.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEnginePointsCommentAction.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineSelectCommentAction.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineStaticCommentAction.php +lib/php/phorge/src/applications/transactions/commentaction/PhabricatorEditEngineTokenizerCommentAction.php +lib/php/phorge/src/applications/transactions/conduit/TransactionSearchConduitAPIMethod.php +lib/php/phorge/src/applications/transactions/constants/PhabricatorTransactions.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentEditController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentHistoryController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentQuoteController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentRawController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentRemoveController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionDetailController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionRemarkupPreviewController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionShowOlderController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorApplicationTransactionValueController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationDefaultCreateController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationDefaultsController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationDisableController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationEditController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationIsEditController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationListController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationLockController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationReorderController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationSaveController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationSortController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationSubtypeController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineConfigurationViewController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineController.php +lib/php/phorge/src/applications/transactions/controller/PhabricatorEditEngineListController.php +lib/php/phorge/src/applications/transactions/data/PhabricatorTransactionChange.php +lib/php/phorge/src/applications/transactions/data/PhabricatorTransactionRemarkupChange.php +lib/php/phorge/src/applications/transactions/data/PhabricatorTransactionWarning.php +lib/php/phorge/src/applications/transactions/draft/PhabricatorBuiltinDraftEngine.php +lib/php/phorge/src/applications/transactions/draft/PhabricatorDraftEngine.php +lib/php/phorge/src/applications/transactions/draft/PhabricatorDraftInterface.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorContributedToObjectEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorMutedByEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorMutedEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectHasContributorEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectHasDraftEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectHasSubscriberEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectHasUnsubscriberEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectHasWatcherEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectMentionedByObjectEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorObjectMentionsObjectEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorSubscribedToObjectEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorTestNoCycleEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorUnsubscribedFromObjectEdgeType.php +lib/php/phorge/src/applications/transactions/edges/PhabricatorWatcherHasObjectEdgeType.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngine.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineAPIMethod.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineDefaultLock.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineLock.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineLockableInterface.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineMFAEngine.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineMFAInterface.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEnginePageState.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineSubtype.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineSubtypeInterface.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditEngineSubtypeMap.php +lib/php/phorge/src/applications/transactions/editengine/PhabricatorEditPage.php +lib/php/phorge/src/applications/transactions/editengine/__tests__/PhabricatorEditEngineSubtypeTestCase.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorApplyEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorBoolEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorCheckboxesEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorColumnsEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorCommentEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorConduitEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorCredentialEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorDatasourceEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorDividerEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorEpochEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorFileEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorHandlesEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorIconSetEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorInstructionsEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorIntEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorPHIDListEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorPointsEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorPolicyEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorProjectsEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorRemarkupEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorSelectEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorSpaceEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorStaticEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorStringListEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorSubmitEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorSubscribersEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorTextAreaEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorTextEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorTokenizerEditField.php +lib/php/phorge/src/applications/transactions/editfield/PhabricatorUsersEditField.php +lib/php/phorge/src/applications/transactions/editor/PhabricatorApplicationTransactionCommentEditor.php +lib/php/phorge/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php +lib/php/phorge/src/applications/transactions/editor/PhabricatorEditEngineConfigurationEditEngine.php +lib/php/phorge/src/applications/transactions/editor/PhabricatorEditEngineConfigurationEditor.php +lib/php/phorge/src/applications/transactions/edittype/PhabricatorCommentEditType.php +lib/php/phorge/src/applications/transactions/edittype/PhabricatorDatasourceEditType.php +lib/php/phorge/src/applications/transactions/edittype/PhabricatorEdgeEditType.php +lib/php/phorge/src/applications/transactions/edittype/PhabricatorEditType.php +lib/php/phorge/src/applications/transactions/edittype/PhabricatorPHIDListEditType.php +lib/php/phorge/src/applications/transactions/edittype/PhabricatorSimpleEditType.php +lib/php/phorge/src/applications/transactions/engine/PhabricatorStandardTimelineEngine.php +lib/php/phorge/src/applications/transactions/engine/PhabricatorTimelineEngine.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorApplicationObjectMailEngineExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorCommentEditEngineExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorEditEngineExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorEditEngineExtensionModule.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorEditorExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorEditorExtensionModule.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorEditorMailEngineExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorSubtypeEditEngineExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorTransactionsDestructionEngineExtension.php +lib/php/phorge/src/applications/transactions/engineextension/PhabricatorTransactionsFulltextEngineExtension.php +lib/php/phorge/src/applications/transactions/error/PhabricatorApplicationTransactionValidationError.php +lib/php/phorge/src/applications/transactions/exception/PhabricatorApplicationTransactionNoEffectException.php +lib/php/phorge/src/applications/transactions/exception/PhabricatorApplicationTransactionStructureException.php +lib/php/phorge/src/applications/transactions/exception/PhabricatorApplicationTransactionValidationException.php +lib/php/phorge/src/applications/transactions/exception/PhabricatorApplicationTransactionWarningException.php +lib/php/phorge/src/applications/transactions/feed/PhabricatorApplicationTransactionFeedStory.php +lib/php/phorge/src/applications/transactions/herald/PhabricatorEditEngineSubtypeHeraldField.php +lib/php/phorge/src/applications/transactions/interface/PhabricatorApplicationTransactionInterface.php +lib/php/phorge/src/applications/transactions/interface/PhabricatorInlineCommentInterface.php +lib/php/phorge/src/applications/transactions/interface/PhabricatorMentionableInterface.php +lib/php/phorge/src/applications/transactions/interface/PhabricatorTimelineInterface.php +lib/php/phorge/src/applications/transactions/phid/PhabricatorApplicationTransactionTransactionPHIDType.php +lib/php/phorge/src/applications/transactions/phid/PhabricatorEditEngineConfigurationPHIDType.php +lib/php/phorge/src/applications/transactions/query/PhabricatorApplicationTransactionCommentQuery.php +lib/php/phorge/src/applications/transactions/query/PhabricatorApplicationTransactionQuery.php +lib/php/phorge/src/applications/transactions/query/PhabricatorApplicationTransactionTemplatedCommentQuery.php +lib/php/phorge/src/applications/transactions/query/PhabricatorEditEngineConfigurationQuery.php +lib/php/phorge/src/applications/transactions/query/PhabricatorEditEngineConfigurationSearchEngine.php +lib/php/phorge/src/applications/transactions/query/PhabricatorEditEngineConfigurationTransactionQuery.php +lib/php/phorge/src/applications/transactions/query/PhabricatorEditEngineQuery.php +lib/php/phorge/src/applications/transactions/query/PhabricatorEditEngineSearchEngine.php +lib/php/phorge/src/applications/transactions/replyhandler/PhabricatorApplicationTransactionReplyHandler.php +lib/php/phorge/src/applications/transactions/response/PhabricatorApplicationTransactionNoEffectResponse.php +lib/php/phorge/src/applications/transactions/response/PhabricatorApplicationTransactionResponse.php +lib/php/phorge/src/applications/transactions/response/PhabricatorApplicationTransactionValidationResponse.php +lib/php/phorge/src/applications/transactions/response/PhabricatorApplicationTransactionWarningResponse.php +lib/php/phorge/src/applications/transactions/storage/PhabricatorApplicationTransaction.php +lib/php/phorge/src/applications/transactions/storage/PhabricatorApplicationTransactionComment.php +lib/php/phorge/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php +lib/php/phorge/src/applications/transactions/storage/PhabricatorEditEngineConfigurationTransaction.php +lib/php/phorge/src/applications/transactions/storage/PhabricatorModularTransaction.php +lib/php/phorge/src/applications/transactions/storage/PhabricatorModularTransactionType.php +lib/php/phorge/src/applications/transactions/typeahead/PhabricatorEditEngineDatasource.php +lib/php/phorge/src/applications/transactions/typeahead/PhabricatorTransactionsObjectTypeDatasource.php +lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationEditHTTPParameterHelpView.php +lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php +lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionDetailView.php +lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionJSONDiffDetailView.php +lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionTextDiffDetailView.php +lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionView.php +lib/php/phorge/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorCoreCreateTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorCoreTransactionType.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorCoreVoidTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineCreateOrderTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineDefaultCreateTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineDefaultTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineDisableTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineEditOrderTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineIsEditTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineLocksTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineNameTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineOrderTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEnginePreambleTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineSubtypeTransaction.php +lib/php/phorge/src/applications/transactions/xaction/PhabricatorEditEngineTransactionType.php +lib/php/phorge/src/applications/typeahead/application/PhabricatorTypeaheadApplication.php +lib/php/phorge/src/applications/typeahead/controller/PhabricatorTypeaheadDatasourceController.php +lib/php/phorge/src/applications/typeahead/controller/PhabricatorTypeaheadFunctionHelpController.php +lib/php/phorge/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php +lib/php/phorge/src/applications/typeahead/datasource/PhabricatorTypeaheadCompositeDatasource.php +lib/php/phorge/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php +lib/php/phorge/src/applications/typeahead/datasource/PhabricatorTypeaheadMonogramDatasource.php +lib/php/phorge/src/applications/typeahead/datasource/PhabricatorTypeaheadProxyDatasource.php +lib/php/phorge/src/applications/typeahead/datasource/PhabricatorTypeaheadRuntimeCompositeDatasource.php +lib/php/phorge/src/applications/typeahead/datasource/__tests__/PhabricatorTypeaheadDatasourceTestCase.php +lib/php/phorge/src/applications/typeahead/datasource/__tests__/PhabricatorTypeaheadTestNumbersDatasource.php +lib/php/phorge/src/applications/typeahead/engineextension/PhabricatorMonogramDatasourceEngineExtension.php +lib/php/phorge/src/applications/typeahead/exception/PhabricatorTypeaheadInvalidTokenException.php +lib/php/phorge/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php +lib/php/phorge/src/applications/typeahead/view/PhabricatorTypeaheadTokenView.php +lib/php/phorge/src/applications/uiexample/application/PhabricatorUIExamplesApplication.php +lib/php/phorge/src/applications/uiexample/controller/PhabricatorUIExampleRenderController.php +lib/php/phorge/src/applications/uiexample/examples/MacroEmojiExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIActionPanelExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIBadgeExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIBigInfoExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIBoxExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIButtonBarExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIButtonExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIColorPalletteExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIFeedStoryExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIHovercardUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIIconExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIImageMaskExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIInfoExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUILeftRightExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIListExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIObjectItemListExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIPropertyListExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUITagExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUITimelineExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUITypeaheadExample.php +lib/php/phorge/src/applications/uiexample/examples/PHUIXComponentsExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorAphrontBarUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorGestureUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorNotificationUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorPagerUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorProjectBuiltinsExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorRemarkupUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorSetupIssueUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorStatusUIExample.php +lib/php/phorge/src/applications/uiexample/examples/PhabricatorUIExample.php +lib/php/phorge/src/applications/xhprof/application/PhabricatorXHProfApplication.php +lib/php/phorge/src/applications/xhprof/controller/PhabricatorXHProfController.php +lib/php/phorge/src/applications/xhprof/controller/PhabricatorXHProfDropController.php +lib/php/phorge/src/applications/xhprof/controller/PhabricatorXHProfProfileController.php +lib/php/phorge/src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php +lib/php/phorge/src/applications/xhprof/query/PhabricatorXHProfSampleQuery.php +lib/php/phorge/src/applications/xhprof/query/PhabricatorXHProfSampleSearchEngine.php +lib/php/phorge/src/applications/xhprof/storage/PhabricatorXHProfDAO.php +lib/php/phorge/src/applications/xhprof/storage/PhabricatorXHProfSample.php +lib/php/phorge/src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php +lib/php/phorge/src/applications/xhprof/view/PhabricatorXHProfProfileTopLevelView.php +lib/php/phorge/src/applications/xhprof/view/PhabricatorXHProfProfileView.php +lib/php/phorge/src/docs/book/contributor.book +lib/php/phorge/src/docs/book/flavor.book +lib/php/phorge/src/docs/book/phorge.book +lib/php/phorge/src/docs/book/user.book +lib/php/phorge/src/docs/contributor/adding_new_classes.diviner +lib/php/phorge/src/docs/contributor/adding_new_css_and_js.diviner +lib/php/phorge/src/docs/contributor/assistive_technologies.diviner +lib/php/phorge/src/docs/contributor/bug_reports.diviner +lib/php/phorge/src/docs/contributor/celerity.diviner +lib/php/phorge/src/docs/contributor/contrib_intro.diviner +lib/php/phorge/src/docs/contributor/contributing_code.diviner +lib/php/phorge/src/docs/contributor/css_coding_standards.diviner +lib/php/phorge/src/docs/contributor/database.diviner +lib/php/phorge/src/docs/contributor/describing_problems.diviner +lib/php/phorge/src/docs/contributor/developer_setup.diviner +lib/php/phorge/src/docs/contributor/feature_requests.diviner +lib/php/phorge/src/docs/contributor/general_coding_standards.diviner +lib/php/phorge/src/docs/contributor/handles.diviner +lib/php/phorge/src/docs/contributor/internationalization.diviner +lib/php/phorge/src/docs/contributor/javascript_coding_standards.diviner +lib/php/phorge/src/docs/contributor/n_plus_one.diviner +lib/php/phorge/src/docs/contributor/phorge_code_layout.diviner +lib/php/phorge/src/docs/contributor/php_coding_standards.diviner +lib/php/phorge/src/docs/contributor/rendering_html.diviner +lib/php/phorge/src/docs/contributor/reproduction_steps.diviner +lib/php/phorge/src/docs/contributor/running_builtin_php_webserver.diviner +lib/php/phorge/src/docs/contributor/unit_tests.diviner +lib/php/phorge/src/docs/contributor/using_edges.diviner +lib/php/phorge/src/docs/contributor/using_oauthserver.diviner +lib/php/phorge/src/docs/contributor/version.diviner +lib/php/phorge/src/docs/flavor/javascript_object_array.diviner +lib/php/phorge/src/docs/flavor/javascript_pitfalls.diviner +lib/php/phorge/src/docs/flavor/php_pitfalls.diviner +lib/php/phorge/src/docs/flavor/please_please_please.diviner +lib/php/phorge/src/docs/flavor/project_history.diviner +lib/php/phorge/src/docs/flavor/recommendations_on_branching.diviner +lib/php/phorge/src/docs/flavor/recommendations_on_revision_control.diviner +lib/php/phorge/src/docs/flavor/so_many_databases.diviner +lib/php/phorge/src/docs/flavor/soon_static_resources.diviner +lib/php/phorge/src/docs/flavor/things_you_should_do_now.diviner +lib/php/phorge/src/docs/flavor/things_you_should_do_soon.diviner +lib/php/phorge/src/docs/flavor/writing_reviewable_code.diviner +lib/php/phorge/src/docs/user/cluster/cluster.diviner +lib/php/phorge/src/docs/user/cluster/cluster_daemons.diviner +lib/php/phorge/src/docs/user/cluster/cluster_databases.diviner +lib/php/phorge/src/docs/user/cluster/cluster_devices.diviner +lib/php/phorge/src/docs/user/cluster/cluster_notifications.diviner +lib/php/phorge/src/docs/user/cluster/cluster_partitioning.diviner +lib/php/phorge/src/docs/user/cluster/cluster_repositories.diviner +lib/php/phorge/src/docs/user/cluster/cluster_search.diviner +lib/php/phorge/src/docs/user/cluster/cluster_ssh.diviner +lib/php/phorge/src/docs/user/cluster/cluster_webservers.diviner +lib/php/phorge/src/docs/user/configuration/advanced_configuration.diviner +lib/php/phorge/src/docs/user/configuration/configuration_guide.diviner +lib/php/phorge/src/docs/user/configuration/configuration_locked.diviner +lib/php/phorge/src/docs/user/configuration/configuring_accounts_and_registration.diviner +lib/php/phorge/src/docs/user/configuration/configuring_backups.diviner +lib/php/phorge/src/docs/user/configuration/configuring_encryption.diviner +lib/php/phorge/src/docs/user/configuration/configuring_file_domain.diviner +lib/php/phorge/src/docs/user/configuration/configuring_file_storage.diviner +lib/php/phorge/src/docs/user/configuration/configuring_inbound_email.diviner +lib/php/phorge/src/docs/user/configuration/configuring_outbound_email.diviner +lib/php/phorge/src/docs/user/configuration/configuring_preamble.diviner +lib/php/phorge/src/docs/user/configuration/custom_fields.diviner +lib/php/phorge/src/docs/user/configuration/managing_caches.diviner +lib/php/phorge/src/docs/user/configuration/managing_daemons.diviner +lib/php/phorge/src/docs/user/configuration/managing_garbage.diviner +lib/php/phorge/src/docs/user/configuration/notifications.diviner +lib/php/phorge/src/docs/user/configuration/storage_adjust.diviner +lib/php/phorge/src/docs/user/configuration/troubleshooting_https.diviner +lib/php/phorge/src/docs/user/field/conduit_changes.diviner +lib/php/phorge/src/docs/user/field/darkconsole.diviner +lib/php/phorge/src/docs/user/field/exit_codes.diviner +lib/php/phorge/src/docs/user/field/performance.diviner +lib/php/phorge/src/docs/user/field/permanently_destroying_data.diviner +lib/php/phorge/src/docs/user/field/repository_hints.diviner +lib/php/phorge/src/docs/user/field/repository_imports.diviner +lib/php/phorge/src/docs/user/field/restarting.diviner +lib/php/phorge/src/docs/user/field/revoking_credentials.diviner +lib/php/phorge/src/docs/user/field/worker_queue.diviner +lib/php/phorge/src/docs/user/field/xhprof.diviner +lib/php/phorge/src/docs/user/installation_guide.diviner +lib/php/phorge/src/docs/user/introduction.diviner +lib/php/phorge/src/docs/user/reporting_security.diviner +lib/php/phorge/src/docs/user/support.diviner +lib/php/phorge/src/docs/user/upgrading.diviner +lib/php/phorge/src/docs/user/userguide/almanac.diviner +lib/php/phorge/src/docs/user/userguide/amazon_rds.diviner +lib/php/phorge/src/docs/user/userguide/arcanist.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_commit_ranges.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_coverage.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_diff.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_extending_lint.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_lint.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_lint_unit.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_mac_os_x.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_new_project.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_quick_start.diviner +lib/php/phorge/src/docs/user/userguide/arcanist_windows.diviner +lib/php/phorge/src/docs/user/userguide/audit.diviner +lib/php/phorge/src/docs/user/userguide/calendar.diviner +lib/php/phorge/src/docs/user/userguide/calendar_exports.diviner +lib/php/phorge/src/docs/user/userguide/calendar_imports.diviner +lib/php/phorge/src/docs/user/userguide/conduit.diviner +lib/php/phorge/src/docs/user/userguide/conduit_edit.diviner +lib/php/phorge/src/docs/user/userguide/conduit_search.diviner +lib/php/phorge/src/docs/user/userguide/differential.diviner +lib/php/phorge/src/docs/user/userguide/differential_faq.diviner +lib/php/phorge/src/docs/user/userguide/differential_inlines.diviner +lib/php/phorge/src/docs/user/userguide/differential_land.diviner +lib/php/phorge/src/docs/user/userguide/differential_test_plans.diviner +lib/php/phorge/src/docs/user/userguide/diffusion.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_api.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_existing.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_hooks.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_hosting.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_managing.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_permanent.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_symbols.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_updates.diviner +lib/php/phorge/src/docs/user/userguide/diffusion_uris.diviner +lib/php/phorge/src/docs/user/userguide/diviner.diviner +lib/php/phorge/src/docs/user/userguide/drydock.diviner +lib/php/phorge/src/docs/user/userguide/drydock_blueprints.diviner +lib/php/phorge/src/docs/user/userguide/drydock_hosts.diviner +lib/php/phorge/src/docs/user/userguide/drydock_quick_start.diviner +lib/php/phorge/src/docs/user/userguide/drydock_repository_automation.diviner +lib/php/phorge/src/docs/user/userguide/drydock_security.diviner +lib/php/phorge/src/docs/user/userguide/drydock_working_copies.diviner +lib/php/phorge/src/docs/user/userguide/events.diviner +lib/php/phorge/src/docs/user/userguide/external_editor.diviner +lib/php/phorge/src/docs/user/userguide/forms.diviner +lib/php/phorge/src/docs/user/userguide/harbormaster.diviner +lib/php/phorge/src/docs/user/userguide/herald.diviner +lib/php/phorge/src/docs/user/userguide/jump.diviner +lib/php/phorge/src/docs/user/userguide/legalpad.diviner +lib/php/phorge/src/docs/user/userguide/mail_rules.diviner +lib/php/phorge/src/docs/user/userguide/multi_factor_auth.diviner +lib/php/phorge/src/docs/user/userguide/multimeter.diviner +lib/php/phorge/src/docs/user/userguide/owners.diviner +lib/php/phorge/src/docs/user/userguide/phame.diviner +lib/php/phorge/src/docs/user/userguide/phriction.diviner +lib/php/phorge/src/docs/user/userguide/profile_menu.diviner +lib/php/phorge/src/docs/user/userguide/projects.diviner +lib/php/phorge/src/docs/user/userguide/prototypes.diviner +lib/php/phorge/src/docs/user/userguide/remarkup.diviner +lib/php/phorge/src/docs/user/userguide/remarkup.diviner.orig +lib/php/phorge/src/docs/user/userguide/remarkup_cowsay.diviner +lib/php/phorge/src/docs/user/userguide/reviews_vs_audit.diviner +lib/php/phorge/src/docs/user/userguide/search.diviner +lib/php/phorge/src/docs/user/userguide/slowvote.diviner +lib/php/phorge/src/docs/user/userguide/spaces.diviner +lib/php/phorge/src/docs/user/userguide/tone.diviner +lib/php/phorge/src/docs/user/userguide/unlocking.diviner +lib/php/phorge/src/docs/user/userguide/users.diviner +lib/php/phorge/src/docs/user/userguide/utf8.diviner +lib/php/phorge/src/docs/user/userguide/webhooks.diviner +lib/php/phorge/src/extensions/README +lib/php/phorge/src/infrastructure/PhabricatorEditor.php +lib/php/phorge/src/infrastructure/cache/PhutilAPCKeyValueCache.php +lib/php/phorge/src/infrastructure/cache/PhutilDirectoryKeyValueCache.php +lib/php/phorge/src/infrastructure/cache/PhutilInRequestKeyValueCache.php +lib/php/phorge/src/infrastructure/cache/PhutilKeyValueCache.php +lib/php/phorge/src/infrastructure/cache/PhutilKeyValueCacheNamespace.php +lib/php/phorge/src/infrastructure/cache/PhutilKeyValueCacheProfiler.php +lib/php/phorge/src/infrastructure/cache/PhutilKeyValueCacheProxy.php +lib/php/phorge/src/infrastructure/cache/PhutilKeyValueCacheStack.php +lib/php/phorge/src/infrastructure/cache/PhutilMemcacheKeyValueCache.php +lib/php/phorge/src/infrastructure/cache/PhutilOnDiskKeyValueCache.php +lib/php/phorge/src/infrastructure/cache/__tests__/PhutilKeyValueCacheTestCase.php +lib/php/phorge/src/infrastructure/cluster/PhabricatorClusterServiceHealthRecord.php +lib/php/phorge/src/infrastructure/cluster/PhabricatorDatabaseRef.php +lib/php/phorge/src/infrastructure/cluster/PhabricatorDatabaseRefParser.php +lib/php/phorge/src/infrastructure/cluster/config/PhabricatorClusterDatabasesConfigType.php +lib/php/phorge/src/infrastructure/cluster/config/PhabricatorClusterMailersConfigType.php +lib/php/phorge/src/infrastructure/cluster/config/PhabricatorClusterSearchConfigType.php +lib/php/phorge/src/infrastructure/cluster/exception/PhabricatorClusterException.php +lib/php/phorge/src/infrastructure/cluster/exception/PhabricatorClusterExceptionHandler.php +lib/php/phorge/src/infrastructure/cluster/exception/PhabricatorClusterImpossibleWriteException.php +lib/php/phorge/src/infrastructure/cluster/exception/PhabricatorClusterImproperWriteException.php +lib/php/phorge/src/infrastructure/cluster/exception/PhabricatorClusterNoHostForRoleException.php +lib/php/phorge/src/infrastructure/cluster/exception/PhabricatorClusterStrandedException.php +lib/php/phorge/src/infrastructure/cluster/search/PhabricatorElasticsearchHost.php +lib/php/phorge/src/infrastructure/cluster/search/PhabricatorMySQLSearchHost.php +lib/php/phorge/src/infrastructure/cluster/search/PhabricatorSearchHost.php +lib/php/phorge/src/infrastructure/cluster/search/PhabricatorSearchService.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorConduitContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorConsoleContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorContentSourceModule.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorContentSourceView.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorFaxContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorLipsumContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorOldWorldContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorUnitTestContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorUnknownContentSource.php +lib/php/phorge/src/infrastructure/contentsource/PhabricatorWebContentSource.php +lib/php/phorge/src/infrastructure/customfield/config/PhabricatorCustomFieldConfigOptionType.php +lib/php/phorge/src/infrastructure/customfield/datasource/PhabricatorCustomFieldApplicationSearchAnyFunctionDatasource.php +lib/php/phorge/src/infrastructure/customfield/datasource/PhabricatorCustomFieldApplicationSearchDatasource.php +lib/php/phorge/src/infrastructure/customfield/datasource/PhabricatorCustomFieldApplicationSearchNoneFunctionDatasource.php +lib/php/phorge/src/infrastructure/customfield/datasource/PhabricatorStandardSelectCustomFieldDatasource.php +lib/php/phorge/src/infrastructure/customfield/editor/PhabricatorCustomFieldEditField.php +lib/php/phorge/src/infrastructure/customfield/editor/PhabricatorCustomFieldEditType.php +lib/php/phorge/src/infrastructure/customfield/engineextension/PhabricatorCustomFieldEditEngineExtension.php +lib/php/phorge/src/infrastructure/customfield/engineextension/PhabricatorCustomFieldFulltextEngineExtension.php +lib/php/phorge/src/infrastructure/customfield/engineextension/PhabricatorCustomFieldSearchEngineExtension.php +lib/php/phorge/src/infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php +lib/php/phorge/src/infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php +lib/php/phorge/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotAttachedException.php +lib/php/phorge/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotProxyException.php +lib/php/phorge/src/infrastructure/customfield/field/PhabricatorCustomField.php +lib/php/phorge/src/infrastructure/customfield/field/PhabricatorCustomFieldAttachment.php +lib/php/phorge/src/infrastructure/customfield/field/PhabricatorCustomFieldList.php +lib/php/phorge/src/infrastructure/customfield/herald/PhabricatorCustomFieldHeraldAction.php +lib/php/phorge/src/infrastructure/customfield/herald/PhabricatorCustomFieldHeraldActionGroup.php +lib/php/phorge/src/infrastructure/customfield/herald/PhabricatorCustomFieldHeraldField.php +lib/php/phorge/src/infrastructure/customfield/herald/PhabricatorCustomFieldHeraldFieldGroup.php +lib/php/phorge/src/infrastructure/customfield/interface/PhabricatorCustomFieldInterface.php +lib/php/phorge/src/infrastructure/customfield/interface/PhabricatorStandardCustomFieldInterface.php +lib/php/phorge/src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php +lib/php/phorge/src/infrastructure/customfield/query/PhabricatorCustomFieldStorageQuery.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBlueprints.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldCredential.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDatasource.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldLink.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldTokenizer.php +lib/php/phorge/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php +lib/php/phorge/src/infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php +lib/php/phorge/src/infrastructure/customfield/storage/PhabricatorCustomFieldNumericIndexStorage.php +lib/php/phorge/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php +lib/php/phorge/src/infrastructure/customfield/storage/PhabricatorCustomFieldStringIndexStorage.php +lib/php/phorge/src/infrastructure/daemon/PhabricatorDaemon.php +lib/php/phorge/src/infrastructure/daemon/PhutilDaemon.php +lib/php/phorge/src/infrastructure/daemon/PhutilDaemonHandle.php +lib/php/phorge/src/infrastructure/daemon/PhutilDaemonOverseer.php +lib/php/phorge/src/infrastructure/daemon/PhutilDaemonOverseerModule.php +lib/php/phorge/src/infrastructure/daemon/PhutilDaemonPool.php +lib/php/phorge/src/infrastructure/daemon/contentsource/PhabricatorBulkContentSource.php +lib/php/phorge/src/infrastructure/daemon/contentsource/PhabricatorDaemonContentSource.php +lib/php/phorge/src/infrastructure/daemon/control/PhabricatorDaemonReference.php +lib/php/phorge/src/infrastructure/daemon/garbagecollector/PhabricatorGarbageCollector.php +lib/php/phorge/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementCollectWorkflow.php +lib/php/phorge/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementCompactEdgesWorkflow.php +lib/php/phorge/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementSetPolicyWorkflow.php +lib/php/phorge/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementWorkflow.php +lib/php/phorge/src/infrastructure/daemon/overseer/PhabricatorDaemonOverseerModule.php +lib/php/phorge/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php +lib/php/phorge/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemonModule.php +lib/php/phorge/src/infrastructure/daemon/workers/PhabricatorTriggerDaemon.php +lib/php/phorge/src/infrastructure/daemon/workers/PhabricatorWorker.php +lib/php/phorge/src/infrastructure/daemon/workers/__tests__/PhabricatorTestWorker.php +lib/php/phorge/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerBulkJobTestCase.php +lib/php/phorge/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php +lib/php/phorge/src/infrastructure/daemon/workers/action/PhabricatorLogTriggerAction.php +lib/php/phorge/src/infrastructure/daemon/workers/action/PhabricatorScheduleTaskTriggerAction.php +lib/php/phorge/src/infrastructure/daemon/workers/action/PhabricatorTriggerAction.php +lib/php/phorge/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobCreateWorker.php +lib/php/phorge/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobTaskWorker.php +lib/php/phorge/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobType.php +lib/php/phorge/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobWorker.php +lib/php/phorge/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerSingleBulkJobType.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/PhabricatorDailyRoutineTriggerClock.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/PhabricatorMetronomicTriggerClock.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/PhabricatorNeverTriggerClock.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/PhabricatorOneTimeTriggerClock.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/PhabricatorSubscriptionTriggerClock.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/PhabricatorTriggerClock.php +lib/php/phorge/src/infrastructure/daemon/workers/clock/__tests__/PhabricatorTriggerClockTestCase.php +lib/php/phorge/src/infrastructure/daemon/workers/editor/PhabricatorWorkerBulkJobEditor.php +lib/php/phorge/src/infrastructure/daemon/workers/engineextension/PhabricatorWorkerDestructionEngineExtension.php +lib/php/phorge/src/infrastructure/daemon/workers/exception/PhabricatorWorkerPermanentFailureException.php +lib/php/phorge/src/infrastructure/daemon/workers/exception/PhabricatorWorkerYieldException.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementCancelWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementDelayWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementExecuteWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementFloodWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementFreeWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementPriorityWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementRetryWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerTriggerManagementFireWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/management/PhabricatorWorkerTriggerManagementWorkflow.php +lib/php/phorge/src/infrastructure/daemon/workers/phid/PhabricatorWorkerBulkJobPHIDType.php +lib/php/phorge/src/infrastructure/daemon/workers/phid/PhabricatorWorkerTriggerPHIDType.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerActiveTaskQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerArchiveTaskQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerBulkJobQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerBulkJobSearchEngine.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerBulkJobTransactionQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerLeaseQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerTaskQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/query/PhabricatorWorkerTriggerQuery.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerArchiveTask.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerBulkJob.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerBulkJobTransaction.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerBulkTask.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerDAO.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerSchemaSpec.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTask.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTaskData.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTrigger.php +lib/php/phorge/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTriggerEvent.php +lib/php/phorge/src/infrastructure/diff/PhabricatorChangesetResponse.php +lib/php/phorge/src/infrastructure/diff/PhabricatorDiffScopeEngine.php +lib/php/phorge/src/infrastructure/diff/PhabricatorDifferenceEngine.php +lib/php/phorge/src/infrastructure/diff/PhabricatorInlineCommentController.php +lib/php/phorge/src/infrastructure/diff/__tests__/PhabricatorDiffScopeEngineTestCase.php +lib/php/phorge/src/infrastructure/diff/__tests__/data/zebra.c +lib/php/phorge/src/infrastructure/diff/engine/PhabricatorInlineCommentAdjustmentEngine.php +lib/php/phorge/src/infrastructure/diff/inline/PhabricatorDiffInlineCommentContentState.php +lib/php/phorge/src/infrastructure/diff/inline/PhabricatorDiffInlineCommentContext.php +lib/php/phorge/src/infrastructure/diff/inline/PhabricatorInlineCommentContentState.php +lib/php/phorge/src/infrastructure/diff/inline/PhabricatorInlineCommentContext.php +lib/php/phorge/src/infrastructure/diff/interface/PhabricatorInlineComment.php +lib/php/phorge/src/infrastructure/diff/prose/PhutilProseDiff.php +lib/php/phorge/src/infrastructure/diff/prose/PhutilProseDifferenceEngine.php +lib/php/phorge/src/infrastructure/diff/prose/__tests__/PhutilProseDiffTestCase.php +lib/php/phorge/src/infrastructure/diff/query/PhabricatorDiffInlineCommentQuery.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffGraphView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentEditView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentPreviewListView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentRowScaffold.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentTableScaffold.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentUndoView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineCommentView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffInlineThreader.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffOneUpInlineCommentRowScaffold.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffRevealIconView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffTableOfContentsItemView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffTableOfContentsListView.php +lib/php/phorge/src/infrastructure/diff/view/PHUIDiffTwoUpInlineCommentRowScaffold.php +lib/php/phorge/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php +lib/php/phorge/src/infrastructure/diff/view/__tests__/PHUIDiffGraphViewTestCase.php +lib/php/phorge/src/infrastructure/diff/viewstate/PhabricatorChangesetViewState.php +lib/php/phorge/src/infrastructure/diff/viewstate/PhabricatorChangesetViewStateEngine.php +lib/php/phorge/src/infrastructure/edges/__tests__/PhabricatorEdgeChangeRecordTestCase.php +lib/php/phorge/src/infrastructure/edges/__tests__/PhabricatorEdgeTestCase.php +lib/php/phorge/src/infrastructure/edges/conduit/EdgeSearchConduitAPIMethod.php +lib/php/phorge/src/infrastructure/edges/conduit/PhabricatorEdgeObject.php +lib/php/phorge/src/infrastructure/edges/constants/PhabricatorEdgeConfig.php +lib/php/phorge/src/infrastructure/edges/constants/PhabricatorEdgeConstants.php +lib/php/phorge/src/infrastructure/edges/editor/PhabricatorEdgeEditor.php +lib/php/phorge/src/infrastructure/edges/engineextension/PhabricatorEdgesDestructionEngineExtension.php +lib/php/phorge/src/infrastructure/edges/exception/PhabricatorEdgeCycleException.php +lib/php/phorge/src/infrastructure/edges/query/PhabricatorEdgeObjectQuery.php +lib/php/phorge/src/infrastructure/edges/query/PhabricatorEdgeQuery.php +lib/php/phorge/src/infrastructure/edges/type/PhabricatorEdgeType.php +lib/php/phorge/src/infrastructure/edges/type/__tests__/PhabricatorEdgeTypeTestCase.php +lib/php/phorge/src/infrastructure/edges/util/PhabricatorEdgeChangeRecord.php +lib/php/phorge/src/infrastructure/edges/util/PhabricatorEdgeGraph.php +lib/php/phorge/src/infrastructure/editor/PhabricatorEditorURIEngine.php +lib/php/phorge/src/infrastructure/editor/PhabricatorEditorURIParserException.php +lib/php/phorge/src/infrastructure/editor/__tests__/PhabricatorEditorURIEngineTestCase.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigDatabaseSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigDefaultSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigDictionarySource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigFileSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigLocalSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigProxySource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigSiteSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorConfigStackSource.php +lib/php/phorge/src/infrastructure/env/PhabricatorEnv.php +lib/php/phorge/src/infrastructure/env/PhabricatorScopedEnv.php +lib/php/phorge/src/infrastructure/env/__tests__/PhabricatorEnvTestCase.php +lib/php/phorge/src/infrastructure/events/PhabricatorAutoEventListener.php +lib/php/phorge/src/infrastructure/events/PhabricatorEvent.php +lib/php/phorge/src/infrastructure/events/PhabricatorEventEngine.php +lib/php/phorge/src/infrastructure/events/PhabricatorEventListener.php +lib/php/phorge/src/infrastructure/events/PhabricatorExampleEventListener.php +lib/php/phorge/src/infrastructure/events/constant/PhabricatorEventType.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorCustomFieldExportEngineExtension.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorExportEngine.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorExportEngineBulkJobType.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorExportEngineExtension.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorExportFormatSetting.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorLiskExportEngineExtension.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorProjectsExportEngineExtension.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorSpacesExportEngineExtension.php +lib/php/phorge/src/infrastructure/export/engine/PhabricatorSubscriptionsExportEngineExtension.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorDoubleExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorEpochExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorIDExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorIntExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorListExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorOptionExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorPHIDExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorPHIDListExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorStringExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorStringListExportField.php +lib/php/phorge/src/infrastructure/export/field/PhabricatorURIExportField.php +lib/php/phorge/src/infrastructure/export/format/PhabricatorCSVExportFormat.php +lib/php/phorge/src/infrastructure/export/format/PhabricatorExcelExportFormat.php +lib/php/phorge/src/infrastructure/export/format/PhabricatorExportFormat.php +lib/php/phorge/src/infrastructure/export/format/PhabricatorJSONExportFormat.php +lib/php/phorge/src/infrastructure/export/format/PhabricatorTextExportFormat.php +lib/php/phorge/src/infrastructure/graph/DifferentialRevisionGraph.php +lib/php/phorge/src/infrastructure/graph/ManiphestTaskGraph.php +lib/php/phorge/src/infrastructure/graph/PhabricatorObjectGraph.php +lib/php/phorge/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php +lib/php/phorge/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementWorkflow.php +lib/php/phorge/src/infrastructure/internationalization/scope/PhabricatorLocaleScopeGuard.php +lib/php/phorge/src/infrastructure/internationalization/scope/__tests__/PhabricatorLocaleScopeGuardTestCase.php +lib/php/phorge/src/infrastructure/internationalization/translation/PhabricatorBritishEnglishTranslation.php +lib/php/phorge/src/infrastructure/internationalization/translation/PhabricatorEmojiTranslation.php +lib/php/phorge/src/infrastructure/internationalization/translation/PhabricatorPirateEnglishTranslation.php +lib/php/phorge/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php +lib/php/phorge/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php +lib/php/phorge/src/infrastructure/javelin/Javelin.php +lib/php/phorge/src/infrastructure/javelin/markup.php +lib/php/phorge/src/infrastructure/lint/linter/PhabricatorJavelinLinter.php +lib/php/phorge/src/infrastructure/lipsum/PhutilContextFreeGrammar.php +lib/php/phorge/src/infrastructure/lipsum/PhutilLipsumContextFreeGrammar.php +lib/php/phorge/src/infrastructure/lipsum/PhutilRealNameContextFreeGrammar.php +lib/php/phorge/src/infrastructure/lipsum/code/PhutilCLikeCodeSnippetContextFreeGrammar.php +lib/php/phorge/src/infrastructure/lipsum/code/PhutilCodeSnippetContextFreeGrammar.php +lib/php/phorge/src/infrastructure/lipsum/code/PhutilJavaCodeSnippetContextFreeGrammar.php +lib/php/phorge/src/infrastructure/lipsum/code/PhutilPHPCodeSnippetContextFreeGrammar.php +lib/php/phorge/src/infrastructure/log/PhabricatorAccessLog.php +lib/php/phorge/src/infrastructure/log/PhabricatorProtocolLog.php +lib/php/phorge/src/infrastructure/log/PhabricatorSSHLog.php +lib/php/phorge/src/infrastructure/management/PhabricatorManagementWorkflow.php +lib/php/phorge/src/infrastructure/markup/PhabricatorMarkupEngine.php +lib/php/phorge/src/infrastructure/markup/PhabricatorMarkupInterface.php +lib/php/phorge/src/infrastructure/markup/PhabricatorMarkupOneOff.php +lib/php/phorge/src/infrastructure/markup/PhabricatorMarkupPreviewController.php +lib/php/phorge/src/infrastructure/markup/PhabricatorSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/PhutilMarkupEngine.php +lib/php/phorge/src/infrastructure/markup/PhutilRemarkupBlockStorage.php +lib/php/phorge/src/infrastructure/markup/PhutilSafeHTML.php +lib/php/phorge/src/infrastructure/markup/PhutilSafeHTMLProducerInterface.php +lib/php/phorge/src/infrastructure/markup/__tests__/PhabricatorAnchorTestCase.php +lib/php/phorge/src/infrastructure/markup/__tests__/PhabricatorMarkupEngineTestCase.php +lib/php/phorge/src/infrastructure/markup/__tests__/PhutilMarkupTestCase.php +lib/php/phorge/src/infrastructure/markup/__tests__/PhutilSafeHTMLTestCase.php +lib/php/phorge/src/infrastructure/markup/__tests__/PhutilTranslatedHTMLTestCase.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupBlockInterpreter.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupCodeBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupDefaultBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupHeaderBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupHorizontalRuleBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupInlineBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupInterpreterBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupListBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupLiteralBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupNoteBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupQuotedBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupQuotesBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupReplyBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupSimpleTableBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupTableBlockRule.php +lib/php/phorge/src/infrastructure/markup/blockrule/PhutilRemarkupTestInterpreterRule.php +lib/php/phorge/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php +lib/php/phorge/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupAnchorRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupBoldRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupDelRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupDocumentLinkRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupEscapeRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupEvalRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupHighlightRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupHyperlinkEngineExtension.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupHyperlinkRef.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupHyperlinkRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupItalicRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupLinebreaksRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupMonospaceRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/markuprule/PhutilRemarkupUnderlineRule.php +lib/php/phorge/src/infrastructure/markup/remarkup/PhutilRemarkupEngine.php +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/PhutilRemarkupEngineTestCase.php +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/across-newlines.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/backticks-whitespace.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/block-then-list.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/code-block-whitespace.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/del.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/diff.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/disallowed-link.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/entities.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/header-skip.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/headers.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/highlight.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/horizonal-rule.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/important.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/interpreter-test.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/just-backticks.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/leading-newline.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-alternate.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-brackets.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-edge-cases.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-mailto.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-mixed.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-noreferrer.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-same-window.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-square.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-tel.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-with-angle-brackets.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-with-angle-link-anchor.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-with-link-anchor.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-with-punctuation.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link-with-tilde.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/link.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-alternate-style.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-blow-stack.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-checkboxes.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-crazystairs.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-first-style-wins.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-hash.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-header-last.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-header.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-mixed-styles.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-multi.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-multiline.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-nest.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-paragraphs.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-staircase.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-star.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-then-a-list.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list-vs-codeblock.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/list.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/monospaced-in-monospaced.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/monospaced-plural.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/monospaced.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/newline-then-block.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/note-multiline.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/note.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/ordered-list-with-numbers.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/percent-block-adjacent.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/percent-block-multiline.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/percent-block-oneline.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/percent-block-solo.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/percent-block-unterminated.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quoted-angry.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quoted-code-block.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quoted-indent-block.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quoted-lists.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quoted-paragraphs.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quoted-quote.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/quotes.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/raw-escape.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/reply-basic.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/reply-nested.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/simple-table-with-empty-row.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/simple-table-with-leading-space.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/simple-table-with-link.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/simple-table.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/simple.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/table-with-direct-content.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/table-with-leading-space.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/table-with-long-header.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/table.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/tick-block-flavored.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/tick-block-multi-flavored-comment.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/tick-block-multi-flavored-empty.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/tick-block-multi-flavored.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/tick-block-multi.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/tick-block.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/toc.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/trailing-whitespace-codeblock.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/underline.txt +lib/php/phorge/src/infrastructure/markup/remarkup/__tests__/remarkup/warning.txt +lib/php/phorge/src/infrastructure/markup/render.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorConfigRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorKeyboardRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorNavigationRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorRemarkupCustomBlockRule.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorRemarkupCustomInlineRule.php +lib/php/phorge/src/infrastructure/markup/rule/PhabricatorYoutubeRemarkupRule.php +lib/php/phorge/src/infrastructure/markup/syntax/engine/PhutilDefaultSyntaxHighlighterEngine.php +lib/php/phorge/src/infrastructure/markup/syntax/engine/PhutilSyntaxHighlighterEngine.php +lib/php/phorge/src/infrastructure/markup/syntax/engine/__tests__/PhutilDefaultSyntaxHighlighterEngineTestCase.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilConsoleSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilDefaultSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilDivinerSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilInvisibleSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilLexerSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilPygmentsSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilRainbowSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilSyntaxHighlighterException.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/PhutilXHPASTSyntaxHighlighter.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/PhutilJSONFragmentLexerHighlighterTestCase.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/PhutilPHPFragmentLexerHighlighterTestCase.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/PhutilXHPASTSyntaxHighlighterTestCase.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/data/jsonfragment/basics.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/data/jsonfragment/basics.test +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/abuse.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/abuse.test +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/basics.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/basics.test +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/leading-whitespace.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/leading-whitespace.test +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/no-leading-whitespace.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/no-leading-whitespace.test +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.source +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/leading-whitespace.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/leading-whitespace.source +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/multiline-token.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/multiline-token.source +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/no-leading-whitespace.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/no-leading-whitespace.source +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/trailing-comment.expect +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/__tests__/xhpast/trailing-comment.source +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/pygments/PhutilDefaultSyntaxHighlighterEnginePygmentsFuture.php +lib/php/phorge/src/infrastructure/markup/syntax/highlighter/xhpast/PhutilXHPASTSyntaxHighlighterFuture.php +lib/php/phorge/src/infrastructure/markup/view/PHUIRemarkupImageView.php +lib/php/phorge/src/infrastructure/markup/view/PHUIRemarkupView.php +lib/php/phorge/src/infrastructure/parser/PhutilPygmentizeParser.php +lib/php/phorge/src/infrastructure/parser/__tests__/PhutilPygmentizeParserTestCase.php +lib/php/phorge/src/infrastructure/query/PhabricatorOffsetPagedQuery.php +lib/php/phorge/src/infrastructure/query/PhabricatorQuery.php +lib/php/phorge/src/infrastructure/query/constraint/PhabricatorQueryConstraint.php +lib/php/phorge/src/infrastructure/query/exception/PhabricatorEmptyQueryException.php +lib/php/phorge/src/infrastructure/query/exception/PhabricatorInvalidQueryCursorException.php +lib/php/phorge/src/infrastructure/query/order/PhabricatorQueryOrderItem.php +lib/php/phorge/src/infrastructure/query/order/PhabricatorQueryOrderVector.php +lib/php/phorge/src/infrastructure/query/order/__tests__/PhabricatorQueryOrderTestCase.php +lib/php/phorge/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php +lib/php/phorge/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php +lib/php/phorge/src/infrastructure/query/policy/PhabricatorQueryCursor.php +lib/php/phorge/src/infrastructure/ssh/PhabricatorSSHPassthruCommand.php +lib/php/phorge/src/infrastructure/ssh/PhabricatorSSHWorkflow.php +lib/php/phorge/src/infrastructure/status/PhabricatorObjectStatus.php +lib/php/phorge/src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php +lib/php/phorge/src/infrastructure/storage/__tests__/AphrontMySQLDatabaseConnectionTestCase.php +lib/php/phorge/src/infrastructure/storage/__tests__/QueryFormattingTestCase.php +lib/php/phorge/src/infrastructure/storage/connection/AphrontDatabaseConnection.php +lib/php/phorge/src/infrastructure/storage/connection/AphrontDatabaseTransactionState.php +lib/php/phorge/src/infrastructure/storage/connection/AphrontIsolatedDatabaseConnection.php +lib/php/phorge/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php +lib/php/phorge/src/infrastructure/storage/connection/mysql/AphrontMySQLDatabaseConnection.php +lib/php/phorge/src/infrastructure/storage/connection/mysql/AphrontMySQLiDatabaseConnection.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontAccessDeniedQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontCharacterSetQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontConnectionLostQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontConnectionQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontCountQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontDeadlockQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontDuplicateKeyQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontInvalidCredentialsQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontLockTimeoutQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontNotSupportedQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontObjectMissingQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontParameterQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontQueryTimeoutQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontRecoverableQueryException.php +lib/php/phorge/src/infrastructure/storage/exception/AphrontSchemaQueryException.php +lib/php/phorge/src/infrastructure/storage/future/QueryFuture.php +lib/php/phorge/src/infrastructure/storage/lisk/LiskDAO.php +lib/php/phorge/src/infrastructure/storage/lisk/LiskEphemeralObjectException.php +lib/php/phorge/src/infrastructure/storage/lisk/LiskMigrationIterator.php +lib/php/phorge/src/infrastructure/storage/lisk/LiskRawMigrationIterator.php +lib/php/phorge/src/infrastructure/storage/lisk/PhabricatorDataNotAttachedException.php +lib/php/phorge/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php +lib/php/phorge/src/infrastructure/storage/lisk/PhabricatorLiskSerializer.php +lib/php/phorge/src/infrastructure/storage/lisk/PhabricatorQueryIterator.php +lib/php/phorge/src/infrastructure/storage/lisk/__tests__/LiskChunkTestCase.php +lib/php/phorge/src/infrastructure/storage/lisk/__tests__/LiskDAOTestCase.php +lib/php/phorge/src/infrastructure/storage/lisk/__tests__/LiskFixtureTestCase.php +lib/php/phorge/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php +lib/php/phorge/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestDAO.php +lib/php/phorge/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestDAOException.php +lib/php/phorge/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php +lib/php/phorge/src/infrastructure/storage/management/PhabricatorStoragePatch.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementAdjustWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementAnalyzeWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDatabasesWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDestroyWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDumpWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementOptimizeWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementPartitionWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementProbeWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementQuickstartWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementRenamespaceWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementShellWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementStatusWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementUpgradeWorkflow.php +lib/php/phorge/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php +lib/php/phorge/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php +lib/php/phorge/src/infrastructure/storage/patch/PhabricatorSQLPatchList.php +lib/php/phorge/src/infrastructure/storage/schema/PhabricatorStorageSchemaSpec.php +lib/php/phorge/src/infrastructure/storage/xsprintf/AphrontDatabaseTableRef.php +lib/php/phorge/src/infrastructure/storage/xsprintf/AphrontDatabaseTableRefInterface.php +lib/php/phorge/src/infrastructure/storage/xsprintf/PhutilQsprintfInterface.php +lib/php/phorge/src/infrastructure/storage/xsprintf/PhutilQueryString.php +lib/php/phorge/src/infrastructure/storage/xsprintf/qsprintf.php +lib/php/phorge/src/infrastructure/storage/xsprintf/queryfx.php +lib/php/phorge/src/infrastructure/syntax/PhabricatorDefaultSyntaxStyle.php +lib/php/phorge/src/infrastructure/syntax/PhabricatorSyntaxStyle.php +lib/php/phorge/src/infrastructure/testing/PhabricatorTestCase.php +lib/php/phorge/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php +lib/php/phorge/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php +lib/php/phorge/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php.bak +lib/php/phorge/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php.orig +lib/php/phorge/src/infrastructure/time/PhabricatorTime.php +lib/php/phorge/src/infrastructure/time/PhabricatorTimeGuard.php +lib/php/phorge/src/infrastructure/time/__tests__/PhabricatorTimeTestCase.php +lib/php/phorge/src/infrastructure/util/PhabricatorGlobalLock.php +lib/php/phorge/src/infrastructure/util/PhabricatorHash.php +lib/php/phorge/src/infrastructure/util/PhabricatorMetronome.php +lib/php/phorge/src/infrastructure/util/PhabricatorSSHKeyGenerator.php +lib/php/phorge/src/infrastructure/util/PhabricatorSlug.php +lib/php/phorge/src/infrastructure/util/__tests__/PhabricatorGlobalLockTestCase.php +lib/php/phorge/src/infrastructure/util/__tests__/PhabricatorHMACTestCase.php +lib/php/phorge/src/infrastructure/util/__tests__/PhabricatorHashTestCase.php +lib/php/phorge/src/infrastructure/util/__tests__/PhabricatorMetronomeTestCase.php +lib/php/phorge/src/infrastructure/util/__tests__/PhabricatorPreambleTestCase.php +lib/php/phorge/src/infrastructure/util/__tests__/PhabricatorSlugTestCase.php +lib/php/phorge/src/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php +lib/php/phorge/src/infrastructure/util/password/PhabricatorIteratedMD5PasswordHasher.php +lib/php/phorge/src/infrastructure/util/password/PhabricatorPasswordHasher.php +lib/php/phorge/src/infrastructure/util/password/PhabricatorPasswordHasherUnavailableException.php +lib/php/phorge/src/infrastructure/util/password/__tests__/PhabricatorIteratedMD5PasswordHasherTestCase.php +lib/php/phorge/src/infrastructure/util/password/__tests__/PhabricatorPasswordHasherTestCase.php +lib/php/phorge/src/view/AphrontAutoIDView.php +lib/php/phorge/src/view/AphrontDialogView.php +lib/php/phorge/src/view/AphrontJavelinView.php +lib/php/phorge/src/view/AphrontNullView.php +lib/php/phorge/src/view/AphrontTagView.php +lib/php/phorge/src/view/AphrontView.php +lib/php/phorge/src/view/__tests__/PhabricatorAphrontViewTestCase.php +lib/php/phorge/src/view/__tests__/PhabricatorLocalTimeTestCase.php +lib/php/phorge/src/view/__tests__/PhabricatorUnitsTestCase.php +lib/php/phorge/src/view/control/AphrontCursorPagerView.php +lib/php/phorge/src/view/control/AphrontTableView.php +lib/php/phorge/src/view/control/AphrontTokenizerTemplateView.php +lib/php/phorge/src/view/control/AphrontTypeaheadTemplateView.php +lib/php/phorge/src/view/control/PhabricatorObjectSelectorDialog.php +lib/php/phorge/src/view/extension/PHUICurtainExtension.php +lib/php/phorge/src/view/form/AphrontFormView.php +lib/php/phorge/src/view/form/PHUIFormInsetView.php +lib/php/phorge/src/view/form/PHUIFormLayoutView.php +lib/php/phorge/src/view/form/control/AphrontFormCheckboxControl.php +lib/php/phorge/src/view/form/control/AphrontFormControl.php +lib/php/phorge/src/view/form/control/AphrontFormDateControl.php +lib/php/phorge/src/view/form/control/AphrontFormDateControlValue.php +lib/php/phorge/src/view/form/control/AphrontFormDividerControl.php +lib/php/phorge/src/view/form/control/AphrontFormFileControl.php +lib/php/phorge/src/view/form/control/AphrontFormHandlesControl.php +lib/php/phorge/src/view/form/control/AphrontFormMarkupControl.php +lib/php/phorge/src/view/form/control/AphrontFormPasswordControl.php +lib/php/phorge/src/view/form/control/AphrontFormPolicyControl.php +lib/php/phorge/src/view/form/control/AphrontFormRadioButtonControl.php +lib/php/phorge/src/view/form/control/AphrontFormRecaptchaControl.php +lib/php/phorge/src/view/form/control/AphrontFormSelectControl.php +lib/php/phorge/src/view/form/control/AphrontFormStaticControl.php +lib/php/phorge/src/view/form/control/AphrontFormSubmitControl.php +lib/php/phorge/src/view/form/control/AphrontFormTextAreaControl.php +lib/php/phorge/src/view/form/control/AphrontFormTextControl.php +lib/php/phorge/src/view/form/control/AphrontFormTextWithSubmitControl.php +lib/php/phorge/src/view/form/control/AphrontFormTokenizerControl.php +lib/php/phorge/src/view/form/control/AphrontFormTypeaheadControl.php +lib/php/phorge/src/view/form/control/PHUIFormDividerControl.php +lib/php/phorge/src/view/form/control/PHUIFormFileControl.php +lib/php/phorge/src/view/form/control/PHUIFormFreeformDateControl.php +lib/php/phorge/src/view/form/control/PHUIFormIconSetControl.php +lib/php/phorge/src/view/form/control/PHUIFormNumberControl.php +lib/php/phorge/src/view/form/control/PHUIFormTimerControl.php +lib/php/phorge/src/view/form/control/PhabricatorRemarkupControl.php +lib/php/phorge/src/view/formation/PHUIFormationColumnDynamicView.php +lib/php/phorge/src/view/formation/PHUIFormationColumnItem.php +lib/php/phorge/src/view/formation/PHUIFormationColumnView.php +lib/php/phorge/src/view/formation/PHUIFormationContentView.php +lib/php/phorge/src/view/formation/PHUIFormationExpanderView.php +lib/php/phorge/src/view/formation/PHUIFormationFlankView.php +lib/php/phorge/src/view/formation/PHUIFormationResizerView.php +lib/php/phorge/src/view/formation/PHUIFormationView.php +lib/php/phorge/src/view/fuel/FuelComponentView.php +lib/php/phorge/src/view/fuel/FuelGridCellView.php +lib/php/phorge/src/view/fuel/FuelGridRowView.php +lib/php/phorge/src/view/fuel/FuelGridView.php +lib/php/phorge/src/view/fuel/FuelHandleListItemView.php +lib/php/phorge/src/view/fuel/FuelHandleListView.php +lib/php/phorge/src/view/fuel/FuelMapItemView.php +lib/php/phorge/src/view/fuel/FuelMapView.php +lib/php/phorge/src/view/fuel/FuelMenuItemView.php +lib/php/phorge/src/view/fuel/FuelMenuView.php +lib/php/phorge/src/view/fuel/FuelView.php +lib/php/phorge/src/view/layout/AphrontListFilterView.php +lib/php/phorge/src/view/layout/AphrontMoreView.php +lib/php/phorge/src/view/layout/AphrontMultiColumnView.php +lib/php/phorge/src/view/layout/AphrontSideNavFilterView.php +lib/php/phorge/src/view/layout/PHUIApplicationMenuView.php +lib/php/phorge/src/view/layout/PHUICurtainPanelView.php +lib/php/phorge/src/view/layout/PHUICurtainView.php +lib/php/phorge/src/view/layout/PhabricatorActionListView.php +lib/php/phorge/src/view/layout/PhabricatorActionView.php +lib/php/phorge/src/view/layout/PhabricatorAnchorView.php +lib/php/phorge/src/view/layout/PhabricatorFileLinkView.php +lib/php/phorge/src/view/layout/PhabricatorSourceCodeView.php +lib/php/phorge/src/view/layout/__tests__/PHUIListViewTestCase.php +lib/php/phorge/src/view/page/AphrontPageView.php +lib/php/phorge/src/view/page/PhabricatorBarePageView.php +lib/php/phorge/src/view/page/PhabricatorStandardPageView.php +lib/php/phorge/src/view/page/menu/PhabricatorMainMenuBarExtension.php +lib/php/phorge/src/view/page/menu/PhabricatorMainMenuSearchView.php +lib/php/phorge/src/view/page/menu/PhabricatorMainMenuView.php +lib/php/phorge/src/view/phui/PHUI.php +lib/php/phorge/src/view/phui/PHUIActionPanelView.php +lib/php/phorge/src/view/phui/PHUIBadgeBoxView.php +lib/php/phorge/src/view/phui/PHUIBadgeMiniView.php +lib/php/phorge/src/view/phui/PHUIBadgeView.php +lib/php/phorge/src/view/phui/PHUIBigInfoView.php +lib/php/phorge/src/view/phui/PHUIBoxView.php +lib/php/phorge/src/view/phui/PHUIButtonBarView.php +lib/php/phorge/src/view/phui/PHUIButtonView.php +lib/php/phorge/src/view/phui/PHUICMSView.php +lib/php/phorge/src/view/phui/PHUIColor.php +lib/php/phorge/src/view/phui/PHUICrumbView.php +lib/php/phorge/src/view/phui/PHUICrumbsView.php +lib/php/phorge/src/view/phui/PHUICurtainObjectRefListView.php +lib/php/phorge/src/view/phui/PHUICurtainObjectRefView.php +lib/php/phorge/src/view/phui/PHUIDocumentSummaryView.php +lib/php/phorge/src/view/phui/PHUIDocumentView.php +lib/php/phorge/src/view/phui/PHUIFeedStoryView.php +lib/php/phorge/src/view/phui/PHUIHeadThingView.php +lib/php/phorge/src/view/phui/PHUIHeaderView.php +lib/php/phorge/src/view/phui/PHUIHovercardView.php +lib/php/phorge/src/view/phui/PHUIIconCircleView.php +lib/php/phorge/src/view/phui/PHUIIconView.php +lib/php/phorge/src/view/phui/PHUIImageMaskView.php +lib/php/phorge/src/view/phui/PHUIInfoView.php +lib/php/phorge/src/view/phui/PHUIInvisibleCharacterView.php +lib/php/phorge/src/view/phui/PHUILauncherView.php +lib/php/phorge/src/view/phui/PHUILeftRightView.php +lib/php/phorge/src/view/phui/PHUILinkView.php +lib/php/phorge/src/view/phui/PHUIListItemView.php +lib/php/phorge/src/view/phui/PHUIListView.php +lib/php/phorge/src/view/phui/PHUIObjectBoxView.php +lib/php/phorge/src/view/phui/PHUIObjectItemListView.php +lib/php/phorge/src/view/phui/PHUIObjectItemView.php +lib/php/phorge/src/view/phui/PHUIPagerView.php +lib/php/phorge/src/view/phui/PHUIPinboardItemView.php +lib/php/phorge/src/view/phui/PHUIPinboardView.php +lib/php/phorge/src/view/phui/PHUIPropertyGroupView.php +lib/php/phorge/src/view/phui/PHUIPropertyListView.php +lib/php/phorge/src/view/phui/PHUIRemarkupPreviewPanel.php +lib/php/phorge/src/view/phui/PHUISegmentBarSegmentView.php +lib/php/phorge/src/view/phui/PHUISegmentBarView.php +lib/php/phorge/src/view/phui/PHUIStatusItemView.php +lib/php/phorge/src/view/phui/PHUIStatusListView.php +lib/php/phorge/src/view/phui/PHUITabGroupView.php +lib/php/phorge/src/view/phui/PHUITabView.php +lib/php/phorge/src/view/phui/PHUITagView.php +lib/php/phorge/src/view/phui/PHUITimelineEventView.php +lib/php/phorge/src/view/phui/PHUITimelineView.php +lib/php/phorge/src/view/phui/PHUITwoColumnView.php +lib/php/phorge/src/view/phui/PHUIWorkboardView.php +lib/php/phorge/src/view/phui/PHUIWorkpanelView.php +lib/php/phorge/src/view/phui/__tests__/PHUIInvisibleCharacterTestCase.php +lib/php/phorge/src/view/phui/calendar/PHUICalendarDayView.php +lib/php/phorge/src/view/phui/calendar/PHUICalendarListView.php +lib/php/phorge/src/view/phui/calendar/PHUICalendarMonthView.php +lib/php/phorge/src/view/phui/calendar/PHUICalendarWeekView.php +lib/php/phorge/src/view/phui/calendar/PHUICalendarWidgetView.php +lib/php/phorge/src/view/viewutils.php +lib/php/phorge/src/view/widget/AphrontKeyboardShortcutsAvailableView.php +lib/php/phorge/src/view/widget/AphrontStackTraceView.php +lib/php/phorge/src/view/widget/bars/AphrontBarView.php +lib/php/phorge/src/view/widget/bars/AphrontGlyphBarView.php +lib/php/phorge/src/view/widget/bars/AphrontProgressBarView.php +lib/php/phorge/support/aphlict/server/aphlict_launcher.php +lib/php/phorge/support/aphlict/server/aphlict_server.js +lib/php/phorge/support/aphlict/server/lib/AphlictAdminServer.js +lib/php/phorge/support/aphlict/server/lib/AphlictClientServer.js +lib/php/phorge/support/aphlict/server/lib/AphlictListener.js +lib/php/phorge/support/aphlict/server/lib/AphlictListenerList.js +lib/php/phorge/support/aphlict/server/lib/AphlictLog.js +lib/php/phorge/support/aphlict/server/lib/AphlictPeer.js +lib/php/phorge/support/aphlict/server/lib/AphlictPeerList.js +lib/php/phorge/support/aphlict/server/lib/javelin.js +lib/php/phorge/support/aphlict/server/package-lock.json +lib/php/phorge/support/aphlict/server/package.json +lib/php/phorge/support/bin/README +lib/php/phorge/support/empty/README +lib/php/phorge/support/lint/browser.jshintrc +lib/php/phorge/support/lint/node.jshintrc +lib/php/phorge/support/phame/libskin.php +lib/php/phorge/support/startup/PhabricatorClientConnectionLimit.php +lib/php/phorge/support/startup/PhabricatorClientLimit.php +lib/php/phorge/support/startup/PhabricatorClientRateLimit.php +lib/php/phorge/support/startup/PhabricatorStartup.php +lib/php/phorge/support/startup/__tests__/PreambleUtilsTestCase.php +lib/php/phorge/support/startup/preamble-utils.php +lib/php/phorge/webroot/index.php +lib/php/phorge/webroot/rsrc/audio/basic/alert.mp3 +lib/php/phorge/webroot/rsrc/audio/basic/bing.mp3 +lib/php/phorge/webroot/rsrc/audio/basic/coin.license.txt +lib/php/phorge/webroot/rsrc/audio/basic/coin.mp3 +lib/php/phorge/webroot/rsrc/audio/basic/pock.mp3 +lib/php/phorge/webroot/rsrc/audio/basic/tap.mp3 +lib/php/phorge/webroot/rsrc/audio/basic/ting.mp3 +lib/php/phorge/webroot/rsrc/css/aphront/aphront-bars.css +lib/php/phorge/webroot/rsrc/css/aphront/dark-console.css +lib/php/phorge/webroot/rsrc/css/aphront/dialog-view.css +lib/php/phorge/webroot/rsrc/css/aphront/list-filter-view.css +lib/php/phorge/webroot/rsrc/css/aphront/multi-column.css +lib/php/phorge/webroot/rsrc/css/aphront/notification.css +lib/php/phorge/webroot/rsrc/css/aphront/panel-view.css +lib/php/phorge/webroot/rsrc/css/aphront/phabricator-nav-view.css +lib/php/phorge/webroot/rsrc/css/aphront/table-view.css +lib/php/phorge/webroot/rsrc/css/aphront/tokenizer.css +lib/php/phorge/webroot/rsrc/css/aphront/tooltip.css +lib/php/phorge/webroot/rsrc/css/aphront/typeahead-browse.css +lib/php/phorge/webroot/rsrc/css/aphront/typeahead.css +lib/php/phorge/webroot/rsrc/css/application/almanac/almanac.css +lib/php/phorge/webroot/rsrc/css/application/auth/auth.css +lib/php/phorge/webroot/rsrc/css/application/base/main-menu-view.css +lib/php/phorge/webroot/rsrc/css/application/base/notification-menu.css +lib/php/phorge/webroot/rsrc/css/application/base/phui-theme.css +lib/php/phorge/webroot/rsrc/css/application/base/standard-page-view.css +lib/php/phorge/webroot/rsrc/css/application/conduit/conduit-api.css +lib/php/phorge/webroot/rsrc/css/application/config/config-options.css +lib/php/phorge/webroot/rsrc/css/application/config/config-template.css +lib/php/phorge/webroot/rsrc/css/application/config/setup-issue.css +lib/php/phorge/webroot/rsrc/css/application/config/unhandled-exception.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/color.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/durable-column.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/header-pane.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/menu.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/message-pane.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/notification.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/participant-pane.css +lib/php/phorge/webroot/rsrc/css/application/conpherence/transaction.css +lib/php/phorge/webroot/rsrc/css/application/contentsource/content-source-view.css +lib/php/phorge/webroot/rsrc/css/application/countdown/timer.css +lib/php/phorge/webroot/rsrc/css/application/daemon/bulk-job.css +lib/php/phorge/webroot/rsrc/css/application/dashboard/dashboard.css +lib/php/phorge/webroot/rsrc/css/application/diff/diff-tree-view.css +lib/php/phorge/webroot/rsrc/css/application/diff/inline-comment-summary.css +lib/php/phorge/webroot/rsrc/css/application/differential/add-comment.css +lib/php/phorge/webroot/rsrc/css/application/differential/changeset-view.css +lib/php/phorge/webroot/rsrc/css/application/differential/core.css +lib/php/phorge/webroot/rsrc/css/application/differential/phui-inline-comment.css +lib/php/phorge/webroot/rsrc/css/application/differential/revision-comment.css +lib/php/phorge/webroot/rsrc/css/application/differential/revision-history.css +lib/php/phorge/webroot/rsrc/css/application/differential/revision-list.css +lib/php/phorge/webroot/rsrc/css/application/differential/table-of-contents.css +lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion-icons.css +lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion-readme.css +lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion-repository.css +lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion.css +lib/php/phorge/webroot/rsrc/css/application/feed/feed.css +lib/php/phorge/webroot/rsrc/css/application/files/global-drag-and-drop.css +lib/php/phorge/webroot/rsrc/css/application/flag/flag.css +lib/php/phorge/webroot/rsrc/css/application/harbormaster/harbormaster.css +lib/php/phorge/webroot/rsrc/css/application/herald/herald-test.css +lib/php/phorge/webroot/rsrc/css/application/herald/herald.css +lib/php/phorge/webroot/rsrc/css/application/maniphest/report.css +lib/php/phorge/webroot/rsrc/css/application/maniphest/task-edit.css +lib/php/phorge/webroot/rsrc/css/application/maniphest/task-summary.css +lib/php/phorge/webroot/rsrc/css/application/objectselector/object-selector.css +lib/php/phorge/webroot/rsrc/css/application/owners/owners-path-editor.css +lib/php/phorge/webroot/rsrc/css/application/paste/paste.css +lib/php/phorge/webroot/rsrc/css/application/people/people-picture-menu-item.css +lib/php/phorge/webroot/rsrc/css/application/people/people-profile.css +lib/php/phorge/webroot/rsrc/css/application/phame/phame.css +lib/php/phorge/webroot/rsrc/css/application/pholio/pholio-edit.css +lib/php/phorge/webroot/rsrc/css/application/pholio/pholio-inline-comments.css +lib/php/phorge/webroot/rsrc/css/application/pholio/pholio.css +lib/php/phorge/webroot/rsrc/css/application/phortune/phortune-credit-card-form.css +lib/php/phorge/webroot/rsrc/css/application/phortune/phortune-invoice.css +lib/php/phorge/webroot/rsrc/css/application/phortune/phortune.css +lib/php/phorge/webroot/rsrc/css/application/phrequent/phrequent.css +lib/php/phorge/webroot/rsrc/css/application/phriction/phriction-document-css.css +lib/php/phorge/webroot/rsrc/css/application/policy/policy-edit.css +lib/php/phorge/webroot/rsrc/css/application/policy/policy-transaction-detail.css +lib/php/phorge/webroot/rsrc/css/application/policy/policy.css +lib/php/phorge/webroot/rsrc/css/application/ponder/ponder-view.css +lib/php/phorge/webroot/rsrc/css/application/project/project-card-view.css +lib/php/phorge/webroot/rsrc/css/application/project/project-triggers.css +lib/php/phorge/webroot/rsrc/css/application/project/project-view.css +lib/php/phorge/webroot/rsrc/css/application/search/application-search-view.css +lib/php/phorge/webroot/rsrc/css/application/search/search-results.css +lib/php/phorge/webroot/rsrc/css/application/slowvote/slowvote.css +lib/php/phorge/webroot/rsrc/css/application/tokens/tokens.css +lib/php/phorge/webroot/rsrc/css/application/uiexample/example.css +lib/php/phorge/webroot/rsrc/css/core/core.css +lib/php/phorge/webroot/rsrc/css/core/remarkup.css +lib/php/phorge/webroot/rsrc/css/core/syntax.css +lib/php/phorge/webroot/rsrc/css/core/z-index.css +lib/php/phorge/webroot/rsrc/css/diviner/diviner-shared.css +lib/php/phorge/webroot/rsrc/css/font/font-awesome.css +lib/php/phorge/webroot/rsrc/css/font/font-lato.css +lib/php/phorge/webroot/rsrc/css/font/phui-font-icon-base.css +lib/php/phorge/webroot/rsrc/css/fuel/fuel-grid.css +lib/php/phorge/webroot/rsrc/css/fuel/fuel-handle-list.css +lib/php/phorge/webroot/rsrc/css/fuel/fuel-map.css +lib/php/phorge/webroot/rsrc/css/fuel/fuel-menu.css +lib/php/phorge/webroot/rsrc/css/layout/phabricator-source-code-view.css +lib/php/phorge/webroot/rsrc/css/phui/button/phui-button-bar.css +lib/php/phorge/webroot/rsrc/css/phui/button/phui-button-simple.css +lib/php/phorge/webroot/rsrc/css/phui/button/phui-button.css +lib/php/phorge/webroot/rsrc/css/phui/calendar/phui-calendar-day.css +lib/php/phorge/webroot/rsrc/css/phui/calendar/phui-calendar-list.css +lib/php/phorge/webroot/rsrc/css/phui/calendar/phui-calendar-month.css +lib/php/phorge/webroot/rsrc/css/phui/calendar/phui-calendar.css +lib/php/phorge/webroot/rsrc/css/phui/object-item/phui-oi-big-ui.css +lib/php/phorge/webroot/rsrc/css/phui/object-item/phui-oi-color.css +lib/php/phorge/webroot/rsrc/css/phui/object-item/phui-oi-drag-ui.css +lib/php/phorge/webroot/rsrc/css/phui/object-item/phui-oi-flush-ui.css +lib/php/phorge/webroot/rsrc/css/phui/object-item/phui-oi-list-view.css +lib/php/phorge/webroot/rsrc/css/phui/object-item/phui-oi-simple-ui.css +lib/php/phorge/webroot/rsrc/css/phui/phui-action-list.css +lib/php/phorge/webroot/rsrc/css/phui/phui-action-panel.css +lib/php/phorge/webroot/rsrc/css/phui/phui-badge.css +lib/php/phorge/webroot/rsrc/css/phui/phui-basic-nav-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-big-info-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-box.css +lib/php/phorge/webroot/rsrc/css/phui/phui-bulk-editor.css +lib/php/phorge/webroot/rsrc/css/phui/phui-chart.css +lib/php/phorge/webroot/rsrc/css/phui/phui-cms.css +lib/php/phorge/webroot/rsrc/css/phui/phui-comment-form.css +lib/php/phorge/webroot/rsrc/css/phui/phui-comment-panel.css +lib/php/phorge/webroot/rsrc/css/phui/phui-crumbs-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-curtain-object-ref-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-curtain-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-document-pro.css +lib/php/phorge/webroot/rsrc/css/phui/phui-document-summary.css +lib/php/phorge/webroot/rsrc/css/phui/phui-document.css +lib/php/phorge/webroot/rsrc/css/phui/phui-feed-story.css +lib/php/phorge/webroot/rsrc/css/phui/phui-fontkit.css +lib/php/phorge/webroot/rsrc/css/phui/phui-form-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-form.css +lib/php/phorge/webroot/rsrc/css/phui/phui-formation-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-head-thing.css +lib/php/phorge/webroot/rsrc/css/phui/phui-header-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-hovercard.css +lib/php/phorge/webroot/rsrc/css/phui/phui-icon-set-selector.css +lib/php/phorge/webroot/rsrc/css/phui/phui-icon.css +lib/php/phorge/webroot/rsrc/css/phui/phui-image-mask.css +lib/php/phorge/webroot/rsrc/css/phui/phui-info-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-invisible-character-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-left-right.css +lib/php/phorge/webroot/rsrc/css/phui/phui-lightbox.css +lib/php/phorge/webroot/rsrc/css/phui/phui-list.css +lib/php/phorge/webroot/rsrc/css/phui/phui-object-box.css +lib/php/phorge/webroot/rsrc/css/phui/phui-pager.css +lib/php/phorge/webroot/rsrc/css/phui/phui-pinboard-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-policy-section-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-property-list-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-remarkup-preview.css +lib/php/phorge/webroot/rsrc/css/phui/phui-segment-bar-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-spacing.css +lib/php/phorge/webroot/rsrc/css/phui/phui-status.css +lib/php/phorge/webroot/rsrc/css/phui/phui-tag-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-timeline-view.css +lib/php/phorge/webroot/rsrc/css/phui/phui-two-column-view.css +lib/php/phorge/webroot/rsrc/css/phui/workboards/phui-workboard-color.css +lib/php/phorge/webroot/rsrc/css/phui/workboards/phui-workboard.css +lib/php/phorge/webroot/rsrc/css/phui/workboards/phui-workcard.css +lib/php/phorge/webroot/rsrc/css/phui/workboards/phui-workpanel.css +lib/php/phorge/webroot/rsrc/css/sprite-login.css +lib/php/phorge/webroot/rsrc/css/sprite-tokens.css +lib/php/phorge/webroot/rsrc/css/syntax/syntax-default.css +lib/php/phorge/webroot/rsrc/externals/d3/LICENSE +lib/php/phorge/webroot/rsrc/externals/d3/README.md +lib/php/phorge/webroot/rsrc/externals/d3/d3.min.js +lib/php/phorge/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.eot +lib/php/phorge/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf +lib/php/phorge/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff +lib/php/phorge/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2 +lib/php/phorge/webroot/rsrc/externals/font/lato/LICENSE.txt +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bold.eot +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bold.svg +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bold.ttf +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bold.woff +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bold.woff2 +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bolditalic.eot +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bolditalic.svg +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bolditalic.ttf +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bolditalic.woff +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-bolditalic.woff2 +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-italic.eot +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-italic.svg +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-italic.ttf +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-italic.woff +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-italic.woff2 +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-regular.eot +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-regular.svg +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-regular.ttf +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-regular.woff +lib/php/phorge/webroot/rsrc/externals/font/lato/lato-regular.woff2 +lib/php/phorge/webroot/rsrc/externals/javelin/LICENSE +lib/php/phorge/webroot/rsrc/externals/javelin/README +lib/php/phorge/webroot/rsrc/externals/javelin/core/Event.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/Stratcom.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/__tests__/event-stop-and-kill.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/__tests__/install.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/__tests__/stratcom.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/__tests__/util.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/init.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/init_node.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/install.js +lib/php/phorge/webroot/rsrc/externals/javelin/core/util.js +lib/php/phorge/webroot/rsrc/externals/javelin/docs/Base.js +lib/php/phorge/webroot/rsrc/externals/javelin/docs/concepts/behaviors.diviner +lib/php/phorge/webroot/rsrc/externals/javelin/docs/concepts/event_delegation.diviner +lib/php/phorge/webroot/rsrc/externals/javelin/docs/concepts/sigils_metadata.diviner +lib/php/phorge/webroot/rsrc/externals/javelin/docs/javelin.book +lib/php/phorge/webroot/rsrc/externals/javelin/docs/onload.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/fx/Color.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/fx/FX.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/reactor/core/DynVal.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/reactor/core/Reactor.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/reactor/core/ReactorNode.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/reactor/core/ReactorNodeCalmer.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/reactor/dom/RDOM.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/HTMLView.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/View.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/ViewInterpreter.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/ViewPlaceholder.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/ViewRenderer.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/ViewVisitor.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/__tests__/HTMLView.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/__tests__/View.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/__tests__/ViewInterpreter.js +lib/php/phorge/webroot/rsrc/externals/javelin/ext/view/__tests__/ViewRenderer.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Cookie.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/DOM.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/History.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/JSON.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Leader.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Mask.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Quicksand.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Request.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Resource.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Routable.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Router.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Scrollbar.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Sound.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/URI.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Vector.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/WebSocket.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/Workflow.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/__tests__/Cookie.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/__tests__/DOM.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/__tests__/JSON.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/__tests__/URI.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/__tests__/behavior.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/behavior.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/tokenizer/Tokenizer.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/Typeahead.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/normalizer/TypeaheadNormalizer.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadCompositeSource.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadOnDemandSource.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadPreloadedSource.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadSource.js +lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadStaticSource.js +lib/php/phorge/webroot/rsrc/favicons/favicon-16x16.png +lib/php/phorge/webroot/rsrc/favicons/mask-icon.svg +lib/php/phorge/webroot/rsrc/image/BFCFDA.png +lib/php/phorge/webroot/rsrc/image/actions/edit.png +lib/php/phorge/webroot/rsrc/image/avatar.png +lib/php/phorge/webroot/rsrc/image/checker_dark.png +lib/php/phorge/webroot/rsrc/image/checker_light.png +lib/php/phorge/webroot/rsrc/image/checker_lighter.png +lib/php/phorge/webroot/rsrc/image/chevron-in.png +lib/php/phorge/webroot/rsrc/image/chevron-out.png +lib/php/phorge/webroot/rsrc/image/controls/checkbox-checked.png +lib/php/phorge/webroot/rsrc/image/controls/checkbox-unchecked.png +lib/php/phorge/webroot/rsrc/image/d5d8e1.png +lib/php/phorge/webroot/rsrc/image/darkload.gif +lib/php/phorge/webroot/rsrc/image/divot.png +lib/php/phorge/webroot/rsrc/image/examples/hero.png +lib/php/phorge/webroot/rsrc/image/grippy_texture.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/README +lib/php/phorge/webroot/rsrc/image/icon/fatcow/arrow_branch.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/arrow_merge.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/calendar_edit.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/document_black.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_blue.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_finish.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_ghost.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_green.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_orange.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_pink.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_purple.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_red.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_yellow.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/key_question.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/link.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/page_white_edit.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/page_white_put.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/conduit.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/email.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/fax.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/mobile.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/tablet.png +lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/web.png +lib/php/phorge/webroot/rsrc/image/icon/subscribe.png +lib/php/phorge/webroot/rsrc/image/icon/tango/README +lib/php/phorge/webroot/rsrc/image/icon/tango/attachment.png +lib/php/phorge/webroot/rsrc/image/icon/tango/edit.png +lib/php/phorge/webroot/rsrc/image/icon/tango/go-down.png +lib/php/phorge/webroot/rsrc/image/icon/tango/log.png +lib/php/phorge/webroot/rsrc/image/icon/tango/upload.png +lib/php/phorge/webroot/rsrc/image/icon/unsubscribe.png +lib/php/phorge/webroot/rsrc/image/lightblue-header.png +lib/php/phorge/webroot/rsrc/image/logo/project-logo.png +lib/php/phorge/webroot/rsrc/image/main_texture.png +lib/php/phorge/webroot/rsrc/image/menu_texture.png +lib/php/phorge/webroot/rsrc/image/people/harding.png +lib/php/phorge/webroot/rsrc/image/people/jefferson.png +lib/php/phorge/webroot/rsrc/image/people/lincoln.png +lib/php/phorge/webroot/rsrc/image/people/mckinley.png +lib/php/phorge/webroot/rsrc/image/people/taft.png +lib/php/phorge/webroot/rsrc/image/people/user0.png +lib/php/phorge/webroot/rsrc/image/people/user1.png +lib/php/phorge/webroot/rsrc/image/people/user2.png +lib/php/phorge/webroot/rsrc/image/people/user3.png +lib/php/phorge/webroot/rsrc/image/people/user4.png +lib/php/phorge/webroot/rsrc/image/people/user5.png +lib/php/phorge/webroot/rsrc/image/people/user6.png +lib/php/phorge/webroot/rsrc/image/people/user7.png +lib/php/phorge/webroot/rsrc/image/people/user8.png +lib/php/phorge/webroot/rsrc/image/people/user9.png +lib/php/phorge/webroot/rsrc/image/people/washington.png +lib/php/phorge/webroot/rsrc/image/phrequent_active.png +lib/php/phorge/webroot/rsrc/image/phrequent_inactive.png +lib/php/phorge/webroot/rsrc/image/resize.png +lib/php/phorge/webroot/rsrc/image/sprite-login-X2.png +lib/php/phorge/webroot/rsrc/image/sprite-login.png +lib/php/phorge/webroot/rsrc/image/sprite-tokens-X2.png +lib/php/phorge/webroot/rsrc/image/sprite-tokens.png +lib/php/phorge/webroot/rsrc/image/texture/card-gradient.png +lib/php/phorge/webroot/rsrc/image/texture/dark-menu-hover.png +lib/php/phorge/webroot/rsrc/image/texture/dark-menu.png +lib/php/phorge/webroot/rsrc/image/texture/dust_background.jpeg +lib/php/phorge/webroot/rsrc/image/texture/grip.png +lib/php/phorge/webroot/rsrc/image/texture/panel-header-gradient.png +lib/php/phorge/webroot/rsrc/image/texture/phlnx-bg.png +lib/php/phorge/webroot/rsrc/image/texture/pholio-background.gif +lib/php/phorge/webroot/rsrc/image/texture/table_header.png +lib/php/phorge/webroot/rsrc/image/texture/table_header_hover.png +lib/php/phorge/webroot/rsrc/image/texture/table_header_tall.png +lib/php/phorge/webroot/rsrc/js/application/aphlict/Aphlict.js +lib/php/phorge/webroot/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js +lib/php/phorge/webroot/rsrc/js/application/aphlict/behavior-aphlict-listen.js +lib/php/phorge/webroot/rsrc/js/application/aphlict/behavior-aphlict-status.js +lib/php/phorge/webroot/rsrc/js/application/aphlict/behavior-desktop-notifications-control.js +lib/php/phorge/webroot/rsrc/js/application/calendar/behavior-day-view.js +lib/php/phorge/webroot/rsrc/js/application/calendar/behavior-event-all-day.js +lib/php/phorge/webroot/rsrc/js/application/calendar/behavior-month-view.js +lib/php/phorge/webroot/rsrc/js/application/config/behavior-reorder-fields.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/ConpherenceThreadManager.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-conpherence-search.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-durable-column.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-menu.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-participant-pane.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-pontificate.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-quicksand-blacklist.js +lib/php/phorge/webroot/rsrc/js/application/conpherence/behavior-toggle-widget.js +lib/php/phorge/webroot/rsrc/js/application/countdown/timer.js +lib/php/phorge/webroot/rsrc/js/application/daemon/behavior-bulk-job-reload.js +lib/php/phorge/webroot/rsrc/js/application/dashboard/behavior-dashboard-async-panel.js +lib/php/phorge/webroot/rsrc/js/application/dashboard/behavior-dashboard-move-panels.js +lib/php/phorge/webroot/rsrc/js/application/dashboard/behavior-dashboard-query-panel-select.js +lib/php/phorge/webroot/rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js +lib/php/phorge/webroot/rsrc/js/application/diff/DiffChangeset.js +lib/php/phorge/webroot/rsrc/js/application/diff/DiffChangesetList.js +lib/php/phorge/webroot/rsrc/js/application/diff/DiffInline.js +lib/php/phorge/webroot/rsrc/js/application/diff/DiffInlineContentState.js +lib/php/phorge/webroot/rsrc/js/application/diff/DiffPathView.js +lib/php/phorge/webroot/rsrc/js/application/diff/DiffTreeView.js +lib/php/phorge/webroot/rsrc/js/application/differential/behavior-diff-radios.js +lib/php/phorge/webroot/rsrc/js/application/differential/behavior-populate.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/DiffusionLocateFileSource.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/ExternalEditorLinkEngine.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/behavior-audit-preview.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/behavior-commit-branches.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/behavior-commit-graph.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/behavior-locate-file.js +lib/php/phorge/webroot/rsrc/js/application/diffusion/behavior-pull-lastmodified.js +lib/php/phorge/webroot/rsrc/js/application/doorkeeper/behavior-doorkeeper-tag.js +lib/php/phorge/webroot/rsrc/js/application/drydock/drydock-live-operation-status.js +lib/php/phorge/webroot/rsrc/js/application/fact/Chart.js +lib/php/phorge/webroot/rsrc/js/application/fact/ChartCurtainView.js +lib/php/phorge/webroot/rsrc/js/application/fact/ChartFunctionLabel.js +lib/php/phorge/webroot/rsrc/js/application/files/behavior-document-engine.js +lib/php/phorge/webroot/rsrc/js/application/files/behavior-icon-composer.js +lib/php/phorge/webroot/rsrc/js/application/files/behavior-launch-icon-composer.js +lib/php/phorge/webroot/rsrc/js/application/harbormaster/behavior-harbormaster-log.js +lib/php/phorge/webroot/rsrc/js/application/herald/HeraldRuleEditor.js +lib/php/phorge/webroot/rsrc/js/application/herald/PathTypeahead.js +lib/php/phorge/webroot/rsrc/js/application/herald/herald-rule-editor.js +lib/php/phorge/webroot/rsrc/js/application/maniphest/behavior-batch-selector.js +lib/php/phorge/webroot/rsrc/js/application/maniphest/behavior-line-chart.js +lib/php/phorge/webroot/rsrc/js/application/maniphest/behavior-list-edit.js +lib/php/phorge/webroot/rsrc/js/application/owners/OwnersPathEditor.js +lib/php/phorge/webroot/rsrc/js/application/owners/owners-path-editor.js +lib/php/phorge/webroot/rsrc/js/application/passphrase/passphrase-credential-control.js +lib/php/phorge/webroot/rsrc/js/application/pholio/behavior-pholio-mock-edit.js +lib/php/phorge/webroot/rsrc/js/application/pholio/behavior-pholio-mock-view.js +lib/php/phorge/webroot/rsrc/js/application/phortune/behavior-stripe-payment-form.js +lib/php/phorge/webroot/rsrc/js/application/phortune/behavior-test-payment-form.js +lib/php/phorge/webroot/rsrc/js/application/phortune/phortune-credit-card-form.js +lib/php/phorge/webroot/rsrc/js/application/policy/behavior-policy-control.js +lib/php/phorge/webroot/rsrc/js/application/policy/behavior-policy-rule-editor.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardBoard.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardCard.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardCardTemplate.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardColumn.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardController.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardDropEffect.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardHeader.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardHeaderTemplate.js +lib/php/phorge/webroot/rsrc/js/application/projects/WorkboardOrderTemplate.js +lib/php/phorge/webroot/rsrc/js/application/projects/behavior-project-boards.js +lib/php/phorge/webroot/rsrc/js/application/projects/behavior-project-create.js +lib/php/phorge/webroot/rsrc/js/application/projects/behavior-reorder-columns.js +lib/php/phorge/webroot/rsrc/js/application/repository/repository-crossreference.js +lib/php/phorge/webroot/rsrc/js/application/search/behavior-reorder-profile-menu-items.js +lib/php/phorge/webroot/rsrc/js/application/search/behavior-reorder-queries.js +lib/php/phorge/webroot/rsrc/js/application/transactions/behavior-comment-actions.js +lib/php/phorge/webroot/rsrc/js/application/transactions/behavior-reorder-configs.js +lib/php/phorge/webroot/rsrc/js/application/transactions/behavior-reorder-fields.js +lib/php/phorge/webroot/rsrc/js/application/transactions/behavior-show-older-transactions.js +lib/php/phorge/webroot/rsrc/js/application/transactions/behavior-transaction-comment-form.js +lib/php/phorge/webroot/rsrc/js/application/transactions/behavior-transaction-list.js +lib/php/phorge/webroot/rsrc/js/application/trigger/TriggerRule.js +lib/php/phorge/webroot/rsrc/js/application/trigger/TriggerRuleControl.js +lib/php/phorge/webroot/rsrc/js/application/trigger/TriggerRuleEditor.js +lib/php/phorge/webroot/rsrc/js/application/trigger/TriggerRuleType.js +lib/php/phorge/webroot/rsrc/js/application/trigger/trigger-rule-editor.js +lib/php/phorge/webroot/rsrc/js/application/typeahead/behavior-typeahead-browse.js +lib/php/phorge/webroot/rsrc/js/application/typeahead/behavior-typeahead-search.js +lib/php/phorge/webroot/rsrc/js/application/uiexample/gesture-example.js +lib/php/phorge/webroot/rsrc/js/application/uiexample/notification-example.js +lib/php/phorge/webroot/rsrc/js/core/Busy.js +lib/php/phorge/webroot/rsrc/js/core/DragAndDropFileUpload.js +lib/php/phorge/webroot/rsrc/js/core/DraggableList.js +lib/php/phorge/webroot/rsrc/js/core/Favicon.js +lib/php/phorge/webroot/rsrc/js/core/FileUpload.js +lib/php/phorge/webroot/rsrc/js/core/Hovercard.js +lib/php/phorge/webroot/rsrc/js/core/HovercardList.js +lib/php/phorge/webroot/rsrc/js/core/KeyboardShortcut.js +lib/php/phorge/webroot/rsrc/js/core/KeyboardShortcutManager.js +lib/php/phorge/webroot/rsrc/js/core/MultirowRowManager.js +lib/php/phorge/webroot/rsrc/js/core/Notification.js +lib/php/phorge/webroot/rsrc/js/core/Prefab.js +lib/php/phorge/webroot/rsrc/js/core/RemarkupMetadata.js +lib/php/phorge/webroot/rsrc/js/core/ShapedRequest.js +lib/php/phorge/webroot/rsrc/js/core/TextAreaUtils.js +lib/php/phorge/webroot/rsrc/js/core/Title.js +lib/php/phorge/webroot/rsrc/js/core/ToolTip.js +lib/php/phorge/webroot/rsrc/js/core/behavior-audio-source.js +lib/php/phorge/webroot/rsrc/js/core/behavior-autofocus.js +lib/php/phorge/webroot/rsrc/js/core/behavior-badge-view.js +lib/php/phorge/webroot/rsrc/js/core/behavior-bulk-editor.js +lib/php/phorge/webroot/rsrc/js/core/behavior-choose-control.js +lib/php/phorge/webroot/rsrc/js/core/behavior-copy.js +lib/php/phorge/webroot/rsrc/js/core/behavior-detect-timezone.js +lib/php/phorge/webroot/rsrc/js/core/behavior-device.js +lib/php/phorge/webroot/rsrc/js/core/behavior-drag-and-drop-textarea.js +lib/php/phorge/webroot/rsrc/js/core/behavior-fancy-datepicker.js +lib/php/phorge/webroot/rsrc/js/core/behavior-form.js +lib/php/phorge/webroot/rsrc/js/core/behavior-gesture.js +lib/php/phorge/webroot/rsrc/js/core/behavior-global-drag-and-drop.js +lib/php/phorge/webroot/rsrc/js/core/behavior-high-security-warning.js +lib/php/phorge/webroot/rsrc/js/core/behavior-history-install.js +lib/php/phorge/webroot/rsrc/js/core/behavior-hovercard.js +lib/php/phorge/webroot/rsrc/js/core/behavior-keyboard-pager.js +lib/php/phorge/webroot/rsrc/js/core/behavior-keyboard-shortcuts.js +lib/php/phorge/webroot/rsrc/js/core/behavior-lightbox-attachments.js +lib/php/phorge/webroot/rsrc/js/core/behavior-line-linker.js +lib/php/phorge/webroot/rsrc/js/core/behavior-linked-container.js +lib/php/phorge/webroot/rsrc/js/core/behavior-more.js +lib/php/phorge/webroot/rsrc/js/core/behavior-object-selector.js +lib/php/phorge/webroot/rsrc/js/core/behavior-oncopy.js +lib/php/phorge/webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js +lib/php/phorge/webroot/rsrc/js/core/behavior-read-only-warning.js +lib/php/phorge/webroot/rsrc/js/core/behavior-redirect.js +lib/php/phorge/webroot/rsrc/js/core/behavior-refresh-csrf.js +lib/php/phorge/webroot/rsrc/js/core/behavior-remarkup-load-image.js +lib/php/phorge/webroot/rsrc/js/core/behavior-remarkup-preview.js +lib/php/phorge/webroot/rsrc/js/core/behavior-reorder-applications.js +lib/php/phorge/webroot/rsrc/js/core/behavior-reveal-content.js +lib/php/phorge/webroot/rsrc/js/core/behavior-scrollbar.js +lib/php/phorge/webroot/rsrc/js/core/behavior-search-typeahead.js +lib/php/phorge/webroot/rsrc/js/core/behavior-select-content.js +lib/php/phorge/webroot/rsrc/js/core/behavior-select-on-click.js +lib/php/phorge/webroot/rsrc/js/core/behavior-setup-check-https.js +lib/php/phorge/webroot/rsrc/js/core/behavior-time-typeahead.js +lib/php/phorge/webroot/rsrc/js/core/behavior-toggle-class.js +lib/php/phorge/webroot/rsrc/js/core/behavior-tokenizer.js +lib/php/phorge/webroot/rsrc/js/core/behavior-tooltip.js +lib/php/phorge/webroot/rsrc/js/core/behavior-user-menu.js +lib/php/phorge/webroot/rsrc/js/core/behavior-watch-anchor.js +lib/php/phorge/webroot/rsrc/js/core/behavior-workflow.js +lib/php/phorge/webroot/rsrc/js/core/darkconsole/DarkLog.js +lib/php/phorge/webroot/rsrc/js/core/darkconsole/DarkMessage.js +lib/php/phorge/webroot/rsrc/js/core/darkconsole/behavior-dark-console.js +lib/php/phorge/webroot/rsrc/js/core/phtize.js +lib/php/phorge/webroot/rsrc/js/phui/behavior-phui-dropdown-menu.js +lib/php/phorge/webroot/rsrc/js/phui/behavior-phui-file-upload.js +lib/php/phorge/webroot/rsrc/js/phui/behavior-phui-selectable-list.js +lib/php/phorge/webroot/rsrc/js/phui/behavior-phui-submenu.js +lib/php/phorge/webroot/rsrc/js/phui/behavior-phui-tab-group.js +lib/php/phorge/webroot/rsrc/js/phui/behavior-phui-timer-control.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXActionListView.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXActionView.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXAutocomplete.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXButtonView.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXDropdownMenu.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXExample.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXFormControl.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXFormationColumnView.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXFormationFlankView.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXFormationView.js +lib/php/phorge/webroot/rsrc/js/phuix/PHUIXIconView.js |
