Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 172) sorted by relevance

1234567

/plugin/mdpage/vendor/cebe/markdown/block/
DListTrait.php43 protected function consumeOl($lines, $current)
59 protected function consumeUl($lines, $current)
71 private function consumeList($lines, $current, $block, $type)
201 abstract protected function detectLineType($lines, $current);
DHeadlineTrait.php18 protected function identifyHeadline($line, $lines, $current)
34 protected function consumeHeadline($lines, $current)
DTableTrait.php18 protected function identifyTable($line, $lines, $current)
29 protected function consumeTable($lines, $current)
DHtmlTrait.php50 protected function identifyHtml($line, $lines, $current)
79 protected function consumeHtml($lines, $current)
DFencedCodeTrait.php35 protected function consumeFencedCode($lines, $current)
DRuleTrait.php27 protected function consumeHr($lines, $current)
DCodeTrait.php27 protected function consumeCode($lines, $current)
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcompletion.js20 defaultCompletion(args, argv, current, done) { argument
38 commandCompletions(completions, args, current) { argument
59 optionCompletions(completions, args, argv, current) { argument
77 choicesCompletions(completions, args, argv, current) { argument
120 completeOptionKey(key, completions, current) { argument
134 customCompletion(args, argv, current, done) { argument
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php226 private function section(Context $context, $current)
297 private function inverted(Context $context, $current)
317 private function partial(Context $context, $current)
337 private function variables(Context $context, $current, $escaped)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DResidence.php25 public $current; variable in Google\\Service\\PeopleService\\Residence
36 public function setCurrent($current)
DLocation.php29 public $current; variable in Google\\Service\\PeopleService\\Location
70 public function setCurrent($current)
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DInjector.php182 protected function forward(&$i, &$current)
206 protected function forwardUntilEndToken(&$i, &$current, &$nesting)
236 protected function backward(&$i, &$current)
/plugin/asciidocjs/node_modules/is-core-module/
Dindex.js5 function specifierIncluded(current, specifier) { argument
28 function matchesRange(current, range) { argument
/plugin/mdpage/vendor/cebe/markdown/
DParser.php138 protected function detectLineType($lines, $current)
189 protected function parseBlock($lines, $current)
216 protected function consumeParagraph($lines, $current)
DMarkdownExtra.php78 protected function consumeReference($lines, $current)
106 protected function consumeFencedCode($lines, $current)
DGithubMarkdown.php61 protected function consumeParagraph($lines, $current)
/plugin/explorertree/
Dhelper.php128 function htmlExplorer($name,$base = '',$current = null){
159 function _treeOpts($name,$current){
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
DTemplateDirIterator.php19 public function current() function in Twig\\Util\\TemplateDirIterator
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
DGoogleChromeManagementV1BatterySampleReport.php29 public $current; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BatterySampleReport
72 public function setCurrent($current)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
DRoundRobinSelector.php28 private $current = 0; variable in Elasticsearch\\ConnectionPool\\Selectors\\RoundRobinSelector
DStickyRoundRobinSelector.php28 private $current = 0; variable in Elasticsearch\\ConnectionPool\\Selectors\\StickyRoundRobinSelector
/plugin/findologicxmlexport/vendor/hoa/iterator/
DFileSystem.php86 public function current() function in Hoa\\Iterator\\FileSystem
DMultiple.php89 public function current() function in Hoa\\Iterator\\Multiple
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DTestIterator2.php11 public function current() function in TestIterator2
DTestIterator.php27 public function current() function in TestIterator

1234567