Home
last modified time | relevance | path

Searched refs:Context (Results 26 – 50 of 185) sorted by relevance

12345678

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php287 public function functionNames() : Context\FunctionNamesContext
289 $localContext = new Context\FunctionNamesContext($this->ctx, $this->getState());
323 public function tableNames() : Context\TableNamesContext
325 $localContext = new Context\TableNamesContext($this->ctx, $this->getState());
359 public function sqlNames() : Context\SqlNamesContext
361 $localContext = new Context\SqlNamesContext($this->ctx, $this->getState());
395 public function column() : Context\ColumnContext
397 $localContext = new Context\ColumnContext($this->ctx, $this->getState());
455 public function pattern() : Context\PatternContext
457 $localContext = new Context\PatternContex
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DGraphNavigator.php27 * @var Context
39 public function initialize(VisitorInterface $visitor, Context $context): void
H A DGraphNavigatorInterface.php18 public function initialize(VisitorInterface $visitor, Context $context): void;
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js --
12 * Right Context Menu configuration for all users:
29 * Right Context Menu configuration for admin users:
39 * Right Context Menu configuration for authenticated users:
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will…
91 …n order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will
109 * @var Types\Context
120 a new class named `\phpDocumentor\Reflection\Types\Context` with the name of the namespace and the …
123 ### Creating a Context
125 You can do this by manually creating a Context like this:
128 $context = new \phpDocumentor\Reflection\Types\Context(
150 ### Using the Context
152 After you have obtained a Context it is just a matter of passing it along with the `resolve` method…
159 $type = $typeResolver->resolve('Types\Context', $context);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php7 use JMS\Serializer\Context; alias
37 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php106 protected function &_open($streamName, Stream\Context $context = null)
250 if (false === Stream\Context::contextExists($context)) {
258 $context = Stream\Context::getInstance($context);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst40 use JMS\Serializer\Context;
62 …zeDateTimeToJson(JsonSerializationVisitor $visitor, \DateTime $date, array $type, Context $context)
67 …zeDateTimeToJson(JsonDeserializationVisitor $visitor, $dateAsString, array $type, Context $context)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php35 protected $contextType = Context::class;
159 * @param Context
161 public function setContext(Context $context)
166 * @return Context
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php35 protected $contextType = Context::class;
159 * @param Context
161 public function setContext(Context $context)
166 * @return Context
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php35 protected $contextType = Context::class;
159 * @param Context
161 public function setContext(Context $context)
166 * @return Context
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php35 protected $contextType = Context::class;
159 * @param Context
161 public function setContext(Context $context)
166 * @return Context
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php73 public function create($docblock, Types\Context $context = null, Location $location = null)
87 $context = new Types\Context('');
222 private function parseTagBlock($tags, Types\Context $context)
H A DDocBlockFactoryInterface.php22 public function create($docblock, Types\Context $context = null, Location $location = null);
/plugin/slacknotifier/
H A Daction.php16 use dokuwiki\plugin\slacknotifier\helper\Context;
118 $formatted = $formatter->format($event, new Context());
14 use dokuwiki\plugin\slacknotifier\helper\Context; global() alias
/plugin/tindexmenu/
H A DCREDITS49 Context menu search function and great help in testing patches.
58 Context menu patch and other suggestions
/plugin/indexmenu/
H A DCREDITS49 Context menu search function and great help in testing patches.
58 Context menu patch and other suggestions
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php7 use JMS\Serializer\Context; alias
20 /** @var Context */
152 $this->context = $this->getMockBuilder(Context::class)->getMock();
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php216 * @param \Handlebars\Context $context context object
289 * @param \Handlebars\Context $context context object
323 Context::DATA_KEY => $key,
324 Context::DATA_INDEX => $key,
325 Context::DATA_LAST => $key == ($itemCount - 1),
326 Context::DATA_FIRST => $key == 0,
335 Context::DATA_KEY => $key,
364 * @param \Handlebars\Context $context
384 * @param \Handlebars\Context $context context object
411 * @param \Handlebars\Context
[all...]
/plugin/codemirror/dist/modes/
H A Dsmalltalk.min.js.map1Context","tokenizer","parent","this","next","Token","name","context","eos","State","expectVariable…
H A Djsx.min.js.map1Context","state","mode","depth","prev","this","copyContext","context","copyState","defineMode","co…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Log/
H A DContext.php5 class Context class
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php40 use Hoa\Stream\Context as SUT;
51 class Context extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php6 use SebastianBergmann\RecursionContext\Context; alias
153 $processed = new Context;
/plugin/slacknotifier/helper/
H A DContext.php8 * Context of the edit.
14 class Context class

12345678