Home
last modified time | relevance | path

Searched refs:create (Results 101 – 125 of 1906) sorted by last modified time

12345678910>>...77

/plugin/combo/resources/snippet/js/
H A Dsearch.js31 .create("internal-search-box", getSuggestedPagesAsAnchor)
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php277 $form = FormMeta::create("raw_metadata")
279 FormMetaField::create(MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY, DataType::JSON_TYPE_VALUE)
285 ->addField(FormMetaField::create(MetadataDokuWikiStore::CURRENT_METADATA, DataType::JSON_TYPE_VALUE)
/plugin/combo/ComboStrap/
H A DBrandButton.php93 $this->brand = Brand::create($brandName);
253 return Template::create($urlTemplate)->setProperties($templateData)->render();
260 return Template::create($urlTemplate)->setProperties($templateData)->render();
H A DCardTag.php182 $editButtonCall = EditButton::create("Edit Card $id")
H A DMetaManagerForm.php115 $formMeta = FormMeta::create($name)
184 FormMetaTab::create(self::TAB_PAGE_VALUE)
190 FormMetaTab::create(self::TAB_TYPE_VALUE)
196 FormMetaTab::create(self::TAB_REDIRECTION_VALUE)
202 FormMetaTab::create(self::TAB_IMAGE_VALUE)
208 FormMetaTab::create(self::TAB_QUALITY_VALUE)
213 FormMetaTab::create(self::TAB_LANGUAGE_VALUE)
218 FormMetaTab::create(self::TAB_INTEGRATION_VALUE)
223 FormMetaTab::create(self::TAB_CACHE_VALUE)
H A DOutline.php495 * Utility class to create a outline from a markup string
683 $editButton = EditButton::create($outlineSection->getLabel())
757 return OutlineVisitor::create($this)->getCalls();
897 $hasMainHeaderElement = TemplateForWebPage::create()
H A DOutlineVisitor.php47 public static function create(Outline $outline): OutlineVisitor function in ComboStrap\\OutlineVisitor
234 $editButton = EditButton::create("Edit the section `{$outlineSection->getLabel()}`")
H A DPanelTag.php147 LogUtility::error("No label was found in the panel (number " . $openingTag->getIdOrDefault() . "). They are mandatory to create tabs or accordion", PanelTag::PANEL_LOGICAL_MARKUP);
166 $editButtonCall = EditButton::create("Edit panel $id")
H A DEditButton.php98 public static function create($label): EditButton function in ComboStrap\\EditButton
109 $editButton = EditButton::create($label)
H A DEditButtonManager.php32 // create
55 $editButton = EditButton::create($name)
H A DFetcherMarkup.php113 * @var WikiPath the context path, it's important to resolve relative link and to create cache for each context namespace for instance
220 LogUtility::warning("A markup handler is not running, we couldn't create a child.");
607 $this->markupDynamicRender = MarkupDynamicRender::create($this->builderName);
791 * (Path is mandatory to create the buttons)
1011 * We create a fetcher markup to not have the same {@link self::getId()}
1020 ->setRequestedMime(Mime::create(Mime::INSTRUCTIONS))
H A DFetcherMarkupWebcode.php138 $html = TemplateForWebPage::create()
H A DFetcherPageBundler.php104 return TemplateForWebPage::create()
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php68 static function create(ResourceCombo $page, WikiPath $alias): Alias function in ComboStrap\\Meta\\Field\\Alias
H A DPageImage.php52 public static function create(WikiPath $image, ResourceCombo $page): PageImage function in ComboStrap\\Meta\\Field\\PageImage
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/combo/syntax/
H A Dvariable.php44 return Template::create($string)->setProperties($contextData)->render();
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php59 public static function create($name): FormMeta function in ComboStrap\\Meta\\Form\\FormMeta
93 $tab = FormMetaTab::create($element);
H A DFormMetaField.php120 public static function create(string $name, string $type): FormMetaField function in ComboStrap\\Meta\\Form\\FormMetaField
133 $field = FormMetaField::create($metadata->getName(), $metadata->getDataType());
H A DFormMetaTab.php32 public static function create(string $tabName): FormMetaTab function in ComboStrap\\Meta\\Form\\FormMetaTab
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md123 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::chrome());
125 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::firefox());
127 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::microsoftEdge());
150 $driver = RemoteWebDriver::create($serverUrl, $desiredCapabilities);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php253 $newContext = SingletonPredictionContext::create($context, $t->followState->stateNumber);
H A DCommonTokenFactory.php88 public function create(int $type, string $text) : Token function in Antlr\\Antlr4\\Runtime\\CommonTokenFactory
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
122 The simplest way to assign data is to create an Array model. The model will contain all the data that will be passed to the template.
658 To create your own helper, use the method: `Handlebars::addHelper($name, $callback)`

12345678910>>...77