Home
last modified time | relevance | path

Searched +defs:name +defs:value (Results 26 – 50 of 55) sorted by relevance

123

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js342 }function createSimpleEscape(name,direction){return function(value){var list=entityConversionLists[… argument
389 this.escapeNewLines=function(value){return value.replace(/\r/g,"\\r").replace(/\n/g,"\\n") argument
391 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value argument
393 this.escapeJS=function(value){return value.replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace('"','\… argument
395 function escapeHTMLAttribute(value){function replaceChars(ch){switch(ch){case"&":return"&"; argument
405 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"&lt;"; argument
759 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
768 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
776 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
778 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
[all …]
/template/bootstrap3/
Ddetail.php463 $value = tpl_img_getTag($tag); variable
464 … $name = str_ireplace("$section.", '', $tag); variable
/template/strap/ComboStrap/
H A DTemplate.php48 public static function toValidVariableName(string $name)
53 public function setProperty($key, $value): Template
H A DSiteConfig.php124 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE…
393 public function addInterWiki(string $name, string $value): SiteConfig
422 public function setCanonicalUrlType(string $value): SiteConfig
507 public function setConfDokuWiki(string $key, $value): SiteConfig
H A DFetcherSvg.php135 private string $name; variable in ComboStrap\\FetcherSvg
169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg
711 function setRequestedName(string $name): FetcherSvg
814 private function setMarkup(string $markup, string $name): FetcherSvg
1574 public function setRequestedClass(string $value): FetcherSvg
H A DPluginUtility.php497 static function getPropertyValue($name, $default = null)
696 static function addStyleProperty($property, $value, array &$attributes)
799 static function addAttributeValue($attribute, $value, array &$attributes)
1056 public static function getModeFromPluginName($name)
H A DColorRgb.php260 private $name; variable in ComboStrap\\ColorRgb
296 private static function round(float $value): float
837 function setName(string $name): ColorRgb
H A DExecutionContext.php534 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE…
560 public function getRuntimeBoolean(string $name): bool
669 public function setCanonicalUrlType(string $value): ExecutionContext
703 public function setConfGlobal(string $key, string $value): ExecutionContext
H A DMarkupPath.php421 function setCanBeOfLowQuality(bool $value): MarkupPath
1309 …yIndicatorAndDeleteCacheIfNeeded(MetadataBoolean $lowQualityAttributeName, bool $value): MarkupPath
1366 function setPageType(string $value): MarkupPath
1492 function setEndDate($value): MarkupPath
1505 function setStartDate($value): MarkupPath
1517 function setPublishedDate($value): MarkupPath
1532 function setPageName($value): MarkupPath
1545 function setTitle($value): MarkupPath
1557 function setH1($value): MarkupPath
1569 function setRegion($value): MarkupPath
[all …]
H A DSite.php277 … public static function setConf($key, $value, ?string $namespace = PluginUtility::PLUGIN_BASE_NAME)
404 public static function setName($name)
779 public static function setCanonicalUrlType(string $value)
H A DTagAttributes.php380 public static function toQualifiedCssValue($value): string
391 public static function AttributeNameFromDokuwikiToCombo($name)
769 public function addOutputAttributeValue($key, $value): TagAttributes
792 public function addOutputAttributeValueIfNotEmpty($key, $value)
907 function addStyleDeclarationIfNotSet($property, $value)
913 function setStyleDeclaration($property, $value): TagAttributes
H A DSnippet.php481 public static function getInternalPathFromNameAndExtension($name, $extension): WikiPath
650 public function addHtmlAttribute(string $name, string $value): Snippet
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php297 public function getTemplateClass($name, $index = null)
316 public function render($name, array $context = [])
331 public function display($name, array $context = [])
347 public function load($name)
379 public function loadTemplate($name, $index = null)
387 public function loadClass($cls, $name, $index = null)
446 public function createTemplate($template, string $name = null)
480 public function isTemplateFresh($name, $time)
794 public function getFilter($name)
846 public function getTest($name)
[all …]
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDbStore.php291 public function getFromName(string $name, $default = null)
307 public function setFromPersistentName(string $name, $value, $default = null)
/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php114 public function setExperimentalOption($name, $value)
/template/sprintdoc/
H A Dsvg.php17 public function prependChild($name, $value = null) {
/template/strap/ComboStrap/Web/
H A DUrl.php357 public function addQueryParameter(string $key, ?string $value = null): Url
726 function resolve(string $name): Url
878 public function addQueryParameterIfNotActualSameValue(string $key, string $value): Url
914 public function addQueryParameterIfNotPresent(string $key, string $value)
927 public function setQueryParameter(string $key, string $value): Url
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php302 public function setRootAttribute($name, $value)
314 public function getRootAttributeValue($name): ?string
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php582 function twig_round($value, $precision = 0, $method = 'common')
755 function twig_join_filter($value, $glue = '', $and = null)
799 function twig_split_filter(Environment $env, $value, $delimiter, $limit = null)
830 function _twig_default_filter($value, $default = '')
951 function twig_in_filter($value, $compare)
1212 function twig_test_empty($value)
1241 function twig_test_iterable($value)
1306 function twig_source(Environment $env, $name, $ignoreMissing = false)
1594 function twig_array_column($array, $name, $index = null): array
/template/strap/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5 …=typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e|… function
/template/mikio/assets/
H A Dmikio-typeahead.js318 jQuery.each(items, function (key, value) { argument
332 name: value[_category] property
/template/argon-alt/assets/js/core/
Dpopper.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function
/template/argon/assets/js/core/
Dpopper.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function
/template/bootie/js/
Dpopper-1.14.7.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function
/template/strap/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function

123