Home
last modified time | relevance | path

Searched refs:apos (Results 26 – 39 of 39) sorted by path

12

/plugin/fckg/action/entities/utils/
H A Dentities.pl36 '
H A Dentities.txt8 ' (does not work in IE)
/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/googlesearch/
H A Dnusoap.php4835 Click on an operation name to view it&apos;s details.</p>
/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/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/pdfjs/pdfjs/build/
H A Dpdf.js.map1apos|gt|lt|quot);/g, function(str, name) {\n switch (name) {\n case 'amp':\n …
/plugin/quizlib/
H A DREADME.md27 * `&apos;` for '
/plugin/scrape/HTMLPurifier/EntityLookup/
H A Dentities.ser
/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/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/webcode/vendor/
H A Dfirebug-lite-1.4.js385 case"'":return apos;
388 }var apos="&#39;",quot="&quot;",around='"';
390 apos="'"
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js75614 apos: "'"
/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', '&']

12