Home
last modified time | relevance | path

Searched +defs:type +defs:value (Results 51 – 75 of 575) sorted by relevance

12345678910>>...23

/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.js48 LooseParser.prototype.finishNode = function finishNode (node, type) { argument
58 LooseParser.prototype.dummyNode = function dummyNode (type) { argument
66 this.last = {type: __acorn.tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
82 LooseParser.prototype.eat = function eat (type) { argument
108 LooseParser.prototype.expect = function expect (type) { argument
220 …replace = {start: e.pos, end: pos, type: __acorn.tokTypes.string, value: this$1.input.slice(e.pos … property
224 replace = {start: e.pos, end: pos, type: __acorn.tokTypes.regexp, value: re} property
227 type: __acorn.tokTypes.template, property
228 value: this$1.input.slice(e.pos, pos)} property
248 … if (replace === true) replace = {start: pos, end: pos, type: __acorn.tokTypes.name, value: "✖"} property
[all …]
Dacorn_loose.es.js44 LooseParser.prototype.finishNode = function finishNode (node, type) { argument
54 LooseParser.prototype.dummyNode = function dummyNode (type) { argument
62 this.last = {type: tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
78 LooseParser.prototype.eat = function eat (type) { argument
104 LooseParser.prototype.expect = function expect (type) { argument
216 …replace = {start: e.pos, end: pos, type: tokTypes.string, value: this$1.input.slice(e.pos + 1, pos… property
220 replace = {start: e.pos, end: pos, type: tokTypes.regexp, value: re} property
223 type: tokTypes.template, property
224 value: this$1.input.slice(e.pos, pos)} property
244 if (replace === true) replace = {start: pos, end: pos, type: tokTypes.name, value: "✖"} property
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.js49 LooseParser.prototype.finishNode = function finishNode (node, type) { argument
59 LooseParser.prototype.dummyNode = function dummyNode (type) { argument
67 this.last = {type: acorn.tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
83 LooseParser.prototype.eat = function eat (type) { argument
109 LooseParser.prototype.expect = function expect (type) { argument
221 …replace = {start: e.pos, end: pos, type: acorn.tokTypes.string, value: this$1.input.slice(e.pos + … property
225 replace = {start: e.pos, end: pos, type: acorn.tokTypes.regexp, value: re} property
228 type: acorn.tokTypes.template, property
229 value: this$1.input.slice(e.pos, pos)} property
249 … if (replace === true) replace = {start: pos, end: pos, type: acorn.tokTypes.name, value: "✖"} property
[all …]
Dacorn_loose.es.js43 LooseParser.prototype.finishNode = function finishNode (node, type) { argument
53 LooseParser.prototype.dummyNode = function dummyNode (type) { argument
61 this.last = {type: tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
77 LooseParser.prototype.eat = function eat (type) { argument
103 LooseParser.prototype.expect = function expect (type) { argument
215 …replace = {start: e.pos, end: pos, type: tokTypes.string, value: this$1.input.slice(e.pos + 1, pos… property
219 replace = {start: e.pos, end: pos, type: tokTypes.regexp, value: re} property
222 type: tokTypes.template, property
223 value: this$1.input.slice(e.pos, pos)} property
243 if (replace === true) replace = {start: pos, end: pos, type: tokTypes.name, value: "✖"} property
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DJsonSerializationVisitor.php39 public function visitNull($data, array $type)
47 public function visitString(string $data, array $type)
55 public function visitBoolean(bool $data, array $type)
63 public function visitInteger(int $data, array $type)
71 public function visitDouble(float $data, array $type)
82 public function visitArray(array $data, array $type)
109 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void
118 public function endVisitingObject(ClassMetadata $metadata, object $data, array $type)
176 public function setData(string $key, $value): void
DXmlDeserializationVisitor.php109 public function visitNull($data, array $type): void
116 public function visitString($data, array $type): string
123 public function visitBoolean($data, array $type): bool
138 public function visitInteger($data, array $type): int
145 public function visitDouble($data, array $type): float
152 public function visitArray($data, array $type): array
266 public function startVisitingObject(ClassMetadata $metadata, object $object, array $type): void
339 public function endVisitingObject(ClassMetadata $metadata, $data, array $type): object
422 public function isNull($value): bool
/plugin/struct/script/
H A DAggregationEditor.js112 type: 'hidden', property
114 value: $agg.attr('data-searchconf') property
120 type: 'hidden', property
122 value: JSINFO.id property
/plugin/pagestat/
Dscript.js143 this.top=PTwindow.MakeDimen({value:param_obj.top ,default_v:"2%"}); property
144 this.left=PTwindow.MakeDimen({value:param_obj.left ,default_v:"2%"}); property
145 this.width=PTwindow.MakeDimen({value:param_obj.width ,default_v:"auto"}); property
146 this.height=PTwindow.MakeDimen({value:param_obj.height ,default_v:"auto"}); property
666 {type:"area",nclass:"al_subt_src",height:"60%",width:"100%"}, property
667 {type:"static",nclass:"al_edit_src",height:"auto",width:"100%"}, property
668 {type:"wd_select"}, property
669 {type:"button",nclass:"al_filtword",value:"filt word",float:"right"}, property
670 {type:"area",nclass:"al_edit_words",height:"48%",width:"100%",display:"none"}, property
671 {type:"button",nclass:"al_checkword",value:"check word",float:"right",display:"none"}, property
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DTemplateTest.php259 public function testGetAttribute($defined, $value, $object, $item, $arguments, $type)
269 …public function testGetAttributeStrict($defined, $value, $object, $item, $arguments, $type, $excep…
291 public function testGetAttributeDefined($defined, $value, $object, $item, $arguments, $type)
301 … public function testGetAttributeDefinedStrict($defined, $value, $object, $item, $arguments, $type)
513 …public function getAttribute($object, $item, array $arguments = [], $type = Template::ANY_CALL, $i…
552 public function offsetSet($name, $value)
637 public function offsetSet($offset, $value)
760 public function offsetSet($offset, $value)
/plugin/swiftmail/Swift/Plugin/
DDecorator.php74 public function addPermittedType($type)
83 public function removePermittedType($type)
100 public function isPermittedType($type)
189 protected function replace($replacements, $value)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high)
H A DMeter.php304 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high)
/plugin/prosemirror/schema/
DNode.php14 protected $type; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
33 public function __construct($type)
93 public function attr($key, $value = null)
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js220 function is_token(token, type, val) { argument
322 function token(type, value, is_comment) { argument
329 type : type, property
330 value : value, property
447 function skip_line_comment(type) { argument
712 function is(type, value) { argument
751 function token_to_string(type, value) { argument
760 function expect_token(type, val) { argument
962 return new AST_Return({ value: value }); property
977 return new AST_Throw({ value: value }); property
[all …]
Dmozilla-ast.js173 value: value, property
192 value: from_moz(M.value), property
201 value: new AST_ClassInitBlock({ property
236 value: from_moz(M.value), property
326 value: "*", property
331 value: "*", property
403 value: "", property
411 value: "*", property
648 type: "RestElement", property
664 type: "RestElement", property
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php178 var $value = ''; variable in csstidy
300 function set_cfg($setting,$value)
318 function _add_token($type, $data, $do = false) {
332 function log($message,$type,$line = -1)
921 function is_important(&$value)
933 function gvw_important($value)
/plugin/asciidocjs/node_modules/babel-runtime/helpers/
DasyncGenerator.js16 function AwaitValue(value) { argument
61 function settle(type, value) { argument
65 value: value, property
76 value: value, property
122 await: function _await(value) { argument
/plugin/combo/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)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php53 protected $value; variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
66 …public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnA…
124 public function setValue(string $value)
202 public static function fromAsn1(AbstractType $type)
/plugin/authfacebook/lib/HttpClients/
DFacebookCurl.php55 public function setopt($key, $value)
107 public function getinfo($type)
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Djquery.transform2d.js83 set: function( elem, value ) { argument
144 set: function( elem, value, animate ) { argument
469 function parseFunction( type, value ) { argument
525 function append( arr1, arr2, value ) { argument
532 function toRadian(value) { argument
/plugin/owncloud/tpl/
Ddetail.php78 $type = trim(strstr($mime, '/'),'/'); // without application/ , text/, ... variable
109 $value = tpl_img_getTag($t); variable
/plugin/diagrams/script/
H A DDiagramsForm.js105type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options': property
107 {value: '', label: ''}, property
108 {value: 'left', label: LANG.plugins.diagrams.left}, property
109 {value: 'right', label: LANG.plugins.diagrams.right}, property
110 {value: 'center', label: LANG.plugins.diagrams.center} property
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
DStaticPropertyMetadata.php12 private $value; variable in JMS\\Serializer\\Metadata\\StaticPropertyMetadata
38 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void
/plugin/html2pdf/html2pdf/html2ps/
Dcss.list-style-type.inc.php20 function parse($value) {
49 function format_number($type,$num) {

12345678910>>...23