Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
top
top
top
top
top
g
- $git
- in file Component.php, variable VersionControl_Git_Component::$git
The related instance of the VersionControl_Git
- $gitCommandPath
- in file Git.php, variable VersionControl_Git::$gitCommandPath
Location to git binary
- generateTmpDir
- in file VersionControl_GitTest.php, method VersionControl_GitTest::generateTmpDir()
- getAuthor
- in file Commit.php, method VersionControl_Git_Object_Commit::getAuthor()
Get the author related to this commit
- getBranches
- in file Git.php, method VersionControl_Git::getBranches()
Get an array of branch names
- getCommand
- in file Git.php, method VersionControl_Git::getCommand()
Get an instance of the VersionControl_Git_Util_Command that is related to this repository
- getCommandString
- in file VersionControl_Git_Util_CommandTest.php, method DummyGitCommand::getCommandString()
- getCommits
- in file Git.php, method VersionControl_Git::getCommits()
Get an array of the VersionControl_Git_Object_Commit objects
- getCommittedAt
- in file Commit.php, method VersionControl_Git_Object_Commit::getCommittedAt()
Get the committed time of this commit
- getCommitter
- in file Commit.php, method VersionControl_Git_Object_Commit::getCommitter()
Get the committer related to this commit
- getContent
- in file Blob.php, method VersionControl_Git_Object_Blob::getContent()
Get the contents of this object
- getCreatedAt
- in file Commit.php, method VersionControl_Git_Object_Commit::getCreatedAt()
Get the created time of this commit
- getCreatedInstance
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::getCreatedInstance()
- getCurrentBranch
- in file Git.php, method VersionControl_Git::getCurrentBranch()
Get a current branch name
- getDirectory
- in file Git.php, method VersionControl_Git::getDirectory()
Get the directory for this repository
- getGitCommandPath
- in file Git.php, method VersionControl_Git::getGitCommandPath()
Get the location to git binary
- getGitVersion
- in file Git.php, method VersionControl_Git::getGitVersion()
Get Git version (e.g. 1.7.0)
- getHeadCommits
- in file Git.php, method VersionControl_Git::getHeadCommits()
Get an array of branch object names
- getMessage
- in file Commit.php, method VersionControl_Git_Object_Commit::getMessage()
Get the message related to this commit
- getParents
- in file Commit.php, method VersionControl_Git_Object_Commit::getParents()
Get the parent objects related to this commit
- getProperty
- in file VersionControl_Git_Util_CommandTest.php, method DummyGitCommand::getProperty()
- getRemoteBranches
- in file Git.php, method VersionControl_Git::getRemoteBranches()
Get an array of remote branch names
- getRevListFetcher
- in file Git.php, method VersionControl_Git::getRevListFetcher()
Get an instance of the VersionControl_Git_Util_RevListFetcher that is related to this repository
- getTags
- in file Git.php, method VersionControl_Git::getTags()
Get an array of tag names
- getTree
- in file Git.php, method VersionControl_Git::getTree()
Get an instance of the VersionControl_Git_Object_Tree that is related to this repository
- getTree
- in file Commit.php, method VersionControl_Git_Object_Commit::getTree()
Get the tree object related to this commit
- Git.php
- procedural page Git.php
top
top
top
top
top
top
top
top
top
s
- $subCommand
- in file Command.php, variable VersionControl_Git_Util_Command::$subCommand
The subcommand name
- seek
- in file Tree.php, method VersionControl_Git_Object_Tree::seek()
Seeks to the specified position
- setArguments
- in file Command.php, method VersionControl_Git_Util_Command::setArguments()
Set the arguments
- setAuthor
- in file Commit.php, method VersionControl_Git_Object_Commit::setAuthor()
Set the author related to this commit
- setCommitter
- in file Commit.php, method VersionControl_Git_Object_Commit::setCommitter()
Set the committer related to this commit
- setGitCommandPath
- in file Git.php, method VersionControl_Git::setGitCommandPath()
Set the location to git binary
- setMessage
- in file Commit.php, method VersionControl_Git_Object_Commit::setMessage()
Set the message related to this commit
- setOption
- in file Command.php, method VersionControl_Git_Util_Command::setOption()
Set a option
- setOptions
- in file Command.php, method VersionControl_Git_Util_Command::setOptions()
Set the options
- setParents
- in file Commit.php, method VersionControl_Git_Object_Commit::setParents()
Set the parent objects related to this commit
- setSubCommand
- in file Command.php, method VersionControl_Git_Util_Command::setSubCommand()
Set the subcommand name
- setTree
- in file Commit.php, method VersionControl_Git_Object_Commit::setTree()
Set the tree object related to this commit
- stripEscapeSequence
- in file Command.php, method VersionControl_Git_Util_Command::stripEscapeSequence()
Strip terminal escape sequences from the specified string
- suite
- in file AllTest.php, method AllTest::suite()
top
t
- $target
- in file RevListFetcher.php, variable VersionControl_Git_Util_RevListFetcher::$target
The target for the commit (commit range string, branch name, etc...)
- $tree
- in file Commit.php, variable VersionControl_Git_Object_Commit::$tree
The tree object related to this commit
- target
- in file RevListFetcher.php, method VersionControl_Git_Util_RevListFetcher::target()
Set the target
- testAddArgument
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testAddArgument()
- testAddDoubleDash
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testAddDoubleDash()
- testConstruct
- in file VersionControl_Git_ObjectTest.php, method VersionControl_Git_ObjectTest::testConstruct()
- testConstruct
- in file VersionControl_Git_Object_BlobTest.php, method VersionControl_Git_Object_BlobTest::testConstruct()
- testConstruct
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testConstruct()
- testConstruct
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testConstruct()
- testConstruct
- in file VersionControl_Git_ComponentTest.php, method VersionControl_Git_ComponentTest::testConstruct()
- testConstruct
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testConstruct()
- testConstruct
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testConstruct()
- testConstructError
- in file VersionControl_Git_ComponentTest.php, method VersionControl_Git_ComponentTest::testConstructError()
- testConstructException
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testConstructException()
- testCreateClone
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testCreateClone()
- testCreateCommandString
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testCreateCommandString()
- testCreateCommandStringException
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testCreateCommandStringException()
- testCreateInstanceByArray
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testCreateInstanceByArray()
- testCreateInstanceByArrayException
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testCreateInstanceByArrayException()
- testExecute
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testExecute()
- testExecuteException
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testExecuteException()
- testExecuteWithShortFormatOption
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testExecuteWithShortFormatOption()
- testFetch
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testFetch()
- testFetch
- in file VersionControl_Git_Object_BlobTest.php, method VersionControl_Git_Object_BlobTest::testFetch()
- testFetch
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testFetch()
- testFetchException
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testFetchException()
- testGetAuthor
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetAuthor()
- testGetBranches
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetBranches()
- testGetCommits
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetCommits()
- testGetCommittedAt
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetCommittedAt()
- testGetCommitter
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetCommitter()
- testGetContent
- in file VersionControl_Git_Object_BlobTest.php, method VersionControl_Git_Object_BlobTest::testGetContent()
- testGetCreatedAt
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetCreatedAt()
- testGetCurrentBranch
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetCurrentBranch()
- testGetDirectory
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetDirectory()
- testGetGitCommandPath
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetGitCommandPath()
- testGetGitVersion
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetGitVersion()
- testGetHeadCommits
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetHeadCommits()
- testGetParents
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetParents()
- testGetRemoteBranches
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetRemoteBranches()
- testGetTags
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetTags()
- testGetTree
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testGetTree()
- testGetTree
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testGetTree()
- testHasParents
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testHasParents()
- testInitialRepository
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testInitialRepository()
- testInitRepository
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testInitRepository()
- testKey
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testKey()
- testNext
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testNext()
- testRewind
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testRewind()
- testSeek
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testSeek()
- testSeekException
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testSeekException()
- testSetArguments
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetArguments()
- testSetAuthor
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetAuthor()
- testSetCommitter
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetCommitter()
- testSetGitCommandPath
- in file VersionControl_GitTest.php, method VersionControl_GitTest::testSetGitCommandPath()
- testSetMessage
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetMessage()
- testSetOption
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetOption()
- testSetOptions
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetOptions()
- testSetParents
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetParents()
- testSetSubCommand
- in file VersionControl_Git_Util_CommandTest.php, method VersionControl_Git_Util_CommandTest::testSetSubCommand()
- testSetTree
- in file VersionControl_Git_Object_CommitTest.php, method VersionControl_Git_Object_CommitTest::testSetTree()
- testToString
- in file VersionControl_Git_ObjectTest.php, method VersionControl_Git_ObjectTest::testToString()
- testValid
- in file VersionControl_Git_Object_TreeTest.php, method VersionControl_Git_Object_TreeTest::testValid()
- Tree.php
- procedural page Tree.php
top
v
- valid
- in file Tree.php, method VersionControl_Git_Object_Tree::valid()
Checks if current position is valid
- VersionControl_Git
- in file Git.php, class VersionControl_Git
The OO interface for Git
- VersionControl_GitTest.php
- procedural page VersionControl_GitTest.php
- VersionControl_Git_ComponentTest.php
- procedural page VersionControl_Git_ComponentTest.php
- VersionControl_Git_ObjectTest.php
- procedural page VersionControl_Git_ObjectTest.php
- VersionControl_Git_Object_BlobTest.php
- procedural page VersionControl_Git_Object_BlobTest.php
- VersionControl_Git_Object_CommitTest.php
- procedural page VersionControl_Git_Object_CommitTest.php
- VersionControl_Git_Object_TreeTest.php
- procedural page VersionControl_Git_Object_TreeTest.php
- VersionControl_Git_Util_CommandTest.php
- procedural page VersionControl_Git_Util_CommandTest.php
- VersionControl_GitTest
- in file VersionControl_GitTest.php, class VersionControl_GitTest
- VersionControl_Git_Component
- in file Component.php, class VersionControl_Git_Component
The base class of all components for VersionControl_Git
- VersionControl_Git_ComponentTest
- in file VersionControl_Git_ComponentTest.php, class VersionControl_Git_ComponentTest
- VersionControl_Git_Exception
- in file Exception.php, class VersionControl_Git_Exception
The exception class for VersionControl_Git
- VersionControl_Git_Object
- in file Object.php, class VersionControl_Git_Object
The base class for the all Git objects (commit, tree, blob and tag(unsupported))
- VersionControl_Git_ObjectTest
- in file VersionControl_Git_ObjectTest.php, class VersionControl_Git_ObjectTest
- VersionControl_Git_Object_Blob
- in file Blob.php, class VersionControl_Git_Object_Blob
The OO interface for blob object
- VersionControl_Git_Object_BlobTest
- in file VersionControl_Git_Object_BlobTest.php, class VersionControl_Git_Object_BlobTest
- VersionControl_Git_Object_Commit
- in file Commit.php, class VersionControl_Git_Object_Commit
The class represents Git commits
- VersionControl_Git_Object_CommitTest
- in file VersionControl_Git_Object_CommitTest.php, class VersionControl_Git_Object_CommitTest
- VersionControl_Git_Object_Tree
- in file Tree.php, class VersionControl_Git_Object_Tree
The OO interface for tree object
- VersionControl_Git_Object_TreeTest
- in file VersionControl_Git_Object_TreeTest.php, class VersionControl_Git_Object_TreeTest
- VersionControl_Git_Util_Command
- in file Command.php, class VersionControl_Git_Util_Command
The OO interface for executing Git command
- VersionControl_Git_Util_CommandTest
- in file VersionControl_Git_Util_CommandTest.php, class VersionControl_Git_Util_CommandTest
- VersionControl_Git_Util_RevListFetcher
- in file RevListFetcher.php, class VersionControl_Git_Util_RevListFetcher
The class represents Git rev-list
top
top
Documentation generated on Mon, 11 Mar 2019 15:43:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|