Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 115) sorted by path

12345

/plugin/a2s/
H A Ddemo.txt107 …* border stroke dash : A serie of pair of dash length and space length. Length unit is unknown. Ex…
/plugin/admnote/
H A DREADME.md25 This plugin uses the `<adm></adm>` tag pair to start and end a note. The first parameter of the ope…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe39069 ĠDes pair
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php206 foreach ($pairs as $pair) {
207 if (isset($this->bpeRanks[$pair[0]][$pair[1]])) {
208 $rank = $this->bpeRanks[$pair[0]][$pair[1]];
209 $minPairs[$rank] = $pair;
211 $minPairs[10e10] = $pair;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js1853 var pair = styles[ i1 ].replace( /\s/g, "" ).split( ":" );
1854 var key = pair[ 0 ];
1855 var value = pair[ 1 ];
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3086 var pair = chunk.split(':');
3088 attr = normalizeAttr(pair[0].trim().toLowerCase());
3089 value = normalizeValue(attr, pair[1].trim());
3680 var pair = propertyValuePairs[i].split(/\s*:\s*/),
3681 property = normalizeAttr(pair[0]),
3682 value = normalizeValue(property, pair[1], pair[0]);
H A Dfabric.min.js2pair=chunk.split(":");attr=normalizeAttr(pair[0].trim().toLowerCase());value=normalizeValue(attr,p…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1pair dance)\n\t codePoint -= 0x10000\n\t res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n\t…
/plugin/approve/syntax/
H A Dtable.php43 $pair = explode(':', $line, 2);
44 if (count($pair) < 2) {
47 $key = trim($pair[0]);
48 $value = trim($pair[1]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md69 * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/gu…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md379 array of associative arrays representing the header key value pair data
399 value pair will become an array. This function does not parse nested
670 provided key are removed and replaced with the given key value pair. A value of null will set the q…
/plugin/autotweet/
H A DOAuth.php820 foreach ($pairs as $pair) {
821 $split = explode('=', $pair, 2);
/plugin/autotweet/syntax/
H A Dautotweet.php68 foreach ($pairs as $pair) {
69 list($key, $value) = explode('=', $pair, 2);
/plugin/bible/bible_douayRheims/
H A DAmos.txt21 …ot convert him: because he hath sold the just man for silver, and the poor man for a pair of shoes.
124 …8:6. That we may possess the needy for money, and the poor for a pair of shoes, and may sell the r…
H A DLuke.txt104 …2:24. And to offer a sacrifice, according as it is written in the law of the Lord, a pair of turtl…
/plugin/chordsheets/js/
H A Djtab.min.js1 …array=[];for(var t=0;t<pairs.length;t++)pair=pairs[t].split("/"),pair[0].match(/X/)&&(pair=[-1]),a…
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc61 * must match its relative pair in the {@link CKEDITOR.config#smiley_images}
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc61 * must match its relative pair in the {@link CKEDITOR.config#smiley_images}
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …re must be taken when adding to the default Ex command map. For any\n * pair of commands that ha…
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1pair from a hash\n endgrent :1, // - be done using group…
H A Dscheme.min.js.map1 …ring number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? po…
H A Dyaml.min.js1pair=false;c.pairStart=false;if(a.match(/---/)){return"def"}if(a.match(/\.\.\./)){return"def"}if(a…
H A Dyaml.min.js.map1pair","pairStart","inlinePairs","inlineList","next","startState","lineComment","fold","defineMIME"…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64pair-geospatial-values|cts:element-pair-geospatial-value-match|cts:element-pair-geospatial-query-w…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php271 foreach ($loopBackStateNumbers as $pair) {
272 $pair[0]->loopBackState = $atn->states[$pair[1]];
275 foreach ($endStateNumbers as $pair) {
276 $endState = $atn->states[$pair[1]];
282 $pair[0]->endState = $endState;

12345