Home
last modified time | relevance | path

Searched refs:util (Results 176 – 200 of 255) sorted by relevance

1234567891011

/plugin/issuelinks/services/
H A DGitLab.service.php477 $util = plugin_load('helper', 'issuelinks_util');
478 $links = $util->parseHTTPLinkHeaders($headers['link']);
/plugin/tablelayout/
H A Dyarn.lock408 core-util-is@1.0.2, core-util-is@~1.0.0:
410 …resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aa…
1072 grunt-legacy-util@~1.0.0:
1074 …resolved "https://registry.yarnpkg.com/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz#386aa78dc6e…
1107 grunt-legacy-util "~1.0.0"
2000 core-util-is "~1.0.0"
2009 core-util-is "~1.0.0"
2015 util-deprecate "~1.0.1"
2435 util-deprecate@~1.0.1:
2437 …resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732…
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jar ... com.google.gson.JsonDeserializationContext context java.util.Date date private java.util.Date deserializeToDate ...
H A Dcommons-logging-1.2.jar ... protected static final String systemPrefix protected static final java.util.Properties simpleLogProps protected static final String DEFAULT_DATE_TIME_FORMAT protected static ...
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock101 util "0.10.3"
1027 core-util-is@~1.0.0:
2235 util "^0.10.3"
2568 core-util-is "~1.0.0"
2573 util-deprecate "~1.0.1"
2579 core-util-is "~1.0.0"
2588 core-util-is "~1.0.0"
2600 core-util-is "~1.0.0"
2611 core-util-is "~1.0.0"
3134 util-deprecate@~1.0.1:
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DCcrNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DNodesNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DTransformNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DRollupNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DSnapshotNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DDataFrameTransformDeprecatedNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DAsyncSearchNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java69 import com.mxgraph.swing.util.mxGraphActions;
71 import com.mxgraph.util.mxCellRenderer;
72 import com.mxgraph.util.mxConstants;
73 import com.mxgraph.util.mxResources;
74 import com.mxgraph.util.mxUtils;
H A DEditorMenuBar.java50 import com.mxgraph.swing.util.mxGraphActions;
51 import com.mxgraph.util.mxConstants;
52 import com.mxgraph.util.mxPoint;
53 import com.mxgraph.util.mxResources;
H A DEditorActions.java.bak69 import com.mxgraph.swing.util.mxGraphActions;
71 import com.mxgraph.util.mxCellRenderer;
72 import com.mxgraph.util.mxConstants;
73 import com.mxgraph.util.mxResources;
74 import com.mxgraph.util.mxUtils;
/plugin/dropfiles/
H A Dyarn.lock169 util "0.10.3"
545 core-util-is@1.0.2, core-util-is@~1.0.0:
547 …resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aa…
1863 util "^0.10.3"
2316 core-util-is "~1.0.0"
2322 util-deprecate "~1.0.1"
2880 util-deprecate@~1.0.1:
2882 …resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732…
2884 util@0.10.3, util@^0.10.3:
2886 …resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336a…
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java29 import java.util.ArrayList;
30 import java.util.Collections;
31 import java.util.List;
32 import java.util.concurrent.Executor;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md12 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.
102 We also provide a code examples generator for PHP using the `util/GenerateDocExamples.php` script. This command parses the `util/alternative_report.spec.json` file produced from this [JSON specification](https://raw.githubusercontent.com/elastic/built-docs/master/raw/en/elasticsearch/reference/master/alternatives_report.json) and it generates the PHP examples for each digest value.
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js614 this.media.currentTime = Popcorn.util.toSeconds( arg );
674 sec = Popcorn.util.toSeconds( id );
741 sec = Popcorn.util.toSeconds( time );
1245 track.start = Popcorn.util.toSeconds( track.start, this.parent.options.framerate );
1246 track.end = Popcorn.util.toSeconds( track.end, this.parent.options.framerate );
2592 Popcorn.util = { class in Popcorn
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... java.util.logging.LogRecord record java.util.logging.Level level String msg Throwable ex private ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... java.util.logging.LogRecord record java.util.logging.Level level String msg Throwable ex private ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js18149 if (util.isNull(ret)) {
18165 if (!util.isNull(ret))
18583 if (util.isFunction(stream[i]) && util.isUndefined(this[i])) {
27377 if (util.isFunction(value) || util.isRegExp(value)) {
27384 if (util.isString(s)) {
27464 } else if (util.isBuffer(actual) && util.isBuffer(expected)) {
27475 } else if (util.isDate(actual) && util.isDate(expected)) {
27481 } else if (util.isRegExp(actual) && util.isRegExp(expected)) {
27490 } else if (!util.isObject(actual) && !util.isObject(expected)) {
27509 if (util.isNullOrUndefined(a) || util.isNullOrUndefined(b))
[all …]
/plugin/dokuprism/prism/
H A Dprism.js3 var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(e){var n=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,r={},a={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(n){return n instanceof i?new i(n.type,e(n.content),n.alias):Array.isArray(n)?n.map(e):n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function e(n,t){var r,i;switch(t=t||{},a.util.type(n)){case"Object":if(i=a.util.objId(n),t[i])return t[i];for(var l in r={},t[i]=r,n)n.hasOwnProperty(l)&&(r[l]=e(n[l],t));return r;case"Array":return i=a.util.objId(n),t[i]?t[i]:(r=[],t[i]=r,n.forEach((function(n,a){r[a]=e(n,t)})),r);default:return n}},getLanguage:function(e){for(;e;){var t=n.exec(e.className);if(t)return t[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,t){e.className=e.className.replace(RegExp(n,"gi"),""),e.classList.add("language-"+t)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var n=document.getElementsByTagName("script");for(var t in n)if(n[t].src==e)return n[t]}return null}},isActive:function(e,n,t){for(var r="no-"+n;e;){var a=e.classList;if(a.contains(n))return!0;if(a.contains(r))return!1;e=e.parentElement}return!!t}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,n){var t=a.util.clone(a.languages[e]);for(var r in n)t[r]=n[r];return t},insertBefore:function(e,n,t,r){var i=(r=r||a.languages)[e],l={};for(var o in i)if(i.hasOwnProperty(o)){if(o==n)for(var s in t)t.hasOwnProperty(s)&&(l[s]=t[s]);t.hasOwnProperty(o)||(l[o]=i[o])}var u=r[e];return r[e]=l,a.languages.DFS(a.languages,(function(n,t){t===u&&n!=e&&(this[n]=l)})),l},DFS:function e(n,t,r,i){i=i||{};var l=a.util.objId;for(var o in n)if(n.hasOwnProperty(o)){t.call(n,o,n[o],r||o);var s=n[o],u=a.util.type(s);"Object"!==u||i[l(s)]?"Array"!==u||i[l(s)]||(i[l(s)]=!0,e(s,t,o,i)):(i[l(s)]=!0,e(s,t,null,i))}}},plugins:{},highlightAll:function(e,n){a.highlightAllUnder(document,e,n)},highlightAllUnder:function(e,n,t){var r={callback:t,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};a.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),a.hooks.run("before-all-elements-highlight",r);for(var i,l=0;i=r.elements[l++];)a.highlightElement(i,!0===n,r.callback)},highlightElement:function(n,t,r){var i=a.util.getLanguage(n),l=a.languages[i];a.util.setLanguage(n,i);var o=n.parentElement;o&&"pre"===o.nodeName.toLowerCase()&&a.util property in Prism.a
[all...]
/plugin/fetchmedia/
H A Dyarn.lock163 util "0.10.3"
969 core-util-is@~1.0.0:
971 …resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aa…
2201 util "^0.10.3"
2554 core-util-is "~1.0.0"
2560 util-deprecate "~1.0.1"
3038 util-deprecate@~1.0.1:
3040 …resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732…
3042 util@0.10.3, util@^0.10.3:
3044 …resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336a…

1234567891011