Home
last modified time | relevance | path

Searched refs:src (Results 126 – 150 of 854) sorted by last modified time

12345678910>>...35

/plugin/prosemirror/parser/
H A DImageNode.php68 $src, argument
80 $src,
95 self::resolveMedia($src, $title, $align, $width, $height, $cache, $linking));
102 $src, argument
111 $node->attr($prefix . 'src', ml($src));
131 $node->attr($prefix . 'id', $src);
137 $src, argument
146 if (media_isexternal($src) || link_isinterwiki($src)) {
[all...]
H A DLinkNode.php96 $name['src'],
107 $name['src'],
131 $src = $imageId;
132 if (!media_isexternal($src)) {
134 $media = $resolver->resolveId($src);
140 $src,
/plugin/acmenu/
H A DREADME.md10 <img src="images/acmenu.gif">
/plugin/barcodes/
H A Dcomposer.lock277 "src/"
328 "src/"
403 "src/"
464 "src/"
528 "src/"
587 "src/"
646 "src/"
738 "src/"
807 "src/"
863 "src/"
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js13871 module.exports = function (target, src, safe) {
13872 for (var key in src) redefine(target, key, src[key], safe);
19134 iframe.src = 'javascript:'; // eslint-disable-line no-script-url
/plugin/edittable/renderer/
H A Dinverse.php503 function internalmedia($src, $title = null, $align = null, $width = null, argument
510 $this->doc .= $src;
539 function externalmedia($src, $title = null, $align = null, $width = null, argument
541 $this->internalmedia($src, $title, $align, $width, $height, $cache, $linking);
/plugin/captcha/
H A Dscript.js22 audio.src = $audiolink.attr('href');
/plugin/s5/ui/default/
H A Diepngfix.htc17 if (s) with (filters[f]) { src = s; sizingMethod = m }
18 } else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
23 (event && !/(background|src)/.test(event.propertyName))) return;
26 if ((/\.png$/i).test(src)) {
27 filt(src, 'image'); // was 'scale'
28 src = blankImg;
29 } else if (src.indexOf(blankImg) < 0) filt();
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc17 if (s) with (filters[f]) { src = s; sizingMethod = m }
18 } else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
23 (event && !/(background|src)/.test(event.propertyName))) return;
26 if ((/\.png$/i).test(src)) {
27 filt(src, 'image'); // was 'scale'
28 src = blankImg;
29 } else if (src.indexOf(blankImg) < 0) filt();
/plugin/pageredirect/
H A Daction.php221 list($syntax, $src, $anchor) = array_pad(preg_split("/>|#/", $match), 3, "");
225 $new_src = $handler->adaptRelativeId($src);
227 $new_src = $handler->resolveMoves($src, 'page');
228 $new_src = $handler->relativeLink($src, $new_src, 'page');
243 list($syntax, $src, $anchor) = array_pad(preg_split("/ |#/", $match), 3, "");
247 $new_src = $handler->adaptRelativeId($src);
249 $new_src = $handler->resolveMoves($src, 'page');
250 $new_src = $handler->relativeLink($src, $new_src, 'page');
/plugin/elasticsearch/
H A Dcomposer.lock45 "src/autoload.php"
48 "Elasticsearch\\": "src/Elasticsearch/"
99 "GuzzleHttp\\Stream\\": "src/"
161 "GuzzleHttp\\Ring\\": "src/"
210 "Nyholm\\Dsn\\": "src/"
269 "LanguageDetection\\": "src/LanguageDetection"
368 "src/functions_include.php"
371 "React\\Promise\\": "src/"
461 "Elastica\\": "src/"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DCHANGELOG.md147 the [REST API specification](https://github.com/elastic/elasticsearch/tree/v7.4.2/rest-api-spec/src/main/resources/rest-api-spec/api)
154 a `@note` tag in the phpdoc section (e.g. [$client->rankEval()](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php)). For more information read the [experimental and beta APIs](docs/experimental-beta-apis.asciidoc)
256 - Updated all the API endpoints using the [latest 7.0.0 specs](https://github.com/elastic/elasticsearch/tree/v7.0.0/rest-api-spec/src/main/resources/rest-api-spec/api) of Elasticsearch [#897](https://github.com/elastic/elasticsearch-php/pull/897)
270 - Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
367 - [src] add PHP_CodeSniffer (#647) [[24900ef]](http://github.com/elasticsearch/elasticsearch-php/commit/24900ef)
H A DREADME.md1 <img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>
12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh37 --workdir="/usr/src/app" \
38 --volume=${repo}/tests:/usr/src/app/tests \
H A DDockerfile4 WORKDIR /usr/src/app
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md262 * If you're **NOT** using composer to manage your libraries: the root directory of the library's source code moved from `lib/Elastica/` to `src/`.
284 * Refactored code structure: use `src/` and `tests/` folders [#1755](https://github.com/ruflin/Elastica/pull/1755)
520 - in order to delete an index you should not delete by its alias now you should delete using the [concrete index name](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/aliases/IndexAliasesIT.java#L445) [#1348](https://github.com/ruflin/Elastica/pull/1348)
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc247 https://github.com/elastic/elasticsearch/tree/v7.4.2/rest-api-spec/src/main/resources/rest-api-spec/api[REST API specification]
256 https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
394 https://github.com/elastic/elasticsearch/tree/v7.0.0/rest-api-spec/src/main/resources/rest-api-spec/api[latest 7.0.0 specs]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/docker/
H A DDockerfile5 WORKDIR /usr/src/app
/plugin/imagepreview/
H A Dscript.js66 document.getElementById("previewimg").src = seltext;
/plugin/achart/assets/
H A Dapexcharts.min.js6src:!0},a=document.createElement("iframe");if(void 0===a.sandbox)return"";a.sandbox="allow-same-or…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md477 * Fixed the behavior of HTML parser when parsing `src`/`srcdoc` attributes of the `<iframe>` elemen…
H A Dckeditor.js.unc23 var g = c[d].src.match(a);
286 a.src = CKEDITOR.basePath + "ckeditor.js";
2835 a.src = a.src
4711 if (!a.attributes.src) return !1
5470 src: b
6991 … 0 === b.indexOf("data")) a.attributes["data-cke-pa-src"] = a.attributes.src, delete a.attributes.
7082 E = /^(href|src|name)$/i,
15167 src: d
18936 requiredContent: "img[alt,src]",
24463 h = /\b(?:href|src|name)="[^"]*?"/gi;
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …ttribute("src",E);b.setAttribute("src",E);D.preview.setAttribute("src",b.$.src);r(D)}else{if(D.pre…
H A Dimage.js.unc280 this.preview.setAttribute( 'src', noimage );
392 this.preview.removeAttribute( 'src' );
554 original.setAttribute( 'src', newUrl );
557 previewPreloader.setAttribute( 'src', newUrl );
558 dialog.preview.setAttribute( 'src', previewPreloader.$.src );
563 dialog.preview.removeAttribute( 'src' );
569 var url = element.data( 'cke-saved-src' ) || element.getAttribute( 'src' );
581 element.data( 'cke-saved-src', this.getValue() );
582 element.setAttribute( 'src', this.getValue() );
584 element.setAttribute( 'src', '' ); // If removeAttribute doesn't work.
[all …]

12345678910>>...35