Home
last modified time | relevance | path

Searched refs:argument (Results 151 – 175 of 219) sorted by path

123456789

/plugin/highlightjs/highlight/styles/
H A Dfar.css86 .django .filter .argument,
H A Didea.css45 .string, .value, .filter .argument, .css .function .params, .apache .tag {
H A Dir_black.css25 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
H A Dmagula.css64 .filter .argument,
H A Dschool_book.css57 .django .filter .argument,
H A Dsunburst.css29 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
H A Dvs.css47 .filter .argument,
H A Dzenburn.css35 .django .filter .argument {
/plugin/html2pdf/html2pdf/html2ps/
H A DLICENSE177 the facility, other than as an argument passed when the facility
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php79 function getClassDoc($argument) { argument
80 if(is_object($argument) && get_class($argument) == "phpclass")
81 return $this->getClassDocFromClass($argument);
82 elseif(is_string($argument))
83 return $this->getClassDocFromFile($argument);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php53 function XML($argument = "") { argument
58 if(is_string($argument)) {
60 if(strpos($argument, $this->tag->tagEndOpen) > 0 || strpos($argument, $this->tag->tagClose) > 0)
61 $this->parseFromString($argument);
63 elseif(strpos($argument, $this->pathSeparator) > 0) {
64 $tags = explode($this->pathSeparator, $argument);
66 $this->setTagContent("", $argument);
69 $this->tag->setTagName($argument);
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt51 that uses the facility (other than as an argument passed when the
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md83 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md128 * Added `$elementMap` argument to parseInnerTree, for quickly overriding
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt251 # bug fix: function call as statement with expression argument fails:
4788 # bug fix: mo opaque causing "invalid argument" when no MOs
H A DLICENSE.txt177 the facility, other than as an argument passed when the facility
/plugin/jokuwiki/
H A DREADME.md105 …ust be a function - but can be an anonymous function. This has a single argument - the data object…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt89 * bugfix (G:157) quicktime GPS invalid argument
395 argument errors in module.tag.xmp.php
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt51 that uses the facility (other than as an argument passed when the
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md26 * Added `AssetFactory` instance as second argument for `WorkerInterface::process()`
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php77 foreach ($node->getNode('arguments') as $argument) {
78 $arguments[] = eval('return '.$this->twig->compile($argument).';');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php156 protected static function argumentToArray($argument) argument
158 … return is_array($argument) ? $argument : array_filter(array_map('trim', explode(',', $argument)));
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
H A DProcess.php1705 * @param string $argument The argument that will be escaped
1709 private function escapeArgument($argument) argument
1712 return "'".str_replace("'", "'\\''", $argument)."'";
1714 if ('' === $argument = (string) $argument) {
1717 if (false !== strpos($argument, "\0")) {
1718 $argument = str_replace("\0", '?', $argument);
1720 if (!preg_match('/[\/()%!^"<>&|\s]/', $argument)) {
1721 return $argument;
1723 $argument = preg_replace('/(\\\\+)$/', '$1$1', $argument);
1725 …'"'.str_replace(['"', '^', '%', '!', "\n"], ['""', '"^^"', '"^%"', '"^!"', '!LF!'], $argument).'"';

123456789