Home
last modified time | relevance | path

Searched refs:scheme (Results 151 – 170 of 170) sorted by path

1234567

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js9118 function isRelativeScheme(scheme) {
9119 return relative[scheme] !== undefined;
H A Dpdf.js.map1scheme) {\n return relative[scheme] !== undefined;\n }\n\n function invalid() {\n clear.ca…
H A Dpdf.worker.js10287 function isRelativeScheme(scheme) {
10288 return relative[scheme] !== undefined;
H A Dpdf.worker.js.map1scheme) {\n return relative[scheme] !== undefined;\n }\n\n function invalid() {\n clear.ca…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …{\n if (file && file.lastIndexOf('file:', 0) === 0) {\n // file:-scheme. Load the contents…
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js220 this.scheme = null;
228 this.scheme = m[3] ? m[2] : null;
238 if(this.scheme !== null) { result = result + this.scheme + ':'; }
251 if(base.scheme === null) { return false; }
253 if(r.scheme !== null && r.scheme.toLowerCase() === base.scheme.toLowerCase()) {
254 r.scheme = null;
257 if(r.scheme !== null) {
258 t.scheme = r.scheme;
290 t.scheme = base.scheme;
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php171 return $scheme.'://'.$abs;
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php740 public static function URLschemeDefaultPort($scheme) { argument
746 …return ((!empty($scheme) && isset($schemePort[strtolower($scheme)])) ? $schemePort[strtolower($sch…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Base.txt
H A DURI.DefaultScheme.txt
/plugin/subjectindex/plugins/
H A Dbible_verses.txt12821 …ed favor of him to turn away the badness of Ha'man the Ag'ag·ite and his scheme that he had scheme…
12860 But when Esther came in before the king he said with the written document: "Let his bad scheme that…
13005 Is it to reprove words that YOU men scheme,When the sayings of one in despair are for mere wind?
14345 …all sides.When they mass together as one against me,It is to take away my soul that they do scheme.
16871 He is blinking with his eyes to scheme up intrigues. Pinching his lips together, he certainly bring…
17818 Plan out a scheme, and it will be broken up! Speak any word, and it will not stand, for God is with…
17858 …ay, he will feel inclined; though his heart may not be that way, he will scheme, because to annihi…
21436 … day that things will come up into your heart, and you will certainly think up an injurious scheme;
22973 and defraud no widow or fatherless boy, no alien resident or afflicted one, and scheme out nothing …
22994 And calamity to one another do not YOU scheme up in YOUR hearts, and do not love any false oath; fo…
[all …]
/plugin/targetlink/
H A Dsyntax.php198 list($scheme) = explode('://', $url);
199 $scheme = strtolower($scheme);
200 if(!in_array($scheme, $this->schemes)) $url = '';
/plugin/tuxquote/
H A Dquotes.txt2692 …Our friends seldom profit us but they make us feel safe... Marriage is a scheme to accomplish exac…
3370 Everyone has a scheme that will not work. <BR> -- Howe's Law
3694 Everyone has a scheme for getting rich that will not work.
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php301 $scheme = null;
302 list($scheme, $value) = explode(":", $uri, 2);
306 switch ($scheme){
/plugin/widearea/widearea/
H A Dwidearea.css14 /* Light color scheme */
34 /* Dark color scheme */
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js21907 scheme: {
22633 scheme: 'minor'
22796 scheme: 'minor'
23092 scheme: 'minor'
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9866 case '<scheme': break;
9867 case '<scheme>': case '<scheme/>': case '</scheme>': break;
10805 /* 18.8.35 scheme CT_FontScheme */
10806 case '<scheme': if(y.val) font.scheme = y.val; break;
10807 case '<scheme/>': case '</scheme>': break;
11096 var scheme = 0;
11097 if(font.scheme == "major") scheme = 1;
11098 if(font.scheme == "minor") scheme = 2;
11099 o.write_shift(1, scheme);
11316 scheme: "minor"
[all …]
/plugin/yearbox/
H A DCHANGELOG.md34 * The naming scheme can be changed globally in the configuration
44 * CSS: improved colour scheme and layout

1234567