Home
last modified time | relevance | path

Searched refs:xml (Results 151 – 175 of 703) sorted by relevance

12345678910>>...29

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp34 Response.ContentType = "text/xml"
39 Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>"
56 Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>"
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php708 $server->xml->elementMap['{DAV:}group-member-set'] = 'Sabre\\DAV\\Xml\\Property\\Href';
709 $server->xml->elementMap['{DAV:}acl'] = 'Sabre\\DAVACL\\Xml\\Property\\Acl';
710 …$server->xml->elementMap['{DAV:}expand-property'] = 'Sabre\\DAVACL\\Xml\\Request\\ExpandPropertyRe…
711 …$server->xml->elementMap['{DAV:}principal-property-search'] = 'Sabre\\DAVACL\\Xml\\Request\\Princi…
712 …$server->xml->elementMap['{DAV:}principal-search-property-set'] = 'Sabre\\DAVACL\\Xml\\Request\\Pr…
1023 $acl = $this->server->xml->expect('{DAV:}acl', $body);
1117 $xml = $this->server->xml->write(
1124 $this->server->httpResponse->setBody($xml);
1199 $writer = $this->server->xml->getWriter();
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js2318 if (xml != null && xml.length > 0)
6963 if (xml != null && xml.length > 0)
7847 if (xml != null && xml.length > 0)
7858 if (xml != null && xml.length > 0)
10835 xml = xml.substring(0, idx + 3);
10864 if (xml != null && xml.length > 0)
11564 if (xml == null || xml.length == 0)
11970 xml = xml || this.emptyDiagramXml;
12101 var xml = (data.xml != null) ? data.xml : this.getFileData(true);
12114 msg.xml = xml;
[all …]
/plugin/pdb/classes/
H A D_xml.php16 function GetXmlObject($xml){ argument
20 xml_parse_into_struct($Parser, $xml, $Xml_Values);
/plugin/pubchem/classes/
H A D_xml.php16 function GetXmlObject($xml){ argument
20 xml_parse_into_struct($Parser, $xml, $Xml_Values);
/plugin/pubmed/classes/
H A D_xml.php16 function GetXmlObject($xml){ argument
20 xml_parse_into_struct($Parser, $xml, $Xml_Values);
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml25 - phpunit --configuration phpunit.xml --coverage-text --coverage-clover=coverage.xml
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml34 … [[ "$DRIVER" = 'phpdbg' ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi
35 - if [[ "$DRIVER" = 'xdebug' ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fi
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst17 $serializer->serialize($object, 'xml');
23 {{ object | serialize('xml') }}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-xml.phpt2 phpunit --testdox-xml php://stdout StatusTest ../_files/StatusTest.php
7 $_SERVER['argv'][3] = '--testdox-xml';
17 .FEISRW 7 / 7 (100%)<?xml version="1.0"…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php188 $xml = simplexml_load_string($body);
189 $xml->registerXPathNamespace('d','urn:DAV');
191 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
194 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso54 'responseType' = 'xml',
221 Send a custom header for xml responses.
223 if($responseType == 'xml');
235 Content-Type: text/xml; charset=utf-8
243 content_type('text/xml; charset=utf-8');
250 <?xml version="1.0" encoding="utf-8" ?>
/plugin/editonlink/
H A Dstyle.css7 …:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/…
21 …background: #FAFAE0 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='…
/plugin/sql2wiki/syntax/
H A Dquery.php41 $xml = simplexml_load_string($match);
42 if ($xml === false) {
43 msg('Syntax: "'.hsc($match) . '" is not valid xml', -1);
47 foreach($xml[0]->attributes() as $a => $b) {
/plugin/diagramsnet/lib/
H A Delectron.js413 expArgs.xml = fs.readFileSync(curFile, ext === '.png' || ext === '.vsdx' ? null : 'utf-8');
417 expArgs.xml = Buffer.from(expArgs.xml).toString('base64');
428 contents.send('import', expArgs.xml);
430 ipcMain.once('import-success', function(evt, xml) argument
432 expArgs.xml = xml;
1148 async function mergePdfs(pdfFiles, xml) argument
1151 if (pdfFiles.length == 1 && xml == null)
1161 if (xml != null)
1164 await pdfDoc.attach(Buffer.from(xml).toString('base64'), 'diagram.xml', {
1333 data = writePngWithText(data, "mxGraphModel", args.xml, true,
[all …]
/plugin/news/
H A DREADME46 Each of the following methods generates an xml news feed in your top level dokuwiki directory. Th…
47 named news_feed.xml.
53 …eres to the ttl (time-to-live) configuration setting (see Options below) and creates a new xml file
54 …tl has expired. Until the expiry time, it reads and outputs the previously created news_feed.xml.
68 http:/my_web_site.org/my_dokuwiki/news_feed.xml
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php192 $server->xml->namespaceMap[self::NS_CALDAV] = 'cal';
193 $server->xml->namespaceMap[self::NS_CALENDARSERVER] = 'cs';
195 …$server->xml->elementMap['{' . self::NS_CALDAV . '}supported-calendar-component-set'] = 'Sabre\\Ca…
196 …$server->xml->elementMap['{' . self::NS_CALDAV . '}calendar-query'] = 'Sabre\\CalDAV\\Xml\\Request…
197 …$server->xml->elementMap['{' . self::NS_CALDAV . '}calendar-multiget'] = 'Sabre\\CalDAV\\Xml\\Requ…
198 …$server->xml->elementMap['{' . self::NS_CALDAV . '}free-busy-query'] = 'Sabre\\CalDAV\\Xml\\Reques…
199 …$server->xml->elementMap['{' . self::NS_CALDAV . '}mkcalendar'] = 'Sabre\\CalDAV\\Xml\\Request\\Mk…
200 …$server->xml->elementMap['{' . self::NS_CALDAV . '}schedule-calendar-transp'] = 'Sabre\\CalDAV\\Xm…
201 …$server->xml->elementMap['{' . self::NS_CALDAV . '}supported-calendar-component-set'] = 'Sabre\\Ca…
280 $mkcalendar = $this->server->xml->expect(
H A DSharingPlugin.php89 …$this->server->xml->elementMap['{' . Plugin::NS_CALENDARSERVER . '}share'] = 'Sabre\\CalDAV\\Xml\\…
90 …$this->server->xml->elementMap['{' . Plugin::NS_CALENDARSERVER . '}invite-reply'] = 'Sabre\\CalDAV…
255 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
306 $writer = $this->server->xml->getWriter();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php95 …$this->server->xml->elementMap['{' . Plugin::NS_CALENDARSERVER . '}share'] = 'Sabre\\CalDAV\\Xml\\…
96 …$this->server->xml->elementMap['{' . Plugin::NS_CALENDARSERVER . '}invite-reply'] = 'Sabre\\CalDAV…
266 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
331 $writer = $this->server->xml->getWriter($this->server->getBaseUri());
/plugin/webdav/
H A Dcomposer.lock86 "sabre/xml": "^1.4.0"
320 "sabre/xml": ">=1.5 <3.0"
400 "name": "sabre/xml",
404 "url": "https://github.com/sabre-io/xml.git",
409 …"url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e…
452 "description": "sabre/xml is an XML library that you may not hate.",
453 "homepage": "https://sabre.io/xml/",
458 "xml"
/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css11 pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */
12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
13 pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
/plugin/sql/
H A Dsyntax.php15 function property($prop, $xml) argument
18 if (preg_match($pattern, $xml, $matches)) {
22 if (preg_match($pattern, $xml, $matches)) {
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeEclipse.scss3 // :http//blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/
38 .xml {
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php33 * A xml document that follows the Web Api interface.
44 const XML_TYPE = "xml";
62 const CANONICAL = "xml";
77 * @throws ExceptionBadSyntax - if the document is not valid or the lib xml is not available
86 throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL);
92 throw new ExceptionBadSyntax("The php `libxml` module was not found on your installation, the xml/svg file could not be modified / instantiated", self::CANONICAL);
158 * (ie <xml encoding="utf-8"..>
211 // The xml dom object is null, we got NULL pointer exception everywhere
335 * LIBXML_NOXMLDECL (no xml declaration) does not work because only empty tag is recognized
358 * sudo apt-get install php-xml
565 addAttributeValue($attName, $attValue, $xml) global() argument
[all...]
/plugin/codebutton_ext/
H A Daction.php.bak46 …vb, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, winbatch, whois, xml, xorg_conf, x…
88 'title' => $this->getLang('xml'),
89 'icon' => '../../plugins/codebutton_ext/pix/File-xml-32.png',
90 'open' => '<code xml downloadname.xml>\n',

12345678910>>...29