Home
last modified time | relevance | path

Searched +defs:input +defs:name (Results 1 – 25 of 155) sorted by relevance

1234567

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php27 public function __call(string $name, array $arguments) {
47 protected function inputPrepareAsTraversable($input): iterable {
72 protected function inputAsNodeList($input, $cloneForManipulate = true): NodeList {
97 protected function inputAsFirstNode($input): ?\DOMNode {
123 protected function manipulateNodesWithInput($input, callable $callback): self {
184 public function substituteWith($input): self {
199 public function text($input = null) {
221 public function setText($input): self {
242 public function precede($input): self {
257 public function follow($input): self {
[all …]
/plugin/columns/
Drewriter.php112 public function apply($input, &$output) {
132 public function addCall($name, $data) {
139 public function addPluginCall($name, $data, $state, $text = '') {
165 public function apply($input, &$output) {
183 public function apply($input, &$output) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
DXML.php31 protected $input; variable in Sabre\\VObject\\Parser\\XML
55 public function __construct($input = null, $options = 0)
74 public function parse($input = null, $options = 0)
336 protected function createProperty(Component $parentComponent, $name, $parameters, $type, $value)
353 public function setInput($input)
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
DXML.php31 protected $input; variable in Sabre\\VObject\\Parser\\XML
57 function __construct($input = null, $options = 0) {
77 function parse($input = null, $options = 0) {
373 … protected function createProperty(Component $parentComponent, $name, $parameters, $type, $value) {
393 function setInput($input) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php21 public $name = '<empty>'; variable in Antlr\\Antlr4\\Runtime\\InputStream
24 public $input; variable in Antlr\\Antlr4\\Runtime\\InputStream
32 private function __construct(string $input, array $characters)
39 public static function fromString(string $input) : InputStream
/plugin/dev/www/
H A Dscript.js22 function createComponentElement(plugin, type, name) { argument
67 filter: function (text, input) { argument
71 item: function (text, input) { argument
/plugin/codehighlight/cp/languages/
Dasp.js8 { input : /(&lt;[^!%|!%@]*?&gt;)/g, output : '<b>$1</b>' }, property
10 …{ input : /(&lt;style.*?&gt;)(.*?)(&lt;\/style&gt;)/g, output : '<em>$1</em><em>$2</em><em>$3</em>… property
12 …{ input : /(&lt;script.*?&gt;)(.*?)(&lt;\/script&gt;)/g, output : '<ins>$1</ins><ins>$2</ins><ins>… property
14 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>' }, property
16 { input : /\'(.*?)(\'|<br>|<\/P>)/g, output : '<dfn>\'$1$2</dfn>'}, property
18 { input : /(&lt;%)/g, output : '<strong>$1' }, property
20 { input : /(%&gt;)/g, output : '$1</strong>' }, property
22 { input : /(&lt;%@)(.+?)(%&gt;)/gi, output : '$1<span>$2</span>$3' }, property
24 { input : /\b([\d]+)\b/g, output : '<var>$1</var>' }, property
26 …{ input : /\b(And|As|ByRef|ByVal|Call|Case|Class|Const|Dim|Do|Each|Else|ElseIf|Empty|End|Eqv|Exit|… property
[all …]
Dvbscript.js8 { input : /(&lt;[^!%|!%@]*?&gt;)/g, output : '<b>$1</b>' }, property
10 …{ input : /(&lt;style.*?&gt;)(.*?)(&lt;\/style&gt;)/g, output : '<em>$1</em><em>$2</em><em>$3</em>… property
12 …{ input : /(&lt;script.*?&gt;)(.*?)(&lt;\/script&gt;)/g, output : '<ins>$1</ins><ins>$2</ins><ins>… property
14 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>' }, property
16 { input : /\'(.*?)(\'|<br>|<\/P>)/g, output : '<dfn>\'$1$2</dfn>'}, property
18 { input : /(&lt;%)/g, output : '<strong>$1' }, property
20 { input : /(%&gt;)/g, output : '$1</strong>' }, property
22 { input : /(&lt;%@)(.+?)(%&gt;)/gi, output : '$1<span>$2</span>$3' }, property
24 { input : /\b([\d]+)\b/g, output : '<var>$1</var>' }, property
26 …{ input : /\b(And|As|ByRef|ByVal|Call|Case|Class|Const|Dim|Do|Each|Else|ElseIf|Empty|End|Eqv|Exit|… property
[all …]
/plugin/jplayer/vendor/symfony/process/
DProcessBuilder.php29 private $input; variable in Symfony\\Component\\Process\\ProcessBuilder
142 public function setEnv($name, $value)
176 public function setInput($input)
221 public function setOption($name, $value)
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Ddiagram.js16 Diagram.prototype.getActor = function(alias, name) { argument
33 Diagram.prototype.getActorWithAlias = function(input) { argument
57 Diagram.Actor = function(alias, name, index) { argument
147 Diagram.parse = function(input) { argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js25 function isArray(input) { argument
26 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; argument
29 function isObject(input) { argument
49 function isUndefined(input) { argument
53 function isNumber(input) { argument
57 function isDate(input) { argument
58 return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]'; argument
91 function createUTC (input, format, locale, strict) { argument
333 function deprecateSimple(name, msg) { argument
346 function isFunction(input) { argument
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
DshLegacy.js7 input, argument
15 function getValue(list, name) argument
67 name, argument
94 function findTagsByName(list, name, tagName) argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshLegacy.js23 input, argument
31 function getValue(list, name) argument
83 name, argument
110 function findTagsByName(list, name, tagName) argument
/plugin/asciidocjs/node_modules/acorn/src/
Dstate.js14 constructor(options, input, startPos) { argument
94 extend(name, f) { argument
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstate.js14 constructor(options, input, startPos) { argument
87 extend(name, f) { argument
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocParser.php342 public function parse($input, $context = '')
364 private function findInitialTokenPosition($input)
479 private function collectAnnotationMetadata($name)
1181 private function isIgnoredAnnotation($name)
/plugin/glossary/
Dscript.js40 function glossaryReset (input) { argument
82 function glossaryComparator (a, b, name, num) { argument
136 function glossarySort (input, comparator) { argument
150 function glossarySearch (input) { argument
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php46 …public function __construct(string $name = null, callable $directoryIteratorProvider = null, calla…
91 protected function execute(InputInterface $input, OutputInterface $output)
283 public function complete(CompletionInput $input, CompletionSuggestions $suggestions): void
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstate.js7 constructor(input, options = {}) { argument
85 isContextual(name) { argument
89 eatContextual(name) { argument
149 extend(name, f) { argument
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstate.js7 constructor(input, options = {}) { argument
86 isContextual(name) { argument
90 eatContextual(name) { argument
150 extend(name, f) { argument
/plugin/geotag/syntax/
Dgeotag.php121 private function parseNumericParameter(string $name, string $input): string
/plugin/asciidocjs/node_modules/nunjucks/src/
Dprecompile.js29 function precompile(input, opts) { argument
89 function _precompile(str, name, env) { argument
Dobject.js7 function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input;… argument
27 function extendClass(cls, name, props) { argument
55 Obj.extend = function extend(name, props) { argument
82 EmitterObj.extend = function extend(name, props) { argument
/plugin/diagramsnet/lib/math/config/
DAM_HTMLorMML.js48 …rsion:p,signal:d};var t=function(u){return MathJax.Localization._.apply(MathJax.Localization,[["Ma…
49 …thJax.ElementJax.directory+"/mml",extensionDir:MathJax.ElementJax.extensionDir+"/mml",optableDir:M…
51 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
106 name: [ "", "" ], property
112 … this.option = e, this.name = [ t.replace(/ /g, ""), t ], this.module = n, this.extension = i, property
/plugin/struct/meta/
H A DValue.php205 public function getValueEditor($name, $id)
220 public function filter($input)

1234567