Home
last modified time | relevance | path

Searched refs:create (Results 76 – 100 of 1906) sorted by relevance

12345678910>>...77

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DReturn_.php41 public static function create( function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Return_
53 $description = $descriptionFactory->create(isset($parts[1]) ? $parts[1] : '', $context);
H A DGeneric.php50 public static function create( function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Generic
60 … $description = $descriptionFactory && $body ? $descriptionFactory->create($body, $context) : null;
H A DThrows.php41 public static function create( function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Throws
53 $description = $descriptionFactory->create(isset($parts[1]) ? $parts[1] : '', $context);
H A DSource.php47 …public static function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $c… function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Source
66 … return new static($startingLine, $lineCount, $descriptionFactory->create($description, $context));
H A DSee.php49 public static function create( function in phpDocumentor\\Reflection\\DocBlock\\Tags\\See
59 $description = isset($parts[1]) ? $descriptionFactory->create($parts[1], $context) : null;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst15 $serializer = JMS\Serializer\SerializerBuilder::create()->build();
34 $serializer = JMS\Serializer\SerializerBuilder::create()->build();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php23 $this->serializer = SerializerBuilder::create()->build();
33 $context = SerializationContext::create()
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php53 public static function create(): PageImages function in ComboStrap\\Meta\\Field\\PageImages
103 $pageImage = PageImage::create($imagePathObject, $page);
117 $images = [$persistentValue => PageImage::create($imagePathObject, $page)];
198 $pageImage = PageImage::create($pageImagePathValue, $this->getResource());
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst29 Internally, Twig uses the PHP `IntlDateFormatter::create()`_ function for
86 Internally, Twig uses the PHP `NumberFormatter::create()`_ function for
124 Internally, Twig uses the PHP `NumberFormatter::create()`_ function for
139 .. _`IntlDateFormatter::create()`: http://php.net/manual/en/intldateformatter.create.php
148 .. _`NumberFormatter::create()`: http://php.net/manual/en/numberformatter.create.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.iframe.php5 function &create(&$root, &$pipeline) { function in IFrameBox
53 $converter = Converter::create();
/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php59 public static function create($format): MarkupDynamicRender function in ComboStrap\\MarkupDynamicRender
62 * Don't create a static object
75 return self::create("xhtml");
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php47 $success = TemplateForComponent::create($subscribeTag . "-success")->render([]);
59 $form = TemplateForComponent::create($subscribeTag . "-form")->render($data);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php73 public function create($docblock, Types\Context $context = null, Location $location = null) function in phpDocumentor\\Reflection\\DocBlockFactory
95 $description ? $this->descriptionFactory->create($description, $context) : null,
231 $result[$key] = $this->tagFactory->create(trim($tagLine), $context);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPolicySimulator.php77 'create' => [
176 'create' => [
234 'create' => [
H A DTagManager.php140 'create' => [
208 'create' => [
416 'create' => [
538 'create' => [
606 'create' => [
688 'create' => [
809 'create' => [
891 'create' => [
973 'create' => [
1055 'create' => [
[all …]
H A DAndroidManagement.php74 'create' => [
327 'create' => [
419 'create' => [
491 'create' => [
511 'create' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc28 $client = ClientBuilder::create()
42 $client = ClientBuilder::create()
48 Where <id> and <key> are generated when you create a new API key. The API key is
69 $client = ClientBuilder::create()
84 {ref-7x}/security-api-create-api-key.html[here], you can use these values to
90 $client = ClientBuilder::create()
94 <1> ApiKey pair of `id` and `api_key` from the create API key response.
133 $client = ClientBuilder::create()
151 $client = ClientBuilder::create()
176 $client = ClientBuilder::create()
[all...]
/plugin/farmer/lang/en/
H A Dtab_new_help.txt3 Animals are the independent subwikis of a Dokuwiki farm. To create a new animal a name has to be assigned.
28 to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
30 You can choose to not create any users. This should only be chosen when inheriting users from the Farmer was enabled in the
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php49 $event = $vcal->create('VEVENT');
52 $prop = $vcal->create('CALSCALE');
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php34 $calendar = VObject\Component::create('VCALENDAR');
44 $event = VObject\Component::create('VEVENT');
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php34 $calendar = VObject\Component::create('VCALENDAR');
44 $event = VObject\Component::create('VEVENT');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist3 $config = PhpCsFixer\Config::create()
49 PhpCsFixer\Finder::create()
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php34 $calendar = VObject\Component::create('VCALENDAR');
44 $event = VObject\Component::create('VEVENT');
/plugin/userhomepage/lang/en/
H A Duserhomepage_publicspace.default5 …* To create a page inside this public space, simply use the standard link syntax __without any nam…
8 * To create a sub-namespace, simply indicate the new page's full position :
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak64 if(!@mkdir($farmconf['farmer'], 0755)) die('Cannot create farmer dir');;
65 if(!@mkdir($farmconf['barn'], 0755)) die('Cannot create barn');
90 }else die('Could not create farm rewrite file');
106 }else die('Could not create barn rewrite file');
112 …if(!@mkdir($farmconf['barn'].$farmconf['animaltemplate'], 0755)) die('Cannot create animal default…
124 }else die('Could not create animal template metafile');

12345678910>>...77