/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | File.php | 142 $streamName, argument 149 switch ($streamName) { 152 $streamName = 'php://stdin'; 157 $streamName = 'php://stdout'; 162 $streamName = 'php://stderr'; 169 $streamName = 'php://fd/' . $streamName; 197 if (substr($streamName, 0, 4) == 'file' && 202 [dirname($streamName), basename($streamName)] 211 $streamName 219 $streamName, [all …]
|
H A D | Read.php | 54 * @param string $streamName Stream name. 61 $streamName, argument 66 parent::__construct($streamName, $mode, $context, $wait); 74 * @param string $streamName Stream name (e.g. path or URL). 80 protected function &_open($streamName, Stream\Context $context = null) argument 94 preg_match('#^(\w+)://#', $streamName, $match); 97 !file_exists($streamName)) { 101 $streamName 105 $out = parent::_open($streamName, $context);
|
H A D | Write.php | 54 * @param string $streamName Stream name. 61 $streamName, argument 66 parent::__construct($streamName, $mode, $context, $wait); 74 * @param string $streamName Stream name (e.g. path or URL). 80 protected function &_open($streamName, Stream\Context $context = null) argument 96 preg_match('#^(\w+)://#', $streamName, $match); 99 !file_exists($streamName) && 104 $streamName 108 $out = parent::_open($streamName, $context);
|
H A D | ReadWrite.php | 57 * @param string $streamName Stream name. 64 $streamName, argument 69 parent::__construct($streamName, $mode, $context, $wait); 77 * @param string $streamName Stream name (e.g. path or URL). 83 protected function &_open($streamName, Stream\Context $context = null) argument 100 preg_match('#^(\w+)://#', $streamName, $match); 103 !file_exists($streamName) && 108 $streamName 112 $out = parent::_open($streamName, $context);
|
H A D | Directory.php | 79 * @param string $streamName Stream name. 86 $streamName, argument 92 parent::__construct($streamName, $context, $wait); 100 * @param string $streamName Stream name (e.g. path or URL). 106 protected function &_open($streamName, Stream\Context $context = null) argument 108 if (false === is_dir($streamName)) { 113 $streamName 117 $streamName,
|
/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | Stream.php | 153 $this->_streamName = $streamName; 188 * @param string $streamName Stream name. 196 $streamName, argument 200 $name = md5($streamName); 217 self::NAME => $streamName, 223 'hoa://Event/Stream/' . $streamName, 310 $streamName = $this->getStreamName(); 311 $name = md5($streamName); 330 'hoa://Event/Stream/' . $streamName 384 * @param string $streamName Stream name. [all …]
|
H A D | README.md | 140 protected function &_open($streamName, Hoa\Stream\Context $context = null) 143 $out = fopen($streamName, 'rb'); 145 $out = fopen($streamName, 'rb', false, $context->getContext()); 230 2 events are registered: `hoa://Event/Stream/<streamName>` and 231 `hoa://Event/Stream/<streamName>:close-before`. Thus, for instance, to
|
/plugin/findologicxmlexport/vendor/hoa/file/Link/ |
H A D | Read.php | 55 * @param string $streamName Stream name. 62 $streamName, argument 67 parent::__construct($streamName, $mode, $context, $wait); 75 * @param string $streamName Stream name (e.g. path or URL). 81 protected function &_open($streamName, Stream\Context $context = null) argument 95 preg_match('#^(\w+)://#', $streamName, $match); 98 !file_exists($streamName)) { 102 $streamName 106 $out = parent::_open($streamName, $context);
|
H A D | Write.php | 54 * @param string $streamName Stream name. 61 $streamName, argument 66 parent::__construct($streamName, $mode, $context, $wait); 74 * @param string $streamName Stream name (e.g. path or URL). 80 protected function &_open($streamName, Stream\Context $context = null) argument 96 preg_match('#^(\w+)://#', $streamName, $match); 99 !file_exists($streamName)) { 103 $streamName 107 $out = parent::_open($streamName, $context);
|
H A D | ReadWrite.php | 58 * @param string $streamName Stream name. 65 $streamName, argument 70 parent::__construct($streamName, $mode, $context, $wait); 78 * @param string $streamName Stream name (e.g. path or URL). 84 protected function &_open($streamName, Stream\Context $context = null) argument 101 preg_match('#^(\w+)://#', $streamName, $match); 104 !file_exists($streamName) && 109 $streamName 113 $out = parent::_open($streamName, $context);
|
H A D | Link.php | 55 * @param string $streamName Stream name. 64 $streamName, argument 69 if (!is_link($streamName)) { 73 $streamName 77 parent::__construct($streamName, $mode, $context, $wait);
|
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/ |
H A D | Read.php | 55 * @param string $streamName Stream name. 62 $streamName, argument 67 parent::__construct($streamName, $mode, $context, $wait); 75 * @param string $streamName Stream name (e.g. path or URL). 81 protected function &_open($streamName, Stream\Context $context = null) argument 95 preg_match('#^(\w+)://#', $streamName, $match); 98 !file_exists($streamName)) { 102 $streamName 106 $out = parent::_open($streamName, $context);
|
H A D | Temporary.php | 65 * @param string $streamName Stream name (or file descriptor). 73 $streamName, argument 78 if (null === $streamName) { 79 $streamName = 'hoa://Library/File/Temporary.php#' . self::$_i++; 82 parent::__construct($streamName, $mode, $context, $wait); 90 * @param string $streamName Stream name (here, it is 96 protected function &_open($streamName, Stream\Context $context = null) argument
|
H A D | Write.php | 55 * @param string $streamName Stream name. 62 $streamName, argument 67 parent::__construct($streamName, $mode, $context, $wait); 75 * @param string $streamName Stream name (e.g. path or URL). 81 protected function &_open($streamName, Stream\Context $context = null) argument 97 preg_match('#^(\w+)://#', $streamName, $match); 100 !file_exists($streamName)) { 104 $streamName 108 $out = parent::_open($streamName, $context);
|
H A D | ReadWrite.php | 58 * @param string $streamName Stream name. 65 $streamName, argument 70 parent::__construct($streamName, $mode, $context, $wait); 78 * @param string $streamName Stream name (e.g. path or URL). 84 protected function &_open($streamName, Stream\Context $context = null) argument 101 preg_match('#^(\w+)://#', $streamName, $match); 104 !file_exists($streamName) && 109 $streamName 113 $out = parent::_open($streamName, $context);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | IngestionInfo.php | 41 public $streamName; variable in Google\\Service\\YouTube\\IngestionInfo 102 public function setStreamName($streamName) argument 104 $this->streamName = $streamName; 111 return $this->streamName;
|
/plugin/fksnewsfeed/ |
H A D | script.js | 37 const streamName = newsContainer.getAttribute('data-stream'); 53 fetchNews(streamName, index, numberFeed, renderNext); 57 fetchNews(streamName, index, 3, renderNext);
|
H A D | action.php | 176 private function saveIntoStreams(int $newsId, string $streamName): void { argument 177 $stream = $this->helper->serviceStream->findByName($streamName);
|
/plugin/fksnewsfeed/inc/renderer/ |
H A D | VyfukRenderer.php | 83 protected function getPriorityField($id, $streamName, $params) { argument 98 $form->setHiddenField('news[stream]', $streamName); 101 $stream = $this->helper->serviceStream->findByName($streamName);
|
H A D | FykosRenderer.php | 68 protected function getPriorityField(int $id, string $streamName, array $params): string { argument 83 $form->setHiddenField('news[stream]', $streamName); 86 $stream = $this->helper->serviceStream->findByName($streamName);
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Llk.php | 259 * @param string $streamName The name of the stream containing the grammar. 263 public static function parsePP($pp, &$tokens, &$rules, &$pragmas, $streamName) argument 338 $streamName,
|
/plugin/fksnewsfeed/admin/ |
H A D | push.php | 58 $streamName = $INPUT->param('news')['stream']; 59 $stream = $this->helper->serviceStream->findByName($streamName);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio-video.asf.php | 1817 $streamName = array(); 1819 …$streamName['language_id_index'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext… 1822 …$streamName['stream_name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext… 1825 …$streamName['stream_name'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext… 1826 $offset += $streamName['stream_name_length']; 1828 $thisObject['stream_names'][$i] = $streamName;
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
H A D | Stream.php | 771 protected function &_open($streamName, LUT\Context $context = null) argument 774 $out = fopen($streamName, 'rb'); 776 $out = fopen($streamName, 'rb', false, $context->getContext());
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
H A D | JplayerRtmp.as | 46 private var streamName:String; 398 myStream.play(streamName); 568 streamName = streamFileName; 674 //streamName=""; 676 //streamName=connectString.streamFileName; 679 myConnection.call("getStreamLength",responder,streamName);
|