Home
last modified time | relevance | path

Searched refs:attributes (Results 351 – 375 of 644) sorted by relevance

1...<<11121314151617181920>>...26

/plugin/externalembed/
H A Dscript.js9 …let jsonData = JSON.parse(element.attributes.getNamedItem("data-json").value); //get the data pass…
/plugin/odt/ODT/
H A DODTFootnote.php23 function footnoteOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL) { argument
H A DODTHeading.php20 …public function heading(ODTInternalParams $params, $text, $level, $element=NULL, $attributes=NULL){ argument
/plugin/projects/lib/
H A Dlayout.php169 if (!isset($attributes['display']) ||
170 $attributes['display'] != 'link') {
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js87 var oAtt = element.attributes[attName] ;
289 var aAttributes = oSource.attributes ;
/plugin/swfobject/
H A Dsyntax.php169 $attributes = "styleclass: 'swfobject'";
187 …{$data['height']}", "{$data['minfla']}", $XI, { $flashvars }, { $params }, { $attributes }, null );
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js171 iErrorNumber = parseInt( oErrorNode.attributes.getNamedItem('number').value, 10 ) ;
179 alert(translateErrorAny(oErrorNode.attributes.getNamedItem('text').value )) ;
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php157 $attributes = $openingTag->getAttributes();
243 PluginUtility::ATTRIBUTES => $attributes
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js299 attributes: {
312 attributes: function() {
325 attributes: {
415 attributes: {foo: 'bar'}
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.ForbiddenAttributes.txt
H A DHTML.AllowedElements.txt
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js9 Array.from(element.attributes).forEach(attr => clone.setAttribute(attr.name, attr.value));
/plugin/mantis/lib/
H A Dclass.nusoap_base.php411 $this->appendDebug('attributes=' . $this->varDump($attributes));
445 if($attributes){
446 foreach($attributes as $k => $v){
H A Dchangelog14 - soap_base: fix code that overwrites user-supplied attributes in serialize_val
144 - xmlschema: Track elementFormDefault and form attributes
281 - soap_parser: handle default namespace attributes
302 - soap_parser: deserialize attributes, prefixing names with "!"
312 - soap_parser: avoid deserializing more common attributes that are not data
318 - wsdl: fix serialization of attributes for complexType that is an extension
330 - nusoap_base: fix a bug in which attributes were sometimes not serialized with a value
350 - nusoap_base: expand entities in attributes (thanks Gaetano Giunta)
362 - wsdl: expand entities in attributes (thanks Gaetano Giunta)
379 - wsdl: copy attributes as well as elements to an element from its complexType
[all …]
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php494 * Default namespace (without a prefix) can only be accessed by the local-name() and namespace-uri() attributes.
524 for ($i = 0; $i < $this->getDomDocument()->documentElement->attributes->length; $i++) {
525 if ($this->getDomDocument()->documentElement->attributes[$i]->name == $attribute) {
526 $result = $this->getDomDocument()->documentElement->removeAttributeNode($this->getDomDocument()->documentElement->attributes[$i]);
/plugin/struct/types/
H A DAbstractBaseType.php305 $attributes = buildAttributes($params, true);
306 return "<input $attributes>";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApiproducts.php52 public function attributes($name, GoogleCloudApigeeV1Attributes $postBody, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsApiproducts
H A DOrganizationsDevelopersApps.php45 public function attributes($name, GoogleCloudApigeeV1Attributes $postBody, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsDevelopersApps
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php118 private $attributes; variable in phpseclib3\\Net\\SFTP
428 $this->attributes = [
505 $this->attributes,
1112 $attributes = $this->parseAttributes($response);
1113 if (!isset($attributes['type']) && $this->version < 4) {
1116 $attributes['type'] = $fileType;
1119 $contents[$shortname] = $attributes + ['filename' => $shortname];
1121 …if (isset($attributes['type']) && $attributes['type'] == NET_SFTP_TYPE_DIRECTORY && ($shortname !=…
1129 $this->update_stat_cache($temp, (object) ['lstat' => $attributes]);
3053 foreach ($this->attributes as $key => $value) {
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js507 var _53=(_4e.attributes.encType&&_4e.attributes.encType.nodeValue)||(_4e.attributes.enctype&&_4e.at…
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js680 …var given = (form.attributes.encType && form.attributes.encType.nodeValue) || (form.attributes.enc…
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js507 var _53=(_4e.attributes.encType&&_4e.attributes.encType.nodeValue)||(_4e.attributes.enctype&&_4e.at…
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css402 .name, .attributes {
410 td.name, td.attributes {
414 td.attributes {
592 #rightInner.medium .name, #rightInner.medium .attributes {
/plugin/data/Form/
H A DDropdownElement.php47 if (isset($this->attributes['multiple'])) {
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php827 public $attributes; variable in Google_ShoppingModelProductJsonV1
875 …blic function setAttributes(/* array(Google_ShoppingModelProductJsonV1Attributes) */ $attributes) { argument
876 $this->assertIsArray($attributes, 'Google_ShoppingModelProductJsonV1Attributes', __METHOD__);
877 $this->attributes = $attributes;
880 return $this->attributes;

1...<<11121314151617181920>>...26