Home
last modified time | relevance | path

Searched refs:body (Results 401 – 425 of 1980) sorted by relevance

1...<<11121314151617181920>>...80

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DVar_.php54 $body, argument
59 Assert::stringNotEmpty($body);
62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
H A DProperty.php54 $body, argument
59 Assert::stringNotEmpty($body);
62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
H A DParam.php60 $body, argument
65 Assert::stringNotEmpty($body);
68 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.css6 html, body selector
13 body selector
18 body, td, input, select, textarea selector
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.css6 html, body selector
13 body selector
18 body, td, input, select, textarea selector
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php132 * @param string $body
135 public function setBody($body){ argument
136 $this->message->setBody($body);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSandboxNode.php23 public function __construct(\Twig_NodeInterface $body, $lineno, $tag = null) argument
25 parent::__construct(['body' => $body], [], $lineno, $tag);
H A DBlockNode.php24 public function __construct($name, \Twig_NodeInterface $body, $lineno, $tag = null) argument
26 parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DMonitoringNamespace.php37 * $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
49 $body = $this->extractArgument($params, 'body');
55 $endpoint->setBody($body);
H A DGraphNamespace.php37 * $params['body'] = (array) Graph Query DSL
47 $body = $this->extractArgument($params, 'body');
54 $endpoint->setBody($body);
/plugin/orphanmedia/
H A Dsyntax.php487 $body = strtolower(file_get_contents($page_filepath));
491 $body = preg_replace($ignore_tags,' ',$body);
495 preg_match_all(LINK_PATTERN, $body, $links);
533 if( preg_match(LINK_PATTERNtwo, $body) ) {
534 preg_match_all(LINK_PATTERNtwo, $body, $flashpl_links);
575 if( preg_match(LINK_PATTERNthree, $body) ) {
576 preg_match_all(LINK_PATTERNthree, $body, $fileshares);
590 if( preg_match(LINK_PATTERNfour, $body) ) {
591 preg_match_all(LINK_PATTERNfour, $body, $imgmaps);
605 if( preg_match(LINK_PATTERNfive, $body) ) {
[all …]
/plugin/fastwiki/
H A Dscript.js45 m_modeClassElt = m_content.hasClass('dokuwiki') ? m_content : $(m_content.parents('.dokuwiki')[0] || document.body);
50 fixActionLinks(document.body);
167 var body = $(document.body);
190 $('html,body').animate({scrollTop: $('#scroll__here').offset().top+'px'}, 300);
382 * Change the current body class to represent the given action.
462 var body = $('<div class="message_partial"></div>').append(data);
463 $('.content_initial').before(body);
505 if (document.body.scrollTop > 0)
506 $('html,body')
[all...]
/plugin/orphanmedia2/
H A Dsyntax.php488 $body = strtolower(file_get_contents($page_filepath));
492 $body = preg_replace($ignore_tags,' ',$body);
496 preg_match_all(LINK_PATTERN, $body, $links);
534 if( preg_match(LINK_PATTERNtwo, $body) ) {
535 preg_match_all(LINK_PATTERNtwo, $body, $flashpl_links);
576 if( preg_match(LINK_PATTERNthree, $body) ) {
577 preg_match_all(LINK_PATTERNthree, $body, $fileshares);
591 if( preg_match(LINK_PATTERNfour, $body) ) {
592 preg_match_all(LINK_PATTERNfour, $body, $imgmaps);
606 if( preg_match(LINK_PATTERNfive, $body) ) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php84 $body = $parent;
85 while ($body->parent) {
86 $body = $body->parent;
93 $this->put_full_width($body->get_width());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Duse_with_parent.test8 {% block body %}
14 {% block body %}
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageInterface.php47 * @param resource $body
50 function setBody($body); argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Db5f95bc097a201b29c7200fc8d3d31c1.asciidoc7 'body' => [
25 'body' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionInterface.php75 * @param null $body
78 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null); argument
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageInterface.php47 * @param resource|string $body
50 function setBody($body); argument
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DMessageInterface.php182 * @param StreamInterface $body Body.
186 public function withBody(StreamInterface $body); argument
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSpacelessTokenParser.php36 $body = $this->parser->subparse([$this, 'decideSpacelessEnd'], true);
39 return new SpacelessNode($body, $lineno, $this->getTag());
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php27 $headers = null, $body = null) argument
32 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php91 * @param null $body Optional query body
96 public function performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface argument
113 $body,
/plugin/elasticsearch/helper/
H A Ddocparser.php32 'body' => 'content',
176 * Return the language the given body was written in
180 * @param string $body
185 protected function detectLanguage($body) argument
195 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
/plugin/freechat/phpfreechat/data/public/js/
H A Dmousepos.js8 posx = e.clientX + document.body.scrollLeft
21 posy = e.clientY + document.body.scrollTop

1...<<11121314151617181920>>...80