Home
last modified time | relevance | path

Searched refs:source (Results 1326 – 1350 of 1655) sorted by relevance

1...<<51525354555657585960>>...67

/plugin/revealjs/js/
H A Dreveal.js3814 toArray( media.querySelectorAll( 'source[data-src]' ) ).forEach( function( source ) { argument
3815 source.setAttribute( 'src', source.getAttribute( 'data-src' ) );
3816 source.removeAttribute( 'data-src' );
3817 source.setAttribute( 'data-lazy-loaded', '' );
3872 backgroundVideo.split( ',' ).forEach( function( source ) { argument
3873 video.innerHTML += '<source src="'+ source +'">';
3943 …ctorAll( 'video[data-lazy-loaded] source[src], audio source[src]' ) ).forEach( function( source ) { argument
3944 source.setAttribute( 'data-src', source.getAttribute( 'src' ) );
3945 source.removeAttribute( 'src' );
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js1502 var source = { 'a': _.noop }; class
1507 fp.mixin(source);
1536 fp.mixin({ 'each': source.a });
1538 assert.strictEqual(fp.each, source.a);
1572 Foo.mixin(source);
1577 object.mixin(source);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak790 Object source = null;
797 if (source == null) {
798 source = cells[i];
804 if (source != null && target != null) {
809 if (source != null && target != null) {
812 .getShortestPath(graph, source, target,
/plugin/idoit/
H A DREADME.md123 The i-doit DokuWiki syntax plugin is completely free and open source and released under the [MIT Li…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm71 <!--- <cfimage action="info" source="#ARGUMENTS.filePath#" structName="imageInfo" /> --->
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn.css82 .dmn-icon-knowledge-source:before { content: '\e818'; } /* '' */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVMMigrationService.php327 'path' => 'v1/{+source}:fetchInventory',
330 'source' => [
/plugin/jdraw/lib/
H A Djdraw.jar ... .mxCell edge Object parent String id Object value Object source Object target String style } com/mxgraph/examples ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1538 … = document.getElementsByTagName("script")[_index],uri = script.src||document.location.href,source; variable
1541 source = internal.cache[uri]||lib.xhr.get(uri).responseText;
1542 internal.cache[uri] = source;
1544 source = script.innerHTML;
1546 source = source.replace(/<|>/g,function(_ch){
1551 source = source.replace(/(^)|\n/g,function(_ch){
1557 el.left.scripts.container.update(source);
1873 … var source = el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}"); variable
1874 for(var i=0, len=source.length; i<len; i++){
1875 var item = source[i]+"}", rule = !lib.env.ie?item:item.split(/{|}/),
H A Dfirebug-lite-1.2-compressed.js68 ….href,source;try{if(uri!=document.location.href){source=internal.cache[uri]||lib.xhr.get(uri).resp… variable
69 source=source.replace(/<|>/g,function(_ch){return({"<":"&#60;",">":"&#62;"})[_ch];});if(d.scripts.l…
70 el.left.scripts.container.update(source);}catch(e){el.left.scripts.container.child.add(new lib.elem…
86 …var source=el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}");for(v… variable
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js4 * This source code is licensed under the GPL license found in the
5 * COPYING file in the root directory of this source tree.
79 return;d.inspector.enabled=_absoluteValue!=undefined&&!_absoluteValue.clientX?_absoluteValue:!d.inspector.enabled;el.button.inspect.attribute[(d.inspector.enabled?"add":"remove")+"Class"]("Enabled");if(d.inspector.enabled==false){el.borderInspector.environment.addStyle({"display":"none"});d.inspector.el=null;}else if(lib.env.dIndex!="html"){if(internal.popupWin){internal.popupWin.firebug.d.navigate("html");}else{d.navigate("html");}}}}},scripts:{index:-1,lineNumbers:false,open:function(_index){with(firebug){d.scripts.index=_index;el.left.scripts.container.update("");var i=0,script=document.getElementsByTagName("script")[_index],uri=script.src||document.location.href,source;try{if(uri!=document.location.href){source=internal.cache[uri]||lib.xhr.get(uri).responseText;internal.cache[uri]=source;}else{source=script.innerHTML;} variable
80 source=source.replace(/<|>/g,function(_ch){return({"<":"&#60;",">":"&#62;"})[_ch];});if(d.scripts.lineNumbers){source=source
97 borderInspector.style.display=display;if(target!=document.body&&target!=document.firstChild&&target!=document.childNodes[1]&&target!=borderInspector&&target!=el.main.environment.ge global() variable
[all...]
H A Dfirebug-lite-1.2.js4 * This source code is licensed under the GPL license found in the
5 * COPYING file in the root directory of this source tree.
1549 var i=0,script = document.getElementsByTagName("script")[_index],uri = script.src||document.location.href,source; variable
1552 source = internal.cache[uri]||lib.xhr.get(uri).responseText;
1553 internal.cache[uri] = source;
1555 source = script.innerHTML;
1557 source = source.replace(/<|>/g,function(_ch){
1562 source = source
1884 var source = el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}"); global() variable
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak580 * @param source
586 Object source, Object target, String style)
596 return super.createEdge(parent, id, value, source, target, style);
/plugin/tline/
H A DCHANGES.txt6 referring to examples and other source files from the wiki. This way
122 Old theme param of bubble.height is not used within source of
196 is needed unless you've installed full source
238 * Build process now creates timeline_source.zip which has source, examples and the
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js1248 mxMarker.addMarker('ERone', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
1262 mxMarker.addMarker('ERmandOne', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
1278 mxMarker.addMarker('ERmany', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
1293 mxMarker.addMarker('ERoneToMany', function(c, shape, type, pe, unitX, unitY, size, source, sw, fill… argument
1310 mxMarker.addMarker('ERzeroToMany', function(c, shape, type, pe, unitX, unitY, size, source, sw, fil… argument
1358 mxMarker.addMarker('ERzeroToOne', function(c, shape, type, pe, unitX, unitY, size, source, sw, fill… argument
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties183 noSourceAndTargetSelected=No source and target selected.
H A Deditor.properties.bak179 noSourceAndTargetSelected=No source and target selected.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst37 streams that can be filled by a remote source (e.g., an event-loop). If a
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md269 * `FEAT(drd)`: connect from new shape to source on append ([#492](https://github.com/bpmn-io/dmn-js…
298 * `FIX(drd)`: correctly handle source element ID change ([#467](https://github.com/bpmn-io/dmn-js/i…
305 * DI waypoints of new `dmn:Association` elements no longer point to middle of source and target and…
329 * `FIX(drd)`: correctly handle source element ID change ([#467](https://github.com/bpmn-io/dmn-js/i…
345 * DI waypoints of new dmn:Association no longer point to middle of source and target and have same
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md53 You can also download the PHP\_CodeSniffer source and run the `phpcs` and `phpcbf` commands directl…
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md50 there are many places in the source where it felt more sensibile to not
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss64 &.source { overflow: hidden !important; }
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md50 there are many places in the source where it felt more sensibile to not
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md45 You can find documentation generated from the source code by ApiGen here: [ApiGen documentation](doc/)
/plugin/addressbook/
H A Dsyntax.php554 $source = imagecreatefromjpeg($filename);
557 imagecopyresized($thumb, $source, 0, 0, 0, 0, $newwidth, $newheight, $width, $height);

1...<<51525354555657585960>>...67