Home
last modified time | relevance | path

Searched refs:create (Results 51 – 75 of 1906) sorted by last modified time

12345678910>>...77

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php310 return PdfIndirectObjectReference::create($token, $token2);
325 return PdfNumeric::create($token);
330 return PdfBoolean::create($token === 'true');
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php58 * Helper method to create an instance.
63 public static function create($string) function in setasign\\Fpdi\\PdfParser\\Type\\PdfHexString
/plugin/dw2pdf/tpl/default/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
/plugin/combo/ComboStrap/
H A DLocalPath.php125 public static function create(string $filePath): LocalPath function in ComboStrap\\LocalPath
H A DBrand.php117 $brands[] = self::create($brandName);
170 public static function create(string $brandName): Brand function in ComboStrap\\Brand
H A DBrandTag.php235 $urlTemplate = Template::create($url);
H A DMarkupCacheDependencies.php139 public static function create(FetcherMarkup $fetcherMarkup): MarkupCacheDependencies function in ComboStrap\\MarkupCacheDependencies
387 throw new ExceptionRuntimeInternal("There is no executing path, you can create a cache dependencies store", self::CANONICAL);
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");
H A DCreationDate.php32 public static function create(): CreationDate function in ComboStrap\\CreationDate
H A DExceptionNotEquals.php24 public static function create(string $message, $left, $right): ExceptionNotEquals function in ComboStrap\\ExceptionNotEquals
H A DMime.php61 public static function create(string $mime): Mime function in ComboStrap\\Mime
H A DFetcherAppPages.php78 $this->pageTemplate = TemplateForWebPage::create()
143 return Mime::create(Mime::HTML);
H A DFetcherMarkupBuilder.php310 $newFetcherMarkup->outputCacheDependencies = MarkupCacheDependencies::create($newFetcherMarkup);
H A DFetcherPage.php138 * (Do we create the page or return the cache)
181 return Mime::create(Mime::HTML);
222 $this->pageTemplate = TemplateForWebPage::create()
H A DPagePublicationDate.php137 return CreationDate::create()
H A DFetcherPdf.php35 return Mime::create(Mime::PDF);
H A DPageSql.php38 public static function create(string $string, MarkupPath $contextualPage = null): PageSql function in ComboStrap\\PageSql
H A DFetcherSvg.php654 return Mime::create(Mime::SVG);
1674 * Build is done late because we want to be able to create a fetch url even if the file is not a correct svg
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php87 public static function create( function in Facebook\\WebDriver\\Remote\\RemoteWebDriver
383 * Status returns information about whether a remote end is in a state in which it can create new sessions.
/plugin/combo/syntax/
H A Diterator.php384 $pageSql = PageSql::create($pageSql, $contextualPage);
533 * deleted to create one table
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php699 $transliterator = Transliterator::create('Any-Lower');
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php34 public static function create(): Aliases function in ComboStrap\\Meta\\Field\\Aliases
52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue());
89 LogUtility::msg("The path of the alias should not be empty to create a path", Alias::CANONICAL);
95 * We don't create via the {@link Aliases::addAlias()}
98 $aliases[] = Alias::create($this->getResource(), $path)
110 $aliases[] = Alias::create($this->getResource(), $path);
150 * because it would create a cycle
190 $deprecatedAliases[$alias] = Alias::create($this->getResource(), $alias)
293 $alias = Alias::create($this->getResource(), $path->getValue());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php574 $newContext = SingletonPredictionContext::create($config->context, $t->followState->stateNumber);
595 // should create the start state for rule 'a' (to save start state
596 // competition), but should not create target of ID state. The
H A DParserATNSimulator.php50 * All of that is done without using the outer context because we want to create
83 * memory. The goal is not to create the world's fastest parser anyway. I'd like
2195 $newContext = SingletonPredictionContext::create($config->context, $returnState->stateNumber);
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt4 This page permits you to create [[https://combostrap.com/page/rules|page rules]].

12345678910>>...77