Home
last modified time | relevance | path

Searched refs:enclosure (Results 1 – 9 of 9) sorted by last modified time

/plugin/photogallery/
H A Dsyntax.php439 if ($enclosure = $item->get_enclosure()){
441 if($enclosure->get_type()){
442 if(substr($enclosure->get_type(),0,5) != 'image') continue;
445 $enclosure->get_link())) continue;
449 $ilink = $enclosure->get_link();
471 'title' => htmlspecialchars_decode($enclosure->get_title(),ENT_COMPAT),
472 … 'desc' => strip_tags(htmlspecialchars_decode($enclosure->get_description(),ENT_COMPAT)),
473 'width' => $enclosure->get_width(),
474 'height' => $enclosure->get_height(),
/plugin/gallery/
H A Dsyntax.php
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv2 line without enclosure,second column
3 enclosure " in column,hello \
4 "line with enclosure","second column"
5 "column with enclosure "", and comma inside text","second column enclosure in text """
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …ssing /-enclosure`);\n }\n else {\n console.warn(`bad regexp-…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt7639 … up and went just as Jes'se had commanded him. When he came to the camp enclosure, the military fo…
7911 …er the son of Ner the chief of his army; and Saul was lying in the camp enclosure with the people …
7913 …ai to the people by night; and, look! Saul was lying asleep in the camp enclosure with his spear s…
11256 …he made the courtyard of the priests and the great enclosure and the doors belonging to the enclos…
11296 (For Sol'o·mon had made a platform of copper and then put it in the middle of the enclosure. Its le…
22275 I shall encounter them like a bear that has lost its cubs, and I shall rip apart the enclosure of t…
/plugin/podcast/action/
H A Dfeed.php132 $event->data['item']->enclosure = (object)array(
/plugin/sqlraw/
H A Dsyntax.php648 function _strputcsv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
653 $enc_is_quote = in_array($enclosure, array('"',"'"));
660 strpos($field, $enclosure)!==false ||
669 $csvline .= $enclosure;
671 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) {
675 }elseif( !$escaped && $field[$ch] == $enclosure ) {
676 $csvline .= $enclosure;
682 $csvline .= $enclosure;
/plugin/table2csv/
H A DgetTableData.php55 function strput2csv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
60 $enc_is_quote = in_array($enclosure, array('"',"'"));
67 strpos($field, $enclosure)!==false ||
76 $csvline .= $enclosure;
78 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) {
82 }elseif( !$escaped && $field[$ch] == $enclosure ) {
83 $csvline .= $enclosure;
89 $csvline .= $enclosure;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME16 …be enclosed by {...} or (...). Fields values may be enclosed by "...", {...} or without enclosure.