| /template/twigstarter/vendor/twig/twig/src/ |
| D | Token.php | 22 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)
|
| D | TokenStream.php | 71 public function expect($type, $value = null, string $message = null): Token
|
| D | Parser.php | 232 public function setBlock($name, BlockNode $value) 274 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null) 279 public function getImportedSymbol($type, $alias)
|
| D | Lexer.php | 439 private function pushToken($type, $value = '')
|
| /template/starterpjax/ |
| D | jquery.pjax.js | 126 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 D | AbstractWebDriverCheckboxOrRadio.php | 19 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 D | FormMetaField.php | 83 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 D | Token.php | 115 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/ |
| D | jquery-1.6.1.js | 803 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 D | Call.php | 609 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 D | MarkupPath.php | 72 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 D | TagAttributes.php | 380 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 D | ColorRgb.php | 296 private static function round(float $value): float 827 function setNameType(string $type): ColorRgb
|
| H A D | Snippet.php | 186 public static function createSnippetFromComponentId($componentId, $type): Snippet 650 public function addHtmlAttribute(string $name, string $value): Snippet
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 840 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/ |
| D | CoreExtension.php | 582 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 D | firebug-lite-1.4.js | 342 }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"<"; 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 D | XmlDocument.php | 82 public function __construct($text, string $type = self::XML_TYPE) 302 public function setRootAttribute($name, $value)
|
| /template/templar/js/ |
| D | bootstrap-tooltip.js | 38 , init: function (type, element, options) { argument 87 this._options && $.each(this._options, function (key, value) { argument
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 49 …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); }
|
| D | bootstrap80.php | 45 … 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 D | bootstrap.php | 49 …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 D | bootstrap80.php | 45 … 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/ |
| D | bootstrap.js | 402 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/ |
| D | flat.js | 386 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
|