Home
last modified time | relevance | path

Searched refs:apos (Results 1 – 25 of 39) sorted by relevance

12

/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php141 $apos = strpos($url, "?");
142 if ($apos !== false && $apos < $xpos) break;
143 $apos = strpos($url, "&");
144 if ($apos !== false && $apos < $xpos) break;
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php159 $apos = strpos($url, "?");
160 if ($apos !== false && $apos < $xpos) break;
161 $apos = strpos($url, "&");
162 if ($apos !== false && $apos < $xpos) break;
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Da.js19 …7C",aogon:"\u0105",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",apid:"\u224B",apos:"\u0027",approx:"\u…
/plugin/fckg/action/entities/utils/
H A Dentities.pl36 &apos;
H A Dentities.txt8 &apos; (does not work in IE)
/plugin/ckgdoku/action/entities/utils/
H A Dentities.pl36 &apos;
H A Dentities.txt8 &apos; (does not work in IE)
/plugin/ckgedit/action/entities/utils/
H A Dentities.pl36 &apos;
H A Dentities.txt8 &apos; (does not work in IE)
/plugin/quizlib/
H A DREADME.md27 * `&apos;` for '
/plugin/scrape/HTMLPurifier/EntityLookup/
H A Dentities.ser
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php3224 $apos = $this->_getXAdvancePos($basepos);
3233 // For LTR apply XAdvanceL to the last mark following the base = at $apos
3235 if (isset($this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'])) {
3236 $this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'] += $Value['XAdvance'] - $cw;
3238 $this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'] = $Value['XAdvance'] - $cw;
3247 // Any XPlacement (? and Y Placement) apply to base and marks (from basepos to apos)
3248 for ($a = $basepos; $a <= $apos; $a++) {
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js93 …eCssProperty);var i={lt:"<",LT:"<",gt:">",GT:">",amp:"&",AMP:"&",quot:'"',apos:"'",nbsp:"\u00a0"},… property in i
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js2283 lodashStable.each(["'", '\u2019'], function(apos) { argument
2285 return func('a b' + apos + postfix + ' c');
25409 lodashStable.each(["'", '\u2019'], function(apos) { argument
25412 var string = 'a b' + apos + postfix + ' c';
25417 var words = ['a', 'b' + apos + postfix, 'c'];
/plugin/googlesearch/
H A Dnusoap.php4835 Click on an operation name to view it&apos;s details.</p>
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js385 case"'":return apos;
388 }var apos="&#39;",quot="&quot;",around='"';
390 apos="'"
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1070 return apos;
1076 var apos = "&#39;", quot = "&quot;", around = '"';
1079 apos = "'";
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js300 e(39,"apos",css);
396 case"'":return apos;
399 }var apos="&#39;",quot="&quot;",around='"';
401 apos="'"
/plugin/html5video2/script/
H A Dvideo.min.js21 …reeze;t.XML_ENTITIES=i({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),t.HTML_ENTITIES=i({lt:"<",gt:">"…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js2 …totype.hasOwnProperty,wi=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Ei={amp:"&",apos:"'",gt:">",lt:"<",q…
H A Dbpmn-navigated-viewer.production.min.js2 …totype.hasOwnProperty,_i=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Ai={amp:"&",apos:"'",gt:">",lt:"<",q…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2 …totype.hasOwnProperty,Pe=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Re={amp:"&",apos:"'",gt:">",lt:"<",q…
H A Ddmn-navigated-viewer.production.min.js2 …totype.hasOwnProperty,De=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Re={amp:"&",apos:"'",gt:">",lt:"<",q…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3649 '&apos;': "'",
3660 var encregex = /&(?:quot|apos|gt|lt|amp|#x?([\da-fA-F]+));/ig, coderegex = /_x([\da-fA-F]{4})_/ig;
3787 ['quot', '"'], ['apos', "'"], ['gt', '>'], ['lt', '<'], ['amp', '&']
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1apos|gt|lt|quot);/g, function(str, name) {\n switch (name) {\n case 'amp':\n …

12