Home
last modified time | relevance | path

Searched refs:process (Results 76 – 100 of 699) sorted by relevance

12345678910>>...28

/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php845 $postponed_filter->process($box, null, $this);
915 $this->destination->process($temporary_output_filename, $content_type);
956 function process($data_id, &$media) { function in Pipeline
1145 $data = $this->data_filters[$i]->process($data);
1149 $box =& $this->parser->process($data->get_content(), $this, $media);
1163 $filter->process($box, $data, $this);
1169 $filter->process($box, $data, $this);
1173 $this->pre_tree_filters[$i]->process($box, $data, $this);
1182 $positioned_filter->process($box, null, $this);
1185 $postponed_filter->process($box, null, $this);
[all …]
H A Dfilter.pre.fields.class.php18 function process(&$tree, $data, &$pipeline) { function in PreTreeFilterHTML2PSFields
58 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.data._interface.class.php3 function process(&$tree) { function in DataFilter
H A Dfilter.post._interface.class.php3 function process(&$tree) { function in PostTreeFilter
H A Dparser._interface.class.php3 function process(&$data) { function in Parser
H A Dlayout._interface.class.php3 function process(&$tree, &$media) { function in LayoutEngine
H A Dfilter.pre._interface.class.php3 function process(&$tree, $data, &$pipeline) { function in PreTreeFilter
H A Dfilter.output._interface.class.php7 function process($tmp_filename) { function in OutputFilter
H A Dfilter.data.html2xhtml.class.php8 function process(&$data) { function in DataFilterHTML2XHTML
H A Dfilter.data.xhtml2xhtml.class.php3 function process(&$data) { function in DataFilterXHTML2XHTML
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/
H A DFunctionCommentSniff.php47 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) function in MySource_Sniffs_Commenting_FunctionCommentSniff
49 parent::process($phpcsFile, $stackPtr);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php15 function process($tmp_filename, $content_type) { function in convert_to_pdf::MyDestinationFile
93 $pipeline->process('', $media);
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DStaggeredDelimiterProcessor.php91 public function process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse): void
93 $this->findProcessor($delimiterUse)->process($opener, $closer, $delimiterUse);
86 public function process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) global() function in League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php70 private $process; variable in Symfony\\Component\\Process\\Process
339 …$this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $e…
341 if (!\is_resource($this->process)) {
382 $process = clone $this;
383 $process->start($callback, $env);
385 return $process;
1425 $this->processInformation = proc_get_status($this->process);
1529 if (\is_resource($this->process)) {
1530 proc_close($this->process);
1565 $this->process = null;
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.css.js5 …rush.push({pattern:new RegExp(colorMatcher.join("|"),"gi"),klass:'color',process:function(element,…
6 …h({pattern:/([\-\w]+):/g,matches:Syntax.extractMatches({klass:'property',process:Syntax.lib.webLin…
H A Djquery.syntax.core.js28 container.appendChild(node);};Syntax.Match.prototype.reduce=function(append,process){var start=this… argument
31 …this.offset,end-start);append(text,container);append(child.reduce(append,process),container);start…
33 if(process){container=process(container,this);}
101process=function(text,matches,options){var top=this.buildTree(text,0,matches);var lines=top.split(… method in Syntax.Brush
102 …(match.expression.owner){var process=match.expression.owner.processes[match.expression.klass];if(p…
106 var html=brush.process(text,options.matches,options);if(options.linkify!==false){jQuery('span.href'…
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md14 * added `Process::getStartTime()` to retrieve the start time of the process as float
36 * added the `Process::waitUntil()` method to wait for the process only for a
44 * added the `ProcessSignaledException` class to properly catch signaled process errors
115 the exit code returned by the process
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js5 var env = process.env;
32 'root': process.cwd()
225 return _.reduce(process.argv, function(result, value) {
256 process.stdout.write(text + blankLine.slice(text.length) + '\r');
494 process.exit(2);
875 process.on('SIGINT', function() {
877 process.exit();
903 process.exit(success ? 0 : 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml-isolation.phpt2 phpunit --process-isolation --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDocument.php277 ],'process' => [
278 'path' => 'v1/{+name}:process',
385 ],'process' => [
386 'path' => 'v1/{+name}:process',
/plugin/html2pdf/html2pdf/html2ps/destinations/
H A Dnull.php8 function process($filename, $content_type) { function in DestinationNull
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DProcessorInterface.php13 public function process(ResultSet $resultSet); function
/plugin/publish/
H A DREADME.txt1 Plug-in to allow simple page approval process.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DSniff.php91 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr); function
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit82 public function process($values=array())
226 $numErrors = $phpcs->process();

12345678910>>...28