Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/syntaxhighlighter3/sxh3/
H A Dnpm-shrinkwrap.json7 "from": "async@0.2.x" string
11 "from": "coffee-script@1.6.x" string
15 "from": "ejs@" string
19 "from": "shelljs@" string
23 "from": "less@1.3.x", string
35 "from": "minimatch@0.2.x", string
39 "from": "lru-cache@2" string
53 "from": "mkdirp@0.3.x" string
108 "from": "express@3.2.x", string
191 "from": "debug@*" string
[all …]
/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.php18 private $from; 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/smtp/classes/
H A DMessage.php15 protected $from; variable in splitbrain\\dokuwiki\\plugin\\smtp\\Message
24 public function __construct($from, $rcpt, $body) {
/plugin/ipban/ip-lib/src/
H A DFactory.php85 public static function rangeFromBoundaries($from, $to)
115 …protected static function rangeFromBoundaryAddresses(AddressInterface $from = null, AddressInterfa…
/plugin/dokugource/
H A Dadmin.php24 var $from = -1; variable in admin_plugin_dokugource
128 function crawl($p, $strip, $from) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSendGridHandler.php39 protected $from; variable in Monolog\\Handler\\SendGridHandler
60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRangeTransition.php14 public $from; 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/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DEmailTemplate.php33 public $from; variable in Google\\Service\\IdentityToolkit\\EmailTemplate
78 public function setFrom($from)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\ParseCancellationException
/plugin/netlogo/inc/
H A Dsupport.php11 function relativePath($from, $to, $ps = '/')
/plugin/bez/ctl/
H A Dactivity_report.php12 $from = new DateTime($_POST['from']); variable
H A Dreport.php11 $from = new DateTime($_POST['from']); variable
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
/plugin/statistics/inc/
H A DStatisticsGraph.class.php12 private $from; variable in StatisticsGraph
19 public function render($call, $from, $to, $start) { argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilterCriteria.php29 public $from; variable in Google\\Service\\Gmail\\FilterCriteria
76 public function setFrom($from)
/plugin/projects/lib/
H A Dtools.php51 function replace_extension($name, $from, $to) {
142 function copy_updated_file($from, $to) {

123456