| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/ |
| D | ManipulationTrait.php | 27 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/ |
| D | rewriter.php | 112 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/ |
| D | XML.php | 31 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/ |
| D | XML.php | 31 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 D | InputStream.php | 21 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 D | script.js | 22 function createComponentElement(plugin, type, name) { argument 67 filter: function (text, input) { argument 71 item: function (text, input) { argument
|
| /plugin/codehighlight/cp/languages/ |
| D | asp.js | 8 { input : /(<[^!%|!%@]*?>)/g, output : '<b>$1</b>' }, property 10 …{ input : /(<style.*?>)(.*?)(<\/style>)/g, output : '<em>$1</em><em>$2</em><em>$3</em>… property 12 …{ input : /(<script.*?>)(.*?)(<\/script>)/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 : /(<%)/g, output : '<strong>$1' }, property 20 { input : /(%>)/g, output : '$1</strong>' }, property 22 { input : /(<%@)(.+?)(%>)/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 …]
|
| D | vbscript.js | 8 { input : /(<[^!%|!%@]*?>)/g, output : '<b>$1</b>' }, property 10 …{ input : /(<style.*?>)(.*?)(<\/style>)/g, output : '<em>$1</em><em>$2</em><em>$3</em>… property 12 …{ input : /(<script.*?>)(.*?)(<\/script>)/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 : /(<%)/g, output : '<strong>$1' }, property 20 { input : /(%>)/g, output : '$1</strong>' }, property 22 { input : /(<%@)(.+?)(%>)/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/ |
| D | ProcessBuilder.php | 29 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/ |
| D | diagram.js | 16 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 D | moment.js | 25 function isArray(input) { argument 26 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; class 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/ |
| D | shLegacy.js | 7 input, argument 15 function getValue(list, name) argument 67 name, argument 94 function findTagsByName(list, name, tagName) argument
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shLegacy.js | 23 input, argument 31 function getValue(list, name) argument 83 name, argument 110 function findTagsByName(list, name, tagName) argument
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | state.js | 14 constructor(options, input, startPos) { argument 94 extend(name, f) { argument
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | state.js | 14 constructor(options, input, startPos) { argument 87 extend(name, f) { argument
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | DocParser.php | 342 public function parse($input, $context = '') 364 private function findInitialTokenPosition($input) 479 private function collectAnnotationMetadata($name) 1181 private function isIgnoredAnnotation($name)
|
| /plugin/glossary/ |
| D | script.js | 40 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 D | LintCommand.php | 46 …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/ |
| D | state.js | 7 constructor(input, options = {}) { argument 85 isContextual(name) { argument 89 eatContextual(name) { argument 149 extend(name, f) { argument
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | state.js | 7 constructor(input, options = {}) { argument 86 isContextual(name) { argument 90 eatContextual(name) { argument 150 extend(name, f) { argument
|
| /plugin/geotag/syntax/ |
| D | geotag.php | 121 private function parseNumericParameter(string $name, string $input): string
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | precompile.js | 29 function precompile(input, opts) { argument 89 function _precompile(str, name, env) { argument
|
| D | object.js | 7 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/ |
| D | AM_HTMLorMML.js | 48 …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 D | Value.php | 205 public function getValueEditor($name, $id) 220 public function filter($input)
|