Home
last modified time | relevance | path

Searched refs:context (Results 351 – 375 of 1053) sorted by relevance

1...<<11121314151617181920>>...43

/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php796 $this->_show_item($box, $offset, $context, $media, $postponed_filter);
810 $context->sort_absolute_positioned_by_z_index();
877 $this->renderAbsolutePositioned($context);
879 $this->renderFixedPositioned($context);
1080 function renderAbsolutePositioned(&$context) { argument
1082 $current_box =& $context->absolute_positioned[$j];
1095 function renderFixedPositioned(&$context) { argument
1096 for ($j=0, $size = count($context->fixed_positioned); $j<$size; $j++) {
1097 $current_box =& $context->fixed_positioned[$j];
1176 $context = new FlowContext;
[all …]
H A Dfilter.post.positioned.class.php6 function PostTreeFilterPositioned(&$context) { argument
7 $this->_context =& $context;
H A Dbox.table.row.php140 function get_table_columns_max_widths(&$context) { argument
148 $widths[] = $this->content[$i]->get_max_width($context);
155 function get_table_columns_min_widths(&$context) { argument
163 $widths[] = $this->content[$i]->get_min_width($context);
/plugin/codemirror/dist/modes/
H A Drst.min.js.map1context","current","tmp_stex","undefined","tmp","peek","to_verbatim","tmp_py","eatSpace","eol","sk…
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js95 var $ = function ( selector, context ) { argument
96 context = context || document;
97 return context.querySelector(selector);
102 var $$ = function ( selector, context ) { argument
103 context = context || document;
104 return arrayify( context.querySelectorAll(selector) );
664 var context = this, args = arguments;
667 fn.apply(context, args);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInitializedBlogPostConstructor.php22 …ce $visitor, ClassMetadata $metadata, $data, array $type, DeserializationContext $context): ?object argument
25 return $this->fallback->construct($visitor, $metadata, $data, $type, $context);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DDebugExtension.php51 function twig_var_dump(Environment $env, $context, array $vars = []) argument
61 foreach ($context as $key => $value) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DFencedCodeParser.php
/plugin/combo/ComboStrap/
H A DCarrouselTag.php62 $context = null;
64 $context = $parent->getTagName();
66 return array(PluginUtility::CONTEXT => $context);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php44 protected $context;
186 $this->context = null;
347 $this->context = \stream_context_create([
351 return $this->context;
43 protected $context; global() variable in FreeDSx\\Socket\\Socket
/plugin/issuetracker/
H A Dprototype.js386 function bind(context) { argument
3215 context = context || element.parentNode;
3987 var origContext = context = context || document;
3989 if ( context.nodeType !== 1 && context.nodeType !== 9 ) {
4016 [ context ] :
4035 if ( context ) {
4057 pop = context;
4078 } else if ( context && context.nodeType === 1 ) {
4791 context = context || document;
4793 if ( !seed && context.nodeType === 9 && !isXML(context) ) {
[all …]
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md9 composer require sebastian/recursion-context
13 composer require --dev sebastian/recursion-context
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php26 parse(ContextInterface $context, Cursor $cursor) global() argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DMethod.php20 public function __construct(\DOMElement $context, $name) argument
22 $this->contextNode = $context;
H A DFacade.php85 private function processDirectory(DirectoryNode $directory, Node $context) argument
87 $dirObject = $context->addDirectory($directory->getName());
100 private function processFile(FileNode $file, Directory $context) argument
102 $fileObject = $context->addFile(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php26 protected $context; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\EventDispatcherTest
85 $event = new ObjectEvent($this->context, $object, ['name' => 'foo', 'params' => []]);
104 $event = new ObjectEvent($this->context, $object, ['name' => 'foo', 'params' => []]);
192 $this->context = $this->getMockBuilder(Context::class)->getMock();
195 …$this->event = new ObjectEvent($this->context, new \stdClass(), ['name' => 'foo', 'params' => []]);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php50 * All of that is done without using the outer context because we want to create
52 * prediction. One DFA works in all contexts. We avoid using context not
56 * prediction occurs without invoking another rule's ATN, there are no context
57 * stacks in the configurations. When lack of context leads to a conflict, we
62 * retry the ATN simulation, this time using full outer context without adding
63 * to the DFA. Configuration context stacks will be the full invocation stacks
64 * from the start rule. If we get a conflict using full context, then we can
67 * context. (It is not context-sensitive in the sense of context
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php28 public function encode(Message $message, SaslContext $context): string argument
49 public function decode(string $data, SaslContext $context): Message argument
/plugin/semanticdata/phpSesame/
H A DphpSesame.php231 …equest2($this->dsn . '/repositories/' . $this->repository . '/statements?context=' . $context, HTT…
270 …equest2($this->dsn . '/repositories/' . $this->repository . '/statements?context=' . $context, HTT…
420 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/size?context='…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DPasswordModifyRequest.php126 $this->requestValue->addChild(Asn1::context(0, Asn1::octetString($this->userIdentity)));
129 $this->requestValue->addChild(Asn1::context(1, Asn1::octetString($this->oldPassword)));
132 $this->requestValue->addChild(Asn1::context(2, Asn1::octetString($this->newPassword)));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php14 * A semantic context which is true whenever at least one of the contained
67 * The evaluation of predicates by this context is short-circuiting, but
86 foreach ($this->operand as $context) {
87 $evaluated = $context->evalPrecedence($parser, $parserCallStack);
88 $differs |= ($evaluated !== $context);
91 // The OR context is true if any element is true
105 // all elements were false, so the OR context is false
/plugin/jplayer/components/
H A Drequire-built.js1209 context = { class in newContext
1651 context.require = context.makeRequire();
1652 return context;
1694 if (!context) {
1789 var config = (context && context.config) || {},
1941 var node, context;
4405 context: ancestor,
4462 context: fn,
4470 context: cssSel,
4578 context: key,
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php153 $substrings->addChild(Asn1::context(0, Asn1::octetString($this->startsWith)));
157 $substrings->addChild(Asn1::context(1, Asn1::octetString($contain)));
161 $substrings->addChild(Asn1::context(2, Asn1::octetString($this->endsWith)));
164 return Asn1::context(self::CHOICE_TAG, Asn1::sequence(
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSince.php57 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null) argument
71 $descriptionFactory->create(isset($matches[2]) ? $matches[2] : '', $context)
H A DVersion.php57 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null) argument
71 $descriptionFactory->create(isset($matches[2]) ? $matches[2] : '', $context)

1...<<11121314151617181920>>...43