Searched +refs:event +refs:basic +refs:type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js31 // Some browsers use the wrong event properties to signal cmd/ctrl on OS X
162 // (after some event like 'keypress' or 'input') and are polling
1598 var now = +new Date, type = "single";
1600 type = "triple";
1605 type = "double";
1614 !posLess(start, sel.from) && !posLess(sel.to, start) && type == "single") {
1636 if (type == "single") extendSelection(cm.doc, clipPos(doc, start));
1641 if (type == "single") {
1648 if (type == "double") {
1652 } else if (type
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm86 $method =~ s/_/-/; # fix ur-type
90 my($value, $name, $type, $attr) = @_;
91 return [$name, {'xsi:type' => "xsd:$method", %$attr}, $value];
112 sub anyTypeValue { 'ur-type' }
115 my ($self, $value, $name, $type, $attr) = @_;
136 'xsi:type' => SOAP::Utils::qualify($self->encprefix => 'base64'),
144 my ($self, $value, $name, $type, $attr) = @_;
148 'xsi:type' => 'xsd:hex', %$attr
157 my($self, $value, $name, $type, $attr) = @_;
160 {'xsi:type'
599 sub type { subroutine
[all...]

Completed in 223 milliseconds