Home
last modified time | relevance | path

Searched refs:context (Results 576 – 600 of 1053) sorted by relevance

1...<<21222324252627282930>>...43

/plugin/diagramsnet/lib/math/config/
H A Ddefault.js247 context: "MathJax", // or "Browser" for pass-through to browser menu
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js5 …ar jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,con…
8 jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;
13 if(match&&(match[1]||!context)){if(match[1]){selector=jQuery.clean([match[1]],context);
18 }}else{return jQuery(context).find(selector);
259 },clean:function(elems,context){var ret=[]; argument
260 context=context||document;
261 if(typeof context.createElement=="undefined"){context=context.ownerDocument||context[0]&&context[0]…
266 var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");
274 }}if(/^\s/.test(elem)){div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChil…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js5 …ar jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,con…
8 jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;
13 if(match&&(match[1]||!context)){if(match[1]){selector=jQuery.clean([match[1]],context);
18 }}else{return jQuery(context).find(selector);
259 },clean:function(elems,context){var ret=[]; argument
260 context=context||document;
261 if(typeof context.createElement=="undefined"){context=context.ownerDocument||context[0]&&context[0]…
266 var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");
274 }}if(/^\s/.test(elem)){div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChil…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php52 $context = SerializationContext::create();
53 $this->visitor = (new JsonSerializationVisitorFactory())->getVisitor($navigator, $context);
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php927 * @param DomElement|null $context Context Node (DomElement)
931 public static function query($dom, $query, $context = null) argument
942 if (isset($context)) {
943 $res = $xpath->query($query, $context);
/plugin/indexmenu/syntax/
H A Dindexmenu.php97 $context = $this->hasOption($defaults, $opts, 'context');
107 //context should parse this later in correct context
108 if (!$context) {
130 //context needs to be resolved later
131 if (!$context) {
137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie');
149 //disable the right context menu
312 'context'
[all...]
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md8 * Using `finally` to always roll back the context stack when serializing.
167 * Removed: `Writer::$context` and `Reader::$context`.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md14 * Using `finally` to always roll back the context stack when serializing.
173 * Removed: `Writer::$context` and `Reader::$context`.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jar ... .Type typeOfSrc com.google.gson.JsonSerializationContext context public java.util.Date deserialize (com. ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js1675 context: this.version.flash,
1758 context:status.src,
2057 context: "{supplied:'" + this.options.supplied + "'}",
2360 context: ancestor,
2409 context: this.css.cs[fn],
2417 context: fn,
2425 context: cssSel,
2533 context: key,
3354 _urlNotSetError: function(context) { argument
3357 context: context,
[all …]
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js1675 context: this.version.flash,
1758 context:status.src,
2057 context: "{supplied:'" + this.options.supplied + "'}",
2360 context: ancestor,
2409 context: this.css.cs[fn],
2417 context: fn,
2425 context: cssSel,
2533 context: key,
3354 _urlNotSetError: function(context) { argument
3357 context: context,
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js1675 context: this.version.flash,
1758 context:status.src,
2057 context: "{supplied:'" + this.options.supplied + "'}",
2360 context: ancestor,
2409 context: this.css.cs[fn],
2417 context: fn,
2425 context: cssSel,
2533 context: key,
3354 _urlNotSetError: function(context) { argument
3357 context: context,
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js1675 context: this.version.flash,
1758 context:status.src,
2057 context: "{supplied:'" + this.options.supplied + "'}",
2360 context: ancestor,
2409 context: this.css.cs[fn],
2417 context: fn,
2425 context: cssSel,
2533 context: key,
3354 _urlNotSetError: function(context) { argument
3357 context: context,
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1context){var objects=this.getObjects(),i=objects.length;while(i--){callback.call(context,objects[i… argument
9context=canvasEl.getContext("2d"),imageData=context.getImageData(0,0,canvasEl.width,canvasEl.heigh…
11context=canvasEl.getContext("2d"),imageData=context.getImageData(0,0,canvasEl.width,canvasEl.heigh…
15context){function createImageAndCallBack(data){img.src=new Buffer(data,"binary");img._src=url;call… argument
H A Dfabric.js266 forEachObject: function(callback, context) {
562 callback && callback.call(context, url);
570 callback && callback.call(context, img);
1191 fn.call(context, this[i], i, this);
1261 if (fn.call(context, val, i, this)) {
17708 context.putImageData(imageData, 0, 0);
17882 context.putImageData(output, 0, 0);
17966 context.putImageData(imageData, 0, 0);
18040 context.putImageData(imageData, 0, 0);
18099 context.putImageData(imageData, 0, 0);
[all …]
/plugin/slidesharewp/
H A DREADME.md13 Slideshare Presentations from WordPress Shortcode of SlideShare's share context menu.
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php345 $context = stream_context_create(array('http' => array(
350 $response = @file_get_contents($this->getConf('bugzilla_baseurl').'/xmlrpc.cgi', false, $context);
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md106 * Removed: `Writer::$context` and `Reader::$context`.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php495 public function getTextByContext(RuleContext $context) : string argument
497 return $this->getTextByInterval($context->getSourceInterval());
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js394 Popcorn.forEach = function( obj, fn, context ) { argument
400 context = context || this;
406 return obj.forEach( fn, context );
411 fn.call( context, obj[ key ], key, obj );
418 fn.call( context, obj[ key ], key, obj );
2339 find: function( selector, context ) { argument
2343 context = context || document;
2362 node = context.querySelector( selector );
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1context","indentation","popContext","pass","states","popAndPass","n","i","wordAsValue","word","has…
/plugin/tindexmenu/syntax/
H A Dindexmenu.php98 $context = in_array('context',$opts);
117 if (!$context) {
121 $nocookie=$context||in_array('nocookie',$opts);
/plugin/authucenter/lib/uc_client/
H A Dclient.php262 $context = array(
270 $context = stream_context_create($context);
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);

1...<<21222324252627282930>>...43