Home
last modified time | relevance | path

Searched full:source (Results 1 – 25 of 4501) sorted by relevance

12345678910>>...181

/plugin/graphgear/
DGraphGear-1.4.zip ... /source/sample.xml GraphGear-1.4/source/std/ GraphGear-1.4/source/std ...
/plugin/authssocas/vendor/composer/
H A Dautoload_classmap.php9 …'CAS_AuthenticationException' => $vendorDir . '/apereo/phpcas/source/CAS/AuthenticationException.p…
10 'CAS_Client' => $vendorDir . '/apereo/phpcas/source/CAS/Client.php',
11 'CAS_CookieJar' => $vendorDir . '/apereo/phpcas/source/CAS/CookieJar.php',
12 'CAS_Exception' => $vendorDir . '/apereo/phpcas/source/CAS/Exception.php',
13 …'CAS_GracefullTerminationException' => $vendorDir . '/apereo/phpcas/source/CAS/GracefullTerminatio…
14 …'CAS_InvalidArgumentException' => $vendorDir . '/apereo/phpcas/source/CAS/InvalidArgumentException…
15 'CAS_Languages_Catalan' => $vendorDir . '/apereo/phpcas/source/CAS/Languages/Catalan.php',
16 …'CAS_Languages_ChineseSimplified' => $vendorDir . '/apereo/phpcas/source/CAS/Languages/ChineseSimp…
17 'CAS_Languages_English' => $vendorDir . '/apereo/phpcas/source/CAS/Languages/English.php',
18 'CAS_Languages_French' => $vendorDir . '/apereo/phpcas/source/CAS/Languages/French.php',
[all …]
H A Dautoload_static.php10 '344f11dc3484aaed5cbde58e23513be4' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS.php',
36 …'CAS_AuthenticationException' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/AuthenticationExcept…
37 'CAS_Client' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/Client.php',
38 'CAS_CookieJar' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/CookieJar.php',
39 'CAS_Exception' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/Exception.php',
40 …'CAS_GracefullTerminationException' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/GracefullTermi…
41 …'CAS_InvalidArgumentException' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/InvalidArgumentExce…
42 … 'CAS_Languages_Catalan' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/Languages/Catalan.php',
43 …'CAS_Languages_ChineseSimplified' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/Languages/Chines…
44 … 'CAS_Languages_English' => __DIR__ . '/..' . '/apereo/phpcas/source/CAS/Languages/English.php',
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Doptimization-level.js67 function optimizationLevelFrom(source) { argument
74 if (undefined === source) {
79 if (typeof source == 'string') {
80 source = parseInt(source);
83 if (typeof source == 'number' && source === parseInt(Two)) {
87 if (typeof source == 'number' && source === parseInt(One)) {
92 if (typeof source == 'number' && source === parseInt(Zero)) {
98 if (typeof source == 'object') {
99 source = covertValuesToHashes(source);
102 if (One in source && 'roundingPrecision' in source[One]) {
[all …]
Dformat.js83 function formatFrom(source) { argument
84 if (source === undefined || source === false) {
88 if (typeof source == 'object' && 'breakWith' in source) {
89 source = override(source, { breakWith: mapBreakWith(source.breakWith) });
92 if (typeof source == 'object' && 'indentBy' in source) {
93 source = override(source, { indentBy: parseInt(source.indentBy) });
96 if (typeof source == 'object' && 'indentWith' in source) {
97 source = override(source, { indentWith: mapIndentWith(source.indentWith) });
100 if (typeof source == 'object') {
101 return override(DEFAULTS, source);
[all …]
Drounding-precision.js10 function roundingPrecisionFrom(source) { argument
11 return override(defaults(DEFAULT_PRECISION), buildPrecisionFrom(source));
35 function buildPrecisionFrom(source) { argument
36 if (source === null || source === undefined) {
40 if (typeof source == 'boolean') {
44 if (typeof source == 'number' && source == -1) {
48 if (typeof source == 'number') {
49 return defaults(source);
52 if (typeof source == 'string' && INTEGER_PATTERN.test(source)) {
53 return defaults(parseInt(source));
[all …]
/plugin/asciidocjs/node_modules/source-map/
DREADME.md1 # Source Map
3 …uild Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mo…
5 [![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.co…
7 This is a library to generate and consume the source map format
14 $ npm install source-map
18 …<script src="https://raw.githubusercontent.com/mozilla/source-map/master/dist/source-map.min.js" d…
29 - [Consuming a source map](#consuming-a-source-map)
30 - [Generating a source map](#generating-a-source-map)
41 …- [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumer…
51 …- [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chun…
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DREADME.md1 # Source Map
3 …uild Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mo…
5 [![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.co…
7 This is a library to generate and consume the source map format
14 $ npm install source-map
18 …<script src="https://raw.githubusercontent.com/mozilla/source-map/master/dist/source-map.min.js" d…
29 - [Consuming a source map](#consuming-a-source-map)
30 - [Generating a source map](#generating-a-source-map)
41 …- [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumer…
51 …- [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chun…
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Dsource-map-generator.js14 * An instance of the SourceMapGenerator represents a source map which is
18 * - file: The filename of the generated source.
19 * - sourceRoot: A root for all relative URLs in this source map.
56 if (mapping.source != null) {
57 newMapping.source = mapping.source;
59 newMapping.source = util.relative(sourceRoot, newMapping.source);
84 * Add a single mapping from original source line and column to the generated
85 * source's line and column for this source map being created. The mapping
90 * - source: The original source file (relative to the sourceRoot).
97 var source = util.getArg(aArgs, 'source', null);
[all …]
Dsource-map-consumer.js30 * The version of the source mapping spec that we are consuming.
35 // parsed mapping coordinates from the source map's "mappings" attribute. They
38 // and create these arrays once queried for a source location. We jump through
47 // source: The path to the original source file that generated this
49 // originalLine: The line number in the original source that
51 // originalColumn: The column number in the original source that
109 * Iterate over each mapping between an original source/line/column and a
110 * generated line/column in this source map.
121 * order or the original's source/line/column order, respectively. Defaults to
143 var source = mapping.source === null ? null : this._sources.at(mapping.source);
[all …]
/plugin/asciidocjs/node_modules/source-map/lib/
Dsource-map-generator.js14 * An instance of the SourceMapGenerator represents a source map which is
18 * - file: The filename of the generated source.
19 * - sourceRoot: A root for all relative URLs in this source map.
56 if (mapping.source != null) {
57 newMapping.source = mapping.source;
59 newMapping.source = util.relative(sourceRoot, newMapping.source);
93 * Add a single mapping from original source line and column to the generated
94 * source's line and column for this source map being created. The mapping
99 * - source: The original source file (relative to the sourceRoot).
106 var source = util.getArg(aArgs, 'source', null);
[all …]
Dsource-map-consumer.js30 * The version of the source mapping spec that we are consuming.
35 // parsed mapping coordinates from the source map's "mappings" attribute. They
38 // and create these arrays once queried for a source location. We jump through
47 // source: The path to the original source file that generated this
49 // originalLine: The line number in the original source that
51 // originalColumn: The column number in the original source that
113 * Iterate over each mapping between an original source/line/column and a
114 * generated line/column in this source map.
125 * order or the original's source/line/column order, respectively. Defaults to
147 var source = mapping.source === null ? null : this._sources.at(mapping.source);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DFileAsset.php9 * file that was distributed with this source code.
24 private $source; variable in Assetic\\Asset\\FileAsset
29 * @param string $source An absolute path
31 * @param string $sourceRoot The source asset root directory
32 * @param string $sourcePath The source asset path
35 …* @throws \InvalidArgumentException If the supplied root doesn't match the source when guessing th…
37 …public function __construct($source, $filters = array(), $sourceRoot = null, $sourcePath = null, a… argument
40 $sourceRoot = dirname($source);
42 $sourcePath = basename($source);
45 if (0 !== strpos($source, $sourceRoot)) {
[all …]
/plugin/revealjs/lib/font/source-sans-pro/
Dsource-sans-pro.css2 font-family: 'Source Sans Pro';
3 src: url('source-sans-pro-regular.eot');
4 src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
5 url('source-sans-pro-regular.woff') format('woff'),
6 url('source-sans-pro-regular.ttf') format('truetype');
12 font-family: 'Source Sans Pro';
13 src: url('source-sans-pro-italic.eot');
14 src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
15 url('source-sans-pro-italic.woff') format('woff'),
16 url('source-sans-pro-italic.ttf') format('truetype');
[all …]
/plugin/codemirror/dist/modes/
Delm.min.js.map1source","setState","f","lowerRE","upperRE","innerRE","digitRE","hexRE","symbolRE","specialRE","spa…
/plugin/asciidocjs/node_modules/lodash/
D_mergeData.js20 * Merges the function metadata of `source` into `data`.
32 * @param {Array} source The source metadata.
35 function mergeData(data, source) { argument
37 srcBitmask = source[1],
43 …((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||
44 …((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask …
50 // Use source `thisArg` if available.
52 data[2] = source[2];
57 var value = source[3];
60 data[3] = partials ? composeArgs(partials, value, source[4]) : value;
[all …]
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_Smiles.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_Smiles.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ReadersCifPdb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ReadersCifPdb.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/ditaa/ditaa/
Dditaa.jar ... Object { public final net.htmlparser.jericho.Source source private final net.htmlparser.jericho.SubCache ...
/plugin/diagramsnet/lib/WEB-INF/lib/
Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
DEvent.php13 * Redistribution and use in source and binary forms, with or without
15 * * Redistributions of source code must retain the above copyright
70 $source = new \Mock\Hoa\Event\Source()
72 ->when($result = SUT::register($eventId, $source))
85 $source = 'Mock\Hoa\Event\Source'
87 ->when($result = SUT::register($eventId, $source))
100 $source = new \Mock\Hoa\Event\Source(),
101 SUT::register($eventId, $source)
103 ->exception(function () use ($eventId, $source) {
104 SUT::register($eventId, $source);
[all …]

12345678910>>...181