Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 25 of 39) sorted by relevance

12

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php66 'Unexpected closing tag: /' . $token[Tokenizer::NAME]
71 && isset($result[Tokenizer::NAME])
72 && $result[Tokenizer::NAME] == $token[Tokenizer::NAME]
H A DTemplate.php133 && $current[Tokenizer::NAME] === $stop
201 && $current[Tokenizer::NAME] === $stop
229 $sectionName = $current[Tokenizer::NAME];
299 $sectionName = $current[Tokenizer::NAME];
319 $partial = $this->handlebars->loadPartial($current[Tokenizer::NAME]);
339 $name = $current[Tokenizer::NAME];
H A DTokenizer.php65 const NAME = 'name'; define in Handlebars\\Tokenizer
181 self::NAME => trim($this->buffer),
203 $lastName = $this->tokens[$lastIndex][self::NAME];
205 $this->tokens[$lastIndex][self::NAME] = trim(
/template/headstrong/
DMakefile15 NAME = minimal macro
17 STAGE = $(BUILD)/$(NAME)
40 @(cd $(BUILD) && $(ZIP) -rq $(ZIP_NAME) $(NAME))
45 @(cd $(BUILD) && $(TAR) -czf $(TAR_NAME) $(NAME))
/template/strap/lang/en/
H A Dsettings.php61 …erLink(action_plugin_combo_router::CANONICAL, action_plugin_combo_router::NAME) . ' - If unchecked…
62 …tDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection A…
63 …tDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection A…
64 …tDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection A…
65 …tDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection A…
67 …DocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection M…
68 …DocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection M…
69 …::getDocumentationHyperLink("best:page:name", action_plugin_combo_router::NAME . " - Best Page Nam…
70 …::getDocumentationHyperLink("best:page:name", action_plugin_combo_router::NAME . " - Best Page Nam…
71 …::getDocumentationHyperLink("best:page:name", action_plugin_combo_router::NAME . " - Best Page Nam…
[all …]
/template/strap/ComboStrap/
H A DFetcherRailBar.php26 const CANONICAL = self::NAME;
27 const NAME = "railbar"; define in ComboStrap\\FetcherRailBar
203 return self::NAME;
246 $railBarClass = StyleAttribute::addComboStrapSuffix(self::NAME);
357 $railBarClass = StyleAttribute::addComboStrapSuffix(self::NAME);
358 $railBarFixedClassOrId = StyleAttribute::addComboStrapSuffix(self::NAME . "-fixed");
394 return self::NAME;
H A DFetcherPageSearch.php8 const NAME = "page-search"; define in ComboStrap\\FetcherPageSearch
28 return self::NAME;
100 return self::NAME;
H A DPageProtection.php30 const NAME = "page-protection"; define in ComboStrap\\PageProtection
59 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId(self::NAME);
H A DFetcherPage.php17 const NAME = "page"; define in ComboStrap\\FetcherPage
147 LogUtility::internalError("The cache HTML fragment file was not found", self::NAME);
186 return self::NAME;
209 …untimeInternal("This fetcher page object has already been close and cannot be reused", self::NAME);
299 throw new ExceptionRuntimeInternal("Not a local wiki path", self::NAME, 1, $e);
H A DFetcherMarkupWebcode.php29 const NAME = "markup"; define in ComboStrap\\FetcherMarkupWebcode
61 …LogUtility::internalError("The cache buster should be good. Error:{$e->getMessage()}", self::NAME);
90 return self::NAME;
H A DFetcherRawLocalPath.php17 const NAME = "raw"; define in ComboStrap\\FetcherRawLocalPath
95 return self::NAME;
H A DFetcherAppPages.php21 const NAME = "page-app"; define in ComboStrap\\FetcherAppPages
52 ->addQueryParameter("do", self::NAME);
148 return self::NAME;
H A DFetcherMarkupInstructions.php8 public const NAME = "instructions"; define in ComboStrap\\FetcherMarkupInstructions
H A DFetcherPageBundler.php21 const CANONICAL = self::NAME;
22 const NAME = "pagebundler"; define in ComboStrap\\FetcherPageBundler
77 return self::NAME;
H A DMetadataFrontmatterStore.php25 const NAME = "frontmatter"; define in ComboStrap\\MetadataFrontmatterStore
26 const CANONICAL = self::NAME;
290 return self::NAME;
H A DFetcherMarkupBuilder.php257 $rendererName = FetcherMarkupInstructions::NAME;
/template/strap/db/combo-secondary/
H A Dupdate0003.sql6 NAME TEXT, -- Name field
10 constraint pk_events_queue primary key (NAME, DATA_HASH)
H A Dupdate0001.sql4 NAME TEXT, -- Name field
/template/strap/db/combo/
H A Dupdate0022.sql12 NAME TEXT, field
36 INSERT INTO pages_new (ID, PATH, PAGE_ID, PAGE_ID_ABBR, CANONICAL, NAME, TITLE, H1, DESCRIPTION, DA…
44 NAME,
87 create index PAGES_PAGES_NAME on PAGES (NAME);
H A Dupdate0006.sql6 alter table PAGES add column NAME TEXT;
14 create index if not exists PAGES_NAME ON PAGES (NAME ASC);
/template/strap/action/
H A Ddocustom.php149 $action = self::getDoParameterValue(FetcherPage::NAME);
161 $action = self::getDoParameterValue(FetcherAppPages::NAME);
H A Drouter.php53 const NAME = 'Url Manager'; define in action_plugin_combo_router
/template/strap/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js.map1NAME","DATA_KEY","EVENT_KEY","JQUERY_NO_CONFLICT","Event","CLOSE","CLOSED","CLICK_DATA_API","Class…
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.js6NAME,i=e.fn[s];e.fn[s]=t.jQueryInterface,e.fn[s].Constructor=t,e.fn[s].noConflict=()=>(e.fn[s]=i,t… getter
H A Dbootstrap.min.js.map1NAME","JQUERY_NO_CONFLICT","fn","jQueryInterface","Constructor","noConflict","readyState","execute…

12