Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 138) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php49 …ayRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsImplementation(array $expected, $from, $to)
60 …testTextRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsImplementation($expected, $from, $to)
71 …RepresentationOfDiffCanBeRenderedUsingMemoryEfficientLcsImplementation(array $expected, $from, $to)
82 …stTextRepresentationOfDiffCanBeRenderedUsingMemoryEfficientLcsImplementation($expected, $from, $to)
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php51 public function diff($from, $to, LongestCommonSubsequence $lcs = null)
204 public function diffToArray($from, $to, LongestCommonSubsequence $lcs = null)
309 private function selectLcsImplementation(array $from, array $to)
332 private function calculateEstimatedFootprint(array $from, array $to)
360 private static function getArrayDiffParted(array &$from, array &$to)
H A DDiff.php23 private $to; variable in SebastianBergmann\\Diff\\Diff
35 public function __construct($from, $to, array $chunks = array())
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php26 public function calculate(array $from, array $to)
75 private function length(array $from, array $to)
H A DTimeEfficientLongestCommonSubsequenceImplementation.php26 public function calculate(array $from, array $to)
H A DLongestCommonSubsequence.php26 public function calculate(array $from, array $to);
/plugin/ipban/ip-lib/src/
H A DFactory.php85 public static function rangeFromBoundaries($from, $to)
115 …tic function rangeFromBoundaryAddresses(AddressInterface $from = null, AddressInterface $to = null)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSendGridHandler.php45 protected $to; variable in Monolog\\Handler\\SendGridHandler
60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $…
H A DNativeMailerHandler.php29 protected $to; variable in Monolog\\Handler\\NativeMailerHandler
73 …public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubb…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRangeTransition.php17 public $to; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\RangeTransition
19 public function __construct(ATNState $target, int $from, int $to) argument
/plugin/statdisplay/helper/
H A Dgraph.php22 public function sendgraph($command, $from = '', $to = '')
64 private function summary($from = '', $to = '')
/plugin/autolink2/
H A Dhelper.php282 function _importOldAutolinkIndex($to){
310 function _buildindexFromOld($to) {
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php57 var $to; variable in File_Archive_Writer_Mail
91 function File_Archive_Writer_Mail($to, $headers, $message, &$mail)
/plugin/netlogo/inc/
H A Dsupport.php11 function relativePath($from, $to, $ps = '/')
/plugin/bez/ctl/
H A Dactivity_report.php13 $to = new DateTime($_POST['to']); variable
H A Dreport.php12 $to = new DateTime($_POST['to']); variable
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverNavigationInterface.php42 public function to($url); function
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php18 $to = (string)$mapZone['type']; variable
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php18 $to = (string)$mapZone['type']; variable
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php18 $to = (string)$mapZone['type']; variable
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php18 $to = (string)$mapZone['type']; variable
/plugin/statistics/inc/
H A DStatisticsGraph.class.php13 private $to; variable in StatisticsGraph
19 public function render($call, $from, $to, $start) { argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilterCriteria.php57 public $to; variable in Google\\Service\\Gmail\\FilterCriteria
174 public function setTo($to)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php32 protected function mail($to, $subject, $body, array $headers) {
/plugin/odp/
H A DZipLib.class.php174 function Extract ( $zn, $to, $index = Array(-1) )
296 function ExtractFile($header,$to,$zip)

123456