Home
last modified time | relevance | path

Searched +defs:type +defs:value (Results 1 – 25 of 38) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/
DToken.php22 private $value; variable in Twig\\Token
23 private $type; variable in Twig\\Token
46 public function __construct($type, $value, $lineno)
71 public function test($type, $values = null)
117 public static function typeToString($type, $short = false)
176 public static function typeToEnglish($type)
DTokenStream.php71 public function expect($type, $value = null, string $message = null): Token
DParser.php232 public function setBlock($name, BlockNode $value)
274 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null)
279 public function getImportedSymbol($type, $alias)
DLexer.php439 private function pushToken($type, $value = '')
/template/starterpjax/
Djquery.pjax.js126 type: form.method.toUpperCase(), property
178 function fire(type, args) { argument
460 type: 'hidden', property
462 value: method.toLowerCase() property
468 $.each(data.split('&'), function(index, value) { argument
470 form.append($('<input>', {type: 'hidden', name: pair[0], value: pair[1]})) property
474 form.append($('<input>', {type: 'hidden', name: key, value: data[key]})) property
705 function cachePush(id, value) { argument
728 function cachePop(direction, id, value) { argument
776 type: 'GET', property
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php19 protected $type; variable in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
78 public function selectByValue($value)
100 protected function byValue($value, $select = true)
193 protected function getRelatedElements($value = null)
/template/strap/ComboStrap/Meta/Form/
H A DFormMetaField.php83 private $type; variable in ComboStrap\\Meta\\Form\\FormMetaField
108 public function __construct($name, $type)
120 public static function create(string $name, string $type): FormMetaField
388 function addValue($value, $defaultValuePlaceholderOrReturned = null): FormMetaField
513 function setValue($value, $default = null): FormMetaField
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php115 public function __construct(int $type = 0, string $content = '', int $position = -1) {
168 public function __set(string $name, $value): void {
187 public static function typeToString(int $type): string {
/template/ospyramid/js/libs/
Djquery-1.6.1.js803 access: function( elems, key, value, exec, fn, pass ) { argument
1107 return function( value ) { argument
1597 data: function( key, value ) { argument
1706 function handleQueueMarkDefer( elem, type, src ) { argument
1728 _mark: function( elem, type ) { argument
1735 _unmark: function( force, elem, type ) { argument
1754 queue: function( elem, type, data ) { argument
1770 dequeue: function( elem, type ) { argument
1802 queue: function( type, data ) { argument
1819 dequeue: function( type ) { argument
[all …]
/template/strap/ComboStrap/
H A DCall.php609 function &addAttribute($key, $value)
704 function setContext($value)
798 function addClassName(string $value): Call
857 function setType($type)
867 function addCssStyle($key, $value)
960 function setAttribute(string $name, $value): Call
967 function setPluginData(string $name, $value): Call
H A DMarkupPath.php72 private $type; variable in ComboStrap\\MarkupPath
421 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
[all …]
H A DTagAttributes.php380 public static function toQualifiedCssValue($value): string
769 public function addOutputAttributeValue($key, $value): TagAttributes
792 public function addOutputAttributeValueIfNotEmpty($key, $value)
907 function addStyleDeclarationIfNotSet($property, $value)
913 function setStyleDeclaration($property, $value): TagAttributes
1143 function setType($type): TagAttributes
H A DColorRgb.php296 private static function round(float $value): float
827 function setNameType(string $type): ColorRgb
H A DSnippet.php186 public static function createSnippetFromComponentId($componentId, $type): Snippet
650 public function addHtmlAttribute(string $name, string $value): Snippet
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php840 public function compileValue($value) {
1007 protected function lib_extract($value) {
1016 protected function lib_isnumber($value) {
1020 protected function lib_isstring($value) {
1024 protected function lib_iscolor($value) {
1028 protected function lib_iskeyword($value) {
1032 protected function lib_ispixel($value) {
1036 protected function lib_ispercentage($value) {
1040 protected function lib_isem($value) {
1044 protected function lib_isrem($value) {
[all …]
/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)
1400 …(Environment $env, Source $source, $object, $item, array $arguments = [], $type = /* Template::ANY…
1648 function twig_check_arrow_in_sandbox(Environment $env, $arrow, $thing, $type)
/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"&amp;"; argument
405 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"&lt;"; argument
1155 }params.push({name:decodeURIComponent(parts[0]),value:decodeURIComponent(parts[1])}) property
1156 }else{params.push({name:decodeURIComponent(parts[0]),value:""}) property
1179 }params.push({name:decodeURIComponent(parts[0]),value:[decodeURIComponent(parts[1])]}) property
1180 }else{params.push({name:decodeURIComponent(parts[0]),value:[""]}) property
[all …]
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php82 public function __construct($text, string $type = self::XML_TYPE)
302 public function setRootAttribute($name, $value)
/template/templar/js/
Dbootstrap-tooltip.js38 , init: function (type, element, options) { argument
87 this._options && $.each(this._options, function (key, value) { argument
/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap.php49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding…
100 function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); }
115 function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); }
Dbootstrap80.php45 … null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); }
96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in…
111 …function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_inpu…
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding…
100 function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); }
115 function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); }
H A Dbootstrap80.php45 … null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); }
96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in…
111 …function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_inpu…
/template/starterbootstrap/js/
Dbootstrap.js402 Carousel.prototype.slide = function (type, next) { argument
1233 Tooltip.prototype.init = function (type, element, options) { argument
1282 this._options && $.each(this._options, function (key, value) { argument
2014 type: 'hidden.bs.tab', property
2018 type: 'shown.bs.tab', property
/template/flat/assets/js/
Dflat.js386 Carousel.prototype.slide = function (type, next) { argument
1250 Tooltip.prototype.init = function (type, element, options) { argument
1299 this._options && $.each(this._options, function (key, value) { argument
2016 type: 'hidden.bs.tab', property
2020 type: 'shown.bs.tab', property

12