Home
last modified time | relevance | path

Searched refs:parser (Results 126 – 150 of 420) sorted by path

12345678910>>...17

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php35 * @param PdfParser $parser
38 public function __construct(PdfParser $parser) argument
40 $this->read($this->extract($parser->getStreamReader()));
41 parent::__construct($parser);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php24 * Parses an array of the passed tokenizer and parser.
27 * @param PdfParser $parser
31 public static function parse(Tokenizer $tokenizer, PdfParser $parser) argument
37 if ($token === false || ($value = $parser->readValue($token)) === false) {
H A DPdfDictionary.php24 * Parses a dictionary of the passed tokenizer, stream-reader and parser.
28 * @param PdfParser $parser
32 public static function parse(Tokenizer $tokenizer, StreamReader $streamReader, PdfParser $parser) argument
43 $key = $parser->readValue($token);
64 $value = $parser->readValue();
H A DPdfIndirectObject.php24 * Parses an indirect object from a tokenizer, parser and stream-reader.
28 * @param PdfParser $parser
37 PdfParser $parser, argument
41 $value = $parser->readValue();
48 $value = PdfStream::parse($value, $reader, $parser);
H A DPdfStream.php35 * @param PdfParser $parser Optional to keep backwards compatibility
39 public static function parse(PdfDictionary $dictionary, StreamReader $reader, PdfParser $parser = null) argument
44 $v->parser = $parser;
123 * The PDF parser instance.
127 protected $parser; variable in setasign\\Fpdi\\PdfParser\\Type\\PdfStream
142 if ($this->parser !== null) {
143 $length = PdfType::resolve($length, $this->parser);
152 if ($this->parser !== null) {
154 $this->parser
[all...]
H A DPdfType.php29 * @param PdfParser $parser
35 public static function resolve(PdfType $value, PdfParser $parser, $stopAtIndirectObject = false) argument
42 return self::resolve($value->value, $parser, $stopAtIndirectObject);
46 return self::resolve($parser->getIndirectObject($value->value), $parser, $stopAtIndirectObject);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
H A DRectangle.php51 * @param PdfParser $parser
57 public static function byPdfArray($array, PdfParser $parser) argument
59 $array = PdfArray::ensure(PdfType::resolve($array, $parser), 4)->value;
60 $ax = PdfNumeric::ensure(PdfType::resolve($array[0], $parser))->value;
61 $ay = PdfNumeric::ensure(PdfType::resolve($array[1], $parser))->value;
62 $bx = PdfNumeric::ensure(PdfType::resolve($array[2], $parser))->value;
63 $by = PdfNumeric::ensure(PdfType::resolve($array[3], $parser))->value;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php46 protected $parser; variable in setasign\\Fpdi\\PdfReader\\Page
59 * @param PdfParser $parser
61 public function __construct(PdfIndirectObject $page, PdfParser $parser) argument
64 $this->parser = $parser;
88 $this->pageDictionary = PdfDictionary::ensure(PdfType::resolve($this->getPageObject(), $this->parser));
121 $parentDict = PdfType::resolve(PdfDictionary::get($dict, 'Parent'), $this->parser);
132 $parentDict = PdfType::resolve(PdfDictionary::get($parentDict, 'Parent'), $this->parser);
163 $rotation = PdfNumeric::ensure(PdfType::resolve($rotation, $this->parser))->value % 360;
188 return Rectangle::byPdfArray($value, $this->parser);
[all...]
H A DPdfReader.php33 protected $parser; variable in setasign\\Fpdi\\PdfReader\\PdfReader
50 * @param PdfParser $parser
52 public function __construct(PdfParser $parser) argument
54 $this->parser = $parser;
62 if ($this->parser !== null) {
63 $this->parser->cleanUp();
68 * Get the pdf parser instance.
74 return $this->parser;
85 return \implode('.', $this->parser
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php163 $parser = $this->getPdfReader($readerId)->getParser();
168 $object = $parser->getIndirectObject($objectNumber);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php111 $parser = $this->getPdfReader($readerId)->getParser();
116 $object = $parser->getIndirectObject($objectNumber);
/plugin/elasticsearch/
H A Dcomposer.lock228 "dsn parser",
229 "parser"
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example5 # Configure one file type per line: file extension followed by parser location (full file system path or URL).
15 # use our own parser for JPEGs
/plugin/elasticsearch/helper/
H A Ddocparser.php19 * @var array maps extensions to parsers. A parser may be a local cli tool (file is passed as argument)
41 * Load the parser setup
49 'Cannot process media, the parser configuration in ' . self::CONFFILE . ' is missing.'
84 throw new RuntimeException('No parser configured for files of type ' . $ext);
89 throw new RuntimeException('No response from parser');
102 // add what we got from the parser
112 * Execute the parser on the given file
114 * The parser can be an URL accepting a PUT request or a local command
117 * @param string $parser
120 protected function runParser($file, $parser) argument
[all...]
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php115 * @param VersionParser $parser Install composer/semver to have access to this class and functionality
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc60 By using an explicit stdClass object, we can force the `json_encode` parser to
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md1 # DSN parser
46 A DSN may contain zero or more functions. The DSN parser supports a function syntax
100 the parser will automatically add a default "dsn" function. This is added to provide
/plugin/eventum/XML/
H A DRPC.php248 $parser = (int) $parser_resource;
275 $XML_RPC_xh[$parser]['cm']++;
287 $XML_RPC_xh[$parser]['cm']++;
399 $XML_RPC_xh[$parser]['valuestack'][0]['name'] = $XML_RPC_xh[$parser]['ac'];
422 $XML_RPC_xh[$parser]['value'] = $XML_RPC_xh[$parser]['ac'];
424 $XML_RPC_xh[$parser]['value'] = base64_decode($XML_RPC_xh[$parser]['ac']);
426 $XML_RPC_xh[$parser]['value'] = $XML_RPC_xh[$parser]['ac'];
436 $XML_RPC_xh[$parser]['value'] = $XML_RPC_xh[$parser]['ac'];
448 $XML_RPC_xh[$parser]['value'] = $XML_RPC_xh[$parser]['ac'];
455 $temp = new XML_RPC_Value($XML_RPC_xh[$parser]['value'], $XML_RPC_xh[$parser]['vt']);
[all …]
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt316 To let the parser ignore an area completely (ie. do no formatting on it), enclose the area either w…
/plugin/fckg/
H A DChanges60 considerably superior to the standard table-handling parser.
142 … by indentation. This insures that the code blocks are correctly processed in the fckgLite parser.
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt159 …ar where the text has already been marked up as a Geshi code block, the parser will not be able d…
/plugin/fedauth/Auth/Yadis/
H A DXML.php310 * @param Auth_Yadis_XMLParser $parser An instance of a
313 function Auth_Yadis_setDefaultParser($parser) argument
316 $__Auth_Yadis_defaultParser = $parser;
H A DXRDS.php91 $this->parser = null;
104 $c = $this->parser->content($elem);
137 $uri_string = $this->parser->content($elem);
138 $attrs = $this->parser->attributes($elem);
260 $this->parser = $xmlParser;
284 $parser = Auth_Yadis_getXMLParser();
292 if (!($parser && $parser->init($xml_string, $ns_map))) {
297 $root = $parser->evalXPath('/xrds:XRDS[1]');
306 $attrs = $parser->attributes($root);
324 $xrds = new Auth_Yadis_XRDS($parser, $xrd_nodes);
[all …]
H A DXRI.php193 $parser = $xrds->parser;
196 $canonicalID_nodes = $parser->evalXPath('xrd:CanonicalID', $node);
203 $canonicalID = Auth_Yadis_XRI($parser->content($canonicalID));
211 $parentCID = $parser->evalXPath('xrd:CanonicalID', $xrd);
215 $parentCID = Auth_Yadis_XRI($parser->content($parentCID[0]));
H A DYadis.php356 $parser = new Auth_Yadis_ParseHTML();
357 $yadis_location = $parser->getHTTPEquiv($response->body);

12345678910>>...17